@charset "utf-8";
/* 网站通用样式 */
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; background: #f6f6f6; }
#loading img { width: .48rem; animation: load-ti 2s linear infinite; }

@keyframes load-ti { 0% { transform: rotate(0); }
  100% { transform: rotate(360deg); } }
html { width: 100%; min-width: 320px; font-size: 100px; overflow-x: hidden; }
html::-webkit-scrollbar { width: .07rem; }
html::-webkit-scrollbar-thumb { background: #182f8f; }
html::-webkit-scrollbar-track { border-radius: 0; background: rgba(0, 0, 0, 0.3); }

.overflow { height: 100vh; overflow: hidden !important; }

.container { width: 1560px; max-width: 86%; margin: 0 auto; font-size: .18rem; }

.title { font-size: 0.2rem; line-height: 0.32rem; color: #323232; }

.info { font-size: 0.16rem; line-height: 0.24rem; color: #666; text-align: justify; }

.date { font-family: Arial, Helvetica, sans-serif; font-size: 0.16rem; line-height: 0.32rem; color: #999; }

.date1 { width: .78rem; padding: .09rem 0; font-family: 'Times New Roman', Times, serif; font-size: 0.16rem; line-height: 0.22rem; color: #fff; text-align: center; background: linear-gradient(45deg, #00529b, #286cc6); }
.date1 p:first-child { font-size: .34rem; font-weight: 700; line-height: .38rem; }

/* 网站头部 */
.header { position: fixed; top: 0; right: 0; bottom: auto; left: auto; z-index: 1000; width: 100%; background: #fff; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.header .head-top { max-width: 1920px; margin: 0 auto; padding: 0 0 0 .5rem; }
.header .container { width: 100%; max-width: 100%; }
.header .right-wrapper { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; width: 63%; }
.header.scroll { box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.32); }

.logo { -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.logo img { max-height: .67rem; }

.nav { width: calc(100% - 1.6rem); }
.nav li { position: relative; }
.nav li a { position: relative; display: block; font-size: 0.2rem; font-weight: 700; line-height: 1rem; color: #333; text-align: center; }
.nav li > a { -moz-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.nav li:hover > a { color: #182f8f; }
.nav li:hover > a::after { left: 0; width: 100%; }
.nav li:hover .sub-nav { visibility: visible; opacity: 1; -moz-transform: rotateX(0); transform: rotateX(0); }
.nav .sub-nav { position: absolute; top: calc(100% - .04rem); right: auto; bottom: auto; left: calc(50% - .85rem); z-index: 1; width: 1.7rem; padding: .08rem 0; opacity: 0; visibility: hidden; box-shadow: 0 4px 0.15rem 0 rgba(0, 0, 0, 0.2); background: #fff; border-top: 0.04rem solid #182f8f; border-radius: 0 0 .07rem .07rem; -moz-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; -moz-transform: rotateX(90deg); transform: rotateX(90deg); transform-origin: 50% 0%; }
.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: #182f8f; opacity: 0; -moz-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: transparent; }
.nav .sub-nav a { z-index: 2; width: 100%; padding: .11rem 0; font-size: .16rem; font-weight: 400; line-height: .22rem; -moz-transition: all 0.15s ease-out 0s; transition: all 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: .16rem; overflow: hidden; }
.nav .sub-nav .tri::before { display: none; }

.search-btn { width: 1.2rem; height: 1rem; background-image: url("../images/search.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.2rem; cursor: pointer; border-left: 1px solid #ededed; }

.nav-btn { display: none; position: relative; z-index: 5; width: 28px; margin: 0 0 0 .16rem; vertical-align: middle; cursor: pointer; }
.nav-btn i { display: block; height: 2px; margin: 7px 0; border-radius: 2px; background: #182f8f; -moz-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; }
.nav-btn i:nth-child(2) { width: 75%; }
.nav-btn.close i:nth-child(1) { -moz-transform: translate(0px, 9px) rotate(45deg); transform: translate(0px, 9px) rotate(45deg); }
.nav-btn.close i:nth-child(2) { opacity: 0; }
.nav-btn.close i:nth-child(3) { -moz-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: 1000; background: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; -moz-transition: all 0.45s ease-out 0.6s; transition: all 0.45s ease-out 0.6s; }
#mask::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: 0%; opacity: 0; background: rgba(0, 0, 0, 0.5); content: ""; -moz-transition: all 0.45s ease-out 0.3s; transition: all 0.45s ease-out 0.3s; }
#mask .search-box { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 10; width: 100%; padding: .5rem 0 .7rem; overflow: hidden; background: #182f8f; -moz-transform: translateY(-100%); transform: translateY(-100%); -moz-transition: all 0.45s ease-out 0s; transition: all 0.45s ease-out 0s; }
#mask .search-box .over { overflow: hidden; }
#mask .search-box h4 { margin: 0 0 .2rem; font-size: 0.28rem; line-height: 0.5rem; color: #fff; text-align: center; -moz-transform: translateY(-100%); transform: translateY(-100%); opacity: 0; -moz-transition: all 0.45s ease-out 0s; transition: all 0.45s ease-out 0s; }
#mask .search-box .form { position: relative; background: white; white-space: nowrap; padding: .12rem .14rem .12rem .14rem; width: 80%; max-width: 7.5rem; margin: 0 auto; opacity: 0; -moz-transition: all 0.45s ease-out 0s; transition: all 0.45s ease-out 0s; box-shadow: 0 0 2px 0 #ccc; border-radius: 2px; -moz-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.17rem; line-height: 0.6rem; color: #333; border: 1px solid rgba(14, 65, 150, 0.2); border-radius: 2px; }
#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: .5rem; height: .5rem; position: absolute; top: 50%; right: auto; bottom: auto; left: calc(100% + .5rem); z-index: 1; cursor: pointer; -moz-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; border-radius: 2px; background: #fff; }
#mask .search-box .close .line.l1 { -moz-transform: translate(0, 25px) rotate(45deg); transform: translate(0, 25px) rotate(45deg); }
#mask .search-box .close .line.l2 { -moz-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; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
#mask.show::after { opacity: 1; height: 100%; -moz-transition: all 0.45s ease-out 0s; transition: all 0.45s ease-out 0s; }
#mask.show .search-box { -moz-transform: translateY(0); transform: translateY(0); }
#mask.show .search-box h4 { -moz-transform: translateY(0); transform: translateY(0); opacity: 1; transition-delay: .3s; -ms-transition-delay: .3s; }
#mask.show .search-box .form { opacity: 1; -moz-transform: translateY(0); transform: translateY(0); transition-delay: .3s; -ms-transition-delay: .3s; }

@keyframes line-ani1 { 0% { width: 0%; }
  100% { width: 100%; } }
.mobile-box { display: none; position: fixed; top: 65px; right: auto; bottom: auto; left: -100%; z-index: 1; width: 100%; height: calc(100vh - 65px); padding: .15rem 4% .4rem; background: #eceff5; -moz-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% - .6rem); 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: #182f8f; font-weight: 500; padding: 0 .1rem; line-height: .6rem; 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; -moz-transform: rotate(180deg); transform: rotate(180deg); -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.mobile-box .nav li .icon.close { -moz-transform: rotate(270deg); transform: rotate(270deg); }
.mobile-box .nav li > a { font-size: .2rem; }
.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; transform: none; opacity: 1; }
.mobile-box .nav .sub-nav dd::before { display: none; }
.mobile-box .nav .sub-nav .tri { display: none; }
.mobile-box .nav .sub-nav a { font-size: .18rem; line-height: .44rem; 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 1px .15rem; overflow: hidden; background: #fff; }
.mobile-box .mobile-search .form { display: flex; width: 100%; border: 1px solid #182f8f; border-radius: 2px; overflow: hidden; }
.mobile-box .mobile-search .input { width: calc(100% - .7rem); height: .5rem; margin: 0 .1rem 0 0; padding: 0 .1rem 0 .2rem; vertical-align: top; font-size: 0.17rem; line-height: 0.5rem; color: #333; background: #fff; }
.mobile-box .mobile-search .submit { width: .7rem; height: .5rem; vertical-align: top; background-image: url("../images/search3.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #182f8f; background-size: auto; }
.mobile-box.show { left: 0px; opacity: 1; visibility: visible; }

/* 首页轮播图 */
.banner { width: 100%; z-index: 1; font-size: 0; margin: 1rem 0 0; background: #182f8f; }
.banner::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 2; content: ""; width: 100%; height: 34%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent); }
.banner .img { position: relative; display: block; width: 100%; height: 5.2rem; 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; -moz-transform: scale(1.15); transform: scale(1.15); -moz-transition: transform 1s ease-out 0s; transition: transform 1s ease-out 0s; }
.banner .img video { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 2; width: 100%; height: 100%; object-fit: cover; }
.banner .swiper-slide-active img { -moz-transition: transform 6.2s ease-out 1s; transition: transform 6.2s ease-out 1s; -moz-transform: scale(1); transform: scale(1); }
.banner .swiper-arrow { position: absolute; top: calc(50% - .26rem); right: auto; bottom: auto; left: auto; z-index: 1; width: .32rem; height: .52rem; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.1rem; border: 1px solid #fff; border-radius: .06rem; cursor: pointer; opacity: .3; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.banner .swiper-arrow.swiper-prev { -moz-transform: rotateY(180deg); transform: rotateY(180deg); left: .4rem; }
.banner .swiper-arrow.swiper-next { right: .4rem; }
.banner .swiper-arrow:hover { opacity: 1; }
.banner .swiper-text { position: absolute; top: auto; right: auto; bottom: 0.35rem; left: 0; z-index: 3; width: 100%; }
.banner .swiper-text li { position: relative; width: 18.6458%; padding: 0 .15rem; }
.banner .swiper-text li::before { position: absolute; top: 0; right: auto; bottom: auto; left: 0.15rem; z-index: 1; content: ""; width: 0; height: 3px; background: #cc9933; }
.banner .swiper-text li.on .title { font-weight: 700; }
.banner .swiper-text li.on::before { width: calc(100% - .3rem); -moz-transition: width 6s linear 0s; transition: width 6s linear 0s; }
.banner .swiper-text .title { border-top: 3px solid rgba(255, 255, 255, 0.5); font-size: .18rem; line-height: .5rem; color: #fff; }
.banner .text { display: none; }

/* 网站底部 */
.footer { padding: .5rem 0; background-image: url("../images/foot_bg.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }

.foot-link { width: 100%; margin: 0 0 .7rem; display: none; }

.sim-select { position: relative; width: 18.4%; cursor: pointer; }
.sim-select p { position: relative; padding: 0 .45rem 0 .1rem; font-size: 0.18rem; line-height: 0.42rem; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.5); -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.sim-select p::before { position: absolute; top: auto; right: 0; bottom: -3px; left: auto; z-index: 1; content: ""; width: 5px; height: 5px; border-radius: 50%; background: white; }
.sim-select p::after { position: absolute; top: 0; right: 0.1rem; bottom: auto; left: auto; z-index: 1; content: ""; width: .26rem; height: 100%; background-image: url("../images/f_icon5.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.2rem; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.sim-select ul { position: absolute; top: 100%; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; max-height: 2.18rem; display: none; padding: .06rem .2rem; background: #fff; border-radius: 0 0 .06rem .06rem; box-shadow: 0 0.15rem 0.2rem 0 rgba(0, 0, 0, 0.25); overflow-y: auto; }
.sim-select ul::-webkit-scrollbar { width: .03rem; }
.sim-select ul::-webkit-scrollbar-thumb { background: #cc9933; }
.sim-select ul::-webkit-scrollbar-track { border-radius: 0; background: rgba(0, 0, 0, 0.2); }
.sim-select ul li { border-bottom: 1px dashed #ddd; }
.sim-select ul li:last-child { border: none; }
.sim-select ul a { display: block; padding: .1rem .45rem .1rem .1rem; font-size: 0.16rem; line-height: 0.2rem; color: #494949; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.sim-select ul a:hover { color: #182f8f; font-weight: 700; }
.sim-select:hover { z-index: 2; }
.sim-select:hover p::before { opacity: 0; }
.sim-select:hover p::after { -moz-transform: rotate(180deg); transform: rotate(180deg); }

.copy .img { margin: 0 0 .18rem; }
.copy .img img { max-height: .66rem; }
.copy .txt { font-size: 0.16rem; line-height: 0.36rem; color: #fff; }
.copy .txt a { color: #fff; }

.ewm li { margin: 0 0 0 .3rem; text-align: center; }
.ewm li:first-child { margin: 0; }
.ewm img { width: 1.5rem; height: 1.5rem; }
.ewm p { margin: .05rem 0 0; font-size: 0.16rem; line-height: 0.36rem; color: #fff; text-align: center; }

/* 首页样式 */
.column { position: relative; width: 100%; margin: .55rem 0 .48rem; }
.column h3 { position: relative; }
.column .cn { font-size: 0.36rem; font-weight: 700; line-height: 0.66rem; color: #333; text-align: center; }
.column .cn::after { display: block; content: ""; box-sizing: border-box; width: .68rem; height: 3px; margin: 0 auto; background: #cc9933; }
.column .en { position: absolute; top: auto; right: auto; bottom: -0.2rem; left: 50%; z-index: -1; font-family: Arial, Helvetica, sans-serif; font-size: 0.6rem; line-height: 1; color: #fff; text-transform: uppercase; -moz-transform: translateX(-50%); transform: translateX(-50%); white-space: nowrap; -webkit-text-stroke: 1px #eceff5; text-stroke: 1px #eceff5; }

.column .more2 { position: absolute; top: .2rem; right: 0; z-index: 1; }
.more2 { display: flex; align-items: center; font-size: .16rem; line-height: .3rem; color: #999; padding: 0 .56rem 0 0; background: url("../images/f_icon4_2.png") no-repeat 100% 50% / .47rem; transition: all .3s; }
.more2:hover { color: #182f8f; transform: translateX(.06rem); }  

.home1 { position: relative; z-index: 1; padding: 1px 0 1rem; }
.home1::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: .6rem; background: linear-gradient(180deg, rgba(4, 12, 104, 0.12), transparent); }

.home1 .more2 { display: none; }
.home1 .more2.show { display: block; }

.slide-tag { margin: 0 .37rem; }
.slide-tag .cn { -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; cursor: pointer; }
.slide-tag .cn::after { -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.slide-tag .en { -moz-transition: all 0.3s ease-out 0.3s; transition: all 0.3s ease-out 0.3s; }
.slide-tag.not .cn { font-size: .3rem; color: #666; }
.slide-tag.not .cn::after { width: 0; }
.slide-tag.not .en { opacity: 0; bottom: -.35rem; transition: none; }

.slide-item { display: none; }
.slide-item.show { display: flex; animation: ani-up .5s; }
.slide-item .swiper-container { width: 66.02%; margin: 0; }
.slide-item .news-list1 { width: 32.37%; }
.slide-item .news-list2 { width: 100%; }

@keyframes ani-up { 0% { -moz-transform: translateY(0.2rem); transform: translateY(0.2rem); }
  100% { -moz-transform: translateY(0); transform: translateY(0); } }
.news-swiper1, .news-swiper2 { border-radius: .1rem; }
.news-swiper1 .img-zoom, .news-swiper2 .img-zoom { padding: 5.8rem 0 0; }
.news-swiper1 .text, .news-swiper2 .text { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 100%; padding: 0 1.5rem 0 .32rem; background: rgba(255, 255, 255, 0.9); }
.news-swiper1 .title, .news-swiper2 .title { font-size: .24rem; line-height: .7rem; font-weight: 700; -moz-transform: translateY(100%); transform: translateY(100%); -moz-transition: all 0.5s ease-out 0.5s; transition: all 0.5s ease-out 0.5s; }
.news-swiper1 .swiper-slide-active .title, .news-swiper2 .swiper-slide-active .title { -moz-transform: translateY(0); transform: translateY(0); }
.news-swiper1 .pagination, .news-swiper2 .pagination { position: absolute; bottom: .28rem; right: .26rem; z-index: 3; display: -ms-flexbox; display: flex; align-items: center; }
.news-swiper1 .pagination .swiper-pagination-bullet, .news-swiper2 .pagination .swiper-pagination-bullet { width: .1rem; height: .1rem; margin: 0 .05rem; background: #d2d2d2; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.news-swiper1 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .news-swiper2 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: .14rem; height: .14rem; background: #cc9933; }

.news-list1 { padding: .34rem .26rem .3rem; background: #efefef; border-radius: .1rem; }
.news-list1 li { position: relative; padding: .16rem .18rem; border-bottom: 1px dashed #dedede; }
.news-list1 li:last-child { border: none; }
.news-list1 .title { font-size: .18rem; line-height: .3rem; height: .6rem; }
.news-list1 .date { position: absolute; top: auto; right: 0.18rem; bottom: 0.15rem; left: auto; z-index: 1; padding: 0 0 0 .4rem; line-height: .3rem; background: #efefef; }
.news-list1 .info { height: .48rem; }
.news-list1 .first { padding-top: 0; padding-bottom: .25rem; border-bottom: 1px solid #e1e1e1; }
.news-list1 .first .title { height: .66rem; margin: 0 0 .11rem; font-size: .22rem; line-height: .33rem; }

.news-list2 li { margin: 1.61% 0 0 0; width: 32.26%; }
.news-list2 li:nth-child(3n) { margin-right: 0; }
.news-list2 a { display: block; padding: .4rem .47rem .4rem; background: #efefef; border-radius: .1rem; }
.news-list2 .column-tit { display: inline-block; vertical-align: top; padding: 0 .12rem; font-size: 0.16rem; line-height: 0.24rem; color: #fff; text-align: center; background: #182f8f; border-radius: .04rem; }
.news-list2 .title { height: .64rem; margin: .22rem 0 .18rem; }

.home2 { padding: .2rem 0 1rem; background: #eceff5; }
.home2 .column h3 { z-index: 1; }
.home2 .column .en { bottom: .05rem; font-size: .9rem; color: #eceff5; -webkit-text-stroke: 1px #f6f7fa; text-stroke: 1px #f6f7fa; }
.home2 .l-box { width: 38.46%; border-radius: .2rem; padding: 7.4rem 0 0; box-shadow: 0 0 .2rem 0 rgba(0, 0, 0, .05); }
.home2 .r-box { width: 58.97%; }

.link1 { align-items: flex-start; }
.link1 li { width: 47.5%; }
.link1 li.w100 { width: 100%; margin: 0 0 .3rem; }
.link1 li.w100 .img-zoom { padding: 3.7rem 0 0; }
.link1 .img-zoom { border-radius: .2rem; padding: 3.4rem 0 0; }
.link1 .img-zoom:hover .more { right: .7rem; }
.link1 .img-zoom:hover .icon img { animation: jello 1s; }
.link1 .text { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 2; width: 100%; height: 100%; padding: .6rem .72rem 0; }
.link1 .icon { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; height: 100%; }
.link1 .icon img { position: static; width: .73rem; height: auto; min-height: auto; transform: none; }
.link1 h3 { position: relative; padding: 0 0 0 .92rem; font-weight: 500; }
.link1 .title { margin: 0 0 .1rem; font-size: .32rem; color: #fff; }
.link1 .info { padding: .05rem 0; line-height: .2rem; color: #fff; }
.link1 .more { position: absolute; top: auto; right: 0.62rem; bottom: 0.52rem; left: auto; z-index: 1; padding: 0 .56rem 0 0; font-size: 0.14rem; line-height: 0.28rem; color: #fff; background-image: url("../images/f_icon4.png"); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: 0.47rem; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }

.home3 { padding: 1px 0 .7rem; background-image: url("../images/index_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.home3 .column h3 { z-index: 1; }

.news-swiper3, .news-swiper4 { padding: .1rem 0; margin: 0 0 .1rem; }
.news-swiper3 .swiper-wrapper, .news-swiper4 .swiper-wrapper { }
.news-swiper3 .img, .news-swiper4 .img { display: flex; justify-content: center; align-items: center; height: .76rem; box-shadow: 0 0.02rem 0.08rem 0 rgba(0, 0, 0, 0.11); border-radius: .41rem; background: #fff; overflow: hidden; cursor: pointer; }
.news-swiper3 .img img, .news-swiper4 .img img { max-width: 76%; max-height: 60%; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.news-swiper3 .img:hover img, .news-swiper4 .img:hover img { -moz-transform: scale(1.1); transform: scale(1.1); }

/* 内页样式 */
.decorate { position: relative; height: 4.2rem; margin: 1rem 0 0; display: -ms-flexbox; display: flex; align-items: center; }
.decorate::after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; background: rgba(0, 0, 0, .2); content: ""; }
.decorate img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.decorate .lv1-column { position: relative; z-index: 3; font-size: 0.5rem; font-weight: 700; line-height: 0.65rem; color: #fff; letter-spacing: 2px; }
.decorate .lv1-column .cn {  }
.decorate .lv1-column .en {     font-family: Arial;
    font-size: .3rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: .4rem; }

.aside { background: #182f8f; }

.aside-tit { display: none; width: 100%; justify-content: space-between; background: #182f8f; }
.aside-tit .return { display: block; width: .5rem; height: .52rem; background-image: url("../images/fanhui.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.22rem; -moz-transform: rotate(0deg); transform: rotate(0deg); }
.aside-tit p { font-size: .21rem; line-height: .52rem; text-align: center; color: #fff; }
.aside-tit i { width: .5rem; height: .52rem; background-image: url(../images/daohang.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.22rem; cursor: pointer; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }

.left-side { align-items: center; }
.left-side a { position: relative; display: block; font-size: 0.18rem; line-height: 0.7rem; color: #fff; }
.left-side a i { position: absolute; top: auto; right: auto; bottom: -0.13rem; left: calc(50% - .12rem); z-index: 1; padding: .07rem; border-radius: 50%; background: white; -moz-transform: scale(0); transform: scale(0); opacity: 0; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.left-side a i::after { display: block; content: ""; box-sizing: border-box; width: .1rem; height: .1rem; background: #182f8f; border-radius: 50%; }
.left-side .line { width: 1px; height: .24rem; margin: 0 .3rem; background: rgba(255, 255, 255, 0.15); }
.left-side li:hover a i, .left-side li.cur a i { -moz-transform: scale(1); transform: scale(1); opacity: 1; }

.cur-position { display: -ms-flexbox; display: flex; align-items: center; font-size: 0.15rem; line-height: 0.7rem; color: rgba(255, 255, 255, 0.75); white-space: nowrap; }
.cur-position img { opacity: .75; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.cur-position img:hover { opacity: 1; }
.cur-position span { margin: 0 .08rem; font-family: "宋体"; font-weight: 700; }
.cur-position a { display: -ms-flexbox; display: flex; align-items: center; color: rgba(255, 255, 255, 0.6); -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.cur-position a:hover { color: #fff; }
.main-box { min-height: 4.5rem; }
.main-box .container { padding: 1px 0 .6rem; }

.picture2 { margin: .2rem 0 0; }
.picture2 .img-zoom { position: relative; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0.35rem 0; font-size: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.08); -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; overflow: visible; }
.picture2 .img-frame { border-radius: .1rem; width: 3.3rem; padding: 2.1rem 0 0; box-shadow: 0 4px 0.15rem 0 rgba(14, 65, 150, 0.2); }
.picture2 .img-frame + .text { width: calc(100% - 3.7rem); }
.picture2 .text { width: 100%; padding: .1rem 0 0 0; }
.picture2 .date { margin: .2rem 0 0; color: #182f8f; }
.picture2 .title { font-size: .22rem; line-height: .3rem; color: #222; }
.picture2 .line { width: .8rem; height: 3px; margin: .2rem 0; background: #cc9933; }
.picture2 .info { font-size: .16rem; line-height: .3rem; max-height: .6rem; color: #777; }

.picture3 { display: flex; flex-wrap: wrap; margin: 0 -0.2rem; }
.picture3 > li { width: 33.3333333333%; padding: 0 0.2rem; }
.picture3 .img-zoom { margin: 0 0 .4rem; padding: .12rem; border: 1px solid #eee; border-radius: 4px; overflow: visible; -moz-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: .18rem 0 .06rem; }
.picture3 .title { font-size: .22rem; 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; border-bottom: 3px solid #182f8f; }
.teach-column .more { padding: 0; font-size: .16rem; line-height: .5rem; background: none; }

.teach-list { display: flex; flex-wrap: wrap; margin: 0 -0.15rem; }
.teach-list > li { width: 20%; padding: 0 0.15rem; }
.teach-list li { margin: .3rem 0 0; }
.teach-list .img-zoom { padding: .1rem .1rem .05rem; background: #f2f2f2; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; border-radius: 4px; }
.teach-list .img-zoom:hover { background: #182f8f; 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: 120% 0 0; }
.teach-list .title { line-height: .5rem; text-align: center; }

.article { min-height: 3.6rem; width: 66.875%; padding: .6rem 0 0; }
.article .date { margin: 0 0 .3rem; font-size: .2rem; color: #182f8f; }
.article .title { margin: 0 0 .15rem; font-size: 0.3rem; font-weight: 700; line-height: 140%; color: #0a0a0a; }
.article .sub-title1 { margin: 0 0 .08rem; font-size: 0.17rem; line-height: 0.32rem; color: #000; text-align: center; }
.article .sub-title2 { margin: .08rem 0 0; font-size: 0.17rem; line-height: 0.32rem; color: #666; text-align: center; }
.article .sub { margin: 0 0 .1rem; font-size: 0.16rem; line-height: 0.3rem; color: #666; }
.article .content {  padding: .3rem 0 .2rem; font-size: 0.18rem; line-height: 200%; color: #333; text-align: justify; border-top: 2px solid #efefef; }
.article .content p { word-break: break-all; margin: 0 0 .25rem; text-indent: 2em; }
.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 iframe { display: block; max-width: 100%; margin: 0 auto .2rem; }
.article .cont-page { position: relative; padding: .3rem 0 0rem .1rem; border-top: 3px solid #182f8f; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.18rem; line-height: 0.28rem; color: #666; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.article .cont-page a span { color: #182f8f; }
.article .cont-page a:hover { color: #182f8f; }
.article .return-list { position: absolute; top: 50%; right: 0; bottom: auto; left: auto; z-index: 1; text-align: center !important; -moz-transform: translateY(-50%); transform: translateY(-50%); }
.article .return-list p { -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; font-size: 0.18rem; line-height: 200%; color: #cc9933; 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.about { width: 100%; }
.article.about .title { text-align: center; color: #182f8f; font-weight: 700; }
.article.about .content { border: none; font-size: .19rem; }
.article .column { margin: 0 0 .1rem; }
.contact-box {padding: 0 7% .8rem;}
.contact-box .map-box iframe { width: 6rem; max-width: 100%; height: 3.8rem; }
.contact-box .text-box {width: calc(100% - 7rem);padding-left: 1rem;}
.contact-box .text-box .img {margin: 0 0 .3rem;}
.contact-box .text-box .info {font-size: .18rem;line-height: .3rem;color: #000;}
.contact-box .text-box .tit { font-size: .2rem; line-height: .5rem; color: #182f8f; }
.contact-box .text-box .info p {padding: .1rem 0 .1rem .32rem; background: no-repeat 0% 50% / .22rem; }
.contact-box .text-box .info p:nth-of-type(1) { background-image: url("../images/f_icon6_2.png"); }
.contact-box .text-box .info p:nth-of-type(2) { background-image: url("../images/f_icon6_3.png"); }
@media screen and (max-width: 1300px) {
.contact-box {padding: 0 3% .8rem;}
.contact-box .text-box { padding-left: 0; }
}
@media screen and (max-width: 1024px) {
.contact-box {padding: 0 0 .4rem; margin-top: -.3rem;}
.contact-box { flex-direction: column; align-items: center; }
.contact-box .text-box { width: auto; margin: .25rem 0 0; }

}
.news-box2 { width: 28.5%; margin: .6rem 0 0; }

.news-box2 h6 { display: flex; align-items: center; font-size: .22rem; line-height: .38rem; font-weight: 400; color: #000; padding: 0 0 .18rem; border-bottom: 2px solid #d5d6d9; }

.news-box2 h6 img { width: .38rem; margin: 0 .16rem 0 0; }

.history-box .container { padding: 0; }

.history-top { padding: .8rem 0 0; background-image: url("../images/list_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }

.history-year { padding: 0 7% 0 6%; }
.history-year .swiper-arrow { display: -ms-flexbox; display: flex; }
.history-year .swiper-arrow div { width: .48rem; height: .48rem; background-image: url("../images/arrow4.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; opacity: .4; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; cursor: pointer; }
.history-year .swiper-arrow div:hover { opacity: 1; }
.history-year .swiper-arrow .swiper-prev { -moz-transform: rotateY(180deg); transform: rotateY(180deg); }
.history-year .swiper-arrow .swiper-next { margin: 0 0 0 .3rem; }
.history-year .swiper-container { width: calc(100% - 4.2rem); margin: 0 0 -.18rem; padding: 0 0 .2rem; }
.history-year .swiper-slide { position: relative; padding: 0 0 .3rem; font-family: Arial, Helvetica, sans-serif; font-size: 0.36rem; font-weight: 700; line-height: 0.5rem; color: #fff; text-align: center; letter-spacing: -1px; cursor: pointer; }
.history-year i { position: absolute; top: auto; right: auto; bottom: -0.13rem; left: calc(50% - .12rem); z-index: 1; padding: .07rem; border-radius: 50%; background: white; -moz-transform: scale(0); transform: scale(0); opacity: 0; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.history-year i::after { display: block; content: ""; box-sizing: border-box; width: .1rem; height: .1rem; background: #cc9933; border-radius: 50%; }
.history-year .swiper-slide-active i { -moz-transform: scale(1); transform: scale(1); opacity: 1; }

.history-tit { margin: 0 0 .7rem; }
.history-tit .cn { font-size: 0.4rem; font-weight: 700; line-height: 0.6rem; color: #fff; }

.history-cont .year { padding: .7rem 0px .7rem 1rem; font-family: Arial, Helvetica, sans-serif; font-size: 0.65rem; font-weight: 700; line-height: 1rem; color: #182f8f; letter-spacing: -2px; }
.history-cont .content { width: calc(100% - 4rem); padding: .8rem 0 .9rem .3rem; border-left: 2px solid #e6e6e6; font-size: 0.17rem; line-height: 0.3rem; color: #666; text-align: justify; }
.history-cont .content li { position: relative; padding: .12rem 0 .3rem; }
.history-cont .content i { position: absolute; content: ""; top: 0.19rem; right: auto; bottom: auto; left: -0.38rem; z-index: 1; width: .14rem; height: .14rem; border: 2px solid #c93; border-radius: 50%; background: #fff; }
.history-cont .content i::after { position: absolute; top: 0.05rem; right: auto; bottom: auto; left: 100%; z-index: 1; content: ""; width: .12rem; height: 2px; background: #c93; }

.list { margin: .3rem 0 0 6px; border-left: 1px solid #efefef; }

.list a { display: block; padding: 0 0 0 .1rem; }

.list .date { position: relative; width: .96rem; height: .27rem; padding: 0 0 0 .06rem; text-align: center; line-height: .3rem; font-size: 12px; color: #929292; background: url("../images/f_icon10.png") no-repeat 50% 50%/100% 100%; }

.list .date::before { position: absolute; top: calc(50% - .06rem); right: calc(100% + .06rem); content: ""; width: .1rem; height: .1rem; background: #fff; border-radius: 50%; border: 1px solid #dedede; }

.list .title { margin: .14rem 0 .26rem .06rem; font-size: .17rem; line-height: .28rem; color: #000; }
.list .title:hover { color: #182f8f; }

.ydss-box .column { margin-bottom: .3rem; }
.ydss-box .column h3 { margin: 0 0 .2rem; }
.ydss-box .column .info { width: 100%; text-align: center; line-height: .3rem; color: #999; }
.ydss-box .form { max-width: 8rem; margin: 0 auto; }
.ydss-box .group { display: flex; justify-content: space-between; margin: 0 0 .2rem; }
.ydss-box span { display: block; width: 1.2rem; font-size: .17rem; text-align: right; line-height: .54rem; color: #333; }
.ydss-box .input, .ydss-box .textarea { width: calc(100% - 1.3rem); max-width: calc(100% - 1.3rem); padding: 0 .18rem; border: 1px solid #e6e6e6; border-radius: 5px; font-size: .16rem; line-height: .52rem; color: #333; transition: all .3s; }
.ydss-box .input::placeholder, .ydss-box .textarea::placeholder { font-size: .16rem; color: #999; }
.ydss-box .input:focus, .ydss-box .textarea:focus { border-color: #7e96f3; box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.1); }
.ydss-box .textarea { height: 1.6rem; line-height: .28rem; padding: .12rem .2rem; }
.ydss-box .yzm-box { justify-content: flex-start; align-items: center; }
.ydss-box .yzm-box .input { width: 2.4rem; margin-left: .1rem; }
.ydss-box .btn-box { justify-content: center; margin: .4rem 0 0; }
.ydss-box .submit { padding: 0 .25rem; border-radius: 5px; background: #182f8f; line-height: .54rem; color: #fff; font-size: .17rem; text-align: center; opacity: .8; transition: all .3s; }
.ydss-box .submit:hover { opacity: 1; }

@media screen and (max-width: 1024px) {
    .ydss-box {margin: .4rem 0 0; }
}
@media screen and (max-width: 768px) {
    .ydss-box .group { display: block; margin: 0 0 .1rem; }
    .ydss-box span { text-align: left; color: #182f8f; line-height: .4rem; }
    .ydss-box .input, .ydss-box .textarea { width: 100%; max-width: 100%; }
    .ydss-box .yzm-box .input { margin: 0; }
    .ydss-box .btn-box { margin: .3rem 0 0; display: flex; }
.slide-tag:first-child { margin-left: 0; }
}

/* 翻页样式 */
#list-page { margin: .4rem 0 0 !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; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: .11rem .13rem; color: #182f8f; border: 1px solid #e6e6e6; border-radius: 4px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #182f8f; font-weight: bold; color: #fff; border-color: #182f8f; }
#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: 4px; border-color: #e6e6e6; width: 40px; height: 32px; line-height: 32px; vertical-align: bottom; }


.to-top-part { position: fixed; top: auto; right: 0.2rem; bottom: 23%; left: auto; z-index: 1; overflow: hidden; padding: .08rem; visibility: hidden; }
.to-top-part #to-top { display: block; width: .46rem; height: .46rem; border-radius: .05rem; background-image: url("../images/toTop2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #fff; background-size: 0.26rem; cursor: pointer; border: 1px solid #182f8f; box-shadow: 0 0 0.06rem 0 rgba(0, 0, 0, 0.3); -moz-transform: translateY(120%); transform: translateY(120%); -moz-transition: all 0.45s ease-out 0s; transition: all 0.45s ease-out 0s; }
.to-top-part #to-top:hover { border-color: #fff; background-color: #182f8f; background-image: url("../images/toTop.png"); }
.to-top-part.show { visibility: visible; }
.to-top-part.show #to-top { -moz-transform: translateY(0); transform: translateY(0); }

@media screen and (min-width: 1025px) { .news-list1 li { position: relative; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .news-list1 li::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 1px; background: #182f8f; }
  .news-list1 li:hover::after { width: 100%; -moz-transition: all 0.42s ease-out 0s; transition: all 0.42s ease-out 0s; }
  .news-list1 li:hover .title { color: #182f8f; }
  .news-list2 a { position: relative; z-index: 1; border-radius: .1rem; overflow: hidden; -moz-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .news-list2 a::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: 40%; border-top: 0.05rem solid #182f8f; background-image: url("../images/list_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #fff; background-size: cover; opacity: 0; }
  .news-list2 a:hover { box-shadow: 0 0 0.25rem 0 rgba(0, 51, 102, 0.2); }
  .news-list2 a:hover::after { opacity: 1; height: 100%; -moz-transition: all 0.42s ease-out 0s; transition: all 0.42s ease-out 0s; }
  .news-list2 a:hover .column-tit { background: #cc9933; }
  .news-list2 a:hover .title { color: #182f8f; }
  .picture2 .img-zoom:hover .title { color: #182f8f; }
  .picture3 .img-zoom:hover { border-color: #182f8f; background: #182f8f; }
  .picture3 .img-zoom:hover .title { color: #fff; }
  .news-box2 > div { position: sticky; top: 1.4rem; } }
@media screen and (max-width: 1813px) { .link1 .text { padding: .5rem .4rem 0; }
  .link1 .more { right: .4rem; } }
@media screen and (max-width: 1024px) { html { font-size: 90px !important; }
  .header { padding: 10px 0 !important; transition: all .2s; border: none; box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.3); }
  .header::after { display: none; }
  .header.head1 { display: none; }
.header .head-top { padding: 0; } 
  .header.head2 { top: 0; visibility: visible; }
  .header .container { width: 90%; flex-wrap: nowrap; }
  .header .right-wrapper { width: auto; max-width: none; margin: 0; padding: 0; }
  .header .right-wrapper .top-link, .header .right-wrapper .nav, .header .right-wrapper .search-btn, .header .right-wrapper .line, .header .right-wrapper .pc-nav-btn { display: none; }
  .header.mobile-show { 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; }
  .nav-btn { display: block; }
  .mobile-box { display: block; }
  .top-link a { color: #333; margin: 0 .4rem 0 0; }
  .container { max-width: 92%; }
  .banner { margin: 65px 0 0; }
  .banner::after { display: none; }
  .banner .img { height: 35vw; }
  .banner .text { display: block; position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 4; width: 100%; padding: 5% 4% .1rem; background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent); }
  .banner .text .title { color: #fff; text-align: center; }
  .banner .swiper-text { display: none; }
  .banner .swiper-arrow { width: .26rem; height: .44rem; background-size: .07rem; opacity: 1; border-color: rgba(255, 255, 255, 0.6); }
  .banner .swiper-arrow.swiper-prev { left: 3%; }
  .banner .swiper-arrow.swiper-next { right: 3%; }
  .column { margin: .3rem 0 .2rem; }
  .column .cn { font-size: .32rem; }
  .column .en { display: none !important; bottom: 0; font-size: .4rem; }
  .title { font-size: .2rem; }
  .slide-item .swiper-container { width: 100%; margin: 0 0 .25rem; }
  .slide-item .news-list1 { width: 100%; }
  .news-swiper1 .img-zoom, .news-swiper2 .img-zoom { padding: 70% 0 0; }
  .news-swiper1 .text, .news-swiper2 .text { padding-left: .2rem; }
  .news-swiper1 .title, .news-swiper2 .title { font-size: .2rem; line-height: .6rem; }
  .news-swiper1 .pagination, .news-swiper2 .pagination { bottom: .18rem; }
  .news-list1 { padding: .2rem; }
  .news-list1 li { padding: .14rem 0; }
  .news-list1 .first .info, .news-list1 .first .title { height: auto; }
  .news-list1 .title { height: auto; }
  .news-list1 .date { position: static; padding: 0; }
  .news-list2 li { width: 100%; }
  .news-list2 a { padding: .2rem; }
  .news-list2 .title { height: auto; margin: .15rem 0 .1rem; }
  .home1 { padding: 1px 0 .4rem; }
  .home2 { padding: 1px 0 .4rem; }
  .home2 .l-box { display: none; }
  .home2 .r-box { width: 100%; }
  .link1 li.w100 .img-zoom { padding: 40% 0 0; }
  .link1 h3 { padding-left: .75rem; }
  .link1 .img-zoom { padding: 76% 0 0; }
  .link1 .title { font-size: .28rem; }
  .link1 .icon img { width: .65rem; }
  .home3 { padding-bottom: .4rem; }
  .news-swiper3, .news-swiper4 { margin: 0; }
  .news-swiper3 .img, .news-swiper4 .img { height: .65rem; border-radius: .35rem; }
  .news-swiper3 .img img, .news-swiper4 .img img { max-width: 82%; max-height: 75%; }
  .footer { padding: .3rem 0 .2rem; }
  .foot-link { display: none; }
  .sim-select { width: 30%; }
  .decorate { margin: 65px 0 0; height: 35vw; }
  .aside { background: none; overflow: visible; }
  .aside .container { max-width: 100%; }
  .aside-tit { display: flex; padding: 0 2%; }
  .decorate .lv1-column { font-size: .38rem; }
  .left-side { display: none; width: 100%; padding: 0 4% .1rem; box-shadow: 0 0 0.12rem 0 rgba(0, 51, 102, 0.2); }
  .left-side .line { width: 100%; height: 1px; margin: 0; background: #eee; }
  .left-side a { color: #333; line-height: .46rem; }
  .left-side a i { display: none; }
  .left-side li:hover a, .left-side li.cur a { color: #182f8f; font-weight: 700; }
  .main-box .column { display: none; }
  .cur-position { display: none; }
  .picture2 .img-frame { width: 2.7rem; padding: 1.9rem 0 0; margin: 0 0 .14rem; }
  .picture2 .img-frame + .text { width: calc(100%  - 3rem); }
  .picture2 .text { padding: 0; }
  .picture2 .title { overflow: visible; text-overflow: ellipsis; white-space: initial; }
  .picture2 .line { margin: .1rem 0; }
  .picture2 .date { margin: .1rem 0 0; }
  .article { width: 100%; padding: .3rem 0 0; }
  .article .title { font-size: .27rem; margin: 0 0 .1rem; }
  .article .date { margin: 0 0 .2rem; }
  .news-box2 { width: 100%; margin: 0; }
  .to-top-part { display: none !important; }
  .history-year { padding: 0; }
  .history-year .swiper-container { width: calc(100% - 2.2rem); }
  .history-cont .year { font-size: .55rem; padding-left: 0; }
  .history-cont .content { width: calc(100% - 2rem); }
  .main-box > .container { padding-bottom: .4rem; } }
@media screen and (max-width: 768px) { .banner .img { height: 40vw; }
.column { justify-content: flex-start; }
  .slide-tag { margin: 0 .2rem; }
  .news-swiper1 .text, .news-swiper2 .text { padding: 0 .2rem; }
  .news-swiper1 .title, .news-swiper2 .title { line-height: .5rem; transform: none !important; transition: none !important; }
  .news-swiper1 .pagination, .news-swiper2 .pagination { bottom: .6rem; right: 0; width: 100%; justify-content: center; }
  .news-list1 .title { font-size: .2rem; }
  .link1 li { width: 100%; margin: .2rem 0 0 !important; }
  .link1 li:first-child { margin-top: 0 !important; }
  .link1 .text { padding: .3rem .3rem 0; }
  .link1 .title { font-size: .24rem; margin: 0 0 .05rem; }
  .link1 .img-zoom { padding: 40% 0 0 !important; }
  .copy { width: 100%; text-align: center; }
  .copy .img { margin: 0 0 6px; }
  .ewm { width: 100%; justify-content: center; margin: .2rem 0 0; }
  .ewm img { width: 1.2rem; height: 1.2rem; }
  .position { padding: 0 0 5px; border-bottom: 1px solid #182f8f; }
  .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: .18rem 0 0; }
  .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; -moz-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; }
  .decorate .lv1-column { font-size: .32rem; }
  .picture2 { margin: 0; }
  .picture2 a { padding: .2rem 0; }
  .picture2 .img-frame { width: 100%; padding: 70% 0 0; }
  .picture2 .text { width: 100% !important; }
  .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; }
  .history-tit { margin: 0 0 .24rem; }
  .history-tit .cn { font-size: .32rem; }
  .history-year { padding: 0; }
  .history-year .swiper-container { width: 100%; }
  .history-year .swiper-arrow { display: none; }
  .history-year .swiper-slide { padding: 0 0 .2rem; font-size: .3rem; }
  .history-cont { padding-left: .12rem; }
  .history-cont .year { display: none; }
  .history-cont .content { width: 100%; padding: .4rem 0 .5rem .3rem; }
  .history-top { padding: .4rem 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; }
  .mobile-box { height: calc(100vh - 59px); top: 59px; }
  .mobile-box .nav { height: calc(100% - .8rem); }
  .mobile-box .top-link2 { margin: 0 .1rem; }
  .nav-btn { width: 26px; }
  .nav-btn i { margin: 6px 0; }
  .nav-btn.close i:nth-child(1) { -moz-transform: translate(0px, 8px) rotate(45deg); transform: translate(0px, 8px) rotate(45deg); }
  .nav-btn.close i:nth-child(3) { -moz-transform: translate(0px, -8px) rotate(-45deg); transform: translate(0px, -8px) rotate(-45deg); }
  .banner { margin: 59px 0 0; }
  .banner .img { height: 50vw; }
  .banner .pagination { bottom: .1rem; }
  .column { margin: .2rem 0 .2rem; }
  .column .cn { font-size: .26rem; line-height: .5rem; }
  .slide-tag { margin: 0 .07rem; }
  .slide-tag.not .cn { font-size: .21rem; }
.column .cn::after { width: .5rem; }
.more2 { padding: 0 .45rem 0 0; background-size: .41rem; }
  .news-swiper1 .text, .news-swiper2 .text { padding: 0 .12rem; }
  .news-list1 { padding: .12rem; }
  .news-list2 a { padding: .12rem; }
  .news-list2 a .title { margin: .05rem 0; }
  .link1 li { margin: .15rem 0 0 !important; }
  .link1 .img-zoom { border-radius: .1rem; padding: 50% 0 0 !important; }
  .link1 .text { padding: .2rem .2rem 0; }
  .link1 h3 { padding-left: .6rem; }
  .link1 .icon img { width: .5rem; }
  .link1 .title { font-size: .22rem; line-height: .32rem; }
  .link1 .more { bottom: .12rem; right: .2rem; }
  .list1 li { flex-wrap: wrap; padding: .15rem  0 !important; }
  .list1 .title { width: 100%; line-height: .28rem !important; overflow: visible; text-overflow: clip; white-space: initial; }
  .list1 .title i { margin: 0 .1rem 0 0; }
  .list1 .date { line-height: .4rem !important; }
  .decorate { margin: 59px 0 0; height: 42vw; }
  .decorate .lv1-column { font-size: .28rem; }
  .aside-tit p { font-size: .2rem; }
  .picture3 > li { width: 100%; }
  .history-year .swiper-slide { padding: 0 0 .2rem; font-size: .24rem; } }

/*# sourceMappingURL=style.css.map */