*{
	padding: 0;
	margin: 0;
}

body{
	background-color: #F9F9F9;
}

.index-body{
	height: 480px;
	
}

.index-foot1{
	text-align: right;
	height: 32px;
	background-color: #333;
	/*background-color: #AFD9EE;*/
}
.index-foot2{
	text-align: left;
	height: 32px;
	background-color: #333;
	/*background-color: #AFD9EE;*/
}

.index-foot-span{
	color: #337ab7;
	font-size: 14px;
	line-height: 32px;
}

.index-foot3{
	text-align: right;
	height: 32px;
	background-color: #333;
}
.index-foot4{
	text-align: left;
	height: 32px;
	background-color: #333;
}
.index-foot-span1{
	color: #E1E1E1;
	font-size: 14px;
	line-height: 32px;
}

@media screen and (max-width: 800px) {
    .index-foot1{
	text-align: center;	
}
.index-foot2{
	text-align: center;	
}
.index-foot3{
	text-align: center;	
}
.index-foot4{
	text-align: center;	
}
}

.index-wx{
	
	background-color:#333;
	padding:5px 0px;
}

.index-wx .ewm{
	margin-top:10px;	
	
}


th{
	height:28px;
	font-size:14px;
	line-height:28px;
	text-align:center;
	color:#FFF;
	}
td{
	text-align:center;}
	
h5{
	color:#e1e1e1;
	font-size:16px;
}
#box{
  width:655px;
  height:520px;
  overflow:hidden;
  border:0px;
  margin:0px;
  /*background='#FF0000';*/
  position:relative;
}
#position{
 /* width:600px;
  height:600px;
   background='#FF0000';*/
  margin:-135px 0px 0px -300px;
  position:absolute;
  overflow:hidden;
  
}

.kp-title{
	 width:555px;
	 height:40px;
	 background:#CCC;
	
	}

.kp-md7-title{
	 width:655px;
	 height:40px;
	 background:#CCC;
	
	}
.kp-md7-title .bt{
	line-height:40px;
	font-size:20px;
	color:#030;
	padding-left:10px;
	}	
.kp-md7-title .ljgd{
	line-height:40px;
	font-size:16px;
	color:#030;
	padding-right:15px;
	}
.body-bk{
	margin:10px 0px;}
.body-bk .xcbj{
	margin:0;
	padding:0;
	}
	
	.link-top {
		/*画一条横线*/
            width: 655px;
            height: 1px;
            border-top: solid #F00 1px;
        }