*{
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-family: "微软雅黑";
  color: #333;
}
.hide{
	display: none;
}
/*头部*/
.top_top{
	width: 100%;
	height: 40px;
	background-color: #e4e4e4;
}
.top_top_in{
	width: 1200px;
	height: 40px;
	margin: 0 auto;
}
.top_top_in img{
	float: left;
	margin-top: 8px;
}
.top_top_in span{
	float: left;
	margin-top: 8px;
	margin-left: 10px;
	margin-right: 20px;
}
.top_top_in span a{
	font-size: 13px;
}
.top_in_right{
	float: right;
	width: 425px;
}
.top_in_right span{
	margin: 0;
	padding: 0 8px;
	height: 13px;
	line-height: 12px;
	margin-top: 10px;
	border-right: 2px solid;
}
.top_mid{
	width: 100%;
	height: 150px;
	background: url(index04.png);
}
.top_mid_in{
	margin: 0 auto;
	width: 1200px;
	height: 150px;
}
.logo{
	margin-top: 30px;
}
.seach{
	width: 420px;
	height: 35px;
	float: right;
	margin-top: 58px;
}
.seach input{
	padding-left: 10px;
	width: 366px;
	height: 31px;
	float: left;
	line-height: 31px;
}
.seach button{
	outline: none;
	border: 1px solid #757575;
	border-left: none;
	cursor: pointer;
	width: 38px;
	height: 35px;
	float: left;
	background: url(index06.png) 100%;
}
.menu{
	width: 30px;
	height: 30px;
	margin: 10px;
	background: url(menu1.png);
	cursor: pointer;
	display: none;
}
/*导航*/
.nav{
	overflow: hidden;
	width: 100%;
	background-color: #076fbe;
}
.nav_{
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}
.nav_ ul{
	height: 47px;
	margin-left: 60px;
}
.nav_ li{
	float: left;
	width: 95px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	margin-right: 65px;
	background: url(index07.png) left 13px no-repeat;
}
.nav_ li a{
	font-size: 19px;
	color: white;
	font-weight: bold;
	padding-left: 5px;
}
.nav_ li+li{
	background: url(index08.png) left 13px no-repeat;
} 
.nav_ li+li+li{
	background: url(index09.png) left 13px no-repeat;
} 
.nav_ li+li+li+li{
	background: url(index10.png) left 13px no-repeat;
} 
.nav_ li+li+li+li+li{
	background: url(index11.png) left 13px no-repeat;
} 
.nav_ li+li+li+li+li+li{
	background: url(index12.png) left 13px no-repeat;
} 
.nav_ li+li+li+li+li+li+li{
	background: url(index13.png) left 13px no-repeat;
} 
.nav_in{
	border-bottom: 3px solid #fcbd09;
}

/*主体*/
.mid_out{
	width: 1200px;
	margin: 0 auto;
}
.dqwz{
	width: 100%;
	height: 65px;
}
.mly{
	border: 1px solid #e6e6e6;
}
.lby{
	padding-left: 28px;
}
.lby_{
	width: 100%;
	border: 1px solid #e6e6e6;
}

/*底部*/
.bot_out{
	width: 100%;
	margin-top: 30px;
	background-color: #e0e4e7;
}
.bot{
	width: 1200px;
	height: 140px;
	margin: 0 auto;
	position: relative;
}
.bot ul{
	width: 330px;
	margin: 0 auto;
	padding-top: 20px;
}
.bot li{
	width: 80px;
	text-align: center;
	line-height: 14px;
	float: left;
	border-right: 1px solid #333;
}
.bot li a{
	font-size: 13px;
}
.bot p{
	width: 550px;
	margin: 15px auto;
	text-align: center;
}
.bot p span{
	font-size: 13px;
	margin-right: 15px;
}
.ewm{
	position: absolute;
	right: 30px;
	top: 12px;
}
.img1{
	position: absolute;
	top: 34px;
	left: 40px;
}
.img2{
	position: absolute;
	top: 34px;
	left: 134px;
}

/*小于1200px屏幕*/
@media screen and (max-width: 1200px) {
	.menu{
		display: none;
	}
 .top_top{
	width: 100%;
	height: 40px;
	background-color: #e4e4e4;
}
.top_top_in{
	width: 90%;
	height: 40px;
	margin: 0 auto;
}
.top_in_right{
	float: right;
	width: 55%;
}
.top_in_right span{
	margin: 0;
	padding: 1px 4px;
	height: 11px;
	line-height: 10px;
	margin-top: 13px;
	border-right: 2px solid;
}
.top_mid{
	width: 100%;
	height: 150px;
	background: url(index04.png);
}
.top_mid_in{
	margin: 0 auto;
	width: 90%;
	height: 150px;
}
.seach{
	width: 35%;
	height: 35px;
	float: right;
	margin-top: 58px;
}
.seach input{
	padding-left: 10px;
	width: 77%;
	height: 31px;
	float: left;
	line-height: 31px;
}
/*导航*/
.nav{
	overflow: hidden;
	width: 100%;
	background-color: #076fbe;
}
.nav_{
	width: 90%;
	height: 50px;
	margin: 0 auto;
}
.nav_ ul{
	height: 47px;
	margin-left: 20px;
}
.nav_ li{
	float: left;
	width: 95px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	margin-right: 77px;
	background: url(index07.png) left 13px no-repeat;
}
.nav_ li a{
	font-size: 19px;
	color: white;
	font-weight: bold;
}
.nav_in{
	border-bottom: 3px solid #fcbd09;
}

/*主体1200px*/
.mid_out{
	width: 100%;
}
.lby{
	padding-left: 0;
}
.mly{
	display: none;
}
/*底部1200px*/
.bot_out{
	width: 100%;
	margin-top: 30px;
	background-color: #e0e4e7;
}
.bot{
	width: 90%;
	height: 140px;
	margin: 0 auto;
	position: relative;
}
.bot ul{
	width: 39%;
	margin: 0 auto;
	padding-top: 20px;
}
.bot li{
	width: 80px;
	text-align: center;
	line-height: 14px;
	float: left;
	border-right: 1px solid #333;
}
.bot li a{
	font-size: 13px;
}
.bot p{
	width: 70%;
	margin: 15px auto;
	text-align: center;
}
.bot p span{
	font-size: 13px;
	margin-right: 15px;
}
.ewm{
	position: absolute;
	right: 30px;
	top: 12px;
	display: none;
}
.img1{
	position: absolute;
	top: 34px;
	left: 40px;
}
.img2{
	position: absolute;
	top: 34px;
	left: 134px;
}

}

/*小于768px屏幕*/
@media screen and (max-width: 768px) {
.top_top{
	display: none;
}
.top_top_in{
	width: 90%;
	height: 40px;
	margin: 0 auto;
}
.logo{
	width: 274px;
}
.top_in_right{
	float: right;
	width: 55%;
}
.top_in_right span{
	margin: 0;
	padding: 1px 4px;
	height: 11px;
	line-height: 10px;
	margin-top: 13px;
	border-right: 2px solid;
}
.top_mid{
	width: 100%;
	height: 150px;
	background: url(index04.png);
}
.top_mid_in{
	margin: 0 auto;
	width: 90%;
	height: 150px;
}
.seach{
	width: 100%;
	height: 35px;
	float: none;
	margin-top: 10px;
}
.seach input{
	padding-left: 10px;
	width: 65%;
	height: 31px;
	float: left;
	line-height: 31px;
}
.menu{
	display: block;
}
/*导航*/
.nav{
	width: 100%;
	background-color: #076fbe;
}
.nav_{
	display: none;
	width: 90%;
	height: 300px;
	margin: 0 auto;
	background-color: #076FBE;
}
.nav_ ul{
	height: 47px;
}
.nav_ li{
	width: 100%;
	height: 47px;
	line-height: 47px;
	text-align: center;
	margin-right: 77px;
	background: url(index07.png) left 13px no-repeat;
}
.nav_ li a{
	font-size: 19px;
	color: white;
	font-weight: bold;
}
.nav_in{
	border-bottom: 3px solid #fcbd09;
}

/*主体768px*/
.mid_out{
	width: 100%;
}
.mly{
	display: none;
}
.lby{
	padding-left: 0;
}
/*底部768px*/
.bot_out{
	width: 100%;
	margin-top: 30px;
	background-color: #e0e4e7;
}
.bot{
	width: 90%;
  height: 200px;
	margin: 0 auto;
	position: relative;
}
.bot ul{
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
}
.bot li{
	width: 20%;
	text-align: center;
	line-height: 14px;
	float: left;
	border-right: 1px solid #333;
}
.bot li a{
	font-size: 13px;
}
.bot p{
	width: 100%;
	margin: 10px auto;
	text-align: center;
}
.bot p span{
	font-size: 13px;
	display: block;
	margin-right: 15px;
}
.ewm{
	position: absolute;
	right: 30px;
	top: 12px;
	display: none;
}
.img1{
	position: absolute;
	top: 34px;
	left: 40px;
	display: none;
}
.img2{
	position: absolute;
	top: 34px;
	left: 134px;
	display: none;
}

}