
@font-face {
	font-family: 'dincond-regular';
	src: url('font/dincond-regular-webfont.eot');
	src: local('dincond-regular'),
	local('dincond-regular'),
	url('font/dincond-regular-webfont.woff') format('woff'),
	url('font/dincond-regular-webfont.ttf') format('truetype'),
	url('font/dincond-regular-webfont.svg') format('svg');
}
*{margin: 0;padding: 0;box-sizing: border-box;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; outline: 0;border: 0;}
body{font: 12px/1.5 "Microsoft Yahei";color: #333333;}
ol,ul,li{ list-style:none; }
em,i{font-style: normal;}
img{border: 0;}
noscript{padding-top:30px;font-size: 16px;text-align: center;}
hr{border: 0;height: 1px;}
a{text-decoration: none;}
.clearfix{content: "."; width:0;height:0; clear:both; visibility: hidden;}
.clearfix{*zoom:1;}
.pull-left{float:left;}
.pull-right{float:right;}

/*ie浏览器兼容*/
.broswer{
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:url(../img/head/background.png);
	z-index:999;
}
.broswer .broswerContent{
	width:500px;
	height:400px;
	background:#fff;
	margin:160px auto 0 auto;
	position:static;
}
.broswer .broswerContent>p:first-child{
	padding:0 20px;
	font-size:18px;
	color:#333;
	font-weight:bold;
	line-height:50px;
	height:50px;
	border-bottom:2px solid #ccc;
	margin-bottom:20px;
}
.broswerContent p{
	line-height:30px;
	font-size:14px;
	padding:0 20px;
}
.redError{
	color:red;
}
/*head部分*/
.head{
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #cfcfcf;
	/*font-family: 'dincond-regular';*/
}
.head .headContent{
	/*width: 1200px;*/
	width: 100%;
	padding:0 30px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
}
.head .headContent>img{
	height: 72px;
	margin: 13px 0;
	float: left;
	display: inline-block;
}
.head .headContent .nav{
	float: right;
	display: inline-block;
	width: auto;
	height: 52px;
	margin-top: 48px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
.head .headContent .nav p{
	float:left;
	box-sizing: border-box;
	display: inline-block;
	/*width: 120px;*/
	padding: 0 20px;
	line-height: 48px;
	cursor: pointer;
	color: #222;
	text-align: center;
}
.head .headContent .nav p span{
	box-sizing: border-box;
	display: inline-block;
	width: auto;
	line-height: 48px;
	cursor: pointer;
	color: #222;
	word-break: break-all;
}
.head .headContent .nav .mainNav:hover{
	color: #236efb;
	border-bottom: 4px solid #236efb;
	z-index: 1;
}
.head .headContent .nav p:first-child{
	width: auto;
	/*margin-right: 20px;*/
}
.head .headContent .nav p:last-child{
	width: auto;
	margin-left:25px;
	padding:0;
}
.head .headContent .nav p span.navActive{
	color: #236efb;
	border-bottom: 4px solid #236efb;
	z-index: 1;
}
.head .headContent .nav p.hiddenNav{
	z-index:10;
	min-width: 120px;
	height: auto;
	display: none;
	position: absolute;
	text-align: center;
	top: 51px;
    padding:0;
}
.head .headContent .nav p.aboutNav{
	left: 50px;
}
.head .headContent .nav p.businessNav{
	left: 170px;
}
.head .headContent .nav p.newsNav{
	left: 290px;
}
.head .headContent .nav p.hrNav{
	left: 410px;
}
.head .headContent .nav p.hiddenNav span{
	display: block;
	height: 40px;
	line-height: 40px;
	/*width: 100px;*/
    word-break: break-all;
    padding: 0 5px;
	margin: 0 auto;
	background: #fff;
	/* older safari/Chrome browsers */  
    -webkit-opacity: 0.7;  
    /* Netscape and Older than Firefox 0.9 */  
    -moz-opacity: 0.7;  
    /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/  
    -khtml-opacity: 0.7;  
    /* IE9 + etc...modern browsers */  
    opacity: .7;  
    /* IE 4-9 */  
    filter:alpha(opacity=80);  
    /*This works in IE 8 & 9 too*/  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";  
    /*IE4-IE9*/  
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);  
}
.head .headContent .nav p.hiddenNav span:hover{
	background: #236efb;
	color: #fff;
	/* older safari/Chrome browsers */  
    -webkit-opacity: 1;  
    /* Netscape and Older than Firefox 0.9 */  
    -moz-opacity: 1;  
    /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/  
    -khtml-opacity: 1;  
    /* IE9 + etc...modern browsers */  
    opacity: 1;  
    /* IE 4-9 */  
    filter:alpha(opacity=100);  
    /*This works in IE 8 & 9 too*/  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  
    /*IE4-IE9*/  
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);  
}
.head .headContent .nav p i{
	color:#222;
}
/*foot部分*/
.foot{
	width: 100%;
	height: 80px;
	background: #f6f6f6;
}
.foot .footContent{
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	text-align: center;
	padding: 12px 0;
}
.foot .footContent p{
	line-height: 28px;
	height: 28px;
	color: #999999;
	font-size: 14px;
}
.foot .footContent p span:nth-child(odd){
	cursor: pointer;
}




/*公用banner样式*/
.backBanner{
	width: 1420px;
	height: 240px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.backBanner .positionMenu span{
	float: left;
	display: inline-block;
	height:42px;
	line-height: 42px;
}
.backBanner .positionMenu .navTotal{
	width: 150px;
	background: #c59e40;
	color: #fff;
}
.backBanner .positionMenu span.detailMenu{
	margin: 0 0 0 30px;
	cursor: pointer;
	font-size: 14px;
	color: #222;
}
.backBanner .positionMenu span.detailMenu:hover,.backBanner .positionMenu span.detailActive{
	color: #c59e40;
	font-weight:bold;
}
/*隐藏滚动条*/
::-webkit-scrollbar {/*隐藏滚轮*/
	display: none;
}
