
/* 头部 */
.header {
	width: 100%;
	height: 150px;
	background: url(/img/head-bg.png) no-repeat center center;
	background-size: 100% 100%;
}
.header .logo{
	height: 150px;
	position: relative;
	width: 50%;
}
.header .logo img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: auto;
	width: auto;
}
font{
	color: #e3e3e3;
}
a:hover font{
	color: #ad2d25;
}
.fr .fr-fr{
	border: 2px solid #bf423a;
	box-sizing: border-box;
	position: relative;
	height: 50px;
	width: 380px;
	margin-top: 58px;
	position: relative;
}
.fr .input-all{
	height: 100%;
	width: 100%;
	background-color: #ae322a;
	font-size: 14px;
	text-indent: 16px;
	font-family: '微软雅黑';
	color: #f2a49f;
	border: none;
	padding-right: 130px;
	box-sizing: border-box;
}
.fr .find-all{
	border: none;
	width: 120px;
	height: 100%;
	font-size: 18px;
	font-family:'微软雅黑';
	color: #ffffff;
	background: #bf423a url(/img/find-btn.png) no-repeat center left 80px;
	position: absolute;
	right: 0;
	text-align: left;
	text-indent: 30px;
}
.daohang ul .hov{
	width: 167px;
	line-height: 80px;
	text-align: center;
	float: left;
	position: relative;
}

.daohang ul .clicked,.daohang ul .hov:hover{
	background: #bf423a url(/img/daohang-bg.png);
	background-size: 100% 100%;
}
.daohang ul .clicked a,.daohang ul li:hover a{
	color: #fff;
}
.daohang ul li a{
	color: #4c4c4c;
	font-size: 20px;
	display: block;
}
.nav{
	background: #fafafa;
}
.daohang ul .hov::after{
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 24px;
	background: #e6e6e6;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.daohang ul .hov:last-child:after{
	display: none;
}
.hov .hov2{
	display: none;
	position: absolute;
    z-index: 99;
}
.daohang .hov:hover .hov2 li{
	width: 167px;
	text-align: center;
	line-height: 50px;
}
.hov .hov2 li a{
	width: auto;
	display: block;
	font-size: 17px;
	background: #4c4c4c;
}
.hov .hov2 li a:hover{
	background: lightgray;
}
.daohang .hov:hover .hov2{
	display: block;
}

/*  */
footer{
    background: url(/img/foot-bg.png) no-repeat center;
    padding-top: 25px;
    background-size: 100% 100%;
}
footer .w1200{
    box-sizing: border-box;
}
.foot-top{
    border-bottom: 1px solid #ba372f;
}
.foot-top div div{
	margin-right:30px;
}
.foot-top p{
	
float: left;
	
margin-right: 30px;
}
.foot-top p img{
	
width: 80%;
	
padding: 0px 0 10px 0;
}
.foot-top span{
    font-size: 15px;
    color: #ffdddb;
    line-height: 35px;
    display: block;
}
.foot-top .foot-r span{
	text-align: center;
}
.foot-l{padding: 25px 0;}

.foot-bottom p,.foot-bottom span{
    font-size: 14px;
    color: #ffdddb;
    margin-right: 30px;
}
.foot-bottom span{
    width: 94px;
    text-align: center;
}
.foot-bottom{
    line-height: 50px;
}
footer .foot-r {
    padding: 25px 0;
}