@charset "gb2312";
body{
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
}
li{
	list-style: none;
	outline: none;
		text-decoration:none;
}
a{
	text-decoration: none;
	cursor: pointer;
	outline: none  !important;
}

ul{
	margin: 0;
	padding: 0;
	outline: none;
}
img{
	outline: none;
}
input{
	outline: none;
	font-size: 1.2rem;
}
.fixednav {
	    position: fixed;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    z-index: 999;
	}
.top1{
	width: 100%;
	height: auto;
	min-height: 30px;
	overflow: hidden;
}
.top1 img{
	width: 100%;
	height: auto;
	
	
}
.Top_c {
	width: 100%;
	height:65px;
	background: #0c8fd7;
	
}
.s_con1{
	width: 1200px;
	height: auto;
	min-height: 30px;
/* 	margin: 0 auto; */
    margin: 0 3%;
	position: relative;
	top: -63px;
	background: #fff;
	overflow:hidden;
}

.s_daohang1{
	height: 50px;
	background: #0c8fd7;
	width: 100%;
	
}
.s_daohang1 li{
	height: 50px;
	text-align: center;
	width: 10%;
	float: left;
	line-height:60px;

 
}
.s_daohang1 li a{
	color: #fff;
	font-size: 16px;
}
.dao_active a{
	color: #ffff00 !important;
}

.footerA{
	width: 100%;
	height: auto;
	min-height: 3rem;
	overflow: hidden;
	margin-top: 5%;
	float: left;
}
.footerAA{
	width: 100%;
	height: auto;
	min-height: 3rem;
	overflow: hidden;
	margin-top: 4%;
	float: left;
}
.footB{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #0c8fd7;
}
.foot2C{
	background:#fafafa;
	color: #222;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	display: inline-block;
	width: 100%;
	height: auto;
	min-height: 30px;
	
}
.foot2C p{
	margin-top: 5px;
	margin-bottom: 0;
}
.input-val {
  width: 200px;
  height:40px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  }
 .yz{
   margin-left:10%;
  }
 .yz input{

  width:100px;
  height:40px;
  }
 #code_img {
	margin-left:10px;
	height:30px;
  }		
@media only screen and (min-width: 320px) and (max-width: 750px) {
	.Top_c{
	display:none;
}
.s_con1{
	display: none;
}
.top1 img{
	
	position:fixed; 
	/* width:100%; */
    height: 60px;
	/* position: fixed; */
	width:auto;
	margin-left:-130px;
}
.footB{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 4px;
	background: #0c8fd7;
}
.foot2C{
	font-size: 8px;
}
.input-val {
  border: 1px solid #ddd;
  box-sizing: border-box;
  }
 .yz{
   margin-left:0;
  }
 .yz input{

  width:90px;
  height:40px;
  }
 #code_img {
	margin-left:10px;
	height:30px;
	width:80px;


  }		
}