body {
  background: white;
}

.header-banner {
  height: unset;
  background: url(../images/header_bg.png) no-repeat top;
  background-size: auto 500px;
  border: 0;
  height: 500px;
}

.header-banner-middle {
  display: block;
  padding: 0;
  width: 100%;
}

.banner-logo {
  width: 1200px;
  margin: 0 auto;
  height: 137px;
  box-sizing: border-box;
  display: flex;
  padding-top: 40px;
  justify-content: space-between;
}

.banner-logo img {
  max-width: 730px;
  box-sizing: border-box;
  max-height: 100px;
  margin: 0;
}

.banner-logo .home {
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #295de0;
  background: #e7eefe;
  border-radius: 25px;
  margin-top: 15px;
}

.banner-search {
  margin-top: 0;
  margin-left: 0;
  height: 240px;
  box-sizing: border-box;
  padding-top: 170px;
}

.banner-search .search_div {
   width: fit-content;
   margin: 0 auto;
}

.search_ipt_container {
  display: flex;
}

.searchSelect {
    border-radius: 7px 0 0 7px;
  cursor: pointer;
  font-size: 16px;
  color: #222222;
  box-sizing: border-box;
  width: 180px;
  height: 60px;
  background: url(../images/search_img2.png) white no-repeat right 15px center;
  padding-left: 20px;
  padding-right: 30px;
  position: relative;
}

.searchSelect span {
  display: inline-block;
  height: 60px;
  width: 130px;
  line-height: 60px;
  text-align: left;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wangzhandaohang {
  z-index: 999;
  display: none;
  padding: 15px 34px 26px;
  position: absolute;
  left: -2px;
  top: 60px;
  width: 746px;
  background-color: #fff;
  border: 2px solid #295de0;
}

.wangzhandaohang h3 {
  font-size: 16px;
  color: #295de0;
  margin-bottom: 5px;
  margin-top: 15px;
}

.wangzhandaohang ul {
  display: flex;
  flex-wrap: wrap;
}

.wangzhandaohang ul li {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 25%;
}

.wangzhandaohang li a {
  display: block;
  font-size: 14px;
  color: #666;
}

.wangzhandaohang li a:hover {
  text-decoration: underline;
  color: #295de0;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.select-one {
  display: flex;
  align-items: center;
}

.ct-one {
  margin-bottom: 5px;
  margin-top: 15px;
  margin-left: 20px;
  flex: 3;
}

.all-select-input {
  height: 60px !important;
  border-radius: 0 !important;
  border: 0 !important;
}

.all-select-input>img {
  margin-left: 20px;
}

.search-all-select-width {
  width: 700px;
}

.all-select-input input {
  height: 60px;
  border-radius: 0;
  line-height: 60px;
}

.search-all-btn {
  width: 100px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  background: #ff4544;
  border-radius: 0 7px 7px 0;
}

.header-nav {
  background: white;
  height: unset;
}

.header-nav-middle {
  width: 1160px;
  justify-content: space-between;
  border-bottom: 1px solid #e8e9ec;
}

.header-nav-middle>div {
  display: flex;
}

.header-nav-middle>.header-nav-left>.header-nav-item+.header-nav-item {
  margin-left: 45px;
}

.header-nav-middle>.header-nav-right>.header-nav-item+.header-nav-item {
  margin-left: 30px;
}

.header-nav-item {
  margin: 0;
  height: unset;
  line-height: 64px;
}

.header-nav-item a {
  display: inline-block;
  font-size: 16px;
  color: #222222;
  font-weight: 700;
  height: 67px;
  line-height: 70px;
}

.header-nav-item a:hover,
.header-nav-middle .on a {
  color: #295de0;
  border-bottom: 3px solid #295de0;
  padding-bottom: 0;
}

.header-nav-item:hover a::after,
.header-nav-middle .on a::after {
  content: none;
}

.result-header-lable {
  margin-right: 5px;
  background-color: #295DE0;
  border-radius: 0;
  padding: 0 5px;
  color: #fff;
}

.result-header-title a {
  color: #295DE0;
}

#right-box {
    background: #F2FBFF !important;
}
#right-box  >div ,#right-box  >div >div{
    background: none !important;
}

.M-box .active {
    background: #295DE0;
    border: 1px solid #295DE0;
}

.M-box a{
    border: 1px solid #295DE0;
}

.header-search-hot{
    justify-content: center;
}

.h-hot-title {
    margin-left:0 !important;
}
.recommend-item{
    background: none;
}