﻿/*公司简介*/
.about_index{
	padding: 25px 20px 50px 20px;
	background-color: #f1f1f1;
	margin-top:40px;
	height:400px;
}
.about_head{text-align: left;}
.about_head h2{font-size: 28px; color: #866F23; margin: 65px 0px 16px 0px;}
.about_head h2 font{font-size: 26px; color: #e2e2e2;}
.about_head span{display: block; height: 3px; background: url(../images/about_titleline.png) no-repeat left center;}
.about_content{line-height: 32px; margin-top:20px; color: #777; text-align:left; margin-bottom:20px;}
.about_img{margin: 9px 0px 0px 30px; max-width: 550px; float: right;}
a.about_btn{color: #fff; background: #866F23; border-radius: 0px; border:0px solid #777; padding: 8px 36px; margin-top: 15px;}
a.about_btn:hover,a.about_btn:focus{color: #fff; background: #444; border:0px solid #222; }


.about_left{ width:50%; float:left;}
.about_right{width:45%; float:right; margin-left:5%;}
.about_right img{ width:100%; margin-top:60px;}