@charset "utf-8";
/* CSS Document */
.blockMain {
    
    
    background: white;
	margin-bottom: 50px;}
.containerMain {
    width: 1200px;
    margin: 30px auto 60px;
	
}
.blockMain .content {
    
    border-top: solid 2px red;
    background: url(../images/job_tab_bg.jpg) repeat-x;
	background-position-y: 10px;
}

#gvJob {
    width: 100%;
	font-size: 0.75rem;
}

#gvJob th {
    height: 22px;
    line-height: 22px;
    font-size: 1rem;
	font-weight: 700;}

#gvJob th, td {
    padding: 10px;
}

#gvJob th, td, caption {
    font-weight: normal;
    vertical-align: middle;
    text-align: left;
    border: solid 1px #dfdfdf;
}

#gvJob .require {
    width: 100%;
    height: 20px;
    line-height: 20px;
    border-bottom: solid 0px blue;
    overflow: hidden;
	cursor: pointer;
    background:url(../images/arrow_down.jpg)no-repeat right 3px;
}

#gvJob .require .txt {
    width: 100%;
    border: solid 0px red;
}

.btnjl{
    width: 90px;
    height: 25px;
    background: url(../images/btn_bg.png);
    border: 0px;
}

.content{height:300px}

/*新的联系方式*/
.contact_mode{
	width: 100%;
	overflow: hidden;
	background-color: #f9f9f9;
	padding: 23px 0 40px;
	margin: 80px 0 0;
}
.contact_title{
	width: 100px;
	overflow: hidden;
}
.contact_title h1{
	font-size: 24px;
	color: #221815;
	line-height: 40px;
	font-weight: normal;
}
.contact_title span{
	display: block;
	width: 96px;
	height: 4px;
	background-color: #c7000b;
}
.contact_mode ul{
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 30px 0 0;
}
.contact_mode ul li{
	display: inline-block;
	width: 325px;
	height: 212px;
	background-color: #ffffff;
	border-radius: 7px;
	padding: 20px 0;
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	margin: 20px 15px;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 12px rgba(0,0,0,0.35);
}
.contact_mode ul li h4{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 12px;
}
.contact_mode ul li a{
	display: block;
	width: 200px;
	height: 35px;
	line-height: 35px;
	border-radius: 17px;
	background-color: #d8000f;
	font-size: 16px;
	color: #ffffff;
	margin: 20px auto 0;
}
.contact_mode ul li:nth-of-type(4),.contact_mode ul li:nth-of-type(5){
	padding: 45px 0 30px;
}
.technology_chart{
	width: 700px;
	height:500px; 
	margin: 0 auto;
}
@media only screen and (max-width:1249px ) {
	.technology-none{
		display: block !important;
	}
}
@media only screen and (max-width:991px ) {
	.contact_mode ul li{
		display: block;
		float: left;
	}
}
@media only screen and (max-width:767px ) {
	.contact_mode ul li{
		width: 320px;
		margin: 20px auto;
		float: none;
	}
	.technology_chart{
		width: 370px;
		height: 300px;
		margin: 0 5px;
	}
	.contact_mode {
	    margin: 40px 0 0;
	}
}