﻿#left{
	width: 200px;
	height: 510px;
	border: rgba(0,0,0,0.1) 1px solid;
	border-radius: 10px;
	float: left;
	background-color: #f9f9f9;
	
}

.intro{
	width: 80%;
	height: 30px;
	margin: 10px;
	
	color: black;
	background-color: white;
	border-radius: 10px;
}
.intro>a{
	width: 70px;
	height: 20px;
	float: left;
	text-decoration: none;
	margin: 7px 0 0 80px;
	color: black;
	font-size: 15px;
	font-weight: 700;
}
.intro img{
	width: 10px;
	height: 20px;
	margin-top: 5px;
	float: right;
}
.intro>a:hover{
	text-decoration: underline;
}

#right{
	width: 610px;
	height: 510px;
	margin-left: 15px;
	float: left;
}
.title{
	width: 100%;
	height: 30px;
	
}
.jianjie{
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-bottom: #b11114 3px solid;
	font-weight: 600;
	
	float: left;
}
.weizhi{
	width: 330px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 12px;
	float: right;
}
.conten{
	width: 610px;
	height: 480px;
	margin-top: 15px;
}
.conten>img{
	margin: 10px 15px 15px 20px;
	width: 220px;
	height: 160px;
	float: left;
}
.pkong{
	width: 610px;
	height: 40px;
	
	
}
.p1,.p2,.p3,.p4,.p5{
	font-size: 13px;
	margin-bottom: 30px;
}



/*公司文化*/
#cultureright{
	width: 610px;
	height: 960px;
	margin-left: 15px;
	float: left;
}
.ytcultureconten{
	width: 610px;
	height: 860px;
	margin-top: 15px;
	float: left;
	
}
.hexing{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	color: #ee6911;
}
.ytcultureconten>div>p{
	font-size: 14px;
	color: #555555;
}
.ytcultureconten>div>strong{
	font-size: 15px;
	color: #555555;
}

/*企业架构*/

#framework{
	width: 610px;
	height: 560px;
	margin-left: 15px;
	float: left;
	
}

/*社会荣誉*/

#honor{
	width: 610px;
	height: 560px;
	margin-left: 15px;
	float: left;
	
}
.honorconten{
	margin: 40px 0 0 50px;
}
li{
	font-size: 14px;
	margin-bottom: 8px;
}
li::marker{
	color: #b34d76;
}
	
	

/*业务范围*/
.businesstitle{
	width: 90%;
	height: 30px;
	margin: 10px 10px 0 10px;
	color: black;
	background-color: white;
	border-radius: 10px;
}
.businesstitle>a{
	width: 165px;
	height: 20px;
	float: left;
	text-decoration: none;
	margin: 7px 0 0 5px;
	color: black;
	font-size: 12px;
	
}
.businesstitle img{
	width: 10px;
	height: 20px;
	margin-top: 5px;
	float: right;
}
.businesstitle>a:hover{
	text-decoration: underline;
}