.dommobile {
	display: none !important;
}
.dompc .head {
	background: url(/uploads/image/zsimages/banner.jpg) no-repeat top center;
	height: 700px;
	position:relative;
}
.dompc nav{ width:100%; height:60px; position:absolute; top:600px;}
.dompc .wrap-nav{ width:1200px; margin:0px auto; height:60px; background-image:url(/uploads/image/zsimages/nav.jpg); background-position:top center; background-repeat:repeat-x;}
.dompc .menu ul{ width:1140px; margin:0px auto;}
.dompc .menu ul li {
	padding-left:15px;
	padding-right:15px;
	line-height:60px;
	font-family:"microsoft yahei", "微软雅黑", "simhei", "黑体";
	font-size:20px;
	color:#fff;
	float:left;
	font-weight:bold;}
.dompc .menu ul li a,.dompc .menu ul li a:link{ color:#fff; font-weight:bold;}
.dompc .menu ul li a:hover{ color:#ffa500;}

#marquee{ width: 1200px; height: 600px; margin:0px auto; overflow:hidden; border:0; padding:0px;}
#marquee ul { list-style: none; text-decoration:none; border:0; margin:0; padding:0px;}
#marquee ul li{ width: 1200px; height: 600px; margin:0px auto; list-style:none; text-decoration:none;border:0; padding:0px;}
#marquee ul li img{width: 1200px; height: 600px; margin:0px auto;}

.cloud3 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:  no-repeat center; background-size: 100%; -webkit-animation-fill-mode: both; animation-fill-mode: both; z-index: 1; opacity: 0.8; filter: alpha(opacity=80); -webkit-animation: bannercloud 40s linear 0s infinite alternate; animation: bannercloud 40s linear 0s infinite alternate;}
.cloud4 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:  no-repeat center; background-size: 100%; -webkit-animation-fill-mode: both; animation-fill-mode: both; z-index: 1; opacity: 0; filter: alpha(opacity=0); -webkit-animation: bannercloud 40s linear 20s infinite alternate; animation: bannercloud 40s linear 20s infinite alternate;}
@-webkit-keyframes bannercloud {  0% {
 opacity: 0;
 -webkit-transform: scale(1);
}
 10%,  80% {
 opacity: 0.7;
}
 100% {
 opacity: 0;
 -webkit-transform: scale(3);
}
}
 @keyframes bannercloud {  0% {
 opacity: 0;
 transform: scale(1);
}
 10%,  80% {
 opacity: 0.7;
}
 100% {
 opacity: 0;
 transform: scale(3);
}
}
