@charset "UTF-8";
/* 网站通用样式 */
@font-face { font-family: "SYST400"; src: url("../fonts/SourceHanSerifCN-Regular.ttf") format("truetype"); }
@font-face { font-family: "SYST500"; src: url("../fonts/SourceHanSerifCN-Medium.ttf") format("truetype"); }
@font-face { font-family: "SYST700"; src: url("../fonts/SourceHanSerifCN-Bold.ttf") format("truetype"); }
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

html { width: 100%; min-width: 320px; font-size: 100px; overflow-x: hidden; }
html::-webkit-scrollbar { width: .1rem; }
html::-webkit-scrollbar-thumb { border-radius: .1rem; background: #1e85d0; }
html::-webkit-scrollbar-track { border-radius: 0; background: rgba(0, 0, 0, 0.2); }

.overflow { height: 100vh; overflow: hidden !important; }

.container { width: 1520px; max-width: 90%; margin: 0 auto; font-size: .16rem; }

.title { font-size: 0.18rem; font-weight: 500; line-height: 0.28rem; color: #333; text-align: left; }

.info { font-size: 0.16rem; font-weight: 500; line-height: 0.25rem; color: #979797; text-align: justify; }

.date { display: -ms-flexbox; display: flex; align-items: center; font-family: "SYST700"; font-size: 0.14rem; font-weight: 500; line-height: 0.28rem; color: #154b89; text-align: left; }
.date span { font-size: .2rem; }
.date i { display: block; width: 1px; height: .14rem; margin: 0 .1rem; background: #154b89; -webkit-transform: rotate(20deg); -moz-transform: rotate(20deg); -ms-transform: rotate(20deg); -o-transform: rotate(20deg); transform: rotate(20deg); }

.date1 { font-family: "SYST500"; font-size: 0.14rem; font-weight: 500; line-height: 0.2rem; color: #fff; text-align: center; }
.date1 p:first-child { font-size: .2rem; line-height: .28rem; }

/* 网站头部 */
.header { position: fixed; top: 0; right: 0; bottom: auto; left: auto; z-index: 1000; width: 100%; padding: .2rem 0; border-top: 5px solid #154b89; }
.header::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: 135%; content: ""; background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); }
.header::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; content: ""; width: 100%; height: 0; background: #154b89; -webkit-transition: all 0.32s ease-out 0s; -moz-transition: all 0.32s ease-out 0s; -ms-transition: all 0.32s ease-out 0s; -o-transition: all 0.32s ease-out 0s; transition: all 0.32s ease-out 0s; }
.header .container { position: relative; z-index: 2; width: 1800px; max-width: 96%; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; }
.header .right-wrapper { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; width: 11.5rem; max-width: calc(100% - 6.6rem); }
.header.scroll { padding: .07rem 0 .12rem; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3); -webkit-transition: box-shadow 0.3s ease-out 0.32s; -moz-transition: box-shadow 0.3s ease-out 0.32s; -ms-transition: box-shadow 0.3s ease-out 0.32s; -o-transition: box-shadow 0.3s ease-out 0.32s; transition: box-shadow 0.3s ease-out 0.32s; }
.header.scroll .logo img { max-height: .85rem; }
.header.scroll::before { height: 100%; }
.header.scroll::after { display: none; }
.header.scroll .nav li > a { line-height: .5rem; }

.logo { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.logo img { max-height: .85rem; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }

.top-link { font-size: 0; }
.top-link a { position: relative; display: inline-block; margin: 0 .28rem 0 0; font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: left; }
.top-link a::after { position: absolute; top: auto; right: 0; bottom: 4px; left: auto; z-index: 1; content: ""; width: 0; height: 1px; background: #fff; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.top-link a:hover { color: #fff; }
.top-link a:hover::after { right: auto; left: 0; width: 100%; }

.nav { width: 100%; margin: .05rem 0 0; }
.nav ul { display: flex; justify-content: space-between; }
.nav li { position: relative; }
.nav li a { position: relative; display: block; font-size: 0.18rem; font-weight: 500; line-height: 0.6rem; color: #fff; text-align: center; }
.nav li > a { -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -ms-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; }
.nav li > a::after { display: block; content: ""; box-sizing: border-box; width: 0%; height: 3px; margin: 0 auto; border-radius: 3px; background: #fff; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.nav li:hover > a::after { width: 100%; }
.nav li:hover .sub-nav { visibility: visible; top: calc(100% - 3px); opacity: 1; }
.nav .sub-nav { position: absolute; top: 130%; right: auto; bottom: auto; left: calc(50% - .8rem); z-index: 1; width: 1.6rem; padding: .05rem 0 .08rem; opacity: 0; visibility: hidden; box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2); background: white; border-radius: 3px; border-top: 4px solid #1e85d0; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
.nav .sub-nav dd { position: relative; padding: 0 .15rem; }
.nav .sub-nav dd::before { position: absolute; top: 0; right: 0.15rem; bottom: auto; left: auto; z-index: 1; width: calc(100% - .3rem); height: 100%; content: ""; background: linear-gradient(90deg, #154b89, #1e85d0); opacity: 0; -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -ms-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; }
.nav .sub-nav dd:last-child a { border: none; }
.nav .sub-nav dd:hover::before { right: 0; width: 100%; opacity: 1; }
.nav .sub-nav dd:hover a { color: #fff; border-color: #1e85d0; }
.nav .sub-nav a { z-index: 2; width: 100%; padding: .12rem 0; font-size: .16rem; font-weight: 500; line-height: .22rem; color: #333; border-bottom: 1px dashed #ddd; -webkit-transition: background 0.15s ease-out 0s; -moz-transition: background 0.15s ease-out 0s; -ms-transition: background 0.15s ease-out 0s; -o-transition: background 0.15s ease-out 0s; transition: background 0.15s ease-out 0s; }
.nav .sub-nav .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 11px; overflow: hidden; }
.nav .sub-nav .tri::before { display: none; }
.nav .sub-nav .tri::after { display: block; content: ""; box-sizing: border-box; width: 14px; height: 14px; margin: 0 auto; background: #1e85d0; -webkit-transform: translate(0px, 3px) rotate(45deg); -moz-transform: translate(0px, 3px) rotate(45deg); -ms-transform: translate(0px, 3px) rotate(45deg); -o-transform: translate(0px, 3px) rotate(45deg); transform: translate(0px, 3px) rotate(45deg); box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

.pad-btn { position: relative; display: flex; align-items: center; padding: 0 0 0 .22rem; }
.pad-btn::before { position: absolute; top: 0.07rem; right: auto; bottom: auto; left: -1px; z-index: 1; content: ""; width: 1px; height: .16rem; background: #fff; }
.pad-btn .search-btn { position: relative; z-index: 5; display: inline-block; width: .3rem; height: .3rem; background-image: url(../images/search.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.21rem; cursor: pointer; }
.pad-btn .nav-btn { display: none; position: relative; z-index: 5; width: 28px; vertical-align: middle; cursor: pointer; }
.pad-btn .nav-btn i { display: block; height: 2px; margin: 7px 0; background: #fff; -webkit-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; -moz-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; -ms-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; -o-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; }
.pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0px, 9px) rotate(45deg); -moz-transform: translate(0px, 9px) rotate(45deg); -ms-transform: translate(0px, 9px) rotate(45deg); -o-transform: translate(0px, 9px) rotate(45deg); transform: translate(0px, 9px) rotate(45deg); }
.pad-btn .nav-btn.close i:nth-child(2) { opacity: 0; }
.pad-btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0px, -9px) rotate(-45deg); -moz-transform: translate(0px, -9px) rotate(-45deg); -ms-transform: translate(0px, -9px) rotate(-45deg); -o-transform: translate(0px, -9px) rotate(-45deg); transform: translate(0px, -9px) rotate(-45deg); }

#mask { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 100; background: rgba(0, 0, 0, 0.25); opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-out 0.4s; -moz-transition: all 0.3s ease-out 0.4s; -ms-transition: all 0.3s ease-out 0.4s; -o-transition: all 0.3s ease-out 0.4s; transition: all 0.3s ease-out 0.4s; }
#mask::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: 30%; opacity: 0; background: rgba(0, 0, 0, 0.45); content: ""; -webkit-transition: all 0.3s ease-out 0.2s; -moz-transition: all 0.3s ease-out 0.2s; -ms-transition: all 0.3s ease-out 0.2s; -o-transition: all 0.3s ease-out 0.2s; transition: all 0.3s ease-out 0.2s; }
#mask .search-box { position: absolute; top: 40%; right: auto; bottom: auto; left: 0; z-index: 10; width: 100%; padding: .2rem 0; overflow: hidden; }
#mask .search-box .form { position: relative; background: #fff; white-space: nowrap; padding: .15rem .18rem .15rem .18rem; width: 80%; max-width: 8rem; margin: 0 auto; opacity: 0; -webkit-transition: all 0.42s ease-out 0s; -moz-transition: all 0.42s ease-out 0s; -ms-transition: all 0.42s ease-out 0s; -o-transition: all 0.42s ease-out 0s; transition: all 0.42s ease-out 0s; box-shadow: 0 0 2px 0 #ccc; border-radius: 4px; -webkit-transform: translateY(150%); -moz-transform: translateY(150%); -ms-transform: translateY(150%); -o-transform: translateY(150%); transform: translateY(150%); }
#mask .search-box .input { width: calc(100% - .55rem); height: .6rem; padding: 0 .1rem 0 .2rem; vertical-align: top; font-size: 0.16rem; font-weight: 500; line-height: 0.6rem; color: #333; text-align: left; border: 1px solid rgba(36, 33, 141, 0.2); border-radius: 4px; }
#mask .search-box .submit { width: .5rem; height: .6rem; vertical-align: top; background-image: url("../images/search2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
#mask .search-box .close { width: .6rem; height: .6rem; position: absolute; top: 50%; right: auto; bottom: auto; left: calc(100% + .3rem); z-index: 1; cursor: pointer; -webkit-transform: translateY(-50%) rotate(90deg); -moz-transform: translateY(-50%) rotate(90deg); -ms-transform: translateY(-50%) rotate(90deg); -o-transform: translateY(-50%) rotate(90deg); transform: translateY(-50%) rotate(90deg); }
#mask .search-box .close .line { display: block; width: 100%; height: 2px; }
#mask .search-box .close .line i { display: block; width: 100%; height: 2px; background: #fff; }
#mask .search-box .close .line.l1 { -webkit-transform: translate(0, 25px) rotate(45deg); -moz-transform: translate(0, 25px) rotate(45deg); -ms-transform: translate(0, 25px) rotate(45deg); -o-transform: translate(0, 25px) rotate(45deg); transform: translate(0, 25px) rotate(45deg); }
#mask .search-box .close .line.l2 { -webkit-transform: translate(0, 23px) rotate(-45deg); -moz-transform: translate(0, 23px) rotate(-45deg); -ms-transform: translate(0, 23px) rotate(-45deg); -o-transform: translate(0, 23px) rotate(-45deg); transform: translate(0, 23px) rotate(-45deg); }
#mask .search-box .close:hover .line.l1 i { animation: line-ani1 .5s ease-in-out .3s; }
#mask .search-box .close:hover .line.l2 i { animation: line-ani1 ease-in-out .5s; }
#mask.show { opacity: 1; visibility: visible; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
#mask.show::after { opacity: 1; height: 100%; -webkit-transition: all 0.45s ease-out 0s; -moz-transition: all 0.45s ease-out 0s; -ms-transition: all 0.45s ease-out 0s; -o-transition: all 0.45s ease-out 0s; transition: all 0.45s ease-out 0s; }
#mask.show .search-box .form { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); transition-delay: .2s; -ms-transition-delay: .2s; }

@keyframes line-ani1 { 0% { width: 0%; }
  100% { width: 100%; } }
.mobile-box { display: none; position: fixed; top: 61px; right: auto; bottom: auto; left: -100%; z-index: 1; width: 100%; height: calc(100vh - 61px); padding: .15rem 5% .4rem; background: #F8F8F8; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; opacity: 0; visibility: hidden; }
.mobile-box .nav { width: 100%; height: calc(100% - 1rem); padding: 0 0 .2rem; }
.mobile-box .nav ul { display: block; height: 100%; overflow-y: auto; }
.mobile-box .nav li { position: relative; width: 100%; border-bottom: 1px solid #ddd; border-top: 1px solid #fff; }
.mobile-box .nav li:first-child { border-top: none; }
.mobile-box .nav li:last-child { border-bottom: none; }
.mobile-box .nav li a { color: #494949; padding: 0; line-height: .6rem !important; text-align: left; }
.mobile-box .nav li a::after { display: none; }
.mobile-box .nav li .icon { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .6rem; height: .6rem; background-image: url(../images/arrow2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 7px; cursor: pointer; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.mobile-box .nav li .icon.close { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); }
.mobile-box .nav li > a { font-size: .19rem; }
.mobile-box .nav .sub-nav { display: none; position: static; opacity: 1; width: 100%; padding: 0 0 12px 20px; background: none; box-shadow: none; transition: none; border: none; visibility: visible; }
.mobile-box .nav .sub-nav dd::before { display: none; }
.mobile-box .nav .sub-nav .tri { display: none; }
.mobile-box .nav .sub-nav a { padding: 0 .1rem; font-weight: 500; line-height: .46rem !important; color: #494949 !important; border-bottom: 1px dashed #ddd; }
.mobile-box .nav .sub-nav::before { display: none; }
.mobile-box .mobile-search { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 0 0 0 1px; margin: .1rem auto .15rem; overflow: hidden; }
.mobile-box .mobile-search .form { display: flex; width: 100%; border: 1px solid #154b89; border-radius: 2px; overflow: hidden; background: #fff; }
.mobile-box .mobile-search .input { width: calc(100% - .65rem); height: .48rem; margin: 0 .1rem 0 0; padding: 0 .1rem 0 .2rem; vertical-align: top; font-size: 0.17rem; font-weight: 500; line-height: 0.48rem; color: #333; text-align: left; background: #fff; }
.mobile-box .mobile-search .submit { width: .65rem; height: .48rem; vertical-align: top; background-image: url("../images/search.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #154b89; background-size: auto; }
.mobile-box .top-link a { margin: 0 0 0 .2rem; font-size: .15rem; color: #154b89; white-space: nowrap; }
.mobile-box.show { left: 0px; opacity: 1; visibility: visible; }

/* 首页轮播图 */
.banner { width: 100%; z-index: 1; font-size: 0; background: #154b89; }
.banner::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; content: ""; width: 100%; height: 25%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent); }
.banner .img { position: relative; display: block; width: 100%; height: 100vh; overflow: hidden; }
.banner .img .slide-inner { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.banner .img img { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); -webkit-transition: transform 1s ease-out 0s; -moz-transition: transform 1s ease-out 0s; -ms-transition: transform 1s ease-out 0s; -o-transition: transform 1s ease-out 0s; transition: transform 1s ease-out 0s; }
.banner .swiper-slide-active img { -webkit-transition: transform 6.2s ease-out 1s; -moz-transition: transform 6.2s ease-out 1s; -ms-transition: transform 6.2s ease-out 1s; -o-transition: transform 6.2s ease-out 1s; transition: transform 6.2s ease-out 1s; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.banner .pagination { position: absolute; bottom: .35rem; z-index: 3; display: flex; align-items: center; justify-content: center; }
.banner .pagination .swiper-pagination-bullet { position: relative; vertical-align: middle; width: .5rem; height: .4rem; margin: 0 .1rem; background: url("../images/f_icon1.png") no-repeat 50% 50%; background-size: .38rem; opacity: .85; cursor: pointer; border-radius: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.banner .pagination .swiper-pagination-bullet::before, .banner .pagination .swiper-pagination-bullet::after { position: absolute; top: 50%; right: auto; bottom: auto; left: auto; z-index: 1; content: ""; width: 0; height: 1px; background: #fff; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.banner .pagination .swiper-pagination-bullet::before { right: 100%; }
.banner .pagination .swiper-pagination-bullet::after { left: 100%; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background-size: .5rem; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before, .banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after { width: .12rem; }

/* 网站底部 */
.footer { padding: 0 0 .5rem; background-image: url("../images/f_icon7.png"); background-repeat: no-repeat; background-position: 50% 76%; background-color: #1968ae; background-size: 2.33rem; }

.foot-link { width: 100%; margin: 0 0 .15rem; padding: .22rem 0 .1rem; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.foot-link h3 { font-size: 0.24rem; font-weight: 500; line-height: 0.46rem; color: #fff; text-align: left; }
.foot-link .link-box { width: calc(100% - 1.54rem); display: -ms-flexbox; display: flex; flex-wrap: wrap; align-items: center; }
.foot-link .link-box a { position: relative; display: block; font-size: 0.16rem; font-weight: 500; line-height: 0.46rem; color: #fff; text-align: left; }
.foot-link .link-box a::after { position: absolute; top: auto; right: 0; bottom: 0.1rem; left: auto; z-index: 1; content: ""; width: 0; height: 1px; background: #fff; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.foot-link .link-box a:hover::after { right: auto; left: 0; width: 100%; }
.foot-link .link-box span { display: block; width: 1px; height: .14rem; margin: 0 .28rem; background: #fff; }

.copy { font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: left; }

.foot-img img { max-height: .7rem; }

.ewm img { width: 1rem; }
.ewm p { margin: .08rem 0 0; font-size: 0.14rem; font-weight: 500; line-height: 0.24rem; color: #fff; text-align: center; }

/* 首页样式 */
.column { position: relative; width: 100%; margin: .4rem 0; }
.column h3 { font-size: 0.38rem; font-weight: 700; line-height: 0.64rem; color: #333; text-align: left; }
.column h3::after { display: block; content: ""; box-sizing: border-box; width: .6rem; height: 2px; margin: 0 auto; background: #154b89; }
.column .more { position: absolute; top: 0.15rem; right: 0; bottom: auto; left: auto; z-index: 1; }

.more { display: -ms-flexbox; display: flex; align-items: center; font-size: 0.16rem; font-weight: 500; line-height: 0.34rem; color: #666; text-align: left; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.more i { display: block; width: .24rem; height: .15rem; margin: 0 0 0 .14rem; background-image: url("../images/f_icon6.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; -webkit-transition: all 0.6s ease-out 0s; -moz-transition: all 0.6s ease-out 0s; -ms-transition: all 0.6s ease-out 0s; -o-transition: all 0.6s ease-out 0s; transition: all 0.6s ease-out 0s; }
.more:hover { color: #154b89; -webkit-transform: translateX(0.08rem); -moz-transform: translateX(0.08rem); -ms-transform: translateX(0.08rem); -o-transform: translateX(0.08rem); transform: translateX(0.08rem); }
.more:hover i { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -o-transform: rotateX(180deg); transform: rotateX(180deg); }

.home1 { padding: 1px 0 .5rem; background-image: url("../images/index_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.home1 .l-box { width: 51.315%; }
.home1 .r-box { width: 46.05%; }

.news-swiper1 { margin: 0; }
.news-swiper1 .img { padding: 4.95rem 0 0; }
.news-swiper1 .text { position: relative; padding: 0 0 0 1.2rem; }
.news-swiper1 .date1 { position: absolute; top: auto; right: auto; bottom: 0; left: 0.2rem; z-index: 1; width: 1rem; padding: .13rem 0; font-size: .16rem; line-height: .3rem; background: linear-gradient(90deg, #154b89, #1e85d0); }
.news-swiper1 .date1 p:first-child { font-size: .24rem; line-height: .34rem; }
.news-swiper1 .title { padding: 0 0 0 .26rem; font-size: .2rem; font-weight: 700; line-height: .64rem; }
.news-swiper1 .pagination { position: absolute; bottom: .64rem; right: .0rem; left: auto; width: auto; padding: .17rem .3rem; background: rgba(0, 0, 0, 0.2); z-index: 3; }
.news-swiper1 .pagination .swiper-pagination-bullet { margin: 0 .05rem; opacity: 1; width: .12rem; height: .12rem; border: 1px solid #fff; border-radius: 50%; background: none; }
.news-swiper1 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fff; }

.first-news { position: relative; display: block; padding: 0 0 .2rem .12rem; border-left: 3px solid #154b89; border-bottom: 1px solid #e5e5e5; }
.first-news .title { margin: 0 0 .14rem; font-size: .2rem; line-height: .22rem; }
.first-news .info { height: .5rem; }
.first-news .date { position: absolute; top: auto; right: 0; bottom: 0; left: auto; z-index: 1; padding: 0 .1rem; font-family: "SYST500"; font-size: .16rem; line-height: .32rem; color: #fff; background: linear-gradient(90deg, #154b89, #1e85d0); }
.first-news .date span { font-size: .24rem; }
.first-news .date i { background: #fff; }

.news-list1 { margin: .1rem 0 0; }
.news-list1 li { padding: .14rem 0; border-bottom: 1px solid #e5e5e5; }
.news-list1 li:last-child { border: none; }
.news-list1 .title { margin: .03rem 0 0; }

.home2 { position: relative; z-index: 2; padding: 1px 0 .75rem; border-radius: 0 0 .8rem 0; overflow: hidden; }
.home2 .bg { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; width: 100%; height: 100%; border-radius: 0 0 .8rem 0; background: linear-gradient(90deg, #154b89, #1e85d0); }
.home2 .column h3 { color: #fff; }
.home2 .column h3::after { background: #fff; }
.home2 .more { color: #fff; }
.home2 .more i { background-image: url("../images/f_icon8.png"); }

.news-list2 { font-size: 0; margin: 0 -0.45rem; }
.news-list2 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.45rem; }
.news-list2 li { position: relative; }
.news-list2 li::before { position: absolute; top: 0; right: auto; bottom: auto; left: -1px; z-index: 1; content: ""; width: 1px; height: .84rem; background: #5c8ab6; }
.news-list2 li::after { position: absolute; top: 0; right: auto; bottom: auto; left: -2px; z-index: 1; content: ""; width: 3px; height: .24rem; background: #41bbe1; }
.news-list2 li:nth-child(1), .news-list2 li:nth-child(2), .news-list2 li:nth-child(3) { margin: 0 0 .55rem; }
.news-list2 li:nth-child(1)::before, .news-list2 li:nth-child(1)::after, .news-list2 li:nth-child(4)::before, .news-list2 li:nth-child(4)::after { display: none; }
.news-list2 a { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; }
.news-list2 .date1 { width: .8rem; height: .7rem; padding: .13rem 0 0; color: #48ccee; background-image: url("../images/f_icon2_1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100% 100%; }
.news-list2 .title { width: calc(100% - .95rem); max-height: .56rem; color: #fff; }

.home3 { position: relative; z-index: 1; padding: 1px 0 .5rem; }
.home3::after { position: absolute; top: -0.8rem; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: calc(100% + 2rem); background-image: url("../images/index_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.home3 .column { margin-left: auto; margin-right: auto; }

.news-swiper2 { margin: 0 0 0 calc(50% - 770px); padding: .05rem 0 0 10px; }
.news-swiper2 .img-zoom { box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 0, 0, 0.1); background: #fff; }
.news-swiper2 .img-zoom:nth-child(even) { margin: .4rem 0 0; }
.news-swiper2 .img { padding: 65% 0 0; }
.news-swiper2 .text { position: relative; padding: .24rem .32rem .16rem; }
.news-swiper2 .date { position: absolute; top: -0.16rem; right: auto; bottom: auto; left: 0.32rem; z-index: 1; padding: 0 .1rem; font-family: "SYST500"; font-size: .16rem; line-height: .32rem; color: #fff; background: linear-gradient(90deg, #154b89, #1e85d0); }
.news-swiper2 .date span { font-size: .24rem; }
.news-swiper2 .date i { background: #fff; }
.news-swiper2 .title { height: .56rem; }
.news-swiper2 .swiper-arrow { display: -ms-flexbox; display: flex; justify-content: center; align-items: center; margin: .24rem 0 0; }
.news-swiper2 .swiper-arrow > div { width: .48rem; height: .48rem; margin: 0 .17rem; border: .03rem solid #1e82cc; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: 100% 40%; background-color: transparent; background-size: 0.38rem; border-radius: 50%; cursor: pointer; }
.news-swiper2 .swiper-arrow .swiper-next { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }

.column2 { display: block; min-width: 1.22rem; padding: 0 .15rem; font-size: 0.2rem; font-weight: 700; line-height: 0.47rem; color: #fff; text-align: center; background: #1eb1d0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.column2:hover { background: #1e85d0; }

.home4 { position: relative; z-index: 2; padding: 1px 0 .6rem; border-radius: 1.2rem 0 0 0; overflow: hidden; }
.home4 .bg { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: 100%; border-radius: 1.2rem 0 0 0; background: linear-gradient(0deg, #fcfdfe, #e1e8f1); }
.home4 .l-box { width: 54.276%; }
.home4 .l-box .column2 { position: absolute; top: -0.17rem; right: auto; bottom: auto; left: -0.11rem; z-index: 3; }
.home4 .c-box { position: relative; width: 24%; padding: .3rem .22rem 0; border: 1px solid #1eb1d0; border-radius: .25rem; }
.home4 .c-box .column2 { position: absolute; top: -0.17rem; right: auto; bottom: auto; left: -0.08rem; z-index: 2; }
.home4 .r-box { width: 15.13%; }

.news-swiper3 { position: relative; align-items: flex-end; }
.news-swiper3 .swiper-container { width: 59%; }
.news-swiper3 .img { padding: 3.42rem 0 0; }
.news-swiper3 .news-list3 { position: relative; z-index: 2; width: calc(41% + .44rem); margin: 0 0 0 -.44rem; }

.news-list3 li { position: relative; padding: 0 0 0 .44rem; -webkit-transition: padding 0.3s ease-out 0s; -moz-transition: padding 0.3s ease-out 0s; -ms-transition: padding 0.3s ease-out 0s; -o-transition: padding 0.3s ease-out 0s; transition: padding 0.3s ease-out 0s; }
.news-list3 li::before { position: absolute; top: auto; right: 0; bottom: 0; left: auto; z-index: -2; content: ""; width: calc(100% - .44rem); height: 1px; background: #e5e5e5; }
.news-list3 li::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 0; height: 100%; background: linear-gradient(135deg, #154b89, #1e85d0); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.news-list3 li.on { padding: 0; }
.news-list3 li.on::after { width: 100%; }
.news-list3 li.on a { padding-left: .24rem; padding-right: .25rem; border-color: transparent; }
.news-list3 li.on .title { color: #fff; }
.news-list3 li.on .date { right: .25rem; color: #fff; }
.news-list3 li.on .date i { background: rgba(255, 255, 255, 0.8); }
.news-list3 li.on .date::before { width: .38rem; height: .09rem; background: url("../images/f_icon3.png") no-repeat 50% 50%; background-size: 100%; }
.news-list3 a { display: block; padding: .17rem .12rem .32rem .34rem; -webkit-transition: padding 0.3s ease-out 0s; -moz-transition: padding 0.3s ease-out 0s; -ms-transition: padding 0.3s ease-out 0s; -o-transition: padding 0.3s ease-out 0s; transition: padding 0.3s ease-out 0s; }
.news-list3 .title { height: .56rem; -webkit-transition: color 0.3s ease-out 0s; -moz-transition: color 0.3s ease-out 0s; -ms-transition: color 0.3s ease-out 0s; -o-transition: color 0.3s ease-out 0s; transition: color 0.3s ease-out 0s; }
.news-list3 .date { position: absolute; top: auto; right: 0.12rem; bottom: 0.07rem; left: auto; z-index: 1; -webkit-transition: color 0.3s ease-out 0s; -moz-transition: color 0.3s ease-out 0s; -ms-transition: color 0.3s ease-out 0s; -o-transition: color 0.3s ease-out 0s; transition: color 0.3s ease-out 0s; }
.news-list3 .date::before { display: block; content: ""; box-sizing: border-box; width: .25rem; height: 1px; margin: 0 .08rem 0 0; background: #154b89; }

.news-swiper4 a { position: relative; display: block; padding: .2rem 0 .15rem; border-bottom: 1px solid #e5e5e5; }
.news-swiper4 a::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 1px; background: #154b89; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.news-swiper4 a:hover .title { color: #154b89; }
.news-swiper4 a:hover::after { width: 100%; }
.news-swiper4 .title { height: .56rem; }
.news-swiper4 .date { margin: 0 0 .05rem; }
.news-swiper4 .pagination { padding: .14rem 0 .22rem; text-align: center; }
.news-swiper4 .pagination .swiper-pagination-bullet { width: .12rem; height: .12rem; border: 0.02rem solid #154b89; opacity: 1; background: none; }
.news-swiper4 .pagination .swiper-pagination-bullet-active { background: #154b89; }

.link-list li { background: #4eb5a0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; position: relative; }
.link-list li:nth-child(2) { margin: .34rem 0 0; background: #1e85d0; }
.link-list li::before { display: block; content: ""; box-sizing: border-box; position: absolute; top: auto; right: auto; bottom: -12px; left: 0; z-index: 1; width: 100%; height: 10px; background-image: radial-gradient(ellipse closest-side at 50% 50%, rgba(0, 0, 0, 0.28), transparent); opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.link-list li:hover::before { bottom: -15px; opacity: 1; visibility: visible; }
.link-list li:hover { -webkit-transform: translateY(-0.08rem); -moz-transform: translateY(-0.08rem); -ms-transform: translateY(-0.08rem); -o-transform: translateY(-0.08rem); transform: translateY(-0.08rem); }
.link-list li:hover img { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }
.link-list a { display: -ms-flexbox; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 1.52rem; }
.link-list .icon { display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: .72rem; height: .72rem; margin: 0 auto; border: 1px solid #fff; border-radius: 50%; }
.link-list .icon img { max-width: .4rem; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.link-list p { font-size: 0.24rem; font-weight: 500; line-height: 0.42rem; color: #fff; text-align: center; }

/* 内页样式 */
.decorate { position: relative; padding: 28% 0 0; }
.decorate img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }

.main-box .container { align-items: flex-start; }

.sidebar { position: relative; z-index: 3; width: 2.8rem; margin: -.9rem 0 .6rem; padding: 0 0 .15rem .15rem; box-shadow: 0px 0.06rem 0.18rem 0px rgba(165, 186, 199, 0.32); background: linear-gradient(110deg, #154b89, #1e85d0); }
.sidebar h3 { position: relative; padding: 0 .15rem 0 0; font-family: "SYST700"; font-size: 0.32rem; font-weight: 700; line-height: 1.1rem; color: #fff; text-align: center; }

.sub-nav { position: relative; background: #fff; }
.sub-nav li { position: relative; border-bottom: 1px solid #ededed; }
.sub-nav li:last-child { border: none; }
.sub-nav li.cur > a { color: #154b89 !important; font-weight: 700; }
.sub-nav li.cur > a p::after { width: 100%; opacity: 1; }
.sub-nav li.cur { background: #f7f7f7; }
.sub-nav li.cur .lv3 { display: block; }
.sub-nav li:hover > a { color: #154b89; }
.sub-nav a { display: -ms-flexbox; display: flex; align-items: center; padding: .2rem .6rem .2rem .5rem; font-size: 0.18rem; font-weight: 500; line-height: 0.24rem; color: #333; text-align: left; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.sub-nav a p { position: relative; }
.sub-nav a p::after { position: absolute; top: auto; right: auto; bottom: -0.03rem; left: 0; z-index: 1; width: 0; max-width: .9rem; height: .15rem; border-radius: .1rem 0 .1rem 0; background: #54a4e2; content: ""; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; opacity: 0; }
.sub-nav a span { position: relative; z-index: 2; }
.sub-nav .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .8rem; height: .64rem; background-image: url("../images/icon12_2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; opacity: .8; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.sub-nav .down.close { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.sub-nav .lv3 { display: none; margin: -.1rem 0 0; padding: 0 0 .15rem .12rem; }
.sub-nav .lv3 a { display: block; height: auto; padding:.08rem .2rem .08rem .4rem; font-size: .15rem; line-height: .24rem; }
.sub-nav .lv3 a::before { display: inline-block; width: 5px; height: 5px; background: #ccc; margin: 0 .08rem 3px 0; border-radius: 50%; content: ""; }
.sub-nav .lv3 a:hover { color: #165797; }
.sub-nav .lv3 a:hover::before { background: #165797; }
.sub-nav .lv3 a.cur { color: #154b89; font-weight: 700; }
.sub-nav .lv3 a.cur::before { background: #154b89; }

.main { position: relative; z-index: 4; width: calc(100% - 3.4rem); min-height: 4rem; margin: .22rem 0 0; padding: 0 0 .8rem; }

.position { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #dfdfdf; }
.position h3 { white-space: nowrap; font-family: "SYST700"; font-size: 0.26rem; font-weight: 500; line-height: 0.6rem; color: #333; text-align: left; border-bottom: 3px solid #154b89; margin: 0 0 -1px; }
.position .line { display: none; }

.place { font-size: 0.15rem; font-weight: 500; line-height: 0.6rem; color: #888; text-align: left; padding: 0 0 0 26px; white-space: nowrap; background-image: url(../images/place.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.21rem; }
.place a { color: #888; }
.place a:hover { color: #154b89; }

.list1 { margin: .1rem 0 0; }
.list1 li { position: relative; }
.list1 a { padding: .2rem .25rem; border-bottom: 1px solid #eee; background-image: url("../images/list_bg3.png"); background-repeat: no-repeat; background-position: 0.04rem 50%; background-color: #fff; background-size: auto; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list1 .title { width: calc(100% - 1.1rem); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list1 .line { width: 1px; height: .4rem; margin: 0 0; background: #154b89; }
.list1 .date1 { font-family: "SYST700"; font-size: .16rem; color: #154b89; }
.list1 .date1 p:first-child { font-size: .24rem; margin: 0 0 5px; }

.picture2 { margin: .2rem 0 0; }
.picture2 li.no-img .text { width: 100%; padding-left: 0; }
.picture2 a { position: relative; display: block; padding: 0.25rem 0.25rem; font-size: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.picture2 a::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -2; content: ""; width: 100%; height: 100%; background: linear-gradient(90deg, #154b89, #1e85d0); opacity: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.picture2 a::after { position: absolute; top: auto; right: 0; bottom: -0.1rem; left: auto; z-index: -1; width: 2.33rem; height: 100%; content: ""; background-image: url("../images/f_icon7.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; opacity: 0; }
.picture2 .img-frame { display: inline-block; vertical-align: top; width: 2.6rem; }
.picture2 .img-frame .img { padding: 1.6rem 0 0; }
.picture2 .text { display: inline-block; vertical-align: top; width: calc(100% - 2.6rem); padding: .06rem 0 0 .3rem; }
.picture2 .date { margin: .1rem 0 .12rem; font-size: .16rem; }
.picture2 .title { line-height: .3rem; color: #222; }
.picture2 .info { height: .5rem; }

.picture3 { font-size: 0; margin: 0 -0.2rem; }
.picture3 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.2rem; }
.picture3 .img-zoom { margin: .32rem 0 0; padding: .12rem; border: 1px solid #eee; border-radius: 4px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; background: #fcfeff; box-shadow: 0px 0.05rem 0.12rem 0px rgba(165, 186, 199, 0.32); }
.picture3 .img { padding: 65% 0 0; }
.picture3 .text { padding: .15rem 0 .05rem; }
.picture3 .title { font-size: 0.18rem; font-weight: 500; line-height: 0.4rem; color: #333; text-align: center; }

.teach-column { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; margin: .2rem 0 0; border-bottom: 1px solid #ddd; }
.teach-column h5 { margin: 0 0 -1px; font-size: 0.22rem; font-weight: 700; line-height: 0.5rem; color: #333; text-align: left; border-bottom: 3px solid #1e85d0; }
.teach-column .more { padding: 0; font-size: .16rem; line-height: .5rem; background: none; }

.teach-list { display: flex; flex-wrap: wrap; font-size: 0; margin: 0 -0.15rem; }
.teach-list > li { display: inline-block; vertical-align: top; width: 20%; padding: 0 0.15rem; }
.teach-list li { margin: .3rem 0 0; }
.teach-list .img-zoom { height: 100%; padding: .1rem .1rem .05rem; background: #f2f2f2; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; border-radius: 4px; }
.teach-list .img-zoom:hover { background: #154b89; box-shadow: 0px 4px 10px 0px rgba(14, 65, 150, 0.2); }
.teach-list .img-zoom:hover .title { color: #fff; }
.teach-list .img-frame .img { padding: 125% 0 0; background-position-y: 10%; }
.teach-list .text { padding: .1rem 0; }
.teach-list .title { line-height: 1.5; font-size: .17rem; text-align: center; }

.article { padding: .5rem 0 .2rem; }
.article .title { font-size: 0.26rem; font-weight: 500; line-height: 140%; color: #333; text-align: center; }
.article .sub-title1 { margin: 0 0 .08rem; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: center; }
.article .sub-title2 { margin: .08rem 0 0; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #666; text-align: center; }
.article .sub { margin: .2rem 0 .1rem; padding: .12rem 0 .12rem; font-size: 0.15rem; font-weight: 500; line-height: 0.22rem; color: #888; text-align: center; background: #f8f8f8; }
.article .sub span { margin: 0 .1rem; }
.article .sub span span { margin: 0; }
.article .content { min-height: 3.5rem; padding: .36rem 0 .5rem; font-size: 0.18rem; font-weight: 500; line-height: 200%; color: #333; text-align: justify; }
.article .content p { text-indent: 2em; word-break: break-all; margin: 0 0 .15rem; }
.article .content img, .article .content video { max-width: 100%; height: auto !important; }
.article .content video { display: block; margin: 0 auto; }
.article .content table { max-width: 100%; margin: 0 auto .2rem; }
.article .content table td { word-break: break-all; }
.article .content table p { text-indent: 0; margin: 0; }
.article .content table img, .article .content table video, .article .content table iframe { margin-top: 0; margin-bottom: 0; }
.article .content iframe { display: block; max-width: 100%; margin: 0 auto .2rem; }
.article .cont-page { position: relative; padding: .3rem 90px .28rem .1rem; border-top: 3px solid #154b89; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.18rem; font-weight: 500; line-height: 0.28rem; color: #666; text-align: left; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.article .cont-page a span { position: relative; }
.article .cont-page a span::after { position: absolute; top: auto; right: auto; bottom: -2px; left: 0; z-index: 1; width: 0; height: 1px; background: #154b89; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; content: ""; }
.article .cont-page a:hover { text-decoration: none; color: #154b89; font-weight: 700; }
.article .cont-page a:hover span::after { width: 100%; }
.article .return-list { position: absolute; top: 50%; right: 0; bottom: auto; left: auto; z-index: 1; text-align: center !important; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.article .return-list p { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; font-size: 0.18rem; font-weight: 500; line-height: 200%; color: #165797; text-align: center; }
.article .return-list:hover p { font-weight: 700; }
.article ul a, .article a { color: #2196f3; }
.article ul a:hover, .article a:hover { text-decoration: underline; }
.article .table-box { overflow-x: auto; }
.article .table-box table { min-width: 650px; }
.article.about .content { padding: 0; }

.teach-article .article-head { display: -ms-flexbox; display: flex; justify-content: space-between; background: #f4f4f4; padding: .3rem .2rem .3rem .4rem; }
.teach-article .article-head .img-box { position: relative; z-index: 1; width: 1.9rem; }
.teach-article .article-head .img-box::after { position: absolute; top: -0.12rem; right: auto; bottom: auto; left: -0.12rem; z-index: -1; content: ""; width: 100%; height: 100%; background: linear-gradient(135deg, #1e85d0, #154b89); }
.teach-article .article-head .img-box .img-zoom { box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.25); }
.teach-article .article-head .img-box .img { padding: 130% 0 0; background-position-y: 10%; }
.teach-article .article-head .text { width: calc(100% - 2.4rem); padding: 0 0 0; font-size: 0.19rem; font-weight: 500; line-height: 200%; color: #333; text-align: left; }
.teach-article .article-title { padding: 0 .3rem; border-left: 1px solid #e2e2e2; cursor: pointer; transition: all .25s; }
.teach-article .article-title span { display: block; font-size: 0.18rem; line-height: .6rem; white-space: nowrap; }
.teach-article .article-title:first-child { border: none; }
.teach-article .article-title.on { background: #154b89; }
.teach-article .article-title.on span { color: #fff; }
.teach-article .content p {  }
.teach-article .teach-tit { display: flex; background: #f4f4f4; overflow-x: auto; }
.teach-article .teach-box { margin: 0.4rem 0 0; }
.teach-article .content { display: none; }
.teach-article .content.on { display: block; }

.leader-list { margin: 0 0 .5rem; }
.leader-list li { margin: .4rem 0 0; }
.leader-list .img-zoom { display: flex; justify-content: space-between; background: url("../images/f_icon9.png") no-repeat 100% 80% #f7f7f7; background-size: 2.33rem; }
.leader-list .img-frame { width: 2rem; }
.leader-list .img { padding: 130% 0 0; }
.leader-list .text { width: calc(100% - 2.4rem); padding: .5rem .5rem 0 0; }
.leader-list .title { font-size: .21rem }
.leader-list .title span { font-weight: 700; margin: 0 0 0 .2rem; color: #165595; font-size: .2rem; }
.leader-list .info { margin: .3rem 0 0; line-height: 220%; color: #777; }

/* 翻页样式 */
#list-page { margin: .4rem 0 .1rem !important; font-family: Arial; text-align: center; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a { font-size: .14rem; width: auto; height: auto; margin-top: 5px; transition: all .24s; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: .11rem .13rem; color: #1e85d0; border: 1px solid #ccc; border-radius: 30px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #154b89; font-weight: bold; color: #fff; border-color: #154b89; }
#list-page .p_t { padding: 0 2px 0 0; color: #777; }
#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d { display: inline-block; }
#list-page .p_pages span { color: #aaa; }
#list-page .p_goto input { font-family: 'Arial';
    color: #333;
    border-radius: .3rem;
    width: .45rem;
    height: .36rem;
    line-height: .34rem;
    vertical-align: bottom;
    border-color: #ccc; }

@media screen and (min-width: 1025px) { .news-swiper1 .img-zoom:hover .title { color: #154b89; }
  .first-news { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .first-news:hover { -webkit-transform: translateX(0.1rem); -moz-transform: translateX(0.1rem); -ms-transform: translateX(0.1rem); -o-transform: translateX(0.1rem); transform: translateX(0.1rem); }
  .first-news:hover .title { color: #154b89; font-weight: 700; }
  .news-list1 li { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .news-list1 li:hover { -webkit-transform: translateX(0.1rem); -moz-transform: translateX(0.1rem); -ms-transform: translateX(0.1rem); -o-transform: translateX(0.1rem); transform: translateX(0.1rem); }
  .news-list1 li:hover .title { color: #154b89; font-weight: 700; }
  .news-list2 a { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .news-list2 a .line { background-image: linear-gradient(#fff, #fff); background-repeat: no-repeat; background-size: 0 1px; background-position: 0 100%; -webkit-transition: background-size 0.7s ease-out 0s; -moz-transition: background-size 0.7s ease-out 0s; -ms-transition: background-size 0.7s ease-out 0s; -o-transition: background-size 0.7s ease-out 0s; transition: background-size 0.7s ease-out 0s; }
  .news-list2 a:hover .line { background-size: 100% 1px; }
  .news-list2 a:hover { -webkit-transform: translateY(-0.06rem); -moz-transform: translateY(-0.06rem); -ms-transform: translateY(-0.06rem); -o-transform: translateY(-0.06rem); transform: translateY(-0.06rem); }
  .news-list2 a:hover .date1 { color: #fff; background-image: url("../images/f_icon2_2.png"); }
  .news-list2 .date1 { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .news-swiper2 .text { z-index: 1; }
  .news-swiper2 .text::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: 100%; background: linear-gradient(90deg, #154b89, #1e85d0); opacity: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .news-swiper2 .date { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .news-swiper2 .img-zoom:hover .text::after { opacity: 1; }
  .news-swiper2 .img-zoom:hover .title { color: #fff; }
  .news-swiper2 .img-zoom:hover .date { color: #154b89; background: #fff; }
  .news-swiper2 .img-zoom:hover .date i { background: #1e85d0; }
  .news-swiper2 .swiper-arrow > div { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .news-swiper2 .swiper-arrow > div:hover { background-image: url("../images/arrow3.png"); background-color: #1e82cc; }
  .list1 a { position: relative; z-index: 1; }
  .list1 a::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: 100%; background-image: url("../images/f_icon7.png"); background-repeat: no-repeat; background-position: 99% 50%; background-color: transparent; background-size: auto 98%; }
  .list1 a::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -2; content: ""; width: 100%; height: 100%; background: linear-gradient(135deg, #154b89, #1e85d0); opacity: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .list1 a:hover { -webkit-transform: translateX(0.06rem); -moz-transform: translateX(0.06rem); -ms-transform: translateX(0.06rem); -o-transform: translateX(0.06rem); transform: translateX(0.06rem); background: url("../images/f_icon7.png") no-repeat 95% 50%; background-size: auto 100%; }
  .list1 a:hover::after { opacity: 1; }
  .list1 a:hover .title { color: #fff; }
  .list1 a:hover .line { background: rgba(255, 255, 255, 0.5); }
  .list1 a:hover .date1 { color: #fff; }
  .list1 a:hover .date1 p:last-child { color: #fff; }
.picture2 li { transition: all .3s; }  
.picture2 li:hover { transform: translateX(.06rem); }
  .picture2 a:hover::before { opacity: 1; }
  .picture2 a:hover::after { bottom: 0; opacity: 1; -webkit-transition: bottom 0.4s ease-out 0s; -moz-transition: bottom 0.4s ease-out 0s; -ms-transition: bottom 0.4s ease-out 0s; -o-transition: bottom 0.4s ease-out 0s; transition: bottom 0.4s ease-out 0s; }
  .picture2 a:hover .title { font-weight: 700; color: #fff; }
  .picture2 a:hover .date, .picture2 a:hover .info { color: #fff; }
  .picture2 a:hover .date i { background: #fff; }
  .picture3 .img-zoom { z-index: 1; }
  .picture3 .img-zoom::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: 100%; background: linear-gradient(135deg, #154b89, #1e85d0); opacity: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .picture3 .img-zoom:hover::after { opacity: 1; }
  .picture3 .img-zoom:hover .title { color: #fff; font-weight: 700; } }
@media screen and (max-width: 1688px) { .news-swiper2 { margin: 0 0 0 calc(5% - 10px); } .teach-list .title { font-size: .16rem; }
  .header .right-wrapper { width: 11rem; max-width: calc(100% - 5.6rem); } .header.scroll .logo img { max-height: .75rem; }
  .logo img { max-height: .75rem; } }
@media screen and (max-width: 1024px) { html { font-size: 90px; }
  .header { padding: 8px 0 !important; transition: all .2s; background: #154b89; border: none; }
  .header::after { display: none; }
  .header .container { width: 90%; }
  .header .right-wrapper { width: auto; max-width: none; margin: 0; padding: 0; }
  .header .right-wrapper .top-link a, .header .right-wrapper .nav, .header .right-wrapper .search-btn { display: none; }
  .header.mobile-show { background: #154b89; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .header.mobile-show::after { display: none; }
  .logo { width: auto; min-width: auto; height: 45px; padding: 0 .12rem 0 0; margin: 0 !important; display: flex; align-items: center; }
  .logo img { max-height: 45px !important; }
  .pad-btn .nav-btn { display: block; }
  .pad-btn::before { display: none; }
  .mobile-box { display: block; }
  .banner { margin: 61px 0 0; }
  .banner .img { height: auto; padding: 45% 0 0; }
  .banner .pagination { bottom: .2rem; }
  .banner .pagination .swiper-pagination-bullet { width: .4rem; height: .32rem; background-size: .3rem; }
  .banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background-size: .38rem; }
  .column { justify-content: space-between; margin: .25rem 0 .2rem; }
  .column h3 { font-size: .28rem; line-height: .55rem; }
  .first-news { padding-bottom: .34rem; }
  .home1 { padding: 1px 0 .35rem; }
  .home1 .l-box { width: 100%; }
  .home1 .r-box { width: 100%; margin: .3rem 0 0; }
  .news-swiper1 .img { padding: 60% 0 0; }
  .news-list2 { margin: 0 -.3rem; }
  .news-list2 > li { width: 50%; padding: 0 .3rem; }
  .news-list2 > li:nth-child(odd)::before, .news-list2 > li:nth-child(odd)::after { display: none; }
  .news-list2 > li:nth-child(even)::before, .news-list2 > li:nth-child(even)::after { display: block; }
  .news-swiper2 .img-zoom:nth-child(even) { margin: .3rem 0 0; }
  .news-swiper2 .swiper-arrow { margin: .2rem 0 0; }
  .news-swiper2 .swiper-arrow > div { width: .4rem; height: .4rem; background-size: .3rem; }
  .home4 { border-radius: .6rem 0 0 0; padding: 1px 0 .4rem; }
  .home4 .l-box { width: 100%; margin: .16rem 0 .36rem; }
  .home4 .c-box { width: 65%; }
  .home4 .r-box { width: 30%; }
  .footer { padding: 0 0 .3rem; }
  .foot-link h3 { width: 100%; font-size: .22rem; }
  .foot-link .link-box { width: 100%; }
  .foot-link .link-box a { line-height: .32rem; }
  .foot-link .link-box span { margin: 0 .14rem; }
  .copy { order: 3; width: 100%; text-align: center; }
  .foot-img { order: 1; width: 100%; text-align: center; }
  .ewm { order: 2; width: 100%; margin: .1rem 0; text-align: center; }
  .title { font-size: .2rem; }
  .decorate { margin: 61px 0 0; padding: 35% 0 0; }
  .sidebar { width: 100%; margin: .15rem 0 0; padding: 0; border-radius: 3px; overflow: hidden; box-shadow: 0px 0.04rem 0.1rem 0px rgba(165, 186, 199, 0.32); }
  .sidebar h3 { position: relative; font-size: .2rem; line-height: .5rem; text-align: center; }
  .sidebar h3::after { display: none; }
  .sidebar h3 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .5rem; height: .5rem; background-image: url(../images/daohang.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.24rem; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .sidebar h3.down i { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .sidebar h3 .return-sup { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; display: block; width: .5rem; height: .5rem; background-image: url("../images/fanhui.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.24rem; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  .sidebar .sub-nav { display: none; padding: .1rem .2rem .2rem; }
  .sidebar .sub-nav li .lv3 { margin: 0; padding-top: 0; }
  .sidebar .sub-nav a { height: .5rem; text-align: left; font-size: .18rem; line-height: .5rem; padding-left: .2rem; }
  .sidebar .sub-nav .down { top: 0; height: .45rem; }
  .main { width: 100%; padding-top: .16rem; margin: 0; box-shadow: none; background: none; }
  .main::before { display: none; }
  .position { margin: 0; }
  .position h3 { font-size: .21rem; line-height: .5rem; }
  .place { line-height: .5rem; }
  .list1 a { padding: .2rem; }
  .teach-list > li { width: 33.333%; }
  .leader-list .text { padding: .4rem .4rem 0 0; }
  .leader-list .info { margin: .2rem 0 0; }
  .article { padding: .3rem 0 0 !important; }
  .article .sub { margin: .2rem 0 0; padding: 0 0 .18rem; } }
@media screen and (max-width: 768px) { .news-list2 { margin: 0; }
  .news-list2 > li { width: 100%; padding: .16rem 0; margin: 0 !important; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .news-list2 > li::before, .news-list2 > li::after { display: none !important; }
  .news-list2 > li:last-child { border: none; }
  .news-swiper2 .img-zoom:nth-child(even) { margin: .2rem 0 0; }
  .home2 { padding: 1px 0 .25rem; }
  .home3 { padding-bottom: .3rem; }
  .home4 .c-box { width: 100%; margin: 0 0 .2rem; }
  .home4 .r-box { width: 100%; }
  .news-swiper3 { flex-wrap: wrap; }
  .news-swiper3 .swiper-container { width: 100%; }
  .news-swiper3 .news-list3 { width: 100%; margin: 0; }
  .news-list3 li { display: none; }
  .news-list3 li.on { display: block; }
  .link-list { display: -ms-flexbox; display: flex; justify-content: space-between; }
  .link-list li { width: 47%; margin: 0 !important; }
  .link-list p { font-size: .22rem; }
  .position { padding: 0 0 5px; border-bottom: 1px solid #154b89; }
  .position h3, .position .line { display: none; }
  .place { padding-top: .06rem; padding-bottom: .06rem; line-height: .22rem; white-space: initial; background-position-y: 2px; }
  .main { padding-top: .18rem; }
  .article { padding: .25rem 0 0 !important; }
  .article .title { font-size: .22rem; }
  .article .content { padding: .2rem 0 .1rem; }
  .article .content p { margin: 0 0 .2rem; }
  .article .cont-page { padding: .15rem 0 .35rem; }
  .cont-page { padding-right: .1rem; }
  .cont-page .return-list { display: block; position: static; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  .cont-page .return-list p { font-weight: 700; }
  .teach-list { margin: 0 -7px; }
  .teach-list > li { padding: 0 7px; margin: .2rem 0 0; }
  .picture2 { margin: 0; }
  .picture2 a { padding: .2rem 0; }
  .picture2 .img-frame { width: 2.1rem; }
  .picture2 .text { width: calc(100% - 2.1rem); padding-left: .2rem; }
  .picture3 { margin: 0 -.1rem; }
  .picture3 > li { width: 50%; padding: 0 .1rem; }
  .picture3 .img-zoom { margin: .2rem 0 0; }
  #list-page { margin: .3rem 0 .4rem !important; }
  #list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 7px 9px; }
  #list-page .p_goto input { width: 36px; height: 28px; line-height: 28px; }
  .leader-list .text { width: calc(100% - 2.25rem); padding: .2rem .2rem 0 0; }
  .leader-list .info { margin: .1rem 0 0; line-height: 180%; }
  .teach-article .article-head { display: block; padding: .35rem 5% .2rem; }
  .teach-article .article-head .img-box { margin: 0 auto; }
  .teach-article .article-head .text { width: 100%; padding: .2rem 0 0; } }
@media screen and (max-width: 520px) { .header { padding: 7px 0 !important; }
  .header .container { width: 94%; }
  .header .right-wrapper { width: auto; max-width: none; }
  .logo { height: 40px !important; }
  .logo img { max-height: 40px !important; }
  .mobile-box { height: calc(100vh - 54px); top: 54px; }
  .mobile-box .nav { height: calc(100% - 1.2rem); }
  .mobile-box .mobile-search { flex-wrap: wrap; }
  .mobile-box .top-link { display: none; width: 100%; margin: 9px 0 0; text-align: center; }
  .mobile-box .top-link a { margin: 0; padding: 0 .1rem; }
  .pad-btn .nav-btn { width: 25px; }
  .pad-btn .nav-btn i { margin: 6px 0; }
  .pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0px, 8px) rotate(45deg); -moz-transform: translate(0px, 8px) rotate(45deg); -ms-transform: translate(0px, 8px) rotate(45deg); -o-transform: translate(0px, 8px) rotate(45deg); transform: translate(0px, 8px) rotate(45deg); }
  .pad-btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0px, -8px) rotate(-45deg); -moz-transform: translate(0px, -8px) rotate(-45deg); -ms-transform: translate(0px, -8px) rotate(-45deg); -o-transform: translate(0px, -8px) rotate(-45deg); transform: translate(0px, -8px) rotate(-45deg); }
  .banner { margin: 54px 0 0; }
  .banner .img { padding: 50% 0 0; }
  .banner .pagination { bottom: .1rem; }
  .banner .pagination .swiper-pagination-bullet { margin: 0 5px; }
  .column { margin-top: .2rem; }
  .column h3 { font-size: .26rem; line-height: .48rem; }
  .news-swiper1 .text { padding: 0 0 0 .9rem; }
  .news-swiper1 .date1 { left: 0; width: .8rem; padding: .08rem 0; }
  .news-swiper1 .title { padding: 0; height: .64rem; font-weight: 500; line-height: .32rem; text-overflow: clip; white-space: initial; display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
  .news-swiper1 .pagination { padding: .1rem .2rem; }
  .news-swiper2 .img-zoom:nth-child(even) { margin: 0; }
  .news-swiper3 .img { padding: 60% 0 0; }
  .link-list { flex-wrap: wrap; }
  .link-list li { width: 100%; }
  .link-list a { height: 1.4rem; }
  .link-list .icon { width: .62rem; height: .62rem; }
  .link-list .icon img { max-width: .32rem; }
  .list1 a { padding: .15rem; }
  .list1 .title { width: calc(100% - .86rem); text-overflow: clip; white-space: initial; display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
  .decorate { margin: 54px 0 0; padding: 45% 0 0; }
  .picture2 .img-frame { width: 100%; }
  .picture2 .img-frame .img { padding: 66.6% 0 0; }
  .picture2 .text { width: 100%; padding: .14rem 0 0; }
  .picture2 .no-img .text { padding: 0; }
.teach-list > li { width: 100%; }
  .leader-list li { margin: .3rem 0 0; }
  .leader-list .img-zoom { flex-wrap: wrap; }
  .leader-list .img-frame { margin: .2rem auto 0; }
  .leader-list .text { width: 100%; padding: .2rem; }
  .leader-list .title { text-align: center; }
  .picture3 > li { width: 100%; } }

/*# sourceMappingURL=style.css.map */