/* CSS Document */
/*header*/
.header{ width:100%; height:auto; overflow:hidden;}
.header .top{ height:32px; line-height:32px; background:#0167cc; 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{ background:url(../images/header.jpg) no-repeat center center; height:142px;}
.header .logo .logo-l{ float:left; width:466px; margin-top:15px;}
.header .logo .logo-l dl dt{ float:left;}
.header .logo .logo-l dl dd{ float:left; width:260px; font-size:18px; margin:25px 0 0 40px;}
.header .logo .logo-l dl dd p span{ font-size:20px; color:#0167cc;}
.header .logo .phone{ float:right; width:172px; background:url(../images/phone.png) no-repeat left; height:60px; padding-left:70px; margin-top:35px;}
.header .logo .phone span{ font-size:24px; color:#ff7200;}
.header .nav{ height:46px; line-height:46px; background:#0167cc;}
.header .nav ul li.another{ background:#ff7200; padding:0 28px;}
.header .nav ul li{ float:left; padding:0 28px; font-size:15px;}
.header .nav ul li a{ color:#FFF;}
.header .nav ul li:hover{ background:#ff7200; padding:0 28px;}


/*footer*/
.footer{ width:100%; height:auto; overflow:hidden;}
.f-nav{ height:50px; line-height:50px; background:#0167cc;}
.f-nav ul li{ float:left; margin:0 30px;}
.f-nav ul li a{ color:#FFF;}
.f-last{ width:1180px; height:auto; overflow:hidden; margin:20px auto;}
.f-logo{ float:left; margin-left:130px;}
.f-text{ float:left; width:780px; margin-left:80px;}
.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: #2485e9 url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #2485e9 url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #2485e9 url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #2485e9 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;
}




.foot_nav{
	background: #2485e9;
	margin-top: 30px;
}


.foot_nav .nav{
	width: 1180px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.foot_nav .nav li{
 
}



.foot_nav .nav li a{
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	-webkit-transition: .5s;
    transition: .5s;
	display: block;
	padding: 0 20px;
}
.foot_nav .nav li a:hover{
	background: #ff7200;
}



#foot{
	background: #f2f2f2;
}



.foot{
	width: 1180px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
}

.foot .weixin{
	width: 120px;
	height: 120px;
	display: block;
}

.foot .weixin img{
	display: block;
	width: 100%;
}



.foot_left{
	line-height: 2;
}

.foot_left h2{
	display: inline-block;
	font-size: 14px;
}





















































































