.aboutus-box1{
	width: 100%;
	height: auto;
	background-color: #F8F8F8;
	padding-top: 80px;
	padding-bottom: 30px;
}
.aboutus-box1-tit{
	height: 130px;
	line-height: 130px;
	color: #0F5E34;
	font-size: 50px;
	width: 100%;
	text-align: center;
	font-weight: 600;
}
.aboutus-box1-line{
	width: 1px;
	height: 50px;
	margin: 0 auto;
	background-color: #DBDBDB;
}
.aboutus-box1-desc{
	width: 55%;
	line-height: 34px;
	font-size: 16px;
	color: #666;
	margin: 30px auto 0 auto;
	text-align: center;
}
.aboutus-box1-mouse{
	width: 35px;
	height: 35px;
	margin: 40px auto 0px auto;
	background: url(../images/mouse.png) no-repeat;
	background-size: 100% 100%;
}
.aboutus-box1-img{
	margin-top: 60px;
	width: 100%;
	height: auto;
	position: relative;
}
.conpany-introduce{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0,0,0,.3);
}
.introduce{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	height: 100%;
	flex-direction: column;
	padding: 0;
	text-align: center;
}
.introduce .introducep1{
	font-size: 56px;
}
.introduce .introducep2{
	font-size: 20px;
	margin-top: 44px;
}
.introduce:nth-child(1){
	background-color: rgba(0,0,0,.2);
	border-right: 1px solid #444A46;
}
.introduce:nth-child(2){
	background-color: rgba(0,0,0,.4);
	border-right: 1px solid #444A46;
}
.introduce:nth-child(3){
	background-color: rgba(0,0,0,0);
	border-right: 1px solid #444A46;
}
.introduce:nth-child(4){
	background-color: rgba(0,0,0,.3);
	border-right: 1px solid #444A46;
}
.introduce:nth-child(5){
	background-color: rgba(0,0,0,.5);
	border-right: 1px solid #444A46;
}
.introduce:nth-child(6){
	background-color: rgba(0,0,0,.4);
}

.aboutus-box2{
	padding-top: 170px;
	width: 100%;
	height: auto;
	text-align: center;
}
.aboutus-box2-tit{
	font-size: 30px;
	font-weight: 600;
}
.aboutus-box2-tit span{
	font-size: 50px;
	color: #0F5E34;
}
.aboutus-box2-tit1{
	font-size: 30px;
	line-height: 80px;
}
.aboutus-box2-target{
	width: auto;
	height: auto;
	margin: 30px auto;
}
.aboutus-box2-mid{
	padding: 20px 55px;
	display: inline-block;
	border-left: 1px solid #E6E6E6;
}
.aboutus-box2-mid:first-child{
	border-left:none;
}
.aboutus-box2-mid a{
	font-size: 45px;
	color: #0F5E34;
	font-weight: 600;
}
.aboutus-box2-mid a img{
	margin-right: 15px;
	vertical-align: bottom;
}
.aboutus-box2-mid p{
	font-size: 16px;
	margin-top: 35px;
}
.aboutus-box2-desc{
	width: 60%;
	line-height: 30px;
	font-size: 16px;
	color: #666;
	margin: 0 auto;
}
.aboutus-box2-mount{
	width: 85%;
	height: auto;
	margin: 75px auto;
	position: relative;
	display: flex;
    justify-content: center;
}
.aboutus-box2-mount .gray-line{
	width: 1px;
	height: 30px;
	background-color: #9F9F9F;
	position: absolute;
	top: -30px;
}
.aboutus-box2-mount .blank-line{
	width: 1px;
	height: 22px;
	background-color: #E4E4E4;
	position: absolute;
    top: 0;
}

.aboutus-box3{
	padding-top: 55px;
	width: 100%;
	height: auto;
	text-align: center;
}
.aboutus-box3-tit{
	font-size: 30px;
	font-weight: 600;
}
.aboutus-box3-tit span{
	font-size: 50px;
	color: #0F5E34;
}
.aboutus-box3-tit1{
	font-size: 30px;
	line-height: 80px;
}

/*发展历程*/
.event_box{width:85%;margin:120px auto;position:relative;}
.event_box .parHd {width:100%;display:inline-block;overflow:hidden;}
.parHd  ul{width:100%;text-align:center;margin:0 auto;padding-top:25px !important;}
.parHd .tempWrap{margin:0 auto;}
.parHd .tempWrap:after{content:'';width:85%;height:1px;background:#D3D3D3;position:absolute;right:8%;top:0;z-index:10;margin-top: 26px;}
.parHd li.no_line:before{display:none;}
.parHd li{display:inline-block;cursor:pointer;padding-top:30px;font-size:16px;color:#000;margin:0 60px;position:relative;}
.parHd li:after{content:'';background:url(../images/dot.png) no-repeat;width:15px;height:15px;position:absolute;z-index:20;top:-6px;left:50%;margin-left:-12px;}

div#listBox {width:100%;}
.sPrev,.sNext{width:40px;height:40px;display:block;position:absolute;top:10px;cursor: pointer;}
.sPrev{left:0;background: url(../images/left_ico.png) no-repeat;}
.sPrev:hover{background: url(../images/left_ico_on.png) no-repeat;}
.sNext{right:0;background: url(../images/right_ico.png) no-repeat;}
.sNext:hover{background: url(../images/right_ico_on.png) no-repeat;}
.sPrev img,.sNext img{transition:all .6s cubic-bezier(.51,1.1,.9,.95);-moz-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-webkit-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-o-transition:all .6s cubic-bezier(.51,1.1,.9,.95);}
.parHd li.act span{display:block;width:15px;height:15px;overflow:hidden;
	background:url(../images/cat.png) no-repeat;position:absolute;top:-6px;left:30px;z-index:21;}
.parHd li span,.parHd li.clone span{display:none;}	

.msg-box{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.msg-box .msg-year{
	font-size: 36px;
	color: #D4D4D4;
	font-weight: 600;
}
.act .msg-box .msg-year{
	color: #0F5E34;
}
.msg-box .msg-line{
	width: 1px;
	height: 15px;
	background-color: #7B7B7B;
}
.msg-box .msg-event{
	line-height: 28px;
	font-size: 14px;
	color: #666;
}


.aboutus-box4{
	width: 100%;
	height: auto;
	margin-top: 100px;
	text-align: center;
}
.aboutus-box4-tit{
	font-size: 30px;
	font-weight: 600;
}
.aboutus-box4-tit span{
	font-size: 50px;
	color: #0F5E34;
}
.aboutus-box4-desc{
	width: 60%;
	line-height: 30px;
	font-size: 16px;
	color: #666;
	margin: 0 auto;
	margin-top: 20px;
	
}
.aboutus-culture{
	width: 100%;
	height: auto;
	margin: 50px auto;
}
.culture{
	height: auto;
	position: relative;
	padding: 0;
}
.culture .box-culture{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0,0,0,.4);
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.box-culture .box-p1{
	font-size: 24px;
	color: #fff;
}
.box-culture .box-p2{
	font-size: 16px;
	color: #fff;
	line-height: 40px;
}
.box-culture-hide{
	background-color: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    padding: 7% 62px;
    color: #fff;
    text-align: left;
}
.box-culture-hide .a0{
	font-size: 24px;	
	display: block;
	color: #fff;
}
.box-culture-hide .a1{
	font-size: 16px;
	display: block;	
	line-height: 40px;
	color: #fff;
}
.box-culture-hide .a2{
	display: block;
    width: 230px;
    height: 1px;
    background-color: #fff;	
}
.box-culture-hide .a3{
	display: block;
	font-size: 16px;
	line-height: 90px;	
	color: #fff;
}
.box4div {
    padding: 10px 3%;
}
.slideBox{ width:88%; height:auto; overflow:hidden; position:relative;margin: 90px auto 35px auto; }
.slideBox.slideTxtBox .hd ul{
	width: auto;
}
.slideBox .hd{ height:8px; overflow:hidden; margin: 110px auto 70px auto;display: flex;justify-content: center;}
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;}
.slideBox .hd ul li{ float:left; margin-right:2px;  width:64px; height:8px; background:#D3D3D3; cursor:pointer;margin:0 20px; }
.slideBox .hd ul li.on{ background:#0F5E34;}
.slideBox .box4bd{ position:relative; height:100%; z-index:0;}
.slideBox .box4bd li{ zoom:1; vertical-align:middle;}
.slideBox .box4bd li:first-child{display: block;}
.col-xs-4.box4div{padding: 0 3%;}
.aboutus-box1-tit{
		display: block;
	}
.aboutus-phone-tit.aboutus-box1-tit{display: none;}
.about-slideBox{ width:100%; height:450px; overflow:hidden; position:relative; border:1px solid #ddd;
	background: url(../images/da-phone.png) no-repeat; background-size: cover; display: none;}

.about-slideBox .about-bd{ position:relative; height:100%; z-index:0;   }
.about-slideBox .about-bd li{ zoom:1;  color: #fff;display: flex;
    justify-content: center;
    height: 450px;
    align-items: center;
    flex-direction: column;}
.about-slideBox .about-bd li p{font-size: 44px;font-weight: 700;}
.about-slideBox .about-bd li p span{font-size: 64px;}
.about-slideBox .about-bd li div{font-size: 20px;line-height: 80px;}

.about-slideBox .prev,
.about-slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.about-slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.about-slideBox .prev:hover,
.about-slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.about-slideBox .prevStop{ display:none;  }
.about-slideBox .nextStop{ display:none;  }



.about-box4-slideBox{ width:100%; height:auto; overflow:hidden; position:relative; border:1px solid #ddd;
	display: none;margin: 30px auto 50px auto;}

.about-box4-slideBox .about-box4-bd{ position:relative; height:100%; z-index:0;   }
.about-box4-slideBox .about-box4-bd li{ zoom:1;  color: #fff;
    height: auto;width: 100%;}

.about-box4-slideBox .prev,
.about-box4-slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.about-box4-slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.about-box4-slideBox .prev:hover,
.about-box4-slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.about-box4-slideBox .prevStop{ display:none;  }
.about-box4-slideBox .nextStop{ display:none;  }
.he-wrapcf{
    position: relative;
    zoom: 1;
    display: inline-block;
    position: relative;
}
.he-wrapcf .he-view{
	visibility: visible;
}



.honer-phone{
	display: none;
	margin-top: 15px;
	    padding: 0 30px;
}
.honer-phone .owl-item.active{
	display: flex;
	align-content: center;
	justify-content: center;
}
.honer-phone .owl-item-img{
	padding: 0 20px;
}
.honer-phone .owl-prev,.honer-phone .owl-next{ width: 50px; height: 50px; font-size: 0 !important;}
.honer-phone .owl-prev{position: absolute;left: -50px;top: 50%;margin-left:30px;margin-top: -25px !important;background: url('../images/leftarr.png') center center no-repeat !important;}
.honer-phone .owl-prev:hover{ background: url('../images/leftarron.png') center center no-repeat !important; }
.honer-phone .owl-next{ position: absolute; right: -50px; top: 50%;margin-right: 30px; margin-top: -25px !important; background: url('../images/rightarr.png') center center no-repeat !important;}
.honer-phone .owl-next:hover{  background: url('../images/rightarron.png') center center no-repeat !important;}