.banner_index .cont img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: auto;
  width: 100%;
}
.banner_index .cont {
  margin: 0 auto;
  display: inline-block;
  overflow: hidden;
  position: relative;
  display: block;
  height: 450px;
  text-align: center;
}
.banner_index .cont .zz {
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.banner_index .cont h2 {
  font-size: 48px;
  line-height: 1.3em;
  margin-bottom: 15px;
  margin-top: 200px;
  color: white;
}
.banner_index .cont p {
  font-size: 14px;
  line-height: 1.3em;
  color: white;
  opacity: 0.6;
  filter: alpha(opacity=60);
  margin-bottom: 15px;
}
.banner_index .search {
  text-align: center;
  width: 100%;
  padding: 10px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  
  padding: 30px 0;
}
.banner_index .search select{
  opacity: 1;
  height: 50px;
  line-height: 50px !important;
  font-size: 14px;
  color: #666;
  display: block;
  width: 200px;
  padding-left: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  outline: none;
  margin-right: 30px;
}
.banner_index .search .btnbox .o_bgbtn1 span {
  padding: 0;
  display: block;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
  width: 140px;
}
@media screen and (max-width:768px) {
  .banner_index .cont {
    height: 250px;
  }
  .banner_index .cont h2 {
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 110px;
  }
  .banner_index .cont p {
    width: 220px;
    margin: 0 auto;
  }
  .banner_index .search {
    text-align: center;
    width: 100%;
    padding: 10px 15px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
  }
  .banner_index .search select{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    height: 40px;
    line-height: 40px !important;
  }
  .btnbox, .o_bgbtn1{
    width: 100%;
    display: block;
  }
  .banner_index .search .btnbox .o_bgbtn1 span {
    padding: 0;
    display: block;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    width: 100%;
  }
}



#l-map {
  width: 100%;
  height: 600px;
  margin: 20px auto;
}
#r-result {
  position: absolute;
  z-index: 9999;
  background: #fff;
  border-top: solid 3px #ed1b23;
  width: 350px;
  top: 40px;
  right: 40px;
}.heading {
  padding: 10px 20px;
  border-bottom: solid 1px #e0e0e0;
}
.heading h3 {
  margin: 0;
  padding-left: 10px;
  border-left: solid 2px #ed1b23;
  font-size: 16px;
  font-weight: normal;
}
.r-form {
  position: relative;
  padding: 20px;
  padding-right: 85px;
  text-align: center;
}
.r-form .JS_Dmenu {
  overflow: hidden;
  min-height: 70px;
}
.btn {
  line-height: 32px;
  padding: 0 20px;
  border-radius: 0;
  border: none;
  color: #fff;
  background: #808080;
}
.r-form .btn-primary {
  position: absolute;
  bottom: 25px;
  right: 20px;
  padding: 0 15px;
  height: 69px;
}
.r-form .btn {
  border-radius: 20px;
}
.distributor .form-control {
  opacity: 1;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  outline: none;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.distributor .btn-primary {
  background: #ed1b23;
  border-color: #ed1b23;
}
.distributor .form-control {
  height: 32px;
  border-radius: 0;
  vertical-align: middle;
  padding: 0 8px;
  box-shadow: none;
  margin-bottom: 5px;
}.r-form .JS_Dmenu .form-control {
  border-radius: 100px;
}
.distributor .r-form .JS_Dmenu .form-control:nth-child(4), .r-form .JS_Dmenu .form-control:nth-child(5) {
  float: left;
  width: 120px;
}
.distributor .r-form .JS_Dmenu .form-control:nth-child(5) {
  margin-left: 5px;
}
.distributor .r-list {
  border-top: solid 1px #ddd;
  overflow-y: auto;
  height: 272px;
  background: #fbfbfb;
}
.distributor .r-list>dl {
  margin: 0;
  padding: 20px;
  border-bottom: solid 1px #ddd;
  /* height: 136px; */
}
.r-list>dl>dt {
  position: relative;
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 50px;
  cursor: pointer;
}
.r-list>dl>dd {
  font-size: 14px;
  color: #666;
  padding-left: 50px;
}
.r-list>dl>dt>i {
  position: absolute;
  display: block;
  border-radius: 38px;
  width: 38px;
  height: 38px;
  background: #ed1b23;
  color: #fff;
  text-align: center;
  line-height: 38px;
  font-style: normal;
  left: 0;
}
.distributor .rn-box {
  position: relative;
  width: 1192px;
  margin: auto;
  padding: 20px 0;
}
.agent-table {
  width: 1140px;
  margin: auto;
  font-size: 14px;
}
.agent-table>thead>tr>td {
  background: #fff;
  font-weight: bold;
  color: #ed1b23;
}
.agent-table tr>td {
  padding: 15px;
  border: solid 1px #e7e7e7;
}
@media screen and (max-width:768px) {
  .banner{
    height: 130px;
  }
  .banner img{
    width: auto !important;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #l-map {
    width: 100%;
    height: 300px;
    margin: 20px auto;
  }
  #r-result {
    position: relative;
    z-index: 9999;
    background: #fff;
    border-top: solid 3px #ed1b23;
    width: 100%;
    top: auto;
    right: auto;
  }.heading {
    padding: 10px 20px;
    border-bottom: solid 1px #e0e0e0;
  }
  .heading h3 {
    margin: 0;
    padding-left: 10px;
    border-left: solid 2px #ed1b23;
    font-size: 16px;
    font-weight: normal;
  }
  .r-form {
    position: relative;
    padding: 20px;
    padding-right: 85px;
    text-align: center;
  }
  .r-form .JS_Dmenu {
    overflow: hidden;
    min-height: 70px;
  }
  .btn {
    line-height: 32px;
    padding: 0 20px;
    border-radius: 0;
    border: none;
    color: #fff;
    background: #808080;
  }
  .r-form .btn-primary {
    position: absolute;
    bottom: 25px;
    right: 20px;
    padding: 0 15px;
    height: 69px;
  }
  .r-form .btn {
    border-radius: 20px;
  }
  .distributor .form-control {
    opacity: 1;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    outline: none;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  }
  .distributor .btn-primary {
    background: #ed1b23;
    border-color: #ed1b23;
  }
  .distributor .form-control {
    height: 32px;
    border-radius: 0;
    vertical-align: middle;
    padding: 0 8px;
    box-shadow: none;
    margin-bottom: 5px;
  }.r-form .JS_Dmenu .form-control {
    border-radius: 100px;
  }
  .distributor .r-form .JS_Dmenu .form-control:nth-child(4), .r-form .JS_Dmenu .form-control:nth-child(5) {
    float: left;
    width: 120px;
  }
  .distributor .r-form .JS_Dmenu .form-control:nth-child(5) {
    margin-left: 5px;
  }
  .distributor .r-list {
    border-top: solid 1px #ddd;
    overflow-y: auto;
    height: 272px;
    background: #fbfbfb;
  }
  .distributor .r-list>dl {
    margin: 0;
    padding: 20px;
    border-bottom: solid 1px #ddd;
    /* height: 136px; */
  }
  .r-list>dl>dt {
    position: relative;
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 50px;
    cursor: pointer;
  }
  .r-list>dl>dd {
    font-size: 14px;
    color: #666;
    padding-left: 50px;
  }
  .r-list>dl>dt>i {
    position: absolute;
    display: block;
    border-radius: 38px;
    width: 38px;
    height: 38px;
    background: #ed1b23;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-style: normal;
    left: 0;
  }
  .distributor .rn-box {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 20px 0;
  }
  .agent-table {
    width: 100%;
    margin: auto;
    font-size: 14px;
  }
  .agent-table td:nth-of-type(1){
    display: none;
  }
  .agent-table td:nth-of-type(4){
    display: none;
  }
  .agent-table td:nth-of-type(5){
    display: none;
  }
  .agent-table td:nth-of-type(6){
    display: none;
  }
  .agent-table>thead>tr>td {
    background: #fff;
    font-weight: bold;
    color: #ed1b23;
  }
  .agent-table tr>td {
    padding: 15px;
    border: solid 1px #e7e7e7;
  }
}