@charset "utf-8";
/* CSS Document */

.tit1 {
	font-size: 38px;
	font-weight: bold;
	color: #414141;
	display: block;
	line-height: 45px;
}
.tit2 {
	font-size: 12px;
	color: #414141;
	text-transform: uppercase;
	display: block;
	line-height: 22px;
}
.about {
	margin-top: 50px;
}
.about .tit1 {
	text-align: center;
}
.about .tit2 {
	text-align: center;
}
.about .culture {
	height: 177px;
	background: url(../img/bg_culture.png) center no-repeat;
	margin: 20px 0px;
	padding-top: 30px;
}
.about .culture ul {
	width: 628px;
	margin: 0px auto;
}
.about .culture ul li {
	display: block;
	float: left;
	width: 112px;
	height: 112px;
	border: 2px solid #d00000;
	background-color: #fff;
	text-align: center;
	padding: 20px;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.about .culture ul li:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.about .culture ul li a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #d00000;
	width: 100%;
	height: 100%;
	padding-top: 85px;
}
.about .culture ul li:nth-child(1) a {
	background: url(../img/icon_kj.png) center top no-repeat;
}
.about .culture ul li:nth-child(1), .about .culture ul li:nth-child(2) {
	margin-right: 80px;
}
.about .culture ul li:nth-child(2) a {
	background: url(../img/icon_sc.png) center 10px no-repeat;
}
.about .culture ul li:nth-child(3) a {
	background: url(../img/icon_yj.png) center 10px no-repeat;
}
.about .pro {
	border: 1px solid #c8c8c8;
	background: url(../img/bg_factory.jpg) center no-repeat;
	height: 312px;
	margin-top: 30px;
}
.about .pro ul {
	width: 1198px;
	margin: 0px auto;
}
.about .pro ul li {
	display: block;
	float: left;
	text-align: center;
	width: 298.75px;
	border-right: 1px solid #c8c8c8;
	height: 312px;
}
.about .pro ul li:nth-child(4) {
	border-right: 0px;
}
.about .pro ul li a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #d00000;
	padding-top: 95px;
	margin-top: 100px;
}
.about .pro ul li:nth-child(1) a {
	background: url(../img/icon_pro1.png) center top no-repeat;
}
.about .pro ul li:nth-child(2) a {
	background: url(../img/icon_pro2.png) center top no-repeat;
}
.about .pro ul li:nth-child(3) a {
	background: url(../img/icon_pro3.png) center top no-repeat;
}
.about .pro ul li:nth-child(4) a {
	background: url(../img/icon_pro4.png) center top no-repeat;
}
.about .pro ul li a:hover {
	color: #ff8d00;
}
.case {
	margin: 60px auto;
	background: url(../img/bg_honor.jpg) right top no-repeat;
	overflow: hidden;
}
.tit3 {
	font-size: 16px;
	line-height: 26px;
	margin-top: 10px;
	padding-right: 390px;
}
.tit3 span {
	font-weight: bold;
	font-size: 18px;
}
.tit4 {
	height: 40px;
	line-height: 40px;
	background: url(../img/icon_tel1.png) left center no-repeat;
	font-weight: bold;
	font-size: 20px;
	color: #d00000;
	padding-left: 50px;
	margin: 15px 0px;
	overflow: hidden;
}
.case dl {
	display: block;
	float: left;
	margin-right: 1px;
	width: 399px;
	overflow: hidden;
}
.case dl dt {
	display: block;
	width: 95%;
}
.case dl dd {
	display: block;
	width: 95%;
	line-height: 35px;
	margin-top: 10px;
}
.case dl dd a {
	font-size: 16px;
}
.case dl span {
	display: block;
	width: 95%;
	font-size: 12px;
	color: #626262;
	font-weight: bold;
	line-height: 24px;
}
.case dl p {
	width: 95%;
	display: block;
	font-size: 12px;
	color: #666;
	line-height: 22px;
}
.case dl:hover a {
	color: #d00000;
}
.news {
	overflow: hidden;
}
.news .left {
	width: 50%;
	height: 313px;
	background: url(../img/bg_news.jpg) center no-repeat;
}
.news .right {
	width: 50%;
	height: 313px;
	background: url(../img/bg_help.jpg) center no-repeat;
}
.news a {
	display: block;
	width: 172px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #d00000;
	border-radius: 20px;
	margin-top: 136.5px;
	margin-left: 214px;
}
.news a:hover {
	background-color: #ff8d00;
}
