@charset "utf-8";
/* CSS Document */
*{
	-moz-box-sizing: border-box; /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box;
}
body{ margin:0px; padding:0px; font-size: 14px; color:#666666; background-color:#f6f6f6; box-sizing: border-box;}
html{ font-size: 14px;}
h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; outline:none;}
p{ margin: 0; padding: 0;}
a{ color: #333; text-decoration: none; }
a:visited{color:#333;}
a:hover,a:active{color:#ff4b4b; text-decoration:none;}
.clearfix{ zoom:1;}
.clearfix:after{ height:0; display:block; clear:both; content:"."; visibility:hidden;}
.wrap{ width:100%;}
.wrapper{ width:1280px; margin:0 auto;}

.header{
	height: 80px;
	background-color: #fff;
}
.header h1{
	height: 80px;
	padding: 20px 10px;
	float: left;
	color: #ff4a4b;
}
.header .tels{
	float: right;
	line-height: 80px;
	font-size: 18px;
	color: #787878;
}

.banner{
	display: block;
	margin: 0 auto;
}
.aboutus .wrapper{
	background-color: #fff;
}
.aboutus h3{
	padding: 20px;
	font-size: 24px;
	color: #333333;
	text-align: center;
}
.intro{
	padding: 20px 20px 50px;
	background-color: #fff;
	line-height: 220%;
	font-size: 15px;
	text-indent: 2em;
}
.intro-img{
	margin: 0 20px 0 0;
	float: left;
}

.copyright{
	margin: 15px 0 0;
	padding: 20px;
	background-color: #ffffff;
}
.copyright p{
	text-align: center;
	line-height: 200%;
}




