@charset "utf-8";
/* CSS Document */

.inB_con {
	width: 100%;
	float: left;
	height: 570px;
	background: url(../img/bg_service.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
.inB_con>p {
	position: absolute;
	width: 50%;
	left: 0px;
	top: 0px;
	bottom: 0px;
	background-color: rgba(51,51,51,0.3);
}
.inB_con ul {
	width: 60%;
	float: left;
}
.inB_con ul li {
	width: 100%;
	float: left;
	height: 190px;
}
.inB_con ul li a {
	padding: 0px 11.2% 0px 31%;
	height: 100%;
	display: block;
	position: relative;
}
.inB_con_d {
	padding-left: 194px;
	position: relative;
	height: 100%;
}
.inB_con_d>p {
	width: 170px;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0px;
	text-align: center;
	line-height: 190px;
}
.inB_con_d>p i {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #e60012;
	left: 0px;
	top: 0px;
	opacity: 0;
	z-index: -1;
}
.inB_con ul li a:hover .inB_con_d>p i {
	opacity: 1;
}
.inB_con_d>p img {
	display: inline-block;
	margin-top: 54.5px;
}
.inB_con_d dl {
	float: left;
	color: #fff;
	position: relative;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.inB_con_d dl dt {
	font-size: 24px;
	color: #fff;
}
.inB_con_d dl dd {
	font-size: 16px;
	display: block;
	color: #fff;
	margin-top: 14px;
	overflow: hidden;/*text-overflow: ellipsis;
	white-space: nowrap;*/
}
.inB_con ul li a>i {
	position: absolute;
	left: 0px;
	width: 0px;
	bottom: 0px;
	top: 0px;
	background-color: rgba(230,0,18,0.6);
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.inB_con ul li a:hover>i {
	width: 100%;
}
.inB_con ul li a:hover .inB_con_d dl dd {
	display: block;
}
.inB_con ul li a .line {
	display: block;
	background: #fff;
	position: absolute;
	transition: 300ms;
	-webkit-transition: 300ms;
	opacity: 0;
	visibility: hidden;
}
.inB_con ul li a .line_1 {
	width: 28px;
	height: 1px;
	top: 50%;
	right: 3.8%;
	margin-top: -1px;
	transform: translateX(30px);
	-webkit-transform: translateX(30px);
}
.inB_con ul li a .line_2 {
	width: 1px;
	height: 28px;
	top: 50%;
	margin-top: -14px;
	right: 5%;
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
}
.inB_con>a {
	position: absolute;
	right: 0px;
	bottom: 60px;
	font-size: 16px;
	color: #333333;
	background-color: #fff;
	line-height: 66px;
	padding: 0px 70px 0px 16px;
	width: 190px;
}
.inB_con>a:after {
	content: url(../img/inico7.png);
	position: absolute;
	right: 42px;
	line-height: 0px;
	top: 23px;
}
.inB_con ul li a:hover .line {
	transform: translate(0);
	-webkit-transform: translate(0);
	visibility: visible;
	opacity: 1;
	transition: 300ms ease-in 600ms;
	-webkit-transition: 300ms ease-in 600ms;
}
.inB_con>a:hover {
	background-color: rgba(230,0,18,0.6);
	color: #fff;
}
.abouts {
	margin-top: 80px;
	margin-bottom:90px;
}
.abouts .left {
	width: 652px;
}
.abouts .left p {
	text-indent: 40px;
	color: #666;
	line-height: 30px;
}
.abouts .left p span {
	font-size: 30px;
	color: #e70012;
	font-family: "微软简老宋";
}
.abouts .left p a {
}
.abouts .right {
	width: 494px;
	background: url(../img/map.png) center top no-repeat;
	min-height: 217px;
}
.abouts .right ul {
	margin-top: 260px;
	padding-left: 30px;
}
.abouts .right li {
	display: block;
	float: left;
	width: 137px;
	height: 89px;
	text-align: center;
}
.abouts .right li a img {
	display: block;
	width: 57px;
	height: 49px;
	margin-left: 40px;
}
.abouts .right li a span {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #3c3c3c;
}
.abouts .right li a:hover span {
	color: #e70012;
}
.abouts .aboutus {
	display: block;
	width: 1198px;
	height: 193px;
	border: 1px solid #eaeaea;
	background: url(../img/bg_city.png) center no-repeat;
	box-shadow: 2px 2px 1px #e5e5e5;
	margin-top: 30px;
}
.abouts .aboutus dl {
	display: block;
	float: left;
	border-right: 1px solid #666;
	padding: 0px 50px;
	margin: 46px 0px;
	text-align: center;
}
.abouts .aboutus dl:nth-child(4) {
	border: 0px;
}
.abouts .aboutus dl dt {
	font-size: 70px;
	color: #000;
	font-family: "方正大标宋简体";
}
.abouts .aboutus dl dt span {
	font-size: 40px;
}
.abouts .aboutus dl dd {
	color: #666;
}