/* CSS Document */
/*header*/
.header{ width:100%; height:auto; overflow:hidden;}
.header .top{ height:34px; line-height:34px; background:#19b4ea; color:#FFF;}
.header-c{ width:1180px; margin:0 auto;}
.header .top dl dt{ float:left;}
.header .top dl dd{ float:right;}
.header .top dl dd a{ color:#FFF; margin:0 6px;}
.header .logo{ height:116px; overflow:hidden;}
.header .logo .logo-l{ float:left; width:720px; margin-top:26px;}
.header .logo .logo-l dl dt{ float:left;}
.header .logo .logo-l dl dd{ float:left; width:330px; font-size:18px; margin:10px 0 0 20px; line-height:28px;}
.header .logo .logo-l dl dd p span{ color:#19b4ea;}
.header .logo .phone{ float:right; width:245px; background:url(../images/phone.png) no-repeat left; padding-left:65px; height:55px; margin-top:20px;}
.header .logo .phone span{ font-size:22px; color:#19b4ea}
.header .nav{ border-top:1px solid #e6e6e6; border-bottom:2px solid #19b4ea; height:60px; line-height:60px; background:#FFF;}
.header .nav ul li.another{padding:0 28px; background:#19b4ea; }
.header .nav ul li.another a{ color:#FFF;}
.header .nav ul li{ float:left; font-size:15px; padding:0 28px; border-right:1px solid #e6e6e6; }
.header .nav ul li:hover{ padding:0 28px; background:#19b4ea; }
.header .nav ul li:hover a{ color:#FFF;}
.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.jpg) no-repeat center center; height:251px; margin-top:30px; padding-top:75px;}
.f-nav ul li{ float:left; }
.f-nav ul li a{ color:#FFF; margin:0 30px;}
.f-last{ margin-top:20px; height:auto; overflow:hidden; color:#FFF;}
.last-l{ float:left; width:780px; margin-left:30px;}
.last-l h2{ font-size:14px; font-weight:normal; display:inline;}
.last-l a{ color:#FFF;}
.last-l p{ line-height:34px;}
.last-l p img{ vertical-align:middle; margin-left:10px;}
.last-l p.link a{ margin:0 10px;}
.last-r{ float:right; width:280px;}
.last-r ul li{ float:left; text-align:center; margin:0 6px;}
.last-r ul li p{ margin-top:5px;}


/*固定的悬浮窗*/
.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: #14beeb url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #14beeb url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #14beeb url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #14beeb 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;
}


























































































































































































