/* 未能缩小。正在返回未缩小的内容。
(325,22): run-time error CSS1019: Unexpected token, found ':'
(325,22): run-time error CSS1042: Expected function, found ':'
(325,22): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(618,12): run-time error CSS1038: Expected hex color, found '#cc000'
 */

body {
    font-family: "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "Hiragino Sans GB", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif!important;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    font-weight: 300;
    height: 100%!important;
}

h3,
p {
	margin:0;
}
.content971 {
    width: 1180px;
    margin: auto;
    display: table;
}
.main .content971 {
	padding-left: 49px;
}
@media screen and (max-width: 767px) {
	.main .content971 {
		padding-left: 0;
	}
}

/*头图*/

#banner {
	background-image: url(../../Content/images//zhaopin/banner.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

#banner>.content971 {
	height: 616px;
	position: relative;
}
@media screen and (max-width: 770px) {
	#banner>.content971 {
		height: 575px;
	}
}
@media screen and (max-width: 767px) {
	#banner>.content971 {
		height: 353px;
	}
}

#banner .welcome {
	position: absolute;
	bottom: 50px;;
	/*padding-bottom: 127px;*/
	color: #ffffff;
}
@media screen and (max-width: 767px) {
	#banner .welcome {
		padding-left:15px;
		padding-right:15px;
		padding-bottom: 20px;
	}
}

#banner .welcome h3 {
	font-size: 30px;
	margin-bottom: 20px;
}


#banner .welcome>p span:first-child {
	margin-right: 67px;
}
@media screen and (max-width: 767px) {
	#banner .welcome>p span:first-child {
		margin-right: 0;
		display: block;
	}
}

/*内容*/

.contentW {
	width: 100%;
	display: table;
	background: #ffffff;
}
@media screen and (max-width: 767px) {
	.contentW {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*表单*/

.contentW form {
	width: 100%;
	padding-bottom: 100px;
}

.contentW form input,
.contentW form select {
	padding: 0;
	border: none;
	outline: none;
}

.contentW form input {
	text-indent: 5px;
	border-bottom: 1px solid #D3D3D3;
}

/*下拉列表*/

.contentW form select {
	width: 247px;
	text-indent: 10px;
	margin-top: -7px;
	padding: 5px 0;
	border-radius: 4px;
	border: 1px solid #D3D3D3;
}

.contentW form option {

}

/**/

.contentW .formBlock {
	width: 100%;
	margin-top: 40px;
	display: table;
}

.contentW .formBlock .formTitle {
	position: relative;
	width: 83px;
	float: left;
	margin-right: 19px;
    font-size: 16px;
}

.contentW .formBlock .star:before {
	position: absolute;
	content: "*";
	left: -7px;
	top: 3px;
	color: #CB0003;
}

.contentW .formBlock .inputText {
	width: 247px;
	height: 25px;
}
@media screen and (max-width: 400px){
	.contentW .formBlock .inputText {
	    width: 70%;
	}
}

.contentW .formBlock #email {
	/*margin-right: 67px;*/
}
@media screen and (max-width: 767px) {
	.contentW .formBlock #email {
		margin-right: 0;
		display: block;
	}
	.contentW .formBlock #email+.warning {
		margin-left: 30%;
		margin-top: 5px;
	}
}

.contentW .formBlock .bgline {
	border-bottom: 1px solid #2E5799;
}

.contentW .formBlock .bline {
	border: 1px solid #2E5799;
}
.contentW .formBlock .redline {
    border-bottom: 1px solid #cc0000;
} 
.contentW .areaW {
    padding-left: 83px;
}
@media screen and (max-width: 767px) {
	.contentW .areaW {
		padding-left: 0;
	}
}

.contentW .areaW label {
	margin-right: 40px;
	font-weight: inherit;
}

.contentW .areaW label input {
	margin-right: 10px;
}

.contentW .areaW .uploadW {
	padding-left: 19px;
}
@media screen and (max-width: 767px) {
	.contentW .areaW .uploadW {
		padding-left: 0;
	}
}

.contentW .areaW .areafile {
	width: 100%;
	height: 205px;
}

.contentW .areaW .areafile .file ,
.contentW .areaW .areafile .area {
	width: 100%;
	height: 100%;
}

.contentW .areaW .areafile .area {
	display: none;
	padding-right: 54px;
}
@media screen and (max-width: 767px) {
	.contentW .areaW .areafile .area {
		padding-right: 0;
	}
}

.contentW .areaW .areafile .area textarea {
	width: 100%;
	height: 165px;
	border-radius: 4px;
	border:1px solid #D3D3D3;
	resize:none;
	outline: none;
}
.contentW .areaW .areafile .area textarea.borderline {
	border:1px solid #2E5799;
}
.contentW .areaW .areafile .area textarea.redborderline {
    border: 1px solid #cc0000;
}
.contentW .areaW .areafile .area .number {
	width: 100%;
	text-align: right;
	font-size: 14px;
	color: #999999;
}

.contentW .areaW .areafile .area .numbersize {

}

.contentW .file .dele {
	color: #CC0000;
	display: none;
}

.contentW .radioW {
	margin-bottom: 40px;
}



.contentW .file .clearfloat {
	width: 100%;
	display: table;
}

.contentW .file .upBtn {
    float: left;
    position: relative;
    width: 119px;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #2E5799;
    background: #ffffff;
    color: #2E5799;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
    overflow: hidden;
}
.contentW .file .cvredborder {
    border: 1px solid #cc0000;
    color: #cc0000;
}
.contentW .file .upBtn:hover {
	background: #2E5799;
	color: #ffffff;
}

.contentW .file .dele,
.contentW .file .showFileName {
	line-height: 35px;
}

.contentW .file .warning {
	line-height: 35px;
	margin-left: 128px;
}

/*删除上传文件按钮*/
.contentW .file .dele {
	display: none;
	margin-left: 20px;
	cursor: pointer;
}

.contentW .file .upBtn input {
	position: absolute;
	/*font-size: 0;*/
	top: 0;
	left: 0;
	opacity: 0;
	/*cursor: pointer;*/
	filter:alpha(opacity:0);
}

.contentW .file>p{
	margin-top: 20px;
	font-size: 14px;
	color: #999999;
}

/*提交按钮*/
.submitW {
	width: 100%;
}

.submitW a {
	display: block;
	width: 119px;
	height: 35px;
	text-align: center;
	text-decoration: none;
	margin:auto;
	line-height: 34px;
	color: #699D37;
	border-radius: 4px;
	border:1px solid #699D37;
}

.submitW a:hover {
	background: #699D37;
	color: #ffffff;
}



/*文件小图标*/
.fileIcon {
	width: 15px;
	height: 17px;
	margin-bottom: -2px;
	margin-right: 10px;
	display: inline-block;
	background:url(../../Content/images//zhaopin/icon.gif);
}

/**/

.number .warning {
	margin-right: 20px;
}

/*验证码*/
.contentW .VcodeW {
	margin-top: 0;
	padding-bottom: 60px;
}

.VcodeW .vbr {
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.VcodeW .vbr {
		display: block;
		margin-top: 10px;
	}
}

.VcodeW input {
	width: 101px;
	margin-right: 31px;
}

.VcodeW img {
	width: 48px;
	height: 22px;
}

.VcodeW a {
	margin:0 24px;
	color: #2E5799;
	text-decoration: none;
}

@media screen and (max-width: 555px) {
	#valiCodeText {
		width: 96px;
	}
}

@media screen and (max-width: 413px) {
	#valiCodeText {
		margin-right: 10px;
	}
	.VcodeW a {
		margin: 0 10px;
	}
}

@media screen and (max-width: 374px) {
	#valiCodeText {
		width: 88px;
		margin-right: 5px;
	}
	.VcodeW a {
		margin: 0 5px;
	}
}

/*无法在移动设备上发送简历*/

.cantfile {
	/*display: none;*/
	width: 100%;
	height: 120%;
	padding-top: 126px;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000001;
	background: url(../../Content/images//zhaopin/zhaopinmeng.jpg);
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

@media screen and (min-width: 770px) {
	.cantfile {
		display: none;
	}
}

@media screen and (max-width: 769px) {
	body {
		overflow: hidden!important;
	}
}

.cantfile img {
	width: 70px;
	height: 113px;
	margin-bottom: 45px;
}

.cantfile p {
	color: #ffffff;
	font-size: 14px;
}

.cantfile a {
	position: fixed;
	bottom: 122px;
	left: 50%;
	margin-left: -40px;
	display: inline-block;
	font-size: 14px;
	width: 80px;
	height: 30px;
	border-radius: 3px;
	text-align: center;
	line-height: 28px;
	text-decoration: none;
	border:1px solid #ffffff;
	color: #ffffff;
}
.cantfile a:hover,
.cantfile a:active {
    background: #FFF;
    color:#333;
}
@media screen and (max-width: 321px) {
    .cantfile a {
        bottom: 50px;
    }
}

.warning {
	display: none;
	color: #CC0000;
	margin-left: 15px;
	font-size: 16px;
	font-weight: 500;
}

.VcodeW .warning {
	margin-left: 0;
}

/*提交成功&未提交成功*/
.over {
    position: fixed;
    width: 270px;
    height: 200px;
    left: 50%;
    top: 50%;
    margin-left: -135px;
    margin-top: -100px;
    border-radius: 4px;
    padding-top: 50px;
    text-align: center;
}
.over p {
    color: #333333;
    margin:0;
}

.over img {
    margin-bottom: 8px;
}

.yes {
    background: #E4FFD2;
    border:1px solid #92C471;
    display: none;
}

.no {
    background: #FDD4D4;
    border:1px solid #C2A2A2;
    display: none;
}
/*select样式*/

.divselect .hide { display:none;}

.divselect {
    position: relative;
    display: inline-block;
    width: 247px;
    margin-top: -7px;
    padding: 5px 0;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
}


.divselect .cite {
    padding-left: 10px;
    cursor: pointer;
}

.divselect ul {
    position: absolute;
    top: 30px;
    left: -1px;
    width: 247px;
    height: 500px;
    overflow: auto;
    margin: 0;
    padding: 0;
    /*padding-left: 10px;*/
    background-color: #ffffff;
    border: 1px solid #D3D3D3;
    z-index: 100;
}

#divselect ul {
    z-index: 101;
}

.divselect ul li {
    line-height: 30px;
}

.divselect ul li a {
    display:block;
    text-decoration: none;
    padding-left: 10px;
    color: #333333;
}

.divselect ul li a:hover {
    background:#2D5799;
    color: #ffffff;
}

.divselect .fa {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #333333;
    /*-webkit-transition:all .5s;*/
}

.divselect .zhuan {
    -webkit-transform:rotate3d(0,0,1,180deg);
}
.redborderline {
    border: 1px solid #cc0000;
    color: #cc000;
}

@media screen and (max-width: 767px) {
    #banner,
    .contentW,
    .footer{
        display: none;
    }
}



