/*css初始化*/
body, div ,a ,dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, th, td { margin:0; padding:0; }
body { font-size:14px; color:#000000; font-family:"microsoft yahei"; background:#fff;}
img{ border:0; display:inline-block;}
ol, ul { list-style:none; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
em,i{ font-style:normal; }
input,button,select,textarea{ outline:none; border:none; _border:0;} 
textarea { resize:none; }
a { color: #666666; text-decoration:none; }
a:hover { color:#666666; text-decoration:none;}



html,body{
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.container{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.container .page{
	width: 100%;
	height: 100%;
	position: relative;
}
.gps{position: absolute;right: 10px;top:50%;list-style: none;}
.gps li{width: 10px;height: 10px;border-radius: 50%;margin-bottom: 10px; border: 1px solid #ccc;cursor: pointer;}
.gps li.current{width: 10px;height: 10px; background: #ccc;}


.header{
	height: 70px;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 3px #999;
	position: fixed;
	z-index: 999;
}
.nav{
	height: 40px;
	padding: 15px 0;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}
.nav-in{
	display: inline-block;
}
.nav-in ul{
	height: 40px;
	overflow: hidden;
}
.nav-in li{
	float: left;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	cursor:pointer;
}
.nav-in li a{
	display: block;
	height: 40px;
}
.nav-in li img{
	width: 40px;
	float: left;
	margin-right: 10px;
}
.nav-in li i{
	font-size: 16px;
	float: left;
}
@media screen and (max-width:768px ){
.header{
	height: 50px;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 3px #999;
	position: fixed;
	z-index: 999;
}
.nav{
	height: 30px;
	padding: 10px 0;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}
.nav-in{
	display: inline-block;
}
.nav-in ul{
	height: 30px;
	overflow: hidden;
}
.nav-in li{
	float: left;
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
	cursor:pointer;
}
.nav-in li a{
	display: block;
	height: 30px;
}
.nav-in li img{
	width: 30px;
	float: left;
	margin-right: 10px;
}
.nav-in li i{
	font-size: 14px;
	float: left;
}
}



.box1{
	background:#57aaee;
	display: table;
	text-align: center;
}
.box{
	display: table-cell;
	vertical-align: middle;
}
.xqjs h3{
	font-size: 36px;
	color: #fff;
}
.xqjs p{
	color: #fff;
	padding:0 150px;
	font-size: 16px;
	text-indent: 2em;
	text-align: left;
	padding-top: 30px;
}
@media screen and (max-width:990px ) {
.xqjs h3{
	font-size: 24px;
}
.xqjs p{
	color: #fff;
	padding:0 50px;
	font-size: 14px;
	text-indent: 2em;
	text-align: left;
	padding-top: 20px;
}
}
@media screen and (max-width:768px ) {
.xqjs h3{
	font-size: 16px;
}
.xqjs p{
	color: #fff;
	padding:0 20px;
	font-size: 14px;
	text-indent: 2em;
	text-align: left;
	padding-top: 20px;
}
}



.box2{
	background:url(../img/zhenweishi/banner_bg.png) no-repeat;
	background-size: cover;
	display: table;
	text-align: center;
}
.smcw{
	display: inline;
}
.smcw-l,.smcw-r{
	float: left;
	width: 50%;
}
.smcw-l{
	text-align: right;
}
.smcw-r{
	text-align: left;
}
.smcw-l img{
	width: 70%;
}
.smcw-r img{
	width: 80%;
}


.box3{
	background:url(../img/zhenweishi/bg.png) no-repeat;
	background-size: cover;
	display: table;
	text-align: center;
}
.jkzx{
	display: inline;
}
.jkzx-l,.jkzx-r{
	float: left;
	width: 50%;
}
.jkzx-l img{
	width: 70%;
}
.jkzx-r img{
	width: 80%;
}


.box4{
	background:url(../img/zhenweishi/bg.png) no-repeat;
	background-size: cover;
	display: table;
	text-align: center;
}
.dow-b{
	float:left;
	width:60%;
}
.dow-tt h3{
	font-size: 36px;
    color: #1583df;
    margin-bottom: 20px;
}
.dow-b-b{
	display:inline-block;
}
.dow-b-l,.dow-b-r{
	float:left;
}

.dow-b-l img,.dow-b-r img{
	width:200px;
	margin: 8px 40px;
}
.dow-b-l a,.dow-b-r a{
	display:block;
}
.dow-b-l a img,.dow-b-r a img{
	width:160px;
}
.dow-right{
	float:left;
	width:40%;
}
.dow-right img{
	width:60%;
	margin-right: -150px;
}
@media screen and (max-width:990px ) {
.dow-tt h3{
	font-size: 24px;
}
.dow-b-l,.dow-b-r{
	width:50%;
}
.dow-tt img{
	width:70%;
}
.dow-b-l img,.dow-b-r img{
	width:60%;
	margin:10px 0;
}
.dow-b-l a img,.dow-b-r a img{
	width:50%;
}
.dow-right img{
	width:75%;
	margin-right: 0;
}
}
@media screen and (max-width:768px ) {
.dow-b{
	float:left;
	width:100%;
}
.dow-tt h3{
	font-size: 24px;
}
.dow-b-l,.dow-b-r{
	width:50%;
}
.dow-b-l img,.dow-b-r img{
	width:70%;
	margin:10px 0;
}
.dow-b-l a img,.dow-b-r a img{
	width:60%;
}
.dow-right{
	display:none;
}
}
