@charset "utf-8";

/* CSS Document */





/*header*/

.header{

	width: 100%;

	height: 165px;

	background: url(../images/h_bg.jpg) no-repeat center;

}

.head{

	width: 1180px;

	height: 165px;

	margin: 0 auto;

}

.h_top{

	width: 1180px;

	height: 40px;

	overflow: hidden;

}

.h_top p{ float: left; line-height: 40px; color: #666;}

.h_top ul{ float: right; line-height: 40px;}

.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: 18px;display: block; width: 330px; height: 72px; border-right: solid #333 1px;}

.logo p{ float: left; margin-left: 24px; font-size: 20px; color: #0b85da; font-weight: bold; line-height: 30px; padding-top: 24px;}

.logo p span{font-size: 16px; color: #4c4c4c; line-height: 34px;font-weight: 500;display: block;}

.tel_right{ float:right; margin-top: 20px;}

.tel_right p{font-size: 14px; color: #666; line-height: 30px; background: url(../images/phone.png) no-repeat 0 5px; padding-left: 60px;}

.tel_right p span{font-size: 24px; color: #ec1b25;font-weight: bold; line-height: 30px;font-family:Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black," sans-serif";}



#fixedNav{ width: 100%; height: 50px; overflow: hidden; background: #fff;}

.nav{ width: 1180px; height: 50px; margin: 0 auto;}

.nav ul{ float: left; margin-left: 20px;}

.nav ul li{ font-size: 14px;  float: left; font-weight: 500; line-height: 50px;}

.nav ul li a{float: left;color: #343434; display: block;padding: 0 26px; font-weight: bold;}

.nav ul li a:hover,.nav ul .another a{color: #ec1b25;}

.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: 245px;

	margin-top: 10px;

}

.f_navbox{

	width: 100%;

	height: 60px;

	background: #0b85da;

}

.f_nav{

	width: 1180px;

	margin: 0 auto;

	color: #fff;

	overflow: hidden;

}

.f_nav ul{

	overflow: hidden;

}

.f_nav ul li{

	float: left;

}

.f_nav ul li a{

	font-size: 16px;

	color: #fff;

	line-height: 60px;

	padding: 0 22px;

}

.f_nav ul li a:hover{

	color: #ec1b25;

}

.f_con{

	width: 1180px;

	margin: 0 auto;

	position: relative;

}

.erweima img{

	width: 120px;

	height: 120px;

	background: #fff;

	padding: 5px;

	border: solid #e1e1e1 1px;

	position: absolute;

	left: 20%;

	top: 30px;

}



.banquan{

    width: 670px;

    line-height: 25px;

    top: 39px;

    position: absolute;

    left: 33%;

}

.f_con h2{

	font-size: 14px;

	color: #4c4c4c;

	line-height: 24px;

	font-weight: 500;

	

}

.f_con p{

	font-size: 14px;

	color: #4c4c4c;

	line-height: 24px;

	

}

.f_con p a{

	font-size: 14px;

	color: #4c4c4c;

	line-height: 24px;

}



/*固定的悬浮窗*/
.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: #0b85da url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #0b85da url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #0b85da url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #0b85da 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;
}