﻿
/* banner开始 */
.banner{
	width: 100%;
	height: 280px;
	position: relative;
	overflow: hidden;
	_zoom:1;
}
.banner .banner_show{
	width: 1920px;
	position: absolute;
	bottom:0;
	left: 50%;
	margin-left: -960px;
}
.aboutCon{
	overflow: hidden;
	_zoom:1;
	position: relative;
	background: #fff;
}


.aboutNav{
	float: left;
	width: 140px;
	font-size: 20px;
	color: #3d3d3d;
	position: relative;
	z-index: 9;
}
.aboutNav li{
	margin-top: 60px;
	position: relative;
	cursor: pointer;
}
.aboutNav li:hover{
	color: #ff5655;
}
.aboutNav li.current{
	color: #ff5655;
}
.aboutNav li:before{
	content: "";
	position: absolute;
	width: 17px;
	height: 23px;
	right: -9px;
	top:5px;
	background:  url(/images/aboutus_tag.png) 0 0 no-repeat;
	z-index: 999;
	display: none;
}
.aboutNav li.current:before{
	display: block;
}
.aboutNav li:after{
	content: "";
	position: absolute;
	width: 11px;
	height: 17px;
	right: -7px;
	top:5px;
	background:  url(/images/aboutus_tag1.png) 0 0 no-repeat;
	z-index: 99;
}
.aboutDet{
	float: right;
	width: 799px;
	border-left:1px solid #e6e6e6;
	padding-left: 59px;
	padding-top: 80px;
}
.Company_pro{
	/* border: 1px solid #f00 */
}
.Company_pro h1,.contactUs h1,.joinUS h1{
	font-size: 36px;
	color: #292929;
	padding-bottom: 40px;
	border-bottom: 1px solid #e6e6e6
	
}
.pt_mb{
	padding-top: 27px;
	margin-bottom: 200px;

}
.Company_pro p{
	text-indent: 2em;
	line-height: 40px;
	color: #666;
}
.contactUs ul{
	overflow: hidden;
	_zoom:1;
}

.contactUs ul li{
	font-size: 20px;
	float: left;
	width: 398px;
	margin-bottom: 35px;
	
}
.contactUs ul li span{
	color: #666;
	display: block;
	margin-bottom: 20px;

}
.contactUs ul li span:nth-child(2n){
	color: #3d3d3d;
	font-size: 16px;
}
.post h2{
	font-size: 24px;
	color: #424242;
	margin-bottom: 40px;
}
.post h3{
	font-size: 14px;
	color: #3d3d3d;
	font-weight: bold;
	border-left:#ff5655 solid 2px;
	line-height: 14px;
	padding-left: 14px;
	margin-bottom: 10px;
}
.post p{

	line-height: 34px;
	font-size: 14px;
}
.post li{
	margin-bottom: 40px;
}
.joinUS .pt_mb{
	margin-bottom: 80px;
}