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

header{
	background-image: url(../images/body_bg.jpg);
	width: 100%;
/* 	position: fixed;
	z-index: 99; */
}
.navbar{
	width: 1280px;
	margin: 0 auto;
	height: 130px;
}

.navbar .logo{
	float: left;
	width: 300px;
	margin-top: 25px;
	margin-left: 50px;
	overflow: hidden;
}
.navbar .hot-phone{
	float: right;
	height: 120px;
	width: 240px;
}
.navbar .hot-phone span{
	display: block;
	font-size: 32px;
	color: #642828;
	text-align: right;
	margin-top: 25px;
}
.navbar .hot-phone p{
	font-size: 28px;
	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: 1280px;
	margin-top: 75px;
	margin-left: 30px;
}
.nav>li{
	display: inline-block;
	width: 130px;
	height: 48px;
	text-align: center;
}

.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;
}


.container{
}


foorter{
	display: block;
	background-color: #333333;
	overflow: hidden;
}

.foot-top{
	width: 1280px;
	height: 300px;
	margin: 0 auto;
	color: #FFFFFF;
	border-bottom:rgba(242,242,242,0.5) 1px solid;
}
.foot-top .foot-phone{
	float: left;
	width: 300px;
	margin-top: 30px;
	margin-left: 60px;
	border-right:rgba(242,242,242,0.5) 1px solid;
}

.foot-top .foot-phone img{
	width: 160px;
}
.foot-top .foot-phone span{
	display: block;
	margin-top: 20px;
	font-size: 26px;
	font-weight: bold;
}
.foot-top .foot-phone p{
	display: block;
	font-size: 32px;
	font-weight: bold;
}
.foot-top .footnav{
	float: left;
	margin-top:30px;
	margin-left: 90px;
}
.foot-top ul li{
	line-height: 26px;
}
.foot-top ul a{
	color: #FFFFFF;
	font-size: 16px;
}
.foot-top .foot-zhanguan{
	float: left;
	margin-top:30px;
	margin-left: 90px;
}
.foot-top .foot-xiangmu{
	float: left;
	margin-top:30px;
	margin-left: 90px;
}

.foot-top .gzh{
	float: right;
	margin-top:30px;
}
.foot-top .gzh img{
	width: 160px;
	display: block;
}
.foot-top .gzh span{
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
}
.foot-center{
	width: 1280px;
	margin: 0 auto;
	margin-top: 20px;
	border-bottom:rgba(242,242,242,0.5) 1px solid; 
	height: 100px;
}
.foot-center span{
	float: left;
	color: #FFFFFF;
}
.foot-center ul{
	float: left;
	width: 80%;
}
.foot-center ul li{
	float: left;
	line-height: 20px;
	margin-left: 5px;
	margin-right: 20px;
	color: #ccc;
}
.foot-center ul li a{
	color: #ccc;
}
.foot-bottom{
	width: 1280px;
	margin: 0 auto;
	padding-top: 20px;
}
.foot-bottom p{
	color: #FFFFFF;
	text-align: center;
}