@charset "UTF-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

html { font-size: 100px; min-width: 320px; }

.overflow { overflow: hidden; }

.container { width: 85%; max-width: 1400px; margin: 0 auto; font-size: .16rem; }

.banner { width: 100%; font-size: 0; margin: 1.2rem 0 0; overflow: hidden; -webkit-transition: margin 0.2s linear 0s; -moz-transition: margin 0.2s linear 0s; -ms-transition: margin 0.2s linear 0s; -o-transition: margin 0.2s linear 0s; transition: margin 0.2s linear 0s; }
.banner .img { position: relative; display: block; width: 100%; height: 5rem; overflow: hidden; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.banner .img img { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transition: transform 0.4s linear 0s; -moz-transition: transform 0.4s linear 0s; -ms-transition: transform 0.4s linear 0s; -o-transition: transform 0.4s linear 0s; transition: transform 0.4s linear 0s; }
.banner .slick-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.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.banner .slick-arrow { position: absolute; top: 45%; right: auto; bottom: auto; left: auto; z-index: 1; width: .52rem; height: .52rem; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; opacity: 0; }
.banner .slick-arrow.slick-prev { left: 2%; }
.banner .slick-arrow.slick-next { right: 2%; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.banner .slick-dots { position: absolute; top: auto; right: auto; bottom: 0.22rem; left: 50%; z-index: 1; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.banner .slick-dots li { display: inline-block; margin: 0 8px; width: 14px; height: 14px; cursor: pointer; border-radius: 6px; background: #fff; box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2); }
.banner .slick-dots li.slick-active { background: #ffca48; }
.banner:hover .slick-arrow { opacity: 1; }
.banner:hover .slick-arrow.slick-prev { left: 4%; }
.banner:hover .slick-arrow.slick-next { right: 4%; }
.banner.scroll { margin: .97rem 0 0; }
.banner .slick-slide { position: relative; }
.banner .slick-slide::after { position: absolute; content: ""; top: 0; left:0; right: 0; bottom: 0; background: rgba(255, 255, 255, .2); transition: all .3s; }
.banner .slick-slide.slick-active::after { opacity: 0; }
.header { position: fixed; top: 0; left: 0; width: 100%; z-index: 200; display: flex; justify-content: space-between; align-items: center; padding: .2rem 2.08% 0; background-image: url("../images/x_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: padding 0.2s linear 0s; -moz-transition: padding 0.2s linear 0s; -ms-transition: padding 0.2s linear 0s; -o-transition: padding 0.2s linear 0s; transition: padding 0.2s linear 0s; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); }
.header .right-box { min-width: calc(100% - 6.9rem); max-width: calc(100% - 4.7rem); text-align: right; }
.header.scroll { padding-top: .12rem; }
.header.scroll .logo { margin: 0 0 .1rem; }
.header.scroll .nav { margin: 0; }
.header.scroll .nav li > a { padding-bottom: .12rem; }

.logo { width: 33%; min-width: 4.2rem; margin: 0 0 .16rem; }
.logo img { max-width: 100%; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }

.top-link { display: inline-block; vertical-align: top; font-size: 0.14rem; font-weight: 500; line-height: 0.32rem; color: #fff; text-align: right; }
.top-link a { color: #fff; }
.top-link span { margin: 0 .1rem; }

.search { display: inline-block; vertical-align: top; border-bottom: 1px solid transparent; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; border-radius: 4px 4px 0 0; }
.search .input { width: 0; height: .32rem; vertical-align: top; font-size: 0.14rem; font-weight: 500; line-height: 0.32rem; color: #fff; text-align: left; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.search .input::placeholder { color: rgba(255, 255, 255, 0.6); }
.search .submit { vertical-align: top; width: .28rem; height: .32rem; background-image: url("../images/search1.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.search:hover { border-color: #fff; }
.search:hover .input { width: 1.6rem; padding: 0 .05rem 0 .1rem; }

.nav { margin: .07rem 0 0; -webkit-transition: margin 0.2s linear 0s; -moz-transition: margin 0.2s linear 0s; -ms-transition: margin 0.2s linear 0s; -o-transition: margin 0.2s linear 0s; transition: margin 0.2s linear 0s; }
.nav ul { display: flex; justify-content: space-between; }
.nav li { position: relative; margin: 0 6px; }
.nav li a { position: relative; display: block; font-size: 0.18rem; font-weight: 700; line-height: 0.4rem; color: #fff; text-align: center; }
.nav li > a { padding-bottom: .2rem; white-space: nowrap; position: relative; -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 > a::before { position: absolute; top: auto; right: auto; bottom: 16px; left: 50%; z-index: 1; content: ""; width: 0; height: 3px; background: #fff; border-radius: 3px; }
.nav li > a::after { position: absolute; top: calc(100% - 16px); right: auto; bottom: 16px; left: 50%; z-index: 1; content: ""; width: 1px; background: #fff; }
.nav li.no-lv2 > a::after { display: none; }
.nav li:hover > a::before { left: 0; width: 100%; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.nav li:hover > a::after { bottom: 0; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.nav li:hover .lv2 { visibility: visible; top: 100%; opacity: 1; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.nav li:last-child { margin-right: 0; }
.nav li:first-child { margin-left: 0; }
.nav .lv2 { position: absolute; top: 120%; right: auto; bottom: auto; left: calc(50% - 63px); z-index: 1; width: 126px; background: #548235; opacity: 0; padding: 5px 0; visibility: hidden; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16); background: rgba(255, 255, 255, 0.9); border-radius: 2px; }
.nav .lv2 a { padding: 8px 5px; font-size: 15px; font-weight: 400; line-height: 20px; color: #000; }
.nav .lv2 a:hover { color: #fff; background: #548235; }

.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; }

.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 { /*背景图替换img*/ 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 { 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 { position: relative; margin: .5rem 0 .22rem; text-align: center; overflow: hidden; }
.column .more { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; }
.column h3 { display: inline-block; margin: 0 0 -2px; font-size: 0.36rem; font-weight: 700; line-height: 0.55rem; color: #000; text-align: left; }
.column h3::before, .column h3::after { display: inline-block; vertical-align: middle; content: ""; width: 107px; height: 8px; margin: 0 .15rem 2px; background-image: url("../images/x_icon2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.column h3::before { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.more { padding: 0 0 0 32px; font-size: 0.14rem; font-weight: 500; line-height: 0.55rem; color: #548235; text-align: left; background-image: url("../images/x_icon1.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.more:hover { color: #000; animation: slideLeft .7s; }

.more2 { font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #548235; text-align: left; }

@keyframes slideLeft { 0% { padding: 0 0 0 32px; }
  50% { padding: 0 0 0 40px; }
  100% { padding: 0 0 0 32px; } }
.title { font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #000; text-align: left; }
.title:hover { color: #548235; }

.info { font-size: 0.14rem; font-weight: 500; line-height: 0.24rem; color: #666; text-align: justify; }

.date { display: inline-block; vertical-align: top; width: 60px; padding: 2px 0 4px; font-family: Arial, Helvetica, sans-serif; font-size: 0.14rem; font-weight: 500; line-height: 0.26rem; color: #fff; text-align: center; background: #548235; }
.date p:first-child { font-size: .24rem; line-height: .37rem; }
.date p:first-child::after { display: block; content: ""; box-sizing: border-box; width: 20px; height: 1px; margin: 0 auto; background: #fff; }

.date1 { padding: 0 0 0 24px; font-family: Arial, Helvetica, sans-serif; font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: left; background-image: url("../images/time1.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.date1 span { font-size: .16rem; font-weight: 700; color: #cfffad; }
.list2 .date1 span {
    font-size: .22rem;
    margin-right: 8px;
}

.pic-list1 { display: flex; justify-content: space-between; align-items: top; }
.pic-list1 li { width: 23%; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.pic-list1 li:hover { margin: -5px 0 5px; box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2); }
.pic-list1 .img-scale { height: 0; padding: 2.17rem 0 0; }
.pic-list1 .img-scale .date { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; }
.pic-list1 .text { padding: .2rem .24rem .18rem; }
.pic-list1 .title { height: .9rem; }
.pic-list1 .info { height: .48rem; margin: .11rem 0 .16rem; }

.pic-list2 { margin: .25rem 0 0; }
.pic-list2 li { position: relative; display: flex; margin: 0 0 .3rem; padding: 0 0 .3rem .3rem; border-bottom: 1px dashed #ddd; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.pic-list2 li:hover { box-shadow: 8px 10px 10px 0 rgba(0, 0, 0, 0.12); }
.pic-list2 li:hover .date { background-color: #eaa109; }
.pic-list2 li:hover .title { color: #548235; }
.pic-list2 .img-scale { width: 2.6rem; }
.pic-list2 .img-scale .img { padding: 66% 0 0; }
.pic-list2 .text { width: calc(100% - 2.6rem); padding: .12rem .22rem 0; }
.pic-list2 .title { font-size: .18rem; font-weight: 700; color: #222; }
.pic-list2 .info { margin: .2rem 0; line-height: .28rem; max-height: .56rem; }
.pic-list2 .more2 { display: block; width: .8rem; margin-left: auto; font-size: 0.14rem; font-weight: 500; line-height: 0.25rem; color: #548235; text-align: right; }
.pic-list2 .more2:hover { color: #548235; }
.pic-list2 .date { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }

.list1 li { display: flex; margin: .16rem 0 0; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.list1 li:first-child { margin: 0; }
.list1 li:hover { box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.25); }
.list1 li:hover .date { background: #548235; }
.list1 li:hover .text { background: #fff; border-color: #fff; }
.list1 .date { background: #a7bb99; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.list1 .text { display: flex; align-items: center; width: calc(100% - 60px); padding: 0 .1rem 0 .2rem; border: 1px solid #dce6d5; border-left: none; }

.list2 li { padding: .15rem 0; border-bottom: 1px dashed #779b5e; }
.list2 li:first-child { padding-top: 0; }
.list2 li:last-child { padding-bottom: 0; border: none; }
.list2 li:hover .title { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list2 .title { color: #fff; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }

.list3 li { padding: .1rem 0; border-bottom: 1px dashed #d3d3d3; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.list3 li:hover .title { color: #548235; -webkit-transform: translate3d(4px, 0, 0); -moz-transform: translate3d(4px, 0, 0); -ms-transform: translate3d(4px, 0, 0); -o-transform: translate3d(4px, 0, 0); transform: translate3d(4px, 0, 0); }
.list3 li:hover .title::before { background: #548235; }
.list3 li:last-child { border: none; }
.list3 .date1 { color: #999; background: none; padding: 0; }
.list3 .title { display: inline-block; vertical-align: top; width: calc(100% - 1.2rem); -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.list3 .title::before { display: inline-block; content: ""; width: 8px; height: 8px; margin: 0 .12rem 1px 0; background: #548235; border-radius: 50%; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }

.news-slick1 { font-size: 0; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); }
.news-slick1 .img-scale { height: 0; padding: 4.5rem 0 0; }
.news-slick1 .img-scale::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 100%; height: 40%; content: ""; background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6)); }
.news-slick1 .text { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 2; display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 0 110px 0 0; }
.news-slick1 .text .title { width: calc(100% - 66px); color: #fff; font-size: .18rem; }
.news-slick1 .slick-dots { position: absolute; top: auto; right: 0.15rem; bottom: 0.28rem; left: auto; z-index: 1; }
.news-slick1 .slick-dots li { display: inline-block; margin: 0 4px; width: .1rem; height: .1rem; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; cursor: pointer; border-radius: 50%; border: 1px solid #fff; }
.news-slick1 .slick-dots li.slick-active { background: #ffca48; border-color: #ffca48; }
.news-slick1 .slick-arrow { position: absolute; top: 44%; right: auto; bottom: auto; left: auto; z-index: 1; width: .35rem; height: .35rem; border-radius: 50%; background-image: url("../images/arrow2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: rgba(98, 150, 62, 0.35); background-size: auto; }
.news-slick1 .slick-arrow.slick-prev { left: 4%; }
.news-slick1 .slick-arrow.slick-next { right: 4%; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.news-slick2 { width: calc(100% + .4rem); margin: .22rem -.2rem 0; font-size: 0; }
.news-slick2 .slick-list { padding: 8px 0; }
.news-slick2 .slick-slide { padding: 0 .2rem; }
.news-slick2 .card { display: flex; padding: .15rem 0; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.news-slick2 .card .left { width: 60px; text-align: center; }
.news-slick2 .card .right { width: calc(100% - 60px); padding: .1rem .1rem 0 .2rem; }
.news-slick2 .card:hover { margin: -4px 0 4px; box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2); }
.news-slick2 .column-link { font-size: 0.12rem; font-weight: 500; line-height: 0.32rem; color: #548235; text-align: left; }
.news-slick2 .column-link:hover { text-decoration: underline; }
.news-slick2 .slick-dots { margin: .2rem 0 0; text-align: center; }
.news-slick2 .slick-dots li { display: inline-block; margin: 0 6px; width: 12px; height: 12px; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; cursor: pointer; border-radius: 50%; background: #c1cbba; }
.news-slick2 .slick-dots li.slick-active { background: #548235; }
.news-slick2 .title { max-height: .6rem; }

.news-slick3 { font-size: 0; }
.news-slick3 .img-scale { height: 0; padding: 2.15rem 0 0; }
.news-slick3 .img-scale .date1 { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; padding: 0 .1rem 0 .35rem; color: #fff; background-color: #62963e; background-image: url("../images/time2.png"); background-position-x: .11rem; }
.news-slick3 .img-scale .date1 span { color: #fff; }
.news-slick3 .title { margin: .18rem 0 .15rem; color: #fff; font-weight: 700; height: .6rem; }
.news-slick3 .title span { background-image: linear-gradient(#ccc, #ccc); background-repeat: no-repeat; background-size: 0 1px; background-position: 0 100%; -webkit-transition: background-size 0.5s linear 0s; -moz-transition: background-size 0.5s linear 0s; -ms-transition: background-size 0.5s linear 0s; -o-transition: background-size 0.5s linear 0s; transition: background-size 0.5s linear 0s; }
.news-slick3 .title:hover span { background-size: 100% 1px; }
.news-slick3 .info { height: .48rem; color: #c6d3bf; }
.news-slick3 .slick-dots { margin: .7rem 0 0; text-align: center; }
.news-slick3 .slick-dots li { display: inline-block; margin: 0 3px; width: .1rem; height: .1rem; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; cursor: pointer; border-radius: 50%; border: 1px solid #fff; }
.news-slick3 .slick-dots li.slick-active { background: #ffca48; border-color: #ffca48; }
.news-slick3 .slick-arrow { position: absolute; top: auto; right: auto; bottom: -0.13rem; left: auto; z-index: 1; width: .35rem; height: .37rem; border-radius: 50%; background-image: url("../images/arrow2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.news-slick3 .slick-arrow.slick-prev { left: calc(50% - .8rem); }
.news-slick3 .slick-arrow.slick-next { right: calc(50% - .8rem); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.index-news .news-slick1 { width: 48.5%; display:none;}
.index-news .pic-list1 { width: 100%; }

.index-notice { position: relative; margin: .55rem 0 0; }
.index-notice::before { position: absolute; top: 0; right: 47.4%; bottom: 0; left: 0; z-index: 1; content: ""; background-image: url("../images/x_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.index-notice::after { position: absolute; top: 0.6rem; right: 0; bottom: -1rem; left: 50%; z-index: 2; content: ""; background-image: url("../images/x_bg3.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25); }
.index-notice .container { position: relative; z-index: 3; }
.index-notice .column { text-align: left; }
.index-notice .column h3::before { display: none; }
.index-notice .notice { width: 46.5%; padding: 0 0 .6rem; overflow: hidden; }
.index-notice .research { width: 46.5%; margin: .6rem 0 -.5rem; }
.index-notice .research .column h3 { color: #fff; }
.index-notice .research .column h3::after { background-image: url("../images/x_icon2_2.png"); }
.index-notice .research .column .more { color: #fff; }
.index-notice .news-slick3, .index-notice .list2 { width: 47.7%; }

.index-data { padding: 1px 0 .75rem; background-image: url("../images/x_bg4.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.index-data .column { text-align: left; margin-bottom: .52rem; }
.index-data .column h3 { color: #fff; }
.index-data .column h3::before { display: none; }
.index-data ul { display: flex; height: 2rem; }
.index-data ul li { width: 14.285%; }
.index-data ul .text { display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 0 .12rem 0; border: 1px solid #a5da81; }
.index-data ul .text .title { color: #fff; font-weight: 700; line-height: .55rem; text-align: center; }
.index-data ul .text .title span { color: #99e467; font-size: .4rem; vertical-align: sub; }
.index-data ul .text .title span i { font-style: initial; }
.index-data ul .text .info { margin: 0 0 .1rem; font-size: .17rem; color: #fff; text-align: center; min-height: .48rem; }
.data-list1 { margin-bottom: -1px; }
.index-data ul .icon { background-repeat: no-repeat; background-position: 50% 50%; background-color: rgba(255, 255, 255, 0.12); background-size: auto; }
.index-data ul .icon.i1 { background-image: url("../images/x_icon3_1.png"); }
.index-data ul .icon.i2 { background-image: url("../images/x_icon3_2.png"); }
.index-data ul .icon.i3 { background-image: url("../images/x_icon3_3.png"); }
.index-data ul .icon.i4 { background-image: url("../images/x_icon3_4.png"); }
@media screen and (min-width: 1025px) {
    .data-list1 li:nth-child(3), .data-list2 li:nth-child(7) { border-left: none !important; }
    .data-list1 li:nth-child(5), .data-list2 li:nth-child(1) { border-right: none !important; }
}
@media screen and (max-width: 1024px) {
    .index-data ul { height: 1.8rem; }
}
@media screen and (max-width: 768px) {
    .index-data ul { height: 1.5rem; }
    .index-data ul .icon {  display: none; }
}
.index-link { padding: 0 0 1rem; }
.index-link .link { display: flex; justify-content: space-between; }
.index-link .link li { width: 14.285%; }
.index-link .link li:nth-child(1) a { background: #b18c5d; }
.index-link .link li .icon.i1 { background-image: url("../images/x_icon4_1.png"); }
.index-link .link li:nth-child(2) a { background: #2ea5b0; }
.index-link .link li .icon.i2 { background-image: url("../images/x_icon4_2.png"); }
.index-link .link li:nth-child(3) a { background: #458cb4; }
.index-link .link li .icon.i3 { background-image: url("../images/x_icon4_3.png"); }
.index-link .link li:nth-child(4) a { background: #279e9f; }
.index-link .link li .icon.i4 { background-image: url("../images/x_icon4_4.png"); }
.index-link .link li:nth-child(5) a { background: #7885bf; }
.index-link .link li .icon.i5 { background-image: url("../images/x_icon4_5.png"); }
.index-link .link li:nth-child(6) a { background: #3d9386; }
.index-link .link li .icon.i6 { background-image: url("../images/x_icon4_6.png"); }
.index-link .link a { display: block; padding: .22rem 0 .2rem; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; position: relative; }
.index-link .link a p { font-size: 0.16rem; font-weight: 500; line-height: 0.35rem; color: #fff; text-align: center; }
.index-link .link a:hover { margin: -6px 0 6px; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35); }
.index-link .link a::before { display: block; content: ""; box-sizing: border-box; position: absolute; top: auto; right: auto; bottom: -12px; left: 0; z-index: 1; width: 100%; height: 10px; background-image: radial-gradient(ellipse closest-side at 50% 50%, rgba(0, 0, 0, 0.28), transparent); opacity: 0; visibility: hidden; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.index-link .link a:hover::before { bottom: -17px; opacity: 1; visibility: visible; }
.index-link .link .icon { width: .8rem; height: .8rem; margin: 0 auto; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }

.footer { background: #548235; }
.footer .container { display: flex; align-items: center; justify-content: space-between; }
.footer .container .wrapper { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; width: calc(100% - 3rem); padding: 0 0 .28rem; }

.QR-code li { position: relative; display: inline-block; margin: 0 0 0 .4rem; width: .6rem; height: .6rem; background-image: url(../images/x_icon5_1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: rgba(255, 255, 255, 0.15); background-size: auto; border-radius: 50%; cursor: pointer; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.QR-code li:nth-child(1) { margin: 0; }
.QR-code li:nth-child(1):hover { background-image: url("../images/x_icon5_1_2.png"); }
.QR-code li:nth-child(2) { background-image: url(../images/x_icon5_2.png); }
.QR-code li:nth-child(2):hover { background-image: url("../images/x_icon5_2_1.png"); }
.QR-code li .img { visibility: hidden; opacity: 0; padding: .12rem .12rem 4px; background: #fff; border-radius: 4px; 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.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.QR-code li .img img { width: 1.15rem; max-width: 1.15rem; height: auto; }
.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 { background-color: #fff; }
.QR-code li:hover .img { display: block; visibility: visible; opacity: 1; bottom: calc(100% + .15rem); }

.foot-link { width: 100%; padding: .25rem 0; margin: 0 0 .28rem; border-bottom: 1px solid #769b5d; font-size: 0.16rem; font-weight: 700; line-height: 0.3rem; color: #fff; text-align: left; }
.foot-link .tip { display: inline-block; vertical-align: top; }
.foot-link a { font-size: .14rem; font-weight: 400; color: #fff; }
.foot-link a:hover { text-decoration: underline; }
.foot-link span { font-size: .14rem; margin: 0 .12rem 0 .16rem; color: #6eae43; }

.copy { font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: left; }

.pad-btn { display: none; align-items: center; font-size: 0; }
.pad-btn .search-btn { position: relative; z-index: 5; display: inline-block; width: 34px; height: 34px; background-image: url(../images/search1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; border: 1px solid #548235; border-radius: 50%; cursor: pointer; }
.pad-btn .nav-btn { position: relative; z-index: 5; display: flex; width: 33px; margin: 0 .2rem 0 .48rem; vertical-align: middle; cursor: pointer; }
.pad-btn .nav-btn i { display: block; height: 2px; margin: 9px 0; background: #fff; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.pad-btn .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); }
.pad-btn .nav-btn.close i:nth-child(2) { opacity: 0; }
.pad-btn .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); }

.mask { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 101; background: rgba(0, 0, 0, 0.8); }
.mask.show .search { top: 38%; opacity: 1; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.mask .close { position: absolute; top: calc(1.2rem + 4%); right: 12%; bottom: auto; left: auto; z-index: 1; cursor: pointer; width: 70px; height: 70px; }
.mask .close i { display: block; width: 100%; height: 2px; background: #fff; }
.mask .close i:nth-child(1) { -webkit-transform: translate(0, 41px) rotate(45deg); -moz-transform: translate(0, 41px) rotate(45deg); -ms-transform: translate(0, 41px) rotate(45deg); -o-transform: translate(0, 41px) rotate(45deg); transform: translate(0, 41px) rotate(45deg); }
.mask .close i:nth-child(2) { -webkit-transform: translate(0, 39px) rotate(-45deg); -moz-transform: translate(0, 39px) rotate(-45deg); -ms-transform: translate(0, 39px) rotate(-45deg); -o-transform: translate(0, 39px) rotate(-45deg); transform: translate(0, 39px) rotate(-45deg); }

.decoration { position: relative; padding: 21.875% 0 0; overflow: hidden; }
.decoration img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }

.index-main .inset { padding: 1px .35rem 0; box-shadow: 0 0 8px 0 #ccc; background: #fff; }
.index-main .inset .main { padding-bottom: 6px; margin-bottom: 0; }

.sidebar { position: relative; z-index: 3; width: 19%; min-width: 2.4rem; margin: -.8rem 0 0; overflow: hidden; }
.sidebar h3 { font-size: 0.28rem; font-weight: 500; line-height: 0.8rem; color: #fff; text-align: center; background: rgba(76, 125, 43, 0.9); }
.sidebar h3 i { display: block; margin: 0 auto; }
.sidebar h3 i.close { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
.sidebar .lv2-nav { margin: 0 0 .4rem; background: #fff; border-left: 6px solid #548235; }
.sidebar .lv2-nav li { position: relative; }
.sidebar .lv2-nav li.cur { background: #f3f3f3; }
.sidebar .lv2-nav li.cur > a { color: #548235; }
.sidebar .lv2-nav li.cur .lv3 { display: block; }
.sidebar .lv2-nav li:hover > a { color: #548235; }
.sidebar .lv2-nav a { display: block; padding: .15rem .1rem .15rem 20%; border-bottom: 1px solid #ddd; font-size: 0.18rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: left; }
.sidebar .lv2-nav a::before { display: inline-block; content: ""; width: 16px; height: 16px; margin: 0 .15rem 0 0; background-image: url("../images/x_icon6.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.sidebar .lv2-nav .lv3 { display: none; padding: .1rem 0 .1rem .12rem; }
.sidebar .lv2-nav .lv3 a { padding: .05rem 0; font-size: 0.15rem; font-weight: 500; line-height: 0.3rem; color: #000; text-align: left; }
.sidebar .lv2-nav .lv3 a:hover { color: #548235; }
.sidebar .lv2-nav .lv3 a.cur { color: #548235; font-weight: 700; }

.main { width: 77.85%; max-width: calc(100% - 2.85rem); min-height: 4rem; margin: .25rem 0; }
.main .list3 { margin: .1rem 0 0; }
.main .list3 li { padding: .15rem 0; }
.main .list3 .date { padding: 0 0 0 22px; background-image: url("../images/time1.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }

.position { margin: 0 0 .05rem; border-bottom: 1px solid #ddd; }
.position h3 { display: inline-block; margin: 0 0 -1px; font-size: 0.24rem; font-weight: 700; line-height: 0.5rem; color: #000; text-align: left; border-bottom: 3px solid #548235; }

.place { font-size: 0.14rem; font-weight: 500; line-height: 0.52rem; color: #808080; text-align: left; padding: 0 0 0 .22rem; background-image: url(../images/weizhi.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.place a { color: #808080; }
.place a:hover { color: #548235; }
.place a:last-child { color: #548235; font-weight: 700; }

.teach-list { font-size: 0; margin: 0 -0.2rem; }
.teach-list > li { display: inline-block; vertical-align: top; width: 20%; padding: 0 0.2rem; }
.teach-list li { margin: .3rem 0 0; }
.teach-list .img-scale:hover .title { color: #548235; }
.teach-list .img-frame { height: 0; padding: 138% 0 0; }
.teach-list .title { margin: 4px 0 0; font-weight: 700; text-align: center; }

.article { padding: .35rem 0 .2rem; }
.article .title { margin: 0 0 .1rem; font-size: 0.26rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: center; }
.article .sub { margin: .3rem 0; padding: .12rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.22rem; color: #777; text-align: center; background: #f2f2f2; }
.article .content { padding: 0 3% .3rem; font-size: 0.16rem; font-weight: 500; line-height: 220%; color: #000; text-align: justify; }
.article .content p { text-indent: 2em; }
.article .content img, .article .content video { display: block; max-width: 100%; height: auto !important; margin: .15rem auto .08rem; }
.article .content table { max-width: 100%; margin: .18rem auto; }
.article .content table p { text-indent: 0; line-height: 150%; }
.article .content table img, .article .content table video { margin-top: 0; margin-bottom: 0; }
.table-box{overflow-x:auto;}
.article .content iframe { max-width: 100%; margin: .18rem auto; }
.article .cont-page { padding: .25rem 0 0; border-top: 1px dashed #ccc; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.15rem; font-weight: 500; line-height: 0.27rem; color: #494949; text-align: left; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.article .cont-page a span { color: #548235; font-weight: 700; }
.article .cont-page a:hover { color: #548235; -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -ms-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px); }
.article.about .title { padding: 0 0 .12rem; }
.article.about .content { padding-left: 0; padding-right: 0; padding-bottom: 0; }

.teach-about .teach-head { display: flex; min-height: 1.8rem; background: #f3f3f3; }
.teach-about .teach-head .img img { width: 1.5rem; }
.teach-about .teach-head .text { padding: .12rem 0 0 .25rem; }
.teach-about .teach-head .title { font-size: .18rem; text-align: left; font-weight: 700; }
.teach-about .tip { margin: .3rem 0 .1rem; font-size: 0.18rem; font-weight: 700; line-height: 0.4rem; color: #548235; text-align: left; }
.teach-about .content { padding: 0; }

#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: 20px 0 25px !important; font-family: Arial; 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: 8px 10px; color: #428bca; border: 1px solid #aaa; border-radius: 4px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #548235; font-weight: bold; color: #fff; border-color: #548235; }
#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: 32px; line-height: 32px; vertical-align: bottom; }








@media screen and (max-width: 1024px) { .header { position: relative; z-index: 102; display: flex; justify-content: space-between; align-items: center; padding-top: 10px; padding-bottom: 10px; padding-right: 0; }
  .header .right-box { display: flex; align-items: center; margin: 0; min-width: auto; max-width: none; width: auto; }
  .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; }
  .banner { margin: 0 !important; }
  .banner .slick-arrow { display: none !important; }
  .banner .img { height: 0; padding: 40% 0 0; }
  .banner .slick-dots { bottom: .15rem; }
  .banner .slick-dots li { margin: 0 5px; width: 10px; height: 10px; }
  .nav { visibility: hidden; position: fixed; top: 70px; right: 0; bottom: 0; left: 100%; z-index: 100; width: 100%; height: calc(100vh - 70px); margin: 0; padding: .28rem 0; background-image: url(../images/x_bg2.jpg); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: cover; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
  .nav ul { flex-direction: column; justify-content: flex-start; width: 90%; height: 100%; margin: 0 auto; padding: .1rem .22rem; background: #fff; overflow-x: hidden; border-radius: 10px; box-sizing: border-box; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1); }
  .nav li { width: 100%; margin: 0 !important; border-top: 1px dashed #fff; border-bottom: 1px dashed #c6d3e4; }
  .nav li:first-child { border-top: none; }
  .nav li:last-child:after { display: block; content: ""; box-sizing: border-box; position: absolute; top: auto; right: auto; bottom: -2px; left: 0; z-index: 1; width: 100%; height: 0; border-top: 1px dashed #fff; }
  .nav li a { font-size: 17px; line-height: .55rem; padding: 0 .1rem !important; text-align: left; font-weight: 400; color: #333; background: none !important; }
  .nav li a::after, .nav li a::before { display: none; }
  .nav li .lv2 { display: none; position: static; visibility: visible; opacity: 1; width: auto; padding-left: 30px; padding-top: 0; border: none; background: none; box-shadow: none; }
  .nav li .lv2 a { color: #333 !important; line-height: .4rem; }
  .nav li .lv2 .tri { display: none; }
  .nav li:hover .lv2 { display: none; animation: none; box-shadow: none; transition: none; }
  .nav .down-icon { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .55rem; height: .55rem; background-image: url(../images/down1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
  .nav .down-icon.close { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .nav.show { visibility: visible; left: 0; }
  .pad-btn { display: flex; align-items: center; margin-left: 7px; }
  .pad-btn .search-btn { width: 40px; height: 40px; background-color: rgba(255, 255, 255, 0.15); border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.6); }
  .pad-btn .nav-btn { display: inline-block; }
  .pad-btn::after { position: absolute; top: 0; right: 0; bottom: 0; left: auto; z-index: 1; content: ""; border-top: 70px solid #a7bb99; border-bottom: 0px solid transparent; border-right: 67px solid #a7bb99; border-left: 12px solid transparent; }
  .search { visibility: hidden; opacity: 0; position: fixed; top: 40%; right: auto; bottom: auto; left: 20%; z-index: 200; width: 60%; padding: 15px !important; margin: 0; border-radius: 2px; background: #fff; -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -ms-transform: scale(0.7); -o-transform: scale(0.7); transform: scale(0.7); -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
  .search form { font-size: 0; white-space: nowrap; }
  .search .input { width: calc(100% - 45px) !important; height: 45px; padding: 0 8px !important; line-height: 45px; color: #333; border: 1px solid #eee; }
  .search .input::placeholder { color: #888; }
  .search .submit { width: 45px; height: 45px; background-image: url(../images/search3.png); background-position: 60% 50%; }
  .search.show { border: none; border-radius: 0; visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
  .column { margin-top: .3rem; }
  .column h3 { font-size: .28rem; }
  .index-news .news-slick1 { width: 100%; margin: 0 0 .3rem; }
  .index-news .pic-list1 { width: 100%; }
  .news-slick1 .img-scale, .pic-list1 .img-scale { padding: 66.666% 0 0; }
  .index-notice { margin: .3rem 0 0; }
  .index-notice .container { width: 100%; }
  .index-notice::after, .index-notice::before { display: none; }
  .index-notice .notice { width: 100%; padding: 0 7.5% .4rem; background-image: url("../images/x_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
  .index-notice .research { width: 100%; margin: 0; padding: 0 7.5% .4rem; background-image: url("../images/x_bg3.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
  .index-data .column { margin-bottom: .22rem; }
  .index-data ul li { width: 20%; }
  .index-data ul li:not([class]) { display: none; }
  .index-data ul.data-list1 { justify-content: center; }
  .index-link { padding: 0 0 .6rem; }
  .index-link .link .icon { background-size: 66%; }
  .footer .container .wrapper { width: calc(100% - 2rem); }
  .foot-logo { margin: 0 0 .1rem; }
  .foot-logo img { height: 50px; }
  .foot-link { padding: .2rem 0; margin: 0 0 .2rem; }
  .QR-code li { margin: 0 0 0 .2rem; }
  #to-top { display: none !important; }
  .news-slick2 { width: calc(100% + 0.2rem); margin-left: -.1rem; margin-right: -.1rem; }
  .news-slick2 .slick-slide { padding: 0 .1rem; }
  .decoration { padding: 30% 0 0; }
  .index-main .inset { padding: 0; box-shadow: none; }
  .sidebar { width: 100%; min-width: 100%; margin: .22rem 0 0; }
  .sidebar h3 { display: block; position: relative; padding: 0 .2rem; font-size: .21rem; line-height: .5rem; text-align: left; background: #548235; border-width: 2px; }
  .sidebar h3 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .5rem; height: .5rem; background-image: url(../images/down2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; 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.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
  .sidebar h3.down i { -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }
  .sidebar .lv2-nav { display: none; padding-bottom: .1rem; }
  .sidebar .lv2-nav li .lv3 { padding-top: 0; }
  .sidebar .lv2-nav li:last-child a { border: none; }
  .sidebar .lv2-nav a { text-align: left; font-size: .16rem; padding: 0 .4rem 0 .2rem; line-height: .45rem; }
  .sidebar .lv2-nav .down { height: .5rem; }
  .main { width: 100%; max-width: 100%; margin-top: .1rem; }
  .position h3 { font-size: .22rem; }
  .teach-list { margin: 0 -.1rem; }
  .article .content { padding-left: 0; padding-right: 0; }
  .pic-list2 .img-scale { width: 2.4rem; }
  .pic-list2 .text { width: calc(100% - 2.4rem); } }
@media screen and (max-width: 768px) { .container { width: 90%; }
  .column { margin: .2rem 0 .1rem; text-align: left; }
  .column h3 { font-size: .26rem; }
  .column h3::before { display: none; }
  .search { left: 10%; width: 80%; }
  .top-link { display: none; }
  .index-notice .notice, .index-notice .research { padding-left: 5%; padding-right: 5%; }
  .index-data ul .icon.i1 { background-size: 66%; }
  .news-slick2 .card .right { padding-left: .1rem; }
  .pic-list1 .text { padding: .1rem .14rem .12rem; }
  .pic-list1 .info { margin: 5px 0; }
  .footer .container { padding: .2rem 0 0; flex-direction: column-reverse; }
  .footer .container .wrapper { width: 100%; justify-content: center; }
  .index-data ul { height: auto; flex-wrap: wrap; }
  .index-data ul li { width: 50%; height: 2rem; }
  .news-slick3 .slick-dots { margin: .3rem 0 0; }
  .index-data ul .icon.i1 { background-size: auto; }
  .news-slick3 .img-scale { padding: 66.66% 0 0; }
  .index-link { padding: 0 0 .2rem; }
  .index-link .link { flex-wrap: wrap; }
  .index-link .link li { width: 31%; margin: 0 0 .2rem; }
  .index-notice .news-slick3, .index-notice .list2 { width: 100%; }
  .index-notice .list2 { margin: .3rem  0 0; }
  .news-slick1 .text .title { font-size: .16rem; }
  .teach-list > li { width: 33.333%; }
  .position h3 { display: none; }
  .place { float: none; } }
@media screen and (max-width: 520px) { .pic-list1 { flex-wrap: wrap; }
  .pic-list1 li { width: 100%; margin: 0 0 .2rem; }
  .pic-list2 li { flex-wrap: wrap; padding: 0; }
  .pic-list2 .img-scale { width: 100%; }
  .pic-list2 .text { width: 100%; padding: .12rem 0 .2rem; }
  .pic-list2 .title { overflow: visible; text-overflow: clip; white-space: initial; text-align: justify; }
  .pic-list2 .info { margin: .1rem 0; }
  .news-slick2 { margin-top: 0; }
  .list1 .text { background: #fff; }
  .list3 .title { width: 100%; line-height: .24rem; }
  .list3 .date1 { float: none; margin: .05rem 0 0; }
  .list3 .tt1 { white-space: initial; text-overflow: clip; overflow: auto; }
  .logo { display: flex; align-items: center; height: 42px !important; }
  .logo img { max-width: 100%; height: auto !important; max-height: 52px; }
  .pad-btn::after { border-top-width: 62px; border-right-width: 55px; }
  .pad-btn .search-btn { width: 38px; height: 38px; }
  .pad-btn .nav-btn { width: 32px; margin: 0 14px 0 32px; }
  .pad-btn .nav-btn i { margin: 7px 0; }
  .pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0px, 9px) rotate(45deg); -moz-transform: translate(0px, 9px) rotate(45deg); -ms-transform: translate(0px, 9px) rotate(45deg); -o-transform: translate(0px, 9px) rotate(45deg); transform: translate(0px, 9px) rotate(45deg); }
  .pad-btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0px, -9px) rotate(-45deg); -moz-transform: translate(0px, -9px) rotate(-45deg); -ms-transform: translate(0px, -9px) rotate(-45deg); -o-transform: translate(0px, -9px) rotate(-45deg); transform: translate(0px, -9px) rotate(-45deg); }
  .nav { top: 62px; height: calc(100vh - 62px); }
  .teach-list > li { width: 100%; }
  .teach-about .teach-head { flex-direction: column; align-items: center; padding: 0 0 .2rem; } }

/*# sourceMappingURL=style.css.map */