body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  overflow-x:hidden;
  color: #4c4c4c;
  font-size: 14px;
  font-family: '微软雅黑', "Arial", PingFang SC;
  padding-top: 90px;
}
td,
th,
caption {
  font-size: 14px;
}
a {
  color: #000;
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
a:visited,
a:focus,
a:hover {
  text-decoration: none;
  color: #333;
}
img {
  border: 0;
  vertical-align: middle;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  vertical-align: middle;
  font-size: 14px;
  font-family: inherit;
  line-height: normal;
  outline: none;
}
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
video {
  object-fit: contain;
}
.block {
  width: 1600px;
  margin: 0 auto;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}



.public-footer {
  vertical-align:top;
  background:#383838;
  border-top:1px solid #e5e5e5;
  position: relative; display:flex;
  height:275px;
}
.public-footer .block{
  position:relative;
}
.public-footer .centent-box{
  position:relative;vertical-align:top;top:50px;
  width:50%;display:inline-block;padding-left:28%;
}
.public-footer .centent-box .center,
.public-footer .centent-box .right,
.public-footer .centent-box .left{
     display:inline-block;vertical-align:top;
}
.public-footer .centent-box .center{
  margin-left:5%;
}
.public-footer .centent-box .left dl dt,
.public-footer .centent-box .center dl dt{
  margin-bottom:20px;color:#828282;
}
.public-footer .centent-box .right p{
  color:#828282;margin-bottom:30px;
}
.public-footer .centent-box .right{
  margin-left:15%;
}
.public-footer .left-box{
  width:20%;
 position:absolute;top:50px;
}
.public-footer .right-box {
  position: absolute;display:inline-block;
  right:0px;
  top:50px;
}
.public-footer .right-box .er-box{
  vertical-align:top;text-align:center;
}
.public-footer .right-box .er-box img{
  width:155px;height:155px;
}
.copy-box{
  height:60px;line-height:60px;
  background:#383838;border-top:1px solid #e5e5e5;
  text-align:center;color:#7E7E7E;
}



    .ok{
      position:relative;
      display: inline-block;
    width: 120px;
    height: 40px;
    background:#CBA46C;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border:unset;
    border:none;
    }

@media screen and (max-width: 1700px) {
  .block {
    width: 1300px;
  }
  .public-header .body-box .tel-box {
    margin-left:15px;
  }
  .public-header li a{
    padding-left:12px;padding-right:12px;
  }
.public-header li a span:before{
  left:-13px;
}
.public-header li a span:after{
  right:-13px;
}
.public-header li:hover a span:after, .public-header li.active a span:after,
.public-header li:hover a span:before,
.public-header li.active a span:before {
  width:10px;
  transition: all .3s .2s;
}
}
@media screen and (max-width: 1440px) {
   .public-header.on .nav-box{
    width:1300px;
   }
  .public-header .body-box li {
    margin-left:5px;
  }
}
.public-more {
  position: relative;
  width: 140px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  display: inline-block;
  text-align: center;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  color: #333333;
  font-size: 14px;
}
.public-more span {
  display: inline-block;
  margin-left: 4px;
}
.public-more:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background:#cba46c;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
}
.public-more:hover:before,
.public-more:focus:before,
.public-more:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}
.public-more:hover {
  color: #fff;
  border-color:#0ea96a;
}



.swiper-container .swiper-pagination {
  bottom: 35px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width:30px;
  height:2px;
  border-radius: 0;
  border: 1px solid #fff;
  box-sizing: border-box;
  background: transparent;
  opacity: 1;
  margin-left: 7px;
  margin-right: 7px;
  vertical-align: middle;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width:30px;
  height:2px;
  border-color:#0EA96A;
  vertical-align: middle;
}


.video-pop {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
}
.video-pop .pop-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.video-pop .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-pop .video-box video {
  outline: none;
  max-width:1200px;
  max-height:650px;
}

.order-box {
  position: fixed;
  bottom: 0;opacity:0;
  z-index: 999;
  background: #cba46c;
  left: 0;
  right: 0;
  z-index: 9999;
  padding-top: 35px;
  padding-bottom: 35px;
  transition: transform .5s;
  transition-delay: .3s;
}
.order-box.on{
  opacity:1;
}
.order-box.active {
  transform: translateY(160px);
}
.order-box.active .close-btn {
  opacity: 0;
}
.order-box.active .up-btn {
  opacity: 1;
}
.order-box .block {
  position: relative;width:1300px;
}
.order-box .img-box {
  position: absolute;
  top: -15px;padding-left:8%;
}
.order-box .form-box {
  position: relative;
  padding-right: 80px;
  float: right;
  width: 595px;
  padding-top: 10px;
  box-sizing: border-box;
}
.order-box .form-box .row {
  margin-left: -3px;
  margin-right: -3px;
}
.order-box .form-box .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 6px;
  box-sizing: border-box;
}
.order-box .form-box input,
.order-box .form-box select {
  width: 100%;
  height: 37px;
  background: #fff;
  line-height: 37px;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 4px;
}
.order-box .form-box .btn {
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 5px;
  width: 76px;
  background: #ecbf7e;
  line-height: 1.6;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  padding-top: 15px;
  box-sizing: border-box;
  cursor: pointer;
}
.order-box .close-btn {
  position: absolute;
  top: -20px;
  right: -50px;
  cursor: pointer;
  transition: all .3s;
}
.order-box .up-btn {
  opacity: 0;
  position: absolute;
  right: -55px;
  top: -70px;
  transition: all .3s;
}
.order-box .up-btn img {
  width: 30px;
}
/*# sourceMappingURL=common.css.map */