.indexhead{
	width: 1200px;
	margin: 0 auto;
}
.logo{
	display: block;
	width: 300px;
	margin: 40px auto;
}
.logo>img{
	width: 100%;
}
.headtap_title{
	width: 700px;
	margin: 0 auto;
	overflow: hidden;
	background: #E60012;
	border-radius: 3px;
}
.headtap_title li{
	float: left;
	width: 100px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	position: relative;
}
.headtap_title li::after{
	content: '';
	width: 1px;
	height: 22px;
	background: #e1e1e1;
	position: absolute;
	right: 0;
	top: 9px;
}
.headtap_title li:nth-last-child(1)::after{
	width: 0;
}
.headtap_title li a{
	display: block;
	width: 100%;
	color: #fff;
}
.headtap_title li:hover{
	background: #FB5000;
}
.searchbox{
	width: 700px;
	overflow: hidden;
	border: 2px solid #DE3237;
	border-top: 8px solid #DE3237;
	margin: 15px auto 0;
}
.searchbox form{
	overflow: hidden;
}
/* .twoinput{
	float: left;
}
.searchSub{
	float: left;
	height: 89px;
	width: 100px;
	margin-top: 15px;
	border-radius: 4px;
} */
.twoinput>div{
	width: 656px;
	border: 1px solid #ccc;
	margin: 15px 20px;
	border-bottom-right-radius: 18px;
	border-top-right-radius: 18px;
	position: relative;
}
.twoinput div section{
	width: 38px;
	height: 38px;
	position: absolute;
	right: 120px;
	top:0;
	cursor: pointer;
}
@keyframes huxi
{
	0% {
    opacity: 0;
		transform:scale(0);
	}
	50% {
    opacity: 0.5;
		transform:scale(0.5);
	}
	100% {
    opacity: 0;
		transform:scale(1);
	}
}
.huxideng{
  position: absolute;
  z-index: 9;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  top: 17px;
  left: 17px;
  background: #E60012;
}
.huxidengan{
  position: absolute;
  opacity: 0;
  z-index: 8;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  top: 10.5px;
  left: 10.5px;
  background: #E60012;
  animation:huxi 2s linear .5s infinite;
}
.twoinput div section img{
	width: 38px;
}
.twoinput div p{
	display: inline-block;
	min-width: 120px;
	padding: 0 10px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background: #EFEFEF;
	font-size: 16px;
}
.twoinput div button{
	position: absolute;
	width: 100px;
	height: 30px;
	background: #E60012;
	border-radius: 18px;
	color: #fff;
	top: 3px;
	right: 3px;
	cursor: pointer;
}
.twoinput div button.socom{
	background: #1A73E8;
}
.twoinput div p.linyizhi{
	cursor: pointer;
}
.twoinput div p.linyizhi img{
	padding-right: 8px;
}
.twoinput div input{
	border: none;
	width: 380px;
	height: 35px;
	font-size: 16px;
	padding-left: 20px;
}
.lineshare{
	width: 1000px;
	height: 36px;
	margin: 25px auto;
	border: 1px solid #DE3237;
}
.lineshare p{
	float: left;
	line-height: 34px;
	width: 100px;
	background: #C50018;
	color: #fff;
	text-align: center;
	border-right: 1px solid #fff;
}
.lineshare li{
	float: left;
	line-height: 34px;
	width: 89px;
	text-align: center;
}
.lineshare li a{
	display: block;
}
.lineshare li a:hover{
	background: #E55558;
	color: #fff;
}
.ADwei{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.ADwei a{
	float: left;
	overflow: hidden;
	margin-right: 12px;
}
.ADwei a:nth-last-child(1){
	margin-right: 0;
}
.ADwei a img{
	width: 190px;
	height: 62px;
}
.nwebox{
	width: 1000px;
	margin: 30px auto 15px;
	overflow: hidden;
}
.nwebox ul{
	width: 330px;
	float: left;
}
.nwebox ul.uimiddle{
	margin: 0 5px;
}
.nwebox ul p{
	width: 100%;
	height: 36px;
	background: #f5f5f5;
	color: #C50018;
	font-weight: bold;
	line-height: 36px;
	padding-left: 22px;
}
.nwebox ul li{
	width: 100%;
	height: 28px;
	line-height: 28px;
	padding-left: 15px;
	
	font-size: 12px;
}
.nwebox ul li a{
	float: left;
	width: 240px;
	white-space: nowrap;
	overflow: hidden;
}
.nwebox ul li span{
	float: right;
	padding-right: 5px;
}
.nwebox ul li a:hover{
	text-decoration: underline;
}

.mapconmark{
	width: 100%;
	height: 100%;
	background: rgba(25,26,42,0.4);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
.mapcon_box{
	width: 850px;
	height: 600px;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -425px;
}
.mapcon_tit{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.mapcon_tit p{
	float: left;
	line-height: 60px;
	font-size: 18px;
	margin-left: 20px;
}
.mapcon_tit img{
	cursor: pointer;
	float: right;
	line-height: 60px;
	margin:15px 20px 0;
}
.selectboxmark{
  width: 100%;
  height: 100%;
  background: rgba(25,26,42,0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001001;
  display: none;
}
.selectboxmark .selectbox_bgbox{
	width: 40%;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.selectboxmark .selectbox_bgbox .selectbox_title{
  background: #F8F8F8;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.selectboxmark .selectbox_bgbox ul{
	margin: 10px;
	padding-bottom: 0;
	height: 300px;
	overflow: auto;
}
.selectboxmark .selectbox_bgbox ul li{
	font-size: 15px;
	height: 44px;
	line-height: 44px;
	border-bottom: 1px dotted #ccc;
	padding-left: 5px;
	cursor: pointer;
}
.leftad{
	width: 98px;
	height: 360px;
	position: fixed;
	left: 0;
	top: 50%;
	margin-top: -180px;
}
.leftad p{
	position: absolute;
	top: 0;
	left: 0;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	padding: 0 5px;
}
.leftad a{
	display: block;
	overflow: hidden;
}
.leftad a img{
	display: block;
	width: 98px;
	height: 360px;
}
.rightad{
	width: 98px;
	height: 360px;
	position: fixed;
	left: auto;
	right: 0;
	top: 50%;
	margin-top: -180px;
}
.rightad p{
	left: auto;
	right: 0;
}
.sohistory{
	margin: 0 20px 15px;
}
.sohistory span{
	color: #333;
}
.sohistory span{
	cursor: pointer;
	color: #666;
	padding: 0 2px;
}
.sohistory span:hover{
	text-decoration: underline;
}