﻿@charset "utf-8";
/* CSS Document */

body {
	position: relative;
	width: 100%;
	min-width: 1180px;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: microsoft yahei;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
}
* {
	font-family: "微软雅黑";
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
	color: #4E4646;
	cursor: pointer;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.left{ float:left;}
.right{ float:right;}
/*header*/
#top {
	height: 40px;
	width: 100%;
	background: #2d2d2d;
}
.top {
	height: 40px;
	width: 1180px;
	padding: 0;
	margin: 0 auto;
}
.welcome {
	font-size: 13px;
	float: left;
	line-height: 40px;
	color:#fff;
}
.topnav {
	font-size: 13px;
	float: right;
	line-height: 40px;
	color:#999;
}
.topnav a {
	display: inline-block;
	margin: 0 5px;
	color:#fff;
}
.topnav>img{ width:12px; height:12px;}
#head {
	height: 126px;
	width: 100%;
	background:url(../images/head_bg.jpg) no-repeat 50%;
}
.head {
    height: 125px;
    width: 1180px;
    padding: 0;
    margin: 0 auto;
   
}

#logo {
  
    border-right: #CCC;
    float: left;
    margin-right: 65px;
	margin-top: 24px;
}
#logo>img {
   
}
#dw {
	width:511px;
	float: left;
	margin-top: 34px;
}
#dw img{ float:left; margin-right:15px;}
#dw>span {
    font-size: 28px;
    display: block;
    font-weight: 600;
    font-style: italic;
    margin-top: -7px;
}
#dw p{ font-size:16px; color:#939393; margin-top:2px;}

#tel {
	float: right;
	margin-top: 34px;
}
#tel img{margin-right: 20px;}

#tel span{ font-size:14px;}
#tel p {
	    font-size: 30px;
    color: #024fb8;
    font-weight: 600
}
#nav {
	width: 100%;
	height: 46px;
	background:url(../images/nav_bg.jpg) no-repeat 50%;
}
.nav {
	width: 1180px;
	height: 47px;
	padding: 0;
	margin: 0 auto;
}
.nav ul li {
 
	float: left;
	margin:0 ;
}
.another{ border-bottom:5px solid #204fb8;}
.nav ul li a {
	color: #2d2d2d;
	font-size: 14px;
	text-align: center;
	display: block;
	padding-top: 13px;
	padding:10px 0;
}

.left{ float:left;}
.right{ float:right;}
/*header end*/

.nav ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}



/*foot*/
#foot{ width:100%; height:357px; background:url(../images/foot_bg.jpg) 50% no-repeat;}
.foot{ width:1180px; height:290px; position:relative;  padding: 0;
    margin: 0 auto;padding-top: 35px;}
.logo_foot{margin-left:40px;    margin-top: 26px;}
.foot h4{ line-height:40px;}
.ewm{ margin-right:60px; }
.foot_center{ margin-right:30px;}
.foot_center ul{ float:left; margin-right:11px;}
.foot_center ul li{ line-height:30px;}
.foot{ color:#555;}
.foot a{ color:#000; margin:0 5px;}
/*foot end*/

/*浮动客服*/
#floatDivBoxs{width:170px;background:#fff;position:fixed;top:180px;right:0;z-index:999;}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#f08326;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 14px;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3; padding:0 0 0 50px;}
#floatDivBoxs .floatDtxt{font-size:18px;color:#333;padding:12px 14px;}
#floatDivBoxs .floatDtel{padding:0 0 15px 10px;}
#floatDivBoxs .floatDtel img{display:block;}
#floatDivBoxs .floatDbg{width:100%;height:20px;background:url(../images/online_botbg.jpg) no-repeat;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:50px;height:45px;background:url(../images/online_arrow.jpg) no-repeat;position:fixed;top:180px;right:170px;z-index:999;}
#rightArrow a{display:block;height:45px;}




















