.logo {
	float: left;
	margin: 21px 0 0 0
}
html{-webkit-tap-highlight-color:none}
header.ac {
	background: #fff
}

.seach {
	float: right;
	margin: 30px;
}

.seach span {
	color: #282828;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle
}

.seach form {
	display: inline-block;
	vertical-align: middle
}

.seach input {
	border: none;
	border-bottom: 1px solid #bfcac8;
	outline: none;
	width: 130px;
	background: transparent
}

.seach.ac input {
	width: 130px
}

.nav {
	float: right;
	margin: 30px
}

.nav>ul>li {
	float: left;
	margin: 0 22px;
	position: relative;
	padding: 0 0 10px 0;
	
}

.nav>ul>li:last-child {
	margin-right: 0
}

.nav>ul>li>a {
	font-size: 15px;
	color: #282828;
}

.nav>ul>li:after {
	content: '';
	display: block;
	height: 2px;
	width: 0;
	background: #c82e40;
	position: absolute;
	left: 0;
	bottom: 0
}

.nav>ul>li:hover>a, .nav>ul>li.ac>a {
	color: #c82e40
}

.nav>ul>li:hover:after, .nav>ul>li.ac:after {
	width: 100%
}

footer {
	background: #f4f5f6;
	padding: 40px 0 0 0;
	box-shadow: 1px 0 4px rgba(0,0,0,.12)
}

.f_logo {
	float: left;
}

.f_add {
	float: left;
	margin-left: 100px;
	margin-top: 100px;
}

.f_add p {
	color: #282828;
	line-height: 25px;
}

.f_add p span {
	margin-right: 18px;
	display: inline-block;
	vertical-align: middle;
	color:#c82e40
}

.f_webmap {
	padding-left: 18px
}

.f_webmap a {
	color: rgba(0,0,0,1);
	padding: 0 15px;
	border-right: 1px solid rgba(40, 40, 40, .3);
	line-height: 14px;
	display: inline-block
}
.f_webmap a:last-child{
	border-right: 0
}
.f_webmap a:hover{
	color:#c82e40
}
.f_xzh {
	text-align: center;
	font-size: 0
}
.f_xzh div {
	display: inline-block;
	text-align: center;
	color: rgba(255, 255, 255, .5);
}
.f_ewm {
	float: left;
	font-size: 0;
	margin-top: 40px;
}

.f_ewm div {
	display: inline-block;
	text-align: center;
	color: rgba(255, 255, 255, .5);
}

.f_ewm div span {
	display: block;
	margin-top: 10px;
	line-height: initial;
	font-size: 14px;
	color:rgba(40,40,40,.5)
}
.bq p:nth-child(1) {
	float: left;
	color:#000;
	line-height: initial
}

.bq p:nth-child(2) {
	float: right;
	color:#000;
	line-height: initial
}

.bq {
	padding: 28px 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
	margin-top: 20px
}

.btn span {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 3px;
	background-color: #000;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	transition-property: background-color, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}
.btn{
	display: block;
   float: right;
    width: 30px;
    height: 25px;
	margin-top: 20px;
	display: none;
}
.btn span:before {
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	position: absolute;
	background: #000;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	transition-property: margin, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	margin-top: -10px;
}

.btn span:after {
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	position: absolute;
	background: #000;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	transition-property: margin, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	margin-top: 10px
}
.btn.ac span{
	background: rgba(0, 0, 0, 0);
}
.btn.ac span:after {
	margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn.ac span:before{
	margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}
.yqlj a{color:#000;margin-right: 15px;}
.yqlj a:hover{
	color:#c82e40
}
.yqlj{
	float: left;
	margin-top: 20px;
	width: 100%;
}
.yqlj span{margin-right: 15px;
color:#000}
.nav>ul>li ul{
	width: 180%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 41px;
	text-align: center;
	z-index: 5;
	display: none;
}
.nav>ul>li li a{
	line-height: 40px;
	
}
.nav>ul>li li a:hover{
	color:#c82e40
}
.ac .nav>ul>li ul{
	background: #fff;
}
