@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: #013f8e; }
html::-webkit-scrollbar-track { border-radius: 0; background: rgba(0, 0, 0, 0.3); }

.overflow { height: 100vh; overflow: hidden !important; }

.container { width: 1400px; max-width: 84%; margin: 0 auto; font-size: .18rem; }

.title { font-size: 0.18rem; line-height: 0.3rem; color: #323232; }

.info { font-size: 0.16rem; line-height: 0.24rem; color: #8a8a8a; text-align: justify; }

.date { font-size: 0.16rem; line-height: 0.3rem; color: #013f8e; }

.date1 { font-family: Arial, Helvetica, sans-serif; font-size: 0.14rem; line-height: 0.2rem; color: #013f8e; text-align: center; }
.date1 p:first-child { font-size: .3rem; font-weight: 700; line-height: .34rem; }

/* 网站头部 */
.header { position: fixed; top: 0; right: 0; bottom: auto; left: auto; z-index: 9; width: 100%; padding: .12rem 0 .5rem; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent); -webkit-transition: padding 0.3s ease-out 0s; -moz-transition: padding 0.3s ease-out 0s; -ms-transition: padding 0.3s ease-out 0s; -o-transition: padding 0.3s ease-out 0s; transition: padding 0.3s ease-out 0s; }
.header::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: 0; background: #014397; -webkit-transition: all 0.32s ease-out 0s; -moz-transition: all 0.32s ease-out 0s; -ms-transition: all 0.32s ease-out 0s; -o-transition: all 0.32s ease-out 0s; transition: all 0.32s ease-out 0s; }
.header .right-wrap { width: 6.5rem; max-width: calc(100% - 5rem); }
.header.scroll { padding: .12rem 0 .08rem; background: none; -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.scroll::before { height: 100%; box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.6); }
.header.scroll .nav { margin: .05rem 0 0; }

.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: .72rem; }

.top-link { display: flex; align-items: center; }
.top-link a { position: relative; display: block; padding: 0 0 0 .2rem; font-size: 0.14rem; line-height: 0.3rem; color: white; background-image: url("../images/f_icon1.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.13rem; }
.top-link a::after { position: absolute; top: auto; right: 0; bottom: 0.02rem; left: auto; z-index: 1; content: ""; width: 0; height: 1px; background: #fff; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.top-link a:hover { color: #fff; }
.top-link a:hover::after { right: auto; left: 0; width: 100%; }
.top-link span { width: 1px; height: .14rem; margin: 0 .2rem; background: rgba(255, 255, 255, 0.65); }

.nav-btn { display: none; position: relative; z-index: 5; width: 30px; margin: 0 0 0 .16rem; vertical-align: middle; cursor: pointer; }
.nav-btn i { display: block; height: 1px; margin: 8px 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; }
.nav-btn i:nth-child(2) { width: 75%; }
.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); }
.nav-btn.close i:nth-child(2) { opacity: 0; }
.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); }

.nav { position: relative; z-index: 100; width: 100%; margin: .08rem 0 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.nav li { position: relative; }
.nav li a { position: relative; display: block; font-size: 0.2rem; line-height: 0.5rem; 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; -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 > a::before { position: absolute; top: auto; right: auto; bottom: -2px; left: 50%; z-index: 1; content: ""; width: 0%; height: 2px; background: #fff; border-radius: 2px; -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::before { left: 0; width: 100%; }
.nav li:hover .sub-nav { visibility: visible; opacity: 1; -webkit-transform: rotateX(0); -moz-transform: rotateX(0); -ms-transform: rotateX(0); -o-transform: rotateX(0); transform: rotateX(0); }
.nav .sub-nav { position: absolute; top: 100%; right: auto; bottom: auto; left: calc(50% - .75rem); z-index: 1; width: 1.5rem; padding: .07rem 0; background: #013f8e; opacity: 0; visibility: hidden; box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2); background: white; border-radius: 3px; border-top: .03rem solid #fff; -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; -webkit-transform: rotateX(90deg); -moz-transform: rotateX(90deg); -ms-transform: rotateX(90deg); -o-transform: rotateX(90deg); transform: rotateX(90deg); transform-origin: 50% 0%; }
.nav .sub-nav dd { position: relative; padding: 0 .12rem; }
.nav .sub-nav dd::before { position: absolute; top: 0; right: 0.12rem; bottom: auto; left: auto; z-index: 1; width: calc(100% - .24rem); height: 100%; content: ""; background: #195ad1; 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: transparent; }
.nav .sub-nav a { z-index: 2; width: 100%; padding: .1rem 0; font-size: .15rem; line-height: .22rem; color: #333; border-bottom: 1px dashed #eee; -webkit-transition: all 0.15s ease-out 0s; -moz-transition: all 0.15s ease-out 0s; -ms-transition: all 0.15s ease-out 0s; -o-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: 11px; padding: 0; overflow: hidden; }
.nav .sub-nav .tri::before { display: none; }
.nav .sub-nav .tri::after { display: block; content: ""; box-sizing: border-box; width: 14px; height: 14px; margin: 0 auto; background: #fff; -webkit-transform: translate(0px, 3px) rotate(45deg); -moz-transform: translate(0px, 3px) rotate(45deg); -ms-transform: translate(0px, 3px) rotate(45deg); -o-transform: translate(0px, 3px) rotate(45deg); transform: translate(0px, 3px) rotate(45deg); box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

.pc-search { margin: 0 0 0 .24rem; border-radius: .2rem; border: 1px solid rgba(255, 255, 255, 0.4); background: rgba(255, 255, 255, 0.12); overflow: hidden; }
.pc-search form, .pc-search .form { display: flex !important; }
.pc-search .input { width: 2rem; height: .38rem; padding: 0 .1rem 0 .14rem; vertical-align: top; font-size: 0.14rem; line-height: 0.38rem; color: #fff; }
.pc-search .input::placeholder { color: rgba(255, 255, 255, 0.6); }
.pc-search .submit { width: .4rem; height: .38rem; background-image: url("../images/search.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.2rem; }

.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% .3rem; -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; opacity: 0; visibility: hidden; background: #eff7fb; }
.mobile-box .nav { width: 100%; height: calc(100% - 1.2rem); padding: 0 0 .2rem; border: none; }
.mobile-box .nav ul { display: block; max-width: 100%; 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: #333; font-weight: 500; padding: 0 .1rem; line-height: .52rem; 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: .52rem; height: .52rem; background-image: url(../images/arrow2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 7px; cursor: pointer; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.mobile-box .nav li .icon.close { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); }
.mobile-box .nav li > a { font-size: .19rem; }
.mobile-box .nav li > a::before { display: none; }
.mobile-box .nav .sub-nav { display: none; position: static; width: 100%; padding: 0 0 12px 20px; background: none; box-shadow: none; border: none; visibility: visible; transition: none !important; opacity: 1 !important; transform: none !important; }
.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: .16rem; line-height: .34rem; color: #494949 !important; border-bottom: none; }
.mobile-box .nav .sub-nav::before { display: none; }
.mobile-box .mobile-search { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 0 0 0 1px; margin: .1rem auto .15rem; overflow: hidden; }
.mobile-box .mobile-search .form { display: flex; width: 100%; overflow: hidden; border: 1px solid #013f8e; border-radius: 3px; }
.mobile-box .mobile-search .input { width: calc(100% - .6rem); height: .46rem; padding: 0 .1rem 0 .2rem; vertical-align: top; font-size: 0.17rem; line-height: 0.46rem; color: #333; background: #fff; overflow: hidden; }
.mobile-box .mobile-search .submit { width: .6rem; height: .46rem; vertical-align: top; background-image: url("../images/search.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #013f8e; background-size: 0.17rem; }
.mobile-box .top-link { flex-wrap: wrap; justify-content: center; }
.mobile-box .top-link a { color: #013f8e; margin: 0 .1rem; }
.mobile-box .top-link span { display: none; }
.mobile-box .top-link::after { display: none; }
.mobile-box.show { left: 0px; opacity: 1; visibility: visible; }

/* 首页轮播图 */
.banner { width: 100%; z-index: 1; font-size: 0; background: #013f8e; }
.banner .img { position: relative; display: block; width: 100%; height: 7.1rem; overflow: hidden; }
.banner .img .slide-inner { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.banner .img img { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transform: scale(1.06); -moz-transform: scale(1.06); -ms-transform: scale(1.06); -o-transform: scale(1.06); transform: scale(1.06); -webkit-transition: transform 1s ease-out 0s; -moz-transition: transform 1s ease-out 0s; -ms-transition: transform 1s ease-out 0s; -o-transition: transform 1s ease-out 0s; transition: transform 1s ease-out 0s; }
.banner .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 { -webkit-transition: transform 6.2s ease-out 1s; -moz-transition: transform 6.2s ease-out 1s; -ms-transition: transform 6.2s ease-out 1s; -o-transition: transform 6.2s ease-out 1s; transition: transform 6.2s ease-out 1s; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.banner .pagination { position: absolute; top: auto; right: auto; bottom: 0.3rem; left: 0%; z-index: 3; width: 100%; text-align: center; }
.banner .pagination .swiper-pagination-bullet { position: relative; width: auto; height: auto; margin: 0 .07rem; padding: 5px; background: none; opacity: .5; border: 1px solid transparent; 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; }
.banner .pagination .swiper-pagination-bullet::after { display: block; content: ""; box-sizing: border-box; width: 8px; height: 8px; background: #fff; border-radius: 50%; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { opacity: 1; border-color: #fff; }

/* 网站底部 */
.footer { position: relative; z-index: 10; background-image: url("../images/foot_bg.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }

.foot-contact { display: -ms-flexbox; display: flex; flex-direction: column; justify-content: center; width: 4.5rem; border-right: 1px dashed rgba(255, 255, 255, 0.2); }
.foot-contact .img { margin: 0 0 .26rem; }
.foot-contact .img img { max-height: .72rem; }
.foot-contact .txt { display: -ms-flexbox; display: flex; flex-wrap: wrap; width: 100%; font-size: 0.14rem; line-height: 0.28rem; color: rgba(255, 255, 255, 0.8); }
.foot-contact .txt p { padding: 0 .15rem 0 .22rem; background-image: url("../images/f_icon8_1.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.15rem; }
.foot-contact .txt p:nth-of-type(2) { padding-left: .2rem; background-image: url("../images/f_icon8_2.png"); background-size: .14rem; }
.foot-contact .txt a { color: rgba(255, 255, 255, 0.8); }

.foot-link { width: calc(100% - 4.5rem); padding: .6rem 0 .45rem .5rem; }
.foot-link h6 { margin: 0 0 .14rem; font-family: "PingFang-Semibold"; font-size: 0.18rem; line-height: 0.4rem; color: #fff; }
.foot-link .link-list { width: 24%; }
.foot-link ul { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; }
.foot-link ul li { width: 50%; padding: 0 .12rem 0 0; }
.foot-link ul a { position: relative; display: inline-block; font-size: 0.14rem; line-height: 0.3rem; color: rgba(255, 255, 255, 0.7); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.foot-link ul a::after { position: absolute; top: auto; right: 0; bottom: 0.02rem; left: auto; z-index: 1; content: ""; width: 0; height: 1px; background: #fff; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.foot-link ul a:hover { color: #fff; }
.foot-link ul a:hover::after { right: auto; left: 0; width: 100%; }

.foot-link2 { font-size: 0.14rem; line-height: 0.28rem; color: rgba(255, 255, 255, 0.8); text-align: center; }
.foot-link2 span { margin: 0 0 0; }
.foot-link2 a { color: rgba(255, 255, 255, 0.8); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.foot-link2 a:hover { color: #fff; }

.copy { width: 100%; padding: .18rem 0 .22rem; border-top: 1px solid rgba(255, 255, 255, 0.16); }
.copy .txt { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: center; font-size: 0.14rem; line-height: 0.28rem; color: rgba(255, 255, 255, 0.8); }
.copy .txt p { margin: 0 .05rem; }
.copy .txt a { color: rgba(255, 255, 255, 0.8); }

/* 首页样式 */
.column { width: 100%; margin: .8rem 0 .32rem; }
.column h3 { position: relative; z-index: 1; padding: 0 .6rem 0 0; background-image: url("../images/f_icon2.png"); background-repeat: no-repeat; background-position: 0 100%; background-color: transparent; background-size: 100%; }
.column .cn { font-family: "PingFang-Semibold"; font-size: 0.38rem; line-height: 0.65rem; color: #333; }
.column .cn span { color: #013f8e; }
.column .en { position: absolute; top: -0.25rem; right: auto; bottom: auto; left: 0; z-index: -1; font-family: "Barlow-ExtraBold"; font-size: .51rem; background: linear-gradient(0deg, transparent, rgba(0, 44, 178, 0.2)); -webkit-background-clip: text; color: transparent; background: transparent\0; color: rgba(0, 44, 178, 0.1) \0 ; text-transform: uppercase; letter-spacing: 2px; }

.more { position: relative; display: -ms-flexbox; display: flex; align-items: center; font-size: 0.16rem; line-height: 0.32rem; color: #013f8e; padding: 0 .23rem 0 0; background-image: url("../images/f_icon3.png"); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: auto 100%; transition: all .25s; }
.more:hover { font-weight: 700; transform: translateX(.06rem); }

.home1 { 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; }
.home1 .l-box { width: 66.8%; }
.home1 .r-box { width: 29%; }

.news-swiper1 { width: 59.4%; margin: 0; }
.news-swiper1 .img-frame { padding: 3.35rem 0 0; }
.news-swiper1 .img-frame::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; content: ""; width: 100%; height: 30%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent); }
.news-swiper1 .date1 { position: absolute; top: 0.3rem; right: auto; bottom: auto; left: 0.25rem; z-index: 2; display: -ms-flexbox; display: flex; flex-direction: column; justify-content: center; align-items: center; width: .8rem; height: .92rem; color: #fff; background-image: url("../images/f_icon10.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.news-swiper1 .text { padding: .13rem .32rem .18rem; background-image: url("../images/list_bg.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: cover; }
.news-swiper1 .title { font-family: "PingFang-Semibold"; font-size: .2rem; line-height: .36rem; color: #fff; }
.news-swiper1 .info { height: .48rem; color: rgba(255, 255, 255, 0.8); }
.news-swiper1 .pagination { position: absolute; top: auto; right: 0.18rem; bottom: 1.32rem; left: auto; z-index: 3; display: -ms-flexbox; display: flex; align-items: center; }
.news-swiper1 .pagination .swiper-pagination-bullet { position: relative; width: 8px; height: 8px; margin: 0 .1rem; background: #fff; border-radius: 4px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.news-swiper1 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: .74rem; height: 6px; }

.news-list1 { width: 37.5%; }
.news-list1 li { border-bottom: 1px solid #ebebeb; }
.news-list1 li:first-child a { padding-top: 0; }
.news-list1 a { display: block; padding: .11rem 0; }
.news-list1 .title { height: .56rem; line-height: .28rem; }
.news-list1 .date { margin: .06rem 0 0; }

.news-list2 li { margin: 0 0 .21rem; }
.news-list2 li:last-child { margin: 0; }
.news-list2 a { position: relative; z-index: 1; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; padding: .18rem; background: #f4f7fc; }
.news-list2 .date1 { width: .6rem; }
.news-list2 .line { width: 1px; height: .44rem; background: #d0d3d6; }
.news-list2 .title { width: calc(100% - .8rem); max-height: .6rem; padding: 0 0 0 .04rem; }

.home2 { padding: 1px 0 .7rem; background-image: url("../images/index_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.home2 .column h3 { padding: 0 .6rem; background-image: url("../images/f_icon2_2.png"); }
.home2 .column .en { width: 100%; text-align: center; }

.slide-box .slide-tag { margin: 0 0 .7rem; }
.slide-box .slide-tag li { width: 1.57rem; margin: 0 .13rem; font-family: "PingFang-Semibold"; font-size: 0.2rem; line-height: 0.54rem; color: #013f8e; text-align: center; background-image: url("../images/f_icon4_1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; -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; cursor: pointer; }
.slide-box .slide-tag li.on { color: #fff; background-image: url("../images/f_icon4_2.png"); }
.slide-box .slide-item { display: none; }
.slide-box .slide-item.on { display: block; animation: ani-up 1s; }

.slide-item { padding: 0 .1rem; }
.slide-box .swiper-wrapper { justify-content: center; }
.slide-item .icon { position: relative; z-index: 1; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: 1.69rem; height: 1.69rem; margin: 0 auto; }
.slide-item .icon::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -2; content: ""; width: 100%; height: 100%; background-image: url("../images/f_icon5_1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; -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; animation: ani-yuan 18s linear infinite; }
.slide-item .icon::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: 100%; background-image: url("../images/f_icon5_2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; opacity: 0; animation: ani-yuan 18s linear infinite; }
.slide-item .icon img { width: .94rem; }
.slide-item .title { margin: .2rem 0 0; font-size: .2rem; text-align: center; }
.slide-item .swiper-slide:hover .icon::before { opacity: 0; }
.slide-item .swiper-slide:hover .icon::after { opacity: 1; }
.slide-item .swiper-slide:hover .icon img { animation: jello 1s; }
.slide-item .swiper-slide:hover .title { font-family: "PingFang-Semibold"; color: #013f8e; }
.slide-item .pagination { display: -ms-flexbox; display: flex; justify-content: center; align-items: center; margin: .6rem 0 0; }
.slide-item .pagination .swiper-pagination-bullet { position: relative; width: 8px; height: 8px; margin: 0 .1rem; background: #144aad; border-radius: 4px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.slide-item .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: .74rem; height: 6px; }

.home3 { padding: 1px 0 .9rem; background-image: url("../images/index_bg3.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.home3 .l-box, .home3 .r-box { width: 47.85%; }
.home3 .b-box { width: 100%; }

.news-list3 li { border-bottom: 1px solid #d9dbe0; }
.news-list3 a { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 0 0 .25rem; background-image: url("../images/f_icon6.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.16rem; }
.news-list3 .title { width: calc(100% - 1.3rem); line-height: .67rem; }
.news-list3 .date { line-height: .67rem; }

.news-list4 { padding: .05rem 0 0; }
.news-list4 li { width: 48.5%; margin: 3% 0 0; }
.news-list4 li:nth-child(1), .news-list4 li:nth-child(2) { margin: 0; }
.news-list4 a { display: block; padding: .26rem .28rem .32rem; background: #f4f7fc; }
.news-list4 .title { height: .6rem; margin: .1rem 0 .17rem; }
.news-list4 i { display: block; width: .38rem; height: .16rem; background-image: url("../images/f_icon7.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }

.news-swiper5 .img-zoom { padding: 56% 0 0; }
.news-swiper5 .pagination { display: -ms-flexbox; display: flex; justify-content: center; align-items: center; margin: .35rem 0 0; }
.news-swiper5 .pagination .swiper-pagination-bullet { position: relative; width: 8px; height: 8px; margin: 0 .1rem; background: #144aad; border-radius: 4px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.news-swiper5 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: .74rem; height: 6px; }

/* 内页样式 */
.decorate { position: relative; padding: 5.6rem 0 0; }
.decorate img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }

.main-box { position: relative; z-index: 1; padding: 0 0 .6rem; background-image: url("../images/main_bg.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: 100%; }
.main-box::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 4.71rem; height: 6.93rem; background-image: url("../images/main_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.main-box .container { align-items: flex-start; }

.sidebar { position: relative; z-index: 3; width: 3rem; margin: -1rem 0 .6rem; }
.sidebar::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; width: 100%; height: 100%; content: ""; background: #013f8e; }
.sidebar h3 { position: relative; z-index: 2; font-family: "PingFang-Semibold"; font-size: 0.34rem; line-height: 1.2rem; color: #fff; text-align: center; letter-spacing: 1px; background-image: url("../images/list_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.sidebar h3::after { position: absolute; top: auto; right: auto; bottom: 0; left: 100%; z-index: 1; content: ""; width: 0; height: 0; border: 0.1rem solid transparent; border-left-color: #013f8e; border-top-color: #013f8e; }
.sidebar .sub-nav { position: relative; z-index: 2; padding: 0 .28rem; margin: 0 0 0 .1rem; background: #f4f7fc; }
.sidebar .sub-nav li { position: relative; z-index: 1; border-bottom: 1px dashed rgba(72, 116, 203, 0.2); }
.sidebar .sub-nav li:last-child { border: none; }
.sidebar .sub-nav li.cur { border-bottom: 1px solid #013f8e; }
.sidebar .sub-nav li.cur::after { opacity: 1; }
.sidebar .sub-nav li.cur > a { color: #013f8e !important; font-weight: 700; }
.sidebar .sub-nav li.cur .lv3 { display: block; }
.sidebar .sub-nav li.cur .down { opacity: 1; }
.sidebar .sub-nav li:hover > a { color: #013f8e; font-weight: 700; }
.sidebar .sub-nav li:hover .down { opacity: 1; }
.sidebar .sub-nav a { position: relative; z-index: 2; display: -ms-flexbox; display: flex; align-items: center; padding: .2rem .4rem .2rem .24rem; font-size: 0.18rem; line-height: 0.3rem; color: #333; -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 .sub-nav a p { position: relative; }
.sidebar .sub-nav a p::after { position: absolute; top: auto; right: auto; bottom: -0.03rem; left: 0; z-index: 1; width: 0; max-width: .9rem; height: .15rem; border-radius: .1rem 0 .1rem 0; background: #54a4e2; content: ""; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; opacity: 0; }
.sidebar .sub-nav a span { position: relative; z-index: 2; }
.sidebar .sub-nav .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .3rem; height: .7rem; background-image: url("../images/icon12_2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.08rem; cursor: pointer; opacity: .5; -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 .sub-nav .down.has { z-index: 3; }
.sidebar .sub-nav .down.close { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.sidebar .sub-nav .lv3 { display: none; margin: -.1rem 0 0; padding: 0 0 .15rem .22rem; }
.sidebar .sub-nav .lv3 a { height: auto; padding: .08rem 0 .08rem .2rem; font-size: .16rem; line-height: .22rem; }
.sidebar .sub-nav .lv3 a:hover { color: #013f8e; }
.sidebar .sub-nav .lv3 a:hover::before { background: #013f8e; }
.sidebar .sub-nav .lv3 a.cur { color: #013f8e; font-weight: 700; }
.sidebar .sub-nav .lv3 a.cur::before { background: #013f8e; }

.main { position: relative; z-index: 4; width: calc(100% - 3.6rem); min-height: 4rem; margin: .2rem 0 0; }

.position { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #dfdfdf; }
.position h3 { position: relative; white-space: nowrap; font-family: "PingFang-Semibold"; font-size: 0.26rem; line-height: 0.52rem; color: #333; margin: 0 0 -1px; border-bottom: 3px solid #013f8e; }

.place { font-size: 0.15rem; line-height: 0.52rem; color: #777; padding: 0 0 0 26px; background-image: url(../images/place.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.19rem; }
.place a { position: relative; display: inline-block; color: #777; }
.place a::after { position: absolute; top: auto; right: 0; bottom: 0.18rem; left: auto; z-index: 1; content: ""; width: 0; height: 1px; background: #013f8e; -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; }
.place a:hover { color: #013f8e; }
.place a:hover::after { right: auto; left: 0; width: 100%; }

.list1 { margin: .3rem 0 0; }
.list1 li { margin: 0 0 .21rem; }
.list1 li:last-child { margin: 0; }
.list1 a { position: relative; z-index: 1; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; padding: .18rem; background: #f4f7fc; }
.list1 .date1 { width: .6rem; }
.list1 .line { width: 1px; height: .44rem; background: #d0d3d6; }
.list1 .text { width: calc(100% - .9rem); max-height: .6rem; padding: 0 0 0 .04rem; }
.list1 .info { margin: 6px 0 0; }

.picture2 { margin: .3rem 0 0; }
.picture2 li { position: relative; border-bottom: 1px dashed #c2c8d5; }
.picture2 li:first-child { margin: 0; }
.picture2 li.no-img .text { width: 100%; padding-left: 0; }
.picture2 a { position: relative; z-index: 1; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; padding: .22rem .1rem; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.picture2 .img-frame { width: 2.6rem; }
.picture2 .img-frame .img { padding: 60% 0 0; }
.picture2 .text { position: relative; width: calc(100% - 2.7rem); padding: .1rem 0 0 .2rem; }
.picture2 .date { margin: .08rem 0 0; }
.picture2 .title { font-size: .19rem; color: #333; }
.picture2 .info { max-height: .52rem; margin: .12rem 0 .18rem; }

.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: .3rem 0 0; padding: .1rem; 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; box-shadow: 0 0.03rem 0.15rem 0 rgba(176, 208, 230, 0.6); }
.picture3 .img { padding: 65% 0 0; }
.picture3 .text { padding: .15rem 0 .05rem; }
.picture3 .title { font-size: 0.18rem; line-height: 0.36rem; 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; border-bottom: 3px solid #013f8e; }
.teach-column .more { padding: 0; font-size: .16rem; line-height: .5rem; background: none; }

.teach-list { font-size: 0; margin: 0 -0.2rem; margin-bottom: .3rem; }
.teach-list > li { display: inline-block; vertical-align: top; width: 20%; padding: 0 0.2rem; }
.teach-list li { margin: .44rem 0 0; }
.teach-list .img-zoom { z-index: 1; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; padding: .1rem .1rem 0; border-radius: .05rem; background: #FFFFFF; box-shadow: 0px 4px 0.15rem 0px rgba(14, 65, 150, 0.1); }
.teach-list .img-zoom::before { position: absolute; top: auto; right: auto; bottom: 0; left: 0%; z-index: 1; content: ""; width: 100%; height: 2px; background: #013f8e; }
.teach-list .img-frame { background: #fff; }
.teach-list .img-frame .img { padding: 120% 0 0; background-position-y: 10%; }
.teach-list .title { line-height: .6rem; text-align: center; }

.article { padding: .4rem 0 .2rem; }
.article .title { font-family: "PingFang-Semibold"; font-size: 0.28rem; font-weight: 400; line-height: 140%; color: #333; text-align: center; }
.article.about .title { color: #0b4aa9; }
.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; padding: .14rem 0 .3rem; font-size: 0.15rem; line-height: 0.22rem; color: #888; text-align: center; border-bottom: 1px solid #ddd; }
.article .sub span { margin: 0 .1rem; }
.article .sub span span { margin: 0; }
.article .content { min-height: 3rem; padding: .3rem 0 .2rem; font-size: 0.18rem; line-height: 200%; color: #333; text-align: justify; }
.article .content * { font-family: "PingFang-Regular" !important; line-height: 200% !important; }
.article .content p { text-indent: 2em; word-break: break-all; margin: 0 0 .1rem; }
.article .content img, .article .content video { max-width: 100%; height: auto !important; }
.article .content video { display: block; margin: 0 auto; }
.article .content table { max-width: 100%; margin: 0 auto .2rem; }
.article .content table td { word-break: break-all; }
.article .content table p { text-indent: 0; margin: 0; }
.article .content table img, .article .content table video, .article .content table iframe { margin-top: 0; margin-bottom: 0; }
.article .content iframe { display: block; max-width: 100%; margin: 0 auto .2rem; }
.article .cont-page { position: relative; padding: .3rem 90px .28rem .1rem; border-top: 2px solid #013f8e; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.17rem; line-height: 0.28rem; color: #666; -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: #013f8e; -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: #013f8e; 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.17rem; line-height: 200%; color: #013f8e; 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 .share { display: flex; justify-content: flex-end; align-items: center; padding: .1rem 0 .3rem; -webkit-transition: top 0.01s linear 0s; -moz-transition: top 0.01s linear 0s; -ms-transition: top 0.01s linear 0s; -o-transition: top 0.01s linear 0s; transition: top 0.01s linear 0s; }

.article .share p { margin: 0 0 0; text-indent: 0; font-size: 0.16rem; font-weight: 500; line-height: 0.2rem; color: #999; text-align: center; }

.article .share .share-icon { display: flex; justify-content: center; }

.article .share .share-icon .s-icon { width: .45rem; height: .45rem; margin: 0 .07rem; background-repeat: no-repeat; background-position: 50% 50%; background-color: #fff; background-size: 60%; border-radius: 50%; cursor: pointer; transition: all .3s; -ms-transition: all .3s; border: 1px solid #eee; }

.article .share .share-icon .s-icon:hover { box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.15); }

.article .share .share-icon .s-icon.sina { background-image: url(../images/share4_2.png); }

.article .share .share-icon .s-icon.wechat { position: relative; background-image: url(../images/share4_1.png); }

.article .share .share-icon .s-icon.qq { background-image: url(../images/share4_3.png); }

.article .share .share-icon .s-icon.qzone { background-image: url(../images/share4_4.png); }

.article .share .qrid_zz { position: absolute; bottom: 120%; right: 0; left: 50%; z-index: 1000; display: none; width: 1.5rem; height: auto; padding: .14rem .14rem .06rem; background: #fff; border-radius: 5px; transform: translateX(-50%); -ms-transform: translateX(-50%); box-shadow: 0 0 0.14rem 0 rgba(0, 0, 0, 0.2); }

.article .share .qrid_zz #qrid { width: 100%; height: 100%; }

.article .share .qrid_zz #qrid canvas { vertical-align: top; width: 100%; height: 100%; }

.article .share .qrid_zz p { font-size: .14rem; line-height: .3rem; color: #666; text-align: center; margin: 4px 0 0; }

.teach-article { display: flex; justify-content: space-between; }

.teach-article .teach-img { width: 1.8rem; }

.teach-article .teach-img .name { margin: .2rem 0 .1rem; font-size: .21rem; font-weight: 700; line-height: .3rem; color: #333; text-align: center; }

.teach-article .teach-img .p1 { margin: .1rem 0 0; font-size: .16rem; line-height: .24rem; color: #666; text-align: center; }

.teach-article .teach-content { width: calc(100% - 2.2rem); }

.teach-article .teach-title { font-size: .19rem; line-height: .55rem; color: #013f8e; border-bottom: 1px solid #ddd; font-weight: 700; }

.teach-article .teach-title i { display: inline-block; width: 0; height: 0; border: .06rem solid transparent; border-left-color: #013f8e; margin: 0 4px 0 0; }

.teach-article .content { padding: .2rem 0; }

/* 翻页样式 */
#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: .1rem .12rem; color: #195ad1; border: 1px solid #ddd; border-radius: 4px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #195ad1; font-weight: bold; color: #fff; border-color: #195ad1; }
#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: 32px; line-height: 32px; vertical-align: bottom; }

.to-top-part { position: fixed; top: auto; right: 0.2rem; bottom: 23%; left: auto; z-index: 8; overflow: hidden; padding: .08rem; visibility: hidden; }
.to-top-part #to-top { display: block; width: .46rem; height: .46rem; border-radius: 4px; background-image: url("../images/toTop.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #fff; border: 1px solid #195ad1; background-size: 0.26rem; cursor: pointer; box-shadow: 0 0 0.06rem 0 rgba(0, 0, 0, 0.3); -webkit-transform: translateY(120%); -moz-transform: translateY(120%); -ms-transform: translateY(120%); -o-transform: translateY(120%); transform: translateY(120%); -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; }
.to-top-part #to-top:hover { background-color: #195ad1; background-image: url("../images/toTop2.png"); }
.to-top-part.show { visibility: visible; }
.to-top-part.show #to-top { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

@media screen and (min-width: 1025px) { .news-list1 a { position: relative; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .news-list1 a::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 1px; background: #013f8e; -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-list1 a:hover { -webkit-transform: translateX(0.05rem); -moz-transform: translateX(0.05rem); -ms-transform: translateX(0.05rem); -o-transform: translateX(0.05rem); transform: translateX(0.05rem); }
  .news-list1 a:hover .title { font-family: "PingFang-Semibold"; color: #013f8e; }
  .news-list1 a:hover::after { width: 100%; }
  .news-list2 .date1, .news-list2 .title { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .news-list2 a { position: relative; z-index: 1; }
  .news-list2 a::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: -1; content: ""; width: 100%; height: 0; background: linear-gradient(-60deg, #1d3587 50%, #2e95d9); -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; }
  .news-list2 a:hover::after { bottom: auto; top: 0; height: 100%; }
  .news-list2 a:hover .title, .news-list2 a:hover .date1 { color: #fff; }
  .news-list2 a:hover .line { background: rgba(255, 255, 255, 0.25); }
  .news-list3 a { position: relative; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .news-list3 a::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 1px; background: #013f8e; -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-list3 a:hover { -webkit-transform: translateX(0.05rem); -moz-transform: translateX(0.05rem); -ms-transform: translateX(0.05rem); -o-transform: translateX(0.05rem); transform: translateX(0.05rem); }
  .news-list3 a:hover .title { font-family: "PingFang-Semibold"; color: #013f8e; }
  .news-list3 a:hover::after { width: 100%; }
  .news-list4 i, .news-list4 .date, .news-list4 .title { -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-list4 a { position: relative; z-index: 1; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .news-list4 a::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: -1; content: ""; width: 100%; height: 100%; background: url("../images/list_bg2.jpg") no-repeat 50% 50%/cover; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; opacity: 0; }
  .news-list4 a:hover::after { opacity: 1; }
  .news-list4 a:hover .title, .news-list4 a:hover .date { color: #fff; }
  .news-list4 a:hover i { background-image: url("../images/f_icon7_2.png"); animation: ani-right .5s; }
  .list1 .date1, .list1 .title { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .list1 a { position: relative; z-index: 1; }
  .list1 a::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: -1; content: ""; width: 100%; height: 0; background: linear-gradient(-60deg, #1d3587 50%, #2e95d9); }
  .list1 a:hover::after { bottom: auto; top: 0; height: 100%; -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 a:hover .title, .list1 a:hover .date1, .list1 a:hover .info { color: #fff; }
  .list1 a:hover .line { background: rgba(255, 255, 255, 0.25); }
  .picture2 a { position: relative; overflow: visible; }
  .picture2 a::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 00%; height: 1px; background: none; -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; }
  .picture2 a:hover::after { width: 100%; background: #013f8e; }
  .picture2 a:hover .title, .picture2 a:hover .date { color: #013f8e; }
  .picture3 .img-zoom:hover { border-color: #013f8e; background: #013f8e; }
  .picture3 .img-zoom:hover .title { color: #fff; font-family: "SYST700"; } }
@media screen and (max-width: 1024px) { html { font-size: 90px !important; }
  .mobile-show { display: block !important; }
  .container { max-width: 94%; }
  .header { padding: 10px 0 !important; box-shadow: 0 0 0.14rem 0 rgba(0, 0, 0, 0.3); background: #1251c7 !important; transition: none !important; }
  .header::before { display: none !important; }
  .header .container { flex-wrap: nowrap; }
  .header .right-wrap { width: auto; max-width: none; }
  .header .right-wrap .t-box, .header .right-wrap .nav { display: none; }
  .header.mobile-show { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .nav-btn { display: block; }
  .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; }
  .mobile-box { display: block; }
  .to-top-part { display: none !important; }
  .banner { margin: 65px 0 0; }
  .banner .img { height: auto; padding: 40% 0 0; }
  .title { font-size: .19rem; }
  .column { margin: .35rem 0 .25rem; }
  .column .cn { font-size: .34rem; }
  .column .en { font-size: .42rem; top: -.18rem; }
  .home1 { padding: 1px 0 .4rem; }
  .home1 .l-box { width: 100%; }
  .home1 .r-box { width: 100%; }
  .home2 { padding: 1px 0 .4rem; }
  .slide-box .slide-tag { margin: 0 0 .3rem; }
  .slide-item .icon { width: 1.4rem; height: 1.4rem; }
  .slide-item .icon img { width: .8rem; }
  .slide-item .title { margin: .1rem 0 0; }
  .slide-item .pagination { margin: .3rem 0 0; }
  .home3 { padding: 1px 0 .4rem; }
  .home3 .l-box { width: 100%; }
  .home3 .r-box { width: 100%; }
  .news-list4 a { box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.12); }
  .foot-contact { order: 2; width: 100%; margin: 0 0 .16rem; border: none; text-align: center; }
  .foot-contact .txt { justify-content: center; }
  .foot-contact .img { margin: 0 0 .15rem; }
  .foot-link { order: 1; width: 100%; padding: .3rem 0 0; }
  .foot-link h6 { text-align: center; }
  .foot-link .link-list { width: 48%; margin: 0 0 .2rem; text-align: center; }
  .copy { order: 3; }
  .decorate { margin: 65px 0 0; padding: 32% 0 0; }
  .sidebar { width: 100%; margin: .15rem 0 0; padding: 0; border-radius: 3px; overflow: hidden; }
  .sidebar h3 { position: relative; font-size: .22rem; line-height: .5rem; text-align: left; text-indent: .16rem; background: linear-gradient(0deg, #01408f, #195ad0); }
  .sidebar h3::after { display: none; }
  .sidebar h3 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .5rem; height: .5rem; background-image: url(../images/daohang.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.24rem; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .sidebar h3.down i { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .sidebar h3 .return-sup { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; display: block; width: .5rem; height: .5rem; background-image: url("../images/fanhui.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.24rem; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  .sidebar .sub-nav { display: none; padding: .1rem .2rem .2rem; }
  .sidebar .sub-nav li .lv3 { margin: 0; padding-top: 0; }
  .sidebar .sub-nav a { height: .5rem; text-align: left; font-size: .18rem; line-height: .5rem; }
  .sidebar .sub-nav .down { top: 0; height: .45rem; }
  .main { width: 100%; padding: .26rem 0 0; margin: 0; box-shadow: none; background: none; }
  .main::before { display: none; }
  .position { margin: 0; }
  .position h3 { font-size: .21rem; }
  .teach-list > li { width: 33.333%; }
  .article { padding: .3rem 0 0 !important; }
  .article .sub { margin: .2rem 0 0; padding: 0 0 .18rem; } }
@media screen and (max-width: 768px) { .news-swiper1 { width: 100%; }
  .news-swiper1 .img-frame { padding: 60% 0 0; }
  .news-list1 { width: 100%; margin: .2rem 0 0; }
  .news-list1 .title { height: auto; }
  .news-list4 a { padding: .15rem; }
  .slide-box .slide-tag li { width: 1.26rem; line-height: .5rem; background-size: 100% 100%; }
  .position { padding: 0 0 5px; border-bottom: 1px solid #013f8e; }
  .position h3, .position .line { display: none; }
  .place { padding-top: .06rem; padding-bottom: .06rem; line-height: .22rem; white-space: initial; background-position-y: 5px; }
  .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; -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 a { padding: .22rem .2rem; }
  .picture2 a::after { display: none; }
  .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 0rem !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; }
  .list1 { margin: 6px 0 0; }
  .list1 li { margin: 0; border-bottom: 1px dashed #ddd; }
  .list1 a { padding: .15rem 0; background: none; }
  .list1 .text { width: calc(100% - .7rem); }
  .list1 .line { display: none; }
  .list1 .info { display: none; }
  .list1 .title { text-overflow: clip; white-space: initial; display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } }
@media screen and (max-width: 520px) { .header { padding: 7px 0 !important; }
  .header .container { width: 94%; }
  .header .right-wrapper { width: auto; max-width: none; }
  .logo { height: 40px !important; }
  .logo img { max-height: 40px !important; }
  .mobile-box { height: calc(100vh - 54px); top: 54px; }
  .mobile-box .top-link2 { margin: 0 .1rem; }
  .nav-btn { width: 26px; }
  .nav-btn i { margin: 7px 0; }
  .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); }
  .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: 42% 0 0; }
  .banner .pagination { bottom: .1rem; }
  .banner .pagination .swiper-pagination-bullet { margin: 0 4px; padding: 3px; }
  .column { margin: .3rem 0 .2rem; }
  .column h3 { padding: 0 .34rem 0 0; }
  .column .cn { font-size: .27rem; line-height: .5rem; }
  .column .en { font-size: .36rem; top: -.18rem; }
  .news-swiper1 .text { padding: .1rem .15rem .12rem; }
  .news-swiper1 .title { font-size: .19rem; }
  .news-swiper1 .date1 { top: .12rem; left: 0; display: none; }
  .news-swiper1 .pagination { bottom: 1.2rem; right: .2rem; }
  .news-swiper1 .pagination .swiper-pagination-bullet { margin: 0 4px; }
  .news-swiper1 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: .4rem; }
  .slide-box .slide-tag { justify-content: space-between; }
  .slide-box .slide-tag li { width: 1.05rem; font-size: .18rem; line-height: .45rem; margin: 0; }
  .slide-item .icon { width: 1rem; height: 1rem; }
  .slide-item .icon img { width: .6rem; }
  .slide-item .title { margin: .1rem 0 0; font-size: .18rem; }
  .slide-item .pagination { margin: .3rem 0 0; }
  .slide-item .pagination .swiper-pagination-bullet { margin: 0 4px; }
  .slide-item .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: .4rem; }
  .news-list3 a { background-position: 0 .06rem; }
  .news-list3 li { flex-wrap: wrap; padding: .15rem  0 !important; }
  .news-list3 .title { width: 100%; line-height: .28rem !important; overflow: visible; text-overflow: clip; white-space: initial; }
  .news-list3 .title i { margin: 0 .1rem 0 0; }
  .news-list3 .date { line-height: .4rem !important; }
  .news-list4 li { width: 100%; margin: 0 0 .2rem !important; }
  .news-list4 .title { height: auto; }
  .news-swiper5 .pagination { margin: .25rem 0 0; }
  .news-swiper5 .pagination .swiper-pagination-bullet { margin: 0 4px; }
  .news-swiper5 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: .4rem; }
  .foot-link h6 { margin: 0; }
  .foot-link .link-list { width: 100%; }
  .foot-link ul li { width: 33.33%; }
  .decorate { margin: 54px 0 0; padding: 40% 0 0; }
  .sidebar h3 { font-size: .2rem; }
  .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%; } }

/*# sourceMappingURL=style.css.map */