/*
 * new样式，不断的变变变的样式
 */
.search .txt {
    width: 418px;
}
.gaoji {
    float: left;
    padding: 15px 0px;
}
.gaoji a {
    font: 17px/20px "微软雅黑";
    color: #080808;
}
.mbox ul, .mbox li {
   margin: 32px 17px;
}
.mbox .mpic {
    margin: 62px 34px;
}
.content {
	width: 1185px;
    padding :35px 0px;
	background: none;
}
.logo {
    height: 100px;
    overflow: hidden;
    float: left;
}
.search {
    width: 660px;
    margin: 12px auto 0 auto;
    float: right;
}
.hmain {
    margin-top: 135px;
    height: 435px;
    background: none;
}
.nav {
	padding:9px 20px 5px 94px;
	background:url(2016zh_home_nav.png) no-repeat 50% 0;
	height: 87px;
	position: absolute;
	width: 1069px;
	z-index: 3;
}
.service {
    background:url(2016zh_home_service.png) no-repeat 50% 0;
	height: 110px;
	z-index: 2;
    margin-top:-18px;
    position: relative;
    margin-left: -2px;
    padding: 23px 80px;
}
.bigbox {	  
    overflow: hidden;
	height: 305px;
    position: relative;
}
.mbox {
	position: absolute;
	overflow: hidden;
	padding:0;
	bottom: 0px;
    left: -1px;
	background:url(2016zh_home_mbox.png) no-repeat 50% 0;
	width: 1185px;
	z-index: 1;
}
.footer {
    padding: 17px 30px;
  }
/*友情链接*/
.linktit {
	height:33px;
    width: 1100px;
    margin: 0 0px 0 48px;
}
.linktit strong {
	display:inline-block;
	left:0;
	font:bold 14px/18px "微软雅黑";
	color:#fff;
	float:left;
}
.linktit .alink {
	display:inline-block;
	float:right;
	width:1080px;
	padding-top:4px;
	height:24px;
}
.linktit .alink a, .linktit .alink span {
	font:14px/24px "微软雅黑";
	color:#333;
}
.linktit .alink span {
	margin:0 15px;
}
.linktit .alink a:hover {
	color:#bc1010;
}
.linkcon {
	float:right;
}
.b-select {
	display:inline-block;
	float:left;
	width:194px;
	height:32px;
	margin-right:25px;
	position:relative;
	z-index:2;
}
.b-select dt {
	padding:0 32px 0 10px;
	width:150px;
	height:30px;
	border:1px solid #999;
	font:14px/30px "微软雅黑";
	color:#333;
	cursor:pointer;
}
.b-select dd {
	display:none;
	position:absolute;
	left:0;
	top:30px;
	width:192px;
	background:#fff;
	border:1px solid #999;
}
.b-select dd p {
	padding:0 10px;
	height:30px;
	font:14px/30px "微软雅黑";
	color:#333;
	cursor:pointer;
}
.b-select dd p.cur {
	background:#f3f3f3;
}