@charset "utf-8";
/* CSS pc Document */

/*关于我们 start*/
.us_info{
  	position: relative;
	width:100%;
	clear:both;
	display:block;
}
.us_bg{
	position:absolute;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../img/about/milestone_bg.jpg);
	width:100%; 
	height:693px;
} 
.us_title{
	position:absolute;
	width:100%;
	height:100%;
	top:600px
} 

.mid_div{width:1011px; height:290px;}
.mid_div a{width:296px; height:261px; display:block;text-align:left; padding:0px;float:left; color:#333;position:relative;text-decoration:none;font-size:12px;background-position:bottom;}
.mid_div a span{display:none;}
.mid_div a p{background-color:#CCCCCC; font-weight:bold; font-size:16px; line-height:50px; margin:0px; padding-left:20px;}
.mid_div a.current p,.mid_div a:hover p{background-color:#8B0708;color:#FFF;}
.mid_div a.current span,.mid_div a:hover span{display:block;width:0;height:0;border-width:10px;border-style:solid;border-color:#8B0708 transparent transparent;position:absolute;top:50px;left:20px;overflow:hidden; }

.company_profile{width:1011px; min-height: 546px; text-align:left}
.company_profile{
	background-image:url(../img/about/us-pr.png);
	background-position:center 74px;
	background-repeat:no-repeat;
}
.company_profile:after { display: table; content:""; width: 0; clear:both; } 

.cp_left{
	float:left;
	/*background-image:url(../img/about/manufactory.png);*/
	/*background-repeat:no-repeat;*/
	margin: 80px 20px 20px 20px;
	width:396px;
	min-height: 430px;
}
.cp_right_1{
	float:left; 
	width:555px;
	height:60px; 
	line-height:60px; 
	margin:0px 20px 20px 0px
}
.cp_right_2{
	float:left; 
	width:555px; 
	min-height: 430px; 
	line-height: 25px; 
}
.cp_right_2 span{
	/*padding-left:15px;*/
}
.dot_img {
	float:left;
	background: url(../img/about/dotoff.png);
	margin-top: 20px;
	width: 20px;
	height: 20px;
	/*border-radius: 50%;
	box-shadow: 0 0 0 4px #8A0606, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 4px 0 4px rgba(0, 0, 0, 0.05);*/
}

/*关于我们 end*/