input{
      border:1px solid #000;
      border-radius:3px;
}
.icoTop {
	float: right;
}
.icoTop li {
	position: relative;
	display: inline-block;
	vertical-align: middle
}
.icoTop li:first-of-type {
	margin: 0
}
.icoTop li i {
	display: block;
	font-size:25px;
	color:#000;
}
.icoTop li div {
	position: absolute;
	top: 80px;
	right: -38px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	text-align: center;
	padding: 10px;
	display: none
}
.icoTop li span {
	display: inline-block;
	text-align: center
}
.icoTop li div img {
	width: 90px
}
.icoTop li div h1 {
	display: block;
	font-size: 12px;
	color: #444;
	padding: 0;
	line-height: 12px;
	margin-top: 5px
}
.topSearch i {
 
}
.topSearch:hover i {
 
	opacity: 0.8
}
.topWx i {
	background: url(../images/icoTopWx.png) center no-repeat;
}
.topWx:hover i {
	background: url(../images/icoTopWxHover.png?v=1.0) center no-repeat;
}
.searchTop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.92);
	text-align: center;
	z-index: 1002;
	display: none;
	background-position: center center;
	background-repeat: no-repeat;
      background-size: cover;
      background-attachment:fixed;
/*	background-image: url(../images/bg.jpg)  */
}
.hot{
	display: inline-block;
	color:#FFF;
	text-align:center;
	overflow: hidden;
	position: absolute;
	top:25%;
	left: 50%;
	margin: -30px 0 0 -350px;
}
.hot{
      width: 600px;
}
.hot p:nth-child(2n) {
	color:#FFF; 
      background-color:#e61c2b;
      float:left;
      font-size:14px;
      padding:5px 15px;
      margin:0 10px;
      margin-bottom:20px;
}
.hot p:nth-child(2n-1) {
	color:#FFF; 
      background-color:#d94f33;
      float:left;
      font-size:14px;
      padding:5px 15px;
      margin:0 10px;
      margin-bottom:20px;
}
.hot p:hover{
	color:#FFF; 
      background-color:#000;
      cursor:pointer;
}
 
.searchTop span {
	display: inline-block;
	width: 700px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -350px;
	font-size: 0;
}
.searchTop a {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(../images/icoClose1.png) center no-repeat;
	background-size: 100% 100%;
	z-index: 2;
	transition: transform 0.6s ease-out;
}
.searchTop a:hover {
	transform: rotateZ(180deg);
}
.inputTop {
	width: 580px;
	height:47px;
	line-height:50px;
	font-size: 14px;
	color: #444;
	text-indent: 15px;
	background: #FFF;
}
.submitTop {
	width: 100px;
	border-radius:3px;
	height: 47px;
	background: #e61c2b;
	font-size: 16px;
	margin-left:5px;
	text-align:center;
	border:0px solid #e61c2b;
	color: #FFF;
	cursor: pointer
}
.submitTop:hover {
	background: #cf1e14;
	border:0px solid #e61c2b;
}
.searchTopM {
	margin: 20px 0;
	padding: 8px 0;
	background: #e6e6e8
}
.searchTopM .inputSearchM {
	width: calc(100% - 40px);
	height: 30px;
	line-height: 30px;
	background: none;
	border: none;
	font-size: 14px;
	color: #999;
	text-indent: 10px;
}
.searchTopM .subimtSearchM {
	width: 40px;
	height: 30px;
	background: none;
	background: url(../images/icoSearchTopM.png) center no-repeat;
	background-size: 40px 40px;
	cursor: pointer
}
.searchTopM .subimtSearchM:hover {
	color: #c30e23;
}
.icoTopM {
	text-align: center;
	color: #FFF
}

.icoTopM img {
	width: 50%;
	vertical-align: middle
}
.icoTopM span {
	font-size: 14px;
	line-height: 14px;
	margin-top: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 0 0 0 10px;
	line-height: 26px;
}
 
.bgBox {
	width: 100%;
	overflow: hidden;
	background: #f5f5f5;
}
.searchNav {
	font-size: 15px;
	color: #666;
	padding: 100px 0 20px 10px;
	border-bottom: 0px solid rgba(0,0,0,0.15)
}
.searchNav i {
	font-size: 40px;
	line-height: 40px;
	color: #e60012;
	margin: 0 5px
}
.searchList {
	margin-bottom: -10px;
}
.searchList a {
	display: block;
	line-height: 24px;
	padding: 28px 20px 28px 30px;
	font-size: 15px;
	background: url(../images/bgLiSearch.png) no-repeat 14px 38px;
}
.searchList a i {
	float: right;
	color: #999;
}
.searchList a:hover {
	color: #e60012;
}
.searchList a:nth-child(even) {
	background: url(../images/bgLiSearch.png) no-repeat 14px 38px;
	background-color: rgba(0,0,0,0.05);
}

 