@charset "UTF-8";
/* 网站通用样式 */
@font-face { font-family: "syht400"; src: url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"); }
@font-face { font-family: "syht500"; src: url("../fonts/yNKrGCzTF9UI.woff") format("woff") }
@font-face { font-family: "syht700"; src: url("../fonts/SourceHanSansSC-Bold.ttf") format("truetype"); }
@font-face {
    font-family: "SYST900";
    src: url("../fonts/SourceHanSerifCN-Heavy.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: #09b586; }
html::-webkit-scrollbar-track { border-radius: 0; background: rgba(0, 0, 0, 0.3); }

.overflow { height: 100vh; overflow: hidden !important; }

.container { width: 1450px; max-width: 88%; margin: 0 auto; font-size: .17rem; }

.title { font-size: 0.2rem; font-weight: 500; line-height: 0.3rem; color: #323232; text-align: left; }

.info { font-size: 0.15rem; font-weight: 500; line-height: 0.24rem; color: #8a8a8a; text-align: justify; }

.date { font-family: Arial, Helvetica, sans-serif; font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #999; text-align: left; }

.mobile-show { display: none !important; }
/* 网站头部 */
.header { position: fixed; top: 0; right: 0; bottom: auto; left: auto; z-index: 1000; width: 100%; padding: .25rem 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; }
.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; width: 1700px; max-width: 94%; 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: 10rem; max-width: calc(100% - 6.6rem); }

.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: .86rem; }

.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.22rem; 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; }


.nav li:hover .sub-nav { visibility: visible; top: calc(100% - 4px); opacity: 1; }
.nav .sub-nav { position: absolute; top: 120%; right: auto; bottom: auto; left: calc(50% - .85rem); z-index: 1; width: 1.7rem; padding: .07rem 0; background: #339966; opacity: 0; visibility: hidden; box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2); background: white; border-radius: 3px; border-top: 4px solid #09b586; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
.nav .sub-nav dd { position: relative; padding: 0 .15rem; }
.nav .sub-nav dd::before { position: absolute; top: 0; right: 0.15rem; bottom: auto; left: auto; z-index: 1; width: calc(100% - .3rem); height: 100%; content: ""; background: linear-gradient(90deg, #09b586 42%, #3479ef); 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: .12rem 0; font-size: .17rem; 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: 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: #09b586; -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); }

.pad-btn { position: relative; display: flex; align-items: center; padding: 0 0 0 .4rem; }
.pad-btn .search-btn { position: relative; z-index: 5; width: .58rem; height: .58rem; background: linear-gradient(90deg, #09b586 42%, #3479ef); 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: 0; right: 0; bottom: 0; left: 0; z-index: 100; background: rgba(0, 0, 0, 0.25); opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-out 0.4s; -moz-transition: all 0.3s ease-out 0.4s; -ms-transition: all 0.3s ease-out 0.4s; -o-transition: all 0.3s ease-out 0.4s; transition: all 0.3s ease-out 0.4s; }
#mask::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: 30%; opacity: 0; background: rgba(0, 0, 0, 0.45); content: ""; -webkit-transition: all 0.3s ease-out 0.2s; -moz-transition: all 0.3s ease-out 0.2s; -ms-transition: all 0.3s ease-out 0.2s; -o-transition: all 0.3s ease-out 0.2s; transition: all 0.3s ease-out 0.2s; }
#mask .search-box { position: absolute; top: 40%; right: auto; bottom: auto; left: 0; z-index: 10; width: 100%; padding: .2rem 0; overflow: hidden; }
#mask .search-box .form { position: relative; background: #fff; white-space: nowrap; padding: .15rem .18rem .15rem .18rem; width: 80%; max-width: 8rem; margin: 0 auto; opacity: 0; -webkit-transition: all 0.42s ease-out 0s; -moz-transition: all 0.42s ease-out 0s; -ms-transition: all 0.42s ease-out 0s; -o-transition: all 0.42s ease-out 0s; transition: all 0.42s ease-out 0s; box-shadow: 0 0 2px 0 #ccc; border-radius: 4px; -webkit-transform: translateY(150%); -moz-transform: translateY(150%); -ms-transform: translateY(150%); -o-transform: translateY(150%); transform: translateY(150%); }
#mask .search-box .input { width: calc(100% - .55rem); height: .6rem; padding: 0 .1rem 0 .2rem; vertical-align: top; font-size: 0.16rem; font-weight: 500; line-height: 0.6rem; color: #333; text-align: left; border: 1px solid #e6e6e6; border-radius: 4px; }
#mask .search-box .submit { width: .5rem; height: .6rem; vertical-align: top; background-image: url("../images/search2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
#mask .search-box .close { width: .6rem; height: .6rem; position: absolute; top: 50%; right: auto; bottom: auto; left: calc(100% + .3rem); z-index: 1; cursor: pointer; -webkit-transform: translateY(-50%) rotate(90deg); -moz-transform: translateY(-50%) rotate(90deg); -ms-transform: translateY(-50%) rotate(90deg); -o-transform: translateY(-50%) rotate(90deg); transform: translateY(-50%) rotate(90deg); }
#mask .search-box .close .line { display: block; width: 100%; height: 2px; }
#mask .search-box .close .line i { display: block; width: 100%; height: 2px; background: #fff; }
#mask .search-box .close .line.l1 { -webkit-transform: translate(0, 25px) rotate(45deg); -moz-transform: translate(0, 25px) rotate(45deg); -ms-transform: translate(0, 25px) rotate(45deg); -o-transform: translate(0, 25px) rotate(45deg); transform: translate(0, 25px) rotate(45deg); }
#mask .search-box .close .line.l2 { -webkit-transform: translate(0, 23px) rotate(-45deg); -moz-transform: translate(0, 23px) rotate(-45deg); -ms-transform: translate(0, 23px) rotate(-45deg); -o-transform: translate(0, 23px) rotate(-45deg); transform: translate(0, 23px) rotate(-45deg); }
#mask .search-box .close:hover .line.l1 i { animation: line-ani1 .5s ease-in-out .3s; }
#mask .search-box .close:hover .line.l2 i { animation: line-ani1 ease-in-out .5s; }
#mask.show { opacity: 1; visibility: visible; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
#mask.show::after { opacity: 1; height: 100%; -webkit-transition: all 0.45s ease-out 0s; -moz-transition: all 0.45s ease-out 0s; -ms-transition: all 0.45s ease-out 0s; -o-transition: all 0.45s ease-out 0s; transition: all 0.45s ease-out 0s; }
#mask.show .search-box .form { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); transition-delay: .2s; -ms-transition-delay: .2s; }

@keyframes line-ani1 { 0% { width: 0%; }
  100% { width: 100%; } }
.mobile-box { display: none; position: fixed; top: 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_bg3.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; 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; }
.mobile-box .mobile-search .input { width: calc(100% - .7rem); 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; border: 1px solid #09b586; border-radius: .3rem 0 0 .3rem; overflow: hidden; }
.mobile-box .mobile-search .submit-btn { background: linear-gradient(90deg, #09b586, #3479ef); border-radius: 0 .3rem .3rem 0; }
.mobile-box .mobile-search .submit { width: .7rem; height: .5rem; vertical-align: top; background-image: url("../images/search.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.mobile-box.show { left: 0px; opacity: 1; visibility: visible; }

/* 首页轮播图 */
.banner { width: 100%; z-index: 1; font-size: 0; background: #339966; }
.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.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); -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; bottom: .35rem; z-index: 3; display: flex; align-items: center; justify-content: center; }
.banner .pagination .swiper-pagination-bullet { position: relative; vertical-align: middle; width: .42rem; height: .42rem; margin: 0 .1rem; background: url("../images/tag1.png") no-repeat 50% 50%; background-size: .28rem; opacity: 1; cursor: pointer; border-radius: 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; }
.banner .pagination .swiper-pagination-bullet::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; content: ""; width: 100%; height: 100%; background: url("../images/tag2.png") no-repeat 50% 50%; background-size: 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; opacity: 0; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background-size: 0; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before { opacity: 1; background-size: 100%; animation: ani-rote 10s linear infinite; }

.banner .text { position: relative; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; position: absolute; top: 0; left: 0; z-index: 3; width: 100%; height: 100%; padding: 0 0 5% 5%; color: #fff;  text-align: center; }
.banner .text::after { position: absolute; bottom: 0; left: 0; z-index: 1; width: 100%; height: 25%; content: ""; background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent); }
.banner .text p { font-family: "SYST900"; font-size: .54rem; line-height: .95rem; letter-spacing: 2px; text-shadow: 0 0 .1rem rgba(0, 0, 0, .48); transform: translateY(100%); opacity: 0; transition: all 1s; }
.banner .swiper-slide-active p { transform: translateY(0); opacity: .95; transition: all 1s 1.1s; }
.banner .text .over { position: relative; z-index: 2; overflow: hidden; }

@keyframes ani-rote { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } }
/* 网站底部 */
.footer { background-image: url("../images/foot_bg.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.footer .container { padding: .48rem 0; }

.contact { font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: left; }
.contact .img { margin: 0 0 .4rem; }
.contact .img img { max-height: .86rem; }
.contact a { color: #fff; }

.foot-link1 { display: -ms-flexbox; display: flex; align-items: center; }
.foot-link1 li { position: relative; cursor: pointer; }
.foot-link1 li:hover .img { top: calc(100% + .08rem); opacity: 1; visibility: visible; }
.foot-link1 a:hover .icon img { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }
.foot-link1 .line { height: .6rem; margin: 0 .2rem; border-left: 1px solid rgba(255, 255, 255, 0.25); border-right: 1px solid rgba(0, 0, 0, 0.25); }
.foot-link1 .img { position: absolute; top: calc(100% + .3rem); right: auto; bottom: auto; left: 50%; z-index: 1; padding: .02rem; width: 1.2rem; border-radius: 4px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); background: #fff; opacity: 0; visibility: hidden; box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.22); -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-link1 .img::after { position: absolute; top: auto; right: calc(50% - 5px); bottom: 100%; left: auto; z-index: 1; content: ""; border-top: 0.08rem solid transparent; border-right: 0.07rem solid transparent; border-bottom: .08rem solid #fff; border-left: 0.07rem solid transparent; }
.foot-link1 .img img { width: 100%; }
.foot-link1 .icon { width: .84rem; height: .8rem; margin: 0 auto; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; }
.foot-link1 .icon img { -webkit-transition: all 0.38s ease-out 0s; -moz-transition: all 0.38s ease-out 0s; -ms-transition: all 0.38s ease-out 0s; -o-transition: all 0.38s ease-out 0s; transition: all 0.38s ease-out 0s; max-width: 100%; border-radius: .06rem; }
.foot-link1 p { font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: center; }

.foot-link2 { display: -ms-flexbox; display: flex; justify-content: flex-end; margin: .75rem 0 0; }
.foot-link2 a { display: block; min-width: 2.55rem; padding: 0 .42rem 0 .18rem; font-size: 0.16rem; font-weight: 500; line-height: 0.52rem; color: #fff; text-align: left; border: 1px solid rgba(255, 255, 255, 0.5); background-image: url("../images/f_icon4.png"); background-repeat: no-repeat; background-position: calc(100% - .18rem) 50%; background-color: transparent; background-size: 0.1rem; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.foot-link2 a:hover { color: #339966; background-image: url("../images/f_icon5.png"); background-color: rgba(255, 255, 255, 0.9); }

.copy { padding: .12rem; border-top: 1px solid rgba(255, 255, 255, 0.3); font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: center; }

/* 首页样式 */
.column { position: relative; width: 100%; margin: .5rem 0 .35rem; }
.column h3 { font-family: "syht500"; font-size: 0.36rem; font-weight: 500; line-height: 0.6rem; color: #333; text-align: left; }
.column h3 span { background: linear-gradient(0deg, #3479ef, #09b586); -webkit-background-clip: text; color: transparent; background: transparent\0; color: #339966\0; }
.column .more { position: absolute; top: 0.15rem; right: 0; bottom: auto; left: auto; z-index: 1; }

.more { display: -ms-flexbox; display: flex; font-size: 0.16rem; font-weight: 500; line-height: 0.24rem; color: #09b586; text-align: left; }
.more span { -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-bottom: 1px solid #339966; }
.more i { width: .26rem; height: .3rem; margin: 0 0 0 .08rem; background-image: url("../images/f_icon1.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 { color: #3479ef; }
.more:hover span { border-color: #3479ef; }
.more:hover i { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }

.home1 { padding: 0 0 .8rem; background-image: url("../images/index_bg1.jpg"); background-repeat: no-repeat; background-position: 100% 0; background-color: transparent; background-size: 7.14rem; }
.home1 .news-swiper1 { width: 52.4%; margin: 0; }
.home1 .news-list1 { width: 42.75%; }

.news-swiper1 .img { padding: 4.25rem 0 0; }
.news-swiper1 .text { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 100%; padding: .3rem 1.8rem .1rem .3rem; background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent); }
.news-swiper1 .title { font-size: .24rem; color: #fff; line-height: .42rem; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); -webkit-transition: transform 0.3s ease-out 0.7s; -moz-transition: transform 0.3s ease-out 0.7s; -ms-transition: transform 0.3s ease-out 0.7s; -o-transition: transform 0.3s ease-out 0.7s; transition: transform 0.3s ease-out 0.7s; }
.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: .2rem; right: .26rem; left: auto; width: auto; z-index: 3; }
.news-swiper1 .pagination .swiper-pagination-bullet { margin: 0 .05rem; opacity: 1; width: .11rem; height: .11rem; border-radius: 50%; background: #94928f; }
.news-swiper1 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #09b586; }

.news-list1 li { position: relative; display: -ms-flexbox; display: flex; justify-content: space-between; border-bottom: 1px dashed #cacaca; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.news-list1 li::before { position: absolute; top: auto; right: auto; bottom: -4px; left: -3px; z-index: 1; content: ""; width: 7px; height: 7px; background: #09b586; border-radius: 50%; opacity: 0; -webkit-transition: all 0.2s ease-out 0.5s; -moz-transition: all 0.2s ease-out 0.5s; -ms-transition: all 0.2s ease-out 0.5s; -o-transition: all 0.2s ease-out 0.5s; transition: all 0.2s ease-out 0.5s; }
.news-list1 li::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 1px; background: linear-gradient(90deg, #09b586 42%, #3479ef); -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.news-list1 .title { width: calc(100% - 1.4rem); line-height: .69rem; -webkit-transition: color 0.3s ease-out 0s; -moz-transition: color 0.3s ease-out 0s; -ms-transition: color 0.3s ease-out 0s; -o-transition: color 0.3s ease-out 0s; transition: color 0.3s ease-out 0s; }
.news-list1 .date { font-size: .18rem; line-height: .69rem; -webkit-transition: color 0.3s ease-out 0s; -moz-transition: color 0.3s ease-out 0s; -ms-transition: color 0.3s ease-out 0s; -o-transition: color 0.3s ease-out 0s; transition: color 0.3s ease-out 0s; }

.news-list2 { width: calc(100% + .44rem); font-size: 0; margin: 0 -0.22rem; margin-top: .5rem; }
.news-list2 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.22rem; }
.news-list2 .img-zoom { display: flex; overflow: visible; }
.news-list2 .img-frame { width: 61.36%; -webkit-transition: box-shadow 0.3s ease-out 0s; -moz-transition: box-shadow 0.3s ease-out 0s; -ms-transition: box-shadow 0.3s ease-out 0s; -o-transition: box-shadow 0.3s ease-out 0s; transition: box-shadow 0.3s ease-out 0s; }
.news-list2 .img { padding: 56.25% 0 0; }
.news-list2 .text { width: 34%; }
.news-list2 .title { max-height: .9rem; -webkit-transition: color 0.3s ease-out 0s; -moz-transition: color 0.3s ease-out 0s; -ms-transition: color 0.3s ease-out 0s; -o-transition: color 0.3s ease-out 0s; transition: color 0.3s ease-out 0s; }
.news-list2 .date { margin: .2rem 0 0; }

.home2 { padding: 1px 0 .78rem; background-image: url("../images/index_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }

.news-swiper2 { padding: 0 0 5px; }
.news-swiper2 .date { display: inline-block; margin: 0 0 0 .46rem; line-height: .18rem; font-size: .18rem; background: linear-gradient(0deg, #3479ef, #09b586); -webkit-background-clip: text; color: transparent; background: transparent\0; color: #339966\0; border-bottom: 2px solid #339966; }
.news-swiper2 .date p:nth-child(1) { font-size: .5rem; line-height: .5rem; margin: 0 .03rem 0 0; }
.news-swiper2 .date p:nth-child(2) { padding: .26rem 0 0 .03rem; background-image: url("../images/f_icon2.png"); background-repeat: no-repeat; background-position: 0 0; background-color: transparent; background-size: 0.32rem; }
.news-swiper2 .title { position: relative; z-index: 1; display: block; padding: .24rem .46rem; background: #fff; border-radius: .6rem; overflow: hidden; }
.news-swiper2 .title .tt2 { height: .6rem; }
.news-swiper2 .title::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: 0; background: linear-gradient(90deg, #09b586 42%, #3479ef); opacity: 0; -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; }
.news-swiper2 .swiper-scrollbar { position: static; width: 100%; height: 2px; background: #fff; margin: .35rem 0 0; overflow: visible; }
.news-swiper2 .swiper-scrollbar .swiper-scrollbar-drag { top: -2px; height: 5px; background: linear-gradient(90deg, #09b586 42%, #3479ef); cursor: pointer; }

.home3 { padding: 1px 0 1rem; background-image: url("../images/index_bg3.jpg"); background-repeat: no-repeat; background-position: 50% 20%; background-color: transparent; background-size: cover; }
.home3 .l-box, .home3 .r-box { width: 47.5%; }
.home3 .swiper-container { padding: .1rem; }
.home3 .swiper-container .img-zoom { display: -ms-flexbox; display: flex; justify-content: space-between; overflow: visible; }
.home3 .swiper-container .img-frame { width: 63%; -webkit-transition: box-shadow 0.3s ease-out 0s; -moz-transition: box-shadow 0.3s ease-out 0s; -ms-transition: box-shadow 0.3s ease-out 0s; -o-transition: box-shadow 0.3s ease-out 0s; transition: box-shadow 0.3s ease-out 0s; }
.home3 .swiper-container .img { padding: 53% 0 0; }
.home3 .swiper-container .text { width: 32%; }
.home3 .swiper-container .title { max-height: .9rem; }
.home3 .swiper-container .info { max-height: .48rem; margin: .12rem 0 .22rem; }
.home3 .swiper-container .date { display: inline-block; padding: .22rem 0 0; font-size: .18rem; border-top: 1px solid #339966; }
.home3 .swiper-container .pagination { position: absolute; bottom: .18rem; right: calc(37% + .12rem); left: auto; width: auto; z-index: 3; }
.home3 .swiper-container .pagination .swiper-pagination-bullet { margin: 0 .05rem; opacity: 1; width: .1rem; height: .1rem; border-radius: 50%; background: #aaa; }
.home3 .swiper-container .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #09b586; }

.research { width: 100%; }
.research .column { margin-bottom: .12rem; }
.research .l-box, .research .r-box { width: 47.5%; }

.slide-tag { position: relative; align-items: center; margin: 0 0 .2rem; }
.slide-tag h3 { font-family: "syht500"; font-size: 0.28rem; font-weight: 500; line-height: 0.7rem; color: #999; text-align: left; 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; }
.slide-tag h3.active { font-size: .36rem; color: #333 }
.slide-tag .line { display: block; width: 1px; height: .52rem; margin: 0 .25rem; background: #d7d7d7; -webkit-transform: rotate(15deg); -moz-transform: rotate(15deg); -ms-transform: rotate(15deg); -o-transform: rotate(15deg); transform: rotate(15deg); }
.slide-tag h3.active span { background: linear-gradient(0deg, #3479ef, #09b586); -webkit-background-clip: text; color: transparent; background: transparent\0; color: #339966\0; }
.slide-tag .more { position: absolute; top: 0.2rem; right: 0; bottom: auto; left: auto; z-index: 1; display: none; }
.slide-tag .more.active { display: flex; }

.slide-item { display: none; }
.slide-item.active { display: flex; animation: ani-up .5s; }
.slide-item.news-list1 li { width: 47.5%; }

@keyframes ani-up { 0% { opacity: 0; -webkit-transform: translateY(0.36rem); -moz-transform: translateY(0.36rem); -ms-transform: translateY(0.36rem); -o-transform: translateY(0.36rem); transform: translateY(0.36rem); }
  100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } }
/* 内页样式 */
.decorate { position: relative; padding: 28% 0 0; }
.decorate img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }

.main-box .container { align-items: flex-start; }

.sidebar { position: relative; z-index: 3; width: 2.8rem; margin: -1rem 0 .6rem; padding: 0 0 .15rem .15rem; box-shadow: 0px 0.06rem 0.18rem 0px rgba(165, 186, 199, 0.32); background: linear-gradient(110deg, #09b586, #3479ef); }
.sidebar h3 { position: relative; padding: 0 .15rem 0 0; font-family: "syht700"; font-size: 0.32rem; font-weight: 700; line-height: 1rem; color: #fff; text-align: center; }
.sidebar .sub-nav { position: relative; background: #fff; border-radius: .22rem 0 0 .22rem; 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 { background: #f8f8f8; }
.sidebar .sub-nav li.cur > a { color: #339966 !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: #339966; }
.sidebar .sub-nav a { display: -ms-flexbox; display: flex; align-items: center; padding: .2rem .6rem .2rem .4rem; font-size: 0.18rem; 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: .64rem; 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 { align-items: flex-start; height: auto; padding: .08rem .2rem .08rem .3rem; font-size: .15rem; line-height: .22rem; }
.sidebar .sub-nav .lv3 a::before { display: inline-block; width: 5px; height: 5px; background: #ccc; margin: .09rem .1rem 0 0; border-radius: 50%; content: ""; }
.sidebar .sub-nav .lv3 a:hover { color: #09b586; }
.sidebar .sub-nav .lv3 a:hover::before { background: #09b586; }
.sidebar .sub-nav .lv3 a.cur { color: #339966; font-weight: 700; }
.sidebar .sub-nav .lv3 a.cur::before { background: #339966; }

.main { position: relative; z-index: 4; width: calc(100% - 3.4rem); min-height: 4rem; margin: .22rem 0 0; padding: 0 0 .4rem; }
.main .news-list1 { margin: .2rem 0 0; }
.main .news-list1 li { padding: 0 .1rem; }

.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.26rem; font-weight: 500; line-height: 0.6rem; color: #333; text-align: left; border-bottom: 2px solid #339966; margin: 0 0 -1px; }
.position .line { display: none; }

.place { font-size: 0.15rem; font-weight: 500; line-height: 0.6rem; color: #888; text-align: left; padding: 0 0 0 26px; white-space: nowrap; background-image: url(../images/place.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.21rem; }
.place a { color: #888; }
.place a:hover { color: #339966; }

.list1 { margin: .1rem 0 0; }
.list1 li { position: relative; }
.list1 a { padding: .25rem .25rem; border-bottom: 1px solid #eee; background-image: url("../images/list_bg3.png"); background-repeat: no-repeat; background-position: 0.04rem 50%; background-color: #fff; background-size: auto; -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 { width: calc(100% - 1.1rem); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list1 .line { width: 1px; height: .4rem; margin: 0 0; background: #339966; }
.list1 .date1 { font-size: .16rem; color: #339966; }
.list1 .date1 p:first-child { font-size: .24rem; margin: 0 0 5px; }

.picture2 { margin: .2rem 0 0; }
.picture2 li.no-img .text { width: 100%; padding-left: 0; }
.picture2 a { position: relative; display: block; padding: 0.28rem 0.25rem; font-size: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.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; }
.picture2 a::before { position: absolute; top: 0; right: -0.1rem; bottom: auto; left: auto; z-index: -2; content: ""; width: 100%; height: 100%; background: linear-gradient(90deg, #09b586, #3479ef); 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; }
.picture2 .img-frame { display: inline-block; vertical-align: top; width: 2.6rem; }
.picture2 .img-frame .img { padding: 56.25% 0 0; }
.picture2 .text { display: inline-block; vertical-align: top; width: calc(100% - 2.6rem); padding: 0 0 0 .3rem; }
.picture2 .date { margin: .08rem 0 .12rem; font-size: .18rem; }
.picture2 .title { line-height: .3rem; color: #222; }
.picture2 .info { height: .5rem; }

.picture3 { font-size: 0; margin: 0 -0.15rem; }
.picture3 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.15rem; }
.picture3 .img-zoom { margin: .32rem 0 0; padding: .12rem; border: 1px solid #eee; border-radius: 4px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; background: #fcfeff; box-shadow: 0px 0.05rem 0.12rem 0px rgba(165, 186, 199, 0.32); }
.picture3 .img { padding: 65% 0 0; }
.picture3 .text { padding: .15rem 0 .05rem; }
.picture3 .title { font-size: 0.18rem; font-weight: 500; line-height: 0.4rem; color: #333; text-align: center; }

.teach-column { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; margin: .2rem 0 0; border-bottom: 1px solid #ddd; }
.teach-column h5 { margin: 0 0 -1px; font-size: 0.22rem; font-weight: 700; line-height: 0.5rem; color: #333; text-align: left; border-bottom: 3px solid #09b586; }
.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: #339966; 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; background-position-y: 10%; }
.teach-list .title { font-size: .18rem; padding: .12rem 0; line-height: .25rem; text-align: center; }

.article { padding: .5rem 0 .2rem; }
.article .title { font-size: 0.26rem; 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: .2rem 0 .1rem; padding: .12rem 0 .12rem; font-size: 0.15rem; font-weight: 500; line-height: 0.22rem; color: #888; text-align: center; background: #f8f8f8; }
.article .sub span { margin: 0 .1rem; }
.article .sub span span { margin: 0; }
.article .content { padding: .3rem 0 .2rem; font-size: 0.18rem; font-weight: 500; line-height: 200%; color: #333; text-align: justify; }
.article .content p { text-indent: 2em; word-break: break-all; margin: 0 0 .14rem; }
.article .content img, .article .content video { max-width: 100% !important; 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; line-height: 160%; }
.article .content table p { text-indent: 0; margin: 0; line-height: 160%; }
.article .content table img, .article .content table video, .article .content table iframe { margin-top: 0; margin-bottom: 0; }
.article .content iframe { display: block; max-width: 100%; margin: 0 auto .2rem; }
.article .cont-page { position: relative; padding: .3rem 90px .28rem .1rem; border-top: 3px solid #339966; }
.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: #339966; -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: #339966; font-weight: 700; }
.article .cont-page a:hover span::after { width: 100%; }
.article .return-list { position: absolute; top: 50%; right: 0; bottom: auto; left: auto; z-index: 1; text-align: center !important; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.article .return-list p { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; font-size: 0.18rem; font-weight: 500; line-height: 200%; color: #339966; text-align: center; }
.article .return-list:hover p { font-weight: 700; }
.article ul a, .article a { color: #2196f3; }
.article ul a:hover, .article a:hover { text-decoration: underline; }
.article .table-box { overflow-x: auto; }
.article.about .content { padding-top: 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, #09b586, #339966); }
.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 #09b586; }
.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, #339966, #09b586); border-radius: 5px 5px 0 0; }
.teach-article .article-title:first-child { margin-top: .1rem; }
.teach-article .content p { margin: 0 !important; }

.teach-about { margin: .26rem 0 0; padding: .2rem .3rem .22rem; background: #f5f5f5; }
.teach-about h1 { font-size: .22rem; color: #09b586; text-align: center; }
.teach-about .teach-content { max-height: .9rem; margin: .15rem 0 .1rem; font-size: .16rem; line-height: .3rem; color: #555; text-indent: 2em; text-align: justify; }
.teach-about .more { justify-content: flex-end; align-items: center; }
.teach-about .more span { border: none; }

/* 翻页样式 */
#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; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: .11rem .13rem; color: #09b586; border: 1px solid #eee; border-radius: .3rem; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: linear-gradient(110deg, #09b586, #3479ef); font-weight: bold; color: #fff; border-color: transparent; }
#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: .3rem; width: .5rem; height: .36rem; line-height: .34rem; vertical-align: bottom; border-color: #eee; }

@media screen and (min-width: 1025px) { 
    .home3 .swiper-container .img-zoom:hover .title, .home3 .swiper-container .img-zoom:hover .date { color: #339966; }
    .home3 .swiper-container .img-zoom:hover .img-frame { box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.3); }
    .news-swiper2 .swiper-slide:hover .title { color: #fff; }
    .news-swiper2 .swiper-slide:hover .title::after { height: 100%; opacity: 1; }
    .news-list2 .img-zoom:hover .img-frame { box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.3); }
    .news-list2 .img-zoom:hover .title, .news-list2 .img-zoom:hover .date { color: #339966; }
    .news-list1 li:hover { -webkit-transform: translateX(0.07rem); -moz-transform: translateX(0.07rem); -ms-transform: translateX(0.07rem); -o-transform: translateX(0.07rem); transform: translateX(0.07rem); }
    .news-list1 li:hover::before { opacity: 1; -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; }
    .news-list1 li:hover::after { width: 100%; }
    .news-list1 li:hover .title, .news-list1 li:hover .date { color: #339966; }
    .list1 li:hover .title { color: #339966; }
  .list1 li:hover .title i { background: #09b586; border-color: #09b586; }
  .list1 li:hover .title i::after { background: #fff; }
  .list1 li:hover::after { width: 100%; }
  .picture2 a:hover::before { right: 0; opacity: 1; }
  .picture2 a:hover .title { color: #fff; }
  .picture2 a:hover .date, .picture2 a:hover .info { color: #fff; }
  .picture3 .img-zoom:hover { border-color: #339966; background: #339966; }
  .picture3 .img-zoom:hover .title { color: #fff; } }
@media screen and (max-width: 1660px) { .header .right-wrapper { max-width: calc(100% - 6.4rem); }
  .nav li a { font-size: .2rem; }
  .foot-link1 .icon img { max-width: .7rem; max-height: .6rem; } }
@media screen and (max-width: 1024px) { html { font-size: 90px; }
  .header { padding: 10px 0 !important; transition: all .2s; background: linear-gradient(90deg, #09b586 42%, #3479ef); 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; }
  .container { max-width: 92%; }
  .column { justify-content: flex-start !important; margin: .2rem 0 .12rem; }
  .column h3 { font-size: .34rem; }
  .banner { margin: 65px 0 0; }
  .banner .img { height: auto; padding: 45% 0 0; }
  .banner .pagination { bottom: .2rem; }
  .banner .pagination .swiper-pagination-bullet { width: .35rem; height: .35rem; margin: 0 4px; background-size: .22rem; }
  .banner .text p { font-size: 5vw; }
  .news-swiper2 .date p:nth-child(1) { font-size: .4rem; }
  .slide-tag { margin: 0; justify-content: flex-start; }
  .slide-tag .line { height: .4rem; }
  .slide-tag h3 { font-size: .24rem; }
  .slide-tag h3.active { font-size: .3rem; }
  .home3 .l-box, .home3 .r-box { width: 100%; }
  .slide-item.news-list1 li { width: 100%; }
  .title { font-size: .2rem; }
  .home1 { padding-bottom: .4rem; }
  .home1 .news-swiper1 { width: 100%; }
  .home1 .news-list1 { width: 100%; margin: .1rem 0 0; }
  .news-swiper1 .img { padding: 56.25% 0 0; }
  .news-list2 { margin: .3rem 0 0; }
  .news-list2 > li { width: 100%; padding: 0; margin: .2rem 0 0; }
  .news-list2 > li:first-child { margin: 0; }
  .news-list2 .img-frame { width: 3rem; }
  .news-list2 .text { width: calc(100% - 3.3rem); }
  .home2 { padding-bottom: .4rem; }
  .home3 { padding-bottom: .4rem; }
  .home3 .swiper-container .img-frame { width: 3rem; }
  .home3 .swiper-container .img-frame .img { padding: 56.25% 0 0; }
  .home3 .swiper-container .text { width: calc(100% - 3.3rem); }
  .home3 .swiper-container .pagination { position: static; margin: .1rem 0; text-align: center; }
  .contact { width: 100%; order: 1; text-align: center; }
  .contact .img { margin: .2rem 0; }
  .foot-link1 { justify-content: center; }
  .foot-link2 { justify-content: center; margin: .3rem 0 0; }
  .footer .container { padding: .25rem 0; }
  .footer .container .r-box { width: 100%; }
  .decorate { margin: 61px 0 0; padding: 35% 0 0; }
  .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: .22rem; line-height: .5rem; text-align: center; }
  .sidebar h3::after { display: none; }
  .sidebar h3 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .5rem; height: .5rem; background-image: url(../images/daohang.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.24rem; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .sidebar h3.down i { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .sidebar h3 .return-sup { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; display: block; width: .5rem; height: .5rem; background-image: url("../images/fanhui.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.24rem; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  .sidebar .sub-nav { display: none; padding: .1rem .2rem .2rem; }
  .sidebar .sub-nav li .lv3 { margin: 0; padding-top: 0; }
  .sidebar .sub-nav a { height: .5rem; text-align: left; font-size: .18rem; line-height: .5rem; padding-left: .2rem; }
  .sidebar .sub-nav .down { top: 0; height: .45rem; }
  .main { width: 100%; padding-top: .16rem; padding-bottom: .2rem; margin: 0; box-shadow: none; background: none; }
  .main::before { display: none; }
  .position { margin: 0; }
  .position h3 { font-size: .21rem; line-height: .5rem; }
  .place { line-height: .5rem; }
  .list1 a { padding: .2rem; }
  .teach-list > li { width: 33.333%; }
  .article { padding: .3rem 0 0 !important; } .sidebar .sub-nav .lv3 a br{ display: none; }
  .article .sub { margin: .2rem 0 0; padding: 0 0 .18rem; } }
@media screen and (max-width: 768px) { .news-swiper1 .text { padding: .3rem 1.5rem .1rem .2rem; }
  .news-swiper1 .title { font-size: .2rem; }
  .mobile-show { display: block !important; }
.mobile-hide { display: none !important; } .teach-about { padding: .1rem .12rem .12rem; }
  .foot-link1 { justify-content: space-between; }
  .foot-link1 .line { margin: 0; }
  .foot-link1 .icon img { max-width: .6rem; max-height: .5rem; }
  .foot-link1 p { font-size: .15rem; line-height: .2rem; }
  .position { padding: 0 0 5px; border-bottom: 1px solid #339966; }
  .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-top: .18rem; }
  .article { padding: .25rem 0 0 !important; }
  .article .title { font-size: .22rem; }
  .article .content { padding: .2rem 0 .1rem; }
  .article .content p { margin: 0 0 .2rem; }
  .article .cont-page { padding: .15rem 0 .35rem; }
  .cont-page { padding-right: .1rem; }
  .cont-page .return-list { display: block; position: static; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  .cont-page .return-list p { font-weight: 700; }
  .teach-list { margin: 0 -7px; }
  .teach-list > li { padding: 0 7px; margin: .2rem 0 0; }
  .picture2 { margin: 0; }
  .picture2 a { padding: .2rem 0; }
  .picture2 .img-frame { width: 2.1rem; }
  .picture2 .text { width: calc(100% - 2.1rem); padding-left: .2rem; }
  .picture3 { margin: 0 -.1rem; }
  .picture3 > li { width: 50%; padding: 0 .1rem; }
  .picture3 .img-zoom { margin: .2rem 0 0; }
  #list-page { margin: .3rem 0 .2rem !important; }
  #list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a {  }
  #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; }
.sidebar h3 { font-size: .2rem; }
  .pad-btn .nav-btn i { margin: 6px 0; }
  .pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0px, 8px) rotate(45deg); -moz-transform: translate(0px, 8px) rotate(45deg); -ms-transform: translate(0px, 8px) rotate(45deg); -o-transform: translate(0px, 8px) rotate(45deg); transform: translate(0px, 8px) rotate(45deg); }
  .pad-btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0px, -8px) rotate(-45deg); -moz-transform: translate(0px, -8px) rotate(-45deg); -ms-transform: translate(0px, -8px) rotate(-45deg); -o-transform: translate(0px, -8px) rotate(-45deg); transform: translate(0px, -8px) rotate(-45deg); }
  .banner { margin: 54px 0 0; }
  .banner .img { padding: 50% 0 0; }
  .banner .pagination { bottom: .12rem; }
  .banner .pagination .swiper-pagination-bullet { width: .26rem; height: .26rem; margin: 0 4px; background-size: .16rem; }
  .column h3 { font-size: .28rem; }
  .news-swiper1 .text { padding: .2rem 1.1rem .08rem .1rem; }
  .news-swiper1 .title { font-size: .19rem; }
  .news-swiper1 .pagination { bottom: .12rem; right: .15rem; }
  .news-swiper1 .pagination .swiper-pagination-bullet { width: .1rem; height: .1rem; margin: 0 3px; }
  .news-list1 li { display: block; padding: .12rem 0 !important; }
  .news-list1 .title { width: 100%; line-height: .26rem; text-overflow: clip; white-space: initial; }
  .news-list1 .date { margin: 4px 0 0; line-height: .3rem; }
  .news-list2 .img-frame { width: 100%; }
  .news-list2 .text { width: 100%; margin: .15rem 0 0; }
  .news-list2 .date { margin: .1rem 0 0; }
  .news-swiper2 .date { margin: 0 0 0 .26rem; }
  .news-swiper2 .title { padding: .15rem .2rem; border-radius: .2rem; }
  .news-swiper2 .swiper-scrollbar { margin: .2rem 0 0; }
  .research { padding: .25rem 0 0; }
  .slide-tag { display: block; margin: 0 0 .12rem; }
  .slide-tag .line { display: none; }
  .slide-tag h3 { line-height: .4rem; }
  .slide-tag h3.active { font-size: .26rem; }
  .home3 .swiper-container { padding: 0; }
  .home3 .swiper-container .img-zoom { display: block; }
  .home3 .swiper-container .img-frame { width: 100%; }
  .home3 .swiper-container .text { width: 100%; margin: .12rem 0 0; }
  .home3 .swiper-container .info { margin: .1rem 0 .15rem; }
  .home3 .swiper-container .date { padding: .15rem; }
  .home3 .swiper-container .pagination { margin-top: 0; }
  .foot-link1 { flex-wrap: wrap; align-items: flex-start; justify-content: center; }
  .foot-link1 li { width: 33.33%; padding: 0 5px !important; }
  .foot-link1 .line { display: none; }
  .foot-link2 a { line-height: .46rem; }
  .list1 a { padding: .15rem; }
  .list1 .title { width: calc(100% - .86rem); 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; }
  .decorate { margin: 54px 0 0; padding: 45% 0 0; }
  .picture2 .img-frame { width: 100%; }
  .picture2 .img-frame .img { padding: 66.6% 0 0; }
  .picture2 .text { width: 100%; padding: .14rem 0 0; }
  .picture2 .no-img .text { padding: 0; }
  .picture3 > li { width: 100%; } }

/*# sourceMappingURL=style.css.map */