@charset "UTF-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

@keyframes fade { 0% { opacity: 1; }
  100% { opacity: 0.1; } } 
html { font-size: 100px; min-width: 320px; }

body { font-family: "SRegular"; background-image: url("../images/t_bg4.jpg"); background-repeat: repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }

.overflow { overflow: hidden; }

.container { width: 85%; max-width: 1500px; margin: 0 auto; font-size: .16rem; }

.banner { position: relative; z-index: 1; }

.banner-slick { z-index: 1; font-size: 0; }
.banner-slick .img { position: relative; display: block; width: 100%; height: 0; padding: 33.333% 0 0; overflow: hidden; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -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 .img img { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.banner-slick .slick-current .img { -webkit-transform: scale(1.06); -moz-transform: scale(1.06); -ms-transform: scale(1.06); -o-transform: scale(1.06); transform: scale(1.06); -webkit-transition: transform 6s linear 0.2s; -moz-transition: transform 6s linear 0.2s; -ms-transition: transform 6s linear 0.2s; -o-transition: transform 6s linear 0.2s; transition: transform 6s linear 0.2s; }
.banner-slick .slick-arrow { position: absolute; top: 50%; right: auto; bottom: auto; left: auto; z-index: 1; width: .65rem; height: .65rem; -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; background-image: url("../images/t_icon1_2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.banner-slick .slick-arrow.slick-prev { left: 2%; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.banner-slick .slick-arrow.slick-next { right: 2%; }
.banner-slick .slick-dots { position: absolute; top: auto; right: 5%; bottom: 0.25rem; left: auto; z-index: 1; }
.banner-slick .slick-dots li { display: inline-block; margin: 0 6px; width: 40px; height: 40px; font-size: 0.17rem; font-weight: 500; line-height: 38px; color: #fff; text-align: 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; cursor: pointer; background-image: url(../images/t_bg1_2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.banner-slick .slick-dots li button { color: #fff; }
.banner-slick .slick-dots li.slick-active { background-image: url(../images/t_bg1.png); }

.logo a { display: block; }
.logo .img2 { display: none; }

.header { position: fixed; top: 0; right: auto; bottom: auto; left: auto; z-index: 100; width: 100%; padding: .2rem 6.25%; border-bottom: 1px solid rgba(255, 255, 255, 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.scroll { background: #e8dcd2; padding-top: .1rem; padding-bottom: .1rem; box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4); }
.header.scroll .nav { margin: 0; }
.header.scroll::after { opacity: 0; visibility: hidden; }
.header.inset { position: relative; }
.header .container { display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 10; width: 100%; max-width: 100%; }
.header::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0; right: 0; bottom: auto; left: 0; z-index: 1; width: 100%; height: 125%; background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4), 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; }
.header .right-box { display: flex; align-items: center; justify-content: space-between; width: 72%; }
.header .right-box .other { display: flex; align-items: center; }

.header.scroll .nav li a { color: #000; }
.header.scroll .nav li .down-icon { background-image: url("../images/t_icon1_4.png"); }
.header.scroll .pc-search { border-color: #666; }
.header.scroll .pc-search .input { color: #222; }
.header.scroll .pc-search .input::placeholder { color: rgba(0, 0, 0, .5) }
.header.scroll .pc-search .submit { background-image: url("../images/t_icon2_3.png"); }
.header.scroll .top-link, .header.scroll .top-link a { color: #000; }
.header.scroll .img1 { display: none; }
.header.scroll .img2 { display: block; }

.nav { font-size: 0; text-align: right; white-space: nowrap; user-select: none; width: calc(100% - 1.65rem); -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; }
.nav li { display: inline-block; position: relative; width: 12.5%; text-align: center; }
.nav li a { display: inline-block; vertical-align: top; font-family: "Microsoft YaHei"; font-size: 0.18rem; font-weight: 500; line-height: 0.5rem; color: #fff; text-align: center; -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 .down-icon { display: inline-block; vertical-align: top; width: .2rem; height: .5rem; margin: 0 0 0 4px; background-image: url("../images/t_icon1.png"); background-repeat: no-repeat; background-position: 50% 55%; background-color: transparent; background-size: auto; }
.nav li:hover > a { font-weight: 700; }
.nav li:hover .lv2 { visibility: visible; opacity: 1; top: calc(100% + 12px); }
.nav li:last-child > a { padding-right: 0; }
.nav .lv2 { position: absolute; top: calc(120% + 12px); right: auto; bottom: auto; left: calc(50% - .75rem); z-index: 1; width: 1.5rem; padding: .08rem 0 .12rem; background: #fff; transform-origin: 50% 10%; -ms-transform-origin: 50% 10%; box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3); border-radius: 2px; transition: all .3s; -ms-transition: all .3s; opacity: 0;  visibility: hidden; }
.nav .lv2 a { display: block; padding: .1rem 5px; font-size: .16rem; line-height: .18rem; font-weight: 400; color: #333; }
.nav .lv2 a:hover { color: #fff !important; background: #843900; }
.nav .lv2 .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 12px; overflow: hidden; }
.nav .lv2 .tri::after { display: block; content: ""; box-sizing: border-box; width: 20px; height: 20px; margin: 0 auto; background: #fff; -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); }

.top-link { display: inline-block; vertical-align: top; margin-right: .1rem; font-family: "Microsoft YaHei"; font-size: 0.14rem; font-weight: 500; line-height: 0.34rem; color: #fff; text-align: left; }
.top-link a { color: #fff; }
.top-link span { margin: 0 .05rem; }

.pad-btn { display: none; align-items: center; font-size: 0; }
.pad-btn .search-btn { position: relative; z-index: 5; display: inline-block; width: 38px; height: 38px; border-radius: 50%; background-image: url(../images/t_icon2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; }
.pad-btn .nav-btn { position: relative; z-index: 5; display: none; width: 36px; margin: 0 .25rem 0 .56rem; vertical-align: middle; cursor: pointer; }
.pad-btn .nav-btn i { display: block; height: 2px; margin: 9px 0; 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; }
.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: 10000; background: rgba(0, 0, 0, 0.85); }
#mask .close { width: .7rem; height: .7rem; position: absolute; top: 1rem; right: 10%; bottom: auto; left: auto; z-index: 1; cursor: pointer; }
#mask .close i { display: block; width: 100%; height: 3px; background: #fff; }
#mask .close i:nth-child(1) { -webkit-transform: translate(0, 33px) rotate(45deg); -moz-transform: translate(0, 33px) rotate(45deg); -ms-transform: translate(0, 33px) rotate(45deg); -o-transform: translate(0, 33px) rotate(45deg); transform: translate(0, 33px) rotate(45deg); }
#mask .close i:nth-child(2) { -webkit-transform: translate(0, 31px) rotate(-45deg); -moz-transform: translate(0, 31px) rotate(-45deg); -ms-transform: translate(0, 31px) rotate(-45deg); -o-transform: translate(0, 31px) rotate(-45deg); transform: translate(0, 31px) rotate(-45deg); }

.search-box { position: absolute; top: 40%; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; padding: .2rem 0; overflow: hidden; }
.search-box form { background: #fff; white-space: nowrap; padding: .15rem .1rem .15rem .15rem; width: 80%; max-width: 6.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: 2px; -webkit-transform: translateY(150%); -moz-transform: translateY(150%); -ms-transform: translateY(150%); -o-transform: translateY(150%); transform: translateY(150%); }
.search-box .input { width: calc(100% - .55rem); height: .5rem; padding: 0 .1rem 0 .15rem; vertical-align: top; font-size: 0.14rem; font-weight: 500; line-height: 0.5rem; color: #333; text-align: left; border: 1px solid #eee; }
.search-box .submit { width: .5rem; height: .5rem; vertical-align: top; background-image: url("../images/t_icon2_2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.search-box.show 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; }

.search2 { width: 660px; margin: .32rem auto; padding: 8px 10px; box-shadow: 0 0 15px 0 #ccc;background: #fff; }
.search2 form { white-space: nowrap; }
.search2 .input { width: calc(100% - .5rem); height: .5rem; padding: 0 10px; border: 1px solid #eee; vertical-align: top; font-size: 16px; font-weight: 500; line-height: 42px; color: #333; text-align: left; }
.search2 .submit { width: .5rem; height: .5rem; vertical-align: top; background-image: url("../images/t_icon2_2.png"); background-repeat: no-repeat; background-position: 50% 45%; background-color: transparent; background-size: auto; }

.pc-search { width: 1.5rem; border-bottom: 1px solid rgba(255, 255, 255, .5) }
.pc-search form { font-size: 0; white-space: nowrap; }
.pc-search .input { width: calc(100% - 38px); height: 38px; vertical-align: top; font-size: .15rem; font-weight: 500; line-height: 42px; color: #fff; text-align: left; }
.pc-search .input::placeholder { color: rgba(255, 255, 255, .8) }
.pc-search .submit { width: 38px; height: 38px; vertical-align: top; background-image: url("../images/t_icon2.png"); background-repeat: no-repeat; background-position: 50% 45%; background-color: transparent; background-size: auto; }

.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 { display: block; overflow: hidden; }
.img-scale img { display: block; width: 100%; height: auto; -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 { overflow: hidden; }
.img-scale .img { /*背景图替换img*/ height: 100%; background-image: url(); 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.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.img-scale:hover .img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.column { position: relative; margin: 0 0 .3rem; text-align: center; }
.column h3 { display: inline-block; font-family: "Microsoft YaHei"; font-size: 0.3rem; font-weight: 500; line-height: 0.6rem; color: #000; text-align: left; }
.column h3::after { display: block; content: ""; box-sizing: border-box; width: .4rem; height: 3px; margin: 0 auto; background: #843900; }
.column .more { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; }

.more { display: block; width: .76rem; margin: .16rem 0 0; font-family: "SLight"; font-size: 0.13rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: center; background-image: url("../images/t_bg2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 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; }
.more:hover { background-image: url("../images/t_bg2_2.png"); }

.title { font-size: 0.18rem; font-weight: 500; line-height: 0.28rem; color: #000; 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; }

.date { padding: 0 0 0 .26rem; font-size: 0.18rem; font-weight: 500; line-height: 0.28rem; color: #999; text-align: left; background-image: url("../images/t_icon4.png"); background-repeat: no-repeat; background-position: 0 60%; background-color: transparent; background-size: auto; }

.date2 { display: inline-block; vertical-align: top; width: .8rem; padding: .08rem 0 .11rem; font-size: 0.14rem; font-weight: 500; line-height: 0.25rem; color: #999; text-align: center; background: #e7e6e2; -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; }
.date2 p:first-child { font-family: "SBold"; font-size: .28rem; line-height: .36rem; color: #a8080d; -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; }

.info { font-size: 0.14rem; font-weight: 500; line-height: 0.26rem; color: #555; text-align: justify; }

.list1 { border-top: 1px solid #e1e1e1; }
.list1 li { float: left; width: 48%; padding: .25rem 0; border-bottom: 1px solid #e1e1e1; }
.list1 li:nth-child(2n) { float: right; }
.list1 li:hover .title { color: #843900; -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list1 .title { margin: .08rem 0; }
.list1 .info { max-height: .52rem; }

.list2 li { border-bottom: 1px solid #ddd; -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 li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list2 li:hover .title, .list2 li:hover .date { color: #843900; }
.list2 li:last-child { border: none; }
.list2 .title { display: inline-block; vertical-align: top; width: calc(100% - 1.3rem); line-height: .76rem; }
.list2 .date { font-size: .14rem; line-height: .76rem; background: none; }

.list3 li { padding: .22rem 0; font-size: 0; border-bottom: 1px dashed #ddd; -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; }
.list3 li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list3 li:hover .title { color: #843900; }
.list3 li:hover .date2 { background: #843900; color: #fff; }
.list3 li:hover .date2 p:first-child { color: #fff; }
.list3 .text { display: inline-block; vertical-align: top; width: calc(100% - .8rem); padding: 0 0 0 .28rem; }
.list3 .text .info { max-height: .52rem; margin: .08rem 0 .06rem; }
.list3 .text .more2 { font-size: 14px; font-weight: 500; line-height: 0.25rem; color: #843900; text-align: right; }

.pic-list1 { font-size: 0; margin: 0 -0.28rem; }
.pic-list1 > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0.28rem; }
.pic-list1 li { margin: 0 0 .45rem; }
.pic-list1 .img-scale { display: inline-block; vertical-align: top; z-index: 1; width: 2.4rem; box-shadow: 0 0 8px 0 #ccc; }
.pic-list1 .img-scale .img-frame { position: relative; padding: 66.666% 0 0; }
.pic-list1 .img-scale img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.pic-list1 .text { display: inline-block; vertical-align: top; width: calc(100% - 2.4rem); padding: .18rem 0 0 .28rem; }
.pic-list1 .text:hover .title { color: #843900; -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.pic-list1 .title { margin: 0 0 .12rem; line-height: .4rem; }
.pic-list1 .info { height: .52rem; }

.decorate { position: absolute; top: auto; right: auto; bottom: auto; left: auto; z-index: -1; width: 7.6rem; max-width: 100%; height: 1.8rem; background-image: url("../images/t_bg5_1.png"); background-repeat: no-repeat; background-position: 0 100%; background-color: transparent; background-size: auto; opacity: .3; }

.index-news { position: relative; padding: .4rem 0 .45rem; }
.index-news .container { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.index-news .column { width: 100%; }
.index-news .decorate { bottom: -.8rem; left: 0; }

.news-slick { position: relative; width: 45.333%; font-size: 0; }
.news-slick .news-img-slick { margin: 0 0 .48rem; border-radius: 10px; box-shadow: 0 0 8px 0 #ccc; overflow: hidden; }
.news-slick .img-scale { position: relative; padding: 60.588% 0 0; }
.news-slick .img-scale img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.news-slick .slick-dots { position: absolute; top: -0.27rem; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: 15px; text-align: center; }
.news-slick .slick-dots li { display: inline-block; margin: 0 3.5px; padding: 0; border: 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; cursor: pointer; border-radius: 50%; }
.news-slick .slick-dots li button { width: 8px; height: 8px; border-radius: 50%; background: #8f776a; -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-slick .slick-dots li.slick-active { padding: 2px; border-color: #843900; }
.news-slick .slick-dots li.slick-active button { background: #843900; }
.news-slick .title:hover { color: #843900; }

.news-list { width: 51.2%; }

.index-notice { position: relative; margin: .2rem 0 0; padding: .8rem 0 1rem; background-image: url("../images/t_bg3.png"); background-repeat: repeat-x; background-position: 50% 50%; background-color: transparent; background-size: auto 100%; }

.notice-slick { margin: 0 -.25rem 0; font-size: 0; }
.notice-slick .slick-slide { padding: 0 .25rem; }
.notice-slick .slick-slide a { position: relative; display: block; padding: .27rem .16rem .14rem; background: #fff; }
.notice-slick .slick-slide a:hover .title { color: #843900; }
.notice-slick .slick-slide a:hover .date2 { background: #843900; color: #fff; }
.notice-slick .slick-slide a:hover .date2 p:first-child { color: #fff; }
.notice-slick .text { display: inline-block; vertical-align: top; width: calc(100% - .8rem); padding: 0 0 0 .28rem; }
.notice-slick .text .title { max-height: .56rem; } 
.notice-slick .text .info { max-height: .52rem; margin: .12rem 0 .06rem; }
.notice-slick .text .more2 { font-size: 14px; font-weight: 500; line-height: 0.25rem; color: #a8080d; text-align: right; }
.notice-slick .slick-arrow { position: absolute; top: 32%; right: auto; bottom: auto; left: auto; z-index: 1; width: .4rem; height: .4rem; background-image: url(../images/t_icon1_3.png); background-repeat: no-repeat; background-position: 50% 46%; background-color: #fff; background-size: 24px; border-radius: 50%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.25); }
.notice-slick .slick-arrow.slick-prev { left: -.5rem; }
.notice-slick .slick-arrow.slick-next { right: -.5rem; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.notice-slick .slick-dots { width: 100%; height: 15px; margin: .5rem 0 0; text-align: center; }
.notice-slick .slick-dots li { display: inline-block; margin: 0 3.5px; padding: 0; border: 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; cursor: pointer; border-radius: 50%; }
.notice-slick .slick-dots li button { width: 8px; height: 8px; border-radius: 50%; background: #8f776a; -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; }
.notice-slick .slick-dots li.slick-active { padding: 2px; border-color: #843900; }
.notice-slick .slick-dots li.slick-active button { background: #843900; }

.index-research { padding: .4rem 0 .2rem; }

.index-study { position: relative; padding: 0 0 0; }
.index-study .work, .index-study .study { width: 48.333%; }
.index-study .column { margin: 0 0 .15rem; text-align: left; }
.index-study .column h3::after { display: none; }
.index-study .list2 { padding: 0 .2rem; background: #fff; }
.index-study .decorate { top: -.8rem; right: 0; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }

.index-people { position: relative; padding: .5rem 0 .3rem; }
.index-people .column { margin: 0 0 .25rem; }
.index-people .slick-top { font-size: 0.2rem; font-weight: 500; line-height: 0.32rem; color: #ccc; text-align: center; }
.index-people .slick-top h6 { display: inline; font-family: "SBold"; color: #000; cursor: pointer; }
.index-people .slick-top h6.on { color: #843900; }
.index-people .slick-top span { margin: 0 .12rem; }
.index-people .people-slick { display: none; }
.index-people .decorate { top: .3rem; left: 0; }
.index-people .decorate.d2 { top: auto; left: auto; right: 0; bottom: -40px; transform: rotateY(180deg); -ms-transform: rotateY(180deg); }

.people-slick { font-size: 0; margin: .26rem -.1rem 0; }
.people-slick::after { display: block; content: ""; box-sizing: border-box; margin: .4rem .25rem 0; height: 1px; background: #e5e5e5; }
.people-slick .slick-slide { padding: 0 .1rem; }
.people-slick .slick-slide:hover .title { color: #843900; }
.people-slick .slick-list { padding: 6px 0 0; }
.people-slick .img-scale { position: relative; z-index: 1; padding: 61.1% 0 0; }
.people-slick .img-scale img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.people-slick .title { margin: .12rem 0 0; height: .56rem; }
.people-slick .slick-arrow { position: absolute; top: 32%; right: auto; bottom: auto; left: auto; z-index: 1; width: .4rem; height: .4rem; background-image: url(../images/t_icon1_3.png); background-repeat: no-repeat; background-position: 50% 46%; background-color: #fff; background-size: 24px; border-radius: 50%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.25); }
.people-slick .slick-arrow.slick-prev { left: -.5rem; }
.people-slick .slick-arrow.slick-next { right: -.5rem; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.people-slick .slick-dots { position: absolute; top: auto; right: auto; bottom: -7px; left: 0; z-index: 1; width: 100%; height: 15px; text-align: center; }
.people-slick .slick-dots li { display: inline-block; margin: 0 3.5px; padding: 0; border: 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; cursor: pointer; border-radius: 50%; }
.people-slick .slick-dots li button { width: 8px; height: 8px; border-radius: 50%; background: #8f776a; -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; }
.people-slick .slick-dots li.slick-active { padding: 2px; border-color: #843900; }
.people-slick .slick-dots li.slick-active button { background: #843900; }

.index-links { padding: .35rem 0 .4rem; }
.index-links ul { font-size: 0; margin: 0 0; text-align: center; }
.index-links ul > li { display: inline-block; vertical-align: top; width: 16.6666666667%; padding: 0 0; }
.index-links ul a { display: block; font-size: 0.16rem; font-weight: 500; line-height: 0.45rem; color: #000; text-align: center; }
.index-links ul a:hover { color: #843900; font-weight: 700; }
.index-links ul a:hover i { -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; -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); -ms-transform: rotateY(360deg); -o-transform: rotateY(360deg); transform: rotateY(360deg); }
.index-links ul a:hover i::after { -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; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }
.index-links ul i { position: relative; display: block; width: 1.14rem; height: 1.32rem; margin: 0 auto; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.index-links ul i::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-image: url(../images/x_bg2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }

.footer { position: relative; z-index: 3; margin: 1rem 0 0; padding: 0 0; background: #e8dcd2; }
.footer::before { position: absolute; top: auto; right: auto; bottom: 100%; left: 0; z-index: 1; content: ""; width: 100%; height: .7rem; background-image: url("../images/t_bg6.png"); background-repeat: repeat-x; background-position: 50% 100%; background-color: transparent; background-size: auto; }
.footer .container { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; padding: 0 0 .2rem; }

.foot-link { width: 100%; margin: 0 0 .15rem; font-size: 0.18rem; font-weight: 500; line-height: 0.35rem; color: #000; text-align: left; }
.foot-link h5 { display: inline-block; vertical-align: top; font-family: "SBold"; }
.foot-link a { margin: 0 .4rem 0 0; color: #000; white-space: nowrap; }
.foot-link a:hover { text-decoration: underline; }
.foot-link a:last-child { margin: 0; }

.contact { font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #000; text-align: left; }
.contact a { color: #000; }

.QRcode { display: flex; }
.QRcode li { margin: 0 0 0 .22rem; }
.QRcode li:first-child { margin: 0; }
.QRcode li a { display: block; text-align: center; }
.QRcode img { width: 70px; }
.QRcode p { margin: .08rem 0 0; font-size: 0.14rem; font-weight: 500; line-height: 0.25rem; color: #000; text-align: center; }

.foot-logo img { max-width: 100%; vertical-align: top; }

.copy { padding: .1rem; border-top: 1px solid #f1e7df; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #000; text-align: center; }

.decoration { position: relative; z-index: 1; max-height: 4.2rem; overflow: hidden; }
.decoration img { width: 100%; vertical-align: top; }

.section { position: relative; z-index: 2; }
.section .decorate { bottom: -.4rem; left: 0; }

.sidebar { width: 19.66%; min-width: 2.4rem; margin: .5rem 0 0; }
.sidebar h3 { padding: .25rem 0 .25rem; font-family: "Microsoft YaHei"; font-size: 0.3rem; font-weight: 500; line-height: 0.56rem; color: #333; text-align: center; background: #e8dcd2; letter-spacing: 2px; border-bottom: 2px solid #843900; }

.lv2-nav { background: rgba(255, 255, 255, 0.5); }
.lv2-nav li { position: relative; border-bottom: 1px solid #f6eeef; }
.lv2-nav li a { position: relative; display: block; padding: .14rem .1rem; font-size: 0.2rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: center; letter-spacing: 1px; }
.lv2-nav li a:hover { color: #843900; }
.lv2-nav li.cur { border-bottom: none; background: #e8dcd2; }
.lv2-nav .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .5rem; height: .6rem; background-image: url(../images/h_icon3_2.png); background-repeat: no-repeat; background-position: 10% 50%; background-color: transparent; background-size: auto; cursor: pointer; }
.lv2-nav .lv3 { padding: 0 0 .1rem .5rem; }
.lv2-nav .lv3 a { padding: 0; border: none; font-size: .14rem; line-height: .38rem; }

.main { width: 76.33%; max-width: calc(100% - 2.75rem); margin: .34rem 0 .4rem; min-height: 3.5rem; }
.main .list2 { margin: .1rem 0 0; }
.main .list2 .date { font-size: .16rem; line-height: .65rem; }
.main .list2 .title { line-height: .65rem; }
.main .list2 .title::before { display: inline-block; content: ""; width: 8px; height: 8px; margin: 0 .1rem 2px 0; background: #a8080d; border-radius: 50%; }
.main .list3 { margin: .1rem 0 0; }
.main .pic-list1 { margin: 0; }
.main .pic-list1 > li { width: 100%; padding: .22rem 0; margin: 0; border-bottom: 1px solid #ddd; }
.main .pic-list1 .img-scale { width: 1.9rem; border-radius: 5px; }
.main .pic-list1 .text { width: calc(100% - 1.9rem); padding-top: 0; }
.main .pic-list1 .title { margin: 5px 0; }

.position { margin: 0; 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: 2px solid #843900; }
.position .place { padding: 0 0 0 .27rem; font-size: 0.14rem; font-weight: 500; line-height: 0.52rem; color: #666; text-align: left; background-image: url(../images/h_icon9.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.position .place a { color: #666; }
.position .place a:hover { color: #843900; }

.article { padding: .3rem 5% .5rem; background: #fff; }
.article .title { font-size: 0.25rem; font-weight: 500; line-height: 200%; color: #843900; text-align: center; }
.article .sub { margin: .3rem 0; padding: .13rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.26rem; color: #666; text-align: center; border-top: 1px dashed #dedede; border-bottom: 1px dashed #dedede; }
.article .sub span { white-space: nowrap; }
.article .content { padding: 0 0 .3rem; font-size: 0.17rem; font-weight: 500; line-height: 220%; color: #333; text-align: justify; }
.article .content p { text-indent: 2em; }
.article .content a { color: #e4751f; }
.article .content a:hover { text-decoration: underline; }
.article .content img, .article .content video { display: block; max-width: 100%; height: auto !important; margin: .2rem auto 0; }
.article .content table { max-width: 100%; margin: .2rem auto; line-height: 145%; }
.article .content table p { text-indent: 0; line-height: 145%; }
.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 { font-family: "SBold"; color: #843900; }
.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: #843900; -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); }
.article.about { padding-left: 0; padding-right: 0; padding-bottom: 0; background: none; }
.article.about .title { margin: 0 0 .3rem; font-size: .26rem; }

#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; }

.people-list { font-size: 0; margin: 0 -0.09rem; }
.people-list > li { display: inline-block; vertical-align: top; width: 10%; padding: 0 0.09rem; }
.people-list li { margin: .32rem 0 0; }
.people-list .title { display: block; line-height: .36rem; text-align: center; }
.people-list .title:hover { background: #843900; color: #fff; }

#to-top { position: fixed; top: auto; right: -1rem; bottom: 30%; left: auto; z-index: 20; width: .55rem; height: .55rem; border-radius: 2px; background-image: url(../images/toTop.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: #c8a16a; background-size: auto; cursor: pointer; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5); -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; }
#to-top:hover { background-color: #843900; }

#list-page { margin: .3rem 0 .2rem !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; transition: all .25s; -ms-transition: .25s; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 9px 11px; 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: #843900; font-weight: bold; color: #fff; border-color: #843900; }
#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: 2px; width: 40px; height: 34px; line-height: 34px; vertical-align: bottom; }

@media screen and (max-width: 1450px) { html { font-size: 95px; }
  .header { padding: .15rem 3%; }
  .header.scroll .logo img { height: 65px; }
  .header .right-box { width: 74%; }
  .contact { margin-top: .3rem;} .people-slick::after, .notice-slick .slick-dots { margin-top: .2rem; }
.nav li .down-icon { display: none; }
  .list1 li { padding: .15rem 0; }
  .pic-list1 { margin: 0 -.1rem; }
  .pic-list1 > li { padding: 0 .1rem; }
  .notice-slick .slick-slide { padding: 0 .1rem; }
  .people-list > li { width: 12.5%; } }
@media screen and (max-width: 1200px) { html { font-size: 90px; }
  .header { padding: .12rem 3%; }
  .header.scroll .logo img { height: 58px; }
  .contact { margin-top: .2rem;}
  .logo img { height: 64px; } }
@media screen and (max-width: 992px) { .header { position: relative; z-index: 102; background: #843900; padding: 9px .2rem; border: none; }
  .header::after { display: none; }
  .header > .fr { display: flex; align-items: center; float: none; margin: 0; }
  .header .right-box { justify-content: right; }
  .logo { width: 100%; }
  .logo img { height: 50px !important; }
  .top-link { display: none; }
  .top-link span:first-child { display: none; }
.pc-search { display: none; }
  .pad-btn { display: flex; position: absolute; top: -9px; right: -0.2rem; bottom: 0; left: auto; z-index: 1; display: flex; align-items: center; padding: 9px 0 0; }
  .pad-btn .search-btn { width: 42px; height: 42px; background-color: rgba(255, 255, 255, 0.3); border-radius: 50%; }
  .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: 68px solid #c8a16a; border-bottom: 0px solid transparent; border-right: 75px solid #c8a16a; border-left: 12px solid transparent; }
  .banner-slick .slick-arrow { top: 42%; width: .45rem; height: .45rem; }
  .banner-slick .img { height: 0; padding: 40% 0 0; transform: none !important; }
  .banner-slick .slick-dots { bottom: .15rem; }
  .banner-slick .slick-dots li { margin: 0 5px; width: .35rem; height: .35rem; line-height: .34rem; font-size: .14rem; }
  .nav { position: fixed; top: 68px; right: 0; bottom: 0; left: 0; z-index: 8; width: auto; height: calc(100vh - 68px); margin: 0; padding: .2rem 5%; overflow-x: hidden; background-image: url("../images/t_bg4.jpg"); background-repeat: repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; visibility: hidden; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); }
  .nav li { display: block; width: 100%; max-width: 100%; border-top: 1px dashed #fff; border-bottom: 1px dashed #ccc; }
  .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: 1px; background: #fff; }
  .nav li a { display: block; padding: 0 8px; font-size: 17px; line-height: .6rem; text-align: left; color: #494949; background: transparent !important; }
  .nav li a .icon { display: none !important; }
  .nav li .tri { display: none !important; }
  .nav li .down-icon { display: block; position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .6rem; height: .6rem; background-image: url("../images/t_icon1_3.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 32%; 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; }
  .nav li .down-icon.close { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); }
  .nav li .lv2 { display: none; position: static; visibility: visible; opacity: 1; padding-left: 40px; padding-top: 0; border: none; background: none; box-shadow: none; }
  .nav li .lv2 a { color: #333 !important; }
  .nav li .lv2 .tri { display: none; }
  .nav li:hover .lv2 { display: none; animation: none; box-shadow: none; }
  .nav li::after { display: none; }
  .nav.show { visibility: visible; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
  .nav::before { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; display: block; width: 100%; height: 1.5rem; background-image: url("../images/t_bg5_1.png"); background-repeat: no-repeat; background-position: 0% 0%; background-color: transparent; background-size: auto; opacity: .25; }
  .column { margin: 0 0 .15rem; }
  .news-slick { width: 100%; margin: 0 0 .3rem; }
  .news-list { width: 100%; }
  .index-notice { padding: .6rem 0 1rem; }
  .notice-slick, .people-slick { margin-right: .35rem; margin-left: .35rem; }
  .index-people { padding-top: .4rem; }
  .pic-list1 > li { width: 100%; margin: 0 0 .25rem; }
  .index-study .work { margin: 0 0 .2rem; }
  .index-study .work, .index-study .study { width: 100%; }
  .contact { width: 100%; text-align: center; margin-top: 0; }
  .QRcode { width: 100%; margin: .28rem 0 0; justify-content: center; }
  .sidebar { width: 100%; min-width: 100%; margin: .22rem 0 0; }
  .sidebar h3 { position: relative; padding: 0 .2rem; height: auto; line-height: .58rem; font-size: .24rem; text-align: left; }
  .sidebar h3 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .58rem; height: .58rem; 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.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; }
  .sidebar h3 i.close { -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }
  .sidebar h3::after { display: none; }
  .sidebar .lv2-nav { display: none; padding: .12rem 0 .12rem .12rem; }
  .sidebar .lv2-nav li { border-bottom: none; }
  .sidebar .lv2-nav a { text-align: left; text-indent: 2em; padding: .1rem; }
  .sidebar .lv2-nav .down { height: .5rem; }
  .main { width: 100%; max-width: 100%; margin: .15rem 0 0; }
  .position h3 { font-size: .2rem; } }
@media screen and (max-width: 768px) { html { font-size: 85px; }
  .column { text-align: left; }
  .column h3 { font-size: .24rem; font-weight: 700; }
  .column h3::after { display: none; }
  .sidebar h3 { font-size: .24rem; }
  .container { width: 90%; }
  .list1 li { width: 100%; }
  .position { text-align: center; }
  .position h3 { display: block; border: none; color: #843900; font-weight: 700; text-align: center; }
  .position .place { float: none; display: inline-block; line-height: .3rem; text-align: center; }
  .main { margin: 0 0 .4rem; }
  .article { padding: .15rem 0 0; }
  .article .title { font-size: .21rem; }
  .article .sub { margin: .2rem 0; }
  .list2 li { display: block; padding: .12rem 0; }
  .list2 li .title { width: 100%; line-height: .25rem; margin: 0 0 .1rem; text-overflow: clip; white-space: initial; }
  .list2 li .date { float: none; line-height: .22rem; }
  .study .list2 li .date { padding: 0; }
  .people-list > li { width: 16.666%; } }
@media screen and (max-width: 520px) { .banner-slick .slick-arrow, .top-link { display: none !important; }
  .pic-list1 .img-scale { width: 100% !important; }
  .pic-list1 .text { width: 100% !important; padding: .1rem 0 0 0 !important; }
  .leader-list .img-scale { width: 1.2rem; }
  .leader-list .text { width: calc(100% - 1.2rem); padding-left: .15rem; }
  .logo img { height: 44px !important; }
  .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); }  
  .people-list > li { width: 25%; } 
  .nav { top: 62px; height: calc(100% - 62px); }
}