/* CSS Document */
/*header*/
.header{ width:100%; height:auto; overflow:hidden;}
.header .top{ height:32px; border-bottom:1px solid #dadada; line-height:32px;}
.header-c{ width:1180px; margin:0 auto;}
.header .top dl dt{ float:left;}
.header .top dl dd{ float:right;}
.header .top dl dd a{ margin:0 6px;}
.header .logo{ height:144px; overflow:hidden;}
.header .logo .logo-l{ float:left; width:440px; margin-top:20px;}
.header .logo .logo-l dl dt{ float:left; margin-top:15px;}
.header .logo .logo-l dl dd{ float:left; width:260px; font-size:20px; margin:22px 0 0 30px;}
.header .logo .logo-l dl dd b{ display:block; color:#a00b00;}
.header .logo .phone{ float:right; width:314px; margin-top:20px;}
.header .logo .phone dl dt{ float:left;}
.header .logo .phone dl dd{ float:left; margin:25px 0 0 20px;}
.header .logo .phone dl dd p{ background:url(../images/phone.png) no-repeat left; padding-left:20px;}
.header .logo .phone dl dd span{ font-size:24px; color:#a00b00;}
.header .nav{ height:50px; line-height:50px; background:#a00b00;}
.header .nav ul li.another{ background:#f6f6f6; padding:0 24px;}
.header .nav ul li.another a{ color:#a00b00;}
.header .nav ul li{ float:left; background:url(../images/nav-li.jpg) no-repeat right; padding:0 24px;}
.header .nav ul li a{ color:#FFF;}
.header .nav ul li:hover{ background:#f6f6f6; padding:0 24px;}
.header .nav ul li:hover a{ color:#a00b00;}
.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));

}

/*footer*/
.footer{ width:100%; height:auto; overflow:hidden;}
.f-nav{ height:50px; line-height:50px; background:#a00b00;}
.f-nav ul li{ float:left; margin:0 24px;}
.f-nav ul li a{ color:#FFF;}
.f-last{ margin:20px auto; height:auto; overflow:hidden; width:1180px;}
.f-last .f-logo{ float:left; width:126px; margin-left:100px;}
.f-last .f-text{ float:left; width:830px; font-size:13px; margin-left:80px;}
.f-last .f-text h2{ font-size:13px; display:inline;}
.f-last .f-text p{ line-height:30px;}
.f-last .f-text p img{ vertical-align:middle; margin-left:10px;}


/*固定的悬浮窗*/
.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: #e71727 url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #e71727 url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #e71727 url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #e71727 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;
}


































































































































































