@charset "utf-8";
/* CSS Document */
img{display: block; max-width: 100%;}
a,p,span,div,li{font-size: 16px; color: #333;}
ul{padding: 0; margin: 0;}
li{list-style-type: none;}
span{color: #949ea6;}
p{margin-bottom: 10px;}

.tit{
	color: #2292a3;
	font-size: 30px;
	line-height: 50px;
	font-weight: 200;
	margin: 20px 0; 
}
@media screen and (min-width: 576px) and (max-width: 992px){
	.tit{font-size: 28px}
}
@media (max-width: 576px){
	.tit{font-size: 24px}
}

.new-l,.new-r{
/*	background: #f5f9fa;
	margin-bottom: 16px;*/
}
.new-r{
	display: block;
	width: calc(50% - 8px);
	float: left;
	margin-bottom: 16px;
}
.new-r:nth-child(2n){margin-left: 16px;}

.new-r div{
	padding: 13px 15px;
}
.new-r div p{
	line-height: 24px;
	height: 48px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}

.new-l{
	
}
/*
.new-l div {
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
}
.new-l div a{
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
}
*/
.new-l div p{
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	color: #949ea6;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.new-l li{
	line-height: 38px;
	height: 38px;
    position: relative;
/*	padding-left:20px;*/
}
/*
.new-l li::before{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #2292a3;
	position: absolute;
	top: 18px;
	left: 0;
	
}
*/
.new-l li a{
	padding-right: 50px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
	position: relative;
}
.new-l li a span{
	position: absolute;
	right: 0;
	top: 0;
}
.new-r img{width: 100%;}
@media (min-width: 992px){
	.new-r img{ height: 150px;object-fit: cover;}
}
@media (max-width: 991px){
.new-r img{ height: 29vw;object-fit: cover;}
}
/*
@media (min-width: 992px){
	.n-left{padding-right: 1px}
}
*/





.about{
	background: url(../img/news-bg.png) center bottom no-repeat;
	padding-bottom: 15px;
}
.about-box{
	  background-color: rgb(255, 255, 255);
	  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
	  padding: 35px;
	  
}
.about-tit{
	border-bottom: 1px solid #e6e6e6;
	font-size: 24px;
	padding-bottom: 15px;
	padding-top:20px;
	position: relative;
	font-weight: normal;
}
.about-tit span{
	font-size: 18px;
	padding-left:10px;
}
.about-tit::after{
	content: "";
	width: 45px;
	height: 3px;
	background-color: #2292a3;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.ab-button{
	  border-radius: 8px;
	  background-color: rgb(34, 146, 163);
	  width: 160px;
	  height: 45px;
	  display: block;
	  color: #fff;
	  text-align: center;
	  line-height: 44px;
	  font-size: 18px;
}
.ab-button:hover{
	color: #fff;
	 background-color: rgb(29, 133, 144);
}
.ab-con{padding-top: 15px; padding-bottom: 10px;}
.ab-con,.ab-con p{
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
@media (max-width: 992px){
	.ab-img img{width: 100%;}
}

.nav-pills{
	overflow: hidden;
	
}
@media (min-width:1100px){
.nav-pills li{
	float: left;
	width:calc(16.66% - 12.5px);
	margin-right: 15px;
}
.nav-pills li:nth-last-child(1){
	margin-right: 0;
}
}
.nav-pills li a{
	text-align: center;
}
.nav-pills .nav-link:hover{
	background-color:#f7f7f7;
	color: #2292a3;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2292a3;
	border-color: #2292a3;
}
.nav-pills .nav-link{
  
  padding: 0;
  line-height: 54px;
	height: 54px;
  border-radius: 0;
  text-align: center;
  margin-bottom: 15px;
}
.nav-pills .nav-item .nav-link2{color: #fff;background: #a47a91; line-height: normal; height:90px; padding-top: 18px; position: relative}
.nav-pills .nav-item .nav-link2 h2{font-size: 22px; font-weight: bold}
.nav-pills .nav-item .nav-link2 p{color: #fff; font-size: 14px;}
.nav-pills .nav-item:nth-child(1) .nav-link2{
	background: #a47a91;
}
.nav-pills .nav-item:nth-child(2) .nav-link2{
	background: #8a91bc;
}
.nav-pills .nav-item:nth-child(3) .nav-link2{
	background: #8c9163;
}
.nav-pills .nav-item:nth-child(4) .nav-link2{
	background: #9d716e;
}
.nav-pills .nav-item:nth-child(5) .nav-link2{
	background: #9f8f5e;
}
.nav-pills .nav-item:nth-child(6) .nav-link2{
	background: #9c7aa4;
}
.nav-pills .nav-item .nav-link2.active::after{
	    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid white;
}

@media (min-width: 800px) and (max-width:1100px){
	.nav-pills li{
	float: left;
	width:calc(33% - 7.5px);
	margin-right: 15px;
}
	.nav-pills li:nth-child(3n){
	margin-right: 0;
}
}
@media (max-width: 800px){
	.nav-pills li{
	float: left;
	width:calc(50% - 7.5px);
	margin-right: 15px;
}
	.nav-pills li:nth-child(2n){
	margin-right: 0;
}
}
.jieshao{
	line-height: 32px;
	height: 102px;
	padding-top: 5px;
	margin-bottom: 0;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
}
.jieshao a{color: #2292a3;}
.itempic a img{width: 100%; margin-bottom: 15px;}
.itemnews li{
	line-height: 38px;
	height: 38px;
    position: relative;
}

.itemnews li a{
	padding-right: 100px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
	position: relative;
}
.itemnews li a span{
	position: absolute;
	right: 0;
	top: 0;
}
.about-tit{position: relative;}
.about-tit a{
	position: absolute;
  right: 0;
  color: #fff;
  background-color: #2292a3;
  display: block;
  padding: 1px 12px 3px;
  top: 26px;
  line-height: 20px;
  font-size: 14px;
  
}
.item-r{
	background:none;
}
.item-r p{
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 5px;
	text-align: center;
}
.itemnews{padding-bottom: 15px;}
@media (min-width: 992px){
	.item-r img{ height: 85px;object-fit: cover;}
	.itempic a img{height: 300px;object-fit: cover;}
}
@media (max-width: 991px){
	.item-r img{ height: 30vw;object-fit: cover;}
	
}



.swiper {
      width: 100%;
      height: 100%;
	  overflow: hidden;
}

.swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
}

/*
.swiper-slide img {
      display: block;
      width: 100%;
	  height: 312px;
      object-fit: cover;
}
*/
.swipergd{padding-bottom: 50px;padding-top: 20px;}

.anlicon span{
	display: block;
	color: #333;
	font-size: 18px;
	line-height: 56px;
	height: 56px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
}
.anlicon p{
	line-height: 24px;
	height: 48px;
	color: #949ea6;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.line{
	border-top: 1px solid #e6e6e6; margin-top: 10px;    margin-bottom: 15px;
}
.partner a{
	display: flex;
	float: left;
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
	align-items: center;
	justify-content: center;
	height: 150px;
	margin-right: 20px;background-color: #fff;
}
.partner a img{
	margin: 0 auto;
	max-width: 100%;
	max-height:100% ;
}
@media (max-width: 991px){
	.partner a{
		width:calc(50% - 10px);
	}
	.partner a:nth-child(2n){
		margin-right: 0;
	}
}

@media (min-width: 992px){
	.partner a{
		width:calc(20% - 16px);
	}
	.partner a:nth-child(5n){
		margin-right: 0;
	}
}
.links{padding-top: 10px; padding-bottom: 20px;}
.links p{
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.links div a{
	margin-right: 20px;
	display: inline-block;
}
.links div{
	line-height: 24px;
}


.new{padding-bottom:15px}

.doc-display{
	display: flex;
}
.doc-left{
	width: 16%; margin-right: 30px;
}
.doc-right{
	flex: 1;border: 1px solid #e6e6e6; padding:30px 20px 15px 20px; min-height: 400px;
}
.doc{
	padding-bottom: 55px;
}
.keshi{overflow: hidden;}
.keshi a{
	display: block;
	background: url("../img/ks-bg.png") #f9fafc center bottom no-repeat;
	color: #333;
	text-align: left;
	padding-left: 30px;
	float: left;
	width: 23%;
	margin: 0 1%;
	height: 55px;
	line-height: 55px;
	margin-bottom: 15px;
	transition: 0.3s;
}
.keshi a:hover{
	font-weight: bold; color: #8a6933;transform:translateY(-5px); transition: 0.3s;
}
@media (max-width: 1000px){
	.keshi a{padding-left: 15px;}
}
@media (max-width: 800px){
	.keshi a{width: 30%;margin: 0 1.66%;margin-bottom: 15px;}
}
@media (max-width: 600px){
	.keshi a{width: 46%;margin: 0 2%;margin-bottom: 15px;}
}
.team-img img{
	width: 100%;
	margin-bottom: 40px;
}
.nav-pills .nav-but2{
	height:80px;
	
	line-height: 80px;
	font-size: 18px;
	background: #bc5c25;
}
.nav-pills .nav-but2{
	margin-bottom: 0;color: #deae92; border-bottom: 1px solid #deae92; transition: 0.3s; position: relative;
}
.nav-pills .nav-but2:nth-last-child(1){border: 0}
.nav-pills .nav-but2:hover{
	background-color:#9d3900;
	color: #fff;
}
.nav-pills .nav-but2.active{
    color: #fff;
    background: #9d3900; border-bottom: 1px solid #deae92
}
.nav-pills .nav-but2.active::after{
	content: '';
	position: absolute;
	width: 18px;
	height: 10px;
	background: url("../img/jiantou.png") center center no-repeat;
	right:18px;
	top:36px;
}
@media (max-width: 765px){
	.nav-pills .nav-but2.active::after{ content: none}
}
.blog-slider {
  width: 95%;
  position: relative;
  max-width:930px;
  margin: auto;
  background: #fff;
  padding: 10px 25px 30px 25px;
  height: 465px;
  transition: all .3s;
  border: 10px solid #f3f3f3;
}
@media (min-width: 1080px) and (max-width: 1280px) {
  .blog-slider {
    max-width: 720px;
  }
}
@media (min-width: 920px) and (max-width: 1080px) {
  .blog-slider {
    max-width: 600px;
  }
}
@media  (min-width: 768px) and (max-width: 920px){
	.blog-slider {
    max-width: 600px;
  }

}
@media  (max-width: 920px){
	.doc-display {
    display: block;
}
	
	.doc-left{width: 100%}
	.doc-left .nav-pills{display: flex;flex-direction: row !important;}
	.doc-left .nav-pills .nav-but{flex: 1}
	.nav-pills .nav-but{font-size: 16px;}
}




.dybtn-prev{
	left: -70px !important; background: url("../img/pre.png") no-repeat;
}
.dybtn-next{
	right: -70px !important;background: url("../img/next.png") no-repeat;
}
.dybtn-prev,.dybtn-next{
	
	height: 46px !important;
	width: 50px !important;
	margin-top: -50px !important;
}
@media (max-width:1440px){
	.dybtn-prev,.dybtn-next{display: none !important}
}

.swiper-button-next:after, .swiper-button-prev:after{
	display: none;
}

.i-btn6{margin:35px -8px 10px;}
.i-btn6 div{padding: 0 8px}
.i-btn6 div a{font-size: 18px;
	display: block;
	justify-content: center;
	height: 78px;
	display: flex;
	align-items: center;
	border-radius: 6px;
	border: 1px solid #e3e3e3;
	font-weight: bold;
	color: #333;
	margin-bottom: 16px;
	background: url("../img/btn-bg.png") center 22px no-repeat;

}
.i-btn6 div a:hover{
	color: #8a6933;transform:translateY(-5px); transition: 0.3s;
}
.i-btn6 div a img{margin-right: 10px;}
.i-tit{
	border-bottom: 1px solid #8c6933;margin-bottom:25px;height: 63px; position: relative
}
.i-tit span{
	font-size: 24px; color: #333;
	padding: 0 6px;
	line-height: 58px;height: 63px;
    display: inline-block;
	
    border-bottom: 4px solid #8c6933;
}
.tong-img{margin-bottom: 10px;}
.tong-img a img{
	object-fit: cover;
	height: 102px;
	width: 100%;
}
.i-more{position: absolute;right: 0; top: 20px; color: #8c6931; display: flex; align-items: center}
.i-more img{margin-left: 8px;}
.i-logo{top: 15px}
.zhuankeimg a img{
	width: 100%;
	height: auto; margin-bottom:25px;
}
.zhuanketxt,.zhuanketxt p{
	line-height: 30px;
}
.partner{padding-bottom: 20px}
.nav-f{
	background: url("../img/nav.png") center repeat; height: 56px;
}
.shanshui{background: url("../img/shbg.png") center 180px no-repeat}
.zhuanjia{background: url("../img/zj-bg.png") center center no-repeat; padding:30px 0; margin-bottom: 25px}
.zj-b{background: #fff; padding: 15px;}
.zj-c{height: 290px; padding-top: 5px}
.zj-c>img{display: block; margin: 0 auto; width: 150px; height: 150px; border-radius: 75px;object-fit: cover;}
.anlicon{background: #f2f2f2; height: 130px; line-height: 24px; color: #333; padding: 15px; text-align:justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.zj-c>p{
	margin-bottom: 0px;
}
.zj-c>h2{
	color: #a44712;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px	}
.zj-c>h2 span{
	margin-left: 8px;
	margin-top: 5px;
	background: #f6f6f6;
	color: #bcbcbc;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	padding: 5px 8px;
	border-radius: 5px;
}
.tsxm a{margin-bottom: 30px; display: block}
.tsxm a p{height: 56px; line-height: 56px; background: #f8f8f8; text-align: center; font-size: 18px; margin-bottom: 0;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;}
.tsxm a:hover p{background:#8c6933; color: #fff; transition: 0.3s }
.tsxm a div img{ height: 250px; width: 100%; object-fit: cover;transition: all .5s ease .1s;}
.tsxm a div{height: 250px; width: 100%; overflow: hidden;}
.tsxm a:hover div img{transform: scale(1.2);}





