@charset "utf-8";
/* CSS Document */

/*header*/
.header{
	width: 100%;
	height: 160px;
	background: url(../images/h_bg.jpg) no-repeat center;
}
.head{
	width: 1180px;
	height: 160px;
	margin: 0 auto;
}
.h_top{
	width: 1180px;
	height: 35px;
	overflow: hidden;
}
.h_top p{ float: left; line-height: 35px; color: #666; font-size: 12px;}
.h_top ul{ float: right; line-height: 35px;}
.h_top ul li{ float: left;}
.h_top ul li a{ font-size: 12px; color: #666;}
.logo{float: left;}
.logo h1{float: left;}
.logo h1 a{ float: left; margin-top: 15px;display: block; width: 132px; height: 80px; border-right: solid #333333 1px;}
.logo h1 img{ margin-top: 10px;}
.logo p{     
	float: left;
    font-size: 22px;
    color: #058b01;
    line-height: 30px;
    padding-top: 24px;
	margin-left: 26px;
}
.logo p span{font-size: 18px; color: #fd8901; line-height: 34px;display: block;}
.tel_right{ float:right; margin-top: 30px;}
.tel_right p{font-size: 14px; color: #4c4c4c; line-height: 28px; background: url(../images/phone.png) no-repeat 0 8px; padding-left: 70px;}
.tel_right p span{font-size: 24px; color: #2ba800; line-height: 30px;}

#fixedNav{background: #2ba800;  width: 100%; height: 50px;}
.nav{ width: 1180px; height: 50px; margin: 0 auto;}
.nav ul{ overflow: hidden;}
.nav ul li{ font-size: 14px;  float: left; font-weight: 500; line-height: 50px; color: #fff;}
.nav ul li a{  float: left;color: #fff; display: block; text-align: center; width: 118px;}
.nav ul li a:hover,.nav ul .another a{ background: #fd8901;}
.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: 268px;
	background: #058b01;
}
.f_nav_b {
	width: 100%;
	height: 50px;
	background: #fd8901;
	clear: both;
}
.f_nav{
	width: 1180px;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
}
.f_nav>ul{overflow: hidden;}
.f_nav>ul li{
	float: left;
}
.f_nav>ul li a{color: #fff; display: block;text-align: center; width: 118px; line-height: 50px; font-size: 14px;}
.f_nav>ul li a:hover{ color: #058b01;}
.f_con{
	width: 1180px;
	height: 218px;
	margin: 0 auto;
	overflow: hidden;
}
.f_con h2{
	text-align: center;
	margin-top: 40px;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}
.f_con p{
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}
.f_con p a{
	text-align: center;
	font-size: 14px;
	color: #fff;
}


/*固定的悬浮窗*/
.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: #2ba800 url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #2ba800 url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #2ba800 url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #2ba800 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;
}