@charset "utf-8";
/* 网站通用样式 */
@font-face { font-family: "SYHT500"; src: url("../fonts/ugQ2MxqgCjTV.woff") format("woff"); }
@font-face { font-family: "SYHT700"; src: url("../fonts/SourceHanSansSC-Bold.ttf") format("truetype") }
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

html { width: 100%; min-width: 320px; font-size: 100px; overflow-x: hidden; }
html::-webkit-scrollbar { width: .1rem; }
html::-webkit-scrollbar-thumb { border-radius: .1rem; background: #445aff; }
html::-webkit-scrollbar-track { border-radius: 0; background: rgba(0, 0, 0, 0.3); }

.overflow { height: 100vh; overflow: hidden !important; }

.container { width: 1500px; max-width: 90%; margin: 0 auto; font-size: .16rem; }

.title { font-size: 0.18rem; font-weight: 500; line-height: 0.28rem; color: #323232; text-align: left; }

.info { font-size: 0.16rem; font-weight: 500; line-height: 0.28rem; color: #808080; text-align: justify; }

.date { padding: 0 0 0 .3rem; font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #999; text-align: left; background-image: url("../images/f_icon3.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.22rem; }

.date1 { display: -ms-flexbox; display: flex; align-items: center; font-size: 0.14rem; font-weight: 500; line-height: 0.2rem; color: #999; text-align: center; }
.date1 .p1 { font-family: "SYHT700"; font-size: .48rem; line-height: .5rem; color: #666; }
.date1 .p2 { margin: 0 .14rem 0 .1rem; padding: .05rem 0 0; }
.date1 .p2 span { display: block; text-align: left; }
.date1::after { display: block; content: ""; box-sizing: border-box; width: .56rem; height: 2px; background: #999; -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-show { display: none; }

/* 网站头部 */
.header { position: fixed; top: 0; right: 0; bottom: auto; left: auto; z-index: 1000; width: 100%; padding: .4rem 0 .3rem; -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::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: 120%; content: ""; background: linear-gradient(180deg, #033472, transparent); }
.header .container { position: relative; z-index: 2; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; }
.header .right-wrapper { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; width: 11rem; max-width: calc(100% - 4rem); }

.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: .81rem; }

.nav { width: calc(100% - .8rem); }
.nav ul { display: flex; justify-content: space-between; }
.nav li { position: relative; }
.nav li a { position: relative; display: block; font-size: 0.2rem; font-weight: 500; line-height: 0.6rem; color: #fff; text-align: center; }
.nav li > a { -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -ms-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; padding-top: .04rem; }
.nav li > a::after { display: block; content: ""; box-sizing: border-box; width: 0%; height: .03rem; margin: 0 auto; border-radius: 3px; background: #fff; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.nav li:hover > a::after { width: 100%; }
.nav li:hover .sub-nav { visibility: visible; 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: calc(100% - .04rem); right: auto; bottom: auto; left: calc(50% - .8rem); z-index: 1; width: 1.6rem; padding: .07rem 0; background: #1965d6; visibility: hidden; box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.15); background: white; border-radius: 3px; -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; -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 .15rem; }
.nav .sub-nav dd::before { position: absolute; top: 0; right: 0.15rem; bottom: auto; left: auto; z-index: 1; width: calc(100% - .3rem); height: 100%; content: ""; background: linear-gradient(90deg, #445aff, #1980ff); 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: .16rem; font-weight: 500; 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: 8px; overflow: hidden; }
.nav .sub-nav .tri::before { display: none; }
.nav .sub-nav .tri::after { display: block; content: ""; box-sizing: border-box; width: 12px; height: 12px; 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); }

.pad-btn { position: relative; display: flex; align-items: center; padding: 0 0 0 .4rem; }
.pad-btn .search-btn { position: relative; z-index: 5; width: .54rem; height: .54rem; background: linear-gradient(90deg, #445aff, #1980ff); border-radius: 50%; cursor: pointer; }
.pad-btn .search-btn::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; content: ""; width: 100%; height: 100%; background-image: url("../images/search.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.22rem; }
.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: auto; right: auto; bottom: 100%; left: 0; z-index: 100; width: 100%; height: 100%; background: rgba(1, 84, 167, 0.4); opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-out 0.6s; -moz-transition: all 0.3s ease-out 0.6s; -ms-transition: all 0.3s ease-out 0.6s; -o-transition: all 0.3s ease-out 0.6s; transition: all 0.3s ease-out 0.6s; }
#mask::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: 0%; opacity: 1; background: rgba(1, 84, 167, 0.9); content: ""; -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 .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; white-space: nowrap; width: 80%; max-width: 8rem; padding-right: .1rem; 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; border-bottom: 0.02rem solid rgba(255, 255, 255, 0.8); -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: .7rem; padding: 0 .1rem 0 .2rem; vertical-align: top; font-size: 0.18rem; font-weight: 500; line-height: 0.7rem; color: #fff; text-align: left; }
#mask .search-box .input::placeholder { color: rgba(255, 255, 255, 0.7); }
#mask .search-box .submit { width: .5rem; height: .7rem; vertical-align: top; background-image: url("../images/search.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.28rem; }
#mask .search-box .close { width: .5rem; height: .5rem; position: absolute; top: 60%; right: auto; bottom: auto; left: calc(100% + .6rem); 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 { bottom: 0; opacity: 1; visibility: visible; -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; }
#mask.show::after { opacity: 1; height: 100%; -webkit-transition: all 0.45s ease-out 0.5s; -moz-transition: all 0.45s ease-out 0.5s; -ms-transition: all 0.45s ease-out 0.5s; -o-transition: all 0.45s ease-out 0.5s; transition: all 0.45s ease-out 0.5s; }
#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; transition-delay: .8s; }

@keyframes line-ani1 { 0% { width: 0%; }
  100% { width: 100%; } }
.mobile-box { display: none; position: fixed; top: 65px; right: auto; bottom: auto; left: -100%; z-index: 1; width: 100%; height: calc(100vh - 65px); padding: .15rem 4% .4rem; -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-image: url("../images/index_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: #fff; background-size: cover; }
.mobile-box .nav { width: 100%; height: calc(100% - 1rem); padding: 0 0 .2rem; }
.mobile-box .nav ul { display: block; height: 100%; overflow-y: auto; }
.mobile-box .nav li { position: relative; width: 100%; border-bottom: 1px solid #ddd; border-top: 1px solid #fff; }
.mobile-box .nav li:first-child { border-top: none; }
.mobile-box .nav li:last-child { border-bottom: none; }
.mobile-box .nav li a { color: #333; 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; 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: .4rem; 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 #1965d6; border-radius: 3px; }
.mobile-box .mobile-search .input { width: calc(100% - .65rem); height: .5rem; 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; overflow: hidden; }
.mobile-box .mobile-search .submit-btn { background: #1965d6; }
.mobile-box .mobile-search .submit { width: .65rem; height: .5rem; vertical-align: top; background-image: url("../images/search.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.24rem; }
.mobile-box.show { left: 0px; opacity: 1; visibility: visible; }

/* 网站底部 */
.footer { position: relative; z-index: 2; padding: .36rem 0 .2rem; background-image: url("../images/foot_bg.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.footer .container { display: -ms-flexbox; display: flex; justify-content: space-between; }
.footer .r-box { display: -ms-flexbox; display: flex; flex-direction: column; justify-content: space-between; width: 9.5rem; padding: 1.2rem 0 0; }

.img .foot-img { height: .71rem; }

.contact { margin: .38rem 0 .35rem; font-size: 0.16rem; font-weight: 500; line-height: 0.26rem; color: #fff; text-align: left; }
.contact p { margin: 0 0 .22rem; }

.ewm { display: inline-block; }
.ewm img { width: 1.38rem; }
.ewm p { margin: .06rem 0 0; font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: center; }

.foot-nav a { display: block; font-size: 0.18rem; font-weight: 500; line-height: 0.4rem; color: #fff; text-align: center; }
.foot-nav dl { margin: .1rem 0 0; }
.foot-nav dl a { font-size: .14rem; line-height: .32rem; opacity: .8; }
.foot-nav dl a:hover { opacity: 1; }

.copy { font-size: 0.16rem; font-weight: 500; line-height: 0.36rem; color: #fff; text-align: right; }

/* 首页样式 */
.head-bg { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; width: 100%; }
.head-bg video { width: 100%; height: auto; object-fit: cover; }
.head-bg img { display: none; }
.head-bg::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; content: ""; width: 100%; height: 70%; background: linear-gradient(0deg, #fff 1%, transparent); }

.column { position: relative; width: 100%; margin: .18rem 0 .3rem; }
.column .en { padding: 0 0 0 .21rem; font-family: Georgia; font-size: 0.14rem; font-weight: 500; line-height: 0.2rem; color: #999; text-align: left; background-image: url("../images/f_icon1_2.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.12rem; }
.column .cn { font-family: "SYHT500"; font-size: 0.34rem; font-weight: 500; line-height: 0.46rem; color: #333; text-align: left; }
.column .more { position: absolute; top: 0.14rem; right: 0; bottom: auto; left: auto; z-index: 1; }

.more { display: -ms-flexbox; display: flex; align-items: center; font-size: 0.16rem; font-weight: 500; line-height: 0.4rem; 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; }
.more i { display: block; width: .3rem; height: .3rem; margin: 0 0 0 .12rem; background-image: url("../images/f_icon2.png"); background-repeat: no-repeat; background-position: 50% 45%; background-color: #1965d6; background-size: auto; border-radius: 50%; }
.more:hover { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); color: #1965d6; }

.home1 { margin: 2.1rem 0 0; }
.home1 .container { position: relative; z-index: 1; padding: 1px .4rem .6rem; border-radius: .1rem; background: rgba(255, 255, 255, 0.8); box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.1); overflow: hidden; }
.home1 .container::before { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; content: ""; width: 7.4rem; height: 4.45rem; background: linear-gradient(90deg, #445aff, #1980ff); border-radius: 0 1.2rem 0 1.2rem; }
.home1 .l-box { width: 52.5%; }
.home1 .r-box { width: 45%; }
.home1 .column .cn { color: #fff; }
.home1 .column .en { color: #88c1ff; background-image: url("../images/f_icon1.png"); }

.news-swiper1 { border-radius: .1rem; }
.news-swiper1 .img { padding: 4.6rem 0 0; }
.news-swiper1 .text { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 2; padding: 0 1.35rem 0 .2rem; width: 100%; background: rgba(0, 0, 0, 0.4); }
.news-swiper1 .title { line-height: .52rem; color: #fff; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); -webkit-transition: all 0.3s ease-out 0.85s; -moz-transition: all 0.3s ease-out 0.85s; -ms-transition: all 0.3s ease-out 0.85s; -o-transition: all 0.3s ease-out 0.85s; transition: all 0.3s ease-out 0.85s; }
.news-swiper1 .swiper-slide-active .title { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.news-swiper1 .pagination { position: absolute; bottom: .15rem; left: auto; width: auto; right: .16rem; z-index: 3; }
.news-swiper1 .pagination .swiper-pagination-bullet { width: .1rem; height: .1rem; opacity: 1; background: none; border: 1px solid #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; }
.news-swiper1 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fff; }

.news-list1 { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; }
.news-list1 li { width: 100%; margin: .15rem 0 0; }
.news-list1 li:first-child { margin: 0; }
.news-list1 a { position: relative; width: 100%; padding: .11rem .2rem .11rem .1rem; background: #fff; transition: all .3s; }
.news-list1 .text { width: calc(100% - 1.1rem); }
.news-list1 .title { margin: 0 0 .06rem; }
.news-list1 .info { height: .48rem; line-height: .24rem; }
.news-list1 .date2 { width: .7rem; font-size: .16rem; color: #999; line-height: .2rem; text-align: center; }
.news-list1 .date2 p:first-child { color: #1965d6; font-size: .3rem; font-weight: 700; line-height: .36rem; }
.news-list1 .line { width: 1px; height: .6rem; background: #ddd; }

.news-list2 { margin: .13rem 0 0; }
.news-list2 li { margin: .4rem 0 0; }
.news-list2 li:first-child { margin: 0; }
.news-list2 .img-zoom { z-index: 1; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; overflow: visible; }
.news-list2 .img-zoom::after { position: absolute; top: -0.13rem; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 80%; height: calc(100% + .26rem); background: #fff; border-radius: 5px 0 0 5px; }
.news-list2 .img-frame { width: 2.45rem; border-radius: 4px; }
.news-list2 .img-frame .img { padding: 65.3% 0 0; }
.news-list2 .text { width: calc(100% - 2.8rem); padding: 0 .2rem 0 0; }
.news-list2 .title { max-height: .9rem; margin: 0 0 .15rem; }

.home2 { padding: .3rem 0 0; }

.news-swiper2 .swiper-slide { padding: .4rem .25rem .36rem; background: #f8fafc; -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 .title { margin: .28rem 0 0; height: .6rem; }
.news-swiper2 .pagination { margin: .25rem 0 0; text-align: center; }
.news-swiper2 .pagination .swiper-pagination-bullet { width: .1rem; height: .1rem; opacity: 1; background: none; border: 1px solid #a1a1a1; -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 { background: #1965d6; border-color: #1965d6; }


.home3 { position: relative; z-index: 2; }
.home3 .l-box { width: 48%; }
.home3 .r-box { width: 48%; }

.first-news { display: flex; border-radius: .1rem; }
.first-news .img-frame { width: 66%; }
.first-news .img-frame .img { padding: 2.7rem 0 0; }
.first-news .text { width: 34%; padding: .28rem .16rem 0; background-image: url("../images/list_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.first-news .date { width: 1.3rem; padding: 0; color: #fff; line-height: .36rem; border: 1px solid rgba(255, 255, 255, 0.8); border-radius: .1rem; background: none; text-align: center; }
.first-news .title { margin: .26rem 0 .35rem; max-height: .9rem; color: #fff; }
.first-news .more2 { color: #fff; }
.first-news .more2 img { display: inline; width: auto; height: .07rem; margin: 0 0 2px .1rem; position: static; }

.news-list3 li:first-child a { padding-top: 0; }
.news-list3 a { position: relative; padding: .15rem 0; border-bottom: 1px solid #e8e8e8; }
.news-list3 a::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 1px; background: #1965d6; }
.news-list3 .date { width: 1.3rem; padding: 0; line-height: .38rem; border: 1px solid #d0d0d0; border-radius: .1rem; background: none; text-align: center; }
.news-list3 .title { width: calc(100% - 1.48rem); line-height: .4rem; }

.home4 { position: relative; z-index: 1; padding: .5rem 0 0; }
.home4::before { position: absolute; top: -0.3rem; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: 5.8rem; background-image: url("../images/index_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.home4 .l-box { width: 48%; }
.home4 .r-box { width: 48%; }
.home4 .news-list3 { margin: .25rem 0 0; }
.home4 .column h3 { margin-right: .28rem; cursor: pointer; }
.home4 .column .cn { color: #1965d6; padding-left: .22rem; background-image: url("../images/f_icon1_2.png"); background-repeat: no-repeat; background-position: 0 0.09rem; background-color: transparent; background-size: 0.12rem; -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; }
.home4 .column .no .cn { color: #999; background-image: url("../images/f_icon1_3.png"); }
.home4 .column .more { display: none; }
.home4 .column .more.active { display: flex; }

.slide-item { display: none; }
.slide-item.active { display: block; animation: ani-up .7s; }

@keyframes ani-up { 0% { opacity: 0; -webkit-transform: translateY(0.2rem); -moz-transform: translateY(0.2rem); -ms-transform: translateY(0.2rem); -o-transform: translateY(0.2rem); transform: translateY(0.2rem); }
  100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } }
.home5 { position: relative; z-index: 2; padding: .5rem 0 0; }

.news-swiper3 { margin: 0 0 .5rem; }
.news-swiper3 .img-zoom { z-index: 1; padding: .5rem .4rem .52rem; background: #f4f4f9; border-radius: 5px; }
.news-swiper3 .img-zoom::after { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; content: ""; width: 1.5rem; height: 1.3rem; background: #dee5f5; border-radius: 0 .52rem .52rem .52rem; -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-swiper3 .img-frame { border-radius: 5px; }
.news-swiper3 .img-frame .img { padding: 60.5% 0 0; }
.news-swiper3 .title { margin: .3rem 0 .2rem; font-weight: 700; }
.news-swiper3 .info { height: .84rem; }
.news-swiper3 .more3 { display: inline-block; padding: 0 .27rem 0 0; margin: .3rem 0 0; font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #1965d6; text-align: left; background-image: url("../images/f_icon2_2.png"); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: 0.17rem; }
.news-swiper3 .date { position: absolute; top: auto; right: 0; bottom: 0; left: auto; z-index: 1; padding: 0 .28rem; color: #1965d6; line-height: .5rem; background: #dee5f5; border-radius: .25rem 0 0 .25rem; -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-swiper3 .pagination { margin: .25rem 0 0; text-align: center; }
.news-swiper3 .pagination .swiper-pagination-bullet { width: .1rem; height: .1rem; opacity: 1; background: none; border: 1px solid #a1a1a1; -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-swiper3 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #1965d6; border-color: #1965d6; }

/* 内页样式 */
.main-box { margin: 2.1rem 0 0; }
.main-box .container { min-height: 8rem; padding: .35rem .45rem .6rem; border-radius: .1rem .1rem 0 0; background: rgba(255, 255, 255, 0.95); box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.1); }
.main-box .news-list1 { margin: .3rem 0 0; }
.main-box .news-list1 a { padding: .17rem .2rem .17rem .1rem; background: #f4f4f8; }
.main-box .news-list1 .date2 { width: .8rem; }
.main-box .news-list1 .text { width: calc(100% - 1.2rem); padding-left: .1rem; }
.main-box .news-list1 .title { max-height: .6rem; }

.sidebar { position: relative; z-index: 3; width: 2.7rem; margin: 0 0 .6rem; }
.sidebar h3 { position: relative; font-family: "SYHT700"; font-size: 0.32rem; font-weight: 700; line-height: 1.1rem; color: #fff; text-align: center; background: url("../images/list_bg1.jpg") no-repeat 50% 50%; background-size: cover; letter-spacing: 1px; border-radius: 4px; }
.sidebar .sub-nav { position: relative; margin: .2rem 0 0; padding: .1rem .28rem; background: #fff; box-shadow: 0px 0.04rem 0.12rem 0px rgba(165, 186, 199, 0.3); border-radius: 4px; overflow: hidden; }
.sidebar .sub-nav li { position: relative; border-bottom: 1px solid #ededed; }
.sidebar .sub-nav li:last-child { border: none; }
.sidebar .sub-nav li.cur > a { color: #1965d6 !important; font-weight: 700; }
.sidebar .sub-nav li.cur > a p::after { width: 100%; opacity: 1; }
.sidebar .sub-nav li.cur .lv3 { display: block; }
.sidebar .sub-nav li:hover > a { color: #1965d6; }
.sidebar .sub-nav a { display: -ms-flexbox; display: flex; justify-content: center; align-items: center; padding: .2rem .1rem; font-size: 0.2rem; font-weight: 500; line-height: 0.24rem; color: #333; text-align: left; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.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: .5rem; height: .64rem; background-image: url("../images/icon12_2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; opacity: .8; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.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 .12rem; }
.sidebar .sub-nav .lv3 a { height: auto; padding: .08rem 0 .08rem .2rem; font-size: .15rem; line-height: .22rem; }
.sidebar .sub-nav .lv3 a::before { display: inline-block; width: 5px; height: 5px; background: #ccc; margin: 0 .1rem 0 0; border-radius: 50%; 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; }
.sidebar .sub-nav .lv3 a:hover { color: #1965d6; }
.sidebar .sub-nav .lv3 a:hover::before { background: #1965d6; }
.sidebar .sub-nav .lv3 a.cur { color: #1965d6; font-weight: 700; }
.sidebar .sub-nav .lv3 a.cur::before { background: #1965d6; }

.lv3-nav { display: flex; flex-wrap: wrap; }
.lv3-nav a { display: block; margin: 0 .4rem -1px 0; font-size: .22rem; line-height: .6rem; color: #666; border-bottom: 3px solid transparent; white-space: nowrap; }
.lv3-nav a.cur { font-weight: 700; color: #333; border-color: #445aff; }
.lv3-nav a:hover { color: #333; font-weight: 700; }

.main { position: relative; z-index: 4; width: calc(100% - 3.3rem); min-height: 4rem; }
.main-box .place-box { display: flex; justify-content: flex-end; min-height: auto; background: none; padding: 0 !important; box-shadow: none; color: #fff; }

.position { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #dfdfdf; }
.position h3 { white-space: nowrap; font-size: 0.28rem; font-weight: 700; line-height: 0.56rem; color: #333; text-align: left; border-bottom: 3px solid #445aff; margin: 0 0 -1px; padding: 0 0 0 .21rem; background-image: url("../images/f_icon1_2.png"); background-repeat: no-repeat; background-position: 0 30%; background-color: transparent; background-size: 0.12rem; }

.place { font-size: 0.17rem; font-weight: 500; line-height: 0.6rem; color: #fff; text-align: left; padding: 0 0 0 26px; white-space: nowrap; background-image: url(../images/place2.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.21rem; }
.place a { color: #fff; }
.place a:hover { text-decoration: underline; }

.list1 { margin: .1rem 0 0; }
.list1 li { position: relative; border-bottom: 1px solid #e6e6e6; }
.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; border-radius: 4px; box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.02); }
.list1 a::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 1px; background: #1965d6; -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; }
.list1 .title { width: calc(100% - 1.7rem); line-height: .75rem; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list1 .title::before { display: inline-block; content: ""; width: .06rem; height: .06rem; margin: 0 .1rem 3px 0; background: #1965d6; border-radius: 50%; }
.list1 .date { line-height: .75rem; }

.picture2 { margin: .1rem 0 0; }
.picture2 li { padding: .3rem 0; }
.picture2 li:first-child { margin: 0; }
.picture2 .img-zoom { z-index: 1; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; overflow: visible; }
.picture2 .img-zoom::after { position: absolute; top: -0.13rem; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 87%; height: calc(100% + .26rem); background: #f4f4f8; border-radius: 5px 0 0 5px; -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; border-radius: 4px; }
.picture2 .img-frame .img { padding: 65.3% 0 0; }
.picture2 .text { width: calc(100% - 2.6rem); padding: 0 .3rem 0 .35rem; }
.picture2 .title { max-height: .9rem; }
.picture2 .info { max-height: .56rem; margin: .1rem 0; }
.picture2 li.no-img .img-zoom::after { width: 100%; }
.picture2 li.no-img .text { width: 100%; padding: .1rem .32rem; }

.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: .1rem; border: 1px solid #eee; border-radius: 4px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; background: #fcfeff; box-shadow: 0px 0.05rem 0.12rem 0px rgba(165, 186, 199, 0.32); }
.picture3 .img { padding: 65% 0 0; }
.picture3 .text { padding: .15rem 0 .05rem; }
.picture3 .title { font-size: .18rem; line-height: .3rem; }

.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 #445aff; }
.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: .08rem .08rem .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: #1965d6; 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: .4rem 0 0rem; }
.article .title { font-size: 0.28rem; font-weight: 500; line-height: 140%; color: #333; text-align: center; }
.article .sub-title1 { margin: 0 0 .08rem; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: center; }
.article .sub-title2 { margin: .08rem 0 0; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #666; text-align: center; }
.article .sub { margin: .18rem 0 .1rem; padding: 0 0 .3rem; font-size: 0.15rem; font-weight: 500; line-height: 0.22rem; color: #888; text-align: center; border-bottom: 1px solid #e6e6e6; }
.article .sub span { margin: 0 .16rem; }
.article .sub span span { margin: 0; }
.article .content { padding: .3rem 0 .2rem; font-size: 0.17rem; font-weight: 500; line-height: 200%; color: #333; text-align: justify; }
.article .content p { text-indent: 2em; word-break: break-all; }
.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: .2rem 90px 0 .1rem; border-top: 3px solid #1965d6; }
.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: #1965d6; -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: #1965d6; font-weight: 700; }
.article .cont-page a:hover span::after { width: 100%; }
.article .return-list { position: absolute; top: 0.15rem; right: 0; bottom: auto; left: auto; z-index: 1; text-align: center !important; }
.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: #1965d6; 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; }

.teach-article .article-head { display: -ms-flexbox; display: flex; justify-content: space-between; background: #f8f8f8; padding: .3rem .2rem .3rem .4rem; }
.teach-article .article-head .img-box { position: relative; z-index: 1; width: 1.9rem; }
.teach-article .article-head .img-box::after { position: absolute; top: -0.12rem; right: auto; bottom: auto; left: -0.12rem; z-index: -1; content: ""; width: 100%; height: 100%; background: linear-gradient(135deg, #445aff, #1965d6); }
.teach-article .article-head .img-box .img-zoom { box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.25); }
.teach-article .article-head .img-box .img { padding: 130% 0 0; background-position-y: 10%; }
.teach-article .article-head .text { width: calc(100% - 2.4rem); padding: 0 0 0; font-size: 0.2rem; font-weight: 500; line-height: 200%; color: #333; text-align: left; }
.teach-article .article-title { margin: .4rem 0 .2rem; border-bottom: 1px solid #445aff; }
.teach-article .article-title span { display: inline-block; padding: 0 .25rem; margin: 0 0 -1px; font-size: 0.18rem; font-weight: 700; line-height: 0.46rem; color: #fff; text-align: center; background: linear-gradient(50deg, #1965d6, #445aff); border-radius: 5px 5px 0 0; }
.teach-article .article-title:first-child { margin-top: .1rem; }
.teach-article .content p { margin: 0 !important; }

/* 翻页样式 */
#list-page { margin: .4rem 0 0rem !important; font-family: Arial; text-align: center; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a { font-size: .14rem; width: auto; height: auto; margin-top: 5px; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: .11rem 13rem; color: #445aff; border: 1px solid #eee; border-radius: .3rem; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #1965d6; font-weight: bold; color: #fff; border-color: #1965d6; }
#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: .45rem; height: .34rem; line-height: .34rem; vertical-align: bottom; }

#page-list { margin: .4rem auto 0; }
#page-list > table { margin: 0 auto;  }
#page-list td, #page-list span, #page-list a, #page-list input { font-family: Arial; }
#page-list td { font-size: .15rem;  }
#page-list span, #page-list a, #page-list input, #page-list div { display: inline-block; width: auto; height: auto;  font-size: .14rem; font-family: Arial; }
#page-list span, #page-list a, #page-list #gotopagebut {padding: 0px .1rem; line-height: .32rem;   border-radius: 5px;    border: 1px solid ##87b3f3; margin: 0px 5px 0;  }
#page-list a { color:#1965d6; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
#page-list a:hover { color: #fff; background: #1965d6; }
#page-list .defaultInputStyle { width: .44rem; height: .34rem; border: 1px solid #87b3f3; border-radius: 5px; padding: 0 4px; line-height: .32rem; outline: none; vertical-align: top; margin: 0 7px 0 2px !important; text-align: center; }
#page-list #gotopagebut { background: #1965d6; color: #fff; }

@media screen and (min-width: 1025px) {
  .news-list1 a:hover .title { color: #1965d6; }
  .news-list1 a:hover { box-shadow: 0 0 .3rem 0 rgba(0, 0, 0, 0.2); }
  .main-box .news-list1 a:hover { box-shadow: 0 0 .3rem 0 rgba(0, 0, 0, 0.3);  }
  .news-list2 a { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .news-list2 a:hover { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
  .news-list2 a:hover .title, .news-list2 a:hover .date { color: #1965d6; }
  .news-swiper2 .swiper-slide:hover .date1, .news-swiper2 .swiper-slide:hover .date1 .p1, .news-swiper2 .swiper-slide:hover .title, .notice-list a:hover .date1, .notice-list a:hover .date1 .p1, .notice-list a:hover .title { color: #1965d6; }
  .news-swiper2 .swiper-slide:hover .date1::after, .notice-list a:hover .date1::after { width: 1.35rem; background: #1965d6; }
  .news-list3 a { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .news-list3 a:hover { -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -ms-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px); }
  .news-list3 a:hover::after { width: 100%; -webkit-transition: all 0.7s ease-out 0s; -moz-transition: all 0.7s ease-out 0s; -ms-transition: all 0.7s ease-out 0s; -o-transition: all 0.7s ease-out 0s; transition: all 0.7s ease-out 0s; }
  .news-list3 a:hover .title { color: #1965d6; }
  .news-list3 a:hover .date { color: #1965d6; }
  .news-swiper3 .img-zoom:hover::after { width: 100%; height: 100%; border-radius: 0; background: #1965d6; }
  .news-swiper3 .img-zoom:hover .title, .news-swiper3 .img-zoom:hover .info { color: #fff; }
  .news-swiper3 .img-zoom:hover .date { color: #fff; background: transparent; }
  .news-swiper3 .img-zoom:hover .more3 { color: #fff; background-image: url("../images/f_icon2.png"); }
.sidebar .sub-nav .down, .sidebar .sub-nav .lv3 { display: none !important;}
  .list1 li { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .list1 li:hover { -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -ms-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px); }
  .list1 li:hover .title { color: #1965d6; }
  .list1 li:hover .title i { background: #445aff; border-color: #445aff; }
  .list1 li:hover .title i::after { background: #fff; }
  .list1 li:hover a::after { width: 100%; }
  .picture2 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; }
  .picture2 a:hover {  }
  .picture2 a:hover::after { box-shadow: 0 0 .3rem 0 rgba(0, 0, 0, 0.3); }
  .picture2 a:hover .title { color: #1965d6; }
  .picture3 .img-zoom:hover { border-color: #1965d6; background: #1965d6; }
  .picture3 .img-zoom:hover .title { color: #fff; font-family: "SYST700"; } }
@media screen and (max-width: 1024px) { html { font-size: 90px; }
  .head-bg video { display: none; }
  .head-bg img { display: block; }
  .header { padding: 10px 0 !important; transition: all .2s; background: linear-gradient(90deg, #445aff, #1980ff); box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.3); }
  .header::after { display: none; }
  .header .container { width: 90%; }
  .header .right-wrapper { width: auto; max-width: none; margin: 0; padding: 0; }
  .header .right-wrapper .top-link a, .header .right-wrapper .nav, .header .right-wrapper .search-btn { display: none; }
  .logo { width: auto; min-width: auto; height: 45px; padding: 0 .12rem 0 0; margin: 0 !important; display: flex; align-items: center; }
  .logo img { max-height: 45px !important; }
  .pad-btn .nav-btn { display: block; }
  .pad-btn::before { display: none; }
  .mobile-box { display: block; }
  .mobile-hide { display: none; }
  .mobile-show { display: block; }
  .container { max-width: 92%; }
  .column .cn { font-size: .32rem; }
  .home1 { margin: 1.1rem 0 0; }
.main-box .place-box { padding-bottom: .1rem !important; }
  .home1 .container { padding: 1px .3rem .4rem; }
  .home1 .container::before { width: 52vw; height: 42vw; border-radius: 0 20vw 0 12vw; }
  .home1 .l-box { width: 100%; }
  .home1 .r-box { width: 100%; margin: .2rem 0 0; }
  .news-swiper1 .img { padding: 54% 0 0; }
  .news-list2 { margin: .4rem 0 0; }
  .news-list2 .img-zoom::after { background: #f8fafc; }
  .home3 .l-box { width: 100%; }
  .home3 .r-box { width: 100%; margin: .3rem 0 0; }
  .home4 { padding: .2rem 0 0; }
  .home4 .l-box { width: 100%; }
  .home4 .r-box { width: 100%; padding: .2rem 0 0; }
  .home5 { padding: .2rem 0 0; }
  .news-swiper3 .img-zoom { padding: .4rem .3rem; } .notice-list li { width: 100%; margin: 0 0 .15rem; }
  .news-swiper3 .title { margin: 0.2rem 0 0.13rem; }
  .news-swiper3 .more3 { margin: .2rem 0 0; }
  .footer { padding: .2rem 0 .12rem; }
  .footer .container { flex-wrap: wrap; }
  .footer .l-box { width: 100%; }
  .footer .r-box { width: 100%; padding: .2rem 0 0; }
  .foot-img { text-align: center; }
  .contact { margin: .2rem 0; text-align: center; }
  .contact p { margin: 0 0 .1rem; }
  .ewm { display: block; text-align: center; }
  .foot-nav { display: none; }
  .copy { text-align: center; line-height: .3rem; }
  .main-box { margin: 1.1rem 0 0; }
  .main-box .container { padding: 1px .3rem .4rem; }
  .sidebar { width: 100%; margin: .15rem 0 0; padding: 0; border-radius: 3px; overflow: hidden; box-shadow: 0px 0.04rem 0.1rem 0px rgba(165, 186, 199, 0.32); }
  .sidebar h3 { position: relative; font-size: .21rem; line-height: .24rem; text-align: center; padding: .13rem .5rem; letter-spacing: 0; }
  .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; justify-content: flex-start; font-size: .18rem; line-height: .5rem; padding-left: .2rem; }
  .sidebar .sub-nav .down { top: 0; height: .45rem; }
  .main { width: 100%; padding: .16rem 0 0; margin: 0; box-shadow: none; background: none; }
  .main::before { display: none; }
  .position { margin: 0; display: none; }
  .position h3 { font-size: .21rem; line-height: .5rem; }
  .place { line-height: .5rem; }
  .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) { .home1 .container, .main-box .container { padding: 1px .2rem .3rem; }
  .news-swiper3 { margin: 0 0 .3rem; }
  .news-swiper3 .img-zoom { padding: .2rem .15rem; }
  .news-swiper3 .date { line-height: .4rem; }
  .news-swiper3 .pagination { margin: .14rem 0 0; }
  .position { padding: 0 0 5px; border-bottom: 1px solid #1965d6; }
  .position h3, .position .line { display: none; }
  .place { padding-top: .06rem; padding-bottom: .06rem; line-height: .22rem; white-space: initial; background-position-y: 2px; }
  .main { padding: .18rem 0 0; }
  .article { padding: .25rem 0 0 !important; }
  .article .title { font-size: .22rem; }
  .article .content { padding: .2rem 0 .1rem; }
  .article .content p { margin: 0 0 .2rem; }
  .article .cont-page { padding: .15rem 0 .35rem; }
  .cont-page { padding-right: .1rem; }
  .cont-page .return-list { display: block; position: static; -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; }
  .list1 li { flex-wrap: wrap; padding: .15rem  0 !important; }
  .list1 .title { width: 100%; line-height: .28rem !important; overflow: visible; text-overflow: clip; white-space: initial; }
  .list1 .title i { margin: 0 .1rem 0 0; }
  .list1 .date { line-height: .4rem !important; }
  .teach-list { margin: 0 -7px; }
  .teach-list > li { padding: 0 7px; margin: .2rem 0 0; }
  .picture2 .img-frame { width: 2rem; }
  .picture2 .text { width: calc(100% - 2.2rem); }
  .picture2 .info { margin: 0; }
  .picture3 { margin: 0 -.1rem; }
  .picture3 > li { width: 50%; padding: 0 .1rem; }
  .picture3 .img-zoom { margin: .2rem 0 0; }
  .news-list1 a { padding: 0; }
  .news-list1 .date2 { width: 58px !important; }
  .news-list1 .text { width: calc(100% - .9rem) !important; }
  #list-page { margin: .3rem 0 .2rem !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; }
  .teach-article .article-head { display: block; padding: .35rem 5% .2rem; }
  .teach-article .article-head .img-box { margin: 0 auto; }
  .teach-article .article-head .text { width: 100%; padding: .2rem 0 0; } }
@media screen and (max-width: 520px) { .header { padding: 7px 0 !important; }
  .header .container { width: 94%; }
  .header .right-wrapper { width: auto; max-width: none; }
  .logo { height: 40px !important; }
  .logo img { max-height: 40px !important; }
  .mobile-box { height: calc(100vh - 54px); top: 54px; }
  .mobile-box .nav { height: calc(100% - 1.6rem); }
  .mobile-box .top-link2 { margin: 0 .1rem; }
  .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); }
  .home1, .main-box { margin: .9rem 0 0; }
  .home1 .container, .main-box .container { padding: 1px .12rem .2rem; }
  .column { margin: .15rem 0; }
  .column .cn { font-size: .26rem; line-height: .38rem; }
  .news-list1 { margin: .1rem 0 0; }
  .news-list1 li { width: 100%; }
  .news-list1 .title { margin: 0 0 .1rem; }
  .news-swiper1 .img { padding: 62% 0 0; }
  .news-swiper1 .text { padding: 0 .9rem 0 .1rem; }
  .news-swiper1 .title { font-size: .17rem; line-height: .42rem; }
  .news-swiper1 .pagination { right: .1rem; }
  .news-swiper1 .pagination .swiper-pagination-bullet { margin: 0 2px; }
  .news-list2 .img-zoom { flex-wrap: wrap; }
  .news-list2 .img-zoom::after { display: none; }
  .news-list2 .img-frame { width: 100%; }
  .news-list2 .img-frame .img { padding: 56.25% 0 0; }
  .news-list2 .text { width: 100%; padding: .15rem 0 0; }
  .news-list2 .title { margin: 0 0 .1rem; }
  .date1 .p1 { font-size: .32rem; }
  .more { font-size: 0; }
  .news-swiper2 .swiper-slide { padding: .2rem .15rem; }
  .news-swiper2 .title { margin: .15rem 0 0; }
  .news-swiper2 .pagination { margin: .1rem 0 0; }
  .first-news { flex-wrap: wrap; }
  .first-news .img-frame { width: 100%; }
  .first-news .img-frame .img { padding: 56.26% 0 0; }
  .first-news .text { width: 100%; padding: .15rem .12rem; }
  .first-news .title { margin: .12rem 0; }
  .home3 { padding: .2rem 0 0; }
  .news-list3 .date { margin: 0 0 .14rem; color: #1965d6; }
  .news-list3 .title { width: 100%; line-height: .26rem; overflow: visible; text-overflow: clip; white-space: initial; }
  .home4 .column .cn { padding: 0; font-size: .24rem; background: none !important; }
  .picture2 li { padding: .12rem 0; }
  .picture2 .img-zoom { flex-wrap: wrap; }
  .picture2 .img-zoom::after { display: none; }
  .picture2 .img-frame { width: 100%; }
  .picture2 .text { width: 100%; padding: .1rem 0 0; }
  .picture3 > li { width: 100%; } }

/*# sourceMappingURL=style.css.map */