/* CSS Document */
/*header*/
.header{ width:100%; height:auto; overflow:hidden;}
.top{ height:34px; line-height:34px; background:#dedede;}
.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:154px;}
.header .logo .logo-l{ float:left; width:670px; margin-top:20px;}
.header .logo .logo-l dl dt{ float:left;}
.header .logo .logo-l dl dd{ float:left; width:520px; font-size:18px; line-height:34px; margin:30px 0 0 30px;}
.header .logo .logo-l dl dd p b{ font-size:20px; color:#c50b00;}
.header .logo .logo-r{ float:right; width:270px; margin-top:20px;}
.header .logo .logo-r .dh{ height:32px;}
.header .logo .logo-r .dh span{ font-size:24px; color:#c50b00;}

#search{width:255px; height:70px; position:relative;  }
.search_left{line-height:34px; font-size:14px; height:36px; overflow:hidden; }
.
.search_left b{ font-size:14px;  }
.search_left img{ vertical-align:middle; margin-right:10px;}
.search_left span a{ margin:0 6px; }
.search_right{width:255px; margin-top:8px;  }
.font1{padding-left:0px;}
.out{ width:245px; height:32px; float:left; line-height:32px; font-size:12px;  background:#dddddd; padding-left:10px;  }
.btnn{width:24px; height:19px; background:url(../images/search-btn.png) no-repeat;  cursor:pointer; float:right;  margin:-24px 6px 0 0; }

.header .nav{ height:50px; line-height:50px; background:#1c1c1c;}
.header .nav ul li.another{padding:0 28px; background:#c50b00; }
.header .nav ul li{float:left;font-size:15px;padding: 0 22px;}
.header .nav ul li a{ color:#FFF;}
.header .nav ul li:hover{ padding:0 28px; background:#c50b00;}
.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));

}

/*footer*/
.footer{ width:100%; background:url(../images/footer.png) no-repeat center center ; height:236px; }
.f-c{ width:1180px; margin:0 auto; color:#FFF;}
.f-c a{ color:#FFF;}
.f-logo{ float:left; margin:80px 0 0 55px;}
.f-r{ float:right; width:874px;}
.f-nav{ height:40px; line-height:40px; margin-top:10px;}
.f-nav ul li{ float:left; margin-right:15px;}
.f-nav ul li a{ margin-right:10px;}
.f-text{ margin-top:20px;}
.f-text h2{ font-size:14px; display:inline;}
.f-text p{ line-height:34px;}


/*固定的悬浮窗*/
.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;
}
























































































































































