/*特殊字体*/
@font-face {
  font-family: "RobotoLight10";
  src: url("../font/RobotoLight10.woff2") format("woff2"),
       url("../font/RobotoLight10.woff") format("woff"),
       url("../font/RobotoLight10.ttf") format("truetype"),
       url("../font/RobotoLight10.eot") format("embedded-opentype"),
       url("../font/RobotoLight10.svg") format("svg");
}
@font-face {
  font-family: "ChivoBold";
  src: url("../font/ChivoBold.woff2") format("woff2"),
       url("../font/ChivoBold.woff") format("woff"),
       url("../font/ChivoBold.ttf") format("truetype"),
       url("../font/ChivoBold.eot") format("embedded-opentype"),
       url("../font/ChivoBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Chivo-Thin";
  src: url("../font/Chivo-Thin.woff2") format("woff2"),
       url("../font/Chivo-Thin.woff") format("woff"),
       url("../font/Chivo-Thin.ttf") format("truetype"),
       url("../font/Chivo-Thin.eot") format("embedded-opentype"),
       url("../font/Chivo-Thin.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@charset "utf-8";
/*全局样式*/
body{padding: 0;margin: 0;font-family: 'PingFang SC','Microsoft YaHei';font-size: 14px;color: #2e2e2e;overflow-x: hidden;background: #fff;}
div,img,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding: 0;margin: 0;border: 0;}
ul{list-style: none;}
a{text-decoration: none;color: #2e2e2e;-webkit-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s;}
i,em{font-style: normal;}
img{display: inline-block;max-width: 100%;height: auto;}
/*去掉 input 默认边框*/
input{padding: 0;border: 0;font-family: 'PingFang SC','Microsoft YaHei';font-size: 14px;color: #2e2e2e;}
input[type="submit"]{cursor: pointer;}
/*去掉 textarea 默认边框*/
textarea{padding: 0;border: 0;font-family: 'PingFang SC','Microsoft YaHei';font-size: 14px;color: #2e2e2e;}
/*去掉 button 默认边框*/
button{border: 0;padding: 0;font-family: 'PingFang SC','Microsoft YaHei';font-size: 14px;color: #2e2e2e;cursor: pointer;}
/*清除浮动*/
.clearfix:after{content: '';display: table;clear: both;}
.clearfix{*zoom: 1;/*IE6识别*/}
/*解决chrome浏览器 input,textarea 获得焦点时会有一个边框的问题*/
input,textarea{outline: none;}
/*清除ios端 input,textarea 默认内阴影 默认圆角,radio和checkbox需要还原值为radio和checkbox*/
input,textarea{appearance: none;-webkit-appearance: none;border-radius: 0;}
/*自定义 input,textarea 的placeholder文字样式*/
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color: #999;}
/*滚动条*/
body *::-webkit-scrollbar{width: 4px;height: 4px;background: #eee;border-radius: 2px;}
body *::-webkit-scrollbar-thumb{background: #aaa;border-radius: 2px;}
/*常用宽度*/
.w1300{position: relative;width: 86%;margin: 0 auto;max-width: 1300px;}
.w1280{position: relative;width: 86%;margin: 0 auto;max-width: 1280px;}
/*左右浮动*/
.fl{float: left;}
.fr{float: right;}
*:focus{outline: none;}
/*动画*/
.ani400{-webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s; }
.ani300{-webkit-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s; }
.bgCover{background-position: center;background-repeat: no-repeat;background-size: cover;}
.poHidden{position: relative;overflow: hidden;}

/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.TXTovehid-two{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.TXTovehid-three{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.TXTovehid-four{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.TXTovehid-five{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.block{display: block;}
.logo2{display: none;}
.pcHeader{position: relative;background: url(../images/headerbg.jpg) center top no-repeat;z-index: 3;box-shadow: 0 5px 10px rgba(0,0,0,.2);}
.m_logo {float: left;}
/* .pcHeader h1{position: absolute;left: 50%;margin-left: -142px;text-align: center;background: url(../images/logobg.png);width: 284px;height: 164px;} */
.pcHeader .w90{width: 96%;position: relative;margin: auto;}
.pcHeader h1{position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.pcHeader h1 img{display: block;float:left;}
.pcHeader .nav-1st{font-size: 0;white-space: nowrap;padding-top: 30px;float: right;}
.pcHeader .nav-1st > li{position: relative;display: inline-block;vertical-align: top;/* width: calc((100% - 284px) / 8); */margin-left: 40px;text-align: center;float: left;}
/* .pcHeader .nav-1st > li:nth-child(5){margin-left: 284px;} */
.pcHeader .nav-1st > li > a{position: relative;display: block;font-size: 16px;line-height: 80px;font-weight: bold;transition: 0.3s;color: #1f1f1f;font-family: simsun;}
.pcHeader .nav-1st > li.on > a,.pcHeader .nav-1st > li:hover > a,.pcHeader .topbtn a.en:hover{color: #b88d30;}
.pcHeader .nav-2nd{display: none;z-index: 2;position: absolute;left: 50%;top: 100%;width: 100%;min-width: 140px;padding: 8px 0;background-color: rgba(0,0,0,.5);border-radius: 4px;transform: translateX(-50%);}
.pcHeader .nav-2nd > li{position: relative;}
.pcHeader .nav-2nd > li > a{position: relative;display: block;padding: 10px;line-height: 16px;text-align: center;color: #fff;font-size: 14px;white-space: initial;}
.pcHeader .nav-2nd > li > a:before{content: "";position: absolute;left: 0;top: 50%;width: 3px;height: 0;background-color: #fff;transition: 0.3s;}
.pcHeader .nav-2nd > li > a:hover{background-color: #b88d30;}
.pcHeader .nav-2nd > li > a:hover:before{top: 0;height: 100%;}
.pcHeader .topbtn{margin-top: 10px;cursor: pointer;position: absolute;right: 0;top: 0;/* margin-right: 30px; */text-align: center;}
.pcHeader .topbtn a:hover{color: #b88d30;}
.pcHeader .topbtn .ser_ico{display: inline-block;position: relative;top: 3px;float: left;}
.pcHeader .topbtn .ser_ico img{width: 20px;}
.pcHeader .topbtn a{color: #343434;margin-right: 20px;display: inline-block;line-height: 25px;float: left;}
.pcHeader .topbtn a.menuLine{display: none;margin-right: 0;}
/*搜索弹窗*/
.popup-search-wrap{position: absolute;left: 50%;top: 50%;width: 80%;transform: translate(-50%,-50%);}
.popup-search-wrap .text-input{width: 100%;height: 40px;padding: 0 50px 0 10px;border: 1px solid #eee;box-sizing: border-box;}
.popup-search-wrap .sub-btn{position: absolute;right: 0;top: 0;width: 40px;height: 40px;background: #b88d30 url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiPjxwYXRoIGQ9Ik05NDEuNiA4NzRMNzYzLjcgNjk2LjFjMjAuNi0yNi43IDM3LjYtNTUuOSA1MC44LTg3LjIgMjAuMy00OC4zIDMwLjYtOTkuNiAzMC42LTE1Mi40cy0xMC4zLTEwNC4xLTMwLjYtMTUyLjRjLTE5LjYtNDYuNi00Ny43LTg4LjUtODMuNS0xMjQuNXMtNzcuNS02NC4yLTEyMy45LTg0QzU1OSA3NS4zIDUwNy45IDY0LjkgNDU1LjMgNjQuOVMzNTEuNiA3NS4zIDMwMy41IDk1LjhjLTQ2LjQgMTkuNy04OC4xIDQ4LTEyMy45IDg0LTM1LjggMzYtNjMuOSA3Ny44LTgzLjUgMTI0LjUtMjAuMyA0OC4zLTMwLjYgOTkuNi0zMC42IDE1Mi40czEwLjMgMTA0LjEgMzAuNiAxNTIuNGMxOS42IDQ2LjYgNDcuNyA4OC41IDgzLjUgMTI0LjVzNzcuNSA2NC4yIDEyMy45IDg0YzQ4LjEgMjAuNSA5OS4yIDMwLjggMTUxLjggMzAuOFM1NTkgODM4IDYwNy4xIDgxNy42YzMxLjctMTMuNSA2MS4yLTMwLjkgODguMS01MmwxNzcuNiAxNzcuNmMxOC45IDE4LjkgNDkuOSAxOC45IDY4LjkgMCAxOC45LTE5LjMgMTguOS01MC4zLS4xLTY5LjJ6TTQ1NS4zIDc2OC4zYy0xNzAuOSAwLTMxMC0xMzkuOC0zMTAtMzExLjdzMTM5LTMxMS43IDMxMC0zMTEuN2MxNzAuOSAwIDMxMCAxMzkuOCAzMTAgMzExLjdzLTEzOS4xIDMxMS43LTMxMCAzMTEuN3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") center no-repeat;background-size: 20px 20px;}

/*手机导航按钮*/
.menuLine{display: none;width: 25px;float: right;margin-left: 20px;margin-top: 3px;}
.menuLine span{display: block;width: 100%;height: 2px;background: #fff;border-radius: 2px;animation: navBtn 2s infinite ease;}
.menuLine span:nth-child(2){margin: 6px 0;animation-delay: 0.5s;}
.menuLine span:nth-child(3){animation-delay: 1.0s;}
@keyframes navBtn{
  50%{width: 60%;}
  100%{width: 100%;}
}
.block{display: block;}
.banner{width: 100%;}
.banner .img{padding-bottom: 518px;}
.banPage.swiper-pagination-bullets{position: absolute;bottom: 20px ;z-index: 2;text-align: center;}
.banPage.swiper-pagination-bullets span{width: 22px;height: 19px;background-image: url(../images/ico2.png) ;margin: 0 10px; background-color: inherit;background-position: left center; opacity: 1;}
.banPage.swiper-pagination-bullets span.swiper-pagination-bullet-active{background-position: right center;}

/*首页标题*/
.idxTit{text-align: center;padding: 37px 0;}
/*学院新闻*/
.idxOneBox{width: 48%;float: left;position: relative;}
.idxOneSwiper a.img{padding-bottom: 388px;}
.idxOneSwiper .page{text-align: center;position: absolute;width: 100%;bottom: 110px !important;z-index: 2;height: 10px;display: none;}
.idxOneSwiper .page span{background: #fff;}
.idxOneSwiper .text{display: block;padding: 17px 23px;background: #fff;}
.idxOneSwiper .time i{color: #3c3c3c;}
.idxOneSwiper .time em{font-family: simsun;background: url(../images/more.png) no-repeat right center;background-size: auto 12px;padding-right: 25px;}
.idxOneSwiper .title{color: #3c3c3c;line-height: 26px;font-family: simsun;font-weight: bold;margin-bottom: 10px;}
.idxOneSwiper a:hover .title{color: #cdae66;}
.idxOneSwiper a:hover .time em{padding-right: 35px;color: #cdae66;}
.idxOneSwiper:hover .img{transform: scale(1.03);}
.idxOneSwiper .swiper-slide{overflow: hidden;}
.idxOneBox:after{width: 88.7%;height: 205px;background: #f4f0e9;content: '';position: absolute;left: -22px;bottom: -22px;}
.fz18{font-size: 18px;}
.fz16{font-size: 16px;}
.fz14{font-size: 14px;}
.fz36{font-size: 36px;}

.idxOneRight{width: 50%;}
.idxOneRight dl{background: #f2f2f2;margin-top: 20px;}
.idxOneRight dl:first-child{margin-top: 0;}
.idxOneRight dl dt{width: 114px;text-align: center;height: 104px;background: #cccccc;color: #fff;padding: 7px 0;box-sizing: border-box;}
.idxOneRight dl dt span{width: 70px;padding-top: 6px;margin: auto;border-bottom: 1px solid rgba(255,255,255,0.5);padding-bottom: 8px;margin-bottom: 8px;font-weight: bold;font-family: "RobotoLight10";}
.idxOneRight dl dt em{font-family: "RobotoLight10";}
.idxOneRight dl dd{padding-left: 132px;padding-right: 20px;}
.idxOneRight dl dd span.title{padding-bottom: 6px;padding-top: 10px;color: #1f1f1f;font-family: simsun;font-weight: bold;}
.idxOneRight dl dd span.text{line-height: 24px;}
.idxOneRight dl:hover dt{background: #cdae66;}
.idxOneRight dl:hover dd span.title{color: #cdae66;transform: translateX(-5px);-webkit-transform: translateX(-5px);}
/* 学术动态 */
.idxTwo{background: url(../images/idxbg1.jpg) center no-repeat;background-size: cover;margin-top: 65px;padding-bottom: 80px;}
.idxTwoSwiperBox{position: relative;}
.idxTwoSwiperBox .TwoBtn{position: absolute;top: 50%;}
.idxTwoSwiperBox .TwoBtn img{width: 30px;filter: brightness(0) invert(0.7);}
.idxTwoSwiperBox .TwoBtn:hover img,.ThreeRight .wrap dl:hover dd .time em img{filter: none;}
.idxTwoSwiperBox .Two_prev{left: -64px;}
.idxTwoSwiperBox .Two_next{right: -64px;}
.TwoSwiper .swiper-slide .time{font-family: "RobotoLight10";border-bottom: 1px solid #dadada;display: block;color: #5b5b5b;line-height: 30px;padding-bottom: 25px;position: relative;}
.TwoSwiper .swiper-slide .time:after,.TwoSwiper .swiper-slide .time::before{content: '';position: absolute;border-radius: 50%;}
.TwoSwiper .swiper-slide .time::before{width: 17px;height: 17px;border:1px solid #7e7e7e;bottom: -11px;background: #f0f0f1;left: 2px;}
.TwoSwiper .swiper-slide .time::after{width: 7px;height: 7px;background: #7e7e7e;left: 8px;bottom: -5px;}
.TwoSwiper .swiper-slide .title{line-height: 30px;padding: 33px 0 20px;font-family: simsun;font-weight: bold;color: #1f1f1f;}
.TwoSwiper .swiper-slide .text{color: #5b5b5b;line-height: 28px;}
.TwoSwiper .swiper-slide a{width: 90%;}
.TwoSwiper .swiper-slide:hover .time,.TwoSwiper .swiper-slide:hover .title{color: #b89444;}
.TwoSwiper .swiper-slide:hover .title{transform: translateY(-5px);-webkit-transform: translateY(-5px);}
.TwoSwiper .swiper-slide:hover .time:after{background: #b89444;}
.TwoSwiper .swiper-slide:hover .time::before{border-color: #b89444;}
.fz22{font-size: 22px;}
/* 通知公告 */
.idxThree{background: url(../images/idxbg3.jpg) center no-repeat;background-size: cover;padding-bottom: 65px;}
.ThreeLeft,.ThreeRight{width: 48.5%;}
.ThreeLeft dt a{padding-bottom: 140px;}
.ThreeLeft dd a {border-bottom: 1px solid #ebebeb;line-height: 57px;height: 57px; }
.ThreeLeft dd a i{display: inline-block;max-width: calc(100% - 90px);position: relative;float: left;font-family: simsun; font-weight: bold; color: #2d2d2d;}
.ThreeLeft dd a i::before{width: 6px;height: 6px;background: #acacac;content: '';float: left;border-radius: 50%;margin-top: 25px;margin-right: 12px;transition: all 0.3s;}
.ThreeLeft dd a em{float: right;color: #8e8e8e;font-family: arial;}
.ThreeLeft dt a:hover,.ThreeRight .wrap dl dt a:hover{box-shadow: 0 0 10px rgba(0,0,0,0.5);}
.ThreeLeft dd a:hover i::before{background: #b89444;}
.ThreeLeft dd a:hover i{color: #b89444;transform: translateX(5px);}

.ThreeRight .wrap dl{margin-top: 19px;}
.ThreeRight .wrap dl:first-child{margin-top: 0;}
.ThreeRight .wrap dl dt{width: 41.1%;}
.ThreeRight .wrap dl dt a{padding-bottom: 130px;}
.ThreeRight .wrap dl dd{padding-left: 45.2%;}
.ThreeRight .wrap dl dd .title{font-family: simsun;font-weight: bold; color: #2d2d2d;line-height: 30px;padding: 4px 0 8px;}
.ThreeRight .wrap dl dd .text{color: #5b5b5b;line-height: 23px;margin-bottom: 10px;}
.ThreeRight .wrap dl dd .time i{color: #b5b5b5;font-family: arial}
.ThreeRight .wrap dl dd .time  em{float: right;color: #8e8e8e;}
.ThreeRight .wrap dl dd .time  em img{height: 12px;margin-left: 10px;filter: brightness(0) invert(0.7);position: relative;top: 2px;}
.ThreeRight .wrap dl:hover dd .title,.ThreeRight .wrap dl:hover dd .time em{color: #b89444;}
.ThreeRight .wrap dl:hover dd .time  em img{transform: translateX(5px);}
.ThreeRight .wrap dl:hover dd .title{transform: translateX(-5px);}

.idxFour{background: url(../images/idxbg2.jpg) center  no-repeat;background-size: cover;padding-bottom: 90px;}
.idxFourSwiper a{position: relative;padding-bottom: 80px;}
.idxFourSwiper a span.img{padding-bottom: 325px;width: 87%;margin-left: 6%;}
.idxFourSwiper a span.title{position: absolute;bottom: 30px;width: 100%;}
.idxFourSwiper a span.title i{font-family: simsun;font-weight: bold;font-style: italic;position: relative;font-size: 90px;color: #90650c;line-height:90px;}
.idxFourSwiper a span.title i:after{width: 100%;position: absolute;bottom: 10px;background: #90650c;content: '';left: 0;height: 2px;}
.idxFourSwiper a span.title em{display: inline-block;padding-left: 20px;line-height: 40px;color: #90650c;font-family: simsun;font-weight: bold;width: calc(100% - 100px);}
.idxFourSwiper .swiper-slide:nth-child(even) a{padding-top: 80px;padding-bottom: 0;}
.idxFourSwiper .swiper-slide:nth-child(even) span.title{top: -5px;bottom: auto;}
.idxFourSwiper a:hover span.img{transform: translateY(10px);box-shadow:  0 0 10px rgba(0,0,0,.5);}
.idxFourSwiper .swiper-slide:nth-child(even) a:hover span.img{transform: translateY(-10px);box-shadow:  0 0 10px rgba(0,0,0,.5);}

footer{background: url(../images/footbg.jpg) center no-repeat;background-size: cover;padding: 30px 0;}
.footLeft{width: 240px;}
.footLeft div{padding-top: 16px;}
.footLeft div a{position: relative; width: 50%;display: inline-block;float: left;line-height: 37px;}
.footLeft div a img{width: 20px;float: left;margin-right: 8px;margin-top: 8px;opacity: 0.8;}
.footLeft div a i{position: absolute;width: 120px;bottom: 20px;background: #fff;height: 120px;left: 0;transform: scale(0);}
.footLeft div a i img{width: 100%;}
.footLeft div a:hover i{transform: scale(1);}
.footLeft div a:hover img{opacity: 1;}
.footRight{max-width: calc(100% - 250px);}
.footNav{padding-top: 33px;padding-bottom: 22px;text-align: right;}
.footNav a{color: #535353;line-height: 30px;}
.footNav a::before{content: '/';margin: 0 15px;}
.footNav a:first-child::before{display: none;}
.footNav a:hover{color: #b89444;}
/*下拉select*/
.footSelect{padding-bottom: 27px;}
.dmui-select{z-index: 1;position: relative;width: 170px;}
.dmui-select:first-child{margin-left: 50px;}
.dmui-select .name{position: relative;box-sizing: border-box;height: 36px;padding: 0 30px 0 10px;border-bottom: 1px solid #90650c;color: #535353;line-height: 34px;cursor: pointer;user-select: none;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.dmui-select .name:after{content: "";position: absolute;right: 3px;top: 50%;border-right: 3px solid transparent;border-left: 3px solid transparent;border-top: 6px solid #90650c;}
.dmui-select .list{display: none;position: absolute;left: 0;width: 100%;max-height: 150px;background-color: #fff;overflow-y: auto;box-shadow: 0 0 6px rgba(0,0,0,.2);overscroll-behavior: contain;}
.dmui-select .list li a{display: block;padding: 10px;border: 1px solid #eee;border-bottom: 0;font-size: 12px;line-height: 16px;transition: 0.3s;}
.dmui-select .list li a:hover{background-color: #1890FF;color: #fff;}

.footAdd{text-align: right;line-height: 35px;color: #535353;}
.footAdd a{color: #535353;}
.footAdd span{margin-left: 30px;display: inline-block;}
.footAdd span img{position: relative;top: 4px;}

.idxfixed{display: none;position: fixed;right: 0;top: 50%;transform: translateY(-50%);background: rgba(0,0,0,0.6);z-index: 2;}
.idxfixed a{padding:15px;position: relative;}
.idxfixed a:first-child{margin-top: 0;}
.idxfixed a span{display: block;color: #fff;text-align: center;font-family: simsun;padding-top: 7px;}
.idxfixed a img{margin: auto;width: 40px;display: block;} 
.idxfixed a i{position: absolute;width: 130px;height: 130px;top: 0;right: 100%;background: #fff;transform: scale(0);transition: all 0.3s}
.idxfixed a i img{width: 100%;}
.idxfixed a:hover i {transform: scale(1);}
/* index end */
.nbanner{padding-bottom: 349px;}
.location{padding: 18px 0;box-shadow: 0 5px 5px rgba(75,49,3,0.11) ;}
.fz20{font-size: 20px;}
.locaNav a{line-height: 45px;font-weight: bold;margin-right: 5px;display: inline-block;border-radius: 5px;padding: 0 7px;}
.locaNav a.on,.locaNav a:hover{background: #90650c;color: #fff;}
.locaAdd {line-height: 45px;color: #999;background: url(../images/location.png) left center no-repeat;background-size: 20px;padding-left: 27px;}
.locaAdd i{margin: 0 10px;}
.locaAdd a{color: #999;}
/* locationend */
.aboutOne{padding: 76px 0;}
.aboutOne dd{width: 60%;}
.aboutOne dd img{width: 100%;}
.aboutOne dt{width: 33.5%;}
.aboutOne dt h4{color: #222;font-family: simsun;font-weight: bold;margin-bottom: 27px;}
.aboutOne dt h5{color: #b88d30;font-weight: normal;line-height: 2;margin-bottom: 17px;}
.aboutOne dt .txt{line-height: 2;color: #222;margin-bottom: 63px;text-align: justify;}
.aboutmore{border: 1px solid #e4e4e4;border-radius: 5px;line-height: 49px;display: inline-block;padding: 0 57px;}
.aboutmore span{color: #8e8e8e;font-size: 14px;position: relative;transition: all 0.3s;}
.aboutmore span:after,.list_research dl dt .right:after{width:22px ;height: 16px;background: url('data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgd2lkdGg9IjIwMCIgaGVpZ2h0PSIyMDAiIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzkwNjUwYyIgZD0iTTY1My4yNDggNzI3LjI5Nkw2MDggNjgyLjA0OGwxNDkuMDI0LTE0OS4wNTZIMTkydi02NGg1NjQuOTkyTDYwOCAzMjBsNDUuMjQ4LTQ1LjI0OCAyMjYuMjcyIDIyNi4yNHoiLz48L3N2Zz4=') center no-repeat;content: '';display: inline-block;background-size: cover;filter: brightness(0) invert(0.7);position: relative;top: 3px;margin-left: 12px;transition: all 0.3s;}
.aboutmore:hover{border-color: #b88d30;background: #b88d30;}
.aboutmore:hover span{color: #fff;margin-right: 10px;}
.aboutmore:hover span:after{filter: brightness(0) invert(1);}
.aboutTwo{background-image: url(../images/aboutbg.jpg);padding-top: 63px;}
.simsun{font-family: simsun;font-weight: bold;}
.aboutTit{position: relative; color: #b88d30;padding-left: 16px;}
.aboutTit::before{width: 3px;height: 16px;background: #b88d30;content: '';position: absolute;left: 0;top: 50%;margin-top: -8px;}
.aboutTwo1 ul{display: flex;justify-content: space-between;}
.aboutTwo1 ul li{max-width: 280px;margin-left: 5.8%;padding-top: 32px;}
.aboutTwo1 ul li h6{border-bottom: 1px solid #e1e1e1;position: relative;padding-bottom: 20px;margin-bottom: 26px;}
.aboutTwo1 ul li h6:after{width: 30px;height: 1px;background: #222;content: '';bottom: -1px;left: 0;position: absolute;}
.aboutTwo1 ul li h6 span{color: #b88d30;margin-right: 5px;font-family: "ChivoBold";}
.aboutTwo1 ul li div p{position: relative;padding-left: 15px;margin-bottom: 10px;}
.aboutTwo1 ul li div p:before{width: 5px;height: 5px;background: #b7b7b7;content: '';position: absolute;left: 0;top:7px;transform: rotate(45deg);}
.aboutTwo1 ul li div p span{color: #5b5b5b;line-height: 20px;}
.aboutTwo1 ul li div p em{color: #8d8d8d;}
.aboutTwo1 ul li:nth-child(1){width:10.15% ;margin-left: 0;}
.aboutTwo1 ul li:nth-child(2){width:14.28% ;}
.aboutTwo1 ul li:nth-child(3){width:11.7% ;}
.aboutTwo1 ul li:nth-child(4){width:21.87% ;}
.aboutTwo1 ul li:nth-child(5){width:19.53% ;}
.fz30{font-size: 30px;}
.fz12{font-size: 12px;}
.aboutTwo2 .txt{line-height: 2;color: #222;}
.aboutTwo2{display: flex;justify-content: space-between;border-top: 1px solid #c1b69d;margin-top: 70px;padding-top: 25px;padding-bottom: 50px;}
.aboutTwo2 dd{width: 41%;padding-top: 32px;}
.aboutTwo2 dd a img{width: 100%;;}
.aboutTwo2 dt{width: 55.4%;padding-top: 30px;}
.aboutTwo2 dt .txt{margin-top: 30px;}
.aboutThree{padding: 54px 0 70px;}
.aboutThree .aboutTit{margin-bottom: 30px;}
.aboutThree .txt{line-height: 2;text-align: justify;}
.aboutThree ul{padding-top: 35px;display: flex;justify-content: space-between;}
.aboutThree ul li {width: 24.2%;margin-left: 1%;}
.aboutThree ul li:first-child{margin-left: 0;}
.aboutThree ul li .img img{width: 100%;}
.aboutThree ul li .tit{line-height: 2;padding: 10px 0;}
/* list_about */
.listLeader{padding-bottom: 43px;}
.listLeader dl{margin-top: 42px;display: flex;justify-content: space-between;border: 1px solid #e4e4e4;}
.listLeader dl dt{width: 24.7%;}
.listLeader dl dt a{padding-bottom: 405px;}
.listLeader dd{margin-right: 5%;width: 60%;}
.listLeader dd h3{color: #222;margin: 48px 0 20px;}
.listLeader dd h4 span{line-height: 20px;display: inline-block;color: #b88d30;margin-right: 50px;}
.listLeader dd h4 span img{width: 20px;float: left;margin-right: 10px;}
.listLeader dd .wrap{margin:13px 0 23px;line-height: 2;color: #5b5b5b;height: 128px;}
.listLeader dl:hover{box-shadow: 0 0 5px #b88d30;}
/* 领导列表end */
.contLeader{padding: 68px 0 100px;}
.contLeader .contLeaderFL{width: 34.9%;}
.proRela{position: relative;}
.contLeader .contLeaderFL .photo .img{z-index: 2;padding-bottom: 120%;border-radius: 5px;}
.contLeader .contLeaderFL .photo:after{width:100% ;height: 100%;position: absolute;left: 5%;top: 5%;background: #faf7ef;border-radius: 5px;content: '';}
.contLeader .contLeaderFL .wrap{padding-top: 33px;line-height: 40px;color: #b88d30;}
.contLeader .contLeaderFL .wrap img{width: 20px;float: left;margin-top: 10px;margin-right: 12px;}
.fwb{font-weight: bold;}
.contLeaderRl{width: 60.9%;float: right;}
.contLeaderRl .name h3{padding-top: 23px;}
.contLeaderRl .name h4{border-bottom: 1px solid #ebebeb;padding-bottom: 11px;color: #5b5b5b;font-weight: normal;}
.contLeaderRl .name{line-height: 2;}
.contLeaderRl .name .text{padding-top: 36px;color: #5b5b5b;}
.contLeaderRl .wrap dt{color: #222;padding-bottom: 4px;}
.contLeaderRl .wrap dd{color: #5b5b5b;}
.contLeaderRl .wrap{line-height: 2;}
.contLeaderRl .wrap dl{padding-top: 37px;font-weight: normal;}
/* 领导详情end */
.list_research{padding-top: 15px;}
.list_research dl{display: flex;background: #f9f9f9;margin-top: 20px;padding: 33px 0;}
.list_research dl dt{position: relative; width: 150px;padding-left: 47px;box-sizing: border-box;font-family: "Chivo-Thin";}
.list_research dl dt .data{color: #222;margin-bottom: 2px;}
.list_research dl dt .year{color: #d4d4d4;margin-bottom: 22px;}
.list_research dl dt .right{transition: all 0.3s;}
.list_research dl dt .right:after{margin-left: 0;left: -2px; opacity: 0.3;}
.list_research dl dt:after{width: 1px;height: 100%;background: #ebebeb;content: '';position: absolute;right: 0;top:0} 
.list_research dl:hover dt .right:after{opacity: 1;}
.fz25{font-size: 25px;}
.list_research dl dd{width: calc(100% - 235px);margin-left: 37px;}
.list_research dl dd .title{color: #1f1f1f;font-weight: bold;margin-bottom: 20px;}
.list_research dl dd .text{color: #5b5b5b;line-height: 26px;}
.list_research dl:hover{box-shadow: 0 0 10px rgba(116,84,15,0.3);background: #fff;}
.list_research dl:hover .data,.list_research dl:hover dd .title,.specialOneSwiper dl:hover dd .title{color: #b88d30;}
.list_research dl:hover .right{filter: none;opacity: 1;margin-left: 10px;}
.page{text-align: center;padding: 30px 0 60px;}
.page a,.page span{display: inline-block;border:1px solid #e6e6e6;font-size: 14px;color: #333;line-height: 38px;margin: 0 2px}
.page a:hover,.page a.on{background: #c09836;border-color: #c09836;color: #fff;}
.page a{width: 37px}
.page span{width: 58px;}
.page a.btn{width: 78px;}
/* 研究end */
.specialOne{background: #f8f8f8;padding: 80px 0 64px;}
.specialBanner a{height: calc(100vh - 110px);}
.specialOne:after{width: 792px;height: 344px;background: url(../images/speciallogo.png) center no-repeat;content: '';position: absolute;right: 50%;transform: translateX(90%);top: 55%;margin-top: -172px; }
.specialOneSwiper{padding: 0 30px;width: 86%;max-width: 1340px;margin: auto;box-sizing: border-box;}
.specialOneSwiper dl{padding-bottom: 30px;}
.specialOneSwiper dt{position: relative; width: 48.24%;}
.specialOneSwiper dt:after{width: 88.7%;position: absolute;content: '';left: -30px;height: 205px;background: #f4f0e9;bottom: -30px; z-index: -1 }
.specialOneSwiper dt a{padding-bottom:387px ;}
.specialOneSwiper dd{width: 47.26%;padding-left: 4.5%;position: relative;height: 387px;}
.specialOneSwiper dd a{position: relative;height: 100%;width: 100%;display: block;}
.specialOneSwiper dd .title{padding-top: 28px;color: #1f1f1f;font-weight: bold;line-height: 30px;margin-bottom: 23px;}
.specialOneSwiper dd .time{color: #3c3c3c;margin-bottom: 16px;}
.specialOneSwiper dd .txt{line-height: 2;color: #5b5b5b;}
.specialOneSwiper .more{position: absolute;bottom: 35px;}
.specialOneSwiper dl:hover dt a{transform: scale(1.05);-webkit-transform: scale(1.05);}
.speBtn{position: absolute;right: 0;bottom: 60px;}
.dmui-arrow-big{position: relative;display: inline-block;vertical-align: top;width: 38px;height: 38px;color: #666;cursor: pointer;border:1px solid #e4e4e4;border-radius: 5px;cursor: pointer;z-index: 2;background: #fff;}
.dmui-arrow-big:before{content: "";position: absolute;left: 50%;top: 50%;width: 20%;height: 20%;border: 1px solid transparent;border-left-color: currentColor;border-top-color: currentColor;}
.dmui-arrow-big.left:before{transform: translate(-30%,-50%) rotate(-45deg);}
.dmui-arrow-big.right:before{transform: translate(-70%,-50%) rotate(135deg);}
.dmui-arrow-big:hover{background: #b88d30;border-color: #b88d30}
.dmui-arrow-big:hover::before{border-left-color: #fff;border-top-color: #fff;}
/*  */
.specialTwo{padding: 70px 0;}
.specialTwo .swiper-slide a{padding:25px 33px 33px; display: block;position: relative;border-left: 1px solid #ebebeb;border-right: 1px solid #ebebeb;}
.specialTwo .swiper-slide a .title{color: #1f1f1f;line-height: 30px;font-weight: bold;}
.specialTwo .swiper-slide a .img{padding-bottom: 198px;display: block;margin-top: 34px;}
.specialTwo .swiper-slide a .txt{line-height: 2;margin-top: 24px;margin-bottom: 60px;height: 96px;}
.specialTwo .swiper-slide a .time,.NewsUl li a .time{display: flex;justify-content: space-between;}
.specialTwo .swiper-slide a .time i,.NewsUl li a .time i{font-family: "Chivo-Thin";color: #666}
.specialTwo .swiper-slide a .time em,.NewsUl li a .time em{color: #999;line-height: 30px;}
.specialTwo .swiper-slide a .time em img,.NewsUl li a .time em img{width: 14px;margin-left: 14px;filter: brightness(0) invert(0.7);}
.specialTwo .more,.specialThree .more{text-align: center;padding-top: 60px;}
.specialTwo .swiper-slide a:hover .title,.specialTwo .swiper-slide a:hover .time i,.specialTwo .swiper-slide a:hover .time em,.specialThree dl:hover .data,.specialThree dl:hover .title,.list_works ul li a:hover,.list_photo dl:hover dd .name,.NewsUl li a:hover .title,.NewsUl li a:hover .time i,.NewsUl li a:hover .time em,.contPage a:hover,.contPage p:hover{color: #b88d30;}
.specialTwo .swiper-slide a:hover .time em img,.NewsUl li a:hover .time em img{filter: none;margin-left: 10px;}
.specialTwo .swiper-slide a:hover{box-shadow:  0 0 5px rgba(184,141,48,0.5);}
.specialTwo .swiper-slide a:hover .title{transform: translateY(5px);}
/* specialThree */
.specialThree{background: url(../images/specialbg.jpg) center no-repeat;background-size: cover;padding: 30px 0 60px;}
.specialThree dl{display: flex;padding: 30px 0;position: relative;border-bottom: 1px solid #e1e1e1;}
.specialThree dl dt{width: 140px;padding-left: 30px;box-sizing: border-box;position: relative;font-family: "Chivo-Thin";}
.specialThree dl dt .data{color: #222;padding-bottom: 3px;}
.specialThree dl dt .year{color: #bdbdbd;}
.specialThree dl dt:after{width: 1px;height: 100%;content: '';position: absolute;right: 0;top: 50%;margin-top: -24px; height: 48px;background: #e1e1e1;}
.specialThree dl dd{width: calc(100% - 240px);margin-left: 34px;}
.specialThree dl dd .title{color: #1f1f1f;margin-bottom: 6px;}
.specialThree dl dd .text{color: #5b5b5b;}
.specialThree dl::before{transform: translate(-70%,-50%) rotate(135deg);width: 10px;height: 10px;right: 25px;content: "";position: absolute;top: 50%;border: 2px solid transparent;border-left-color: currentColor;border-top-color: currentColor;opacity: 0.2;}
.specialThree dl:hover,.list_works ul li a:hover,.list_photo dl:hover,.NewsUl li a:hover{background: #fff;box-shadow: 0 0 10px rgba(116,84,15,0.2);}
.specialThree dl:hover::before{border-top-color: #b88d30 ;border-left-color: #b88d30 ;opacity: 1;}
/* list_works */
.list_works ,.list_research{padding-bottom: 30px;}
.list_works ul li{width: 31.25%;float: left;margin-left: 3.1%;margin-top: 35px;}
.list_works ul li:nth-child(3n+1){margin-left: 0;}
.list_works ul li > a{background: #f9f9f9;display: block;padding: 8px 40px 30px;box-sizing: border-box;text-align: center;}
.list_works ul li .title{line-height: 80px;text-align: left;}
.list_works ul li .img{padding-bottom: 60.5%;margin-bottom: 23px;}
.list_works ul li .name,.list_works ul li  .txt{line-height: 2;color: #5b5b5b;text-align: left;}
.list_works ul li  .txt{height: 64px;}
.list_works ul li .aboutmore{margin-top: 20px;}
/* list_photo */
.list_photo{padding-top: 40px;}
.list_photo dl:nth-child(even),.NewsUl li:nth-child(even){float: right;}
.list_photo dl{width: 47.65%;background: #f9f9f9;margin-bottom: 40px;}
.list_photo dl dt{width: 32.8%;float: left;}
.list_photo dl dt a{padding-bottom: 325px;}
.list_photo dl dd{margin: 0 5% 0;width: calc(100% - 45.5%);float: right;height: 325px;}
.list_photo dl dd span.name{line-height: 30px;padding: 25px 0 19px;position: relative;}
.list_photo dl dd span.name:after{content: ''; width: 40px;height: 4px;background: #e1e1e1;position: absolute;bottom: 0;left: 0;}
.list_photo dl dd span.txt{margin-top: 15px;color: #5b5b5b;line-height: 2;}
.list_photo dl dd a{position: relative;height: 100%;}
.list_photo dl dd a .aboutmore{position: absolute;bottom: 35px;left: 0;}
/* list_news */
.NewsUl{padding-top: 30px;}
.NewsUl li{width: 49%;box-sizing: border-box;background: #f9f9f9;margin-bottom: 20px;}
.NewsUl li a{padding: 15px 40px;}
.NewsUl li a .title{color: #1f1f1f;border-bottom: 1px solid #d4d4d4;line-height: 76px;position: relative;}
.NewsUl li a .title:after,.contPage p::before{width: 0;content: '';background: #b88d30;height: 1px;position: absolute;bottom:0;left: 0;transition: all 0.3s;}
.NewsUl li a .txt{line-height: 2;color: #5b5b5b;height: 64px;margin-top: 16px;margin-bottom: 33px;}
.NewsUl li a:hover .title:after,.contPage p:hover::before{width: 100%;}
/* list_news */
.cont_news{padding: 25px 0;}
.cont_news .contTitle{text-align: center;line-height: 54px;padding: 25px 0;border-bottom: 1px solid #ebebeb;}
.cont_news .contTime{text-align: center;color: #666;}
.cont_news .contTime em{margin: 0 10px;line-height: 37px;padding: 15px 0;display: inline-block;}
.contWrap{line-height: 2;}
.contWrap img,.contWrap table,.contWrap iframe{max-width: 100%;height: auto ! important ;width: auto;}
.share{padding: 38px 0;}
.share > *{float: left;line-height: 26px;display: inline-block;margin-left: 10px;}
.contPage {border-top: 1px solid #ebebeb;padding: 25px 0 35px;}
.contPage a{color: #222;}
.contPage a span{padding-right: 40px;}
.contPage p{line-height: 40px;position: relative;float: left;display: block;width: 100%;}
.contPage p *{display: inline-block;float: left;}
.contPage p a span{max-width: calc(100% - 100px);}
.listDan{padding: 50px 0;}
/* 20230915 */
.idxTit{position: relative;}
.idxTit .more{position: absolute;right: 0;top: 50%;transform: translateY(-50%);font-size: 14px;font-weight: bold;font-family: "arial, helvetica, sans-serif";color: #1f1f1f;}
/* 20220406 */
@media screen and (max-width: 1600px){
	.pcHeader .nav-1st > li{margin-left: 15px;}
	.pcHeader h1 img{height: 45px;}
}

@media screen and (max-width: 1440px){
	.idxTwoSwiperBox .Two_prev{left: -3%;}
	.idxTwoSwiperBox .Two_next{right: -3%;}
	.footNav a::before{margin: 0 8px;}
	.footNav a{font-size: 14px;}
	.idxfixed a{padding: 5px ;}
    .aboutmore{padding: 0 45px;}
}
/* 20220406 */
@media screen and (max-width: 1200px){
	.pcHeader h1{transform: translateY(-75%);}
}
@media screen and (max-width: 991px){
	.pcHeader .nav-1st,.footNav,.idxfixed,.locaNav,.logo1{display: none;}
	/* 20220406 */
	/* .pcHeader h1{background-size: cover;} */
	.pcHeader h1{transform: translateY(-50%);}
	.banner .img{padding-bottom: 48%;}
	/* .pcHeader h1 img{width: 100px;}
	.pcHeader h1{width: 142px;height: 82px;margin-left: -71px;} */
	.pcHeader .topbtn{margin-top: 0;top: 50%;transform: translateY(-50%);}
	.pcHeader .w90{height: 100%;}
	.pcHeader .topbtn a.en{color: #fff;}
	.pcHeader .topbtn a.menuLine{display: block;}
	.pcHeader .topbtn{width: auto;}
	.fz18{font-size: 16px;}
	.fz20{font-size: 18px;}
	.fz16{font-size: 14px;}
	.fz36{font-size: 30px;}
	.TwoSwiper .swiper-slide .title{padding: 20px 0 0;}
	.footRight{padding-top: 30px;}
	.footAdd span{margin-left: 7px;}
	.w1300,.w1280{width: 94%;}
	.locaAdd{width: 100%;float: left;box-sizing: border-box;}
    .location{padding: 8px 0;}
    .aboutOne{padding: 50px 0;}
    .aboutTwo1 ul li{margin-left: 2%;width: 35% !important;}
    .aboutTwo{padding-top: 40px;}
    .aboutTwo2{margin-top: 40px;}
    .aboutThree{padding: 30px 0 40px;}
    .aboutThree .aboutTit{margin-bottom: 20px;}
    .listLeader dd .wrap{height: 112px;}
    .listLeader dl dt,.listLeader dd{width: 45%;}
    .specialBanner a{padding-bottom: 70%;height: auto;}
    .specialOne,.specialTwo{padding: 40px 0;}
    .logo2{display: inline-block;}
    .pcHeader{height: 45px;padding: 10px 0;}
   /* 20220406 */
   /* .pcHeader h1{background: none;height: 45px;left: 0;margin-left: 0;}
   .pcHeader h1 a{display: block;text-align: left;} */
    .menuLine span{background: #90650c;}
    .pcHeader .topbtn a.en{color: #90650c;}
    .list_works ul li > a{padding-left: 20px;padding-right: 20px;}
    .list_works ul li,.list_works ul li:nth-child(3n+1){width: 48.45%;margin-left: 3.1%;}
    .list_works ul li:nth-child(2n+1){margin-left: 0;}
    .list_works ul li .txt{height: 56px;}
    .list_photo dl{width: 100%;}
    .NewsUl li a .txt{height: 56px;}
    .pcHeader .topbtn{margin-right: 0;}
}
@media screen and (max-width: 760px){
	.idxOneBox,.idxOneRight,.ThreeLeft,.ThreeRight,.footLeft,.footRight,.aboutOne dt,.aboutOne dd,.aboutTwo2 dt,.listLeader dl dt,.listLeader dl dd,.contLeader .contLeaderFL,.contLeaderRl{width: 100%;}
	.idxOneBox:after,.idxTwoSwiperBox .TwoBtn,.idxFourSwiper a span.title i,.aboutTwo2 dd,.page a,.specialOneSwiper dt:after,.specialThree dl::before,.list_photo dl dd span.txt,.list_photo dl dd span.name:after,.list_photo dl dd a .aboutmore{display: none;}
	.idxOneSwiper .text{background: #f4f0e9;}
	.idxOneSwiper a.img,.specialOneSwiper dt a{padding-bottom: 65%;}
	.idxTit img{width: 130px;}
	.idxTit{padding: 25px 0 10px;}
	.idxOneRight dl dt{width: 90px;}
	.idxOneRight dl dd{padding-left: 115px;}
	.idxTwo{margin-top: 20px;padding-bottom: 40px;}
	.ThreeLeft dd a{line-height: 45px;height: 45px;font-family: simsun;font-weight: bold;color: #2d2d2d;}
	.ThreeLeft dd a i::before,.aboutTwo2 dt .txt,.aboutTwo2,.idxOneRight,.specialTwo .swiper-slide a .img{margin-top: 19px;}
	.ThreeRight .wrap dl dd .title,.location{padding: 0;}
	.ThreeRight .wrap dl dt a{padding-bottom: 110px;}
	.fz18{font-size: 14px;}
	.fz20{font-size: 16px;}
	.fz36{font-size: 28px;}
    .fz25{font-size: 20px;}
	.idxFourSwiper a span.img{padding-bottom: 115%}
	.idxFourSwiper a span.title{position: inherit;top: auto;bottom: auto;}
	.idxFourSwiper a{padding: 0 !important;}
	.idxFourSwiper a span.title em{padding: 0;width: 100%;text-align: center;}
	.idxThree,.aboutTwo2,.aboutThree{padding-bottom: 30px;}
	.footLeft h2,.footLeft div{text-align: center;}
	.footLeft div a{width: auto;float: none;margin: 0 10px;}
	.footLeft div a img{display: block;margin: auto;float: none;}
	.footRight{max-width: 100%;}
	.dmui-select{float: left;width: 47%;text-align: center;}
	.dmui-select:first-child{margin-left: 0;margin-right: 5%;}
	.footAdd{text-align: center;line-height: 26px;}
	.footRight,.aboutTwo2 dt,.aboutTwo2,.contLeaderRl .wrap dl,.contLeaderRl .name .text,.specialTwo .more,.list_works{padding-top: 10px;}
	footer,.cont_news .contTitle{padding: 15px 0;}
	.footLeft h2 img{width: 104px;}
	.footLeft div a i{bottom: 65px;}
	.footLeft div a:hover i{left: -50%;}
	.idxfixed a img{width: 30px;}
	.idxfixed a {font-size: 12px;}
    .idxFour{padding-bottom: 10px;}
    .aboutTwo1 ul li{width: 100% !important;max-width: inherit;margin-left: 0;padding-top: 16px;}
    .aboutTwo1 ul{flex-wrap: wrap;}
    .aboutOne,.contLeader{padding: 30px 0 ;}
    .aboutOne dd,.aboutOne dt .txt,.list_photo dl{margin-bottom: 20px;}
    .aboutOne dt h4,.specialTwo .swiper-slide a .txt{margin-bottom: 10px;}
    .aboutmore{padding: 0 30px;line-height: 39px;}
    .nbanner{padding-bottom: 26%;}
    .aboutThree ul{flex-wrap: wrap;}
    .aboutThree ul li{width: 49%;}
    .aboutTwo,.specialThree .more{padding-top: 30px;}
    .fz30{font-size: 22px;}
    .fz14{font-size: 13px;}
    .listLeader dd h4 span{margin-right: 10px;margin-top: 10px;}
    .aboutmore span:after{margin-left: 0;}
    .listLeader dl{flex-wrap: wrap;}
    .listLeader dl dt{width: 50%;margin: 20px auto 0;}
    .listLeader dl dt a,.list_photo dl dt a{padding-bottom: 120%;}
    .listLeader dl dd{padding: 20px;box-sizing:border-box;margin-right: 0;text-align: center;}
    .listLeader dd h3{margin: 0 0 10px;}
    .listLeader dd .wrap,.specialTwo .swiper-slide a .txt,.NewsUl li a .txt{height: auto;}
    .contLeader .contLeaderFL .photo .img{width: 50%;padding-bottom: 65%;margin: auto;}
    .contLeader .contLeaderFL .photo:after{width: 50%;left: 27%;}
    .contLeader .contLeaderFL .wrap,.list_photo dl dd span.name{text-align: center;line-height: 1.5;padding-top: 15px;}
    .contLeader .contLeaderFL .wrap img{float: none;position: relative;top: 5px;margin-right: 5px;}
    .page,.specialThree{padding: 10px 0 30px;}
    .page a.on,.page a.btn{display: inline-block;}
    .list_research dl,.specialTwo,.specialThree dl,.share,.listDan{padding: 20px 0;}
    .list_research dl dt,.specialThree dl dt{width: 100px;padding-left: 20px;}
    .list_research dl dd ,.specialThree dl dd{width: calc(100% - 135px);margin-left: 20px;}
    .specialOneSwiper dt,.specialOneSwiper dd,.list_photo dl dt,.list_photo dl dd,.NewsUl li{width: 100%;}
    .specialOneSwiper dd{padding-left: 0;height: auto;}
    .specialOneSwiper .more{position: inherit;bottom: auto;margin-top: 30px;}
    .speBtn{bottom: 30px;right: 7%;}
    .specialOneSwiper dd .title{padding-top: 15px;margin-bottom: 5px;}
    .specialOneSwiper dd .time{margin-bottom: 5px;}
    .specialOne{padding: 20px 0 0;}
    .specialTwo .swiper-slide a{padding: 10px 5%;border: none;}
    .specialTwo .swiper-slide a .txt,.list_works ul li{margin-top: 10px;}
    .idxOneRight dl dt{height: auto;padding-bottom: 14px;}
    .list_works ul li .title{line-height: 3;}
    .fz22{font-size: 17px;}
    .list_photo dl{width: 48%;}
    .list_photo dl dd{margin: 0;padding: 0 3%;box-sizing: border-box;height: auto;}
    .specialOneSwiper{width: 90%;padding: 0;}
    .NewsUl li a{padding: 20px 20px 10px;}
    .NewsUl li a .title{line-height: 40px;}
    .NewsUl li a .txt{margin-bottom: 15px;}
    .cont_news .contTitle,.cont_news .contTime em{line-height: 1.5;}
    .cont_news .contTime em{margin: 0 2px;}
    .contPage a span{padding-right: 0;}
    .contPage p{line-height: 2;}
    .contPage p a{width: calc(100% - 60px);}
    .contPage p a span{max-width: calc(100% - 90px);margin-right: 10px;display: inline-block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
    .share{display: none;}
    .list_research dl dd .text{line-height: 20px;}
    .list_research dl dd .title{margin-bottom: 10px;}
    .list_works ul li{width: 100%!important;margin-left: 0;}
    .specialOneSwiper dd .txt {-webkit-line-clamp: 2;}
    .list_research dl dt .year{margin-bottom: 10px;}
	/* 20220406 */
	.pcHeader h1 img{height: 25px;}
}