/*
* @Author: Administrator
* @Date:   2018-06-04 17:56:51
* @Last Modified by:   Administrator
* @Last Modified time: 2018-07-27 11:39:21
*/
header .h-nav {
  height: 101px;
}

main {
  background: url("../images/shadow.png") no-repeat !important;
  background-position: bottom !important;
}

main input, main select {
  outline: none;
}

main .contact-nav {
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  max-width: 100%;
}

main .contact-nav .contact-li {
  width: 540px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 15px;
}

main .contact-nav .contact-li .col {
  padding: 0px;
  text-align: center;
}

main .contact-nav .contact-li .col a {
  font-size: 16px;
  color: #808080;
  text-decoration: none;
}

main .contact-nav .contact-li .active a {
  color: #121c3b;
}

main .contact-nav .contact-li .col:hover a {
  color: #121c3b;
}

main .search-nav {
  margin-top: 26px;
  padding-top: 34px;
  padding-bottom: 34px;
  background: #f5f5f5;
  max-width: 100%;
}

main .search-nav .row {
  width: 1200px;
  margin: 0 auto;
}

main .search-nav .s-tit {
  font-size: 19px;
  color: #121c3b;
  padding-bottom: 20px;
}

main .search-nav form {
  height: 35px;
}

main .search-nav form #province, main .search-nav form #city {
  height: 35px;
  width: 110px;
  border: 1px solid #ccc;
  font-size: 15px;
  color: #808080;
  float: left;
}

main .search-nav form #city {
  margin-left: 20px;
}

main .search-nav form .address {
  width: 355px;
  height: 35px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 15px;
  color: #808080;
  padding: 10px;
  margin-left: 20px;
  float: left;
}

main .search-nav .sousuo {
  float: left;
  margin-left: 20px;
  margin-top: 6px;
}

main .search-nav .sousuo a {
  color: #fff;
  background: #121c3b;
  padding: 7px 21px;
  text-decoration: none;
}

main .store-0 {
  max-width: 1200px;
  padding: 0;
}

main .store-0 h2 {
  text-align: center;
  height: 50px;
  font-size: 21px;
  color: #444;
}

main .store-0 .s-1 {
  display: block;
  margin: 50px  0 0 0;
  height: auto;
  padding: 0;
}

main .store-0 .s-1 .col-4 {
  width: 100%;
  height: auto;
  max-width: 100%;
  float: left;
  margin: 0 1% 1% 1%;
  display: block;
  padding: 0;
}

main .store-0 .s-1 .col-4 a {
  display: block;
  height: auto;
  padding: 0;
  text-align: center;
}

main .store-0 .s-1 .col-4 a .pic {
  width: 100%;
}

main .store-0 .s-1 .col-4 a .pic img {
  width: auto;
}

main .store-0 .e-2 {
  text-align: center;
  padding-bottom: 145px;
}

main .store-0 .e-2 .col-12 {
  text-align: center;
}

main .store-0 .e-2 .col-12 a {
  color: #000;
}

main .store-0 .e-2 .col-12 .btn {
  background: #e5e5e5;
  width: 380px;
}

main .store-0 .back {
  text-align: center;
  padding: 0 0 35px 0;
  clear: both;
}

main .store-0 .back a {
  display: inline-block;
  width: 180px;
  background: #eee;
  color: #666;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
}

.modal-open .modal {
  background: #000;
}

.modal-open .modal .right {
  position: absolute;
  right: 300px;
  top: 325px;
}

.modal-open .modal .left {
  position: absolute;
  left: 300px;
  top: 325px;
}

.modal-content {
  background: #000;
}

.modal.show .modal-dialog {
  max-width: 80%;
}

.controls {
  height: 20px;
}

.htmleaf-container {
  justify-content: center;
}

.slides {
  padding-left: 0px;
  padding-top: 95px;
}

.slides li img {
  width: auto;
  height: auto;
  max-height: 465px;
  max-width: 700px;
}

.slides li div {
  font-size: 16px;
  color: #666;
  padding-top: 115px;
  text-align: center;
}

.bdsharebuttonbox {
  text-align: right;
  float: right;
}

.bdsharebuttonbox a {
  float: right;
  outline: none;
}

.bdsharebuttonbox button {
  margin: 13px;
  background: transparent;
  border: none;
  outline: none;
}

.bdsharebuttonbox .page {
  color: #666;
  font-size: 18px;
  float: left;
  margin: 20px;
}

@media (max-width: 450px) {
  main .contact-nav .contact-li {
    max-width: 100%;
  }
  main .contact-nav .contact-li .col a {
    font-size: 13.5px;
  }
  main .search-nav .s-tit {
    max-width: 100%;
    font-size: 18px;
  }
  main .search-nav .row {
    max-width: 100%;
  }
  main .search-nav form {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
  main .search-nav form #province, main .search-nav form #city {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
  main .search-nav form #city {
    margin-left: 0px;
  }
  main .search-nav form .address {
    margin-left: 0px;
  }
  main .search-nav .sousuo {
    margin: 15px auto;
  }
  main .store-0 .s-1 .col-4 .zz {
    display: none;
  }
  main .store-0 .s-1 .col-4 {
    flex: 0 0 46%;
    margin: 0 2%;
    max-width: 46%;
    margin-bottom: 15px;
  }
  main .store-0 .s-1 .col-4 .content .pic img {
    height: 156px;
  }
  main .store-0 .s-1 .col-4 .content .font {
    padding-bottom: 15px;
    padding-top: 10px;
  }
  main .store-0 .s-1 {
    margin-bottom: 30px;
  }
  main .store-0 .e-2 .col-12 .btn {
    max-width: 100%;
  }
  .slides li img {
    height: auto;
    max-height: 577px;
    max-width: 325px;
  }
  .modal.show .modal-dialog {
    max-width: 100%;
  }
  .modal-open .modal .left {
    left: 5%;
    bottom: 10%;
    top: auto;
  }
  .modal-open .modal .right {
    right: 5%;
    bottom: 10%;
    top: auto;
  }
  .slides {
    padding-top: 0px;
    display: flex;
    height: 525px;
    align-items: center;
  }
  .slides li div {
    padding-top: 35px;
  }
}
