#header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 6;
}

/* 头部轮播 */
.index_swiper {
  position: relative;
}
/*.index_swiper .swiper-wrapper{*/
/*    height: auto;*/
/*}*/
.index-swiper-img {
  width: 100%;
  /* height: 100%; */
}
.index-swiper-img > img {
  width: 100%;
  /* height: 100%; */
}
.index_swiper_content {
  position: absolute;
  top: 41.59%;
  left: 8.333%;
}
.index_swiper_content > h3 {
  font-size: 56px;
  font-family: PFMedium;
  font-weight: 600;
  color: #ffffff;
  line-height: 66px;
}
.index_swiper_content > p {
  font-size: 30px;
  font-family: PFRegular;
  font-weight: 400;
  color: #ffffff;
  line-height: 35px;
  margin-top: 7px;
}
.controll {
  display: flex;
  align-items: center;
  position: absolute;
  right: 8.333%;
  top: 79.61%;
  z-index: 2;
}
.currentPage {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-image: url('/static/home/imgs/Group.png');
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 21px;
  color: #ffffff;
}
.left_arrow i,
.right_arrow i {
  width: 6px;
  height: 15px;
  color: #ffffff;
}
.left_arrow,
.right_arrow {
  outline: none;
}
/* 关于我们 */
.aboutUs {
  width: 100%;
  height: 100%;
  padding: 70px 0;
  position: relative;
}

.skew {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  background-color: #fff;
}
canvas {
  position: relative !important;
}
.canvas-box {
  width: 100%;
  height: 500px;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
}

.aboutUs_cont {
  display: flex;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.aboutUs_cont_left {
  width: 41.25%;
  margin-right: 6.25%;
   display: flex;
  flex-direction: column;
  justify-content: center;
}
.content_title {
  font-size: 30px;
  font-family: PFMedium;
  font-weight: 600;
  color: #333333;
}
.aboutUs_cont_right {
  width: 52.5%;
}
.aboutUs_cont_right > img {
  width: 100%;
}
.line_bott {
   width: 42px;
  height: 3px;
  background-color: #d7000f;
  margin-top: 10px;
}
.left_text {
  font-size: 18px;
  font-family: PFRegular;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
  margin-top: 20px;
  margin-bottom: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

/* 推荐产品 */
.recommend_product {
  width: 100%;
  height: 100%;
  background-image: url('/static/home/imgs/Rectangle587.png');
  background-size: cover;

  padding: 70px 0;
  display: flex;
  align-items: center;
}
.recommend_content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pro_content {
  flex: 1;
  display: flex;
  margin: 30px 0;
  width: 100%;
}
.pro_content > div:not(:last-child) {
  margin-right: 45.5px;
}

.pro_img {
  width: 100%;
}
.pro_img > img {
   
    object-fit: cover;
  width: 100%;
}
.img_foot {
 width: 100%;
  height: 60px;
  font-size: 18px;
  font-family: PFMedium;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
  background-color: rgba(215, 0, 15, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.coverBox {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  z-index: -1;
  background-image: url('/static/home/imgs/Group1571.png');
  background-size: cover;
  transition: all 0.3s linear;
}
.cover_body {
  width: 79.125%;
  margin: 0 auto;
  margin-top: 100px;
}
.cover_body > h2 {
  color: #ffffff;
  font-size: 56px;
  font-family: PFMedium;
  font-weight: 600;
  line-height: 77px;
  /* 设置渐变色的方向以及颜色 */
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0) 67%
  );
  -webkit-background-clip: text;
  color: transparent;
}
.cover_body > h3 {
  font-size: 18px;
  font-family: PFMedium;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
  transform: translateY(-15px);
}
.cover_body > p {
  font-size: 14px;
  font-family: PFRegular;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 21px;
  text-align: justify;
}
.cover_foot {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.recommend_product .cover_foot p {
  height: 28px;
  font-size: 14px;
  font-family: SYRegular;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  margin-right: 8px;
}
.godetail1>div{
    width: 14px;
    height: 14px;
}
.godetail1>div>img{
    width: 100%;
}
/* 经典案例 */
.example {
  width: 100%;
  height: 100%;
  background-image: url('/static/home/imgs/image97(1).png');
  background-size: cover;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 0;
  justify-content: center;
}

.pro_content_item {
  width: 31.4375%;
  background: #f6f9fa;
  margin-bottom: 30px;
  background-image: url('');
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.pro_content_item:hover .jcnewstitle {
  color: white;
}

.pro_content_item:hover .jcnewscontent {
  color: white;
}

.pro_content_item:hover .jcnewsdata {
  color: white;
}
.pro_content_item:hover .footdetail > p {
  color: white;
}
.pro_content_item:hover .goDetail {
  display: none;
}
.pro_content_item:hover .goDetail1 {
  display: block;
}
.pro_content_item:hover .coverBox {
  height: 100%;
  opacity: 1;
  z-index: 1;
}
.pro_content_item:hover .cover_foot > p {
  color: #ffffff;
}
.pro_content_item:hover .cover_foot > i {
  color: #ffffff;
}



.jcnewsimg img {
  width: 100%;
  height: auto;
  transition: all 0.8s ease;
}

.jcnewsimg {
  width: 100%;
  overflow: hidden;
  height: 299px;
  object-fit: cover;
}
.jcnewsbody > div {
  margin: 0 auto;
  width: 88.48%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
}
.jcnewsbody {
  position: relative;
  z-index: 9;
  background: #ffffff;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 0px 0px;
  background-image: url('/static/home/imgs/image91.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.pro_content_item > a .jcnewsbody::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-image: url('/static/home/imgs/image91.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-color: #d7000f;
  transition: all 0.4s ease;
  z-index: -1;
}
.pro_content_item:hover .jcnewsbody::before {
  height: 100%;
}
.pro_content_item:hover .jcnewsimg > img {
  transform: scale(1.1);
}

.jcnewstitle {
  font-size: 18px;
  font-family: SYBold;
  color: #333333;
  line-height: 1.8;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.jcnewsfoot {
  margin-top: 34px;
  display: flex;
  align-items: center;
}
.jcnewsdata {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.jcnewscontent {
    height: 28px;
  font-size: 16px;
  font-family: PFRegular;
  font-weight: 400;
  color: #999999;
  line-height: 28px;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.footdetail {
  display: flex;
  align-items: center;
}
.footdetail p {
  height: 28px;
  font-size: 16px;
  font-family: SYRegular;
  font-weight: 400;
  color: #d7000f;
  line-height: 28px;
  margin-right: 12px;
}

/* 新闻中心 */
.news_content {
  width: 100%;
  height: 100%;
  background-image: url('/static/en/imgs/image97.png');
  background-size: cover;
  margin: auto;
  align-items: center;
  padding: 70px 0;
  display: flex;
  align-items: center;
}
.pro_content {
  display: flex;
}
.news_left {
  width: 28.5625%;
}
.news_left>a {
  height: 100%;
 display: flex;
 flex-direction: column;
}
.news_right {
  flex: 1;
  /* width: 49.5625%; */
}
.news_left img {
  width: 100%;
  transition: all 0.8s ease;
}
.coverImg,
.newsLeftImg {
  overflow: hidden;
}
.news_right_item .coverImg {
  width: 280px;
   max-height: 186px;
  object-fit: cover;
}
.coverImg > img {
  width: 100%;
  transition: all 0.8s ease;
}
.news_left_down {
  flex: 1;
  background-color: #d7000f;
  padding: 25px 34px;
  display: flex;
  flex-direction: column;
}
.news_left_down > h3 {
  font-size: 20px;
  font-family: PFMedium;
  font-weight: 500;
  color: #ffffff;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news_left_down > h4 {
  flex: 1;
  font-size: 16px;
  font-family: PFRegular;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 27px;
  margin-top: 6px;
  margin-bottom: 12px;

 
}
.news_left_down > h4>span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news_left_down > p {
  font-size: 14px;
  font-family: PFRegular;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 23px;
}
.news_right {
  display: flex;
  flex-direction: column;
}

.news_right_item {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

  margin-bottom: 15px;
}
.news_right > div:last-child {
    margin-bottom: 0;
  }
.news_right_item > a {
  display: flex;
}
.news_right_item_body {
  flex: 1;
  margin-left: 28px;
  display: flex;
  flex-direction: column;
}
.news_right_item_body > h4 {
  flex: 1;
  font-size: 14px;
  font-family: PFRegular;
  font-weight: 400;
  color: #999999;
  margin-top: 6px;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news_right_item_body > h3 {
  font-size: 18px;
  font-family: PFMedium;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
   margin-bottom: 4px;
}
.news_right_item_body > h5 {
  font-size: 14px;
  font-family: PFRegular;
  font-weight: 400;
  color: #999999;
}
.news_right_item:hover .news_right_item_body > h3 {
  color: #d7000f;
}
.news_right_item:hover .coverImg > img {
  transform: scale(1.1);
}
.news_left:hover img {
  transform: scale(1.1);
}
.news_right_item:hover {
  border-bottom: 1px solid #d7000f;
}
@media only screen and (max-width: 1600px) {
  .news_right_item .coverImg {
    width: 180px;
  }
  .news_right_item_body > p {
    margin-top: 0px;
  }
  .cover_body {
    width: 79.125%;
    margin: 52px auto 0px;
  }
  .aboutUs {
    padding: 132.8px 0px;
  }
  .recommend_product,
  .news_content,
  .example {
    padding: 40px 0px;
  }
   .jcnewsimg {
  height: 216px;
}
  .jcnewsbody > div {
    padding-top: 30px;
    padding-bottom: 32px;
  }
  .pro_content_item {
    width: 31.4375%;
    background: url(sy.css) rgb(246, 249, 250);
    position: relative;
    z-index: 0;
  }
  .cover_foot {
    display: flex;
    align-items: center;
    margin-top: 24px;
  }
  
  
}
@media only screen and (max-width: 1400px) {
  .cover_body {
    margin: 45.5px auto 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .w1600 {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    width: 100%;
  }
  .aboutUs,.recommend_product,.example,.news_content{
      height: auto;
  }
  .index-swiper-img > img {
    height: auto;
  }

  .index_swiper .swiper-wrapper {
    height: auto;
  }
  .index_swiper_content {
    display: none;
  }
  .aboutUs {
    width: 100%;
    padding: 36px 0px;
    position: relative;
  }
  .aboutUs_cont {
    display: flex;
    flex-direction: column;
    margin: 0px auto;
    position: relative;
    z-index: 3;
  }
  .aboutUs_cont_left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 36px;
  }
  .content_title {
    font-size: 28px;
    line-height: 49.5px;
  }
  .left_text {
    font-size: 18px;
    font-family: PFRegular;
    font-weight: 400;
    color: rgb(0, 0, 0);
    line-height: 28px;
    margin-top: 13.5px;
    margin-bottom: 31.5px;
  }
  .aboutUs_cont_right {
    width: 100%;
  }
  .pro_content {
    display: flex;
    flex-direction: column;
  }
  .pro_content_item {
    width: 100%;
  }
  .jcnewsimg{
      height: 173px;
  }
  .news_left {
    width: 100%;
    margin-bottom: 24px;
  }
  .news_right_item > a {
    display: flex;
    flex-direction: column;
  }
  .news_right_item .coverImg {
    width: 100%;
  }
  .news_right_item_body {
    margin-left: 0px;
    margin-top: 20px;
  }
}
