.header{
	height: 80px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	border: none;
    box-shadow: 0px 2px 11px 0px rgba(50,50,50,0.5);
	background: rgba(255,255,255,0.9);
}
ul,li{
	margin: 0;
	padding: 0;
}
.logo{
	margin-top: 10px;
	float: left;
}
.contact{
	height: 20px;
	position: absolute;
	font-size: 12px;
	right: 10px;
	top: 10px;
}
.header .contact span:first-child{
	margin-right: 40px;
	color: #c52724;
}
.header .contact span:nth-of-type(2){
	margin-right: 15px;
}
.header .contact span>a{
	color: #333333;
}
.header .contact span>a:hover{
	color: #c52724;
}
.header .nav_ul li{
	display: inline-block;
	width: 90px;
	margin-left: 15px;
	text-align: center;
	padding-bottom: 14px;
    font-size: 15px;
}
.header .nav_ul{
	position: absolute;
	top: 40px;
	right: -10px;
}
.header .nav_ul>li>a{
	color: #333333;
}
.nav_ul>.line{
	position: absolute;
	bottom: -6px;
	width: 90px;
	height: 10px;
    font-size: 3px;
    background-color: #008dd3;
    display:none;
    margin-left: 15px;
}
.setNav{
	display: none;
	position: fixed;
    left: 0;
    width: 100%;
    top:82px;
    z-index: 1000;
	color: #666666;
	padding-bottom: 30px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 11px 0px rgba(50,50,50,0.5);
	/*border-top: 1px #f0f0f0 solid;*/	
	z-index: 999;
}
.setNav a{
	color: #666666;
}
.setNav .setCon {
    width: 530px;
    float: left;
    font-family: "微软雅黑";
    padding: 30px 0 0 0;
    
  }
 .setNav .setCon p{
 	font-size: 14px;
 	padding-right: 35px;
 	margin-top: 17px;
 }
 .setNav .setCon .tit{
    font-size: 22px;
    color: #4e4e4e;
    font-weight: normal;
    margin-bottom: 20px;
}
.setNav .setMenu {
    width:120px;
    float: left;
    margin-top: 2px;
    border-right: 1px #f0f0f0 solid;
    border-left: 1px #f0f0f0 solid;
}
.setNav .setMenu li:nth-of-type(1){
	margin-top: 15px;
}
.setNav .setMenu li{
	font-size: 12px;
	width:80px;
	margin: 0 20px 0 20px;
	border-bottom: 1px #f0f0f0 solid;
	line-height: 40px;
	height: 40px;
}
.setNav .setMenu li a:hover{
	text-decoration: underline;
}
.setNav .setImg {
    width: 350px;
     float: left;
   
}
.setNav .setImg img{
	margin:25px 0 0 50px;
}
.wrap {
    width: 1120px;
    min-width: 1120px;
    clear: both;
    margin:0 auto;
}
.contain{
	position: relative;
	top: 0;
	width: 100%;
	overflow: hidden;
	z-index: 888;
	margin-bottom: 380px;
	background: #fff;
}
.contain-b{
	position: absolute;
	height: 400px;
	width: 100%;
	z-index: 777;
	background: transparent;
}