@charset "UTF-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

html { min-width: 320px; font-size: 100px; overflow-x: auto; }

.overflow { height: 100vh; overflow: hidden !important; }

.container { width: 1500px; max-width: 90%; margin: 0 auto; font-size: .16rem; }

.body1 { position: relative; z-index: 1; height: 100%; overflow: hidden; }

.body2 { position: fixed; top: 100%; right: 0; bottom: 0; left: 0; z-index: 2; width: 100%; padding: 0 0 0; background: #fff; overflow-x: hidden; -webkit-transition: top 1s ease 0s; -moz-transition: top 1s ease 0s; -ms-transition: top 1s ease 0s; -o-transition: top 1s ease 0s; transition: top 1s ease 0s; }
.body2.show { top: 1.27rem; }

.header { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1000; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 0 3.2%; background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.3)); -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.header .right-wrapper { display: -ms-flexbox; display: flex; flex-direction: column; align-items: flex-end; width: calc(100% - 365px); max-width: 12.5rem; padding: 0 0 .15rem; }
.header .right-wrapper .top-box { display: -ms-flexbox; display: flex; margin: 0 0 .06rem; font-size: 0; }
.header .right-wrapper .top-box a { font-size: 0.14rem; font-weight: 500; line-height: 0.35rem; color: #fff; text-align: left; }
.header .right-wrapper .top-box a:hover { text-decoration: underline; }
.header .right-wrapper .top-box span { display: inline-block; vertical-align: sub; width: 1px; height: 12px; margin: 0 .1rem 0; background: #fff; }

.logo { padding: .35rem .4rem .35rem 0; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.logo img { max-height: .9rem; }

.top-link2 { margin: 0 .4rem; }

.top-link3 { position: relative; }
.top-link3::after { position: absolute; top: 12px; right: 0; bottom: auto; left: auto; z-index: 1; width: 1px; height: 12px; background: #fff; content: ""; }
.top-link3 a { margin: 0 .15rem 0 0; }

.nav { width: 100%; }
.nav ul { display: flex; justify-content: space-between; }
.nav li { position: relative; }
.nav li a { position: relative; display: block; font-size: 0.18rem; font-weight: 700; line-height: 0.56rem; color: #fff; text-align: center; }
.nav li > a { -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -ms-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; }
.nav li:hover .sub-nav { visibility: visible; top: 100%; opacity: 1; }
.nav .sub-nav { position: absolute; top: 120%; right: auto; bottom: auto; left: calc(50% - .75rem); z-index: 1; width: 1.5rem; padding: .1rem 0; background: #10802d; opacity: 0; visibility: hidden; border-top: 3px solid #10802d; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); background: white; border-radius: 2px; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.nav .sub-nav a { padding: .1rem 8px; font-size: .15rem; font-weight: 400; line-height: .23rem; color: #333; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -ms-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; }
.nav .sub-nav a:hover { color: #fff; background: #10802d; }
.nav .sub-nav .tri { position: absolute; top: auto; right: auto; bottom: calc(100% + 2px); left: 0%; z-index: 1; width: 100%; height: 12px; overflow: hidden; }
.nav .sub-nav .tri::after { display: block; content: ""; box-sizing: border-box; width: 14px; height: 14px; margin: 0 auto; background: #10802d; -webkit-transform: translate(0px, 6px) rotate(45deg); -moz-transform: translate(0px, 6px) rotate(45deg); -ms-transform: translate(0px, 6px) rotate(45deg); -o-transform: translate(0px, 6px) rotate(45deg); transform: translate(0px, 6px) rotate(45deg); box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

.header2 { position: fixed; top: -1.27rem; left: 0; z-index: 10000; width: 100%; box-shadow: 0 0 .12rem 0 rgba(0, 0, 0, 0.22); opacity: 0; visibility: hidden; transition: all .8s; -ms-transition: all .8s }
.header2.show { top: 0; opacity: 1; visibility: visible; }
.header2 .layer1 {  padding: 0 3.2%; background: #1c943b; }
.header2 .layer1 .top-box { display: -ms-flexbox; display: flex; justify-content: flex-end; font-size: 0; }
.header2 .layer1 .top-box a { font-size: 0.14rem; font-weight: 500; line-height: 0.45rem; color: #fff; text-align: left; }
.header2 .layer1 .top-box a:hover { text-decoration: underline; }
.header2 .layer1 .top-box span { display: inline-block; vertical-align: sub; width: 1px; height: 12px; margin: 0 .1rem 0; background: #fff; }
.header2 .layer1 .top-link3::after { top: .17rem; }
.header2 .layer2 { display: flex; justify-content: space-between; align-items: center;  padding: 0 3.2%; background: #fff; }
.header2 .layer2 .logo { padding-top: .1rem; padding-bottom: .1rem; }
.header2 .layer2 .logo img { height: .62rem; }
.header2 .layer2 .nav { width: calc(100% - 365px); max-width: 12.5rem; }
.header2 .layer2 .nav li a { color: #333; }
.header2 .layer2 .nav .sub-nav a:hover { color: #fff; }


.banner { font-size: 0; width: 100%; height: 100%; }
.banner .img { position: relative; display: block; width: 100%; height: 100vh; overflow: hidden; }
.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.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); -webkit-transition: transform 0.3s linear 0s; -moz-transition: transform 0.3s linear 0s; -ms-transition: transform 0.3s linear 0s; -o-transition: transform 0.3s linear 0s; transition: transform 0.3s linear 0s; }
.banner .img .text { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 3; width: 100%; }
.banner .img .text h3 { padding: 0 0 0 10%; font-size: 0.36rem; font-weight: 500; line-height: 1.4rem; color: #fff; text-align: left; opacity: 0; -webkit-transform: translateX(-1.5rem); -moz-transform: translateX(-1.5rem); -ms-transform: translateX(-1.5rem); -o-transform: translateX(-1.5rem); transform: translateX(-1.5rem); }
.banner .swiper-slide-active img { -webkit-transition: transform 6.2s linear 0s; -moz-transition: transform 6.2s linear 0s; -ms-transition: transform 6.2s linear 0s; -o-transition: transform 6.2s linear 0s; transition: transform 6.2s linear 0s; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.banner .swiper-slide-active .text h3 { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); -webkit-transition: all 0.6s linear 0s; -moz-transition: all 0.6s linear 0s; -ms-transition: all 0.6s linear 0s; -o-transition: all 0.6s linear 0s; transition: all 0.6s linear 0s; }
.banner .arrow { position: absolute; top: 47%; right: auto; bottom: auto; left: auto; z-index: 1; width: .49rem; height: .49rem; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: rgba(0, 0, 0, 0.35); background-size: auto; cursor: pointer; border-radius: 3px; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.banner .arrow.swiper-prev { left: 2.4%; }
.banner .arrow.swiper-next { right: 2.4%; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.banner .arrow:hover { background-color: rgba(255, 255, 255, 0.8); background-image: url("../images/arrow2.png"); }
.banner .pagination { position: absolute; top: auto; right: auto; bottom: 0.5rem; left: 0%; z-index: 2; width: 100%; text-align: center; }
.banner .pagination .swiper-pagination-bullet { display: inline-block; margin: 0 8px; width: 16px; height: 16px; cursor: pointer; border-radius: 8px; background: #fff; opacity: .5; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #eeb553; opacity: 1; }

.pad-btn { display: flex; align-items: center; font-size: 0; }
.pad-btn .search-btn { position: relative; z-index: 5; display: inline-block; width: 36px; height: .35rem; background-image: url(../images/search1.png); background-repeat: no-repeat; background-position: 80% 55%; background-color: transparent; background-size: auto; border-radius: 50%; cursor: pointer; }

#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 linear 0.4s; -moz-transition: all 0.3s linear 0.4s; -ms-transition: all 0.3s linear 0.4s; -o-transition: all 0.3s linear 0.4s; transition: all 0.3s linear 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.4); content: ""; -webkit-transition: all 0.3s linear 0.2s; -moz-transition: all 0.3s linear 0.2s; -ms-transition: all 0.3s linear 0.2s; -o-transition: all 0.3s linear 0.2s; transition: all 0.3s linear 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: 7.5rem; margin: 0 auto; opacity: 0; -webkit-transition: all 0.42s linear 0s; -moz-transition: all 0.42s linear 0s; -ms-transition: all 0.42s linear 0s; -o-transition: all 0.42s linear 0s; transition: all 0.42s linear 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: .55rem; padding: 0 .1rem 0 .2rem; vertical-align: top; font-size: 0.15rem; font-weight: 500; line-height: 0.55rem; color: #333; text-align: left; border: 1px solid rgba(28, 148, 59, 0.2); border-radius: .5rem; }
#mask .search-box .submit { width: .5rem; height: .55rem; 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: .55rem; height: .55rem; 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 linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
#mask.show::after { opacity: 1; height: 100%; -webkit-transition: all 0.45s linear 0s; -moz-transition: all 0.45s linear 0s; -ms-transition: all 0.45s linear 0s; -o-transition: all 0.45s linear 0s; transition: all 0.45s linear 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%; } }
.tt1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.tt2 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.tt3 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.tt4 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.tt5 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }

.tt6 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden; }

.img-scale { position: relative; display: block; overflow: hidden; }
.img-scale img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transition: transform 0.5s linear 0s; -moz-transition: transform 0.5s linear 0s; -ms-transition: transform 0.5s linear 0s; -o-transition: transform 0.5s linear 0s; transition: transform 0.5s linear 0s; }
.img-scale .img-frame { position: relative; overflow: hidden; }
.img-scale .img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: transform 0.5s linear 0s; -moz-transition: transform 0.5s linear 0s; -ms-transition: transform 0.5s linear 0s; -o-transition: transform 0.5s linear 0s; transition: transform 0.5s linear 0s; }
.img-scale .img img { display: none; min-height: 100%; }
.img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.07); -moz-transform: scale(1.07); -ms-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); }
.img-scale:hover .img { -webkit-transform: scale(1.07); -moz-transform: scale(1.07); -ms-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); }

.column { display: -ms-flexbox; display: flex; justify-content: center; align-items: center; height: .66rem; margin: 3.5vh 0; }
.column h3 { display: inline-block; vertical-align: top; position: relative; width: 170px; margin: 0 3px; font-size: 0.24rem; font-weight: 700; line-height: 0.46rem; color: #333; text-align: center; background: #d7d7d7; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.column h3.on { width: 190px; margin: 0 45px; font-size: .3rem; line-height: .66rem; color: #fff; background: #10802d; }
.column h3.on a{ color:#ffffff;}
.column h3.on::before { position: absolute; top: 0; right: 100%; bottom: auto; left: auto; z-index: 1; content: ""; width: 38px; height: 100%; background-image: url("../images/icon1.png"); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: auto 100%; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.column h3.on::after { position: absolute; top: 0; right: auto; bottom: auto; left: 100%; z-index: 1; content: ""; width: 38px; height: 100%; background-image: url("../images/icon1.png"); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: auto 100%; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.column h3 a { display: block; color: #333; }
.column h3.c1.on { color: #1c943b; background: #d0e0d5; }
.column h3.c1.on::before, .column h3.c1.on::after { background-image: url("../images/icon1_2.png"); }

.column2 h3 { display: inline-block; padding: 0 32px 0 0; writing-mode: vertical-rl; writing-mode: tb-rl; font-size: 0.3rem; font-weight: 700; line-height: 0.34rem; color: #1c943b; text-align: left; letter-spacing: 1px; background-image: url("../images/icon3.png"); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: auto; }

.column3 { position: relative; font-size: 0; margin: .5rem 0 .15rem; }
.column3 h3 { position: relative; z-index: 2; display: inline-block; vertical-align: top; font-size: 0; white-space: nowrap; }
.column3 h3::before, .column3 h3::after { display: inline-block; vertical-align: top; content: ""; width: 30px; height: 50px; background-image: url("../images/icon1.png"); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: auto 100%; }
.column3 h3::after { left: auto; right: -2px; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); background-position: 2px 50%; }
.column3 h3 span { display: inline-block; vertical-align: top; min-width: 150px; padding: 0 .2rem; font-size: 0.24rem; font-weight: 700; line-height: 46px; color: #3aa254; text-align: center; border-top: 2px solid #68b87c; border-bottom: 2px solid #68b87c; }

.more1 { width: 100%; margin: 1vh 0 0; }
.more1 a { position: relative; display: block; width: 120px; height: 25px; margin: 0 auto; padding: 0 10px 35px 30px; font-size: 0.16rem; font-weight: 500; line-height: 30px; color: #10802d; text-align: center; background-image: url("../images/index_bg2_1.png"); background-repeat: no-repeat; background-position: 0 100%; background-color: transparent; background-size: auto; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.more1 a::before { position: absolute; top: auto; right: auto; bottom: 7px; left: 7px; z-index: 1; content: ""; width: 11px; height: 11px; border-radius: 50%; background: #10802d; box-shadow: 0 0 6px 0 #10802d; }
.more1 a:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); color: #e4a32c !important; background-image: url("../images/index_bg2_3.png") !important; }
.more1 a:hover::before { animation: ani3 .5s; width: 11px; height: 11px; background: #e4a32c !important; box-shadow: 0 0 6px 0 #e4a32c; }

.more3 { display: block; width: 1.08rem; font-size: 0.15rem; font-weight: 500; line-height: 0.36rem; color: #1c943b; text-align: center; background: #f0f0f0; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; border-radius: 2px; }
.more3:hover { background: #1c943b; color: #fff; }

.title { font-size: 0.18rem; font-weight: 500; line-height: 0.32rem; color: #333; text-align: left; }
.title:hover { color: #10802d; }

.info { font-size: 0.13rem; font-weight: 500; line-height: 0.24rem; color: #666; text-align: justify; }

.date { font-size: 0.14rem; font-weight: 500; line-height: 0.32rem; color: #666; text-align: left; }

.date1 { width: 75px; padding: .09rem 0 .16rem; font-size: 0.15rem; font-weight: 500; line-height: 0.22rem; color: #fff; text-align: center; background: #eeb553; }
.date1 p:first-child { font-size: .3rem; font-weight: 700; line-height: .36rem; }

.date2 { width: 48px; font-size: 0.16rem; font-weight: 500; line-height: 0.26rem; color: #10802d; text-align: center; }
.date2 p:first-child { font-size: .3rem; font-weight: 700; line-height: .4rem; border-bottom: 1px solid #10802d; }

.body2::-webkit-scrollbar { width: 7px; height: 5px; background-color: #ccc; }
.body2::-webkit-scrollbar-thumb { border-radius: 4px; box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #10802d; }
.body2 .section { display: flex; }
.section.page1 { position: relative; padding: 3vh 0 4vh; background-image: url("../images/index_bg3.png.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: #e8e8e8; background-size: cover; }
.section.page1::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; content: ""; width: 100%; height: .35rem; background-image: url("../images/index_bg1.png"); background-repeat: repeat-x; background-position: 0 0; background-color: transparent; background-size: auto; }
.section.page2 { padding: 5vh 0; background-image: url("../images/index_bg4.png.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.section.page2 .top-box { display: -ms-flexbox; display: flex; align-items: center; }
.section.page2 .top-box .top-left-box { width: 45%; position: relative; z-index: 2; }
.section.page2 .top-box .top-right-box { width: 55%; position: relative; z-index: 1; }
.section.page2 .top-box .column { margin-top: 0; padding: 0 .27rem 0 0; justify-content: space-between; }
.section.page2 .bottom-box { position: relative; }
.section.page2 .bottom-box .column { justify-content: flex-end; }
.section.page2 .bottom-box .arrow { position: absolute; top: auto; right: auto; bottom: 29%; left: auto; z-index: 1; width: .49rem; height: .49rem; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: rgba(0, 0, 0, 0.35); background-size: auto; cursor: pointer; border-radius: 3px; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.section.page2 .bottom-box .arrow.swiper-prev { left: -.22rem; }
.section.page2 .bottom-box .arrow.swiper-next { right: -.22rem; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.section.page2 .bottom-box .arrow:hover { background-color: rgba(255, 255, 255, 0.8); background-image: url("../images/arrow2.png"); }
.section.page2 .column h3.on { color: #1c943b; background: #d0e0d5; }
.section.page2 .column h3.on::before, .section.page2 .column h3.on::after { background-image: url("../images/icon1_2.png"); }
.section.page2 .column .more1 { width: auto; }
.section.page2 .column .more1 a { color: #fff; background-image: url("../images/index_bg2_2.png"); }
.section.page2 .column .more1 a::before { background: #fff; box-shadow: 0 0 6px 0 #fff; }
.section.page2 .list1 li { border-color: rgba(255, 255, 255, .2); }
.section.page2 .list1 li.on { border: none; }
.section.page2 .list1 li.on .title { padding: 0 .5rem 0 .24rem; }
.section.page2 .list1 li.on .title::after { width: 100%; opacity: 1; background-image: linear-gradient(90deg, #dda22d, transparent); }
.section.page2 .list1 .title { position: relative; display: block; width: 100%; padding: 0 .5rem 0 0; color: #fff; line-height: 6.66vh; font-weight: 700; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.section.page2 .list1 .title span { position: relative; z-index: 2; }
.section.page2 .list1 .title::after { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; content: ""; width: 100%; height: 100%; background: transparent; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; opacity: 0; }
.section.page3 { padding: 4.6vh 0; background-image: url("../images/index_bg5.png.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.section.page3 .top-box { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: flex-start; }
.section.page3 .top-box .top-left-box { position: relative; z-index: 1; width: 53%; }
.section.page3 .top-box .top-right-box { position: relative; z-index: 2; width: 50%; margin: 0 0 0 -3%; padding: 0 .2rem .23rem 0; }
.section.page3 .top-box .top-right-box::after { position: absolute; top: auto; right: 0; bottom: 0; left: auto; z-index: 1; content: ""; width: 100%; height: 60%; background-image: linear-gradient(90deg, #dda22d, #209441); }
.section.page3 .top-box .column { margin: 0 0 4vh; }
.section.page3 .bottom-box { position: relative; }
.section.page3 .bottom-box .arrow { position: absolute; top: auto; right: auto; bottom: 24%; left: auto; z-index: 1; width: .49rem; height: .49rem; background-image: url("../images/arrow2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: rgba(255, 255, 255, 0.8); background-size: auto; cursor: pointer; border-radius: 3px; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.section.page3 .bottom-box .arrow.swiper-prev { left: -.22rem; }
.section.page3 .bottom-box .arrow.swiper-next { right: -.22rem; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.section.page3 .bottom-box .arrow:hover { background-color: #a5cca8; background-image: url("../images/arrow2.png"); }
.section.page4 { flex-direction: column; position: relative; padding: 3.5vh 0 .6rem; overflow: hidden; background: #fff; }
.section.page4::before { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; content: ""; width: 100%; height: .35rem; background-image: url("../images/index_bg1.png"); background-repeat: repeat-x; background-position: 0 0; background-color: #fff; background-size: auto; }
.section.page4 .container { position: relative; z-index: 2; }
.section.page4 .media-list { position: relative; z-index: 1; }
.section.page4 .column { width: 100%; justify-content: flex-start; padding: 0 10% 0 0; margin-bottom: 5vh; position: relative; }
.section.page4 .column h3 { position: relative; z-index: 3; }
.section.footer { flex-wrap: wrap; }
.section.inside { position: relative; z-index: 2; }
.section.inside .container { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; }
.section.inside .container .aside { width: 3rem; margin: -.5rem 0 .4rem; }
.section.inside .container .main { width: calc(100% - 3.48rem); padding: 5px 0 0; }
.section.inside2 .main { padding: 0 0 .8rem; }

.news-wrapper1 .slide-box { display: none; }
.news-wrapper1 .slide-box .wrapper { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.news-wrapper1 .slide-box.focus-box { display: block; }
.news-wrapper1 .slide-box .column { display: none; }
.news-wrapper1 .right-box { width: 43%; }
.news-wrapper1 .column h3 { cursor: pointer; }

.news-wrapper1 .list2 { display: flex; flex-wrap: wrap; justify-content: space-between;  }
.news-wrapper1 .list2 li {  width: 48%;  } 
.news-wrapper1 .list2 li:nth-child(2) { margin-top: 0; }

.news-wrapper2 { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin: 1.85vh 0 0; }
.news-wrapper2 .news-swiper4 { width: calc(100% - .8rem); }

.news-swiper, .news-swiper2 { width: 55%; background: #fff; box-shadow: 0 4px 0.21rem 0 rgba(0, 0, 0, 0.15); }
.news-swiper .img-scale, .news-swiper2 .img-scale { height: 0; padding: 44vh 0 0; }
.news-swiper .text, .news-swiper2 .text { position: relative; padding: 12px 145px 12px 105px; }
.news-swiper .date1, .news-swiper2 .date1 { position: absolute; top: auto; right: auto; bottom: 0; left: 15px; z-index: 1; opacity: 0; -webkit-transition: all 0.45s linear 0.65s; -moz-transition: all 0.45s linear 0.65s; -ms-transition: all 0.45s linear 0.65s; -o-transition: all 0.45s linear 0.65s; transition: all 0.45s linear 0.65s; }
.news-swiper .title, .news-swiper2 .title { font-size: .2rem; line-height: 5vh; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); opacity: 0; -webkit-transition: all 0.3s linear 0.65s; -moz-transition: all 0.3s linear 0.65s; -ms-transition: all 0.3s linear 0.65s; -o-transition: all 0.3s linear 0.65s; transition: all 0.3s linear 0.65s; }
.news-swiper .swiper-slide-active .date1, .news-swiper2 .swiper-slide-active .date1 { bottom: 15px; opacity: 1; }
.news-swiper .swiper-slide-active .title, .news-swiper2 .swiper-slide-active .title { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
.news-swiper .pagination, .news-swiper2 .pagination { position: absolute; top: auto; right: 0.25rem; bottom: 0.26rem; left: auto; z-index: 2; width: auto; }
.news-swiper .pagination .swiper-pagination-bullet, .news-swiper2 .pagination .swiper-pagination-bullet { display: inline-block; vertical-align: middle; margin: 0 4px; width: 12px; height: 12px; cursor: pointer; border-radius: 50%; background: #d2d2d2; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.news-swiper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .news-swiper2 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 14px; height: 14px; background: #eeb553; }

.news-swiper3 { width: 55%; background: #fff; box-shadow: 0 4px 0.21rem 0 rgba(0, 0, 0, 0.15); }
.news-swiper3 .img-scale { height: 0; padding: 46.57vh 0 0; }
.news-swiper3 .pagination { display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: 100%; height: calc(24px + .25rem); }
.news-swiper3 .pagination .swiper-pagination-bullet { margin: 0 4px; width: 12px; height: 12px; cursor: pointer; border-radius: 50%; background: #d2d2d2; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.news-swiper3 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 14px; height: 14px; background: #eeb553; }

.news-swiper4 .swiper-slide { padding: .21rem; }
.news-swiper4 .box { position: relative; padding: 0 .25rem .25rem; background: #f1fcf4; box-shadow: 0 4px 0.21rem 0 rgba(0, 0, 0, 0.15); }
.news-swiper4 .source { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 2rem; padding: 0 .18rem 0 0; font-size: 0.16rem; font-weight: 700; line-height: 0.45rem; color: #fff; text-align: center; background-image: url("../images/icon5.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100% 100%; }
.news-swiper4 .date { font-family: Arial, Helvetica, sans-serif; line-height: .58rem; color: #000; text-align: right; }
.news-swiper4 .date::before { display: inline-block; content: ""; vertical-align: top; width: .28rem; height: .58rem; background-image: url("../images/icon4.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.news-swiper4 .title { height: .64rem; margin: .05rem 0 0; font-weight: 700; }

.research-swiper::before { display: block; content: ""; box-sizing: border-box; width: 100%; height: .44rem; background-image: linear-gradient(90deg, #dda22d, #209441); }
.research-swiper .img-scale { padding: 44vh 0 0; }
.research-swiper .text { display: none; position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 100%; padding: 0 .2rem; background: rgba(0, 0, 0, 0.4); }
.research-swiper .text .title { color: #fff; line-height: .55rem; font-weight: 700; }

.academic-swiper .swiper-slide { padding: .1rem; }
.academic-swiper .box { display: block; position: relative; padding: .3rem 10%; box-shadow: 0 4px 0.1rem 0 rgba(0, 0, 0, 0.15); background-image: url("../images/icon2.png"); background-repeat: no-repeat; background-position: calc(100% - 6px) calc(100% - 6px); background-color: rgba(255, 255, 255, .2); background-size: auto; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.academic-swiper .box::before { position: absolute; top: auto; right: 5px; bottom: 0; left: auto; z-index: 1; content: ""; width: 1px; height: 60%; background: #e4a32c; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.academic-swiper .box::after { position: absolute; top: auto; right: 0; bottom: 5px; left: auto; z-index: 1; content: ""; width: 30%; height: 1px; background: #e4a32c; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.academic-swiper .box:hover { background-color: #0ca734; }
.academic-swiper .box:hover::before { height: 100%; }
.academic-swiper .box:hover::after { width: 100%; }
.academic-swiper .title { height: .56rem; margin: 0 0 .15rem; color: #fff; font-weight: 700; line-height: .28rem; }
.academic-swiper .info { color: #fff; padding: 0 0 0 .22rem; background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.academic-swiper .info.i1 { background-image: url("../images/icon7_1.png"); }
.academic-swiper .info.i2 { background-image: url("../images/icon7_2.png"); }
.academic-swiper .info.i3 { background-image: url("../images/icon7_3.png"); }

.teach-img-swiper .img-scale { width: 100%; padding: 52vh 0 0; }

.teach-text-swiper { background: #fff; z-index: 2; }
.teach-text-swiper .swiper-slide { display: block; padding: 4.4vh 6.5% 4vh; }
.teach-text-swiper .title { margin: 0 0 .2rem; font-size: .24rem; line-height: .5rem; font-weight: 700; }
.teach-text-swiper .info { font-size: .18rem; line-height: .38rem; color: #666; height: 1.14rem; }
.teach-text-swiper .pagination { display: -ms-flexbox; display: flex; justify-content: flex-start; align-items: center; width: 100%; margin: 0 0 5.5vh; padding: 0 0 0 7%; }
.teach-text-swiper .pagination .swiper-pagination-bullet { margin: 0 4px; width: 12px; height: 12px; cursor: pointer; border-radius: 50%; background: #d2d2d2; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.teach-text-swiper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 14px; height: 14px; background: #eeb553; }
.teach-text-swiper .more2 { position: absolute; top: auto; right: 6.5%; bottom: 4vh; left: auto; z-index: 1; width: .45rem; height: .32rem; background-image: url("../images/icon6.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }

.subject-swiper .swiper-slide { padding: .1rem; }
.subject-swiper .img-scale { padding: 60% 0 0; box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.2); }

.share-swiper { position: absolute; top: 0.03rem; right: 0; bottom: auto; left: auto; z-index: 1; display: -ms-flexbox; display: flex; }
.share-swiper .swiper-container { width: 3.7rem; overflow: visible; }
.share-swiper .swiper-container::before { position: absolute; top: 0; right: 100%; bottom: auto; left: auto; z-index: 2; width: 2000px; height: 100%; background: #fff; content: ""; }
.share-swiper .swiper-container::after { position: absolute; top: 0; right: auto; bottom: auto; left: 100%; z-index: 2; width: 1200px; height: 100%; background: #fff; content: ""; }
.share-swiper .swiper-slide { position: relative; text-align: center; cursor: pointer; }
.share-swiper .swiper-slide:hover .down-box { top: 102%; opacity: 1; visibility: visible; }
.share-swiper .down-box { position: absolute; top: 110%; right: auto; bottom: auto; left: 50%; z-index: 1; width: 1.3rem; padding: .1rem .1rem .1rem; background: #fff; box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2); border-radius: 3px; opacity: 0; visibility: hidden; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.share-swiper .down-box img { width: 100%; height: auto; }
.share-swiper .down-box p { font-size: 0.14rem; font-weight: 500; line-height: 0.25rem; color: #000; text-align: center; }
.share-swiper .down-box::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: auto; right: auto; bottom: 100%; left: calc(50% - 8px); z-index: 1; width: 0; border: 8px solid transparent; border-bottom-color: #fff; }
.share-swiper .arrow { display: none; position: relative; z-index: 3; width: .6rem; height: .6rem; background-image: url("../images/arrow2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.share-swiper .arrow.swiper-next { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.link-swiper { padding: .1rem 0 0; }
.link-swiper .swiper-slide:hover p { color: #10802d; }
.link-swiper .swiper-slide:hover .icon { background: #fff; animation: ani2 .6s linear; }
.link-swiper .icon { width: .95rem; height: .95rem; margin: 0 auto; border: 1px solid #10802d; border-radius: 50%; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1); }
.link-swiper p { margin: .1rem 0 0; padding: 0 .1rem; font-size: 0.18rem; font-weight: 500; line-height: 0.3rem; color: #000; text-align: center; }
.link-swiper .pagination { display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: 100%; height: 16px; margin: .18rem 0 0; }
.link-swiper .pagination .swiper-pagination-bullet { margin: 0 4px; width: 12px; height: 12px; cursor: pointer; border-radius: 50%; background: #d2d2d2; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.link-swiper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 14px; height: 14px; background: #eeb553; }

.pic-list1 { display: -ms-flexbox; display: flex; justify-content: space-between; }
.pic-list1 li { width: 47.5%; background: #fff; box-shadow: 0 4px 0.21rem 0 rgba(0, 0, 0, 0.15); }
.pic-list1 .date { position: absolute; top: auto; right: 0; bottom: 0; left: auto; z-index: 1; padding: 0 .14rem; font-size: .12rem; line-height: .4rem; color: #fff; background: rgba(238, 181, 83, 0.8); }
.pic-list1 .date span { font-size: .18rem; font-weight: 700; }
.pic-list1 .img-frame { height: 0; padding: 1.87rem 0 0; }
.pic-list1 .text { padding: .08rem .2rem; }
.pic-list1 .text .title { height: .64rem; }

.pic-list2 { display: -ms-flexbox; display: flex; flex-wrap: wrap; }
.pic-list2 li { width: 50%; }
.pic-list2 .img-scale { padding: 53.33% 0 0; }

.pic-list3 { margin: .2rem 0 0; }
.pic-list3 a { display: block; padding: 0.28rem 0.25rem; font-size: 0; border-bottom: 1px solid #ddd; border-left: 1px solid transparent; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.pic-list3 a:hover { background: #f6f6f6; border-color: #10802d; box-shadow: 5px 4px 0 0 #ddd; }
.pic-list3 a:hover .title { font-weight: 700; color: #10802d; }
.pic-list3 .img-frame { display: inline-block; vertical-align: top; width: 2.5rem; padding: 1.7rem 0 0; }
.pic-list3 .text { display: inline-block; vertical-align: top; width: calc(100% - 2.5rem); padding: .1rem 0 0 .3rem; }
.pic-list3 .date { padding: 0; font-size: .16rem; font-style: inherit; font-family: Arial, Helvetica, sans-serif; background: none; letter-spacing: 1px; }
.pic-list3 .date span { font-size: .24rem; font-weight: 700; color: #10802d; }
.pic-list3 .title { margin: 0 0 .1rem; font-size: .18rem; font-weight: 700; color: #333; }
.pic-list3 .info { font-size: .15rem; height: .48rem; }

.list1 { margin: .12rem 0 0; }
.list1 li { display: -ms-flexbox; display: flex; justify-content: space-between; border-bottom: 1px solid #d6d6d6; }
.list1 .title { width: calc(100% - 105px); line-height: 5.27vh; }
.list1 .date { line-height: 5.27vh; }

.list2 li { margin: 2.3vh 0 0; }
.list2 li:first-child { margin: 0; }
.list2 a { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; padding: 2vh .22rem; box-shadow: 0 4px 0.21rem 0 rgba(0, 0, 0, 0.15); background: #fff; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.list2 a:hover { background: #10802d; }
.list2 a:hover .title, .list2 a:hover .date2 { color: #fff; }
.list2 a:hover .date2 p:first-child { border-color: #fff; }
.list2 .text { width: calc(100% - .78rem); }

.media-list { width: 100%; display: -ms-flexbox; display: flex; flex-wrap: wrap; }
.media-list li { width: 20%; }
.media-list li.w30 { width: 30%; }
.media-list .img-scale { padding: 36.11vh 0 0; }
.media-list .img-scale:hover .text { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; visibility: visible; }
.media-list .text { display: -ms-flexbox; display: flex; flex-direction: column; justify-content: center; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; padding: .2rem; background: rgba(28, 148, 59, 0.8); -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -ms-transform: scale(0.7); -o-transform: scale(0.7); transform: scale(0.7); opacity: 0; visibility: hidden; -webkit-transition: all 0.35s linear 0s; -moz-transition: all 0.35s linear 0s; -ms-transition: all 0.35s linear 0s; -o-transition: all 0.35s linear 0s; transition: all 0.35s linear 0s; }
.media-list .text h3 { width: 100%; margin: 0 0 4.7vh; font-size: 0.25rem; font-weight: 500; line-height: 0.35rem; color: #fff; text-align: center; }
.media-list .text .more3 { width: 1.2rem; margin: 0 auto; font-size: 0.14rem; font-weight: 500; line-height: 0.34rem; color: #fff; text-align: center; border: 1px solid #fff; border-radius: .34rem; background: none; }
.media-list .text .icon { position: absolute; top: auto; right: 0.3rem; bottom: 0.2rem; left: auto; z-index: 1; width: .4rem; height: .38rem; opacity: .8; background-image: url("../images/icon10.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: contain; }
.media-list .text .wb {position: absolute; top: auto; right: 0.3rem; bottom: 0.2rem; left: auto; z-index: 1; width: .4rem; height: .38rem; opacity: .8; background-image: url("../images/wbicon.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: contain;}
.media-list .text .dy {position: absolute; top: auto; right: 0.3rem; bottom: 0.2rem; left: auto; z-index: 1; width: .4rem; height: .38rem; opacity: .8; background-image: url("../images/dyicon.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: contain;}

.foot-layer1 { position: relative; width: 100%; padding: .75rem 0 .34rem; background: #f0f0f0; }

.foot-layer2 { width: 100%; padding: .4rem 0 .3rem; background: #1c943b; }
.foot-layer2 .container { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; }
.foot-layer2 .foot-logo img { max-height: .74rem; }
.foot-layer2 .foot-contact p { padding: .09rem 0; font-size: 0.16rem; font-weight: 500; line-height: 0.22rem; color: #fff; text-align: left; }
.foot-layer2 .foot-contact img { margin: 0 .1rem 0 0; }
.foot-layer2 .foot-contact a { color: #fff; }
.foot-layer2 .foot-logo2 img { max-height: .38rem; }
.foot-layer2 .foot-logo2 p { margin: .15rem 0 0; font-size: 0.16rem; font-weight: 500; line-height: 0.4rem; color: #fff; text-align: left; }

.QR-code li { position: relative; display: inline-block; margin: 0 0 0 .32rem; width: .5rem; height: .5rem; background-image: url(../images/icon10.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 90%; border-radius: 50%; cursor: pointer; -webkit-transition: opacity 0.3s linear 0s; -moz-transition: opacity 0.3s linear 0s; -ms-transition: opacity 0.3s linear 0s; -o-transition: opacity 0.3s linear 0s; transition: opacity 0.3s linear 0s; opacity: .6; }
.QR-code li:nth-child(1) { margin: 0; }
.QR-code li:nth-child(2) { background-image: url(../images/icon11.png); }
.QR-code li .img { visibility: hidden; opacity: 0; padding: .16rem; background: #fff; border-radius: 5px; box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.2); position: absolute; top: auto; right: auto; bottom: calc(100% + .3rem); left: 50%; z-index: 1; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.QR-code li .img img { width: 1.08rem; max-width: none; height: 1.08rem; }
.QR-code li .img p { font-size: 0.14rem; font-weight: 500; line-height: 0.22rem; color: #666; text-align: center; }
.QR-code li .img::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 100%; right: auto; bottom: auto; left: calc(50% - 12px); z-index: 1; width: 0; border: 12px solid transparent; border-top-color: #fff; }
.QR-code li:hover { opacity: 1; }
.QR-code li:hover .img { display: block; visibility: visible; opacity: 1; bottom: calc(100% + .15rem); }

.copy { width: 100%; padding: 5px .1rem; background: #13722c; font-size: 0.14rem; font-weight: 500; line-height: 0.62rem; color: #fff; text-align: center; }
.copy img { margin: 0 .1rem; }
.copy a { color: #fff; }

@keyframes ani2 { 0% { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1); background: #e6eff7; }
  50% { -webkit-transform: rotateY(90deg); -moz-transform: rotateY(90deg); -ms-transform: rotateY(90deg); -o-transform: rotateY(90deg); transform: rotateY(90deg); box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1); background: #e6eff7; }
  100% { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); box-shadow: 0 0 0.16rem 0 rgba(0, 0, 0, 0.2); background: #fff; } }
.nav-btn { display: none; position: relative; z-index: 5; width: 33px; margin: 0 0 0 .2rem; vertical-align: middle; cursor: pointer; }
.nav-btn i { display: block; height: 2px; margin: 9px 0; background: #fff; -webkit-transition: all 0.25s linear 0s; -moz-transition: all 0.25s linear 0s; -ms-transition: all 0.25s linear 0s; -o-transition: all 0.25s linear 0s; transition: all 0.25s linear 0s; }
.nav-btn.close i:nth-child(1) { -webkit-transform: translate(0px, 11px) rotate(45deg); -moz-transform: translate(0px, 11px) rotate(45deg); -ms-transform: translate(0px, 11px) rotate(45deg); -o-transform: translate(0px, 11px) rotate(45deg); transform: translate(0px, 11px) rotate(45deg); }
.nav-btn.close i:nth-child(2) { opacity: 0; }
.nav-btn.close i:nth-child(3) { -webkit-transform: translate(0px, -11px) rotate(-45deg); -moz-transform: translate(0px, -11px) rotate(-45deg); -ms-transform: translate(0px, -11px) rotate(-45deg); -o-transform: translate(0px, -11px) rotate(-45deg); transform: translate(0px, -11px) rotate(-45deg); }

.mobile-header { display: none; position: fixed; top: 140px; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; height: calc(100vh - 70px); padding: .15rem 4% .4rem; background-image: url("../images/index_bg5.png.jpg"); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: cover; -webkit-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; -ms-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; opacity: 0; visibility: hidden; }
.mobile-header::before { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; content: ""; width: 100%; height: .35rem; background-image: url("../images/index_bg1.png"); background-repeat: repeat-x; background-position: 0 0; background-color: transparent; background-size: auto; }
.mobile-header .nav { height: calc(100% - 1.5rem); padding: 0 0 .2rem; }
.mobile-header .nav ul { display: block; height: 100%; overflow-y: auto; }
.mobile-header .nav li { position: relative; width: 100%; border-bottom: 1px solid #ddd; border-top: 1px solid #f5f5f5; }
.mobile-header .nav li:first-child { border-top: none; }
.mobile-header .nav li:last-child { border-bottom: none; }
.mobile-header .nav li a { color: #000; padding: 0 .1rem; text-align: left; }
.mobile-header .nav li .icon { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .56rem; height: .56rem; 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 linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.mobile-header .nav li .icon.close { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); }
.mobile-header .nav li > a { font-size: .2rem; }
.mobile-header .nav .sub-nav { display: none; position: static; opacity: 1; width: 100%; padding: 0 0 12px 30px; background: none; box-shadow: none; transition: none; border: none; visibility: visible; }
.mobile-header .nav .sub-nav .tri { display: none; }
.mobile-header .nav .sub-nav a { line-height: .4rem; }
.mobile-header .mobile-search { width: 100%; max-width: 7rem; margin: .15rem auto 0; border: 1px solid #eee; background: #fff; border-radius: 4px; overflow: hidden; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); }
.mobile-header .mobile-search form { display: flex; }
.mobile-header .mobile-search .input { width: calc(100% - .5rem); height: .5rem; padding: 0 .1rem 0 .2rem; vertical-align: top; font-size: 0.15rem; font-weight: 500; line-height: 0.4rem; color: #333; text-align: left; }
.mobile-header .mobile-search .submit { width: .5rem; height: .5rem; vertical-align: top; background-image: url("../images/search2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.mobile-header .top-box { display: -ms-flexbox; display: flex; justify-content: center; }
.mobile-header .top-box a { font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #10802d; text-align: left; margin: 0 5px; white-space: nowrap; }
.mobile-header .top-link2 { margin: 0 .2rem; }
.mobile-header.show { top: 70px; opacity: 1; visibility: visible; }

.decorate { position: relative; z-index: 1; padding: 33.85% 0 0; }
.decorate img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.decorate .pc-column { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 100%; padding: .2rem 0 0; background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), transparent); }
.decorate .pc-column .container { font-size: .36rem; font-weight: 700; color: #fff; line-height: 1rem; }

.aside .mobile-column { display: none; padding: 0 5%; justify-content: space-between; font-size: 0.22rem; font-weight: 700; line-height: 0.54rem; color: #fff; text-align: center; background: #1c943b; }
.aside .mobile-column i { width: .54rem; height: .54rem; background-image: url(../images/subNav.svg); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.25rem; cursor: pointer; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.aside .mobile-column i.down { -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }
.aside .mobile-column .return-sup { display: block; width: .54rem; height: .54rem; background-image: url("../images/down2.svg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.3rem; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
.aside .pc-column { position: relative; padding: 0 .4rem; font-size: 0.36rem; font-weight: 500; line-height: 0.9rem; color: #fff; text-align: center; background: #1c943b; }
.aside .pc-column::before, .aside .pc-column::after { position: absolute; top: calc(50% - .19rem); right: auto; bottom: auto; left: 0.08rem; z-index: 1; content: ""; width: .27rem; height: .38rem; background-image: url("../images/icon13.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.aside .pc-column::after { left: auto; right: .08rem; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.lv2-nav { padding: 0 0 3rem; background-image: url("../images/index_bg6.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: #ececec; background-size: 100%; }
.lv2-nav li { position: relative; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 1px solid #ddd; }
.lv2-nav li:last-child { border-bottom: none; }
.lv2-nav li.cur { border-left-color: #eeb553; background: #fff; }
.lv2-nav li.cur > a { color: #1c943b; font-size: .24rem; }
.lv2-nav li a { display: block; padding: 0 .1rem; font-size: 0.18rem; font-weight: 500; line-height: 0.62rem; color: #000; text-align: center; }
.lv2-nav li a:hover { color: #1c943b; }
.lv2-nav .icon {
    position: absolute;
    top: .11rem;
    right: 0;
    width: .4rem;
    height: .4rem;
    cursor: pointer;
    background: url("../images/arrow2.png") no-repeat 50% 50%;
    background-size: 7px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transition: all .3s;
    -ms-transition: all .3s;
}

.lv2-nav .icon.close {
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
}

.lv2-nav li.cur .sub-nav {
    display: block;
}

.lv2-nav .sub-nav {
    display: none;
    padding: 0 0 .1rem;
}

.lv2-nav .sub-nav a {
    font-size: .16rem;
    line-height: .38rem;
    color: #555;
}

.lv2-nav .sub-nav a.cur {
    color: #1c943b;
    font-weight: 700;
}

.focus-box {
    width: 100%;
}
.focus-box .focus-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.focus-box .focus-wrap .sim-item {
    width: 24%;
}
.focus-box .sim-item .img-scale {
    height: 1.94rem;
    margin: 0 0 .2rem;
}
.focus-box .sim-item .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: .2rem .25rem;
    background: #209441;
    transform: scale(.65);
    -ms-transform: scale(.65);
    opacity: 0;
    transition: all .4s;
    -ms-transition: all .4s;
}
.focus-box .sim-item .text .title {
    position: relative;
    z-index: 2;
    font-weight: 700;
    line-height: .28rem;
    max-height: 1.4rem;
    color: #fff;
}
.focus-box .sim-item .text::after {
    position: absolute; 
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(150deg, transparent 58%, rgba(211, 162, 45, .7));
}
.focus-box .sim-item .img-scale:hover .text  {
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
}
.focus-box .big-item {
    width: 48%;
}
.focus-box .big-item .img-scale {
    height: 4.08rem;
}
.focus-box .big-item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: .8rem .25rem .22rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), transparent);
}
.focus-box .big-item .text .title {
    color: #fff;
}
.focus-box .big-item:hover .title {
    font-weight: 700;
}
.focus-box .list2 {
    width: 100%;
}


.main { min-height: 4rem; padding-bottom: .4rem; }
.main .list2 { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; }
.main .list2 li { width: 48%; margin: .3rem 0 0; }
.main .list2 li a { padding: .22rem .2rem; background: #fff; }
.main .list2 li a:hover { background: #1c943b; }
.main .list2 .date2 { width: 60px; font-family: Arial, Helvetica, sans-serif; }
.main .list2 .text { width: calc(100% - 60px); padding: 0 0 0 .25rem; }

.place { display: -ms-flexbox; display: flex; justify-content: space-between; margin: 0 0 .05rem; border-bottom: 2px solid #ececec; }
.place h3 { font-size: 0.24rem; font-weight: 700; line-height: 0.65rem; color: #000; text-align: left; margin: 0 0 -2px; border-bottom: 2px solid #eeb553; }
.place .position { font-size: 0.14rem; font-weight: 500; line-height: 0.27rem; color: #808080; text-align: left; padding: .19rem 0 .19rem 25px; background-image: url(../images/icon14.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.place .position a { color: #808080; }
.place .position a:hover { color: #1c943b; }
.place .position a:last-child { color: #1c943b; font-weight: 700; }

.dept-wrapper { padding: 0 0 .8rem; }
.dept-wrapper .column3::before { position: absolute; top: 50%; right: 0; bottom: auto; left: auto; z-index: 1; content: ""; width: 100%; height: 1px; background: #1c943b; }
.dept-wrapper .column3::after { position: relative; z-index: 2; display: inline-block; vertical-align: top; content: ""; width: 25px; height: .46rem; background: #fff; }
.dept-wrapper .column3 h3::before, .dept-wrapper .column3 h3::after { background-color: #fff; }
.dept-wrapper .column3 h3 span { background: #fff; }

.dept-list { display: -ms-flexbox; display: flex; flex-wrap: wrap; }
.dept-list li { width: 25%; padding: 0 30px; margin: .25rem 0 0; }
.dept-list a { position: relative; display: -ms-flexbox; display: flex; align-items: center; justify-content: center; width: 100%; height: .52rem; padding: 6px .1rem; font-size: 0.18rem; font-weight: 500; line-height: 0.2rem; color: #000; text-align: center; border: 1px solid #dedede; -webkit-transition: all 0.25s linear 0s; -moz-transition: all 0.25s linear 0s; -ms-transition: all 0.25s linear 0s; -o-transition: all 0.25s linear 0s; transition: all 0.25s linear 0s; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.dept-list a::before, .dept-list a::after { position: absolute; top: 0; right: auto; bottom: auto; left: 100%; z-index: 1; content: ""; width: 30px; height: 100%; background-image: url("../images/icon15.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.dept-list a::before { left: auto; right: 100%; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }
.dept-list a:hover { color: #fff; background: #1c943b; border-color: #1c943b; -webkit-transform: translateY(-2px); -moz-transform: translateY(-2px); -ms-transform: translateY(-2px); -o-transform: translateY(-2px); transform: translateY(-2px); }
.dept-list a:hover::before, .dept-list a:hover::after { background-image: url("../images/icon3.png"); }

.talents-wrapper { padding: 1px 0 .6rem; background: #eee; }
.talents-wrapper .column3::before, .talents-wrapper .column3::after { display: none; }

.talents-list li { display: -ms-flexbox; display: flex; align-items: flex-start; margin: .7rem 0 0; }
.talents-list .img-scale { width: 6.5rem; padding: 5.5rem 0 0; }
.talents-list .text { position: relative; z-index: 2; width: calc(100% - 5.65rem); padding: .1rem .65rem .5rem; margin: .5rem 0 0 -.85rem; background: #fff; }
.talents-list .info { margin: .15rem 0 .2rem; max-height: 1.5rem; padding: 0 0 0 .2rem; font-size: .16rem; line-height: .3rem; text-indent: 2em; color: #000; }
.talents-list .more1 a { margin: 0; }
.talents-list .first .text { width: calc(100% - 6.5rem); margin-left: 0; margin-right: 0; padding-left: .45rem; padding-right: .45rem; }
.talents-list .even .column3 h3 span { color: #fff; border-color: #c4e2cb; }
.talents-list .even .column3 h3::before, .talents-list .even .column3 h3::after { background-image: url("../images/icon1_2.png"); }
.talents-list .even .text { margin-right: -.85rem; margin-left: 0; background: #4fa964; }
.talents-list .even .info { color: #fff; }
.talents-list .even .more1 a { color: #fff; background-image: url("../images/index_bg2_2.png"); }
.talents-list .even .more1 a::before { background: #fff; box-shadow: 0 0 6px 0 #fff; }

@keyframes ani3 { 0% { bottom: 11px; left: 11px; width: 0; height: 0; background: #10802d; }
  100% { bottom: 7px; left: 7px; width: 11px; height: 11px; background: #e4a32c; box-shadow: 0 0 6px 0 #e4a32c; } }
.subject-wrapper { padding: 1px 0 .6rem; background: #eee; }
.subject-wrapper .column3::before, .subject-wrapper .column3::after { display: none; }
.subject-wrapper .column3 h3 { background: none; }
.subject-wrapper .column3 h3::after, .subject-wrapper .column3 h3::before { background-color: transparent; }

.subject-box1 { display: -ms-flexbox; display: flex; flex-wrap: wrap; align-items: flex-start; padding: .55rem 0 0; }
.subject-box1 .img-scale { width: 6rem; padding: 5.5rem 0 0; }
.subject-box1 .right-box { width: calc(100% - 6rem); }
.subject-box1 .column3 { padding: 0 0 0 5.5%; }

.subject-slide { display: -ms-flexbox; display: flex; height: 3.4rem; margin: .5rem 0 0; box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2); background: #fff; }
.subject-slide li { display: -ms-flexbox; display: flex; overflow: hidden; width: .75rem; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.subject-slide li:nth-child(even) .slide-title { background: #e2e2e2; }
.subject-slide li.active { width: calc(100% - 3rem); }
.subject-slide li.active .slide-title { background: #4fa964; color: #fff; font-weight: 700; }
.subject-slide li.active .slide-text { display: block; }
.subject-slide .slide-title { height: 100%; width: .75rem; font-size: 0.24rem; font-weight: 500; line-height: 0.75rem; color: #333; text-align: center; writing-mode: vertical-rl; writing-mode: tb-rl; letter-spacing: 1px; background: #d3d3d3; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; cursor: pointer; user-select: none; }
.subject-slide .slide-text { display: none; width: calc(100% - .75rem); height: 100%; padding: .35rem 8% 0; overflow: hidden; background: #fff; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.subject-slide .info { font-size: .16rem; line-height: .34rem; color: #000; text-indent: 2em; max-height: 2.04rem; }
.subject-slide .more3 { margin: .22rem 0 0; }

.subject-box2 { display: -ms-flexbox; display: flex; flex-wrap: wrap; padding: .8rem 0; }
.subject-box2 .img-scale { width: 48.3%; padding: 4.3rem 0 0; }
.subject-box2 .img-scale a { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; display: block; padding: .35rem .65rem; background: rgba(255, 255, 255, 0.8); }
.subject-box2 .img-scale .column3 { margin: 0; }
.subject-box2 .right-box { width: 51.7%; padding: 0 3% .3rem; background-image: url("../images/index_bg7.jpg"); background-repeat: no-repeat; background-position: 100% 100%; background-color: #4fa964; background-size: auto; }
.subject-box2 .right-box .column3 h3 span { color: #fff; border-color: #c4e2cb; }
.subject-box2 .right-box .column3 h3::before, .subject-box2 .right-box .column3 h3::after { background-image: url("../images/icon1_2.png"); }
.subject-box2 .link { padding: .1rem 0 0 .15rem; }
.subject-box2 .link a { position: relative; display: inline-block; max-width: 100%; font-size: .16rem; color: #fff; line-height: .22rem; padding: .08rem 0; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.subject-box2 .link a::before { display: inline-block; content: ""; width: 5px; height: 5px; background: #fff; margin: 0 .12rem 2px 0; }
.subject-box2 .link a::after { position: absolute; top: auto; right: auto; bottom: 4px; left: 0.17rem; z-index: 1; content: ""; width: 0; height: 1px; background: #fff; -webkit-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; -ms-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; }
.subject-box2 .link a:hover { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.subject-box2 .link a:hover::after { width: calc(100% - .17rem); }

.subject-box3 { display: -ms-flexbox; display: flex; flex-wrap: wrap; width: 100%; justify-content: space-between; }
.subject-box3 li { width: 31.2%; }
.subject-box3 .img-scale { padding: 85.6% 0 0; }
.subject-box3 .img-scale a { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; display: block; padding: .15rem .12rem; background: rgba(255, 255, 255, 0.8); }
.subject-box3 .img-scale .column3 { margin: 0; }

.about-box1 { padding: .5rem 0 .7rem; }
.about-box1 .container { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.about-box1 .left-box { width: 61%; }
.about-box1 .left-box .column2 { margin: 0 0 .3rem; }
.about-box1 .left-box .column2 h3 { font-size: .24rem; line-height: 40px; color: #333; writing-mode: initial; }
.about-box1 .left-box .content { max-height: 2.75rem; font-size: 0.16rem; font-weight: 500; line-height: 0.35rem; color: #333; text-align: justify; display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 7; overflow: hidden; }
.about-box1 .left-box .content p { margin: 0 0 .3rem; text-indent: 2em; }
.about-box1 .left-box .more1 { margin: .3rem 0 0; }
.about-box1 .left-box .more1 a { margin: 0 0 0; color: #333; }
.about-box1 .right-box { width: 36.66%; }
.about-box1 .right-box img { position: static; }
.about-box1 .bottom-box { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: center; width: 100%; }
.about-box1 .bottom-box .item { display: -ms-flexbox; display: flex; align-items: center; justify-content: space-between; width: 38%; margin: .45rem 2.5%; padding: .35rem 2.5%; border: 1px solid #1c943b; border-radius: .12rem; }
.about-box1 .bottom-box .item:nth-child(2) { width: 47%; }
.about-box1 .bottom-box ul { display: -ms-flexbox; display: flex; align-items: center; justify-content: space-between; width: calc(100% - 1.15rem); }
.about-box1 .bottom-box .img { display: -ms-flexbox; display: flex; align-items: center; justify-content: center; height: 65px; }
.about-box1 .bottom-box .title { font-size: .22rem; line-height: .55rem; text-align: center; border-bottom: 3px solid #f6daa9; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.about-box1 .bottom-box a { display: block; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.about-box1 .bottom-box a:hover { -webkit-transform: translateY(-4px); -moz-transform: translateY(-4px); -ms-transform: translateY(-4px); -o-transform: translateY(-4px); transform: translateY(-4px); }
.about-box1 .bottom-box a:hover .title { color: #1c943b; border-color: #1c943b; }

.about-box2 { padding: .4rem 0; background-image: url("../images/index_bg8.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.about-box2 .container { display: -ms-flexbox; display: flex; justify-content: center; align-items: center; }
.about-box2 .right-box { width: 7.5rem; max-width: calc(97% - 300px); margin: 0 0 0 3%; }
.about-box2 .right-box .info { font-size: .16rem; color: #fff; line-height: .32rem; text-indent: 2em; }
.about-box2 .right-box a { display: block; margin: .1rem 0 0 auto; width: 98px; font-size: 0.16rem; font-weight: 700; line-height: 0.22rem; color: #fff; text-align: center; border-bottom: 1px solid #fff; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.about-box2 .right-box a:hover { color: #e4a32c; border-color: #e4a32c; }

.about-box3 { padding: .35rem 0 .4rem; background-image: url("../images/index_bg9.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.about-box3 .container { position: relative; }
.about-box3 .arrow { position: absolute; top: 44%; right: auto; bottom: auto; left: auto; z-index: 2; width: .49rem; height: .49rem; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #a5cca8; background-size: auto; cursor: pointer; border-radius: 3px; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.about-box3 .arrow.swiper-prev { left: -.7rem; }
.about-box3 .arrow.swiper-next { right: -.7rem; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.about-box3 .arrow:hover { background-color: rgba(255, 255, 255, 0.8); background-image: url("../images/arrow2.png"); }
.about-box3 .column3 { margin: .52rem 0 0; text-align: center; }
.about-box3 .column3::before, .about-box3 .column3::after { display: none; }
.about-box3 .column3 h3 { margin: 0 .4rem .2rem; background: none; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.about-box3 .column3 h3::after, .about-box3 .column3 h3::before { width: 36px; height: 60px; background-color: transparent; }
.about-box3 .column3 h3 span { width: 180px; font-size: .28rem; line-height: 56px; }
.about-box3 .column3 h3:hover { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); }
.about-box3 .column3 h3:hover span { color: #fff; background: #68b87c; }

.about-swiper { margin: .4rem 0 0; }
.about-swiper .img-frame { padding: 69.44% 0 0; }
.about-swiper .title { font-weight: 700; line-height: .4rem; }

.about-box4 { padding: .6rem 0; }

.recruit-wrapper { padding: .5rem 0 .6rem; background: #eee; }
.recruit-wrapper .talents-list .text { margin-right: -.85rem; margin-left: 0; }

.article { padding: .38rem 0 .4rem; }
.article .title { font-size: 0.27rem; font-weight: 500; line-height: 0.35rem; color: #000; 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: .3rem 0; padding: .14rem 0; font-size: 0.15rem; font-weight: 500; line-height: 0.22rem; color: #666; text-align: center; background: #f2f2f2; }
.article .content { padding: 0 0 .2rem; font-size: 0.17rem; font-weight: 500; line-height: 220%; color: #000; text-align: justify; }
.article .content p { text-indent: 2em; word-break: break-all; margin: 0 0 .15rem; }
.article .content img, .article .content video { max-width: 100%; height: auto !important; display:block; margin:10px auto;}
.article .content video { display: block; margin: 0 auto; }
.article .content table { max-width: 100%; margin: .2rem auto; }
.article .content table td { word-break: break-all; }
.article .content table p { text-indent: 0; margin: 0; }
.article .content table img, .article .content table video, .article .content table iframe { margin-top: 0; margin-bottom: 0; }
.article .content iframe { display: block; max-width: 100%; margin: .2rem auto; }
.article .cont-page { padding: .25rem 0 0; border-top: 1px dashed #aaa; }
.article .cont-page span { color: #10802d; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.16rem; font-weight: 500; line-height: 0.28rem; color: #333; text-align: left; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.article .cont-page a:hover { color: #10802d; -webkit-transform: translate3d(5px, 0, 0); -moz-transform: translate3d(5px, 0, 0); -ms-transform: translate3d(5px, 0, 0); -o-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); text-decoration: none; }
.article.about .title { margin: 0 0 .25rem; }
.article ul a, .article a { color: #2196f3; }
.article ul a:hover, .article a:hover { text-decoration: underline; }

.table-wrapper { width: 100%; overflow-y: hidden; overflow-x: auto; }

#browser-modal { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: 10000; width: 100%; height: 100%; color: #303233; text-align: center; }
#browser-modal .browser-modal-cover { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; height: 100%; width: 100%; background-color: #111; }
#browser-modal .browser-content { width: 700px; margin: 120px auto 0; padding: 50px 0 80px; background-color: #fff; border-radius: 5px; }
#browser-modal .browser-content .browser-dpc-logo img { height: 42px; margin: 45px auto 40px; }
#browser-modal .browser-content .browser-text-title { font-size: 24px; text-transform: uppercase; }
#browser-modal .browser-content .browser-text-desc { margin: 30px 0 20px; font-size: 14px; }
#browser-modal .browser-content .browser-list { width: 600px; height: 130px; margin: 20px auto; }
#browser-modal .browser-content .browser-item { float: left; width: 150px; margin: 0 auto; padding: 20px 0; }
#browser-modal .browser-content .browser-item .iconfont { width: 100px; height: 100px; margin: 0 auto 10px; font-size: 80px; line-height: 80px; }
#browser-modal .browser-content .browser-item .iconchrome { background: url(../images/bro.png) no-repeat 0 0; }
#browser-modal .browser-content .browser-item .iconfirefox { background: url(../images/bro.png) no-repeat 0 -100px; }
#browser-modal .browser-content .browser-item .iconopera { background: url(../images/bro.png) no-repeat 0 -200px; }
#browser-modal .browser-content .browser-item .iconEdge { background: url(../images/bro.png) no-repeat 0 -300px; }
#browser-modal .browser-content .browser-item a { display: block; cursor: pointer; }
#browser-modal .browser-content .browser-item a:hover { text-decoration: underline !important; }
#browser-modal .browser-content .browser-item a img { display: block; max-width: 100px; width: 100px; height: 100px; margin: 0 auto; }
#browser-modal .browser-content .browser-item a h4 { margin-top: 20px; text-align: center; font-size: 18px; font-weight: 700; }

#list-page { margin: 25px 0 30px !important; font-family: Arial !important; text-align: center; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a { font-size: 14px; width: auto; height: auto; margin-top: 5px; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 10px 12px; color: #428bca; border: 1px solid #aaa; border-radius: 30px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #10802d; font-weight: bold; color: #fff; border-color: #10802d; }
#list-page .p_t { padding: 0 2px 0 0; color: #777; }
#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d { display: inline-block; }
#list-page .p_pages span { color: #aaa; }
#list-page .p_goto input { font-family: 'Arial'; color: #333; border-radius: 4px; width: 40px; height: 36px; line-height: 36px; vertical-align: bottom; }

@media screen and (max-width: 1450px) { .section.page3 .bottom-box .arrow.swiper-prev, .about-box3 .arrow.swiper-prev { left: -.5rem; }
  .section.page3 .bottom-box .arrow.swiper-next, .about-box3 .arrow.swiper-next { right: -.5rem; } }
@media screen and (max-width: 1024px) { html { width: 100%; overflow-x: hidden !important; }
  .container { width: 90%; }
  .header { padding: 10px 4%; background: rgba(0, 0, 0, 0.32); border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  .header .right-wrapper { display: none; }
  .header.show { background: #10802d; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .header2 { display: none !important; }
  .body2 { position: static; }
  .logo { width: auto; min-width: auto; height: 50px; padding: 0 .12rem 0 0; margin: 0 !important; display: flex; align-items: center; }
  .logo img { max-height: 50px; }
  .nav-btn { display: inline-block; }
  .mobile-header { display: block; }
  .banner .img { height: 0; padding: 45% 0 0; }
  .banner .arrow { width: .4rem; height: .4rem; }
  .article { padding-left: 0; padding-right: 0; }
  .section.page1 { padding-bottom: 3vh; }
  .section.page2 { padding: 3vh 0; }
  .section.page2 .top-box { flex-wrap: wrap; }
  .section.page2 .top-box .top-left-box { width: 100%; }
  .section.page2 .top-box .top-right-box { width: 100%; }
  .section.page2 .top-box .list1 { display: none; }
  .section.page2 .bottom-box .arrow { width: .4rem; height: .4rem; }
  .section.page2 .bottom-box .arrow.swiper-prev { left: -.12rem; }
  .section.page2 .bottom-box .arrow.swiper-next { right: -.12rem; }
  .section.page3 { padding-bottom: 3vh; }
  .section.page3 .top-box { flex-wrap: wrap; }
  .section.page3 .top-box .top-left-box { width: 100%; }
  .section.page3 .top-box .top-right-box { width: 100%; margin: 0; }
  .section.page3 .top-box .top-right-box::after { height: 100%; }
  .section.page3 .top-box .top-right-box .column { display: none; }
  .section.page3 .bottom-box .arrow { width: .4rem; height: .4rem; bottom: 24%; }
  .section.page3 .bottom-box .arrow.swiper-prev { left: -.12rem; }
  .section.page3 .bottom-box .arrow.swiper-next { right: -.12rem; }
  .section.page4 { padding: 1vh 0 3vh; }
  .section.page4 .column { flex-direction: column; height: auto; justify-content: center; padding: 0; margin-bottom: 2.4vh; }
  .section.inside .container { width: 100%; max-width: 100%; }
  .section.inside .container .aside { width: 100%; margin: 0; }
  .section.inside .container .main { width: 100%; padding: 0 5%; }
  .column { height: .5rem; margin: .3rem 0 .18rem; }
  .column h3 { width: 140px; }
  .column h3.on { width: 160px; font-size: .28rem; line-height: .5rem; }
  .column2 h3 { font-size: .28rem; }
  .news-swiper, .news-swiper2 { width: 100%; margin: 0 0 .2rem; }
  .news-swiper .img-scale, .news-swiper2 .img-scale { padding: 53% 0 0; }
  .news-wrapper1 .right-box, .news-wrapper1 .list2 { width: 100%; }
  .news-swiper3 { width: 100%; margin: .2rem 0 0; }
  .news-swiper3 .img-scale { padding: 53% 0 0; }
  .news-swiper4 .box { padding: 0 .18rem .2rem; }
  .research-swiper::before { height: .2rem; }
  .research-swiper .text { display: block; }
  .academic-swiper .box { padding: .2rem 5%; }
  .teach-img-swiper .img-scale { padding: 65% 0 0; }
  .teach-text-swiper .swiper-slide { padding: .2rem 4%; }
  .teach-text-swiper .title { margin: 0 0 .1rem; }
  .teach-text-swiper .pagination { margin: 0 0 3vh; }
  .share-swiper { position: static; margin: .2rem 0 0; }
  .pic-list1 .img-frame { padding: 68.75% 0 0; }
  .media-list li { width: 50% !important; }
  .media-list .text { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; visibility: visible; top: auto; height: auto; background: none; background-image: linear-gradient(0deg, rgba(28, 148, 59, 0.8), transparent); }
  .media-list .text h3 { text-align: left; margin: 0; padding-right: .58px; font-size: .24rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .media-list .text .more3 { display: none; }
  .foot-layer2 .container { flex-wrap: wrap; }
  .foot-logo { width: 45%; margin-bottom: .15rem; }
  .foot-contact { width: 55%; margin-bottom: .15rem; }
  .foot-logo2 { width: 50%; }
  .QR-code { width: 50%; }
  .foot-layer1 { padding: .4rem 0 .3rem; }
  .link-swiper p { font-size: .15rem; }
  .decorate { padding: 38% 0 0; }
  .decorate .pc-column .container { line-height: .5rem; font-size: .26rem; }
  .aside .mobile-column { display: flex; }
  .aside .pc-column { position: relative; display: none; }
  .lv2-nav { display: none; padding: 0 5% .1rem; }
  .lv2-nav li { border-bottom-color: #fff; }
  .place h3 { display: none; }
  .place .position { font-size: .16rem; }
  .main .list2 li { width: 100%; margin: .2rem 0 0; }
  .dept-wrapper { padding: 0 0 .3rem; }
  .dept-list li { width: 33.33%; }
  .column3 { margin: .3rem 0 .2rem; }
  .talents-wrapper, .subject-wrapper { padding: 1px 0 .3rem; }
  .talents-list .img-scale { width: 50%; padding: 46% 0 0; }
  .talents-list .text { width: 50% !important; margin: .3rem 0 0 0 !important; padding: 0 .3rem .3rem !important; }
  .talents-list .info { padding: 0; }
  .subject-box1 { padding: 0; }
  .subject-box1 .img-scale { display: none; }
  .subject-box1 .right-box { width: 100%; }
  .subject-box1 .column3 { padding: 0; text-align: center; }
  .subject-slide { height: auto; margin: .3rem 0 0; flex-wrap: wrap; }
  .subject-slide li { width: 100% !important; border-bottom: 1px solid #eee; }
  .subject-slide li:last-child { border: none; }
  .subject-slide .slide-title { height: auto; background: #4fa964 !important; color: #fff; font-weight: 700; }
  .subject-slide .slide-text { padding: .3rem 5%; }
  .subject-slide .more3 { margin: .1rem 0 0; }
  .subject-box2 { padding: .3rem 0; }
  .subject-box2 .img-scale { width: 100%; padding: 59% 0 0; }
  .subject-box2 .right-box { width: 100%; }
  .subject-box3 .img-scale a { padding: .1rem; }
  .subject-box3 li { width: 32%; }
  .about-box1 { padding: .3rem 0 .4rem; }
  .about-box1 .left-box .column2 { margin: 0 0 .1rem; }
  .about-box1 .left-box .content { max-height: 2.57rem; }
  .about-box1 .left-box .content p { margin: 0 0 .12rem; }
  .about-box1 .left-box .more1 { margin: .1rem 0 0; }
  .about-box1 .bottom-box .item { width: 100% !important; margin: .2rem 0; }
  .about-box3 { padding: 1px 0 .3rem; }
  .about-box3 .arrow { width: .4rem; height: .4rem; bottom: 24%; }
  .about-box3 .arrow.swiper-prev { left: -.12rem; }
  .about-box3 .arrow.swiper-next { right: -.12rem; }
  .about-box3 .column3 { margin: .2rem 0 0; }
  .about-box4 { padding: .3rem 0; }
 .news-wrapper1 .list2 li { width: 100%; }
.news-wrapper1 .list2 li:nth-child(2) { margin: 2.3vh 0 0; }
.focus-box .focus-wrap .sim-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.focus-box .sim-item .img-scale {
    width: 48%;
    height: 22vw;
}
.focus-box .sim-item .text {
    transform: none !important;
    -ms-transform: none !important;
    opacity: 1 !important;
    height: auto;
    top: auto;
    bottom: 0;
    padding: .12rem .1rem;
    background: rgba(0, 0, 0, .4);
}
.focus-box .sim-item .text::after {
    display: none;
}
.focus-box .sim-item .text .title {
    display: block;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.focus-box .focus-wrap .big-item {
    width: 100%;
    margin: 0 0 .2rem;
}
.focus-box .focus-wrap .big-item .img-scale {
    height: auto;
    padding: 55% 0 0;
}
.body1 {
    z-index: 10000;
}
.section.page1::before {
    height: .28rem;
    background-size: auto 100%;
}
  .recruit-wrapper { padding: .3rem 0 .4rem; } }
@media screen and (max-width: 768px) { .banner .arrow { display: none; }
  .banner .pagination { display: none; }
  .column { width: 100%; height: auto; }
  .column h3 { width: 130px; }
  .column h3.on { width: 130px; margin: 0 22px; font-size: .24rem; line-height: .45rem; }
  .column2 h3 { font-size: .24rem; }
  .news-wrapper1 > .column { display: none; }
  .news-wrapper1 .slide-box { display: block !important; }
  .news-wrapper1 .slide-box .column { display: flex; text-align: center; }
  .news-swiper .text, .news-swiper2 .text { padding-top: 5px; padding-bottom: 5px; padding-right: 10px; }
  .news-swiper .pagination, .news-swiper2 .pagination { display: none; }
  .foot-logo, .foot-contact, .foot-logo2, .QR-code { width: 100%; text-align: center; }
  .foot-layer2 .foot-logo2 p { text-align: center; }
  .copy { padding: 12px .1rem; line-height: .28rem; }
  .place .position { margin: .1rem 0 0; padding-top: .1rem; padding-bottom: .1rem; }
  .dept-wrapper .column3 { text-align: center; }
  .dept-wrapper .column3::before, .dept-wrapper .column3::after { display: none; }
  .dept-title { margin: .3rem 0 .1rem; }
  .dept-list li { width: 50%; }
  .talents-list li { flex-wrap: wrap; margin: .35rem 0 0; }
  .talents-list .img-scale { width: 100%; padding: 80% 0 0; }
  .talents-list .text { width: 100% !important; margin: 0 !important; }
  .talents-list .even { flex-direction: column-reverse; }
  .subject-box3 li { width: 100%; margin: 0 0 .2rem; }
  .about-box1 .left-box { width: 100%; }
  .about-box1 .right-box { width: 100%; margin: .2rem 0 0; }
  .about-box1 .bottom-box .item { padding: .15rem 2%; }
  .about-box2 { padding: 1px 0 .3rem; }
  .about-box2 .container { flex-wrap: wrap; }
  .about-box2 .column { width: 100%; }
  .about-box2 .right-box { width: 100%; max-width: 100%; margin: 0; }
  .pic-list2 li { width: 100%; margin: .2rem 0 0; }
  .pic-list2 li:first-child { margin: 0; }
  .column3 h3::before, .column3 h3::after { width: 26px; height: 44px; background-position-x: 2px; }
  .column3 h3 span { line-height: 40px; }
  .pic-list3 { margin: .1rem 0 0; }
  .pic-list3 .img-frame { width: 1.8rem; padding: 1.2rem 0 0; }
  .pic-list3 .text { width: calc(100% - 1.8rem); padding: 0 0 0 .17rem; }
  .pic-list3 .img-scale { background-color: #fff !important; }
  .lv2-nav li a { line-height: .5rem; }
  .lv2-nav li a.cur { font-size: .2rem; }
  .article { padding: .25rem 0 .1rem; }
  .article .title { font-size: .24rem; } }
@media screen and (max-width: 520px) { .header { padding-top: 7px; padding-bottom: 7px; }
  .logo { height: 40px !important; }
  .logo img { max-height: 40px !important; }
  .mobile-header { height: calc(100vh - 57px); }
  .mobile-header.show { top: 57px; }
  .mobile-header .nav { height: calc(100% - 1.6rem); }
  .mobile-header .top-link2 { margin: 0 .1rem; }
  .share-swiper { width: 100%; }
  .share-swiper .arrow { width: .35rem; height: .35rem; margin: .18rem 0 0; }
  .share-swiper .swiper-container { width: calc(100% - .7rem); }
  .media-list li { width: 100% !important; }
  .media-list li .img-scale { padding: 70% 0 0; }
  .banner .img { padding: 55% 0 0; }
  .section.page1::before, .section.page4::before { height: .3rem; background-size: auto 100%; }
  .pic-list1 { flex-wrap: wrap; }
  .pic-list1 li { width: 100%; margin: .2rem 0 0; }
  .pic-list1 li:first-child { margin: 0; }
  .column2 h3 { writing-mode: initial; background-size: auto 100%; }
  .news-swiper4 .swiper-slide { padding: .15rem; }
  .news-wrapper2 { flex-direction: column; }
  .news-wrapper2 .news-swiper4 { width: 100%; }
  .foot-layer2 .foot-contact p { padding: 3px 0; }
  .decorate { padding: 50% 0 0; }
  .list2 a { box-shadow: 0 2px 0.1rem 0 rgba(0, 0, 0, 0.15); }
  .dept-title { text-align: center; }
  .dept-title::before, .dept-title::after { display: none; }
  .dept-list li { width: 100%; margin: .2rem 0 0; }
  .column3 { margin: .2rem 0 .1rem; }
  .talents-list .text { padding: 0 .2rem .2rem !important; }
  .subject-box2 .img-scale a { padding: .12rem; }
  .about-box1 .bottom-box .item { flex-wrap: wrap; border: none; padding: 0; }
  .about-box1 .bottom-box .item .column2 { width: 100%; margin: 0 0 .1rem; }
  .about-box1 .bottom-box .item ul { width: 100%; }
  .focus-box .sim-item .img-scale {
    width: 100%;
    height: auto;
    padding: 55% 0 0;
  }
  .focus-box .big-item .text {
    padding: .12rem .1rem;
    background: rgba(0, 0, 0, .4);
}
  .pic-list3 a { padding: .2rem 0; }
  .pic-list3 .img-frame { width: 100%; padding: 66.66% 0 0; }
  .pic-list3 .text { width: 100%; padding: .1rem 0 0; } }

/*# sourceMappingURL=style.css.map */