#header {
	width: 100%;
	min-width: 1180px;
	height: 32px;
	margin: 0 auto;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e3e3e3;
}
.header {
	width: 1180px;
	height: 32px;
	margin: 0 auto;
	position: relative;
}
.header ul {
	float: left;
}
.header li {
	float: left;
	color: #666;
	line-height: 32px;
}
.header li a,.header p a {
	color: #666;
	padding: 0 4px;
	font-family: "\5b8b\4f53";
}
.header li a.login{
	color:#ff0000;
}
.header a:hover,.header a.mobile:hover {
	color: #f60;
}
.header input {
	width: 92px;
	height: 18px;
	float: left;
	border: 1px solid #d4d4d4;
	margin: 6px 6px 0 0;
}
.header button {
	width: 35px;
	height: 19px;
	border:0;
	float: left;
	background: url(../images/news.gif) no-repeat 0 0;
	margin: 6px 4px 0 2px;
}
.header p {
	line-height: 32px;
	float: right;
	padding-right: 6px;
	color: #dfdfdf;
}
.header a.mobile {
	width: 55px;
	height: 16px;
	display: block;
	float: right;
	text-indent: 18px;
	margin-top: 8px;
	line-height: 16px;
	color: #38880b;
	background: url(../images/news.gif) no-repeat -139px 0;
}

.top{
	width: 1180px;
	margin: 20px auto;
}
.logo{
	float: left;
}
.searchBox{
	float: left;
	margin-left: 80px;
	margin-top: 10px;
}
.search{ 
	width: 473px;
	height: 38px;
	border: 1px solid #ddd;
	font-family: "microsoft yahei";
	background: #f2f2f2;
	position: relative;
}
.searchSelect{
	width: 72px;
	height: 38px;
	float: left;
	border-right:1px solid #ddd;
	position: relative;
	z-index: 99999;
}
.searchSelectTop{
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.searchSelectTop p{
	font-size: 14px;
    line-height: 38px;
    color: #333;
    text-indent: 10px;
}
.searchSelectTop i{
	display: block;
	position: absolute;
	width: 13px;
	height: 8px;
	top: 15px;
	left: 50px;
	background:url(../images/tech.png) no-repeat -86px -69px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.searchSelectTop.focus i{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.searchSelectBot{
	position: absolute;
	width: 72px;
	border: 1px solid #ddd;
	left: 0px;
	top: 38px;
	z-index: 99999;
	display: none;
	padding: 10px 0;
	background: #fff;
}
.searchSelectBot li{
	text-indent: 15px;
	font-size: 14px;
	line-height: 25px;
	color: #333;
	cursor: pointer;
}
.searchSelectBot li:hover{
	background: #458826;
    color: #fff;
}
.search input{
	width: 326px;
	height: 38px;
	float: left;
	text-indent: 15px;
	font-size: 14px;
	line-height: 50px;
	font-family: "microsoft yahei";
	color: #999;
	border:none;
	background: none;
}
.search button{
	width: 70px;
	height: 40px;
	border:none;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	background: #3a9a14;
	cursor: pointer;
	outline: none;
	position: absolute;
	top: -1px;
	right: -1px;
	font-family: "microsoft yahei";
}
.searchBox>p {
    height: 18px;
    padding-left: 18px;
    line-height: 18px;
    overflow: hidden;
    background: url(../images/tech.png) no-repeat -87px -36px;
    margin-top: 10px;
}
.searchBox>p a{ padding:0 6px; color:#4e504d;}
.searchBox>p a:hover{ color:#f60; text-decoration:underline;}
.searchBox>p b{ color:#fe5101;}


.rightAdv{
	float: right;
}
.rightAd img {
    width: 285px;
    height: 80px;
}
.advs{
	display: block;
    position: relative;
}
.advs i {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 24px;
    height: 12px;
    background: url(https://public.mtnets.com/Images/public/adv.png) no-repeat;
}

#nav{
	width: 100%;
	height: 45px;
	background-color: #38880b;
	margin: 25px 0 20px;
}
.nav {
	width: 1180px;
	margin: 0 auto;
	height: 45px;
}

.nav>p {
	width: 988px;
	float: left;
}
.nav>p>a {
	color: #ffffff;
	font-family: "microsoft yahei";
	line-height: 42px;
	font-size: 18px;
	display: block;
	float: left;
	padding: 0 3.35%;
	display: inline-block;
	text-align: center;
	margin-top: 3px;
	background: url(../images/navbg.png) no-repeat center 0;
}

.nav>p>a.home {
	background-color: #3c96e2;
}

.nav>p>a:hover {
	background-color: #ff8b00;
}


.wrapper{
	width: 100%;
	min-width: 1180px;
	background: #f6f6f6;
	padding: 25px 0 1px;
}
.main{
	width: 1120px;
	padding: 30px;
	margin: 0 auto 25px;
	background: #fff;
}
.main h2{
	font-size: 28px;
	line-height: 35px;
	color: #333;
	text-align: center;
	font-weight: normal;
}
.main h2 span{
	font-size: 30px;
	color: #569930;
	position: relative;
	top: 2px;
}
.main_title{
	margin-top: 25px;
}
.main_title a{
	width: 120px;
	height: 44px;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	line-height: 44px;
	color: #666;
	background: #f2f2f2;
	margin-right: 20px;
	border-radius: 5px;
	box-shadow: 0 0 5px #e9e9e9;
}
.main_title a.focus{
	background: #569930;
	color: #fff;
}
.main_list{
	display: none;
}
.subtitle{
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #ddd;
	position: relative;
	margin-top: 5px;
}
.subtitle h3{
	font-size: 20px;
	line-height: 50px;
	color: #333;
	position: absolute;
	top: 0;
	left: 0;
}
.subNav{
	position: absolute;
	top: 0;
	right: 0;
}
.subNav a{
	font-size: 16px;
	line-height: 51px;
	color: #999;
	display: inline-block;
	margin-left: 20px;
	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
.subNav a.focus{
	color: #569930;
	background: url(../images/tabbg.png) no-repeat center bottom;
}
.sub_box{
	margin-top: 10px;
}
.subList{
	display: none;
}
.sub_box dl{
	overflow: hidden;
}
.sub_box dl dt{
	width: 132px;
	float: left;
	margin-right: 20px;
}
.sub_box dl dd{
	overflow: hidden;
}
.content{
	padding: 12px 0;
	font-size: 14px;
	line-height: 25px;
	color: #666;
}
.content p{
	font-size: 14px;
	line-height: 25px;
	color: #666;
}
.content p a{
	color: #569930;
	margin-left: 5px;
}
.load_more{
	text-align: center;
	margin-top: 15px;
}
.load_more a{
	display: inline-block;
	width: 132px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	background: #e8e8e8;
	border-radius: 20px;
	color: #666;
}
.picBox{
	height: 56px;
	background: #569930;
	padding: 5px;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 20px;
	display: inline-block;
}
.picLeft{
	width: 74px;
	height: 56px;
	float: left;
}
.picLeft img{
	width: 74px;
	height: 56px;
}
.picRight{
	padding: 0 15px;
	float: left;
}
.picRight p{
	font-size: 18px;
	line-height: 56px;
}
.picRight p a{
	color: #fff;
}

.foot{ width:1180px; margin:25px auto 0; text-align:center; color:#686161; padding-bottom:30px;}
.foot span{ width:1178px; height:43px; float:left; line-height:43px; background-color:#f5f5f5; border:1px solid #e0dfdf; color:#686161;font-family: "\5b8b\4f53";}
.foot span a{ padding:0 6px; color:#333333;}
.foot span a:hover{ color:#f60; text-decoration:underline;}
.foot p.web{ width:1180px; float:left; padding:15px 0; color:#686161; font-size:14px;}
.foot p.web a{ color:#00ab00;}
.foot p.web a:hover{ color:#f60; text-decoration:underline;}
.foot p{ font:normal 12px/26px "Tahoma", "\5b8b\4f53";}
.foot strong{ padding:0 25px 0 0;}
.foot b{ padding:0 1px;}
.foot b img{ vertical-align:middle;}

/*goTop*/
.backHome{ width:54px; }
.backHome a{ width:38px; height:46px; display:block; float:left; background:#5b7648; text-align:center; font:normal 14px/20px "Microsoft Yahei","simhei"; color:#fff; padding:8px 8px 0 8px; margin:2px 0; opacity:0.7; filter:alpha(opacity=70); background:url(https://www.zyzhan.com/images/public/rightBar1.png) no-repeat 0 0; overflow: hidden; text-indent: -9999px; }
.backHome a:hover{ opacity:1; filter:alpha(opacity=100); }
.backHome a.guest,.backHome a.guest:hover{ background:url(https://www.zyzhan.com/images/public/rightBar1.png) no-repeat 0 -114px; opacity: 0.7; filter:alpha(opacity=70); }
.backHome a.price{ background:url(https://www.zyzhan.com/images/public/rightBar1.png) no-repeat 0px -57px; opacity: 0.7; filter:alpha(opacity=70); }
.backHome a.guest:hover,.backHome a.price:hover{ opacity: 1; filter:alpha(opacity=100); }
.toTop{ width:54px; height:54px; position:fixed; _position:absolute; top:379px; _top:expression(eval(document.documentElement.scrollTop+321)); display:none; }
.toTop a,.toTop a:hover{ display:block; width:54px; height:54px; background:url(https://www.zyzhan.com/images/public/rightBar1.png) no-repeat 0px -171px; opacity: 0.6; filter:alpha(opacity=60); }
.toTop a:hover{ opacity:1; filter:alpha(opacity=100); }
#goTop { position:fixed; _position:absolute; top:203px; display:block; right:10px; }
*html, * html body { background-attachment:fixed; }
*html #goTop { position:absolute; right:expression(eval(document.documentElement.scrollLeft+10)); top:expression(eval(document.documentElement.scrollTop+145)); }
