﻿h1,h2,h3,h4,h5,h6,div,p ,ul,ol,li{
  margin: 0;
  padding: 0;
  list-style: none;
}
.clearfix:after {  content: "."; display: block; height: 0; clear: both; visibility: hidden;  }
/* .clearfix {display: inline-block;}  /* for IE/Mac */   */
a{
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

a:link {text-decoration: none;}
a:active{text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
.case-banner{}
.case{}
.case-con{
  width:1200px;
  margin: 0 auto;
}
.navigation{
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  border-bottom: 1px solid #d3d3d3;
  line-height: 52px;
  margin-top: 22px;
}
.navigation span,h1{
  font-size: 12px;
  color:#999;
  font-weight: normal;
  display: inline-block;
}
.navigation a{
  font-size: 12px;
  color:#999;
}
.navigation a:hover{
  border-bottom: 1px solid #999;
}
.nav-home{
  margin-top: 16px;
  margin-right: 9px;
  float: left;
}
.case-type{
  width: 100%;
  margin-top: 13px;
}
.case-type-name{
  position: relative;
  display: inline-block;
  height: 50px;
  width: 395px;
  background-color: #efefef;
  font-size: 18px;
  color:#8b8b8b;
  text-align: center;
  line-height: 50px;
  margin-left: 1px;
  cursor: pointer;
}
.case-type-name:hover{
  background-color: #74aa44 ! important;
  color:#fff;
}
.case-type-name span{
  position: absolute;
  display: none;
  border:6px solid transparent;
  border-top-color: #74aa44;
  width: 0px;
  height: 0px;
  left:196px;
  top: 50px;
}
.filter{
  padding: 0 10px 12px;
  background-color: #fafafa;
}
.filter ul{
  /* border-bottom: 1px solid #d3d3d3; */
  overflow: hidden;

}

.filter ul a{
  float: left;
  font-size: 14px;
  /* background-color: #74aa44; */
  padding:3px 14px;
  border-radius: 2px;
  /* color:#fff; */
  color:#555;
  margin-top: 34px;
  margin-left:13px;
  /* margin-right: 13px; */
  cursor: pointer;
  text-decoration:none;
}
.filter ul a:hover{
  color:#74aa44 ! important;
}
.filter-name{
  float:left;
  font-size: 14px;
  color:#333;
  font-weight: bold;
  margin-top: 36px;
  margin-bottom: 17px;
}
.area{
  margin-top:6px;
  margin-bottom:6px;
}
.case-all{
  margin-top: 22px;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-around; */
}
.search{
  width: 401px;
  height: 32px;
  border:1px solid #e5e5e5;
  line-height: 36px;
  font-size: 14px;
  color: #9e9e9e;
  float: right;
  outline: none;
  text-indent: 20px;
 
}
.search_result_box{
  position: relative;
  float: right;
}
.search_icon{
  width: 21px;
  height: 20px;
  position: absolute;
  top:-5px;
  right: 10px;
  cursor: pointer;
}
.search_result_box ul {
  position: relative;
  margin-top: 8px;
  z-index: 10;
  position: absolute;
  width: 100%;
  top: 100%;
  bottom:100%;
  height:360px;
  background:rgba(255,255,255,1);
  border:1px solid rgba(229,229,229,1);
  box-sizing: border-box;
 
  
}
.topSearch{
  display: none;
 
  
}
.search_result_box ul li {
  
  margin-top: 15px;
  text-indent: 20px;
  font-size: 14px;
  height: 32px;
  /* height: 32px;
  line-height: 32px; */
  background-color:white;
  padding-bottom: -6px !important;
  /* overflow: hidden; */
}
.search_result_box ul li:nth-child(1) {
  position: relative;
  padding-bottom: 12px;
  margin-top: 0; 
  margin-bottom: -16px;
  font-size: 15xp;
  color: #9D9D9D;
}
.search_result_box ul li:nth-child(1) div {
  width: 91%;
  position: absolute;
  left: 19px;
  bottom: 0;
  border-bottom: solid 1px #E3E3E3ed;
}

.topSearch img {
  width: 15px;
  height: 18px ;
  vertical-align: middle;
  margin: 0 0 7px 3px;
}
.search_result_box ul li:nth-child(4) {
  /* padding-bottom: 16px; */
}
.search_result_box ul  a {
  color: #505050;
  font-size: 14px;
}
.topp {
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  top:36px;
  /* background-color: red; */
}
.show {
  display: block !important;
}

.topSearch a {
  cursor: pointer;
}

/* 图标hot */

.hot {
  padding-right: 30px !important;
  background:url("../images/hot.png") right top  no-repeat;
}
.no_hot {
  padding-right: 12px !important;
  background:url("") right top  no-repeat;
}