.aboutbox{ 
	width: 100%;
	overflow: hidden;
}
.abtab{
	text-align: center;
}
.abtab a{
	display: inline-block;
	padding: 12px 50px;
	margin: 40px 28px;
	background: #ddd;
	color: #222;
	font-size: 18px;
}
.abtab a.active{
	background: #2D83F9;
	color: #fff;
}
.abcon{ display: none;}
/*公司简介*/
.comjj{ overflow: hidden; margin-bottom: 100px;}
.comjj .compic{ width: 500px; height: 360px; overflow: hidden;}
.comjj .compic img{
	width: 500px; height: 360px;
}
.comjj .comtxt{
	width: 638px;
	overflow: hidden;
}
.comtxt h2{
	font-size: 18px;
	line-height: 60px;
}
.comtxt p{
	font-size: 14px;
	line-height: 28px;
	text-indent: 2em;
}
/*联系方式*/
.lianx h2{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 46px;
}
.lianx h2 span{
	display: block;
	width: 40px;
	height: 3px;
	background: #2D83F9;
	margin: 10px auto;
	
}
.abinfo{overflow: hidden; margin-bottom: 100px;}
.abinfo li{
	float: left;
	width: 260px;
	padding: 0 20px;
	text-align: center;
}
.abinfo li p{
	font-size: 18px;
	color: #222;
	line-height: 42px;
	font-weight: bold;
	margin-bottom: 0;
}
.abinfo li span{
	font-size: 14px;
	color: #666;
	line-height: 22px;
	
}
/*------政策法规------*/
.zhecbox{ overflow: hidden; margin-bottom: 100px;}
.zhecbox .compic{ width: 1200px; height: auto; overflow: hidden;}
.zhecbox .compic img{
	max-width: 100%; height: auto;
}
.zhecbox .comtxt{
	width: 100%;
	overflow: hidden;
}
/*--------加盟合作-------*/
.hezuo{
	width: 100%;
	overflow: hidden;
}
.hezuo ul li{
	width: 380px;
	margin-right: 25px;
	float: left;
	margin-bottom: 40px;
}
.hezuo ul li.clearmr{ margin-right: 0;}
.hezuo ul li:last-child{
	width: 1200px;
	
}
.hezuo ul li:last-child{
	width: 1200px;
}
.hezuo ul li p{
	font-size: 18px;
	color: #666;
	font-weight: bold;
	line-height: 58px;
}
.hezuo ul li input{
	width: 362px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #222;
	font-weight: bold;
	border: 1px #ddd solid;
	border-radius: 6px;
	padding-left: 18px;
	-webkit-box-shadow: 0px 1px 5px #939393;
    box-shadow: 0px 1px 5px #939393;
    -webkit-transform: translate3d(0, 0px, 5px);
    transform: translate3d(0, 1px, 5px);
}
.hezuo ul li textarea{
	width: 1178px;
	min-height: 320px;
	line-height: 32px;
	font-size: 18px;
	color: #222;
	font-weight: bold;
	border: 1px #ddd solid;
	border-radius: 6px;
	padding-left: 18px;
	-webkit-box-shadow: 0px 1px 5px #939393;
    box-shadow: 0px 1px 5px #939393;
    -webkit-transform: translate3d(0, 0px, 5px);
    transform: translate3d(0, 1px, 5px);
}
.hezuo button{
	display: block;
	width: 220px;
	height: 48px;
	line-height: 48px;
	margin: 20px auto 100px;
	font-size: 18px;
	color: #fff;
	background: #2D83F9;
	border-radius: 6px;
	cursor: pointer;
}
