

			
.serviceCenter{
	border: 1px solid #fff;
	border-radius: 10px;
}
.serviceCenter-o{
	border-bottom: 1px dotted #fff;
	border-top: 1px dotted #fff;
	border-radius: 10px;
}
/*联系我们主要内容区域*/
.menu ul li a{
	width: 195px;
	height: 31px;
	font-size: 16px;
	color: #333;
	line-height: 31px;
	display: block;
	text-decoration: none;
	padding-left: 15px;
}
.active{
	
	font-weight: bold;
	display: block;
	
}
.serv-con{
	width: 170px;
	height: 130px;
}
.tel-t{
	padding-left: 22px;	
	padding-top: 10px;
}
.tel-c{
	font-family: Verdana, Arial;
	color: #e70f2d;
	padding-bottom: 10px;
}
.mail-t{
	padding-left: 22px;
	padding-top: 2px;
}
.mail-c{
	font-size: 15px;
	font-family: Arial;
	line-height: 25px;
	color: #fff !important;
}
/* p:hover{
	font-size: 16px;
}*/
.ul_li li{
	line-height: 50px;
	font-size: 1.0vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*招聘中心*/
.intro-img{
	background-image: url(../img/20.jpg);
	color: #fff;
	position: relative;
}
.intro-img h1:hover{
	font-size: 50px;
}
.menuNav{
	position: absolute;
	bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,.2);
}
.menuNav a{
	display: inline-block;
   text-decoration: none;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 1.5vw;
}
.curr{
	    background: rgba(243,152,0,.7);
}
.intro_t{
	border-bottom: 1px solid #DADADA ;
	margin-bottom: 10px;
}
.intro_span{
	display: inline-block;
	width: 180px;
	line-height: 26px; 
	color: #F5734D;
}
.cru_h3{
	font-size: 26px;
	font-weight: bold;
}
/*轮播图*/
.bodys {
	
	background: url(../img/contackUsBg.png);
	
}
.row{
	margin-top: 20px;
}

#dituContent{
	height: 400px;
}
.com-grid{
	width: 76%; 
	margin: 0 auto;
	
}
.com-grid>div{
	text-align: center;
}
.com-grid .thumbnail{
	background: #FFFFFF;
	border: none;
	border-bottom: 2px solid #FF9933;
	width: 80%;
	margin: 0 auto;
}
.com-grid .thumbnail .caption h3{
	color: #FF9933;
	position: relative;
}
.com-grid .thumbnail .caption h3:after{
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 2px;
	background: #FF9933;
}
@media only screen and (max-width:762px) {
	.bodys {
		background: url(../img/contackUsBgMobile.png)) no-repeat;
		height: 220px;
		background-size: 100% 220px;
	}
	
}