/* CSS Document */
@charset "utf-8";
*{margin: 0 auto; padding: 0;}
body
{
	font-size: 12px;
	color: #121212;
	font-family:  Microsoft YaHei, 宋体, Arial, Helvetica, sans-serif;
	background:url(../images/body.jpg);
}
ul,li
{  
	list-style-type: none;
}
img,ul,li,button
{
	padding: 0px;
	margin: 0px;
}
img,button
{
	border: none;
}
a
{
	color: #000;
	text-decoration: none;
    display:inline-block;
}
a:hover
{
	text-decoration: none;
}
a:active
{
	text-decoration: none;
}
.clear
{
	clear: both;
}
img
{
	border: 0;
}
.clearfix:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	clear: both;
	height: 0;
}
.clearfloat
{
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.clearfix
{
	display: inline-table;
}

input,textarea
{
	outline: none;
	border: 0px;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
h3{ font-size:18px; font-weight:normal;  }
/* End hide from IE-mac */
h3 a{ color:#;}


/*wrap*/
.wrap{ width:1180px; height:auto; overflow:hidden; margin:0 auto;}
.logo{ float:left; background:url(../images/logo-bg.png) no-repeat; width:160px; height:136px; padding:24px 0 0 24px; z-index:9999;}
.by{ float:left; width:400px; font-size:16px; line-height:30px; margin:20px 0 0 20px;}
.w-r{ float:right; width:280px; margin-top:20px;}
.w-r p a{ margin:0 6px;}
.w-r span{ display:block; font-size:22px; color:#313e75; background:url(../images/phone.png) no-repeat left; height:30px; padding-left:40px; margin-left:60px; margin-top:24px;}


/*nav*/
.nav-c ul li.another{ padding:0 20px; background:#1a2a6c;}
.nav{ width:100%; height:45px; line-height:45px; background:#101010; margin-top:-53px;}
.nav-c{ width:970px; margin:0 auto; padding-left:210px;}
.nav-c ul li{ font-size:14px; float:left; padding:0 20px;}
.nav-c ul li a{ color:#FFF;}
.nav-c ul li:hover{ padding:0 20px; background:#1a2a6c;}


/*footer*/
.footer{ width:100%; background:url(../images/footer.png) no-repeat center center; height:295px;position:relative;}
.f-c{ width:1180px; margin:0 auto;}
.link{ height:54px; line-height:54px;}
.link dl dt{ float:left; font-size:16px;}
.link dl dt em{ margin-right:10px;}
.link dl dd{ float:left; margin-left:15px;}
.link dl dd a{ margin-right:10px;}
.f-b{ top:85px; color:#FFF; position:absolute;}
.f-b a{ color:#FFF;}
.f-nav{ float:left; width:180px; margin-left:50px;}
.f-nav ul li{ float:left; font-size:14px; width:80px; margin-right:10px; line-height:38px;}
.f-logo{ float:left; width:127px; margin:30px 0 0 65px;}
.f-r{ width:680px; float:left; margin-left:60px;}
.f-r p{ line-height:34px;}
.f-r h2{ font-size:12px; font-weight:normal; display:inline;}



/*固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 3px;
	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: #6f6f6f url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #6f6f6f url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #6f6f6f url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #6f6f6f 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;
}



































































