@charset "utf-8";
/* 网站通用样式 */
@font-face { font-family: "SYST700"; src: url("../fonts/SourceHanSerifCN-Bold.ttf") format("truetype"); }
@font-face { font-family: "SYST900"; src: url("../fonts/SourceHanSerifCN-Heavy-4.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: .08rem; }
html::-webkit-scrollbar-thumb { border-radius: .08rem; background: #006ca5; }
html::-webkit-scrollbar-track { border-radius: 0; background: rgba(0, 0, 0, 0.2); }

.overflow { height: 100vh; overflow: hidden !important; }

.container { width: 15.6rem; max-width: 90%; margin: 0 auto; font-size: .18rem; }

.title { font-size: 0.2rem; font-weight: 500; line-height: 0.3rem; color: #111; text-align: left; }

.info { font-size: 0.16rem; font-weight: 500; line-height: 0.24rem; color: #ccc; text-align: justify; }

.date { font-family: "Constantia"; font-size: 0.24rem; font-weight: 500; line-height: 0.4rem; color: #006ca5; text-align: left; }

.date1 { width: 1rem; font-family: "Constantia"; font-size: 0.18rem; font-weight: 500; line-height: 0.2rem; color: #fff; text-align: center; }
.date1 p:first-child { font-size: .72rem; line-height: .7rem; }

/* 网站头部 */
.header { position: fixed; top: 0; right: 0; bottom: auto; left: auto; z-index: 1000; width: 100%; padding: .28rem 0 .7rem; background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.4)); -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; }
.header::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; content: ""; width: 100%; height: .04rem; background: #006ca5; -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; }
.header .container { position: relative; z-index: 2; width: 94%; max-width: 18.2rem; display: -ms-flexbox; display: flex; justify-content: space-between; }
.header .right-wrapper { width: 12.4rem; max-width: calc(100% - 4.6rem); }
.header .right-wrapper .bottom-box { width: calc(100% - .84rem); }
.header.scroll { padding: .16rem 0 .12rem; }
.header.scroll::before { height: 100%; box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.36); }
.header.scroll .logo img { max-height: .8rem; }

.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: .9rem; }

.top-link { display: -ms-flexbox; display: flex; justify-content: flex-end; }
.top-link a { position: relative; display: block; margin: 0 0 0 .24rem; font-size: 0.16rem; font-weight: 500; line-height: 0.24rem; color: #fff; text-align: left; opacity: .85; -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; }
.top-link a::after { position: absolute; top: auto; right: 0; bottom: 0; left: auto; z-index: 1; content: ""; width: 0; height: 1px; -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: #fff; }
.top-link a:hover { opacity: 1; }
.top-link a:hover::after { left: 0; right: auto; width: 100%; }

.nav ul { display: flex; justify-content: space-between; }
.nav li { position: relative; }
.nav li a { position: relative; display: block; font-size: 0.22rem; font-weight: 500; line-height: 0.56rem; 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 { position: absolute; top: auto; right: auto; bottom: 0; left: 50%; z-index: 1; content: ""; width: 0%; height: 3px; border-radius: 2px; background: #ffbb36; -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 { left: 0; width: 100%; }
.nav li:hover .sub-nav { visibility: visible; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); opacity: 1; }
.nav .sub-nav { position: absolute; top: 100%; right: auto; bottom: auto; left: calc(50% - .85rem); z-index: 1; width: 1.7rem; padding: .08rem 0; background: #006ca5; opacity: 0; visibility: hidden; box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.22); background: white; border-radius: 2px; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); transform-origin: 50% 0%; -webkit-transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -moz-transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -ms-transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -o-transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.45s 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: #006ca5; 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: #006ca5; }
.nav .sub-nav a { z-index: 2; width: 100%; padding: .11rem 0; font-size: .16rem; font-weight: 500; line-height: .22rem; color: #666; border-bottom: 1px solid #efefef; -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; }

.pad-btn { position: relative; align-items: center; }
.pad-btn .search-btn { width: .56rem; height: .56rem; margin: 0 0 .1rem; border: 1px solid rgba(255, 255, 255, 0.42); border-radius: 50%; background: url("../images/search.png") no-repeat 50% 50% rgba(255, 255, 255, 0.1); background-size: .24rem; cursor: pointer; -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; }
.pad-btn .search-btn:hover { opacity: 1; }
.pad-btn .nav-btn { display: none; position: relative; z-index: 5; width: 28px; margin: 0 0 0 .16rem; 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(0, 108, 165, 0.15); 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 4% .4rem; background-image: url("../images/index_bg3.jpg"); background-repeat: no-repeat; background-position: 100% 0; background-color: #fff; background-size: cover; -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; opacity: 0; visibility: hidden; }
.mobile-box .nav { width: 100%; height: calc(100% - 1.5rem); padding: 0 0 .1rem; }
.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: #222; 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; -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: .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; transform: 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 { 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 auto .15rem; overflow: hidden; background: #fff; }
.mobile-box .mobile-search .form { display: flex; width: 100%; border: 1px solid #006ca5; 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; font-weight: 500; line-height: 0.5rem; color: #333; text-align: left; background: #fff; }
.mobile-box .mobile-search .submit { width: .7rem; height: .5rem; vertical-align: top; background-image: url("../images/search.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #006ca5; background-size: auto; }
.mobile-box .top-link { margin: .15rem 0 0; flex-wrap: wrap; justify-content: center; }
.mobile-box .top-link a { margin: 0 .12rem; font-size: .2rem; color: #006ca5; }
.mobile-box.show { left: 0px; opacity: 1; visibility: visible; }

/* 网站尾部 */
.footer { position: relative; background: #006ca5; }
.footer::before { position: absolute; top: auto; right: auto; bottom: calc(100% - 1px); left: 0; z-index: 1; content: ""; width: 100%; height: .14rem; background: url("../images/f_icon7.png") repeat-x 0 0; background-size: auto 100%; }
.footer .flex-middle { padding: .72rem 0 .2rem; }

.foot-logo img { max-height: .9rem; }

.foot-contact { position: relative; padding: .22rem 0 0; margin: .2rem 0 0; font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: center; }
.foot-contact .img { position: absolute; top: auto; right: auto; bottom: 100%; left: calc(50% - 3.5rem); z-index: 1; width: 7rem; }

.QR-code { display: -ms-flexbox; display: flex; }
.QR-code li { margin: 0 0 0 .5rem; }
.QR-code li:first-child { margin: 0; }
.QR-code img { width: 1.17rem; height: auto; }
.QR-code p { font-size: 0.16rem; font-weight: 500; line-height: 0.25rem; color: #fff; text-align: center; }

.copy { padding: .1rem 0; border-top: 1px solid #1779ad; }
.copy p { font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: left; }
.copy a, .foot-contact a { color: #fff; }

/* 首页 */
@keyframes ani-up { 0% { -webkit-transform: translateY(0.3rem); -moz-transform: translateY(0.3rem); -ms-transform: translateY(0.3rem); -o-transform: translateY(0.3rem); transform: translateY(0.3rem); opacity: 0; }
  100% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; } }
@keyframes ani-right { 0% { -webkit-transform: translateX(0.2rem); -moz-transform: translateX(0.2rem); -ms-transform: translateX(0.2rem); -o-transform: translateX(0.2rem); transform: translateX(0.2rem); opacity: 0; }
  100% { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; } }
.banner { z-index: 1; font-size: 0; background: #006ca5; }
.banner::before { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 2; content: ""; width: 100%; height: 30%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), transparent); }
.banner .img { position: relative; display: block; width: 100%; padding: 100vh 0 0; overflow: hidden; }
.banner .img .slide-inner { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.banner .img img { display: none; 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 0.6s ease-out 0s; -moz-transition: transform 0.6s ease-out 0s; -ms-transition: transform 0.6s ease-out 0s; -o-transition: transform 0.6s ease-out 0s; transition: transform 0.6s ease-out 0s; }
.banner .swiper-slide-active img { -webkit-transition: transform 6s ease-out 1s; -moz-transition: transform 6s ease-out 1s; -ms-transition: transform 6s ease-out 1s; -o-transition: transform 6s ease-out 1s; transition: transform 6s 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: .5rem; z-index: 3; text-align: center; }
.banner .pagination .swiper-pagination-bullet { position: relative; vertical-align: middle; width: .15rem; height: .15rem; margin: 0 .1rem; background: rgba(255, 255, 255, 0.5); opacity: 1; cursor: pointer; }
.banner .pagination .swiper-pagination-bullet::after { position: absolute; top: calc(30% - .23rem); right: auto; bottom: auto; left: 0; z-index: 1; content: ""; width: .46rem; height: .46rem; background-image: url("../images/f_icon1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; opacity: 0; -webkit-transform: scale(0.6); -moz-transform: scale(0.6); -ms-transform: scale(0.6); -o-transform: scale(0.6); transform: scale(0.6); -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.swiper-pagination-bullet-active { width: .46rem; background: none; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.column { position: relative; width: 100%; margin: .6rem 0 .4rem; }
.column .cn { font-family: "SYST900"; font-size: 0.36rem; font-weight: 500; line-height: 0.46rem; color: #006ca5; text-align: left; }
.column .en { display: -ms-flexbox; display: flex; align-items: center; font-family: 'Times New Roman', Times, serif; font-size: 0.14rem; font-weight: 500; line-height: 0.2rem; color: #006ca5; text-align: left; }
.column .en::before { display: block; content: ""; box-sizing: border-box; width: .23rem; height: 3px; margin: 0 .08rem 0 0; background: #006ca5; }
.column .more { position: absolute; top: 0.18rem; right: 0; bottom: auto; left: auto; z-index: 1; }
.column .slide-tag { margin: 0 .4rem; cursor: pointer; }
.column .slide-tag .cn, .column .slide-tag .en { color: #5a5a5b; -webkit-transition: all 0.25s ease-out 0s; -moz-transition: all 0.25s ease-out 0s; -ms-transition: all 0.25s ease-out 0s; -o-transition: all 0.25s ease-out 0s; transition: all 0.25s ease-out 0s; }
.column .slide-tag .en::before { background: #5a5a5b; -webkit-transition: all 0.25s ease-out 0s; -moz-transition: all 0.25s ease-out 0s; -ms-transition: all 0.25s ease-out 0s; -o-transition: all 0.25s ease-out 0s; transition: all 0.25s ease-out 0s; }
.column .slide-tag.active .cn, .column .slide-tag.active .en { color: #006ca5; }
.column .slide-tag.active .en::before { background: #006ca5; }

.more { display: -ms-flexbox; display: flex; align-items: center; font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; 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 { position: relative; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: .27rem; height: .27rem; margin: 0 .28rem 0 0; border: 1px solid #1e4c97; border-radius: 50%; -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::before { display: block; content: ""; box-sizing: border-box; width: 7px; height: 7px; background: #1e4c97; border-radius: 50%; }
.more i::after { position: absolute; top: 49%; right: auto; bottom: auto; left: 50%; z-index: 1; content: ""; width: .3rem; height: 1px; background: #1e4c97; -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:hover { color: #1e4c97; font-weight: 700; font-size: .18rem; }
.more:hover i { margin: 0 .38rem 0 0; border-color: #f1b000; }
.more:hover i::before { background: #f1b000; }
.more:hover i::after { width: .4rem; background: #f1b000; }

.slide-item { display: none; }
.slide-item.active { display: block; animation: ani-up .8s; }
.slide-item .column { display: none; }

.home1 { padding: 1px 0 1.2rem; background-image: url("../images/index_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.home1 .list1 { width: 34.6%; }
.home1 .more { display: none; }
.home1 .more.active { display: flex; animation: ani-right .8s; }

.news-swiper1 { position: relative; width: 60.8%; padding: 0 0 .42rem; }
.news-swiper1 .img { padding: 5.9rem 0 0; }
.news-swiper1 .txt-swiper { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 91%; background: #006ca5; }
.news-swiper1 .txt-swiper .swiper-slide { display: -ms-flexbox; display: flex; }
.news-swiper1 .date1 { width: 1.6rem; height: 1.35rem; padding: .16rem 0 0; background: #f1b000; }
.news-swiper1 .title { display: -ms-flexbox; display: flex; align-items: center; width: calc(100% - 1.6rem); padding: 0 .5rem; font-size: .26rem; line-height: .36rem; color: #fff; background-image: url("../images/list_bg.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100% 100%; }
.news-swiper1 .title span { opacity: 0; -webkit-transform: translateY(150%); -moz-transform: translateY(150%); -ms-transform: translateY(150%); -o-transform: translateY(150%); transform: translateY(150%); }
.news-swiper1 .swiper-slide-active .title span { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.news-swiper1 .swiper-arrow { position: absolute; top: calc(50% - .23rem); right: auto; bottom: auto; left: auto; z-index: 1; width: .4rem; height: .46rem; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.33rem; cursor: pointer; }
.news-swiper1 .swiper-arrow.swiper-prev { left: .2rem; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }
.news-swiper1 .swiper-arrow.swiper-next { right: .2rem; }

.list1 li { position: relative; padding: .22rem 0 .25rem; border-bottom: 1px dashed #e2e5e3; }
.list1 li::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 2px; background: #006ca5; -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; }
.list1 li:hover::after { width: 100%; }
.list1 li:hover .title { color: #006ca5; font-weight: 700; }
.list1 .date { margin: 0 0 .05rem; padding: 0 0 0 .4rem; background-image: url("../images/f_icon3.png"); background-repeat: no-repeat; background-position: 0 60%; background-color: transparent; background-size: 0.27rem; }
.list1 .title { height: .6rem; -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; }

.list2 li { width: 48.11%; margin: .3rem 0 0; }
.list2 li:nth-child(1), .list2 li:nth-child(2) { margin-top: 0; }
.list2 a { position: relative; z-index: 1; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; padding: .2rem .3rem .22rem; background-image: url("../images/f_icon4_2.png"); background-repeat: no-repeat; background-position: 100% -20%; background-color: rgba(255, 255, 255, 0.42); background-size: auto 150%; box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2); -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; }
.list2 a:hover { background-color: #006ca5; background-position-y: 0%; background-image: url("../images/f_icon4.png"); }
.list2 a:hover .date1, .list2 a:hover .title { color: #fff; }
.list2 a:hover .line { background: #fff; }
.list2 .line { width: 1px; height: .44rem; background: #D8D8D8; }
.list2 .date1 { width: .9rem; color: #006ca5; }
.list2 .title { width: calc(100% - .9rem - .5rem); max-height: .7rem; line-height: .35rem; }

.home2 { padding: 0 0 .9rem; }
.home2 .column { margin-bottom: .2rem; }

.news-swiper2 { padding: .2rem 0 0; }
.news-swiper2 .img { padding: 45% 0 0; background-size: 100% 100%; }
.news-swiper2 .swiper-slide-active { box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.26); }
.news-swiper2 .pagination { margin: .3rem 0 0; text-align: center; }
.news-swiper2 .pagination .swiper-pagination-bullet { position: relative; vertical-align: middle; width: .47rem; height: 7px; margin: 0 .07rem; background: #eee; border: 1px solid #dadada; border-radius: 2px; opacity: 1; 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; }
.news-swiper2 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: .46rem; background: #f1b000; border-color: #f1b000; box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, 0.1); }

.home3 { padding: 1px 0 1rem; background-image: url("../images/index_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.home3 .list3 { width: 37.18%; margin: -.22rem 0 0; }

.news-swiper3 { width: 58.97%; margin: 0; background: #006ca5; }
.news-swiper3 .img-zoom { display: flex; }
.news-swiper3 .img-frame { width: 4.6rem; }
.news-swiper3 .img-frame .img { padding: 2.85rem 0 0; }
.news-swiper3 .text { width: calc(100% - 4.6rem); padding: .25rem .3rem 0 .4rem; background-image: url("../images/f_icon4.png"); background-repeat: no-repeat; background-position: 120% 50%; background-color: #006ca5; background-size: 2.16rem; }
.news-swiper3 .source { font-size: 0.2rem; font-weight: 500; line-height: 0.35rem; color: #f1b000; text-align: left; }
.news-swiper3 .title { height: .6rem; margin: .15rem 0 .12rem; color: #fff; }
.news-swiper3 .info { height: .48rem; margin: 0 0 .15rem; color: #ccc; }
.news-swiper3 .date { color: #fff; }

.list3 li { display: -ms-flexbox; display: flex; justify-content: space-between; border-bottom: 1px dashed #dddedc; -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; }
.list3 li:last-child { border: none; }
.list3 li:hover { -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -ms-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px); }
.list3 li:hover .title { color: #006ca5; font-weight: 700; }
.list3 li:hover .title span { color: #006ca5; }
.list3 li:hover .date { color: #006ca5; }
.list3 .title { width: calc(100% - 120px); line-height: .64rem; }
.list3 .title span { color: #666; }
.list3 .date { line-height: .64rem; font-size: .17rem; color: #999; }

.home4 { padding: 1px 0 2.9rem; background-image: url("../images/index_bg3.jpg"); background-repeat: no-repeat; background-position: 50% 0; background-color: transparent; background-size: cover; }

.link-swiper { position: relative; padding: 0 .3rem; }
.link-swiper .swiper-container { padding: .1rem 0 0; }
.link-swiper .swiper-slide { display: block; -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-swiper .swiper-slide:hover { -webkit-transform: translateY(-0.1rem); -moz-transform: translateY(-0.1rem); -ms-transform: translateY(-0.1rem); -o-transform: translateY(-0.1rem); transform: translateY(-0.1rem); }
.link-swiper .swiper-slide:hover .img1 { opacity: 0; -webkit-transform: scale(0.8) translateY(5px); -moz-transform: scale(0.8) translateY(5px); -ms-transform: scale(0.8) translateY(5px); -o-transform: scale(0.8) translateY(5px); transform: scale(0.8) translateY(5px); }
.link-swiper .swiper-slide:hover .img2 { opacity: 1; -webkit-transform: scale(1) translateY(0); -moz-transform: scale(1) translateY(0); -ms-transform: scale(1) translateY(0); -o-transform: scale(1) translateY(0); transform: scale(1) translateY(0); }
.link-swiper .icon { position: relative; width: 1.55rem; height: 1.55rem; margin: 0 auto; }
.link-swiper .icon i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: 100%; background-repeat: no-repeat; background-position: 50% 0; background-color: transparent; background-size: 100%; -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; }
.link-swiper .icon i::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; content: ""; width: 100%; height: 100%; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.8rem; }
.link-swiper .icon .img1 { background-image: url("../images/f_icon6_1.png"); }
.link-swiper .icon .img1::after { background-image: url("../images/f_icon5_1.png"); }
.link-swiper .icon .img2 { opacity: 0; background-image: url("../images/f_icon6_2.png"); -webkit-transform: scale(0.8) translateY(5px); -moz-transform: scale(0.8) translateY(5px); -ms-transform: scale(0.8) translateY(5px); -o-transform: scale(0.8) translateY(5px); transform: scale(0.8) translateY(5px); }
.link-swiper .icon .img2::after { background-image: url("../images/f_icon5_1_h.png"); }
.link-swiper .icon.i2 .img1::after { background-image: url("../images/f_icon5_16.png"); }
.link-swiper .icon.i2 .img2::after { background-image: url("../images/f_icon5_16_h.png"); }
.link-swiper .icon.i3 .img1::after { background-image: url("../images/f_icon5_2.png"); }
.link-swiper .icon.i3 .img2::after { background-image: url("../images/f_icon5_2_h.png"); }
.link-swiper .icon.i4 .img1::after { background-image: url("../images/f_icon5_3.png"); }
.link-swiper .icon.i4 .img2::after { background-image: url("../images/f_icon5_3_h.png"); }
.link-swiper .icon.i5 .img1::after { background-image: url("../images/f_icon5_4.png"); }
.link-swiper .icon.i5 .img2::after { background-image: url("../images/f_icon5_4_h.png"); }
.link-swiper .icon.i6 .img1::after { background-image: url("../images/f_icon5_14.png"); }
.link-swiper .icon.i6 .img2::after { background-image: url("../images/f_icon5_14_h.png"); }
.link-swiper .icon.i7 .img1::after { background-image: url("../images/f_icon5_6.png"); }
.link-swiper .icon.i7 .img2::after { background-image: url("../images/f_icon5_6_h.png"); }
.link-swiper .icon.i8 .img1::after { background-image: url("../images/f_icon5_7.png"); }
.link-swiper .icon.i8 .img2::after { background-image: url("../images/f_icon5_7_h.png"); }
.link-swiper .icon.i9 .img1::after { background-image: url("../images/f_icon5_10.png"); }
.link-swiper .icon.i9 .img2::after { background-image: url("../images/f_icon5_10_h.png"); }
.link-swiper .icon.i10 .img1::after { background-image: url("../images/f_icon5_9.png"); }
.link-swiper .icon.i10 .img2::after { background-image: url("../images/f_icon5_9_h.png"); }
.link-swiper .icon.i11 .img1::after { background-image: url("../images/f_icon5_8.png"); }
.link-swiper .icon.i11 .img2::after { background-image: url("../images/f_icon5_8_h.png"); }
.link-swiper .icon.i12 .img1::after { background-image: url("../images/f_icon5_15.png"); }
.link-swiper .icon.i12 .img2::after { background-image: url("../images/f_icon5_15_h.png"); }
.link-swiper .icon.i13 .img1::after { background-image: url("../images/f_icon5_12.png"); }
.link-swiper .icon.i13 .img2::after { background-image: url("../images/f_icon5_12_h.png"); }
.link-swiper .icon.i14 .img1::after { background-image: url("../images/f_icon5_11.png"); }
.link-swiper .icon.i14 .img2::after { background-image: url("../images/f_icon5_11_h.png"); }
.link-swiper .icon.i15 .img1::after { background-image: url("../images/f_icon5_13.png"); }
.link-swiper .icon.i15 .img2::after { background-image: url("../images/f_icon5_13_h.png"); }
.link-swiper p { font-size: 0.22rem; font-weight: 500; line-height: 0.46rem; color: #006ca5; text-align: center; }
.link-swiper .swiper-arrow { position: absolute; top: calc(50% - .35rem); right: auto; bottom: auto; left: auto; z-index: 1; width: .3rem; height: .7rem; background-image: url("../images/arrow4.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.22rem; 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; }
.link-swiper .swiper-arrow.swiper-prev { left: 0; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }
.link-swiper .swiper-arrow.swiper-next { right: 0; }
.link-swiper .swiper-arrow:hover { background-image: url("../images/arrow3.png"); }

/* 内页样式 */
.decorate { position: relative; padding: 32.4% 0 0; overflow: hidden; }
.decorate img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.decorate .place { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 100%; padding: 1rem 0 .36rem; background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent); }
.decorate .place .container { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: flex-end; }
.decorate .place h3 { font-family: "SYST700"; font-size: 0.36rem; font-weight: 500; line-height: 0.65rem; color: #fff; text-align: left; }
.decorate .place h3::after { display: block; content: ""; box-sizing: border-box; width: .24rem; height: 3px; background: #fff; }

.position { font-size: 0.15rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: left; padding: 0 0 0 .26rem; white-space: nowrap; background-image: url(../images/f_icon8.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.14rem; }
.position a { color: #fff; }
.position a:hover { font-weight: 700; }

.main-box { position: relative; padding: .5rem 0 2.5rem; background-image: url("../images/index_bg4.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: 100%; }
.main-box::before { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; content: ""; width: 5.8rem; height: 3.7rem; background-image: url("../images/f_icon9.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }

.sidebar { position: relative; z-index: 3; width: 2.8rem; margin: 0rem 0 .6rem; box-shadow: 0px 0.06rem 0.18rem 0px rgba(165, 186, 199, 0.32); background: #f2fbff; }
.sidebar li { position: relative; border-bottom: 1px solid #e8e8e8; }
.sidebar li:last-child { border: none; }
.sidebar li.cur > a { font-size: .24rem; color: #fff !important; background-image: url("../images/f_icon10.png"); background-repeat: no-repeat; background-position: calc(100% - .24rem) 50%; background-color: #006ca5; background-size: 0.28rem; }
.sidebar li:hover > a { color: #006ca5; }
.sidebar a { display: -ms-flexbox; display: flex; align-items: center; padding: .18rem .3rem .18rem .38rem; font-size: 0.2rem; font-weight: 500; line-height: 0.34rem; 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; }
.sidebar a span { position: relative; z-index: 2; }
.sidebar h3 { position: relative; display: none; font-family: "SYST700"; font-size: 0.23rem; font-weight: 500; line-height: 0.55rem; color: #fff; text-align: center; background: #006ca5; }
.sidebar h3::after { display: none; }
.sidebar h3 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .55rem; height: .55rem; 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: .55rem; height: .55rem; 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); }

.main { position: relative; z-index: 4; width: calc(100% - 3.6rem); min-height: 4rem; border-top: 3px solid #006ca5; }
.main .list2 { padding: .4rem 0 0; }
.main .list2 li { width: 100%; margin: .25rem 0 0; }
.main .date1 p:first-child { font-size: .52rem; line-height: .6rem; }
.main .list2 li:nth-child(1) { margin: 0; }
.main .list2 a { padding: .15rem .3rem .16rem }

.list6 { margin: .1rem 0 0; }
.list6 li { position: relative; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.list6 li::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; width: 0; height: 1px; content: ""; background: #006ca5; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.list6 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; }
.list6 a::before { display: inline-block; width: 6px; height: 6px; margin: 0 .12rem 2px 0; border-radius: 50%; content: ""; background: #006ca5; }
.list6 .title { width: calc(100% - 1.2rem); font-family: "SYST500"; line-height: .72rem; -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; }
.list6 .title i { display: inline-block; margin: 0 .15rem 0 0; border: 1px solid #6D88CD; padding: 3px; -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; }
.list6 .title i::after { display: block; content: ""; box-sizing: border-box; width: 5px; height: 5px; background: #6D88CD; -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; }
.list6 .date { font-size: .2rem; line-height: .72rem; }

.picture2 { margin: .2rem 0 0; }
.picture2 li.no-img .text { width: 100%; padding-left: 0; }
.picture2 a { position: relative; display: block; padding: 0.32rem 0.3rem; font-size: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1); background-image: url("../images/f_icon4.png"); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: auto 100%; -webkit-transition: all 0.25s ease-out 0s; -moz-transition: all 0.25s ease-out 0s; -ms-transition: all 0.25s ease-out 0s; -o-transition: all 0.25s ease-out 0s; transition: all 0.25s ease-out 0s; }
.picture2 .img-frame { display: inline-block; vertical-align: top; width: 2.6rem; }
.picture2 .img-frame .img { padding: 1.7rem 0 0; }
.picture2 .text { display: inline-block; vertical-align: top; width: calc(100% - 2.6rem); padding: 0 0 0 .3rem; }
.picture2 .date { margin: .08rem 0 .1rem; font-size: .22rem; }
.picture2 .title { line-height: .3rem; color: #222; }
.picture2 .info { font-size: .16rem; line-height: .26rem; max-height: .52rem; color: #777; }

.picture3 { font-size: 0; margin: 0 -0.15rem; }
.picture3 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.15rem; }
.picture3 .img-zoom { margin: .32rem 0 0; padding: .12rem; border: 1px solid #eee; border-radius: 4px; overflow: 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; 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 #f1b000; }
.teach-column .more { padding: 0; font-size: .16rem; line-height: .5rem; background: none; }

.teach-list { 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 { 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: #006ca5; 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 { padding: .42rem .48rem 0; }
.article .title { font-size: 0.25rem; font-weight: 700; 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: .15rem 0 0; padding: .1rem 0 .25rem; font-size: 0.15rem; font-weight: 500; line-height: 0.22rem; color: #999; text-align: center; border-bottom: 2px solid #eee; }
.article .sub span { margin: 0 .15rem; }
.article .sub span span { margin: 0; }
.article .content { padding: .4rem 0 .2rem; font-size: 0.18rem; font-weight: 500; line-height: 200%; color: #333; text-align: justify; }
.article .content * { font-family: "Microsoft YaHei" !important; }
.article .content p { text-indent: 2em; word-break: break-all; margin: 0 0 .2rem; }
.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; line-height: 160%; }
.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 #006ca5; }
.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: #006ca5; -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: #006ca5; 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: #333; text-align: center; }
.article .return-list:hover p { font-weight: 700; }
.article ul a, .article a { color: #006ca5; }
.article ul a:hover, .article a:hover { text-decoration: underline; }
.article .table-box { overflow-x: auto; }
.article.about .title { font-weight: 700; }

.dept-box { border: none; }

.dept-title { margin: .7rem 0 .1rem; padding: 0 0 0 3px; border-left: 5px solid #f1b000; }
.dept-title p { padding: 0 0 0 .24rem; font-family: "SYST700"; letter-spacing: 1px; font-size: 0.24rem; font-weight: 700; line-height: 0.7rem; color: #fff; text-align: left; background: linear-gradient(90deg, rgb(0, 108, 165), transparent 95%); }
.dept-title.mt-0 { margin-top: 0; }

.dept-link { font-size: 0; margin: 0 -0.2rem; }
.dept-link > li { display: inline-block; vertical-align: top; width: 25%; padding: 0 0.2rem; }
.dept-link li { margin: .15rem 0 0; }
.dept-link a { position: relative; display: -ms-flexbox; display: flex; align-items: center; width: 100%; height: .64rem; font-size: 0.18rem; font-weight: 500; line-height: 0.22rem; color: #222; text-align: left; border-bottom: 1px solid #cde3ee; }
.dept-link a::before { display: inline-block; vertical-align: top; flex-shrink: 0; content: ""; width: .15rem; height: .28rem; margin: 0 .15rem 0 0; background-image: url("../images/f_icon11.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.dept-link a::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 2px; background: #006ca5; -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; }
.dept-link a:hover { color: #006ca5; font-weight: 700; }
.dept-link a:hover::after { width: 100%; }
.dept-link a:hover::before { transform: rotateX(180deg); -ms-transform: rotateX(180deg); transition: all .5s; -ms-transition: all .5s; }

#browser-modal { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: 10000; width: 100%; height: 100%; color: #303233; text-align: center; }
#browser-modal .browser-modal-cover { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; height: 100%; width: 100%; background-color: #111; }
#browser-modal .browser-content { width: 700px; margin: 120px auto 0; padding: 50px 0 80px; background-color: #fff; border-radius: 5px; }
#browser-modal .browser-content .browser-dpc-logo img { height: 42px; margin: 45px auto 40px; }
#browser-modal .browser-content .browser-text-title { font-size: 24px; text-transform: uppercase; }
#browser-modal .browser-content .browser-text-desc { margin: 30px 0 20px; font-size: 14px; }
#browser-modal .browser-content .browser-list { width: 600px; height: 130px; margin: 20px auto; }
#browser-modal .browser-content .browser-item { float: left; width: 150px; margin: 0 auto; padding: 20px 0; }
#browser-modal .browser-content .browser-item .iconfont { width: 100px; height: 100px; margin: 0 auto 10px; font-size: 80px; line-height: 80px; }
#browser-modal .browser-content .browser-item .iconchrome { background: url(../images/bro.png) no-repeat 0 0; }
#browser-modal .browser-content .browser-item .iconfirefox { background: url(../images/bro.png) no-repeat 0 -100px; }
#browser-modal .browser-content .browser-item .iconopera { background: url(../images/bro.png) no-repeat 0 -200px; }
#browser-modal .browser-content .browser-item .iconEdge { background: url(../images/bro.png) no-repeat 0 -300px; }
#browser-modal .browser-content .browser-item a { display: block; cursor: pointer; }
#browser-modal .browser-content .browser-item a:hover { text-decoration: underline !important; }
#browser-modal .browser-content .browser-item a img { display: block; max-width: 100px; width: 100px; height: 100px; margin: 0 auto; }
#browser-modal .browser-content .browser-item a h4 { margin-top: 20px; text-align: center; font-size: 18px; font-weight: 700; }

/* 翻页样式 */
#list-page { margin: .4rem 0 .3rem !important; font-family: Arial; text-align: center; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a { font-size: 14px; width: auto; height: auto; margin-top: 5px; transition: all .2s; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 11px 13px; color: #006ca5; border: 1px solid #ccc; border-radius: 4px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #006ca5; font-weight: bold; color: #fff; border-color: #006ca5; }
#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; width: 40px; height: 34px; line-height: 34px; vertical-align: bottom; }

@media screen and (min-width: 1025px) { .list6 li:hover .title { font-weight: 700; color: #006ca5; }
  .list6 li:hover .title i { background: #f1b000; border-color: #f1b000; }
  .list6 li:hover .title i::after { background: #fff; }
  .list6 li:hover::after { width: 100%; }
  .picture2 a:hover { -webkit-transform: translate(-4px, 0); -moz-transform: translate(-4px, 0); -ms-transform: translate(-4px, 0); -o-transform: translate(-4px, 0); transform: translate(-4px, 0); background-color: #006ca5; border-color: #006ca5; box-shadow: 7px 7px 0 0 #eeb553; }
  .picture2 a:hover .title { font-weight: 700; color: #fff; }
  .picture2 a:hover .date, .picture2 a:hover .info { color: #fff; }
  .picture3 .img-zoom:hover { border-color: #006ca5; background: #006ca5; }
  .picture3 .img-zoom:hover .title { color: #fff; font-weight: 700; } }
@media screen and (max-width: 1720px) {
.nav li a { font-size: .19rem; }
}
@media screen and (max-width: 1024px) { html { font-size: 90px !important; }
  .header { padding: 8px 0 !important; transition: all .2s; background: #006ca5; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .header::before { display: none; }
  .header .container { width: 90%; padding: 0; }
  .header .right-wrapper { width: auto; max-width: none; margin: 0; padding: 0; background: none; }
  .header .right-wrapper .top-link a, .header .right-wrapper .nav, .header .right-wrapper .search-btn { 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: 46px !important; }
  .pad-btn { display: flex; height: 100%; }
  .pad-btn .nav-btn { display: block; }
  .pad-btn::before { display: none; }
  .mobile-box { display: block; }
  .column { justify-content: flex-start !important; margin: .35rem 0 .25rem; }
  .column .cn { font-size: .32rem; }
  .date1 p:first-child { font-size: .6rem; line-height: .6rem; }
  .banner { margin: 61px 0 0; }
  .banner .img { height: auto; padding: 45% 0 0; }
  .banner .pagination { bottom: .4rem; }
  .banner .pagination .swiper-pagination-bullet { width: .12rem; height: .12rem; }
  .banner .pagination .swiper-pagination-bullet::after { position: absolute; top: calc(30% - .15rem); right: auto; bottom: auto; left: 0; z-index: 1; content: ""; width: .3rem; height: .3rem; }
  .banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: .3rem; }
  .slide-item { display: block; }
  .slide-item .column { display: flex; }
  .home1 { padding-bottom: .6rem; }
  .home1 .container > .column { display: none; }
  .home1 .list1 { width: 100%; margin: .2rem 0 0; }
  .news-swiper1 { width: 100%; }
  .news-swiper1 .img { padding: 60% 0 0; }
  .news-swiper1 .date1 { width: 1.3rem; height: 1rem; padding: .05rem 0 0; }
  .news-swiper1 .title { width: calc(100% - 1.3rem); padding: 0 .3rem; }
  .list1 li { padding: .15rem 0; }
  .list1 .title { height: auto; }
  .list2 li { width: 100%; margin: .2rem 0 0; }
  .list2 li:nth-child(2) { margin: .2rem 0 0; }
  .list2 a { padding: .17rem .2rem .2rem; }
  .home2 { padding: 0 0 .5rem; }
  .home2 .column { margin-bottom: .1rem; }
  .news-swiper2 .pagination { margin: .15rem 0 0; }
  .home3 { padding-bottom: .4rem; }
  .home3 .list3 { width: 100%; margin: .15rem 0 0; }
  .news-swiper3 { width: 100%; }
  .news-swiper3 .text { padding: .2rem .2rem 0; }
  .link-swiper .icon { width: 1.2rem; height: 1.2rem; }
  .link-swiper .icon i::after { background-size: .6rem; }
  .home4 { padding: 1px 0 2rem; }
  .footer::after { position: absolute; top: auto; right: auto; bottom: calc(100% - .55rem); left: 0; z-index: 1; content: ""; width: 100%; height: 2rem; background-image: url("../images/foot_img.png"); background-repeat: no-repeat; background-position: 50% 0; background-color: transparent; background-size: auto 100%; }
  .footer .flex-middle { flex-direction: column; }
  .foot-contact { margin: .2rem 0; padding: 0; }
  .foot-contact .img { display: none; }
  .copy p { text-align: center; }
  .decorate { margin: 61px 0 0; padding: 35% 0 0; }
  .decorate .place { padding: .4rem 0 .15rem; }
  .decorate .place h3 { font-size: .3rem; line-height: .5rem; }
  .sidebar { width: 100%; margin: 0; padding: 0; border-radius: 3px; overflow: hidden; }
  .sidebar h3 { display: block; }
  .sidebar ul { display: none; padding: .1rem .2rem .1rem; }
  .sidebar ul li .lv3 { margin: 0; padding-top: 0; }
  .sidebar ul li.cur > a { font-size: .18rem; font-weight: 700; }
  .sidebar ul a { text-align: left; font-size: .18rem; line-height: .22rem; }
  .sidebar ul .down { top: 0; height: .45rem; }
  .sidebar a { padding: .12rem .3rem .12rem .38rem; }
  .main-box { padding: .25rem 0 2rem; }
  .main-box::before { max-width: 80%; }
  .main { width: 100%; padding: .26rem 0 0; margin: 0; border-top: none; }
  .main::before { display: none; }
  .teach-list > li { width: 33.333%; }
  .article { padding: .14rem 0 0 !important; }
  .article .title { font-size: .22rem; }
  .article .sub { margin: .2rem 0 0; padding: 0 0 .18rem; }
  .article .sub span { margin: 0 .1rem; }
  .article .content { padding: .2rem 0; }
  .main .list2 { padding: 0; }
  .dept-title { margin: .4rem 0 0; }
  .dept-title p { font-size: .22rem; line-height: .5rem; }
  .dept-link { margin: 0 -.1rem; }
  .dept-link > li { width: 50%; padding: 0 .1rem; } }
@media screen and (max-width: 768px) { .news-swiper1 { padding: 0; }
  .news-swiper1 .txt-swiper { position: static; width: 100%; }
  .news-swiper1 .date1 { width: 1rem; }
  .news-swiper1 .title { width: calc(100% - 1rem); font-size: .22rem; line-height: .3rem; }
  .news-swiper3 .img-zoom { flex-direction: column; }
  .news-swiper3 .img-frame { width: 100%; }
  .news-swiper3 .img-frame .img { padding: 50% 0 0; }
  .news-swiper3 .text { width: 100%; padding: .2rem; }
  .news-swiper3 .title { margin: 5px 0; }
  .news-swiper3 .info { margin: 0; }
  .position { padding-top: .06rem; padding-bottom: .06rem; line-height: .22rem; white-space: initial; }
  .decorate .place { padding-bottom: .08rem; }
  .decorate .place .container { flex-direction: column; align-items: flex-start; }
  .decorate .place h3 { margin: 0 0 5px; font-size: .26rem; line-height: .4rem; }
  .main { padding: .18rem 0 0; }
  .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; } }
@media screen and (max-width: 520px) { .header { padding: 7px 0 !important; }
  .header .container { width: 92%; }
  .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; }
  .column { margin: .28rem 0 .2rem; }
  .news-swiper1 .title { padding: 0 .15rem; }
  .home1 .list1 { margin: .14rem 0 0; }
  .date1 p:first-child { font-size: .5rem; }
  .pad-btn .nav-btn { width: 26px; }
  .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: .22rem; }
  .list2 a { padding: .12rem .15rem .15rem; }
  .list2 .date1 { width: .7rem; }
  .list2 .title { width: calc(100% - .7rem - .3rem); }
  .home1 { padding-bottom: .5rem; }
  .news-swiper2 .pagination .swiper-pagination-bullet { width: .28rem !important; margin: 0 5px; }
  .column .cn { font-size: .28rem; }
  .home2 { padding-bottom: .35rem; }
  .news-swiper3 .img { padding: 66% 0 0 !important; }
  .news-swiper3 .text { padding: .2rem .14rem; }
  .list3 li { display: block; padding: .12rem 0; }
  .list3 .title { width: 100%; line-height: .28rem; overflow: visible; text-overflow: clip; white-space: initial; }
  .list3 .date { line-height: .3rem; color: #006ca5; font-size: .2rem; }
  .home3 { padding-bottom: .3rem; }
  .footer .flex-middle { padding-top: .5rem; }
  .home4 { padding-bottom: 1.8rem; }
  .link-swiper { padding: 0; }
  .link-swiper .swiper-arrow { top: 110%; }
  .link-swiper .swiper-arrow { width: .4rem; height: .4rem; border: 1px solid #ddd; border-radius: 50%; background-size: .1rem; }
  .link-swiper .swiper-arrow.swiper-prev { left: calc(50% - .5rem); }
  .link-swiper .swiper-arrow.swiper-next { right: calc(50% - .5rem); }
  .footer::after { bottom: calc(100% - .35rem); height: 1.2rem; }
  .decorate { margin: 54px 0 0; padding: 45% 0 0; }
  .decorate .place { padding-bottom: 0; }
  .decorate .place h3 { margin: 0 0 3px; font-size: .24rem; line-height: .34rem; }
  .sidebar h3 { font-size: .21rem; line-height: .5rem; }
  .sidebar h3 .return-sup { width: .5rem; height: .5rem; }
  .sidebar h3 i { width: .5rem; height: .5rem; }
  .main-box { padding-bottom: 1.2rem; }
  .article .title { font-size: .21rem; }
  .article .sub span { margin: 0 5px; }
  .article .content { padding: .2rem 0 .1rem; line-height: 170%; }
  .article .content p { margin: 0 0 .12rem; }
  .article .cont-page { padding: .15rem 0 .35rem; }
  .position { font-size: .13rem; }
  .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; }
  .picture3 > li { width: 100%; }
  .dept-link { margin: 0; }
  .dept-link > li { width: 100%; padding: 0; }
  .dept-link a { height: .52rem; } }

/*# sourceMappingURL=style.css.map */
