@charset "UTF-8";
/* reset */
/* base fr */
a:hover{text-decoration:none}
body{
	width: 100%;
    min-width: 1280px;
    background: #fff;
    font-size: 14px;
}

header{
	width: 100%;
	min-width: 1280px;
	position: fixed;
	background-color: #FFFFFF;
	height: 100px;
	z-index: 99;
}
.headertop{
	height: 100px;
}
.navbar{
	margin: 0 auto;
	height: 100px;
	width: 1800px;
}

.navbar .logo{
	float: left;
	width: 200px;
	margin-top: 25px;
	margin-left: 50px;
	overflow: hidden;
}
.navbar .hot-phone{
	float: right;
	width: 200px;
	margin-top: 20px;
	margin-right: 60px;
}
.navbar .hot-phone span{
	display: block;
	font-size: 20px;
	color: #642828;
	text-align: right;
	margin-top: 25px;
}
.navbar .hot-phone p{
	font-size: 20px;
	color: #642828;
	margin-top: 5px;
	text-align: right;
	font-weight: bold;
}
.navbar .hot-phone p:before{
	content: "";
	display: block;
	float: left;
   background:url(../images/phone.png)no-repeat;
   background-size: 100%;
   margin-top: 5px;
   width: 28px;
   height: 28px;
}
.navbar .nav{
	/* width: 1180px; */
	float: left;
	margin-left: 30px;
	padding-top: 30px;
}
.nav>li{
	display: inline-block;
	width: 140px;
	height: 48px;
	text-align: center;
	position: relative;
}

.nav-li:after{
    content: "";
    width: 0;
    height: 4px;
    background: #642828;
    position: absolute;
    top: 100%;
    left: 50%;
    transition: all .2s;
}
.nav-li:hover:after{
   left: 0%;
   width: 100%;
}
.nav-li>a{
	color: #642828;
	font-size: 18px;
	padding: 0 !important;
	margin: 0 5px !important;
}
.nav-li>.v:after{
	content:"▼" ;
	float: right;
	margin-top: 4px;
	margin-right: 5px;
	display: block;
	font-size: 6px;
	color: #642828;
}
.nav-li ul{
	background-color: #FFFFFF;
	width: 100%;
	border-radius:0 0 10px 10px;
}
.nav-li ul li{
	line-height: 45px;
	width: 80%;
	margin: 0 auto;
	font-size: 16px;
}
.nav-li ul li:not(:last-of-type){
	border-bottom: #969696 1px dashed;
}
.nav-li ul li a{
	display: block;
	color: #642828;
	width: 100%;
	height: 100%;

}
.nav-li ul li a:hover{
	font-weight: bold;
}
.nav-li ul{
	display: none;
	position: absolute;
	z-index: 10;
	/* margin-top: 4px; */
}
.nav-li p{
	font-size: 12px;
	padding: 0!important;
}

.topwz{
	background-color: #dddbdc;
	height: 60px;
	line-height: 60px;
	width: 100%;
	overflow: hidden;
	padding: 0 5%;
}
.topwz h2{
	float: left;
	color: #a40000;
	font-size: 20px;
	font-weight: bold;
}
.topwz span{
	float: right;
	color: #a40000;
	font-size: 20px;
	font-weight: bold;
}

.container{
}


foorter{background-color:#333333; border-top:#585858 solid 5px; padding:40px 0 0px 0;display: block;}
foorter .footcon{width:1360px; margin:0 auto; padding-bottom:30px;height: 385px;}
foorter .footcon .footleft{float:left; width:1000px; line-height:32px; }
foorter .footcon .footright{float:right; width:300px; color:#fefefe; font-size:20px; text-align:center; line-height:30px; font-weight:bold;}
foorter .footcon .footright img{margin-top:10px;}
foorter .footcon .footleft ul{
	display: inline-block;
	vertical-align:top;
	width: 300px;
}
foorter .footcon .footleft ul h3{
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
}
foorter .footcon .footleft ul li{
	color: #cecece;
	font-size: 16px;
}
foorter .footcon .footleft ul li a{
	color: #cecece;
}
foorter .footcon .footleft ul li a:hover{
	color: #5BC0DE;
}
foorter .links{
	width:1360px; 
	margin:0 auto;
	height: 100px;
	border-top:1px #cecece solid;
	padding-top: 20px;
}
foorter .links span{
	color: #FFFFFF;
}
foorter .links a{margin-right:20px;color:#cecece;}
foorter .footcopy{color: #FFFFFF;margin: 0 auto;text-align: center;background-color: #000000;line-height: 40px;}
foorter .footcopy a{color: #FFFFFF;}
foorter 


