*{
	margin:0;
	padding:0;
	border:0;
}

/*去掉webkit内核输入框获得焦点时的边框*/
*:focus{
	outline:none;
}

/*去掉IE10+后面小XX*/
input::-ms-clear {
    display: none;
}

/*去掉苹果默认样式*/
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
textarea {
	-webkit-appearance: none;
}

/*@font-face {
    font-family: 'ios-webfont';
    src: url('../fonts/ios-webfont.eot');
    src: url('../fonts/ios-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('../fonts/ios-webfont.woff2') format('woff2'),
	     url('../fonts/ios-webfont.woff') format('woff'),
	     url('../fonts/ios-webfont.ttf') format('truetype'),
	     url('../fonts/ios-webfont.svg#NeuesBauenDemo') format('svg');
    font-weight: normal;
    font-style: normal;    
}*/
body{	    
   	font-family:'Arial Normal', 'Arial';
    font-weight:400;
    font-style:normal;
    font-size:14px;    
    line-height:normal;
}
a{
	text-decoration:none;
	color: #666;
}
ul{
	list-style: none;
}
.fl-l{
	float: left;
}
.fl-r{
	float: right;
    font-size: 12px;
}
.hide{
	display: none;
}
.imgMiddle{
	vertical-align: middle;
	/*margin: 0 5px;*/
}
.top-20{
	margin-top: 20px;
}
.wid-25{
	width: 25%;
}
.displayBlock{
	display: inline-block;
}
.bodyCol{
	background-color: #f3f3f3;
	min-width: 1200px;
}
.content{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
/*头部*/
.top{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #2d3759;
	width: 100%;
    min-width: 1200px;
}
.top-btns{
	color: #fff;
}
.top-btns a{
	color: #fff;
	/*margin:0 12px;*/
}
.top-btns span{
	margin:0 12px;
}
#mobileIcon {/*移动端*/
	margin: 11px auto;
	vertical-align: top;
}
.old-version{/*旧版入口*/
	color: #eee;
	font-size: 12px;
	margin-left: 5px;
	
}
nav{
	height: 70px;
	line-height: 70px;
	background-color: #fff;
	width: 100%;
    min-width: 1200px;
}
.navlist{
	overflow: hidden;	
	margin-left: 50px;
	height: 70px;
}
.navlist li{
	/*width: 88px;*/
	padding:0 12px;
	text-align: center;
	float: left;
}
.navlist li:hover{
	background-color: #dfe7ff;
	transition: all 0.8s;
}
.navlist li a{	
	font-size: 18px;
	color: #555;
	/*font-weight:bold;	*/
	padding: 10px 0;	
}
.navlist li a:hover{
	color: #5e77c9;	
	transition: all 0.5s;
}
.navlist li a.active{
	color: #5e77c9;
	border-bottom: 2px solid #5e77c9;
}
/*脚部*/
footer{
	height: 230px;
	background-color: #2d3759;
	color: #fff;
	width: 100%;
    min-width: 1200px;
}
.footer-top{
	height: 130px;
	border-bottom: 1px solid #aaa;
	margin-bottom:30px;
}
.footer-top ul li a{
	text-decoration: none;
    color: #fff;

}
.top-list{
	overflow: hidden;
}
.top-list li{
	line-height: 130px;
	float: left;
	margin-right:40px;
	font-weight:bold;
	cursor: pointer;
	position: relative;
}
.top-list li img{
	height: 16px;
	vertical-align:middle;
	margin-right:5px;
}
.tel{
	width: 166px;
	margin-top: 30px;
}
.tel img{
	margin-right: 10px;
	margin-bottom: 30px;
}
.tel p{
	margin-top: 6px;
}
.tel p.telnub{
    font-size: 14px;
	line-height:18px;
}
.footer-bot{
	margin-top: 10px;
	letter-spacing: 0.6px;
	font-size:12px;
}
.footer-bot span{
	margin: 0 12px;	
}
#clickMore{
	width: 300px;
	line-height: 34px;
	text-align: center;
	color: #333;
	font-size: 14px;
	cursor: pointer;
	margin: 30px auto 10px auto;
	letter-spacing: 1px;
}
#clickMore:hover {
    color: #5e77c9;
    border-color: #5e77c9;
}
.clear{
	width: 100%;
	height: 20px;
}
.txt-center{
	text-align: center;
}
.mar-top-20{
	margin-top: 20px;
}
.blur{
	color: #5e77c9;
}
.col-999{
    color: #999;
}
#login-out{
	padding: 2px 8px;
	border-radius: 5px;
	color: #2d3759;
	background-color: #fff;
	cursor: pointer;
}
.loginbox{
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	z-index: 5;
}
.loginbox-bg{
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
}
.loginbox-center{
	width: 25%;
	padding:3%;
	/*height: 270px;*/
	background-color: #fff;
	position: absolute;
	top:15%;
	left:0;
	right:0;	
	margin:auto;
}
.loginbox-tit{
	font-size: 18px;
	color: #555;
	text-align: center;
	line-height: 26px;
	margin-bottom: 20px;
}
.loginbox-text li{
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
} 
.loginbox-text li input{
	width: 80%;
	height: 38px;
	padding-left: 10px;
	border: 1px solid #ccc;
}
.loginbox-btn{
	width: 100%;
	text-align: center;
}
.loginbox-btn .reg{
	width: 20%;
    padding: 2%;
    font-size: 14px;
    color: #fff;
    margin: 2%;   
    background-color: #2d3759;
}
.reg:hover{
	box-shadow: 0 15px 5px -10px rgba(0, 0, 0, 0.1);
	/*transform: translateY(5px);
	transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	-webkit-transform: translateY(5px);*/
	-webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.loginbox-btn input{
	width: 20%;
	padding: 2%;
	font-size: 14px;
	color: #666;
	margin: 2%;
	cursor: pointer;	
}
.loginbox-btn input:hover{
	box-shadow: 0 15px 5px -10px rgba(0, 0, 0, 0.1);
	/*transform: translateY(5px);
	transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	-webkit-transform: translateY(5px);*/
	-webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.loginbox-btn input.btn-bg{
	color: #fff;
	background-color: #5e77c9;
}
.jumpCenter{
	display: block;
	width: 60%;
	height: 40px;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	background-color: #5e77c9;
	color: #fff;
	margin:40px auto;
	display: none;
	cursor: pointer;
}
.jumpCenter:hover{
	box-shadow: 0 15px 5px -10px rgba(0, 0, 0, 0.1);
	/*transform: translateY(5px);
	transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	-webkit-transform: translateY(5px);*/
	-webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
#more{
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;	
	display: none;
	z-index: 5;
}
.morebg{
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}
.moreCenter{
	width: 54%;
	padding: 2% 2%;
	position: absolute;
    top:10%;
    left:0;
    right:0; 
    margin: auto;
    background-color: #fff;
    border-radius: 5px;
}
#moreClose{
	float: right;
	cursor: pointer;
	margin-top: -1%;
    margin-right: -1%;
}
#moreCon li{
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
	color: #555;
	font-size: 12px;
}
#moreCon li .moreCon-l{
	width: 22%;
	float: left;
	font-size: 14px;	
	font-weight:bold;
}
#moreCon li .moreCon-r{
	width: 78%;
	float: right;
}
.moreCon-r span{
	display: block;
	padding: 2px;
	margin:0 8px 2px 0;
	float: left;
	cursor: pointer;
}
.moreCon-r span:hover {
    color: #5e77c9;
}
/*.moreCon-r span.active{
	color: #fff;
	background-color: #5e77c9;
}*/
.height-600{
	height: 500px;
}
.top-icon{
	position: relative;	
	cursor: pointer;
}
#top-erweima{
	position: absolute;
	top:40px;
	left:0;
	z-index: 5;
	height: 0;
	max-height: 110px;
}
#footer-erweima{
    position: absolute;
	top:10px;
	left:72px;
	z-index: 5;
	width: 0;
	height: 110px;
	max-width: 110px;
	max-height: 110px;
}
.pointSize{
	font-size: 20px;
	margin-right: 10px;
}

/*返回旧版
.old-version{
	margin-left: 12px;
	font-size: 12px;
	color: #fff;
}*/
/*招聘会banner*/
.zph {
	width: 100%;
	min-width:1200px;
	margin: 15px auto 15px auto;
	height: 300px;
}
.zph a{
	display:block;
	height: 300px;
	background: url(../../images/banner-1920-0416.jpg) no-repeat center;
}
.zph-lm {
    width: 100%;
	min-width:1200px;
	margin: 15px auto 15px auto;
	vertical-align: middle;
    height: 300px;
    background: url(../../images/banner-lm.jpg) no-repeat center;
}
/*招聘会banner-邀请函*/
/*.zph-yqh {
    width: 100%;
	min-width: 1200px;
    height: auto;
    margin: 0px auto 20px auto;
	vertical-align: middle;
}
.zph-yqh a{
	display:block;
	height:350px;
	background: url(../../images/banner-yqh.jpg) no-repeat center;
}
.zph-yqh a img{
	width: 100%;
}*/