@charset "UTF-8";
#all {
  width: 100%;
}
#all #all_in {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
/*#all #all_in .products_two_mouseover {*/
/*  transition: all 1s;*/
/*  max-height: 1500px !important;*/
/*  padding-top: 40px !important;*/
/*  padding-bottom: 40px !important;*/
/*  padding-left: 180px;*/
/*  padding-right: 180px;*/
/*}*/
#all #all_in .breadcrumb {
  margin-top: 10px;
  position: inherit;
  background-color: transparent;
}
#all #all_in .breadcrumb > li + li:before {
  color: #77787a;
  content: "/ ";
  padding: 0 5px;
}
#all #all_in .breadcrumb > li + li:before a {
  font-size: 23px;
}
#all #all_in #banner {
  position: relative;
  margin-top: 6rem;
  overflow: hidden;
}
#all #all_in #banner div img {
  width: 100%;
}
#all #all_in #banner .mengban {
  position: absolute;
  top: 0;
  width: 100%;
  height: 600px;
  background-color: rgba(62, 72, 81, 0.3);
}
#all #all_in #banner .banner_text {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#all #all_in #banner .banner_text h2 {
  transform: translate(0, -50%);
  font-weight: bold;
  color: #fff;
  font-size: 50px;
  padding-bottom: 5px;
}
#all #all_in #banner .banner_text h2 span {
  font-weight: bold;
  font-size: 2rem;
  color: #fb433b;
}
#all #all_in #banner .banner_text text {
  color: #fff;
}
#all #all_in #about_bg {
  width: 100%;
}
#all #all_in #about_bg #about {
  margin: auto;
  padding-top: 20px;
  padding-bottom: 100px;
  display: flex;
}
#all #all_in #about_bg #about #about_img {
  flex-grow: 0;
  flex-basis: 50%;
  transition: 1s all;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  position: relative;
}
#all #all_in #about_bg #about #about_img .container {
  position: relative;
  z-index: 2;
}
#all #all_in #about_bg #about #about_img .this_z_div {
  background-color: #eaecf1;
  position: absolute;
  top: 30px;
  right: -20px;
  width: 13vw;
  height: 25vw;
  z-index: 1;
}
#all #all_in #about_bg #about #about_text {
  flex-grow: 0;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 60px;
  flex: 1 1 0;
  font-size: 16px;
}
#all #all_in #about_bg #about #about_text h5 {
  font-size: 22px;
}
#all #all_in #about_bg #about #about_text h3 {
  font-size: 45px;
  margin-top: 0.5vw;
  margin-bottom: 1vw;
}
#all #all_in #about_bg #about #about_text p {
  font-size: 22px;
  color: #8d8e91;
  line-height: 26px;
}
#all #all_in #this_img_swiper {
  margin-bottom: 80px;
}
#all #all_in #this_img_swiper .swiper-father {
  z-index: 5;
}
#all #all_in #this_img_swiper .swiper-father .swiper5 {
  padding-bottom: 100px;
  overflow: hidden;
}
#all #all_in #this_img_swiper .swiper-father .swiper5 .swiper-slide5 {
  overflow: hidden;
}
#all #all_in #this_img_swiper .swiper-father .swiper5 .swiper-slide5 img {
  width: 100%;
}
#all #all_in #this_img_swiper .swiper-father .swiper5 .swiper-button-next5,
#all #all_in #this_img_swiper .swiper-father .swiper5 .swiper-button-prev5 {
  top: 90%;
  width: 45px;
}
#all #all_in #this_img_swiper .swiper-father .swiper5 .swiper-button-next5 {
  right: 40vw;
}
#all #all_in #this_img_swiper .swiper-father .swiper5 .swiper-button-prev5 {
  left: 40vw;
}
#all #all_in #this_img_swiper .swiper-father .swiper5 .swiper-button-prev5:after,
#all #all_in #this_img_swiper .swiper-father .swiper5 .swiper-button-next5:after {
  background-repeat: no-repeat;
  background-position: center;
  content: " ";
  font-family: inherit;
  width: 45px;
  height: 25px;
}
#all #all_in #this_img_swiper .swiper-father .swiper5 .swiper-button-prev5:after {
  background-image: url("../img/profile/arrow_prev.png");
}
#all #all_in #this_img_swiper .swiper-father .swiper5 .swiper-button-next5:after {
  background-image: url("../img/profile/arrow.png");
}

/* 768  1024 1280 1440(苹）1680  1920*/
/* 当页面宽度大于xx px小于xx px */
@media screen and (min-width: 1440px) and (max-width: 1679px) {
  .title_content3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .title_content3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .title_content3 {
    font-size: 16px;
  }
  #all #all_in #bottom .padding_10_180 {
    padding: 10px 60px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #banner {
    margin-top: 10rem !important;
  }
  #all #all_in #banner .banner_text h2 {
    font-size: 42px;
  }
  .this_title2 {
    font-size: 28px;
  }
  .title_content2 {
    font-size: 20px;
  }
  .title_content3 {
    font-size: 16px;
  }
  #all #all_in #about_bg #about {
    display: flex;
    flex-wrap: wrap;
  }
  #all #all_in #about_bg #about #about_img {
    width: 100%;
    flex: auto;
  }
  #all #all_in #about_bg #about #about_text {
    width: 100%;
    flex: auto;
  }
  #all #all_in #products #products_content .products_content_row .products_content_child {
    height: 150px;
  }
  #all #all_in #products #products_content .products_content_row .products_content_child .p_bottom_text .this_title1 {
    font-size: 20px;
  }
  .news_content_child_text .news_content_child_text_bg .news_text_title {
    padding-right: 1em !important;
  }
  .news_content_child_text .news_content_child_text_bg .news_text_title p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    line-height: 28px;
    font-size: 15px;
    transition: all 0.4s;
  }
  .news_content_child_text .news_content_child_text_bg .news_text_content {
    padding-right: 0 !important;
  }
  .news_content_child_text .news_content_child_text_bg .news_text_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #666;
    line-height: 28px;
    font-size: 15px;
    transition: all 0.4s;
  }
}
@media screen and (max-width: 767px) {
  #banner {
    margin-top: 50px !important;
  }
  #all #all_in #banner .banner_text h2 {
    font-size: 30px;
  }
  #all #all_in #news #news_content .news_content_child .news_content_child_img {
    height: auto;
  }
  #all #all_in #news #news_content .news_content_child .news_content_child_img img {
    width: 140%;
  }
  #all #all_in #news #news_content .news_content_child .news_content_child_img img:hover {
    width: 150%;
  }
  .this_title2 {
    font-size: 28px;
  }
  .title_content2 {
    font-size: 20px;
  }
  .title_content3 {
    font-size: 16px;
  }
  #all #all_in #awards #awards_title #awards_title_text #awards_title_text_h4 {
    font-size: 28px;
  }
  #all #all_in #about_bg #about {
    display: flex;
    flex-wrap: wrap;
  }
  #all #all_in #about_bg #about #about_img {
    width: 100%;
    flex: auto;
  }
  #all #all_in #about_bg #about #about_text {
    width: 100%;
    flex: auto;
  }
}
@media screen and (max-width: 600px) {
  #all #all_in #this_img_swiper .swiper-father .swiper5 .swiper-button-prev5 {
    left: 20vw;
  }
  #all #all_in #this_img_swiper .swiper-father .swiper5 .swiper-button-next5 {
    right: 20vw;
  }
}/*# sourceMappingURL=profile.css.map */