.about {
	width:1200px;
	margin:0 auto;
	padding:50px 20px;
}
/*   左边导航    */
.left-wrapper {
	width: 247px;
	float:left;
}
.left-nav {
	width: 247px;
	float:left;
	border:1px solid #0ca62a;
	
	
}
.left-nav h1{
	text-align:center;
	font-size:26px;
	height:60px;
	line-height:60px;
	background:#0ca62a;
	color:#fff;
	font-weight:600;
	
}
.sortt {
    background-color: #fff;
    padding: 10px 20px 28px 20px;
}
.sortt li {
	
    position: relative;
    border-bottom: 1px dotted #d4d4d4;
}
.sortt li a {
    display: block;
	width:200px;
	height:52px;
	line-height:52px;
	font-size:16px;
    padding-left: 18px;
    color: #222;
}
.sortt li a:hover {
	color:#f07c31;
}
/*左边联系我们*/
.lx {
	width:247px;
	float:left;
	background:#fff;
	margin-top:30px;
}
.lxtit {
    height: 50px;
    line-height: 50px;
	background:#0ca62a;
	text-align:center;
}

.lxtit h3 {
    color: #fff;
    font-size: 24px;
	font-weight:600;
}
.lxcon {
    border: 1px #0ca62a solid;
    padding: 8px;
}
.lxcon p {
	font-size: 14px;
    line-height: 26px;
}
/*    右边   */

.about .company {
	width:900px;
	float:right;
	line-height:30px;
	font-size:14px;
	margin-bottom:20px;
}
.about-img {
	width:900px;
	float:right;
	margin-bottom:30px;
}
.about-img img{
	margin:0 auto;
	
}