@charset "utf-8";
/* CSS Document */
.banner { position: relative; }
.banner .swiper-button-prev { background: url(../img/arrow-left.png); width: 3rem; height: 3rem }
.banner .swiper-button-next { background: url(../img/arrow-right.png); width: 3rem; height: 3rem }
.banner .swiper-button-prev, .banner .swiper-button-next { background-size: 100% 100%; }
.banner .swiper-button-next:after, .banner .swiper-button-prev:after { font-size: 0 }
.banner .swiper-slide { height: auto; width: 100% }
.banner .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
.banner .btns { position: absolute; left: 50%; bottom: 0; width: 1170px; transform: translateX(-50%); z-index: 2; }
.banner .btns .btn { justify-content: center; width: 28%; padding: 30px 0; background: rgba(7, 62, 137, .8); border-radius: 15px 15px 0 0; font-size: 22px; color: #fff; }
.banner .btns .btn img { margin-right: 15px; transition: all 300ms; }
.banner .btns .btn:hover { background: rgba(0, 77, 181, .8); }
.banner .btns .btn:hover img { transform: scaleX(-1); }
/*pop*/
.banner .btns .btn { position: relative; }
.banner .btns .btn a{color: #fff;}
.banner .btns .btn .submodule { padding: 20px 0; width: 100%; font-size: 14px; position: absolute; left: 0; z-index: -9; top: 120px; visibility: hidden; transition: all 300ms; background: #fff; opacity: 0; box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1); }
.banner .btns .btn .submodule.qrcode { display: flex; justify-content: center; }
.banner .btns .btn .submodule.contact-us { width: 1170px; right: 0; left: inherit; color: #333; }
.banner .btns .btn .submodule img.code { max-width: 150px; height: auto; }
.banner .btns .btn:hover .submodule { top: 89px; visibility: visible; opacity: 1; }
.banner .btns .btn .submodule .item { width: 50%; padding: 0 20px; }
.banner .btns .btn .submodule .item:first-child { padding-left: 6%; }
.banner .btns .btn .submodule .item h3 { font-weight: 400; font-size: 16px; margin-bottom: 10px; }
.banner .btns .btn .submodule .item img { width: 58px; height: 58px; opacity: 0.9; margin-right: 20px; }
 @media (max-width:1170px) {
.banner .btns .btn .submodule.contact-us { width: 700px; }
}
 @media (max-width:767px) {
.banner .btns .btn:hover .submodule { top: 36px; }
.banner .btns .btn .submodule.contact-us { width: calc(100vw - 40px); }
.banner .btns .btn .submodule { padding: 10px 0 }
.banner .btns .btn .submodule .item { width: 100% }
.banner .btns .btn .submodule .item:first-child { margin-bottom: 15px; }
.banner .btns .btn .submodule .item h3 { margin-bottom: 5px; }
.banner .btns .btn .submodule .item, .banner .btns .btn .submodule .item:first-child { padding: 0 10px }
.banner .btns .btn .submodule .item img { margin-right: 10px; }
}
 @media (max-width:500px) {
.banner .btns .btn .submodule.contact-us { width: calc(100vw - 26px); flex-wrap: wrap; }
}
 @media (max-width:414px) {
.banner .btns .btn .submodule.contact-us { width: calc(100vw - 22px); }
}
 @media (max-width:375px) {
.banner .btns .btn .submodule.contact-us { width: calc(100vw - 20px); }
}
 @media (max-width:320px) {
.banner .btns .btn .submodule.contact-us { width: calc(100vw - 18px); }
}

/*pop*/
.news, .overseas { padding: 120px 0; }
.news .swiper-pagination { bottom: 140px; }
.news .swiper-pagination .swiper-pagination-bullet { width: 16px; border-radius: 9px; height: 5px; background: white; }
.news-content { position: relative; padding-top: 100px }
.news-content::after { position: absolute; content: ' '; width: 999px; right: 610px; top: 0; background: #004db5; bottom: 70px; z-index: -1; }
.news-content .more { width: 159px; height: 50px; text-align: center; border: 1px solid #004db5; border-radius: 99px; position: absolute; right: 0; top: 0; color: #004db5; font-size: 16px; transition: all 300ms; }
.news-content .more img { margin-left: 5px; }
.news-content .more:hover { background-color: #a2d4ff; }
.news-content .title { font-size: 2rem; color: white; margin-bottom: 80px; }
.news-content .title i { font-style: normal; font-weight: bold; }
.news-content .title span:first-child { margin-right: 25px; padding-right: 25px; position: relative; }
.news-content .title span:first-child::after { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; content: ' '; height: 35px; background: white; }
.news-title { font-size: 1.4rem; color: white; -webkit-line-clamp: 3; line-height: 1.6; }
.news-content p { font-size: 1rem; margin-top: 1rem; color: #80a6da; line-height: 1.8; }
.news-content .left { width: 610px; }
.news-content .right { margin-top: 90px; }
.news-content .btm { margin-top: 30px; font-size: 15px; color: white; }
.news-content .btm .more2 { color: white; font-weight: bold; }
.news-content .btm .more2 img { margin-left: 5px; }
.news-content .btm .calender img { margin-right: 5px; }
.news-content .right img { width: 800px; height: 480px; object-fit: fill; transition: all 300ms; }
.news-content .right:hover img { transform: translateY(-20px); }
.overseas { background: #f3f3f3; }
.overseas .title { font-size: 44px; color: #004db5; margin: 0 0 120px }
.overseas .title i { font-style: normal; font-weight: bold; }
.overseas .title span:first-child { margin-right: 25px; padding-right: 25px; position: relative; color: #a2a3a4; }
.overseas .title span:first-child::after { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; content: ' '; height: 35px; background: #004db5; }
.overseas .list { display: grid; grid-gap: 35px; grid-template-columns: 1fr 1fr 1fr; }
.overseas .list .item { background: white; border-radius: 8px 8px 0 0; overflow: hidden; padding-bottom: 3rem; transition: all 300ms; }
.overseas .list .item:hover { box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1); transform: translateY(-20px); }
.overseas .list .img { width: 100%; overflow: hidden; border-radius: 8px; display: block; margin-bottom: 50px }
.overseas .list .img img { display: block; width: 100%; height: 100%; transition: all 300ms; object-fit: contain; }
.overseas .list .item:hover .img img { transform: scale(1.1); }
.overseas .title2 { font-size: 1.5rem; color: #000; margin-left: 1.8rem; margin-bottom: 1rem; margin-right: 1rem; transition: all 300ms; display: block; }
.overseas .title2:hover { color: #004db5 }
.overseas p { margin: 0 30px; font-size: 1rem; color: #333; line-height: 1.8; }
.overseas .more2 { color: #004db5; font-weight: bold; margin-left: 30px; margin-top: 30px; }
.overseas .more2 img { margin-left: 5px; }
.highlight { padding: 120px 0 }
.highlight .title { font-size: 44px; color: #004db5; margin: 0 0 120px }
.highlight .title i { font-style: normal; font-weight: bold; }
.highlight .title span:first-child { margin-right: 25px; padding-right: 25px; position: relative; color: #a2a3a4; }
.highlight .title span:first-child::after { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; content: ' '; height: 35px; background: #004db5; }
.highlight .list { display: grid; grid-template-columns: repeat(3, 1fr); /* 将容器分为两列 */ grid-template-rows: repeat(2, 1fr);    /* 分为两行 */ gap: 20px;/* 设置网格间距 */ }
.highlight .list .item { width: 100%; height: 100%; overflow: hidden; border-radius: 10px;                   /* 添加圆角 */ position: relative; }
.highlight .list .item::before { content: ' '; width: 100%; height: 100%; position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; /*background: rgba(0, 0, 0, .3); */}
/* 左侧大图占据两行 */
.highlight .list .item:first-child { grid-row: 1 / span 2;                  /* 从第1行开始，跨越2行 */ grid-column: 1;                        /* 占据第1列 */ }
.highlight .list .item .img { width: 100%; height: 100%; object-fit: cover;                     /* 确保图片填充整个容器且不变形 */ position: relative; z-index: 1; }
.highlight .list .item .icon { position: absolute; left: 50%; top: 50%; margin-top: -50px; margin-left: -29px; z-index: 3; transition: all 300ms }
.highlight .list .item .t { font-size: 28px; color: white; left: 0; top: 60%; text-align: center; left: 0; right: 0; z-index: 3; transition: all 300ms; position: absolute; }
.highlight .list .item:hover .icon { top: -20% }
.highlight .list .item:hover .t { top: 100% }
.highlight .list .item p { font-size: 1rem; color: white; z-index: 3; transition: all 300ms; opacity: 0; position: absolute; width: 100%; padding: 0 5rem; left: 0; top: 50%; transform: translateY(-50%); line-height: 1.5;word-break: break-word;}
.highlight .list .item:hover p { opacity: 1 }
.cases { background: url(../img/bg.png) no-repeat center top/100% auto; padding: 7rem 0 }
.cases .title { font-size: 44px; color: #fff; margin: 0 0 7rem; position: relative; }
.cases .title i { font-style: normal; font-weight: bold; }
.cases .title span:first-child { margin-right: 25px; padding-right: 25px; position: relative; color: #fff; }
.cases .title span:first-child::after { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; content: ' '; height: 35px; background: #fff; }
.cases .title .sub { font-size: 30px; margin-top: 10px }
.cases .prev-next { position: absolute; right: 0; bottom: 0; display: flex; }
.cases .prev-next .swiper-button-next, .cases .prev-next .swiper-button-prev { position: relative; width: 49px; height: 49px; }
.cases .prev-next .swiper-button-next:after, .cases .prev-next .swiper-button-prev:after { display: none }
.cases .swiper .swiper-slide img { width: 100%; object-fit: contain; height: auto; }
.cases .swiper .swiper-slide span { font-size: 18px; color: #000; text-align: center; margin-top: 10px; }
.studentstyle { background: #f3f3f3; padding: 120px 0 }
.studentstyle .title { font-size: 44px; color: #004db5; margin-bottom: 7rem; position: relative; }
.studentstyle .title i { font-style: normal; font-weight: bold; }
.studentstyle .title b{color: #004db5; }
.studentstyle .title span:first-child { margin-right: 25px; padding-right: 25px; position: relative; color: #a2a3a4; }
.studentstyle .title span:first-child::after { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; content: ' '; height: 35px; background: #004db5; }
.studentstyle .tabbar { display: flex; }
.studentstyle .tab { border-radius: 6px; color: white; cursor: pointer; margin-left: 10px; background-color: #989898; font-size: 22px; width: 178px; height: 60px; display: flex; align-items: center; justify-content: center; }
.studentstyle .tab.on { background-color: #004db5; }
.studentstyle .tabbar .tab a {color: #fff;font-size: 1.2rem;}
.studentstyle .list { display: none; grid-gap: 30px; grid-template-columns: 1fr 1fr 1fr; }
.studentstyle .item { transition: all 300ms; background: white; padding: 20px; }
.studentstyle .item:hover { box-shadow: 0 0 30px rgba(0, 0, 0, .1); transform: translateY(-20px); }
.studentstyle label { font-size: 18px; color: #004db5 }
.studentstyle .more { overflow: hidden; border: 1px solid #ebeff7; width: 75px; height: 40px; display: flex; border-radius: 99px; justify-content: center; align-items: center; }
.studentstyle .more img { transition: all 300ms }
.studentstyle .more:hover img { transform: translateX(20px); }
.studentstyle .t { font-size: 1.2rem; color: #000; margin-top: 1rem; margin-bottom: 1rem; font-weight: bold; -webkit-line-clamp: 2; line-height: 1.5; display: block; }
.studentstyle p { font-size: 1rem; color: #333; margin-bottom: 2rem; line-height: 1.5; }
.studentstyle .img {border-radius: 6px; overflow: hidden; display: block; }
.studentstyle .img img { display: block; width: 100%; height: 100%; transition: all 300ms; object-fit: cover; }
.studentstyle .item:hover .img img { transform: scale(1.1); }
.studentstyle .seemore a { padding: 15px 45px; margin-top: 50px; color: white; font-size: 22px; border-radius: 6px; background-color: #004db5 }
.studentstyle .seemore a:hover { background-color: #1766d0 }
.database { padding: 120px 0 }
.database .title { font-size: 44px; color: #004db5; margin-bottom: 120px; position: relative; }
.database .title i { font-style: normal; font-weight: bold; }
.database .title span:first-child { margin-right: 25px; padding-right: 25px; position: relative; color: #a2a3a4; }
.database .title span:first-child::after { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; content: ' '; height: 35px; background: #004db5; }
.database { position: relative; }
.database .swiper-button-next, .database .swiper-button-prev { position: absolute; width: 53px; height: 53px; top: calc(50% + 80px); }
.database .swiper-button-next { left: 70px; right: auto }
.database .swiper-button-prev { right: 70px; left: auto; }
.database .swiper-button-next:after, .database .swiper-button-prev:after { display: none }
.database .swiper .swiper-slide a { display: block }
.database .swiper .swiper-slide a:nth-child(1) { margin-bottom: 60px }
.database .swiper .swiper-slide img { width: auto; height: auto; object-fit: contain; }
.database .swiper .swiper-slide span { font-size: 18px; color: #000; text-align: center; margin-top: 20px; }
.consultation { padding: 120px 0 60px; border-top: 7px solid #f7f5f5 }
.consultation .title { font-size: 44px; color: #004db5; margin-bottom: 120px; position: relative; }
.consultation .title i { font-style: normal; font-weight: bold; }
.consultation .title span:first-child { margin-right: 25px; padding-right: 25px; position: relative; color: #a2a3a4; }
.consultation .title span:first-child::after { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; content: ' '; height: 35px; background: #004db5; }
.consultation img { margin-right: 35px; width: 122px; height: 122px; flex-shrink: 0 }
.consultation .item:first-child { margin-right: 140px }
.consultation .contacts b { font-size: 24px }
.consultation p { font-size: 17px; margin-top: 18px }
.footer { padding: 170px 0 70px; background: url(../img/footer-bg.png) no-repeat center top/100% 100%; }
.m-commonly:after, .ul-commonly .con:after, .ul-commonly:after { content: ""; display: block; clear: both; visibility: hidden; width: 100%; height: 0 }
.m-commonly { padding: 0 92px; border-bottom: 1px solid #2777c1; margin-bottom: 54px; }
.ul-commonly .con:after, .ul-commonly:after { content: ""; display: block; clear: both; visibility: hidden; width: 100%; height: 0 }
.m-commonly { padding: 0 92px; border-bottom: 1px solid #2777c1; margin-bottom: 54px; }
.ul-commonly { padding: 0 20px; margin: 0 -35px; position: relative; text-align: center; font-size: 0 }
.ul-commonly li { width: 100%; display: inline-block; vertical-align: middle; padding: 0 50px }
.ul-commonly .con { display: block; cursor: pointer }
.ul-commonly .con .top { font-size: 18px; color: #fff; line-height: 1.5em; padding: 16px 50px 16px 0; position: relative; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; transition: .3s }
.ul-commonly .con .top:after { content: ""; position: absolute; background-color: transparent; left: 0; bottom: 0; width: 100%; height: 3px }
.ul-commonly .con .top:before { content: ""; width: 0; height: 0; border-bottom: 15px solid #0b5fad; border-right: 10px solid transparent; border-left: 10px solid transparent; position: absolute; top: -15px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); display: none; z-index: 5 }
.ul-commonly .con.on .top:before { display: block }
.ul-commonly .con .top em { display: inline-block; vertical-align: middle; width: 23px; height: 23px; overflow: hidden; margin: -2px 7px 0 0 }
.ul-commonly .con .top em img { display: block; width: 100% }
.ul-commonly .con .top i { position: absolute; top: 50%; right: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); width: 17px; height: 17px; background: url(../img/iconl21.png) center center no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover }
.ul-commonly .con .down { position: absolute; bottom: 100%; left: 0; width: 100%; background-color: rgba(255,255,255,.98); padding: 10px 40px 0; line-height: 1.5; border-top: 6px solid #0b5fad; -webkit-box-shadow: 0 0 5px rgba(9,2,4,.21); -moz-box-shadow: 0 0 5px rgba(9,2,4,.21); -ms-box-shadow: 0 0 5px rgba(9,2,4,.21); -o-box-shadow: 0 0 5px rgba(9,2,4,.21); box-shadow: 0 0 5px rgba(9,2,4,.21); display: none; overflow: hidden; z-index: 10 }
.ul-commonly .con .down dl { margin: 0 -10px; text-align: left; height: 100%; overflow-x: hidden; overflow-y: auto }
.ul-commonly .con .down dl dd { width: 20%; float: left; overflow: hidden; padding: 0 10px; margin-bottom: 10px }
.ul-commonly .con .down dl a { font-size: 16px; color: #666; line-height: 1.5em; overflow: hidden }
.ul-commonly .con .down dl::-webkit-scrollbar {display:none}
.ul-commonly.open li.on .con .top i { background-image: url(../img/iconl21-1.png) }
.ul-commonly .con .down dl a:hover { color: #0b5fad }
.footer .foot { overflow: hidden }
.footer .foot { overflow: hidden }
.fd-logo { width: 420px; float: left; height: auto; overflow: hidden; margin-bottom: 24px }
.fd-logo img { display: block; width: 100% }
.footer .ljjb-pc { width: 100px; float: left; margin: 0px 90px; color: #fff; text-align: center; }
.footer .ljjb-pc p { color: #fff; }
.footer .school-pc { width: 371px; float: right; margin-top: 24px }
.footer .copy { display: block; overflow: hidden }
.footer .copy p{line-height: 2;}
.footer .copy .left { overflow: hidden; float: left; font-size: 14px; color: #b8dbfb; line-height: 1.5em; }
.footer .copy .left a { font-size: 14px; color: #b8dbfb; }
.footer .copy .left span { display: inline-block; margin-right: 38px }
.footer .copy .left span:last-child { margin-right: 0 }
.footer .copy .right { overflow: hidden; float: right }
.footer .school { overflow: hidden; display: none }
.footer .school .pic { width: 206px; overflow: hidden; height: auto; margin: 0 auto }
.footer .school .pic img { display: block; width: 100% }
.lxfs p { font-size: 14px; color: rgb(184, 219, 251); line-height: 1.6em; }
 @media only screen and (max-width:1680px) {
.news-content .title, .overseas .title, .highlight .title, .studentstyle .title, .studentstyle .title, .database .title, .consultation .title { font-size: 30px; margin-bottom: 60px; }
.cases .title .sub { font-size: 18px }
.news-content .left { width: 500px; }
.news-title { font-size: 1.1rem; }
.news-content .right img { width: 650px; height: 380px }
.database .swiper-button-next { left: 20px; }
.database .swiper-button-prev { right: 20px; }
}
 @media only screen and (max-width:1300px) {
.news, .overseas, .highlight, .cases, .studentstyle, .database, .consultation { padding: 30px 0 }
.news-content { flex-wrap: wrap; padding-top: 30px }
.news-content .title, .overseas .title, .highlight .title, .cases .title, .studentstyle .title, .database .title, .consultation .title { margin-bottom: 20px }
.cases .title .sub { font-size: 16px }
.news-content .left { width: 100% }
.news-content .right { width: 100%; margin-top: 3rem; }
.news-content .right img { width: 100%; height: auto }
.news-content::after { right: -200px; width: 300% }
.studentstyle .tab { font-size: 18px; width: auto; padding: 0 6px; height: 40px; }
.studentstyle .list { grid-template-columns: 1fr; }
.studentstyle .img, .studentstyle .img img { height: auto }
.studentstyle .seemore a { padding: 10px 25px; margin-top: 30px; font-size: 18px; }
.database .swiper-button-next, .database .swiper-button-prev { width: 40px; height: 40px; top: 60px; }
.consultation img { margin-right: 25px; width: 62px; height: 62px; }
.consultation .contacts b { font-size: 20px }
.consultation p { font-size: 16px; margin-top: 15px }
.news .swiper-pagination { bottom: 0; }
}
 @media only screen and (max-width: 1200px) {
.footer .ljjb-pc { float: none; margin: 0px auto; }
}
 @media only screen and (max-width:1199px) {
.m-commonly { padding: 0; margin-bottom: 30px }
.ul-commonly { margin: 0; padding: 0 }
.ul-commonly .con .top { font-size: 18px }
.ul-commonly li { padding: 0 18px }
.ul-commonly .con .down { padding: 15px 10px 25px; border-width: 3px }
.ul-commonly .con .down:after { border-top: 8px solid #0b5fad; border-left: 5px solid transparent; border-right: 5px solid transparent; left: 72px }
.ul-commonly .con .down dl a { font-size: 14px }
.ul-commonly .con .top:after { display: none }
.footer .copy .left, .footer .copy .right { float: none; text-align: center }
.footer .school-pc { margin: 20px auto; float: none }
.fd-logo { margin: 0 auto 20px; float: none }
}
 @media only screen and (max-width:1170px) {
.banner .btns { width: 700px }
}
 @media only screen and (max-width:959px) {
.ul-commonly .con .top { font-size: 16px }
}
 @media only screen and (max-width: 767px) {
.banner .btns { width: 95% }
.banner .btns .btn img { margin-right: 5px; width: 15px; height: 13px; }
.banner .swiper-button-prev { width: 2rem; height: 2rem }
.banner .swiper-button-next { width: 2rem; height: 2rem }
.banner .btns .btn { width: 30%; padding: 30px 0; background: rgba(7, 62, 137, .8); border-radius: 15px 15px 0 0; font-size: 12px; color: #fff; padding: 10px 0; }
.overseas .title2 { font-size: 22px; }
.news-content .more { display: none }
.news-content .title, .overseas .title, .highlight .title, .cases .title, .studentstyle .title, .database .title, .consultation .title { font-size: 25px }
.news-content .title span, .overseas .title span, .highlight .title span, .cases .title span,  .studentstyle .title span, .database .title span, .consultation .title span { display: block; text-align: center; font-size: 18px; color: #ccc; }
.news-content .title span:first-child, .overseas .title span:first-child, .highlight .title span:first-child, .cases .title span:first-child,  .studentstyle .title span:first-child, .database .title span:first-child, .consultation .title span:first-child { padding-right: 0; margin-right: 0; }
.news-content .title span:first-child::after, .overseas .title span:first-child::after, .highlight .title span:first-child::after, .cases .title span:first-child::after,  .studentstyle .title span:first-child::after, .database .title span:first-child::after, .consultation .title span:first-child::after { display: none; }
.news-content .title b, .overseas .title b, .highlight .title b, .cases .title b,  .studentstyle .title b, .database .title b, .consultation .title b { display: block; text-align: center; margin-bottom: 15px; padding-bottom: 10px; position: relative; }
.news-content .title b::after, .overseas .title b::after, .highlight .title b::after, .cases .title b::after,  .studentstyle .title b::after, .database .title b::after, .consultation .title b::after { content: ' '; position: absolute; height: 3px; width: 2em; left: 50%; bottom: 0; transform: translateX(-50%); background: white; }
.overseas .title, .highlight .title { display: block; }
.overseas .title b::after,  .highlight .title b::after,  .cases .title b::after,  .studentstyle .title b::after,  .database .title b::after,  .consultation .title b::after { background-color: #004db5; }
.overseas .list .item { padding-bottom: 10px }
.overseas .title { margin-left: 0; margin-right: 0 }
.studentstyle .tabbar { display: none;}
.overseas .list .img { margin-bottom: 20px }
.overseas .list { grid-gap: 15px; grid-template-columns: 1fr; }
.overseas .title2, .overseas p, .overseas .more2 { margin: 0 10px 20px }
.highlight .list { height: auto; grid-template-columns: 1fr; /* 将容器分为两列 */ grid-template-rows: 1fr;    /* 分为两行 */ }
.highlight .list .item { height: auto; }
/* 左侧大图占据两行 */
.highlight .list .item:first-child { grid-row: 1;                  /* 从第1行开始，跨越2行 */ grid-column: 1;                        /* 占据第1列 */ }
.highlight .list .item .img { width: 100%; height: auto; }
.cases .prev-next .swiper-button-next, .cases .prev-next .swiper-button-prev { width: 30px; height: 30px }
.cases .swiper .swiper-slide img { height: 350px; }
.studentstyle .title { flex-wrap: wrap; justify-content: center; }
.studentstyle .tab { margin-top: 15px }
.studentstyle .seemore a { padding: 10px 25px; width: 100%; font-size: 14px; text-align: center; }
.database .swiper-button-next, .database .swiper-button-prev { display: none }
.database .swiper .swiper-slide span { font-size: 16px; margin-top: 10px; }
.database .swiper .swiper-slide a:nth-child(1) { margin-bottom: 20px }
.consultation .contacts { flex-wrap: wrap; justify-content: flex-start; }
.consultation .item:first-child { margin-right: 0; margin-bottom: 15px }
.consultation p { margin-top: 5px; font-size: 14px; }
.consultation .contacts b { font-size: 18px; }
.consultation .title span:first-child::after { display: none }
.ul-commonly .con .down { width: 100vw; left: -3.5vw }
.ul-commonly .con .down dl a, .ul-commonly .con .top { font-size: 12px }
.ul-commonly li { padding: 0; margin-right: 25px }
.ul-commonly li:last-child { margin-right: 0 }
.ul-commonly .con .top { padding: 6px 15px 6px 0 }
.ul-commonly .con .top em { display: none }
.ul-commonly .con .top i { width: 10px; height: 10px }
.ul-commonly .con .down { padding: 15px 10px 31px }
.ul-commonly .con .down dl dd { width: 33.33%; margin-bottom: 5px }
.ul-commonly .con .top:before { border-bottom-width: 8px; border-right-width: 5px; border-left-width: 5px; top: -8px }
.ul-listl4 .form .ll { margin-right: 8px }
.ul-commonly { margin: 0 15px }
.studentstyle .list { grid-gap: 15px }
.studentstyle .seemore a { margin-top: 15px }
.cases { background-size: 100vw 17vh }
.footer .school-pc { display: none }
.fd-logo { width: 210px }
.footer .copy .left { margin-bottom: 26px }
.footer .copy .left span { display: block; margin: 0 0 4px }
.footer .copy .left, .ul-link a { font-size: 12px }
.footer .school { display: block; margin-top: 20px }
.footer .link .wp { padding: 0 }
.footer { padding: 15px 0 50px; background: url(../img/footer-bg2.png) no-repeat center top/cover }
.news .swiper-pagination { bottom: -15px }
}
 @media only screen and (max-width:370px) {
.ul-commonly .con .down dl dd { width: 50% }
.ul-commonly li { margin-right: 12px }
.ul-commonly .con .top i { width: 8px; height: 8px }
.ul-commonly .con .top { padding-right: 10px }
}