
/*about*/
.about {
	margin-top: 30px;
	padding-bottom: 50px;
}
.about .title, .product .title {
	margin: 0 auto;
	position: relative;
	margin-top: 35px;
}
.about .title .bg, .product .title .bg {
	width: 60px;
	height: 90px;
	display: block;
	border: 5px solid #e2e2e2;
	margin: 0 auto;
}
.product .title p{
	left: 40%!important;
}
.about .title p, .product .title p {
	font-size: 28px;
	color: #000000;
	letter-spacing: 2px;
	background: #ffffff;
	height: 45px;
	line-height: 45px;
	position: absolute;
	bottom: 42px;
	left: 43%;
}
.about .title span, .product .title span {
	color: #ce333b;
	padding-left: 10px;
}
.hx {
	width: 40px;
	height: 2px;
	display: block;
	margin: 0 auto;
	background: #ce333b;
	margin-top: 15px;
}
.about .info {
	margin-top: 35px;
}
.about .info li {
	float: left;
	width: 280px;
	height: 300px;
	box-shadow: 0px 1px 15px rgba(0, 0, 0, .2);
	margin: 10px;
	float: left;
}
.about .info li.gsjj {
	background: url(../images/gsjj.png) no-repeat 110px 45px;
}
.about .info li.gsjj:hover {
	background: url(../images/gsjj.JPG);
}
.about .info li.addr {
	background: url(../images/addr.png) no-repeat 110px 45px;
}
.about .info li.addr:hover {
	background: url(../images/addr.JPG);
}
.about .info li.cpzs {
	background: url(../images/cpzs.png) no-repeat 110px 45px;
}
.about .info li.cpzs:hover {
	background: url(../images/cpzs.JPG);
}
.about .info li.sccj {
	background: url(../images/sccj.png) no-repeat 110px 45px;
}
.about .info li.sccj:hover {
	background: url(../images/sccj.JPG);
}
.about .info li:hover h2, .about .info li:hover p {
	color: #ffffff;
}
.about .info li:hover .hx {
	background: #ffffff;
}
.about .info img {
	margin: 0 auto;
	display: block;
	margin-top: 45px;
}
.about .info h2 {
	font-size: 18px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	margin-top: 120px;
	letter-spacing: 1px;
}
.about .info a p {
	margin: 15px 10px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}
/*company*/
.company {
	margin-top: 30px;
	background: #ce333b;
	height: 400px;
}
.company img {
	float: left;
	margin-top: 46px;
	border-radius: 10px;
}
.company .info {
	width: 670px;
	float: right;
	margin-top: 50px;
}
.company .info h2 {
	font-size: 24px;
	color: #ffffff;
	letter-spacing: 1px;
}
.company .info p {
	text-indent: 2em;
	color: #ffffff;
	line-height: 30px;
	margin-top: 20px;
}
.company .info span {
	width: 135px;
	height: 1px;
	background: #ffffff;
	display: block;
	margin-top: 15px;
}
.company .info a {
	margin-top: 20px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: #ffffff;
	color: #ce333b;
	float: left;
	text-align: center;
}
/*product*/
.product {
	margin-top: 30px;
	padding-bottom: 50px;
}
.product .info {
	margin-top: 10px;
}
.product .info li {
	float: left;
	width: 285px;
	margin: 0 5px;
	border: 1px solid #ce333b;
	margin-top: 25px;
}
.product .info li img {
	margin: 10px;
	width: 265px;
}
.product .info li img:hover {
}
.product .info p {
	width: 100%;
	text-align: center;
	height: 35px;
	line-height: 35px;
	background: #ce333b;
	color: #ffffff;
	margin-top: -5px;
}
/*adv*/
.adv {
	width: 100%;
	background: url(../images/bg.jpg) center center;
	padding-bottom: 30px;
}
.adv .title {
	padding: 30px 0;
}
.adv .title p {
	font-size: 28px;
	color: #ffffff;
	letter-spacing: 2px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}
.adv .title span {
	background: #ffffff;
}
.adv ul li {
	float: left;
	width: 20%;
	margin: 10px 30px;
	text-align: center;
}
.adv ul li img {
}
.adv ul li p {
	color: #ffffff;
	margin-top: 15px;
	font-size: 16px;
}
/*contact*/
.contact {
	position: relative;
}
.contact img {
	width: 100%;
	height: auto;
}
.contact ul {
	position: absolute;
	top: 24%;
	left: 16%;
}
.contact ul li {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #797979;
	letter-spacing: 1px;
}

