@charset "utf-8";
/* CSS Document */

/*header*/
body{
	padding-top: 136px;
}
.fixedNav{
	width: 100%;
	height: 136px;
	background: url(../images/h_bg.jpg) no-repeat center;
}
.head{
	width: 1180px;
	height: 136px;
	margin: 0 auto;
	overflow: hidden;
}
.head h1{
	float: left;
	margin-top: 22px;
	margin-left: 20px;
}
.head h1 img{
	width: 100px;
	height: 93px;
}
.head .nav>ul{
	float: left;
	margin-left: 80px;
}
.head .nav ul li{
	float: left;
	width: 70px;
	height: 136px;
	border-right: 1px solid #fff;
}
.head .nav ul li a{
	width: 16px;
	display: block;
	margin:20px auto;
	color: #323232;
	line-height: 18px;
}
.head .nav ul li:hover,.head .nav ul .another{
	background: #656476;
}
.head .nav ul li:hover a,.head .nav ul .another a{
	color: #fff;
}
.head .h_right{
	float: right;
	width: 160px;
	height: 136px;
}
.head .h_right p{
	font-size: 14px;
	color: #323232;
	line-height: 30px;
	margin-top: 21px;
}
.head .h_right p span{
	font-size: 20px;
	color: #fff;
}
.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
}


/*footer*/
.f_box{
	width: 100%;
	height: 300px;
	background: #9cc83d;
}
.f_con{
	width: 1180px;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
}
.f_nav{
	margin-top: 40px;
	width: 1180px;
	height: 50px;
	background: url(../images/f_bor.png) no-repeat 0 bottom;
	padding-bottom: 48px;
}
.f_nav ul{
	overflow: hidden;
	background: #2ba800;
	width: 1180px;
}
.f_nav ul li{
	float: left;
	width: 118px;
}
.f_nav ul li a{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
}
.f_nav ul li:hover a{
	background: #656476;
}
.f_nr{
	width: 1180px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
.f_nr h2{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	display: inline-block;
	text-align: center;
}
.f_nr a{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}


/*固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: #9cc83d url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #9cc83d url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #9cc83d url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #9cc83d url(../images/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
	padding: 0 29px 25px 29px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}
