/* banenr开始 */
/* 轮播 */
.ban .list {
  width: 100%;
  height: 810px;
  list-style: none;
  position: relative;
}

.ban .list .item {
  position: absolute;
  width: 100%;
  height: 810px;
  color: white;
  font-size: 30px;
  opacity: 0;
  transition: all .8s;
  margin-top: 90px;
}
.ban .list .item img{
  width: 100%;
  height: 810px;
}

.ban .list .item:nth-child(1) {
  background: url(/assets/image/banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.ban .list .item:nth-child(2) {
  background: url(/assets/image/banner2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.ban .list .item:nth-child(3) {
  background: url(/assets/image/banner3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.ban .list .btn {
  width: 30px;
  height: 60px;
  position: absolute;
  top: 55%;
  border: none;
  font-size: large;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  border:none;
  z-index: 100;
  background: #ffffff6b;
  outline: none;
}

.ban .list .btn:hover {
  background-color: grey;
  color: white;
}

.ban .list #goPre {
  left: 0;
  outline: none;
}

.ban .list #goNext {
  right: 0px;
  outline: none;
}
.ban .list .item.active {
  opacity: 1;
  z-index: 10
}
.pointList {
  padding-left: 0;
  list-style: none;
  position: absolute;
  right: 48%;
  bottom: 20px;
  z-index: 100;
  display: none;
}
.point {
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  float: left;
  margin-right: 12px;
  border-style: solid;
  border-width: 1.5px;
  border-color: whitesmoke;
  cursor: pointer;
}
.point.active {
  background-color: whitesmoke;
}
.ban_text{
  text-align: center;
  padding-top: 8%;
  overflow: hidden;
}
.ban_text p{
  font-size: 52px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.ban_text_tw p{
  font-size: 34px;
  margin-bottom: 35px;
}
.ban_text a{
  color: #fff;
  border: 2px solid #fff;
  font-size: 20px;
  border-radius: 40px;
  width: 200px;
  height: 52px;
  display: block;
  margin: 30px auto;
  line-height: 52px;
  transition: all 0.8s;
}
.ban_text a:hover{
  background: #ba2644;
}
/* 搜索 */
.ban_sear_box{
  width: 900px;
  overflow: hidden;
  margin: auto;
  position: absolute;
  padding: 15px;
  transform: translateX(-50%);
  left: 50%;
  margin-top: -180px;
  z-index: 999;
}
.ban_sear_box .xh_box{
  background: url(/assets/image/ban_xh_bj.jpg);
  float: left;
  box-shadow: 2px 2px 10px rgba(0,0,0,.15);
  padding: 32px;
  width: 420px;
  min-height: 320px;
  background-size: 100%;
  position: relative;
}
.ban_sear_box .fl_box{
  float: right;
  background: url(/assets/image/ban_fl_bj.jpg);
  box-shadow: 2px 2px 10px rgba(0,0,0,.15);
  width: 420px;
  min-height: 320px;
  padding: 32px;
  background-size: 100%;
}
.ban_sear_box .xh_box form .tit,
.ban_sear_box .fl_box .tit{
  font-size: 16px;
  margin-bottom: 65px;
  text-align: center;
  position: relative;
}
.ban_sear_box .xh_box form input{
  width: 95%;
  margin: auto;
  display: block;
  height: 45px;
  border-radius: 30px;
  padding-left: 10px;
  outline: none;
  border: 2px solid #333;
}
.ban_sear_box .xh_box form button{
  position: absolute;
  right: 13%;
  z-index: 999;
  margin-top: -40px;
  border: none;
  outline: none;
}
.ban_sear_box .xh_box form button img{
  width: 32px;
}
.ban_sear_box .fl_box .cpfl_inp{
  width: 95%;
  margin: auto;
  display: block;
}
.ban_sear_box .fl_box .cpfl_inp select{
  width: 100%;
  height: 45px;
  border-radius: 30px;
  border: 2px solid #333;
  padding: 0 10px;
  outline: none;
  appearance: none;
}
.ban_sear_box .fl_box .cpfl_inp .icon-xiala{
  right: 55px;
  line-height: 45px;
  font-size: 18px;
  position: absolute;
}
.ban_sear_box .fl_box .cpfl_inp a{
  width: 100%;
  line-height: 45px;
  height: 45px;
  display: block;
  background: #ba2644;
  border-radius: 30px;
  margin-top: 25px;
  color: #fff;
  text-align: center;
  border: 2px solid #ba2644;
  font-size: 16px;
  transition: all 0.8s;
}
.ban_sear_box .fl_box .cpfl_inp a:hover{
  border:2px solid #ba2644;
  color: #ba2644;
  background: #fff;
}
.ban_sear_box .fl_box .tit::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 3px;
  background: #333;
  left: 45%;
  top: 25px;
}
/* banner结束 */
.contact_box{
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
}
.contact_box .container{
  text-align: center;
  margin:140px auto 75px;
}
.contact_box .container h3{
  font-size: 38px;
  font-weight: bold;
  color: #333;
  margin: 0;
}
.contact_box .container p{
  font-size: 16px;
  color: #333;
  margin: 25px 0;
}
.contact_box .container a{
  display: block;
  margin: auto;
  background: #ba2644;
  color: #fff;
  transition: all 0.8s;
  border: 2px solid #ba2644;
  border-radius: 30px;
  font-size: 16px;
  width: 130px;
  height: 45px;
  line-height: 45px;
}
.contact_box .container a:hover{
  border: 2px solid #ba2644;
  background: #fff;
  color: #ba2644; 
}
/* 介绍开始 */
.about_box{
  width: 100%;
  overflow: hidden;
}
.about_box .w .about_left{
  max-width: 30%;
  height: 510px;
  background: url(/assets/image/about_text_bj.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 55px 30px;
  float: left;
}
.about_box .w .about_left h3{
  font-size: 28px;
  margin: 0 0 20px;
  font-weight: bold;
  color: #fff;
}
.about_box .w .about_left p{
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
  line-height: 30px;
}
.about_box .w .about_left a{
  width: 132px;
  height: 46px;
  line-height: 46px;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 45px;
  border: 2px solid #fff;
  border-radius: 30px;
  transition: all 0.8s;  
}
.about_box .w .about_left a:hover{
  background: #fff;
  color: #ba2644;
}
.about_box .w .about_right{
  width: 70%;
  height: 510px;
  /* background: url(/assets/image/about_img.jpg); */
  float: right;
  background-size: 100%;
}
.about_box .w .about_right img {
  width: 100%;
}
/* 介绍结束 */

/* 产品开始 */
.product_box{
  width: 100%;
  height: 650px;
  background: url(/assets/image/porducy_bj.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 90px 0;
  padding: 115px 0;
}
.product_box .w .prdocut_text_box{
  width: 62%;
  height: 420px;
  background: rgba(0,0,0,0.5);
  padding: 70px;
}
.product_box .w .prdocut_text_box h3{
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 30px;
}
.product_box .w .prdocut_text_box .enzd{
  display: none;
}
.product_box .w .prdocut_text_box p{
  font-size: 18px;
  line-height: 36px;
  color: #fff;
}
.product_box .w .prdocut_text_box .prdcut_more_box {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.product_box .w .prdocut_text_box .prdcut_more_box a:first-child{
  width: 180px;
  line-height: 48px;
  display: block;
  text-align: center;
  margin-right: 45px;
  border:1px solid #fff;
  transition: all 0.8s;
  font-size: 16px;
  color: #fff;
  background: #ba2644;
  float: left;
  border-radius: 5px;
}
.product_box .w .prdocut_text_box .prdcut_more_box a:first-child:hover{
  color: #ba2644;
  background: #fff;
  border:1px solid #ba2644;

}
.product_box .w .prdocut_text_box .prdcut_more_box a:last-child{
  width: 180px;
  line-height: 48px;
  display: block;
  text-align: center;
  margin-right: 45px;
  border:1px solid #fff;
  transition: all 0.8s;
  font-size: 16px;
  color: #ba2644;
  background: #fff;
  float: left;
  border-radius: 5px;
}
.product_box .w .prdocut_text_box .prdcut_more_box a:last-child:hover{
  color: #fff;
  background: #ba2644;
  border:1px solid #fff;
}
/* 产品结束 */
/* 新闻开始 */
.news_box{
  width: 100%;
  overflow: hidden;
}
.news_box .w .news{
  padding-left: 0;
}
.news_box .w .news .new_img{
  width: 42%;
  float: left;
  height: 510px;
}
.news_box .w .news .new_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_box .w .news ul{
  background: url(/assets/image/new_text_bj.jpg);
  background-size: 100%;
  padding: 45px 30px;
  width: 58%;
  float: left;
  height: 510px;
  position: relative;
}
.news_box .w .news ul h3{
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 25px;
}
.news_box .w .news ul h3::before{
  content: '';
  position: absolute;
  width: 55px;
  height: 3px;
  background: #fff;
  left: 30px;
  top: 82px;
}
.news_box .w .news ul h3 span{
  font-weight: normal;
  font-size: 18px;
  color: #ff969a;
  margin-left: 10px;
  text-transform: uppercase;
}
.news_box .w .news ul li{
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
}
.news_box .w .news ul li h4{
  font-weight: bold;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_box .w .news ul li h4 a{
  color: #fff;
}
.news_box .w .news ul li p{
  font-size: 14px;
  color: #f9d5dc;
  line-height: 26px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
}
.news_box .w .news ul li .new_tame{
  font-size: 14px;
  color: #d78999;
  margin-top: 8px;
}
.news_box .w .news ul .new_more{
  width: 132px;
  line-height: 46px;
  display: block;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  margin-top: 30px;
  transition: all 0.8s;
}
.news_box .w .news ul .new_more:hover{
  background: #fff;
  color: #ba2644;
}
.china_add{
  padding-right: 0;
}
.china_add .add_img{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 0 0 15px;
  height: 510px;
}
.china_add .add_img img{
  width: 100%;
  height: 100%;
}
.china_add .add_text{
  padding: 45px;
  position: relative;
  text-align: center;
}
.china_add .add_text p{
  font-size: 26px;
  margin: 0;
}
.china_add .add_text p::before {
  content: '';
  position: absolute;
  width: 45px;
  height: 3px;
  background: #333;
  left: 46%;
  top: 85px;
}
.china_add .add_text h3{
  font-size: 36px;
  font-weight: bold;
  line-height: 66px;
  margin-top: 55px;
}
.china_add .add_text .add_more{
  display: block;
  margin-top: 45px;
}
.china_add .add_text .add_more a{
  line-height: 46px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 30px;
  transition: all 0.8s;
  margin: 0 15px;
  padding: 13px 30px;
}
.china_add .add_text .add_more a:hover{
  background: #ba2644;
  border: 2px solid #ba2644;
}
/* 新闻结束 */
/* 快速链接开始 */
.links_box{
  width: 100%;
  overflow: hidden;
  margin:70px 0 90px;
}
.links_box .link{
  display: block;
  max-width: 960px;
  margin: auto;
}
.links_box .link h3{
  font-size: 22px;
  color: #333;
  margin: 0 auto;
  text-align: center;
}
.links_box .link h3::before{
  display: block;
  content: "";
  width: 32px;
  height: 3px;
  margin: auto;
  background: currentColor;
  position: relative;
  top: 32px;
}
.links_box .link ul{
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.links_box .link ul li{
  text-align: center;
}
.links_box .link ul li .link_icon{
  box-shadow: 1px 1px 18px rgba(51,51,51,.15);
  width: 95px;
  height: 95px;
  display: block;
  border-radius: 50%;
  margin-bottom: 20px;
  line-height: 95px;
  transition: all 0.8s;
}
.links_box .link ul li:hover .link_icon{
  box-shadow: 1px 1px 18px rgb(144 40 40 / 85%);
}
.links_box .link ul li .link_icon img{
  width: 40px;
}
.links_box .link ul li p{
  margin: 0;
}
.links_box .link ul li p a{
  font-size: 16px;
  color: #333;
}
.links_box .link ul li:hover a{
  color: #ba2644;
}
/* 快速链接结束 */
@media(max-width:768px){
    /* banner */
    .ban .list {
      width: 100%;
      height: 470px;
      list-style: none;
      position: relative;
    }
    .ban .list .item {
      position: absolute;
      width: 100%;
      height: 470px;
      color: white;
      font-size: 30px;
      opacity: 0;
      transition: all .8s;
      margin-top: 75px;
    }
    .ban_text {
      padding-top: 14%!important;
    }
    .ban_text p {
      font-size: 32px!important;
      padding: 0 15px;
    }
    .ban_text a {
      color: #fff;
      border: 2px solid #fff;
      font-size: 16px;
      border-radius: 40px;
      width: 160px;
      height: 50px;
      display: block;
      margin: 30px auto;
      line-height: 50px;
      transition: all 0.8s;
    }
    .ban_text_tw p {
      font-size: 16px!important;
      margin-bottom: 0!important;
      line-height: 40px;
    }
  
    /* 搜索 */
    .ban_sear_box {
      width: 100%!important;
      overflow: hidden;
      margin: auto;
      position: absolute;
      padding: 15px;
      transform: translateX(-50%);
      left: 50%;
      margin-top: -70px;
      z-index: 999;
    }
    .ban_sear_box .xh_box {
      width: 100%;
      min-height: 250px;
      padding: 25px 15px 0;
  }
  .ban_sear_box .fl_box {
    width: 100%;
    min-height: 280px;
    padding: 25px 15px 0;
    margin-top: 30px;
  }
  .ban_sear_box .fl_box .tit {
    font-size: 20px;
    margin-bottom: 55px;
  }
  .ban_sear_box .fl_box .tit::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 3px;
    background: #333;
    left: 45%;
    top: 32px;
  }
  .ban_sear_box .fl_box .cpfl_inp .icon-xiala {
    right: 15%;
    line-height: 45px;
    font-size: 22px;
    position: absolute;
  }
  /* 咨询 */
  .contact_box .container {
    text-align: center;
    margin: 470px auto 60px;
  }
  .contact_box .container h3 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin: 0;
  }
  .contact_box .container p {
    font-size: 16px;
    color: #333;
    margin: 25px 0;
    line-height: 32px;
  }
  /* 介绍 */
  .about_box .w .about_right{
    display: none;
  }
  .about_box .w .about_left {
    max-width: 100%;
    height: 440px;
    padding: 45px 20px;
  }
  .product_box {
    width: 100%;
    height: auto;
    background: url(/assets/image/porducy_bj.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 30px 0;
    padding: 45px 0;
  }
  .product_box .w .prdocut_text_box {
    width: 100%;
    height: 370px;
    background: rgba(0,0,0,0.5);
    padding: 35px 20px 0;
  }
  .product_box .w .prdocut_text_box h3 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 15px;
  }
  .product_box .w .prdocut_text_box p {
    font-size: 16px;
    line-height: 34px;
    color: #fff;
  }
  .product_box .w .prdocut_text_box .prdcut_more_box {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
  }
  .product_box .w .prdocut_text_box .prdcut_more_box a:first-child {
    width: 140px;
    line-height: 48px;
    display: block;
    text-align: center;
    margin-right: 45px;
    border: 1px solid #fff;
    transition: all 0.8s;
    font-size: 16px;
    color: #fff;
    background: #ba2644;
    float: left;
    border-radius: 5px;
  }
  .product_box .w .prdocut_text_box .prdcut_more_box a:last-child {
    width: 140px;
    line-height: 48px;
    display: block;
    text-align: center;
    margin-right: 0;
    border: 1px solid #fff;
    transition: all 0.8s;
    font-size: 16px;
    color: #ba2644;
    background: #fff;
    float: left;
    border-radius: 5px;
  }
  /* 新闻 */
  .news_box .w .news {
    display: none;
  }
  .news_box .w .news ul {
    background-size: 100%;
    padding: 45px 20px;
    width: 100%;
    height: 490px;
    margin: 0;
  }
  .china_add {
    padding: 0;
    width: 100%;
    overflow: hidden;
  }
  .china_add .add_img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
  }  
  .china_add .add_text {
    padding: 45px 0 55px;
    position: relative;
    text-align: center;
  }
  .china_add .add_text p::before {
    content: '';
    position: absolute;
    width: 45px;
    height: 3px;
    background: #333;
    top: 85px;
    left: 43%;
  }
  .china_add .add_text h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 55px;
    margin-top: 40px;
  }
  .china_add .add_text .add_more {
    display: block;
    margin-top: 30px;
  }
  /* 快速链接 */
  .links_box {
    width: 100%;
    overflow: hidden;
    margin: 40px 0 10px;
  }
  .links_box .link ul {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .links_box .link ul li {
    text-align: center;
    width: 33%;
    float: left;
  }
  .links_box .link ul li .link_icon {
    box-shadow: 1px 1px 18px rgba(51,51,51,.15);
    width: 95px;
    height: 95px;
    display: block;
    border-radius: 50%;
    margin-bottom: 20px;
    line-height: 95px;
    transition: all 0.8s;
    margin: 0 auto 15px;
  }
  .links_box .link ul li p {
    margin-bottom: 20px;
  }
  .links_box .link ul li p a {
    font-size: 14px;
    color: #333;
  }

}