html{
    font-size: 100%;
}
body{
	font-family:"Microsoft YaHei","微软雅黑","SimSun","宋体";
	background:url(../images/index-bg.jpg);
 	background-repeat:no-repeat;
 	background-position:50% 50%;
 	background-attachment:fixed;
	background-size:110%;
           font-size:16px;
}
a{
           color:#222;   
	text-decoration:none;
}
a:hover{
           color:#aaa;
}
div{
	display:block;
}
ul{
	list-style:none;
}
body{
          padding:0;
          margin:0;
}
@media screen and (min-width: 1200px) {
          div.zs img,div.xy img,div.jy img,div.kz img,div.jing img{
          width:100%;
          height:100%;
          }
          div.zs{
          position:fixed;
          right:160px;
          top:190px;
          }
          div.jy{
          position:fixed;
          right:400px;
          top:110px;
          }
          div.xy{
          position:fixed;
          right:550px;
          top:290px;
          }
          div.kz{
          position:fixed;
          right:430px;
          top:420px;
          }
          div.jing{
          position:fixed;
          right:330px;
          top:460px;
          }
}
@media screen and (max-width:1199px){
          div.zs img,div.xy img,div.jy img,div.kz img,div.jing img{
          width:75%;
          height:75%;
          }
          div.zs{
          position:fixed;
          right:60px;
          top:190px;
          }
          div.jy{
          position:fixed;
          right:270px;
          top:130px;
          }
          div.xy{
          position:fixed;
          right:400px;
          top:280px;
          }
          div.kz{
          position:fixed;
          right:310px;
          top:370px;
          }
          div.jing{
          position:fixed;
          right:240px;
          top:410px;
          }
}
div.header {
	margin:0 auto;
	text-align:center;
	width:100%;
	height:80px;
	background:url(../images/main-info-bg-1x400.png);
           line-height:80px;
}
div.logo{
          	margin:0 auto;
	text-align:left;
           width:80%;
	height:80px;
           padding-left:10px;
           line-height:80px;
           padding-top:10px;
}

div.copyright{
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 0px;
	font-size:1.2em;
          text-align:center;
	height:70px;
	line-height:70px;
	background:url(../images/main-info-bg-1x400.png);
}
div.copyright p{
	line-height:1em;
}