@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;	
}
body,button,input,select,textarea,td,tr,table{color:#333;font-size:12px; font-family:"FZShuSong"}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote{margin:0;padding:0}
li{
	list-style:none
}
ul{ margin:0; padding:0; }

a.dh:link,a.dh:visited,a.dh:active{color:#000;text-decoration:none; font-size:16px;font-family:"jinghualaosongti";display:block;width:100%;height:35px;padding-top:15px}
a.dh:hover{color:#ffffff;text-decoration:none; font-size:16px;font-family:"jinghualaosongti";display:block;width:100%;height:35px;padding-top:15px; background-color:#174885}

a.dh2:link,a.dh2:visited,a.dh2:active{color:#fff;text-decoration:none; font-size:12px;  font-family:"jinghualaosongti";display:block;margin-right:10px}
a.dh2:hover{color:#bbbbbb;text-decoration:none; font-size:12px; font-family:"jinghualaosongti";  display:block;margin-right:10px}


a:link,a:visited,a:active{color:#333;text-decoration:none}
a:hover{color:#01499e;text-decoration:none}
/* webcss start*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.banner{ width:100%; height:auto; overflow:hidden; position:relative;}
.banner img{ width:100%;}
.banner div{ width:100%; height:auto; overflow:hidden; position:relative;}
.banner div p{ width:100%; height:auto; overflow:hidden; float:left; position:relative;}
.synav{width:100%; height: auto; overflow:hidden; position:absolute; bottom:8%;}
.synav ul{margin:0 auto; display:block;}
.synav ul li{ width:0.01em; height:0.01em; margin-right:1%; border-radius:0.5; background:#CCCCCC; float:left; background: url(../images/dot.png) no-repeat 0 0px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;}
.synav ul li.on{ width:0.01em; height:0.01em; border-radius:0.5; background:#1365BE;background: url(../images/dot.png) no-repeat 0 -16px;display: block;height: 16px;overflow: hidden;text-indent: -99em;width: 16px;cursor: pointer;}
	
