@charset "utf-8";
.sy_about .sygy_width .sygy_item .gy02_box .gy02_i img {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sy_about .sygy_width .sygy_item .gy02_box .gy02_i:hover img {
  margin-top: -8px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sy_about .sygy_width .sygy_item .gy02_box .gy02_i .gy02_text h5 {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sy_about .sygy_width .sygy_item .gy02_box .gy02_i:hover .gy02_text h5 {
  -webkit-transition: all 0.4s ease-out;
  padding-left: 6px;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.addNew_right {
  width: calc(100% - 260px);
}
.addNew_right .cp_head {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  height: 62px;
  border-bottom: 1px solid #d2d2d2;
  padding-left: 10px;
}
.addNew_right .cp_head text {
  font-size: 23px;
  color: #333333;
  line-height: 24px;
}
.addNew_right .cp_head span {
  width: 5px;
  height: 26px;
  margin-right: 20px;
  background: #9d9d9d;
  display: inline-block;
}
.addNew_right .addNews_list {
  width: 100%;
}
.addNew_right .addNews_list .addNews_item {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  padding: 25px 0 20px 0;
  border-bottom: 1px solid #ececec;
}
.addNew_right .addNews_list .addNews_item h5 {
  font-size: 20px;
  color: #333333;
  text-align: left;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.addNew_right .addNews_list .addNews_item p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 14px 0;
  font-weight: lighter;
}
.addNew_right .addNews_list .addNews_item .div_time {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.addNew_right .addNews_list .addNews_item .div_time span {
  font-size: 14px;
  color: #999;
  font-weight: lighter;
}
.addNew_right .addNews_list .addNews_item .div_time text {
  font-weight: lighter;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
  font-size: 14px;
  color: #999;
  height: 40px;
  width: 126px;
}
.addNew_right .addNews_list .addNews_item .div_time text img {
  display: inline-block;
  width: 25px;
  height: auto;
  margin-left: 8px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.addNew_right .addNews_list .addNews_item .div_time text:hover img {
  margin-left: 12px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.addNew_right .addNews_list .addNews_item:hover {
  background: rgba(74, 74, 74, 0.01);
}
.addNew_right .addNews_list .addNews_item:hover h5 {
  color: #89ba21;
}
.banner-switch {
  position: absolute;
  z-index: 30;
  left: auto;
  top: 50%;
  height: 80px;
  right: 2rem;
  color: #fff;
  display: grid;
  margin-top: -25px;
  grid-template-columns: 1fr;
  width: auto;
  align-content: center;
  align-items: center;
  text-transform: uppercase;
}
.banner-switch > div > * {
  display: inline-block;
  vertical-align: middle;
}
.sL_icon {
  background-size: contain;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-switch > div > span {
  margin: 0 0.5rem;
  font-size: 0.825rem;
}
.banner-switch > div {
  margin: 0.3rem 0;
}
.banner-switch > div {
  cursor: pointer;
  transition: 0.5s;
}
.banner-background {
  transition: 0.6s 2s !important;
}
.swiper-slide.banner-slide.swiper-slide-active .banner-background {
  transition: 3s 0s !important;
}
.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(1) {
  transition-delay: 0.3s !important;
}
.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(2) {
  transition-delay: 0.4s !important;
}
.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(3) {
  transition-delay: 0.6s !important;
}
.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(3) {
  transition-delay: 0.9s !important;
}
.banner-text * {
  transition-delay: transform 1.6s, opacity 0s !important;
  transition-duration: 1.6s !important;
}
/*荣誉资质*/
.zz_list {
  width: 100%;
  padding: 26px 0 30px 0;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.zz_list .zz_item {
  width: 32%;
  margin-left: 2%;
  margin-bottom: 40px;
  position: relative;
}
.zz_list .zz_item .zz_img {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: 1px solid #D9D9D9;
  height: 400px;
}
.zz_list .zz_item .zz_img img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.zz_list .zz_item p {
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-size: 14px;
  margin-top: 16px;
  line-height: 18px;
}
.zz_list .zz_item::after {
  width: 0;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  background: #89ba21;
  content: '';
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.zz_list .zz_item:nth-child(3n+1) {
  margin-left: 0;
}
.zz_list .zz_item:hover p {
  color: #89ba21;
}
.zz_list .zz_item:hover::after {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50%;
  z-index: 1;
  background: #89ba21;
  content: '';
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
/*公司简介*/
.jianjie_con {
  width: 100%;
  padding: 30px 0;
}
.jianjie_con p {
  width: 100%;
  font-size: 16px;
  color: #000;
  line-height: 34px;
  text-indent: 32px;
}
.jianjie_con img {
  width: auto;
  max-width: 100%;
}
/*联系我们新加*/
.us_tel {
  width: 100%;
  background: url(../images/index/sy06.jpg) no-repeat center center;
  background-size: 100% auto;
  padding: 60px 0 40px 0;
}
.us_tel .b_lx02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.us_tel .b_lx02 .b_lx_item {
  width: 24%;
}
.us_tel .b_lx02 .b_lx_item p {
  font-size: 16px;
  text-align: left;
  color: #fff;
  opacity: 0.9;
  line-height: 18px;
  margin-bottom: 18px;
}
.us_tel .b_lx02 .b_lx_item p a {
  color: #fff;
}
.us_tel .b_lx02 .b_lx_item p.b_lx_item_zs {
  font-size: 18px;
}
.contact_box {
  padding-bottom: 80px !important;
}
/*产品中心*/
.cp_con .cp_width .cp_right .cp_list a p {
  display: none;
}
.cp_con .cp_width .cp_right .cp_list a h5 {
  text-align: left;
}
.add_cart {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 10px;
}
.add_cart span {
  font-size: 18px;
  color: #ff0000;
}
.add_cart text {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  font-size: 16px;
  color: #666;
}
.add_cart text i {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 6px;
  background: url(../images/cart.png) center center no-repeat;
  background-size: 100% auto;
}
.add_cart text:hover {
  border-color: #89ba21;
  color: #89ba21;
}
.add_cart text:hover i {
  background: url(../images/cart_hover.png) center center no-repeat;
  background-size: 100% auto;
}
/*返回上一页*/
.go_back {
  display: inline-block;
  width: 146px;
  height: auto;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}
.go_back img {
  display: inline-block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .addNew_right {
    width: 100%;
  }
  .addNew_right .cp_head {
    height: 1.6rem;
    border-bottom: 0.025rem solid #d2d2d2;
    padding-left: 0rem;
  }
  .addNew_right .cp_head text {
    font-size: 0.75rem;
    line-height: 1.6rem;
  }
  .addNew_right .cp_head span {
    width: 0.2rem;
    height: 0.8rem;
    margin-right: 0.4rem;
  }
  .addNew_right .addNews_list .addNews_item {
    padding: 0.65rem 0 0.6rem 0;
    border-bottom: 0.025rem solid #ececec;
  }
  .addNew_right .addNews_list .addNews_item h5 {
    font-size: 0.65rem;
    line-height: 1rem;
  }
  .addNew_right .addNews_list .addNews_item p {
    font-size: 0.55rem;
    line-height: 0.9rem;
    -webkit-line-clamp: 2;
    margin: 0.3rem 0;
  }
  .addNew_right .addNews_list .addNews_item .div_time span {
    font-size: 0.55rem;
  }
  .addNew_right .addNews_list .addNews_item .div_time text {
    border: 0.025rem solid #eee;
    font-size: 0.5rem;
    height: 1.4rem;
    width: 4.6rem;
  }
  .addNew_right .addNews_list .addNews_item .div_time text img {
    display: inline-block;
    width: 0.7rem;
    margin-left: 0.2rem;
  }
  .addNew_right .addNews_list .addNews_item .div_time text:hover img {
    margin-left: 0.35rem;
  }
  /*资质荣誉*/
  .zz_list {
    padding: 0rem 0 0.4rem 0;
  }
  .zz_list .zz_item {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 0rem;
    margin-top: 1rem;
    padding: 0;
  }
  .zz_list .zz_item .zz_img {
    padding: 1.65rem;
    height: auto;
  }
  .zz_list .zz_item p {
    margin-top: 0.85rem;
    font-size: 0.6rem;
    line-height: 0.85rem;
  }
  /*公司简介*/
  .jianjie_con {
    padding: 0.65rem 0 0 0;
  }
  .jianjie_con .jj_desc {
    font-size: 0.6rem;
    line-height: 0.95rem;
    text-indent: 1.2rem;
    margin-bottom: 0.65rem;
  }
  /*联系我们新加*/
  .us_tel {
    width: 100%;
    background: url(../images/m_index/m_index_lx.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.4rem 0 0.6rem 0;
  }
  .us_tel .b_lx02 {
    flex-direction: column;
  }
  .us_tel .b_lx02 .b_lx_item {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .us_tel .b_lx02 .b_lx_item p {
    font-size: 0.55rem;
    font-weight: lighter;
    color: #e4e4e4;
    line-height: 0.9rem;
    margin-bottom: 0.2rem;
    padding-left: 0.9rem;
  }
  .us_tel .b_lx02 .b_lx_item p.b_lx_item_zs {
    position: relative;
    font-size: 0.55rem;
    font-weight: normal;
  }
  .us_tel .b_lx02 .b_lx_item p.b_lx_item_zs::after {
    content: '';
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    top: 0.375rem;
  }
  .contact_box {
    padding-bottom: 1.8rem !important;
  }
  /*产品中心*/
  .cp_con .cp_width .cp_right .cp_list a p {
    display: none;
  }
  .cp_con .cp_width .cp_right .cp_list a h5 {
    text-align: left;
  }
  .add_cart {
    margin-top: 0.4rem;
  }
  .add_cart span {
    font-size: 0.8rem;
  }
  .add_cart text {
    margin-top: 0.4rem;
    height: 1.5rem;
    border: 0.025rem solid #ddd;
    font-size: 0.65rem;
  }
  .add_cart text i {
    display: inline-block;
    width: 0.85rem;
    height: 0.85rem;
    margin-right: 0.4rem;
    background: url(../images/cart.png) center center no-repeat;
    background-size: 100% auto;
  }
}
