/*----------公共部分---------*/
*{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
	font-family: "细黑,verdana, geneva, arial, helvetica, sans-serif" ;
	text-decoration: none;
}
img{
	border: none;
}
html,body{
	width: 100%;
	height: 100%;
}
/*----------------------------头部内容--------------------------------*/
.big_header{
	height: 76px;
	width: 100%;
	position: fixed;
	top: 0;
	overflow: hidden;
	z-index: 3;
	background: #f5f5f5;
}
/*--------logo部分的设置------*/
.logo{
	width: 190px;
	height: 76px;
	float: left;
	margin-left: 13%;
}
.logo img{
	width: 100%;
	vertical-align: middle;
	margin-top: 3px;
}
/*--------头部导航菜单部分的设置------*/
.menu{
	height: 76px;
	width: 50%;
	float: left;
	margin-left: 10%;
}
.menu>ul{
	width: 100%;
	height: 100%;
}
.menu>ul>li{
	float: left;
	line-height: 70px;
	width: 130px;
	height: 80%;
	margin-top: 1%;
	text-align: center;
	font-weight: bold;
}
.menu>ul>li>a{
	text-decoration: none;
	color: #000000;
	width: 100%;
	height: 100%;
	padding-left: 2%;
	padding-right: 3%;
	border-top: 1px solid #f5f5f5;
	display: block;
}
/*=----------------鼠标经过时的效果---------*/
.active{
	color: #F3C21B !important;
	border-top: 1px solid #0a7046 !important;
}
.menu>ul>li>a:hover{
	color: #F3C21B;
	border-top: 1px solid #0a7046;
}
/*----------------头部的绿色小线条---------*/
.line{
	position: fixed;
	top: 76px;
	height: 4px;
	width: 100%;
	background: #0a7046;
	z-index: 3;
}
/*-----------轮播图及大图位置大小-----------*/
.nav{
	width: 100%;
	height: 500px;
	position: relative;
	top: 79px;
}
.nav>img{
	width: 100%;
	height: 100%;
}
/*-------------------------脚部部分内容--------------------------*/
.big_footer{
	height: 95px;
	width: 100%;
	position: relative;
	top: 79px;
	background: #656565;
}
/*------------脚部第一个div部分---------*/
.footer_list{
	width: 1380px;
	height: 30px;
	margin: 0 auto;
	padding-top: 7px;
	position: relative;
}
.footer_list p{
	line-height: 30px;
	color: #fff;
	text-align: center;
}
/*------------二维码区域-----------------*/
.contact_erweima{
	cursor: pointer;
}
.contact_erweima>img{
	width: 25px;
	height: 25px;
	vertical-align: middle;
}
.footer_img_erweima{
	width: 150px;
	height: 150px;
	position: absolute;
	top: -80px;
	left: 80%;
	z-index: 9;
	display: none;
}
.footer_img_erweima>img{
	width: 100%;
	height: 150px;
}
/*------报备内容---------*/
.report{
	width: 1280px;
	height: 50px;
	overflow: hidden;
	margin: 0 auto;
}
.report>p{
	width: 1180px;
	text-align: center;
	line-height: 25px;
	color: white;
}
.report>p>a{
	color: #fff;
}
.report>p>a:hover{
	color: #F3C21B;
}
