@charset "utf-8";
/* 网站通用样式 */
@font-face { font-family: "syst700"; src: url("../fonts/SourceHanSerifCN-Bold.ttf") format("truetype"); }
@font-face { font-family: "Poppins Regular"; src: url("../fonts/PoppinsRegular.ttf") format("truetype"); }
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

html { width: 100%; min-width: 320px; font-size: 100px; overflow-x: hidden; }
html::-webkit-scrollbar { width: .08rem; }
html::-webkit-scrollbar-thumb { border-radius: .08rem; background: #1156e5; }
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: 85%; margin: 0 auto; font-size: .18rem; }

.title { font-size: 0.18rem; font-weight: 400; line-height: 0.32rem; color: #333; text-align: left; -webkit-transition: all 0.22s ease-out 0s; -moz-transition: all 0.22s ease-out 0s; -ms-transition: all 0.22s ease-out 0s; -o-transition: all 0.22s ease-out 0s; transition: all 0.22s ease-out 0s; }

.info { font-size: 0.14rem; font-weight: 400; line-height: 0.24rem; color: #999; text-align: justify; }

.date { font-family: "Poppins Regular"; font-size: 0.14rem; font-weight: 400; line-height: 0.32rem; color: #1156e5; text-align: left; }

/* 网站头部 */
.header { position: fixed; top: 0; right: 0; bottom: auto; left: auto; z-index: 1000; width: 100%; padding: .2rem 0 .4rem; background: linear-gradient(180deg, #0155ae, transparent); }
.header .container { position: relative; z-index: 2; width: 1800px; max-width: 94%; }
.header .right-wrapper { position: relative; width: 9.1rem; max-width: calc(100% - 7rem); }
.header .t-box { display: flex; justify-content: flex-end; }

.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: .68rem; }

.top-link { display: flex; align-items: center; font-size: 0.14rem; font-weight: 700; line-height: 0.38rem; color: #fff; text-align: center; }
.top-link a { position: relative; display: block; min-width: .9rem; padding: 0 .12rem; margin: 0 .1rem 0 0; color: #fff; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: .04rem; -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 { background: rgba(255, 255, 255, 0.2); }

.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: 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; }
.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 { width: 100%; margin: .05rem 0 0; }
.nav li { position: relative; }
.nav li a { position: relative; display: block; font-size: 0.2rem; font-weight: 700; line-height: 0.52rem; 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::after { display: block; content: ""; box-sizing: border-box; width: 0%; height: .04rem; margin: 0 auto; border-radius: 3px; background: #1156e5; -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: #1156e5; opacity: 0; visibility: hidden; box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2); background: white; border-radius: 3px; border-top: 0.04rem solid #1156e5; -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 .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: #1156e5; 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: .24rem; 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; 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: #1156e5; -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 { overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: .04rem; }
.pc-search .input { width: .48rem; height: .38rem; padding: 0 0 0 .18rem; vertical-align: top; font-size: 0.14rem; font-weight: 400; line-height: 0.38rem; color: #fff; 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; }
.pc-search .input::placeholder { color: #fff; font-weight: 700; }
.pc-search .submit { width: .4rem; height: .38rem; vertical-align: top; background-image: url("../images/search.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.2rem; }
.pc-search:hover .input { width: 1.8rem; }

#mask { position: fixed; top: -100%; right: auto; bottom: auto; left: 0; z-index: 10; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 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: #1156e5; 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 .close { position: absolute; top: 1.8rem; right: 4vw; bottom: auto; left: auto; z-index: 3; width: .56rem; height: .56rem; cursor: pointer; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 50%; -webkit-transition: all 1s ease-out 0s; -moz-transition: all 1s ease-out 0s; -ms-transition: all 1s ease-out 0s; -o-transition: all 1s ease-out 0s; transition: all 1s ease-out 0s; }
#mask .close .line { display: block; width: 65%; height: 2px; margin: 0 auto; }
#mask .close .line i { display: block; width: 100%; height: 2px; background: #fff; }
#mask .close .line.l1 { -webkit-transform: translate(0, 26px) rotate(45deg); -moz-transform: translate(0, 26px) rotate(45deg); -ms-transform: translate(0, 26px) rotate(45deg); -o-transform: translate(0, 26px) rotate(45deg); transform: translate(0, 26px) rotate(45deg); }
#mask .close .line.l2 { -webkit-transform: translate(0, 24px) rotate(-45deg); -moz-transform: translate(0, 24px) rotate(-45deg); -ms-transform: translate(0, 24px) rotate(-45deg); -o-transform: translate(0, 24px) rotate(-45deg); transform: translate(0, 24px) rotate(-45deg); }
#mask .close:hover { border-color: #fff; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
#mask.show { top: 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; }

@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: #eef5f5; }
.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 #1156e5; 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: 400; line-height: 0.5rem; color: #333; text-align: left; background: #fff; overflow: hidden; }
.mobile-box .mobile-search .submit-btn { background: #1156e5; }
.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; }

/* 首页轮播图 */
.banner { width: 100%; z-index: 1; font-size: 0; background: #1156e5; }
.banner::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 2; content: ""; width: 100%; height: 20%; background: linear-gradient(0deg, rgba(1, 85, 174, 0.6), transparent); }
.banner .img { position: relative; display: block; width: 100%; height: 100vh; overflow: hidden; }
.banner .img .slide-inner { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.banner .img img { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transform: scale(1.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: 50%; z-index: 3; display: -ms-flexbox; display: flex; align-items: center; height: .31rem; padding: 0 .32rem; border-radius: .15rem; background: rgba(255, 255, 255, 0.3); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.banner .pagination .swiper-pagination-bullet { position: relative; vertical-align: middle; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: .12rem; height: .12rem; margin: 0 .07rem; opacity: 1; 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; }
.banner .pagination .swiper-pagination-bullet::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 2; content: ""; width: 100%; height: 100%; background-image: url("../images/f_icon1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; opacity: 0; }
.banner .pagination .swiper-pagination-bullet::after { box-sizing: border-box; display: block; content: ""; width: .12rem; height: .12rem; border: 1px solid #fff; border-radius: 50%; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: .22rem; height: .24rem; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before { opacity: 1; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after { opacity: 0; visibility: hidden; }

/* 首页样式 */
.column { position: relative; z-index: 1; width: 100%; margin: .54rem 0 .4rem; }
.column h3 { position: relative; padding: 0 0 0 .4rem; background-image: url("../images/f_icon2.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.56rem; }
.column .cn { font-family: "syst700"; font-size: 0.38rem; font-weight: 400; line-height: 0.49rem; color: #333; text-align: left; }
.column .cn span { color: #1156e5; }
.column .en { font-family: Arial, Helvetica, sans-serif; font-size: 0.14rem; font-weight: 400; line-height: 0.16rem; color: #b0c1dd; text-align: left; white-space: nowrap; text-transform: uppercase; }
.column .more { position: absolute; top: 0.28rem; right: 0; bottom: auto; left: auto; z-index: 1; }
.column.white h3 { background-image: url("../images/f_icon2_2.png"); }
.column.white .cn { color: #fff; }
.column.white .cn span { color: #fff; }
.column.white .en { color: rgba(255, 255, 255, 0.35); }
.column.white .more { color: #fff; }
.column.white .more::before { background: #fff; }
.column.white .more::after { background-image: url("../images/f_icon3_2.png"); }

.more { display: block; position: relative; width: .8rem; height: .3rem; font-size: 0.14rem; font-weight: 400; line-height: 0.38rem; color: #1156e5; text-align: center; }
.more::before { position: absolute; top: auto; right: auto; bottom: -3px; left: 50%; z-index: 1; width: 0; height: 1px; content: ""; background: #1156e5; -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::after { position: absolute; top: auto; right: 0; bottom: 0; left: auto; z-index: 1; content: ""; width: 100%; height: 100%; background-image: url("../images/f_icon3.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; }
.more:hover { font-weight: 700; }
.more:hover::before { left: 20%; width: 60%; }
.more:hover::after { animation: ani-zoom 1s; }

@keyframes ani-zoom { 0% { opacity: 0; -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5); }
  100% { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } }
.home1 { padding: 1px 0 2.9rem; background-image: url("../images/index_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: #f3f6fc; background-size: 100%; }
.home1 .l-box { width: 66%; }
.home1 .r-box { width: 31.42%; }

.pic-list1 li { width: 47.56%; }
.pic-list1 .img-zoom { background: #fff; }
.pic-list1 .img { padding: 2.6rem 0 0; }
.pic-list1 .text { padding: .2rem .36rem .12rem; }
.pic-list1 .title { height: .64rem; }
.pic-list1 .info { height: .48rem; margin: .12rem 0 .2rem; }
.pic-list1 .date { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; font-size: .12rem; color: #666; padding: 0 0 0 .18rem; background-image: url("../images/f_icon4.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.12rem; }
.pic-list1 .date i { position: relative; display: block; width: .2rem; height: .1rem; background-image: url("../images/f_icon5.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.pic-list1 .date i::before { position: absolute; top: 49%; right: calc(100% + .06rem); bottom: auto; left: auto; z-index: 1; content: ""; width: .8rem; height: 1px; background: #f4dadf; }

.news-list1 li { border-bottom: 1px solid #c4d7eb; }
.news-list1 li:last-child { border: none; }
.news-list1 a { display: block; padding: .3rem 0; }
.news-list1 .title { padding: 0 0 0 .28rem; background-image: url("../images/f_icon6.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.2rem; }
.news-list1 .info { height: .48rem; margin: .16rem 0 0; }

.news-list2 { margin: 0 0 .1rem; }
.news-list2 li { width: 25%; }
.news-list2 a { position: relative; display: block; padding: .3rem .3rem .42rem; }
.news-list2 a::before { position: absolute; top: 0.42rem; right: auto; bottom: auto; left: 0; z-index: 1; width: 1px; height: .75rem; content: ""; background: #adc7e3; }
.news-list2 .date { display: inline-block; padding: 0 .28rem; line-height: .28rem; border: 1px solid #1487fa; border-radius: .28rem; font-size: .18rem; color: #666; }
.news-list2 .title { height: .64rem; margin: .12rem 0 0; }

.home2 { padding: 1.1rem 0 .7rem; background-image: url("../images/index_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 0; background-color: #f3f6fc; background-size: cover; }
.home2 .l-box { width: 32.14%; }
.home2 .r-box { width: 64.285%; }

.news-list3 li { border-left: .04rem solid #c8445f; margin: 0 0 .15rem; }
.news-list3 a { display: -ms-flexbox; display: flex; flex-wrap: wrap; padding: .38rem .24rem .35rem; background-image: url("../images/list_bg2.jpg"); background-repeat: no-repeat; background-position: 100% 50%; background-color: #fff; background-size: cover; box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.3); }
.news-list3 .title { width: 100%; margin: 0 0 .1rem; }
.news-list3 .info { width: 100%; padding: 0 .1rem 0 .24rem; color: #666; line-height: .28rem; background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.news-list3 .info.p1 { width: 40%; background-image: url("../images/f_icon7_1.png"); }
.news-list3 .info.p2 { width: 60%; background-image: url("../images/f_icon7_2.png"); }
.news-list3 .info.p3 { background-image: url("../images/f_icon7_3.png"); }

.first-news { width: 61.1%; }
.first-news .img { padding: 3.6rem 0 0; }
.first-news .text { padding: .06rem 0 0; }
.first-news .title { height: .64rem; margin: .03rem 0 .12rem; color: #fff; font-weight: 700; }
.first-news .date { color: white; }
.first-news .info { height: .72rem; color: rgba(255, 255, 255, 0.68); }

.pic-list2 { width: 35.55%; }
.pic-list2 li { margin: 0 0 .24rem; }
.pic-list2 .img-zoom { overflow: visible; }
.pic-list2 .img { padding: 2rem 0 0; }
.pic-list2 .date { position: absolute; top: 1.68rem; right: auto; bottom: auto; left: -0.1rem; z-index: 1; color: #fff; padding: 0 .15rem; line-height: .22rem; background: #c8445f; }
.pic-list2 .title { height: .52rem; margin: .1rem 0 0; font-size: .16rem; color: #fff; line-height: .26rem; }

.home3 { padding: .2rem 0 1.1rem; background-image: url("../images/index_bg3.jpg"); background-repeat: no-repeat; background-position: 100% 100%; background-color: #fff; background-size: 13.05rem; }
.home3 .l-box { width: 67.85%; }
.home3 .r-box { width: 29.2%; }

.swiper1-1 { overflow: hidden; }
.swiper1-1 .swiper-container { width: 86.8%; margin-left: auto; overflow: visible; }
.swiper1-1 .swiper-slide { width: 100%; }
.swiper1-1 .img { padding: 5rem 0 0; }

.swiper1-2 { padding: 0 0 1.45rem; }
.swiper1-2 .swiper-slide { display: block; }
.swiper1-2 .title { font-size: .2rem; font-weight: 700; }
.swiper1-2 .info { max-height: .84rem; margin: .25rem 0 .65rem; font-size: .16rem; line-height: .28rem; color: #666; }
.swiper1-2 .more2 { display: flex; font-size: 0.16rem; font-weight: 400; line-height: 0.4rem; color: #1156e5; text-align: left; }
.swiper1-2 .more2 i { display: block; width: .49rem; height: .4rem; margin: 0 0 0 .1rem; background-image: url("../images/f_icon8.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.swiper1-2 .swiper-arrow { position: absolute; top: auto; right: auto; bottom: 0; left: 0.1rem; z-index: 1; display: flex; }
.swiper1-2 .swiper-arrow > div { width: .39rem; height: .39rem; margin: 0 .06rem; background-image: url("../images/f_icon9.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; cursor: pointer; }
.swiper1-2 .swiper-arrow .swiper-prev { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }

.home4 { padding: .14rem 0 .7rem; background-image: url("../images/index_bg4.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }

.swiper2 { position: relative; }
.swiper2 .swiper-container { padding: .12rem; }
.swiper2 .img { padding: 66.66% 0 0; }
.swiper2 .swiper-slide { padding: .1rem; background: linear-gradient(94deg, rgba(52, 151, 250, 0.66), rgba(44, 210, 245, 0.66)); box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.2); }
.swiper2 .swiper-slide:nth-child(even) { margin: .6rem 0 0; }
.swiper2 .swiper-slide:hover .title { font-weight: 700; }
.swiper2 .title { line-height: .62rem; color: #fff; text-align: center; }
.swiper2 .swiper-arrow > div { position: absolute; top: calc(50% - .2rem); right: auto; bottom: auto; left: auto; z-index: 1; width: .39rem; height: .39rem; background-image: url("../images/f_icon8_2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; cursor: pointer; }
.swiper2 .swiper-arrow .swiper-prev { left: -.55rem; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }
.swiper2 .swiper-arrow .swiper-next { right: -.55rem; }

/* 网站底部 */
.footer { padding: .65rem 0 .75rem; background-image: url("../images/foot_bg.jpg"); background-repeat: no-repeat; background-position: 50% 0; background-color: transparent; background-size: cover; }

.foot-link { width: 3.6rem; }
.foot-link h6 { font-size: 0.2rem; font-weight: 700; line-height: 0.3rem; color: #fff; text-align: left; }
.foot-link .link-box { margin: .24rem 0 0; }
.foot-link .link-box li { width: 50%; padding: 0 .1rem 0 0; }
.foot-link .link-box a { position: relative; display: inline-block; font-size: 0.14rem; font-weight: 400; line-height: 0.32rem; color: #fff; text-align: left; }
.foot-link .link-box a::after { position: absolute; top: auto; right: 0; bottom: 0.04rem; left: auto; z-index: 1; content: ""; width: 0; height: 1px; background: #fff; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.foot-link .link-box a:hover::after { right: auto; left: 0; width: 100%; }

.foot-img img { max-height: 1.16rem; }

.copy { font-size: 0.14rem; font-weight: 400; line-height: 0.32rem; color: #fff; text-align: left; }
.copy a { color: #fff; }

/* 内页样式 */
.decorate { position: relative; z-index: 1; padding: 5.5rem 0 0; overflow: hidden; }
.decorate img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }

.main-box { position: relative; z-index: 2; min-height: 5.2rem; }

.place { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 3; width: 100%; padding: .5rem 0 .1rem; font-size: 0.15rem; font-weight: 400; line-height: 0.45rem; color: #fff; text-align: left; background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent); }
.place .container { font-size: .15rem; }
.place a { position: relative; display: inline-block; color: #fff; }
.place a::after { position: absolute; top: auto; right: 0; bottom: 0.08rem; left: auto; z-index: 1; content: ""; width: 0; height: 1px; background: #fff; -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::after { right: auto; left: 0; width: 100%; }
.place span { padding: 0 0 0 28px; background-image: url(../images/place.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.21rem; }

.sidebar { position: relative; z-index: 3; width: 3rem; margin: -.9rem 0 .6rem; }
.sidebar h3 { position: relative; font-family: "syst700"; font-size: 0.36rem; font-weight: 400; line-height: 1.2rem; color: #fff; text-align: center; background-image: url("../images/list_bg3.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; letter-spacing: 1px; border-radius: .2rem 0 .2rem 0; }
.sidebar .sub-nav { position: relative; margin: .2rem 0 0; padding: .1rem .28rem; background: rgba(255, 255, 255, 0.6); box-shadow: 0px 0.04rem 0.18rem 0px rgba(165, 186, 199, 0.3); border-radius: .2rem 0 .2rem 0; }
.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: #1156e5 !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: #1156e5; }
.sidebar .sub-nav a { position: relative; z-index: 2; display: -ms-flexbox; display: flex; align-items: center; padding: .22rem .5rem .22rem .15rem; font-size: 0.18rem; font-weight: 400; line-height: 0.26rem; 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: .3; -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.icon {
    z-index: 1;
}
.sidebar .sub-nav li.cur .down, .sidebar .sub-nav li:hover .down {
    opacity: 1;
}
.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: .16rem; line-height: .24rem; }
.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: #1156e5; }
.sidebar .sub-nav .lv3 a:hover::before { background: #1156e5; }
.sidebar .sub-nav .lv3 a.cur { color: #1156e5; font-weight: 700; }
.sidebar .sub-nav .lv3 a.cur::before { background: #1156e5; }

.main { position: relative; z-index: 4; width: calc(100% - 3.6rem); min-height: 4rem; margin: .15rem 0 0; padding: 0 0 .2rem; }

.position { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #1156e5; }
.position h3 { display: -ms-flexbox; display: flex; align-items: center; white-space: nowrap; font-size: 0.25rem; font-weight: 700; line-height: 0.7rem; color: #333; text-align: left; }
.position h3 img { width: .38rem; margin: 0 .16rem 2px 0; }
.position h3 i { display: inline-block; margin: 0 .15rem 0 0; border: .07rem solid #e4ebf9; border-radius: 50%; }
.position h3 i::after { display: block; content: ""; box-sizing: border-box; width: 7px; height: 7px; background: #1156e5; border-radius: 50%; }

.date1 { font-family: Arial, Helvetica, sans-serif; font-size: 0.14rem; font-weight: 400; line-height: 0.16rem; color: #999; text-align: center; }
.date1 p:first-child { font-size: .4rem; line-height: .4rem; color: #1156e5; }

.list1 { margin: .2rem 0 0; }
.list1 li { display: -ms-flexbox; display: flex; justify-content: space-between; border-bottom: 1px dashed #ddd; }
.list1 .title { width: calc(100% - 1.2rem); padding: 0 0 0 .3rem; line-height: .75rem; background-image: url("../images/f_icon6.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.2rem; }
.list1 .date { font-size: .15rem; color: #999; line-height: .75rem; }

.picture2 { padding: .2rem 0 0; }
.picture2 li { border-bottom: 1px solid #dfdfdf; }
.picture2 .img-zoom { display: -ms-flexbox; display: flex; justify-content: space-between; padding: .28rem; }
.picture2 .img-frame { width: 2.95rem; }
.picture2 .img-frame .img { padding: 1.66rem 0 0; }
.picture2 .text { width: calc(100% - 3.32rem); padding: .08rem 0 0; }
.picture2 .title { font-size: .2rem; }
.picture2 .info { max-height: .72rem; margin: .1rem 0 .14rem; }
.picture2 .date { padding: 0 0 0 .24rem; color: #666; background-image: url("../images/f_icon4.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.12rem; }
.picture2 .no-img .text{width:100%;}

.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; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; background: #fcfeff; box-shadow: 0px 0.05rem 0.12rem 0px rgba(165, 186, 199, 0.32); }
.picture3 .img { padding: 65% 0 0; }
.picture3 .text { padding: .15rem 0 .05rem; }
.picture3 .title { font-size: 0.18rem; font-weight: 400; line-height: 0.4rem; color: #333; text-align: center; }

.teach-column { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; margin: .2rem 0 0; border-bottom: 1px solid #ddd; }
.teach-column h5 { margin: 0 0 -1px; font-size: 0.22rem; font-weight: 700; line-height: 0.5rem; color: #333; text-align: left; border-bottom: 3px solid #1156e5; }
.teach-column .more { padding: 0; font-size: .16rem; line-height: .5rem; background: none; }

.teach-list { font-size: 0; margin: 0 -0.15rem; margin-bottom: .3rem; }
.teach-list > li { display: inline-block; vertical-align: top; width: 20%; padding: 0 0.15rem; }
.teach-list li { margin: .34rem 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.15); }
.teach-list .img-zoom::before { position: absolute; top: auto; right: auto; bottom: 0; left: 0%; z-index: 1; content: ""; width: 100%; height: 2px; background: #1156e5; }
.teach-list .img-frame { background: #fff; }
.teach-list .img-frame .img { padding: 120% 0 0; background-position-y: 10%; }
.teach-list .title { font-weight: 700; font-size: .18rem; line-height: .6rem; text-align: center; }

.article { padding: .5rem 0 .2rem; }
.article .title { font-size: 0.28rem; font-weight: 400; line-height: 140%; color: #333; text-align: center; }
.article .sub-title1 { margin: 0 0 .08rem; font-size: 0.17rem; font-weight: 400; line-height: 0.32rem; color: #000; text-align: center; }
.article .sub-title2 { margin: .08rem 0 0; font-size: 0.17rem; font-weight: 400; line-height: 0.32rem; color: #666; text-align: center; }
.article .sub { margin: 0 0 .1rem; padding: .18rem 0 .35rem; font-size: 0.15rem; font-weight: 400; line-height: 0.22rem; color: #999; text-align: center; border-bottom: 1px solid #ddd; }
.article .sub span { margin: 0 .1rem; }
.article .sub span span { margin: 0; }
.article .content { padding: .3rem 0 .2rem; font-size: 0.18rem; font-weight: 400; line-height: 200%; color: #333; text-align: justify; }
.article .content p { text-indent: 2em; word-break: break-all; margin: 0 0 .25rem; }
.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 #1156e5; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.17rem; font-weight: 400; 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: #1156e5; -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: #1156e5; 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; font-weight: 400; line-height: 200%; color: #1156e5; 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 .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, #1156e5, #1156e5); }
.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: 400; line-height: 200%; color: #333; text-align: left; }
.teach-article .article-title { margin: .4rem 0 .2rem; border-bottom: 1px solid #1156e5; }
.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, #1156e5, #1156e5); 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 .3rem !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; -webkit-transition: all 0.22s ease-out 0s; -moz-transition: all 0.22s ease-out 0s; -ms-transition: all 0.22s ease-out 0s; -o-transition: all 0.22s ease-out 0s; transition: all 0.22s ease-out 0s; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: .1rem .12rem; color: #1156e5; border: 1px solid #e2e2e2; border-radius: 4px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #1156e5; font-weight: bold; color: #fff; border-color: #1156e5; }
#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; border-color: #e2e2e2; line-height: .32rem; vertical-align: bottom; }

@keyframes ani-l2 { 0% { left: .2rem; opacity: 0; }
  100% { left: 0; opacity: .56; } }
@media screen and (min-width: 1025px) { .pic-list1 .img-zoom { -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; }
  .pic-list1 .img-zoom:hover { box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.2); }
  .pic-list1 .img-zoom:hover .title { color: #1156e5; font-weight: 700; }
  .news-list1 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; position: relative; }
  .news-list1 a::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 2px; background: #1156e5; -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-list1 a:hover::after { width: 100%; }
  .news-list1 a:hover .title { color: #1156e5; font-weight: 700; background-image: url("../images/f_icon6_2.png"); }
  .news-list2 a { z-index: 1; perspective: 1000px; }
  .news-list2 a::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: 100%; background-image: url("../images/list_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; border-radius: 0 0 .3rem 0; opacity: 0; transform-style: preserve-3d; -webkit-transform: rotateX(25deg); -moz-transform: rotateX(25deg); -ms-transform: rotateX(25deg); -o-transform: rotateX(25deg); transform: rotateX(25deg); -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::before { opacity: 0; }
  .news-list2 a:hover::after { opacity: 1; -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); transform: rotateX(0deg); }
  .news-list2 a:hover .date { border-color: #fff; color: #fff; }
  .news-list2 a:hover .title { color: #fff; }
  .news-list3 li { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .news-list3 li:hover { -webkit-transform: translateX(0.1rem); -moz-transform: translateX(0.1rem); -ms-transform: translateX(0.1rem); -o-transform: translateX(0.1rem); transform: translateX(0.1rem); }
  .news-list3 li:hover .title { color: #1156e5; font-weight: 700; }
  .first-news .line { background-image: linear-gradient(#fff, #fff); background-repeat: no-repeat; background-size: 0 1px; background-position: 0 100%; -webkit-transition: background-size 0.5s ease-out 0s; -moz-transition: background-size 0.5s ease-out 0s; -ms-transition: background-size 0.5s ease-out 0s; -o-transition: background-size 0.5s ease-out 0s; transition: background-size 0.5s ease-out 0s; }
  .first-news:hover .line { background-size: 100% 1px; }
  .pic-list2 .img-zoom .line { background-image: linear-gradient(#fff, #fff); background-repeat: no-repeat; background-size: 0 1px; background-position: 0 100%; -webkit-transition: background-size 0.5s ease-out 0s; -moz-transition: background-size 0.5s ease-out 0s; -ms-transition: background-size 0.5s ease-out 0s; -o-transition: background-size 0.5s ease-out 0s; transition: background-size 0.5s ease-out 0s; }
  .pic-list2 .img-zoom:hover .line { background-size: 100% 1px; }
  .swiper1-2 .swiper-slide .line { background-image: linear-gradient(#1156e5, #1156e5); background-repeat: no-repeat; background-size: 0 1px; background-position: 0 100%; -webkit-transition: background-size 0.5s ease-out 0s; -moz-transition: background-size 0.5s ease-out 0s; -ms-transition: background-size 0.5s ease-out 0s; -o-transition: background-size 0.5s ease-out 0s; transition: background-size 0.5s ease-out 0s; }
  .swiper1-2 .swiper-slide:hover .line { background-size: 100% 1px; }
  .swiper1-2 .swiper-slide:hover .title { color: #1156e5; }
  .swiper1-2 .more2 { -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; }
  .swiper1-2 .more2:hover { -webkit-transform: translateX(0.15rem); -moz-transform: translateX(0.15rem); -ms-transform: translateX(0.15rem); -o-transform: translateX(0.15rem); transform: translateX(0.15rem); }
  .list1 li { position: relative; }
  .list1 li::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 2px; background: #1156e5; }
  .list1 li: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; }
  .list1 li:hover .date { color: #1156e5; }
  .list1 li:hover .title { color: #1156e5; font-weight: 700; background-image: url("../images/f_icon6_2.png"); }
  .picture2 .img-zoom { 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; perspective: 1000px; overflow: visible; }
  .picture2 .img-zoom::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: 100%; background: linear-gradient(-94deg, #198afa, #0f5eaa); opacity: 0; transform-style: preserve-3d; box-shadow: 0 0 0.16rem 0 rgba(0, 0, 0, 0.26); -webkit-transform: rotateX(20deg); -moz-transform: rotateX(20deg); -ms-transform: rotateX(20deg); -o-transform: rotateX(20deg); transform: rotateX(20deg); -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; }
  .picture2 .img-zoom:hover { background: transparent; }
  .picture2 .img-zoom:hover::after { opacity: 1; -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); transform: rotateX(0deg); }
  .picture2 .img-zoom:hover .title { color: #fff; }
  .picture2 .img-zoom:hover .info { color: rgba(255, 255, 255, 0.68); }
  .picture2 .img-zoom:hover .date { color: #fff; background-image: url("../images/f_icon4_2.png"); }
  .picture3 .img-zoom { z-index: 1; }
  .picture3 .img-zoom::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: 100%; background: linear-gradient(-94deg, #198afa, #0f5eaa); opacity: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .picture3 .img-zoom:hover { border-color: #1156e5; }
  .picture3 .img-zoom:hover::after { opacity: 1; }
  .picture3 .img-zoom:hover .title { color: #fff; font-weight: 700; } }
@media screen and (min-width: 1025px){.article .content img, .article .content video{max-width:none;}}
@media screen and (max-width: 1024px) { html { font-size: 90px !important; }
  .header { padding: 10px 0 !important; transition: all .2s; background: linear-gradient(-94deg, #198afa, #0f5eaa); border: none; box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.3); transition: none !important; }
  .header::after { display: none; }
  .header .container { flex-wrap: nowrap; }
  .header .right-wrapper { width: auto; max-width: none; margin: 0; padding: 0; }
  .header .right-wrapper .top-link, .header .right-wrapper .nav, .header .right-wrapper .search-btn, .header .right-wrapper .line, .header .right-wrapper .pc-nav-btn { display: none; }
  .header.mobile-show { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .header.mobile-show::after { display: none; }
  .header .t-box { display: none !important; }
  .logo { width: auto; min-width: auto; height: 45px; padding: 0 .12rem 0 0; margin: 0 !important; display: flex; align-items: center; }
  .logo img { max-height: 45px !important; }
  .nav-btn { display: block; }
  .mobile-box { display: block; }
  .mobile-box .mobile-search .submit { background-color: #1156e5; }
  .top-link { justify-content: center; }
  .top-link a { min-width: auto; margin: 0 .1rem; line-height: .35rem; color: #1156e5; border-color: #ccc; }
  #mask { display: none !important; }
  .container { max-width: 94%; }
  .banner { margin: 65px 0 0; }
  .banner .img { height: auto; padding: 45% 0 0; }
  .column { margin: .3rem 0 .2rem; justify-content: flex-start; }
  .column .cn { font-size: .30rem; }
  .column .more { top: .18rem; }
  .home1 { padding-bottom: 1.1rem; }
  .home1 .l-box { width: 100%; }
  .home1 .r-box { width: 100%; margin: .15rem 0 0; }
  .pic-list1 .img { padding: 60% 0 0; }
  .news-list1 a { padding: .15rem 0; }
  .news-list1 .title { background-image: url("../images/f_icon6_2.png"); }
  .news-list2 li { width: 50%; }
  .home2 { padding: 1px 0 .4rem; background: #1e5dc5; }
  .home2 .l-box { width: 100%; }
  .home2 .r-box { width: 100%; }
  .home3 { padding: 1px 0 .4rem; background-size: 100%; }
  .home3 .l-box { width: 100%; }
  .home3 .r-box { width: 100%; margin: .12rem 0 0; }
  .swiper1-1 .swiper-container { width: 100%; }
  .swiper1-1 .img { padding: 60% 0 0; }
  .swiper1-2 { padding: 0 0 .7rem; }
  .swiper1-2 .info { margin: .1rem 0 .2rem; }
  .swiper1-2 .swiper-arrow { width: 100%; left: 0; justify-content: center; }
  .swiper1-2 .swiper-arrow > div { margin: 0 .1rem; }
  .home4 { padding: 1px 0 .3rem; }
  .swiper2 .swiper-slide:nth-child(even) { margin-top: 0; }
  .swiper2 .swiper-arrow { display: flex; justify-content: center; margin: .2rem 0 0; }
  .swiper2 .swiper-arrow > div { position: static; margin: 0 .1rem; }
  .footer { padding: .3rem 0 .2rem; background-size: cover; background-position: 50% 50%; }
  .foot-link { width: 100%; }
  .foot-link h6 { text-align: center; }
  .foot-link .link-box { margin: .1rem 0 0; }
  .foot-link .link-box li { width: 33.33%; padding: 0 .1rem; text-align: center; }
  .foot-img { width: 100%; margin: .18rem 0; text-align: center; }
  .copy { width: 100%; text-align: center; }
  .decorate { margin: 65px 0 0; padding: 35% 0 0; }
  .place { line-height: .4rem; }
  .place .container { justify-content: flex-start; font-size: .15rem; }
  .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: .5rem; text-align: center; border-radius: 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.22rem; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .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.22rem; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  .sidebar .sub-nav { display: none; margin: 0; padding: .1rem .2rem .2rem; }
  .sidebar .sub-nav li .lv3 { margin: 0; padding-top: 0; }
  .sidebar .sub-nav a { height: .5rem; text-align: left; font-size: .18rem; line-height: .5rem; padding-left: .2rem; }
  .sidebar .sub-nav .down { top: 0; height: .45rem; }
  .main { width: 100%; padding: .16rem 0 0; margin: 0; box-shadow: none; background: none; }
  .main::before { display: none; }
  .position { margin: 0; }
  .position h3 { font-size: .21rem; line-height: .5rem; }
  .position h3 i { margin-bottom: -3px; }
  .list1 .title { background-image: url("../images/f_icon6_2.png"); }
  .teach-list { margin-bottom: 0; padding: 0 0 .3rem; }
  .teach-list li { width: 25%; margin: .3rem 0 0; }
  .article { padding: .3rem 0 0 !important; } }
@media screen and (max-width: 768px) { .pic-list1 li { width: 100%; margin: .2rem 0 0; }
  .pic-list1 li:first-child { margin-top: 0; }
  .pic-list1 .text { padding: .12rem .15rem; }
  .pic-list1 .info { margin: 6px 0 .1rem; }
  .news-list1 .title { text-overflow: clip; white-space: initial; background-position-y: 6px; }
  .news-list2 li { width: 100%; }
  .news-list2 a { padding: .1rem .2rem .2rem; }
  .news-list2 a::before { height: .6rem; }
  .news-list3 a { padding: .15rem; }
  .first-news { width: 100%; margin: 0 0 .25rem; }
  .first-news .img { padding: 60% 0 0; }
  .pic-list2 { width: 100%; }
  .pic-list2 .img { padding: 60% 0 0; }
  .pic-list2 .date { margin: .15rem 0 0; display: inline-block; position: static; }
  #list-page { margin: .3rem 0 .4rem !important; }
  #list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 7px 9px; }
  #list-page .p_goto input { width: 36px; height: 28px; line-height: 28px; }
  .main { padding: .1rem 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; }
  .article .share { justify-content: flex-start; }
  .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; }
  .place { bottom: 0; }
  .position h3 { line-height: .4rem; }
  .position h3 img { width: .3rem; }
  .teach-list { margin: 0 -.1rem; padding: 0 .2rem .3rem; }
  .teach-list li { width: 33.33%; margin: .2rem 0 0; padding: 0 .1rem; }
  .list1 { margin: .1rem 0 0; }
  .list1 li { flex-wrap: wrap; justify-content: right; padding: .14rem 0; }
  .list1 .title { width: 100%; line-height: .25rem; text-overflow: clip; white-space: initial; background-position-y: 6px; }
  .list1 .date { line-height: .3rem; padding: 0 0 0 .3rem; background-image: url("../images/f_icon4.png"); background-repeat: no-repeat; background-position: 0.05rem 50%; background-color: transparent; background-size: 0.12rem; }
  .picture2 { margin: 0; padding: 0; }
  .picture2 .img-zoom { padding: .2rem 0; }
  .picture2 .img-frame { width: 2.1rem; }
  .picture2 .text { width: calc(100% - 2.1rem); padding: 0 0 0 .2rem; }
  .picture2 .text::after { display: none; }
  .picture3 { margin: 0 -.1rem; }
  .picture3 > li { width: 50%; padding: 0 .1rem; }
  .picture3 .img-zoom { margin: .2rem 0 0; }
  #list-page { margin: .3rem 0 .4rem !important; }
  #list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 7px 9px; }
  #list-page .p_goto input { width: 36px; height: 28px; line-height: 28px; }
  .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; } 
.foot-link .link-box li{width:50%;}
}
@media screen and (max-width: 520px) { .header { padding: 7px 0 !important; }
  .header .container { width: 94%; }
  .header .right-wrapper { width: auto; max-width: none; }
  .mobile-box { height: calc(100vh - 59px); top: 59px; }
  .mobile-box .nav { height: calc(100% - 1.6rem); }
  .nav-btn { width: 26px; }
  .nav-btn i { margin: 6px 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: 59px 0 0; }
  .banner .img { padding: 50% 0 0; }
  .banner .pagination { bottom: .1rem; height: .25rem; padding: 0 .15rem; }
  .banner .pagination .swiper-pagination-bullet { width: .1rem; height: .1rem; }
  .banner .pagination .swiper-pagination-bullet::after { width: .1rem; height: .1rem; }
  .banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: .2rem; height: .2rem; }
  .column { margin: .25rem 0 .16rem; justify-content: flex-start; }
  .column .cn { font-size: .26rem; }
  .column h3 { padding: 0 0 0 .34rem; background-size: .45rem; }
  .column .more { top: .18rem; }
  .news-list2 .date { padding: 0 .12rem; }
  .home1 { padding-bottom: .7rem; }
  .home2 { padding-bottom: .2rem; }
  .news-list3 .title { text-overflow: clip; white-space: initial; }
  .news-list3 .info { width: 100% !important; }
  .teach-list { padding: 0 0 .25rem; }
  .teach-list li { width: 50%; }
  .decorate { margin: 56px 0 0; padding: 45% 0 0; }
  .main-box .column h3 { font-size: .22rem; }
  .place { padding: .3rem 0 .05rem; }
  .place .container { font-size: .14rem; }
  .picture2 .img-zoom { flex-wrap: wrap; }
  .picture2 .img-frame { width: 100%; }
  .picture2 .img-frame .img { padding: 56.25% 0 0; }
  .picture2 .text { width: 100%; padding: .14rem 0 0; }
  .picture2 .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; }
  .picture2 .info { -webkit-line-clamp: 2; }
  .picture2 .no-img .text { padding: 0; }
  .picture3 > li { width: 100%; }
  .dept-link > li { width: 100%; } }


.mobile-box .nav .sub-nav {
    transform: none !important;
    transition: none !important;
    opaciyt: 1 !important;
    visibility: visible !important;
}
/*# sourceMappingURL=style.css.map */