/* 字体 */
body, html,input{font-family:"SimSun" !important;}
ul,
ol {
  list-style: none;
}
body{
	width: 100%;
}

.span1{
	color: rgb(47,134,221);
	font-size: 22px;
}
.span2{
	font-size: 22px;
	color:rgb(38,38,38);
	line-height: 0.7rem;
}
.clickDiv1{
	cursor: pointer;
}
.typeActive .span2{
	color:#fff;
}

.topImgDiv{
	width: 100%;
	height: 2.8rem;
	background: url(../images/recruitbanner.png);
	background-size: 100% 100%;
}


.div1{
	width: 84%;
	margin: 0 auto;
	margin-top:-0.7rem;
	height: 600px;
}
.div2{
	float:left;
	width: 20%;
	margin-top:2%;
	margin-left:2%;
	background-color: #fff;
	height: 50%;
	text-align: center;
	border: 0.02rem solid rgb(191,191,191);
}
.div3{
	float:left;
	width: 74%;
	margin-top:2%;
	margin-left:2%;
	background-color: #fff;;
	height: 88%;
	border: 0.02rem solid rgb(191,191,191);
}
.typeActive{
	background-color: rgb(255,161,27);
} 

.select1{
	width: 80%;
	height: 0.28rem;
}
.span4{
	color:rgb(130,130,130);
}
.div3 button {
    border-radius: 0.06rem;
    font-size: 16px;
}
.span5{
	font-weight: bold;
}

.span6{
	color: rgb(76,76,76);
}

.trActive{
	background-color: rgb(229,229,229);
}
.trActive .span7{
	color: rgb(40,116,223);
}

#recruitTB tr{
	cursor: pointer; 
}

.topImgDiv{
	margin-top: 1.1rem;
}
.comfoot{
 	height:3.5rem;
 }
 
    /* 大屏幕（大桌面显示器，大于等于 1910px） */
@media screen and (min-width: 1900px) {
.topImgDiv {
     height: 5rem;
     margin-top: 1.7rem;
}
.div1{
	width: 12.2rem;
	margin: 0 auto;
	margin-top:-0.7rem;
	height: 600px;
}
.span6{
	font-size: 18px;
}
.span4{
	font-size: 18px;
}
}