@charset "UTF-8";
/* 网站通用样式 */
@font-face {
    font-family: "sys";
    font-weight: 400;
    src: url("../fonts/SourceHanSerifCN-Medium.woff") format("woff");
    font-display: swap
}

@font-face {
    font-family: "sys";
    font-weight: 700;
    src: url("../fonts/SourceHanSerifCN-Bold.woff") format("woff");
    font-display: swap
}
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

html { width: 100%; min-width: 320px; font-size: 100px; overflow-x: hidden; }
html::-webkit-scrollbar { width: .1rem; }
html::-webkit-scrollbar-thumb { border-radius: .1rem; background: #6AADB3; }
html::-webkit-scrollbar-track { border-radius: 0; background: rgba(0, 0, 0, 0.3); }

.overflow { height: 100vh; overflow: hidden !important; }

.container { width: 16rem; max-width: 90%; margin: 0 auto; font-size: .18rem; }

.title { font-size: 0.2rem; font-weight: 400; line-height: 0.3rem; color: #333; text-align: left; }

.info { font-size: 0.15rem; font-weight: 400; line-height: 0.26rem; color: #8a8a8a; text-align: justify; }

.date { font-family: Arial, Helvetica, sans-serif; font-size: 0.16rem; font-weight: 400; line-height: 0.28rem; color: #6AADB3; text-align: left; }

.date1 { width: .65rem; padding: .09rem 0; font-family: Arial, Helvetica, sans-serif; font-size: 0.14rem; font-weight: 400; line-height: 0.22rem; color: #888; text-align: center; }
.date1 p:first-child { font-size: .3rem; font-weight: 700; line-height: .35rem; color: #6AADB3; }

/* 网站头部 */
.header { position: fixed; top: 0; right: 0; bottom: auto; left: auto; z-index: 1000; width: 100%; padding: .22rem 0 .4rem; background: linear-gradient(180deg, rgba(106, 173, 179, 0.8) 22%, rgba(106, 173, 179, 0) 98%); }
.header::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: 0; background: #6AADB3; -webkit-transition: all 0.32s ease-out 0s; -moz-transition: all 0.32s ease-out 0s; -ms-transition: all 0.32s ease-out 0s; -o-transition: all 0.32s ease-out 0s; transition: all 0.32s ease-out 0s; }
.header .container { width: 92%; max-width: 92%; }
.header .right-wrap { width: 9.9rem; max-width: calc(100% - 5.6rem); }

.logo { margin: .1rem 0 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.logo img { max-height: .7rem; }

.top-link { display: flex; align-items: center; font-size: 0.16rem; font-weight: 400; line-height: 0.36rem; color: #fff; text-align: center; }
.top-link::after { display: block; content: ""; box-sizing: border-box; content: ""; width: 1px; height: .18rem; margin: 0 .22rem; background: #d8d8d8; }
.top-link a { position: relative; display: block; color: #fff; background: url("../images/zyt.png") no-repeat left center;padding-left:25px;}
.top-link a::after { position: absolute; top: auto; right: 0; bottom: 0.02rem; left: auto; z-index: 1; content: ""; width: 0; height: 1px; background: #fff; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.top-link a:hover::after { right: auto; left: 0; width: 100%; }

.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: 8px 0; background: #fff; -webkit-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; -moz-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; -ms-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; -o-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; }
.nav-btn i:nth-child(2) { width: 75%; }
.nav-btn.close i:nth-child(1) { -webkit-transform: translate(0px, 10px) rotate(45deg); -moz-transform: translate(0px, 10px) rotate(45deg); -ms-transform: translate(0px, 10px) rotate(45deg); -o-transform: translate(0px, 10px) rotate(45deg); transform: translate(0px, 10px) rotate(45deg); }
.nav-btn.close i:nth-child(2) { opacity: 0; }
.nav-btn.close i:nth-child(3) { -webkit-transform: translate(0px, -10px) rotate(-45deg); -moz-transform: translate(0px, -10px) rotate(-45deg); -ms-transform: translate(0px, -10px) rotate(-45deg); -o-transform: translate(0px, -10px) rotate(-45deg); transform: translate(0px, -10px) rotate(-45deg); }

.nav { position: relative; z-index: 100; width: 100%; }
.nav li { position: relative; }
.nav li a { position: relative; z-index: 2; display: block; font-size: 0.2rem; font-weight: 400; 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; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.nav li > a::before { position: absolute; top: auto; right: auto; bottom: -1px; left: 50%; z-index: 1; content: ""; width: 0%; height: 3px; background: #fff; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.nav li:hover > a { font-weight: 700; }
.nav li:hover > a::before { left: 0; width: 100%; }
.nav li:hover .sub-nav { visibility: visible; opacity: 1; -webkit-transform: rotateX(0); -moz-transform: rotateX(0); -ms-transform: rotateX(0); -o-transform: rotateX(0); transform: rotateX(0); }
.nav li.on > a { font-weight: 700; }
.nav li.on > a::before { left: 0; width: 100%; }
.nav .sub-nav { position: absolute; top: 100%; right: auto; bottom: auto; left: calc(50% - .9rem); z-index: 1; width: 1.8rem; padding: .1rem 0; background: #6AADB3; opacity: 0; visibility: hidden; box-shadow: 0 4px 0.2rem 0 rgba(0, 0, 0, 0.15); background: white; -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: #6AADB3; 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: .18rem; font-weight: 500; line-height: .24rem; border-bottom: 1px solid #e0eff6; color: #333; -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; }

.pc-search { overflow: hidden; background: rgba(255, 255, 255, 0.2); border-radius: .36rem; border: 1px solid #6AADB3; }
.pc-search form, .pc-search .form { display: flex !important; }
.pc-search .input { width: 1.5rem; height: .36rem; padding: 0 .1rem 0 .14rem; vertical-align: top; font-size: 0.14rem; font-weight: 400; line-height: 0.36rem; color: #fff; text-align: left; }
.pc-search .input::placeholder { color: rgba(255, 255, 255, 0.6); }
.pc-search .submit { width: .56rem; height: .36rem; background-image: url("../images/search.png"); background-repeat: no-repeat; background-position: 50% 55%; background-color: transparent; background-size: 0.24rem; }

.mobile-box { display: none; position: fixed; top: 65px; right: auto; bottom: auto; left: -100%; z-index: 1; width: 100%; height: calc(100vh - 65px); padding: .15rem 4% .3rem; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; opacity: 0; visibility: hidden; background: url("../images/index_bg1.jpg") no-repeat 50% 100% #e9edf8; background-size: cover;}
.mobile-box .nav { width: 100%; height: calc(100% - 1.4rem); padding: 0 0 .2rem; }
.mobile-box .nav ul { display: block; max-width: 100%; height: 100%; overflow-y: auto; }
.mobile-box .nav li { position: relative; width: 100%; border-bottom: 1px solid #ddd; border-top: 1px solid #fff; }
.mobile-box .nav li:first-child { border-top: none; }
.mobile-box .nav li:last-child { border-bottom: none; }
.mobile-box .nav li a { color: #333; font-weight: 500; padding: 0 .1rem; line-height: .52rem; text-align: left; }
.mobile-box .nav li a::after { display: none; }
.mobile-box .nav li .icon { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 10; width: .52rem; height: .52rem; background-image: url(../images/arrow2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 7px; cursor: pointer; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.mobile-box .nav li .icon.close { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); }
.mobile-box .nav li > a { font-size: .19rem; }
.mobile-box .nav .sub-nav { display: none; position: static; width: 100%; padding: 0 0 12px 20px; background: none; box-shadow: none; border: none; visibility: visible; transition: none !important; opacity: 1 !important; transform: none !important; }
.mobile-box .nav .sub-nav dd::before { display: none; }
.mobile-box .nav .sub-nav .tri { display: none; }
.mobile-box .nav .sub-nav a { font-size: .16rem; line-height: .34rem; color: #494949 !important; border-bottom: none; }
.mobile-box .nav .sub-nav::before { display: none; }
.mobile-box .mobile-search { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 0 0 0 1px; margin: .1rem auto .15rem; overflow: hidden; }
.mobile-box .mobile-search .form { display: flex; width: 100%; overflow: hidden; border: 1px solid #6AADB3; border-radius: 3px; }
.mobile-box .mobile-search .input { width: calc(100% - .6rem); height: .46rem; padding: 0 .1rem 0 .2rem; vertical-align: top; font-size: 0.17rem; font-weight: 400; line-height: 0.46rem; color: #333; text-align: left; background: #fff; overflow: hidden; }
.mobile-box .mobile-search .submit { width: .6rem; height: .46rem; vertical-align: top; background-image: url("../images/search.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #6AADB3; background-size: 0.17rem; }
.mobile-box .top-link { flex-wrap: wrap; justify-content: center; }
.mobile-box .top-link a { color: #6AADB3; margin: 0 .1rem; }
.mobile-box .top-link::after { display: none; }
.mobile-box.show { left: 0px; opacity: 1; visibility: visible; }

/* 首页轮播图 */
.banner { width: 100%; z-index: 1; font-size: 0; background: #6AADB3; }
.banner .img { position: relative; display: block; width: 100%; height: 34.9vw; 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 .control { position: absolute; top: auto; right: 0; bottom: 0.45rem; left: auto; z-index: 1; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: 100%; }
.banner .control .pause { position: relative; width: .36rem; height: .36rem; margin: 0 .12rem 0 0; background: #6AADB3; border-radius: 50%; cursor: pointer; }
.banner .control .pause::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 2; content: ""; width: 100%; height: 100%; background-image: url("../images/f_icon7_1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto 0.14rem; -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; }
.banner .control .pause::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; content: ""; width: 100%; height: 100%; background-image: url("../images/f_icon7_2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto 0.14rem; -webkit-transform: scale(1.4); -moz-transform: scale(1.4); -ms-transform: scale(1.4); -o-transform: scale(1.4); transform: scale(1.4); 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; }
.banner .control .pause.show::before { opacity: 0; -webkit-transform: scale(0.6); -moz-transform: scale(0.6); -ms-transform: scale(0.6); -o-transform: scale(0.6); transform: scale(0.6); }
.banner .control .pause.show::after { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.banner .pagination { padding: .11rem .1rem; background: rgba(18, 89, 96, 0.4); text-align: center; border-radius: .3rem; }
.banner .pagination .swiper-pagination-bullet { position: relative; vertical-align: middle; width: .14rem; height: .14rem; margin: 0 .05rem; opacity: 1; background: rgba(255, 255, 255, 0.5); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fff; }

/* 网站底部 */
.footer { padding: .68rem 0 .5rem; background-image: url("../images/foot_bg.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: cover; }
.footer .container { position: relative; }

.foot-img img { max-height: .7rem; }

.foot-contact { margin: .36rem 0 .2rem; font-size: 0.16rem; font-weight: 400; line-height: 0.36rem; color: white; text-align: left; }
.foot-contact p:first-child { font-size: .18rem; }

.copy { font-size: 0.14rem; font-weight: 400; line-height: 0.26rem; color: rgba(255, 255, 255, 0.6); text-align: left; }
.copy a{color: rgba(255, 255, 255, 0.6); }
.ewm { display: flex; }
.ewm li { margin-left: .26rem; text-align: center; }
.ewm li:first-child { margin: 0; }
.ewm img { width: 1.42rem; border-radius: .06rem; }
.ewm p { margin: .2rem 0 0; font-size: 0.14rem; font-weight: 400; line-height: 0.22rem; color: rgba(255, 255, 255, 0.6); text-align: center; }

/* 首页样式 */
.column { position: relative; width: 100%; margin: .65rem 0 .52rem; }
.column h3 { display: inline-block; }
.column .cn { position: relative; z-index: 1;  font-size: 0.48rem; font-weight: 400; line-height: 0.48rem; color: #333; text-align: center; font-style: italic; }
.column .cn::after { position: absolute; top: auto; right: auto; bottom: -0.13rem; left: 0; z-index: -1; content: ""; width: 100%; height: .29rem; background: linear-gradient(278deg, rgba(179, 236, 241, 0.8) -7%, rgba(249, 244, 204, 0.16) 101%); -webkit-transform: skew(-10deg) rotate(180deg); -moz-transform: skew(-10deg) rotate(180deg); -ms-transform: skew(-10deg) rotate(180deg); -o-transform: skew(-10deg) rotate(180deg); transform: skew(-10deg) rotate(180deg); }
.column .cn span { color: #6AADB3; }
.column .en { position: relative; z-index: 2; font-family: "kxzt"; font-size: 0.24rem; font-weight: 400; line-height: 0.24rem; color: #bbb; text-align: right; font-style: italic; }
.column > .more { position: absolute; top: auto; right: 0; bottom: 0.12rem; left: auto; z-index: 1; }
.column.white .cn span { color: #fff; }
.column.white .en { color: #fff; }

.more { display: -ms-flexbox; display: flex; align-items: center; font-size: 0.18rem; font-weight: 400; line-height: 0.44rem; color: #333; text-align: left; }
.more i { position: relative; z-index: 1; display: block; padding: .04rem; margin: 0 0 0 .34rem; border: 1px solid rgba(179, 236, 241, 0.38); border-radius: 50%; background: linear-gradient(270deg, rgba(179, 236, 241, 0.3804) 0%, rgba(179, 236, 241, 0) 100%); }
.more i::before { position: absolute; top: 49%; right: 50%; bottom: auto; left: auto; z-index: -1; content: ""; width: .3rem; height: 1px; background: #7DDDE5; }
.more i::after { display: block; content: ""; box-sizing: border-box; width: .08rem; height: .08rem; background: #6AADB3; border-radius: 50%; }
.more:hover { color: #6AADB3; font-weight: 700; }

.home1 { position: relative; z-index: 3; margin: 1.1rem 0 0; }
.home1 .column { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 50%; margin: 0; }
.home1 .l-box { width: 47.5%; }
.home1 .r-box { width: 50%; padding: 1.3rem 0 0; }
.home1 .swiper-arrow { position: absolute; top: auto; right: calc(50vw - 8rem); bottom: 0.12rem; left: auto; z-index: 1; display: -ms-flexbox; display: flex; align-items: center; }
.home1 .swiper-arrow .more { margin: 0 .18rem; }
.home1 .swiper-arrow div { width: .44rem; height: .44rem; border: 1px solid #ccc; border-radius: 50%; background-image: url("../images/f_icon8_1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.11rem; 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; }
.home1 .swiper-arrow div:hover { border-color: #6AADB3; background-image: url("../images/f_icon8_2.png"); }
.home1 .swiper-arrow .swiper-prev { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }

.first-news .img-zoom { margin: 0 0 0 calc(50vw - 8rem); border-radius: .12rem; }
.first-news .img { padding: 4.36rem 0 0; }
.first-news .text { position: relative; z-index: 2; width: 92%; margin: -.8rem 0 0; padding: 0.18rem 0.5rem 0.12rem calc(50vw - 7.55rem); background: rgba(106, 173, 179, 0.9); border-radius: 0px .12rem 0px 0px; }
.first-news .title { height: .6rem; color: #fff; }
.first-news .date { margin: .1rem 0 0; padding: 0 0 0 .28rem; color: #E5E5E5; background-image: url("../images/f_icon1.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.2rem; }

.news-swiper1 { margin: 0 .2rem 0 0; }
.news-swiper1 .img-frame { border-radius: .12rem; }
.news-swiper1 .img { padding: 1.78rem 0 0; }
.news-swiper1 .date { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 2; padding: 0 .16rem; line-height: .31rem; color: #fff; background: rgba(223, 216, 161, 0.9); border-radius: 0 .12rem 0 0; }
.news-swiper1 .title { height: .6rem; margin: .14rem 0 0; }

.home2 { position: relative; z-index: 2; }
.home2::after { position: absolute; top: auto; right: 0; bottom: 1.9rem; left: auto; z-index: -1; content: ""; width: 100%; height: 41vw; background-image: url("../images/index_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: 100%; }

.news-list1 { font-size: 0; margin: 0 -0.14rem; }
.news-list1 > li { display: inline-block; vertical-align: top; width: 25%; padding: 0 0.14rem; }
.news-list1 li:nth-child(odd) a::after { transform-origin: 0% 50%; transform: rotateY(16deg); }
.news-list1 li:nth-child(even) a::after { left: auto; right: 0; transform-origin: 100% 50%; transform: rotateY(-16deg); }
.news-list1 a { position: relative; z-index: 1; display: block; padding: 1.27rem .2rem .45rem; perspective: 1000px; }
.news-list1 a::after { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; content: ""; width: 110%; height: 100%; background: #fff; border-radius: .06rem; transform-origin: 50% 50%; transform-style: preserve-3d; -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 .date { position: absolute; top: 0.42rem; right: auto; bottom: auto; left: 0; z-index: 1; padding: 0 .17rem; color: #fff; background: #6AADB3; line-height: .5rem; border-radius: 0 .25rem .25rem 0; }
.news-list1 .title { height: .6rem; }
.news-list1 .info { height: .6rem; margin: .25rem 0 .3rem; line-height: .3rem; }
.news-list1 .icon { display: block; width: .27rem; height: .27rem; background-image: url("../images/f_icon9.png"); background-repeat: no-repeat; background-position: 42% 50%; background-color: #f5f5f5; background-size: 0.1rem; border-radius: 50%; }

.home3 { position: relative; z-index: 1; padding: 1px 0 1.57rem; }
.home3::after { position: absolute; top: -1.9rem; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: 55vw; background-image: url("../images/index_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 0%; background-color: transparent; background-size: 100%; }

.history-box { position: relative; z-index: 2; margin: .85rem 0 0; }

.history-list li { position: absolute; z-index: 1; border-left: 1px solid #fff; }
.history-list li::after { position: absolute; top: 0; right: auto; bottom: auto; left: -4px; z-index: 1; content: ""; width: 7px; height: 7px; border-radius: 50%; background: #fff; }
.history-list li:nth-of-type(1) { top: 72%; left: 14.2%; }
.history-list li:nth-of-type(2) { bottom: 68%; left: 25%; }
.history-list li:nth-of-type(3) { top: 66%; left: 38%; }
.history-list li:nth-of-type(4) { bottom: 57%; left: 48%; }
.history-list li:nth-of-type(5) { top: 82%; left: 62%; }
.history-list li:nth-of-type(6) { bottom: 64%; left: 84.4%; }
.history-list li:nth-child(odd) { padding: .34rem 0 0 .2rem; }
.history-list li:nth-child(odd)::after { top: auto; bottom: -4px; }
.history-list li:nth-child(odd) .line { bottom: auto; top: -.13rem; }
.history-list li:nth-child(even) { padding: 0 0 .52rem .2rem; }
.history-list .year { font-size: 0.34rem; font-weight: 700; line-height: 0.48rem; color: #6AADB3; text-align: left; white-space: nowrap; }
.history-list .title { margin: .05rem 0 0; font-size: .18rem; }
.history-list .line { position: absolute; top: auto; right: auto; bottom: -0.13rem; left: -0.13rem; z-index: 1; padding: .07rem; background: #DFD8A1; border-radius: 50%; }
.history-list .line::after { display: block; content: ""; box-sizing: border-box; width: .11rem; height: .11rem; background: #fff; border-radius: 50%; }

.home4 { position: relative; z-index: 2; }
.home4 .bg { padding: 0 .27rem .24rem; background: linear-gradient(180deg, rgba(228, 247, 249, 0.85) 0%, #E5F6F7 48%, rgba(224, 239, 240, 0.58) 80%, rgba(224, 240, 241, 0.2) 99%); border-radius: 6px 6px 0px 0px; }
.home4 .bg .column { margin: .4rem 0 .38rem; }
.home4 .bg .l-box { width: 48.83%; }
.home4 .bg .r-box { width: 48.83%; }

.news-list2 li { margin: .16rem 0 0; }
.news-list2 li:first-child { margin: 0; }
.news-list2 a { display: -ms-flexbox; display: flex; justify-content: space-between; background: #fff; border-radius: 6px; overflow: hidden; }
.news-list2 .date1 { display: -ms-flexbox; display: flex; flex-direction: column; justify-content: center; width: .87rem; height: .87rem; background: linear-gradient(180deg, rgba(216, 250, 253, 0.3882) 0%, rgba(230, 242, 243, 0.25) 100%); font-size: .16rem; line-height: .3rem; }
.news-list2 .text { display: -ms-flexbox; display: flex; align-items: center; width: calc(100% - .87rem); padding: 0 .2rem; }

.news-list3 { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; }
.news-list3 li { width: 48.47%; margin: 0 0 .18rem; }
.news-list3 .img-zoom { border-radius: 6px; }
.news-list3 .img { padding: 2.4rem 0 0; }
.news-list3 .title { position: absolute; top: auto; right: 0; bottom: 0; left: auto; z-index: 2; width: 100%; padding: .36rem .19rem .16rem; color: #fff; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }

.submit-box { display: -ms-flexbox; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 1.98rem; margin: .6rem 0 0; background-image: url("../images/list_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.submit-box .text { width: 100%; padding: 0 4%; font-size: 0.22rem; font-weight: 400; line-height: 0.36rem; color: #fff; text-align: center; }
.submit-box .submit-btn { width: 1.85rem; height: .52rem; margin: .25rem 0 0; font-size: 0.2rem; font-weight: 700; line-height: 0.52rem; color: #fff; text-align: center; border-radius: .1rem; background: #DFD8A1; }

.link-list1 { font-size: 0; margin: 0 -0.2rem; }
.link-list1 > li { display: inline-block; vertical-align: top; width: 10%; padding: 0 0.2rem; }
.link-list1 li { margin: 0 0 .1rem; }
.link-list1 a { display: block; }
.link-list1 .icon { display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: 1.25rem; height: 1.25rem; margin: 0 auto; background: linear-gradient(180deg, #DDFBFD 0%, rgba(247, 232, 226, 0) 41%, #B3ECF1 100%); border-radius: 50%; }
.link-list1 .icon img { width: .5rem; }
.link-list1 .title { margin: .2rem 0 0; text-align: center; }

.home5 { padding: .9rem 0 .6rem; background-image: url("../images/index_bg3.jpg"); background-repeat: no-repeat; background-position: 50% 0; background-color: transparent; background-size: 100%; }
.home5 .l-box { width: 46.5%; }
.home5 .r-box { width: 45.625%; }

.news-list4 { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; min-height: 6.3rem; background-image: url("../images/list_bg2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 6.34rem; }
.news-list4 li { width: 47%; margin: 0 0 .4rem; }
.news-list4 li:nth-child(even) { -webkit-transform: translateY(0.9rem); -moz-transform: translateY(0.9rem); -ms-transform: translateY(0.9rem); -o-transform: translateY(0.9rem); transform: translateY(0.9rem); }
.news-list4 .img-zoom { border-radius: 6px 6px 0px 0px; }
.news-list4 .img { padding: 1.96rem 0 0; }
.news-list4 .text { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; padding: 0 .3rem; border: 1px solid #E5E5E5; border-top: none; background: #fff; }
.news-list4 .title { line-height: .53rem; }
.news-list4 i { display: block; width: .27rem; height: .27rem; background-image: url("../images/f_icon6_2.png"); background-repeat: no-repeat; background-position: 45% 50%; background-color: #6AADB3; background-size: 0.1rem; border-radius: 50%; }

.super-slide1 { position: relative; z-index: 1; padding: 1px 0 0; }
.super-slide1::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: calc(100% - .18rem); height: calc(100% - .15rem); border: 1px solid; border-image: linear-gradient(304deg, rgba(131, 204, 211, 0.49) 1%, #F0F0F0 98%) 1; background: #fff; }
.super-slide1 .slide-box { margin: .15rem .18rem 0 0; border-radius: 6px; border: 1px solid; border-image: linear-gradient(304deg, #83CCD3 1%, #F6F1CD 100%) 1; background: #fff; }
.super-slide1 li { background-image: url("../images/list_bg3.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; border-bottom: 1px solid #fff; }
.super-slide1 a { height: 1.2rem; padding: 0 .24rem; }
.super-slide1 .title { width: calc(100% - 1.2rem); padding: 0 0 0 .52rem; background-image: url("../images/f_icon11.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.3rem; }
.super-slide1 .num { font-size: 0.14rem; font-weight: 400; line-height: 0.3rem; color: #E1D367; text-align: left; }
.super-slide1 .num span { font-size: .36rem; font-weight: 700; }

.wyjz { display: -ms-flexbox; display: flex; align-items: center; margin: .3rem 0 0; font-size: 0.36rem; font-weight: 700; line-height: 0.58rem; color: #D8CB64; text-align: left; }
.wyjz img { width: .84rem; margin: 0 .24rem 0 0; }
.wyjz i { position: relative; z-index: -1; display: block; width: 1.24rem; height: 1.24rem; margin: 0 0 0 -.24rem; background: linear-gradient(314deg, rgba(179, 236, 241, 0.8) -6%, rgba(249, 244, 204, 0.16) 100%); border-radius: 50%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; -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; }
.wyjz i::after { display: block; content: ""; box-sizing: border-box; width: 100%; height: 100%; background-image: url("../images/f_icon13.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.27rem; }

/* 内页样式 */
.decorate { position: relative; z-index: 1; padding: 6rem 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: 4; 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.16rem; font-weight: 400; line-height: 0.45rem; color: #fff; text-align: left; background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), 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: 3.1rem; margin: -.9rem 0 .6rem; }
.sidebar h3 { display: -ms-flexbox; display: flex; justify-content: center; align-items: center; position: relative; font-family: "AlibabaPuHuiTi3-SemiBold"; font-size: 0.38rem; font-weight: 400; line-height: 1.2rem; color: #fff; text-align: center; background: linear-gradient(314deg, #f9f4cc -20%, #6AADB3 100%); 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.25rem 0px rgba(165, 186, 199, 0.25); 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: #6AADB3 !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: #6AADB3; }
.sidebar .sub-nav a { display: -ms-flexbox; display: flex; align-items: center; padding: .22rem .5rem .22rem .15rem; font-size: 0.19rem; 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: .8; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.sidebar .sub-nav .down.close { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.sidebar .sub-nav .lv3 { display: none; margin: -.1rem 0 0; padding: 0 0 .15rem .12rem; }
.sidebar .sub-nav .lv3 a { height: auto; padding: .08rem 0 .08rem .2rem; font-size: .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: #6AADB3; }
.sidebar .sub-nav .lv3 a:hover::before { background: #6AADB3; }
.sidebar .sub-nav .lv3 a.cur { color: #6AADB3; font-weight: 700; }
.sidebar .sub-nav .lv3 a.cur::before { background: #6AADB3; }

.main { position: relative; z-index: 4; width: calc(100% - 3.7rem); 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 #6AADB3; }
.position h3 { display: -ms-flexbox; display: flex; align-items: center; white-space: nowrap;  font-size: 0.26rem; font-weight: 400; 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: #6AADB3; border-radius: 50%; }

.list1 { margin: .1rem 0 0; }
.list1 li { position: relative; }
.list1 a { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; position: relative; padding: .22rem .0rem; border-bottom: 1px dashed #e5e5e5; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list1 a::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 2px; background: #6AADB3; -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; }
.list1 .line { width: 1px; height: .5rem; background: #dfdfdf; }
.list1 .date1 { font-size: .15rem; }
.list1 .date1 p:first-child { font-size: .34rem; }
.list1 .text { width: calc(100% - 1.2rem); }
.list1 .title { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list1 .info { margin: .05rem 0 0; }

.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: .25rem; }
.picture2 .img-frame { width: 2.6rem; }
.picture2 .img-frame .img { padding: 1.7rem 0 0; }
.picture2 .text { width: calc(100% - 3rem); }
.picture2 .title::after { display: block; content: ""; box-sizing: border-box; width: .5rem; height: 3px; margin: .15rem 0 .17rem; background: #ffe8a1; }
.picture2 .info { max-height: .56rem; margin: 0 0 .12rem; }
.picture2 .date { padding: 0 0 0 .27rem; background-image: url("../images/f_icon2.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.2rem; }

.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; }

.picture4 { font-size: 0; margin: 0 -0.15rem; margin-bottom: .6rem; }
.picture4 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.15rem; }
.picture4 .img-zoom { margin: .3rem 0 0; 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: #6AADB3; box-shadow: 0px 0.05rem 0.12rem 0px rgba(165, 186, 199, 0.32); }
.picture4 .img { padding: 60% 0 0; }
.picture4 .text { padding: .24rem .2rem .25rem; }
.picture4 .title { color: #fff; font-size: .19rem; font-weight: 700; }
.picture4 .info { margin: .15rem 0 0; color: rgba(255, 255, 255, 0.85); }
.picture4 .bm { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; margin: .18rem 0 0; font-family: "AlibabaPuHuiTi3-SemiBold"; font-size: .18rem; font-weight: 400; line-height: .34rem; color: #fff; }
.picture4 .bm::after { display: block; content: ""; box-sizing: border-box; width: .34rem; height: .34rem; background-image: url("../images/f_icon6.png"); background-repeat: no-repeat; background-position: 40% 50%; background-color: #dfd8a2; background-size: 0.12rem; border-radius: 50%; }
.picture4 .bm span { display: inline-block; }

.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 #6AADB3; }
.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: .44rem 0 0; }
.teach-list .img-zoom { z-index: 1; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; padding: .1rem .1rem 0; border-radius: .05rem; background: #FFFFFF; box-shadow: 0px 4px 0.15rem 0px rgba(14, 65, 150, 0.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: #6AADB3; }
.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.24rem;line-height: 1.4em; color: #333; text-align: center;font-family:sys;}
.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: .25rem 0 .1rem; padding: .12rem .1rem; font-size: 0.14rem; font-weight: 400; line-height: 0.22rem; color: #777; text-align: center; background: #f6f6f6; }
.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,.article .content section { text-indent: 2em; word-break: break-all; 
font-family:sys !important;
line-height:1.8em !important;
color:#333;
text-align:justify;
font-size:.18rem !important;}
.article .content span {
font-family:sys !important;
line-height:1.8em !important;
color:#333;
text-align: justify;
font-size:.18rem !important;}
.article .content img, .article .content video { max-width: 100%; height: auto !important; margin:15px 0;}
.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; }
.table-box{overflow-x:auto;}
.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 #6AADB3; }
.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: #6AADB3; -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: #6AADB3; 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: #6AADB3; text-align: center; }
.article .return-list:hover p { font-weight: 700; }
.article ul a, .article a { color: #2196f3; }
.article ul a:hover, .article a:hover { text-decoration: underline; }
.article .table-box { overflow-x: auto; }

.teach-article { display: flex; justify-content: space-between; }

.teach-article .teach-img { width: 1.8rem; }

.teach-article .teach-img img { min-height: 2.4rem; object-fit: cover; }

.teach-article .teach-img .name { margin: .2rem 0 .1rem; font-size: .21rem; font-weight: 700; line-height: .3rem; color: #333; text-align: center; }

.teach-article .teach-img .p1 { margin: .1rem 0 0; font-size: .16rem; line-height: .24rem; color: #666; text-align: center; }

.teach-article .teach-content { width: calc(100% - 2.2rem); }

.teach-article .teach-title { font-size: .19rem; line-height: .55rem; color: #6AADB3; border-bottom: 1px solid #ddd; font-weight: 700; }

.teach-article .teach-title i { display: inline-block; width: 0; height: 0; border: .06rem solid transparent; border-left-color: #6AADB3; margin: 0 4px 0 0; }

.teach-article .content { padding: .2rem 0; }

.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, #6AADB3, #6AADB3); }
.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 #6AADB3; }
.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, #6AADB3, #6AADB3); 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: .11rem .13rem; color: #6AADB3; border: 1px solid #eee; border-radius: .3rem; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #6AADB3; font-weight: bold; color: #fff; border-color: #6AADB3; }
#list-page .p_t { padding: 0 2px 0 0; color: #777; }
#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d { display: inline-block; }
#list-page .p_pages span { color: #aaa; }
#list-page .p_goto input { font-family: 'Arial'; color: #333; border-radius: 4px; width: .45rem; height: .34rem; line-height: .34rem; vertical-align: bottom; }

.to-top-part { position: fixed; top: auto; right: 0.2rem; bottom: 23%; left: auto; z-index: 1; overflow: hidden; padding: .08rem; visibility: hidden; }
.to-top-part #to-top { display: block; width: .46rem; height: .46rem; border-radius: 4px; background-image: url("../images/toTop.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #CEC78C; background-size: 0.24rem; cursor: pointer; box-shadow: 0 0 0.06rem 0 rgba(0, 0, 0, 0.3); -webkit-transform: translateY(120%); -moz-transform: translateY(120%); -ms-transform: translateY(120%); -o-transform: translateY(120%); transform: translateY(120%); -webkit-transition: all 0.45s ease-out 0s; -moz-transition: all 0.45s ease-out 0s; -ms-transition: all 0.45s ease-out 0s; -o-transition: all 0.45s ease-out 0s; transition: all 0.45s ease-out 0s; }
.to-top-part.show { visibility: visible; }
.to-top-part.show #to-top { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

.contact-item { margin: .4rem 0 .7rem; }

.contact-title { font-family: "AlibabaPuHuiTi3-SemiBold"; font-size: 0.24rem; font-weight: 400; line-height: 0.4rem; color: #6AADB3; text-align: center; }

.contact-list { font-size: 0; margin: 0 -0.2rem; }
.contact-list > li { display: inline-block; vertical-align: top; width: 25%; padding: 0 0.2rem; }
.contact-list li { margin: .3rem 0 0; }
.contact-list .contact-card { text-align: center; border: 1px solid #ddeaeb; border-radius: .06rem; box-shadow: 0px 0.04rem 0.15rem 0px rgba(165, 186, 199, 0.3); }
.contact-list h6 { margin: 0 0 .18rem; font-family: "AlibabaPuHuiTi3-SemiBold"; font-size: 0.19rem; font-weight: 400; line-height: 0.56rem; color: #333; text-align: center; background: linear-gradient(100deg, #fbfcf7, #e5fafd); border-radius: .06rem; }
.contact-list .info { margin: 0 .3rem; font-size: .14rem; padding: 0 0 0 .28rem; line-height: .34rem; color: #333; background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.2rem; }
.contact-list .info span { color: #888; }
.contact-list .info.p1 { background-image: url("../images/f_icon3.png"); }
.contact-list .info.p2 { background-image: url("../images/f_icon4.png"); background-size: .18rem; }
.contact-list .more2 { position: relative; z-index: 1; display: inline-block; font-size: 0.14rem; font-weight: 400; line-height: 0.32rem; color: #fff; text-align: center; padding: 0 .16rem; margin: .15rem 0 .25rem; background: #6AADB3; border-radius: .3rem; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.contact-list .more2:hover { background: #DFD8A1; }
.contact-list .contact-cont { position: fixed; top: 0; right: 0; bottom: auto; left: auto; z-index: 1000; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.75); visibility: hidden; opacity: 0; -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; }
.contact-list .contact-cont .contact-cont-box { width: 12rem; max-width: 94%; position: relative; -webkit-transform: scale(0.75); -moz-transform: scale(0.75); -ms-transform: scale(0.75); -o-transform: scale(0.75); transform: scale(0.75); 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; }
.contact-list .contact-cont .contact-title { margin: 0 0 .3rem; font-family: "AlibabaPuHuiTi3-SemiBold"; font-size: 0.26rem; font-weight: 400; line-height: 0.38rem; color: #fff; text-align: center; }
.contact-list .contact-cont .contact-img { margin: 0 0 .3rem; border-radius: 6px; overflow: hidden; }
.contact-list .contact-cont .contact-img img { display: block; width: 2.5rem; margin: 0 auto; }
.contact-list .contact-cont .content { font-size: 0.22rem; font-weight: 400; line-height: 200%; color: #fff; text-align: justify; }
.contact-list .contact-cont .content p { text-indent: 2em; }
.contact-list .contact-cont .close { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .32rem; cursor: pointer; -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; }
.contact-list .contact-cont .close:hover { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.contact-list .contact-cont.show { opacity: 1; visibility: visible; transition-delay: 0; }
.contact-list .contact-cont.show .contact-cont-box { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; transition-delay: .2s; }

.zp-list li { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin: .3rem 0 0; padding: .2rem; border: 1px solid #e6e6e6; border-radius: 5px; }
.zp-list .img-frame { width: 1.8rem; margin: 0 .25rem 0 0; }
.zp-list .img-frame .img { padding: 80% 0 0; background-size: contain; }
.zp-list .text { padding: .1rem 0 0; }
.zp-list .zd1 { margin: .15rem 0; font-size: .15rem; line-height: .26rem; color: #666; }
.zp-list .zd1 i { display: inline-block; vertical-align: middle; width: 1px; height: .16rem;  margin: 0 .1rem 2px; background: #ddd; }
.zp-list .zd2 { font-size: .14rem; line-height: .26rem; color: #6AADB3; }
.zp-list .zd2 span { display: inline-block; vertical-align: top; margin: 0 .12rem 0 0; padding: 0 .15rem; background: #f2f2f2; border-radius: 2px; }
.zp-list .num { font-size: .26rem; line-height: .34rem; font-weight: 700; color: #6AADB3; }
.zp-list .zp-btn { display: block; width: 1.2rem; margin: .2rem auto 0; line-height: .4rem; font-size: .15rem; color: #fff; text-align: center; background: #DFD8A1; transition: all .3s; border-radius: 4px; }
.zp-list .zp-btn:hover { background: #6AADB3; }

.hdbm-list { }
.hdbm-list li { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; margin: .3rem 0 0; padding: .2rem; border: 1px solid #e6e6e6; border-radius: 5px; }
.hdbm-list .img-frame { width: 2.4rem; margin: 0 .25rem 0 0; border-radius: 4px; }
.hdbm-list .img-frame .img { padding: 66% 0 0; background-size: cover; }
.hdbm-list .title { margin: 0 0 .2rem;}
.hdbm-list .info { color: #666; line-height: .34rem; padding: 0 0 0 .27rem; background: no-repeat 0 50%; }
.hdbm-list .info.i1 { background-image: url("../images/f_icon14_1.png"); background-size: .18rem; }
.hdbm-list .info.i2 { background-image: url("../images/f_icon14_2.png"); background-size: .19rem; }
.hdbm-list .info.i3 { background-image: url("../images/f_icon14_3.png"); background-size: .16rem; }
.hdbm-list .hdbm-btn { display: block; width: 1.2rem; margin: 0 0 .1rem; line-height: .4rem; font-size: .15rem; color: #fff; text-align: center; background: #6AADB3; transition: all .3s; border-radius: 4px; opacity: .8; }
.hdbm-list .hdbm-btn:hover { opacity: 1; }
.hdbm-list .hdbm-btn.red { opacity: 1; cursor: auto; background-color: #f44336; }


@keyframes ani-yuan { 0% { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
  100% { opacity: 0; -webkit-transform: scale(2); -moz-transform: scale(2); -ms-transform: scale(2); -o-transform: scale(2); transform: scale(2); } }
@media screen and (min-width: 1025px) { .first-news .title:hover { font-weight: 700; }
  .news-swiper1 .img-zoom:hover .title { font-weight: 700; color: #6AADB3; }
  .news-list1 a:hover::after { width: 100%; -webkit-transform: rotateY(0) !important; -moz-transform: rotateY(0) !important; -ms-transform: rotateY(0) !important; -o-transform: rotateY(0) !important; transform: rotateY(0) !important; }
  .news-list1 a:hover .date { background: #DFD8A1; }
  .news-list1 a:hover .icon { background-color: #DFD8A1; background-image: url("../images/f_icon9_2.png"); }
  .news-list1 a:hover .title { color: #6AADB3; font-weight: 700; }
  .news-list1 .date, .news-list1 .icon { -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; }
  .history-list 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; }
  .history-list li:hover .line::before { animation: ani-yuan 1.5s linear infinite; }
  .history-list li:nth-child(odd):hover { padding-top: .45rem; }
  .history-list li:nth-child(even):hover { padding-bottom: .62rem; }
  .history-list .line::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: 100%; background: #DFD8A1; border-radius: 50%; opacity: 0; }
  .news-list2 a:hover .date1 { color: #fff; background: #DFD8A1; }
  .news-list2 a:hover .date1 p:first-child { color: #fff; }
  .news-list2 a:hover .title { color: #6AADB3; font-weight: 700; }
  .news-list2 .date1 { -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; }
  .submit-box .submit-btn { -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; }
  .submit-box .submit-btn:hover { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); letter-spacing: 3px; }
  .link-list1 .icon { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .link-list1 .icon img { -webkit-transition: all 0.8s ease-out 0s; -moz-transition: all 0.8s ease-out 0s; -ms-transition: all 0.8s ease-out 0s; -o-transition: all 0.8s ease-out 0s; transition: all 0.8s ease-out 0s; }
  .link-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; }
  .link-list1 a:hover { -webkit-transform: translateY(-0.1rem); -moz-transform: translateY(-0.1rem); -ms-transform: translateY(-0.1rem); -o-transform: translateY(-0.1rem); transform: translateY(-0.1rem); }
  .link-list1 a:hover .icon { box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.1); }
  .link-list1 a:hover .icon img { -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); -ms-transform: rotateY(360deg); -o-transform: rotateY(360deg); transform: rotateY(360deg); }
  .link-list1 a:hover .title { color: #6AADB3; font-weight: 700; }
  .news-list4 i { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .news-list4 .img-zoom { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .news-list4 .img-zoom:hover { box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.15); }
  .news-list4 .img-zoom:hover i { background-color: #D8CB64; }
  .wyjz { -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; }
  .wyjz i { -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; }
  .wyjz:hover { color: #6AADB3; }
  .wyjz:hover i { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .list1 a:hover, .list1 a.on { -webkit-transform: translateX(0.07rem); -moz-transform: translateX(0.07rem); -ms-transform: translateX(0.07rem); -o-transform: translateX(0.07rem); transform: translateX(0.07rem); }
  .list1 a:hover::after, .list1 a.on::after { width: 100%; }
  .list1 a:hover .title, .list1 a.on .title { font-weight: 700; color: #6AADB3; }
  .list1 a:hover .date1, .list1 a.on .date1 { color: #6AADB3; }
  .list1 a:hover .line, .list1 a.on .line { background: #6AADB3; }
  .picture2 .img-zoom { -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; overflow: visible; perspective: 1000px; }
  .picture2 .img-zoom::after { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; content: ""; width: calc(100% + .14rem); height: 100%; background: linear-gradient(90deg, #6AADB3, #6AADB3); opacity: 0; -webkit-transform: rotateX(20deg); -moz-transform: rotateX(20deg); -ms-transform: rotateX(20deg); -o-transform: rotateX(20deg); transform: rotateX(20deg); -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; }
  .picture2 .img-zoom:hover, .picture2 .img-zoom.on { border-color: transparent; }
  .picture2 .img-zoom:hover::after, .picture2 .img-zoom.on::after { opacity: 1; -webkit-transform: rotateX(0); -moz-transform: rotateX(0); -ms-transform: rotateX(0); -o-transform: rotateX(0); transform: rotateX(0); }
  .picture2 .img-zoom:hover .title, .picture2 .img-zoom.on .title { color: #fff; font-weight: 700; }
  .picture2 .img-zoom:hover .info, .picture2 .img-zoom.on .info { color: rgba(255, 255, 255, 0.6); }
  .picture2 .img-zoom:hover .date, .picture2 .img-zoom.on .date { color: #fff; background-image: url("../images/f_icon1.png"); }
  .picture3 .img-zoom { z-index: 1; }
  .picture3 .img-zoom::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: -1; content: ""; width: 100%; height: 0; background: #6AADB3; -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; }
  .picture3 .img-zoom:hover { border-color: #6AADB3; }
  .picture3 .img-zoom:hover::after { bottom: auto; top: 0; height: 100%; }
  .picture3 .img-zoom:hover .title { color: #fff; font-weight: 700; }
  .teach-list .img-zoom::after { position: absolute; top: auto; right: auto; bottom: 0; left: 50%; z-index: 2; content: ""; width: 0; height: 2px; background: #6AADB3; -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; }
  .teach-list .img-zoom:hover .title { color: #6AADB3; }
  .teach-list .img-zoom:hover::after { left: 0; width: 100%; } }
@media screen and (max-width: 1777px) { .home1 .swiper-arrow { right: 5vw; }
  .first-news .img-zoom { margin-left: 5vw; }
  .first-news .text { padding-left: calc(5vw + .4rem); } }
@media screen and (max-width: 1600px) { .news-list1 a::after { width: 109%; } }
@media screen and (max-width: 1024px) { html { font-size: 90px !important; }
  .mobile-show { display: block !important; }
  .container { max-width: 94%; }
  .header { padding: 10px 0 !important; z-index: 1000 !important; transition: all .2s; background: #6AADB3; box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.2); }
  .header .container { flex-wrap: nowrap; align-items: center; }
  .header .right-wrap { width: auto; max-width: none; }
  .header .right-wrap .t-box, .header .right-wrap .nav { display: none; }
  .header.mobile-show { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .nav-btn { display: block; }
  .logo { width: auto; min-width: auto; height: 45px; padding: 0 .12rem 0 0; margin: 0 !important; display: flex; align-items: center; }
  .logo img { max-height: 45px !important; }
  .mobile-box { display: block; }
  .banner { margin: 65px 0 0; }
  .banner .img { height: auto; padding: 45% 0 0; }
  .banner .control { bottom: .15rem; }
  .banner .pagination .swiper-pagination-bullet { width: .1rem; height: .1rem; margin: 0 4px; }
  .column { margin: .35rem 0 .2rem; }
  .column .cn { font-size: .4rem; line-height: .4rem; }
  .column .en { font-size: .2rem; }
  .home1 { margin: .3rem 3% 0; padding-bottom: .48rem; }
  .home1 .column { position: static; display: flex; justify-content: space-between; align-items: center; width: 100%; }
  .home1 .l-box { width: 100%; margin: .2rem 0 0; }
  .home1 .r-box { width: 100%; padding: .24rem 0 0; }
  .home1 .swiper-arrow { position: static; }
  .home1 .swiper-arrow div { position: absolute; bottom: 0; width: .38rem; height: .38rem; background-size: .09rem; background-image: url("../images/f_icon8_2.png"); border-color: #6AADB3; }
  .home1 .swiper-arrow div.swiper-prev { left: calc(50% - .5rem); }
  .home1 .swiper-arrow div.swiper-next { right: calc(50% - .5rem); }
  .home1 .swiper-arrow .more { margin: 0; }
  .first-news .img-zoom { margin-left: 0; }
  .first-news .img { padding: 56.25% 0 0; }
  .first-news .text { padding-left: .3rem; }
  .news-swiper1 { margin: 0; }
  .home2 { padding: 0 0 .3rem; }
  .home2::after { bottom: 0; }
  .news-list1 > li { width: 50%; margin: 0 0 .15rem; }
  .news-list1 a { padding-top: .9rem; padding-bottom: .28rem; }
  .news-list1 a::after { width: 100%; transform: none !important; box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1); }
  .news-list1 .date { top: .2rem; }
  .news-list1 .info { margin: .15rem 0 .2rem; }
  .news-list1 .icon { background-color: #DFD8A1; background-image: url("../images/f_icon9_2.png"); }
  .home3 { padding: 1px 0 .4rem; }
  .home3::after { top: 0; height: 100%; background-size: auto 100%; }
  .history-box { margin: 0; }
  .history-box .history-img { display: none; }
  .history-list { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; }
  .history-list li { position: relative; top: 0 !important; left: 0 !important; bottom: 0 !important; width: 48%; margin: 0 0 .3rem; padding: .16rem 0 .16rem .2rem !important; }
  .history-list li::after { top: auto; bottom: -4px; }
  .history-list li .line { bottom: auto; top: -.13rem; }
  .history-list .year { font-size: .28rem; line-height: .32rem; }
  .home4 { margin: -.1rem 0 0; }
  .home4 .bg { padding: 0 .15rem .2rem; }
  .home4 .bg .l-box { width: 100%; }
  .home4 .bg .r-box { width: 100%; }
  .home4 .bg .column { margin: .3rem 0 .2rem; }
  .news-list3 .img { padding: 60% 0 0; }
  .submit-box { height: auto; margin: .2rem 0 0; padding: .2rem .12rem; }
  .submit-box .text { padding: 0; }
  .submit-box .submit-btn { margin: .12rem 0 0; }
  .link-list1 > li { width: 20%; }
  .news-list4 .img { padding: 60% 0 0; }
  .home5 { padding: .3rem 0 .4rem; }
  .home5 .l-box { width: 100%; }
  .home5 .r-box { width: 100%; margin: -.14rem 0 0; }
  .super-slide1::after { display: none; }
  .super-slide1 .slide-box { margin: 0; }
  .to-top-part { display: none !important; }
  .decorate { margin: 65px 0 0; padding: 35% 0 0; }
  .sidebar { width: 100%; margin: .15rem 0 0; padding: 0; border-radius: 3px; overflow: hidden; }
  .sidebar h3 { position: relative; display: block; font-size: .22rem; line-height: .5rem; text-align: left; text-indent: .16rem; 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.24rem; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .sidebar h3.down i { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .sidebar h3 .return-sup { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; display: block; width: .5rem; height: .5rem; background-image: url("../images/fanhui.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.24rem; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  .sidebar .sub-nav { display: none; padding: .1rem .2rem .2rem; }
  .sidebar .sub-nav li .lv3 { margin: 0; padding-top: 0; }
  .sidebar .sub-nav a { height: .5rem; text-align: left; font-size: .18rem; line-height: .5rem; }
  .sidebar .sub-nav .down { top: 0; height: .45rem; }
  .main { width: 100%; padding: .15rem 0 0; margin: 0; box-shadow: none; background: none; }
  .main::before { display: none; }
  .position { margin: 0; }
  .position h3 { font-size: .21rem; line-height: .42rem; }
  .teach-list > li { width: 33.333%; }
  .article { padding: .3rem 0 0 !important; }
  .contact-list { margin: 0 -.1rem; }
  .contact-list > li { width: 33.33%; padding: 0 .1rem; }
  .contact-list .info { margin: 0 .18rem; } }
@media screen and (max-width: 768px) { .first-news .img-zoom { border-radius: .12rem .12rem 0 0; }
  .first-news .text { width: 100%; margin: 0; padding: .1rem .15rem; background: #6AADB3; border-radius: 0; }
  .first-news .title { height: auto; }
  .history-list .year { font-size: .24rem; white-space: initial; }
  .link-list1 { margin: 0 -.1rem; }
  .link-list1 > li { padding: 0 .1rem; }
  .link-list1 .icon { width: 15vw; height: 15vw; }
  .link-list1 .icon img { width: 8vw; }
  .link-list1 .title { font-size: 16px; }
  .news-list4 { min-height: auto; background-size: auto 100%; }
  .news-list4 li { width: 48.5%; margin: 0 0 .2rem; transform: none !important; }
  .super-slide1 a { flex-direction: column; justify-content: center; align-items: flex-start; height: 1rem; padding: 0 .1rem; }
  .super-slide1 .title { width: 100%; margin: 0 0 5px; padding: 0 0 0 .32rem; background-position-y: 3px; background-size: .24rem; }
  .super-slide1 .num { padding-left: .3rem; }
  .super-slide1 .num span { font-size: .28rem; }
  .wyjz { font-size: .3rem; }
  .wyjz img { width: .7rem; }
  .wyjz i { width: .8rem; height: .8rem; }
  .wyjz i::after { background-size: .2rem; }
  .footer { padding: .3rem 0; }
  .footer .foot-l { width: 100%; }
  .foot-img { text-align: center; }
  .foot-contact { margin: .12rem 0; text-align: center; }
  .copy { text-align: center; }
  .ewm { width: 100%; margin: .12rem 0 0; justify-content: center; }
  .place { line-height: .3rem; }
  .main { padding: .18rem 0 0; }
  .article { padding: .25rem 0 0 !important; }
  .article .title { font-size: .22rem; }
  .article .content { padding: .2rem 0 .1rem; }
  .article .content p { margin: 0 0 .2rem; }
  .article .cont-page { padding: .15rem 0 .35rem; }
  .cont-page { padding-right: .1rem; }
  .cont-page .return-list { display: block; position: static; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  .cont-page .return-list p { font-weight: 700; }
  .list1 { margin: 0; }
  .list1 a { padding: .15rem 0; }
  .list1 .text { width: calc(100% - .9rem); }
  .list1 .title { text-overflow: clip; white-space: initial; display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
  .list1 .info { display: none; }
  .teach-list { margin: 0 -7px; }
  .teach-list > li { padding: 0 7px; margin: .2rem 0 0; }
  .picture2 { margin: 0; }
  .picture2 .img-zoom { padding: .2rem 0; flex-wrap: wrap; }
  .picture2 .img-frame { width: 2.4rem; }
  .picture2 .text { width: calc(100% - 2.4rem); padding-left: .2rem; }
  .picture3, .picture4 { margin: 0 -.1rem; }
  .picture3 > li, .picture4 > li { width: 50%; padding: 0 .1rem; }
  .picture3 .img-zoom, .picture4 .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; }
  .zp-list .zp-l { width: 100%; }
  .zp-list .zp-r { width: 100%; }
  .zp-list .num { text-align: center; }
  .hdbm-list .hdbm-l { width: 100%; display: block; }
  .hdbm-list .hdbm-r { width: 100%; margin: .12rem 0 0; }
  .hdbm-list .hdbm-btn { margin: 0 auto; }
  .hdbm-list .img-frame { width: 100%; }
  .hdbm-list .text { width: 100%; margin: .15rem 0 0; }
  .contact-list > li { width: 50%; margin: .16rem 0 0; }
  .contact-list .info { margin: 0 .15rem; }
  .contact-list .contact-cont .content { font-size: .2rem; line-height: 180%; }
  .contact-list .contact-cont .close { width: .24rem; }
  .contact-list .contact-cont .contact-img img { width: 2rem; }
  .contact-item { margin: .2rem 0 .4rem; } }
@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; }
  .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: 54px 0 0; }
  .banner .img { padding: 50% 0 0; }
  .banner .control { bottom: .1rem; }
  .banner .control .pause { width: .3rem; height: .3rem; }
  .banner .pagination { padding: .08rem .1rem; }
  .column { margin: .28rem 0 .15rem; }
  .column .cn { font-size: .3rem; line-height: .34rem; }
  .column .cn::after { height: .2rem; }
  .column .en { font-size: 17px; }
  .more { font-size: 14px; }
  .more i { margin: 0 0 0 .06rem; padding: 4px; }
  .more i::after { width: 6px; height: 6px; }
  .more i::before { display: none; }
  .news-list1 > li { width: 100%; }
  .news-list1 .date { line-height: .36rem; }
  .news-list1 a { padding-top: .7rem; }
  .history-list li { width: 96%; margin-left: 4%; padding: 0.1rem 0 0.1rem 0.2rem !important; }
  .history-list .line { padding: 5px; left: -9px; }
  .history-list .line::after { width: 7px; height: 7px; }
  .home3 { padding-bottom: 0; }
  .home4 .bg { padding: 0; background: none; }
  .news-list2 a { background: #fafafa; }
  .news-list3 { margin: 0; }
  .news-list3 li { width: 100%; padding: 0; }
  .submit-box .text { font-size: .2rem; line-height: .34rem; }
  .link-list1 > li { width: 50%; }
  .link-list1 .icon { width: 30vw; height: 30vw; }
  .link-list1 .icon img { width: 14vw; }
  .news-list4 { background: none; }
  .news-list4 li { width: 100%; }
  .news-list4 .text { padding: 0 .2rem; }
  .wyjz { font-size: .25rem; }
  .wyjz img { width: .55rem; margin: 0 .15rem 0 0; }
  .wyjz i { width: .7rem; height: .7rem; margin: 0 0 0 -.16rem; }
  .wyjz i::after { background-size: .16rem; }
  .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, .picture4 > li { width: 100%; }
  .contact-list { margin: 0; }
  .contact-list > li { width: 100%; padding: 0; }
  .zp-list .zp-l { display: block; }
  .zp-list .img-frame { width: 100%; }
  .zp-list .img-frame .img { padding: 40% 0 0; }
  .zp-list .text { width: 100%; padding: .12rem 0; }
  .zp-list .num { text-align: left;  font-size: .24rem; }
  .zp-list .zp-btn { margin-top: .1rem; }
  .contact-list .info { margin: 0 .15rem; } }
