@charset "utf-8";
body{
	background: #fafafa;
}
header .menu ul li.about a{
	color: #e60012;
	border-bottom: 3px solid #e60012;
}

#breadcrumbs{
	margin-top: 90px;
}

#banner{
	position: relative;
}
.mainBox{
	overflow: hidden;
}

#aboutBox{
	margin-bottom: 50px;
	overflow: hidden;
	margin-top: 10px;
	min-height: 600px;
	background: #fff ;
	padding-bottom: 50px;
}
#aboutBox .con{
	padding: 25px;
}
#aboutBox .con p{
	text-align: justify;
}


#jobBox{
	margin-bottom: 50px;
	overflow: hidden;
	margin-top: 20px;
	min-height: 600px;
}
#jobBox ul{
	padding: 0;
}
#jobBox ul li{
	width:100%;
	border:1px solid #E4E4E4;
	border-left:2px solid #e60012;
	margin-bottom:50px;
	background:#fff;
	color:#666;
	padding:30px 40px;
	position:relative;
	list-style-type: none;
	transition:all 0.2s;
}
#jobBox ul li:hover{
	box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

#jobBox ul li h4{
	color:#333;
	font-size:24px;
	font-weight:400;
}
#jobBox ul li h6{
	font-size:14px;
	font-weight:400;
	margin:20px 0 10px;
}
#jobBox ul li h6 u{
	text-decoration:none;
}
#jobBox ul li h6 .off{
	display:none;
}
#jobBox ul li h6 b{
	font-size:16px;
	color:#666;
	font-weight:normal;
}
#jobBox ul li h6 .date{
	display:inline-block;
	width:22px;
	height:25px;
	position:relative;
	top:6px;
	background:url(../images/icon.png) no-repeat 0px -650px;
	margin-right:8px;
}
#jobBox ul li h6 .author{
	display:inline-block;
	width:22px;
	height:25px;
	position:relative;
	top:7px;
	background:url(../images/icon.png) no-repeat -100px -650px;
	margin-right:8px;
}
#jobBox ul li .detail .describe{
	display:inline-block;
	width:22px;
	height:25px;
	position:relative;
	top:7px;
	background:url(../images/icon.png) no-repeat -202px -650px;
	margin-right:12px;
}
#jobBox ul li .detail h3{
	display: inline-block;
	font-size:16px;
	color:#666;
	font-weight:normal;
}
#jobBox ul li .detail h4{
	margin-top: 20px;
	display: block;
	float: left;
	width: 90px;
	font-size:16px;
	color:#666;
	font-weight:normal;
	margin-left:34px;
}
#jobBox ul li .detail .con{
	font-size:16px;
	line-height: 28px;
	display: block;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 0;
}
#jobBox ul li .detail{
	display:none;
}
#jobBox ul li>a{
	color:#e60012;
	font-size:18px;
	position:absolute;
	right:40px;
	top:30px;
}
#jobBox ul li a span.more{
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/icon.png) no-repeat -308px -654px;
	position:relative;
	top:5px;
	margin-left:10px;
}
#jobBox ul li a span.off{
	background:url(../images/icon.png) no-repeat -408px -655px;
}


#contactBox{
	margin-bottom: 50px;
	overflow: hidden;
	margin-top: 20px;
	min-height: 600px;
	background: #fff;
}
	#dituContent{
		height: 550px;
	}
#contactBox ul{
	padding: 50px 50px 80px;
	overflow: hidden;
}

#contactBox ul li{
	width: 50%;
	float: left;
	list-style: none;
	margin-bottom: 20px;
}
#contactBox ul li span.icon_04,
#contactBox ul li span.icon_05,
#contactBox ul li span.icon_06,
#contactBox ul li span.icon_07,
#contactBox ul li span.icon_08{
	width: 30px;
	height: 60px;
	float: left;
	display: block;
	background: url(../images/contact.png) no-repeat 0 6px;
}
#contactBox ul li span.icon_04{background-position-x:-150px ;}
#contactBox ul li span.icon_05{background-position-x:-450px ;}
#contactBox ul li span.icon_06{background-position-x:-450px ;}
#contactBox ul li span.icon_07{background-position-x:-601px ;}
#contactBox ul li span.icon_08{background-position-x:-301px ;}


#contactBox ul li span.title{
	font-size: 1.8rem;
}




@media screen and (max-width: 768px) {
header .menu ul li.about a{
	color: #e60012;
	border-bottom: 0;
}
#breadcrumbs{
	margin-top: 35px;
}
#aboutBox{
	margin-bottom: 0px;
	background: #fff url(../images/aboutbg.jpg) no-repeat -150px bottom;
	background-size: 170%;
	padding-bottom: 80px;
}
#contactBox{
	margin-top: 10px;
}
	#dituContent{
		height: 350px;
	}
#contactBox .con{
	position: relative;
	height: 350px;
}
#contactBox .con .mobile{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#contactBox ul{
	padding: 25px;
	overflow: hidden;
}

#contactBox ul li{
	width: 100%;
	float: left;
	list-style: none;
	margin-bottom: 20px;
}
/*mobile css*/
}