body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

a{ color: rgba(255, 255, 255, 0.6);outline: none;text-decoration: none;-webkit-transition: 0.2s;transition: 0.2s;}
a:hover,a:focus{color:#74777b;text-decoration: none;}

.zzsc-container{
	margin: 0 auto;
}

 section {
    width: 100%; min-width:1200px;
    left: 0;
    height: 100%;
    position: absolute;
}
.page1 {top: 0; background-color:#000;width: 100%; min-width:1200px;}
.page2 {top: 100%; background:url(../images/gy_bj.jpg) no-repeat center; background-size:cover;width: 100%; min-width:1200px;}
.page3 {top: 200%; background:url(../images/cp_bj.jpg) no-repeat center; background-size:cover;width: 100%; min-width:1200px;}
.page4 { top: 300%; background:url(../images/xw_bj.jpg) no-repeat center; background-size:cover;width: 100%; min-width:1200px;}
.page5 { top: 400%; background:url(../images/foot_bj.jpg) no-repeat center; background-size:cover;width: 100%; min-width:1200px;}
/* Button */
.button { margin: 0; padding: 0; border: none; background: none; cursor:pointer;}
.button--view {
	position: fixed;
	z-index: 1000;
	bottom: 1.5em;
	left: 50%;
	width: 3em;
	height: 1.75em;
	margin: 0 0 0 -1.5em;
	-webkit-animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
	animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
	fill: #fff;
}

@-webkit-keyframes pointDown {
	from {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}
	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes pointDown {
	from {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}
	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

.button--view path {
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
	fill: inherit;
}

.button--view:hover,
.button--view:focus {
	outline: none;
	fill: #dd7800; cursor:pointer;
}

.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}

.yb_bar .yb_phone {
	background: #234a84 url(../images/fixCont.png) no-repeat 0 0px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #234a84 url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #234a84 url(../images/fixCont.png) no-repeat 0 -114px;
}
.hd_qr {
	padding: 0 29px 25px 29px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}


.search-box{ width:295px; height:30px; margin-top:15px;}
.search-text{width:230px; height:30px; float:left; line-height:30px; border:0; text-indent:3em; background:url(../images/ss_k.jpg) no-repeat;}
.search-button{ background:url(../images/ss_s.jpg) no-repeat; width:65px; height:30px; float:left;border-style :none; cursor:pointer;}
