:root {
  --font-size: 16px;
  font-size: var(--font-size);
}
#index .kv-swiper img {
  width: 100%;
}
#index .kv-swiper .slide-text-groups {
  top: 50%;
  left: 6%;
/*  transform: translate(-50%, -50%);*/
}
#index .kv-swiper .slide-text-groups .slide-title {
  font-size: 3.44rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 9.38rem;
}
#index .kv-swiper .slide-text-groups .slide-link {
  color: #fff;
  padding: 1.25rem 1.88rem;
  border: 1px solid #fff;
  border-radius: 3.13rem;
  font-size: 1rem;
  letter-spacing: 2px;
}
#index .kv-swiper .slide-text-groups .slide-link .iconfont {
  font-size: 1.25rem;
  margin-left: 0.94rem;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
#index .kv-swiper .slide-text-groups .slide-link:hover .iconfont {
  transform: translateX(5px);
}
#index .products {
  padding-top: 8.44rem;
  padding-bottom: 10rem;
  background-image: url(../image/index_product.jpg);
  background-size: cover;
  background-position: center;
}
#index .products .swiper-wrapper {
  align-items: stretch;
}
#index .products .section-title-groups {
  margin-left: 6.25rem;
}
#index .products .section-title-groups .section-title {
  font-size: 2.5rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 1.38rem;
}
#index .products .section-title-groups .section-sub-title {
  font-size: 1.06rem;
  color: #333;
  margin-bottom: 4.88rem;
}
#index .products .product-swiper-wrapper {
  position: relative;
  align-items: stretch;
  margin: 0 85px;
}
#index .products .product-swiper-wrapper .product_item {
  width: 14%;
  flex-shrink: 0;
  height: 513px;
  background-size: cover;
  background-position: center;
  margin-right: 5px;
  transition: all 0.4s ease-in-out;
}
#index .products .product-swiper-wrapper .product_item .product-pic {
  width: 100%;
  height: 100%;
}
#index .products .product-swiper-wrapper .product_item .product-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index .products .product-swiper-wrapper .product_item .product_cate_name {
  position: absolute;
  left: 50%;
  bottom: 10%;
  z-index: 2;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  transition: all 0.1s ease-in-out;
}
#index .products .product-swiper-wrapper .product_item .product_cate_name .cate_name {
  margin-top: 25px;
  white-space: nowrap;
}
#index .products .product-swiper-wrapper .active {
  flex: auto;
  flex-shrink: 0;
}
#index .products .product-swiper-wrapper .active .product_cate_name {
  font-size: 20px;
  transform: translateX(-50%) translateY(-20px);
}
#index .products .product-swiper-wrapper .slide-button {
  width: 3.56rem;
  height: 3.56rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  margin-left: 16.25rem;
  margin-right: 3.13rem;
}
#index .products .product-swiper-wrapper .slide-button .swiper-btn {
  color: #fff;
  font-size: 1.56rem;
}
#index .products .product-swiper-wrapper .slide-pre {
  position: absolute;
  right: 17.5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
#index .products .product-swiper-wrapper .product-swiper {
  flex: 1;
  margin-right: 3.75rem;
}
#index .products .product-swiper-wrapper .product-swiper .swiper-slide {
  background-color: #fff;
  border-radius: 0.63rem;
  height: auto;
  padding-top: 4.38rem;
  padding-bottom: 4.38rem;
  padding-right: 1.25rem;
  padding-left: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-shadow: 0 4px 20px 0 rgba(176, 176, 176, 0.3);
}
#index .products .product-swiper-wrapper .product-swiper .swiper-slide .slide-text {
  margin-top: 4.06rem;
}
#index .products .product-swiper-wrapper .product-swiper .swiper-slide .slide-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#index .products .product-swiper-wrapper .product-swiper .swiper-slide .slide-title {
  font-size: 1.5rem;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 1.63rem;
}
#index .products .product-swiper-wrapper .product-swiper .swiper-slide .slide-sub-title {
  font-size: 1rem;
  color: #777777;
}
#index .product-recommend {
  position: relative;
  padding-bottom: 6.25rem;
}
#index .product-recommend .recmmend-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
#index .product-recommend .recmmend_title {
  font-weight: bold;
  color: #fff;
  padding-top: 8.13rem;
  font-size: 2.5rem;
  padding-bottom: 3rem;
  text-align: center;
}
#index .product-recommend .recommend-swiper-wrapper {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index .product-recommend .recommend-swiper-wrapper .recommend-swiper {
  margin: 0 3.13rem;
}
#index .product-recommend .recommend-swiper-wrapper .recommend-slide {
  width: 30rem;
  height: 30rem;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 0.63rem;
  overflow: hidden;
}
#index .product-recommend .recommend-swiper-wrapper .recommend-slide .product-pic {
  padding: 0 6.13rem;
}
#index .product-recommend .recommend-swiper-wrapper .recommend-slide .product-title {
  font-size: 1.5rem;
  margin-top: 3.75rem;
  margin-bottom: 1.88rem;
}
#index .product-recommend .recommend-swiper-wrapper .recommend-slide .product-sub-title {
  font-size: 1rem;
}
#index .product-recommend .rotate3d_wrapper {
  width: 100%;
  height: 100%;
}
#index .product-recommend .rotate3d_wrapper #rotate3d {
  width: 100%;
  height: 80%;
}
#index .product-recommend .rotate3d_wrapper #rotate3d .recommend-slide {
  background-color: rgba(0, 0, 0, 0.8);
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 0.63rem;
  overflow: hidden;
}
#index .product-recommend .rotate3d_wrapper #rotate3d .recommend-slide .product-title {
  font-size: 1.5rem;
  margin-top: 3.75rem;
  margin-bottom: 1.88rem;
}
#index .product-recommend .rotate3d_wrapper #rotate3d .recommend-slide .product-sub-title {
  font-size: 1rem;
}
#index .application .application-title {
  font-size: 2.5rem;
  color: #333;
  font-weight: bold;
  padding-top: 7.5rem;
  padding-bottom: 2.19rem;
}
#index .application .application-sub-title {
  font-size: 1.06rem;
  color: #555555;
  margin-bottom: 3.75rem;
}
#index .application .application-content-wrapper {
  position: relative;
}
#index .application .application-content-wrapper .change-swiper-buttons {
  width: 100%;
  margin-bottom: 3.13rem;
  flex-wrap: nowrap;
  cursor: pointer;
  align-items: stretch;
}
#index .application .application-content-wrapper .change-swiper-buttons .chang-swiper-button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-right: 6.25rem;
  white-space: nowrap;
  text-align: center;
  font-size: 1rem;
  color: #333;
}
#index .application .application-content-wrapper .change-swiper-buttons .chang-swiper-button .button-icon {
  position: relative;
  margin-bottom: 1.38rem;
  padding: 0.94rem;
  transition: all 0.4s ease-in-out;
}
#index .application .application-content-wrapper .change-swiper-buttons .chang-swiper-button .button-icon .default {
  width: -webkit-fill-available;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}
#index .application .application-content-wrapper .change-swiper-buttons .chang-swiper-button .button-icon .height {
  width: -webkit-fill-available;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
#index .application .application-content-wrapper .change-swiper-buttons .chang-swiper-button:last-child {
  margin-right: 0;
}
#index .application .application-content-wrapper .change-swiper-buttons .chang-swiper-button:last-child::after {
  display: none;
}
#index .application .application-content-wrapper .change-swiper-buttons .active-btn .button-icon {
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
#index .application .application-content-wrapper .change-swiper-buttons .active-btn .button-icon .height {
  opacity: 1;
}
#index .application .application-content-wrapper .change-swiper-buttons .active-btn .button-icon .default {
  opacity: 0;
}
#index .application .application-content-wrapper .change-swiper-buttons .chang-swiper-button::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #cecece;
  position: absolute;
  top: 30%;
  left: 113%;
  transform: translateY(-50%);
}
#index .application .application-content-wrapper .application-swiper .slide-wrapper {
  height: 100%;
  align-items: stretch;
}
#index .application .application-content-wrapper .application-swiper .slide-wrapper .slide-pic {
  width: 50%;
  flex-shrink: 0;
}
#index .application .application-content-wrapper .application-swiper .slide-wrapper .slide-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index .application .application-content-wrapper .application-swiper .slide-text-content {
  flex: 1;
  background-color: #f8f8f8;
  padding: 0 4.38rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
#index .application .application-content-wrapper .application-swiper .slide-text-content .slide-title {
  font-size: 2.5rem;
  color: #210201;
  font-weight: bold;
  padding-top: 7.5rem;
  margin-bottom: 2.19rem;
}
#index .application .application-content-wrapper .application-swiper .slide-text-content .slide-p {
  font-size: 1.13rem;
  color: #555555;
}
#index .application .application-content-wrapper .application-swiper .slide-text-content .slide-more {
  font-size: 1rem;
  color: #555555;
  margin-top: 15%;
  margin-bottom: 5%;
}
#index .news {
/*  background-image: url(../image/bg4.png);*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 13.13rem;
  padding-bottom: 10.63rem;
}
#index .news .news-title-groups {
  margin-bottom: 3.75rem;
}
#index .news .news-title-groups .news-title {
  font-size: 2.5rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 1.56rem;
}
#index .news .news-title-groups .news-sub-title {
  font-size: 1.06rem;
  color: #555555;
}
#index .news .news-title-groups .slide-more {
  font-size: 0.88rem;
  color: #555555;
}
#index .news .news-title-groups .slide-more .iconfont {
  font-size: 1.88rem;
  color: #555;
}
#index .news .news-swiper-wrapper {
  overflow-x: hidden;
  position: relative;
}
#index .news .news-swiper-wrapper .index_news_box .index_news_left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  margin-right: 50px;
}
#index .news .news-swiper-wrapper .index_news_box .index_news_left .new_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#index .news .news-swiper-wrapper .index_news_box .index_news_left .new_item .new_pic {
  max-width: 432px;
}
#index .news .news-swiper-wrapper .index_news_box .index_news_left .new_item .new_pic img {
  border-radius: 20px;
}
#index .news .news-swiper-wrapper .index_news_box .index_news_left .new_item .new_info {
  margin-top: auto;
}
#index .news .news-swiper-wrapper .index_news_box .index_news_left .new_item .new_info .new_time {
  font-size: 16px;
  color: #555555;
  margin-bottom: 29px;
  margin-top: 37px;
}
#index .news .news-swiper-wrapper .index_news_box .index_news_left .new_item .new_info .new_title {
  font-size: 18px;
  color: #333333;
}
#index .news .news-swiper-wrapper .index_news_box .index_news_right {
  flex: auto;
}
#index .news .news-swiper-wrapper .index_news_box .index_news_right .right_new {
  background-color: #4c7faa;
  border-radius: 20px;
  overflow: hidden;
  padding: 60px 30px;
  display: block;
  margin-bottom: 23px ;
}
#index .news .news-swiper-wrapper .index_news_box .index_news_right .right_new .new_time {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 34px;
}
#index .news .news-swiper-wrapper .index_news_box .index_news_right .right_new .new_title {
  font-size: 18px;
  color: #fff;
}
#index .news .news-swiper-wrapper .index_news_box .index_news_right .right_new:nth-child(2n) {
  background-color: #004986;
}
#index .news .news-swiper-wrapper .index_news_box .index_news_right .right_new:nth-child(2n) .new_time {
  margin-bottom: 90px;
}
#index .news .index-news-swiper {
  padding-bottom: 6.25rem;
}
#index .news .index-news-swiper .swiper-pagination-bullet {
  width: 2.69rem;
  height: 0.44rem;
  border-radius: 0.63rem;
  background-color: #e5e5e5;
}
#index .news .index-news-swiper .swiper-pagination-bullet-active {
  background-color: #e03933;
}
#index .news .index-news-swiper .swiper-wrapper {
  align-items: stretch;
}
#index .news .index-news-swiper .swiper-wrapper .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
#index .news .index-news-swiper .swiper-wrapper .swiper-slide .new-pic {
  flex: 1;
}
#index .news .index-news-swiper .swiper-wrapper .swiper-slide .new-pic img {
  height: 100%;
  object-fit: contain;
}
#index .news .index-news-swiper .new-title {
  font-size: 1.13rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index .news .index-news-swiper .new-time {
  font-size: 1rem;
  color: #555;
  margin: 1.88rem 0;
}
#product .product_category {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 1.88rem;
}
#product .product_category .category_wrapper {
  align-items: stretch;
}
#product .product_category .category_wrapper .category_item {
  padding-bottom: 1.56rem;
  position: relative;
  flex: 1;
}
#product .product_category .category_wrapper .category_item .arrow_line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: 2;
  width: 0%;
  height: 10px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
#product .product_category .category_wrapper .category_item .category_title {
  font-size: 1.13rem;
  color: #333;
  transition: all 0.2s ease-in-out;
}
#product .product_category .category_wrapper .category_item .category_icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
  width: 60%;
}
#product .product_category .category_wrapper .category_item .category_icon .default {
  transition: all 0.2s ease-in-out;
  opacity: 1;
  filter: brightness(0.5);
}
#product .product_category .category_wrapper .category_item .category_icon .height {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
#product .product_category .category_wrapper .category_item:hover .category_title {
  color: #e03933;
}
#product .product_category .category_wrapper .category_item:hover .arrow_line {
  width: 100%;
  opacity: 1;
}
#product .product_category .category_wrapper .category_item:hover .category_icon .default {
  opacity: 0;
}
#product .product_category .category_wrapper .category_item:hover .category_icon .height {
  opacity: 1;
}
#product .product_category .category_wrapper .active .category_title {
  color: #e03933;
}
#product .product_category .category_wrapper .active .arrow_line {
  width: 100%;
  opacity: 1;
}
#product .product_category .category_wrapper .active .category_icon .default {
  opacity: 0;
}
#product .product_category .category_wrapper .active .category_icon .height {
  opacity: 1;
}
#product .three_category {
  background-color: #edf0f2;
  margin-bottom: 4.38rem;
  min-height: 57px;
}
#product .three_category .three_nav {
  padding: 1.88rem;
  color: #555;
  font-size: 1rem;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
#product .three_category .three_nav:hover {
  color: #e03933;
}
#product .three_category .active {
  color: #e03933;
}
#product .product_list {
  margin-bottom: 10.63rem;
}
#product .product_list table {
  width: 100%;
  text-align: center;
}
#product .product_list thead {
  display: inline-block;
  overflow: hidden;
  border-radius: 1.88rem 1.88rem 0 0;
  width: 100%;
}
#product .product_list thead tr {
  padding: 1.25rem 0;
  background-color: #e03933;
  color: #fff;
  font-size: 1rem;
  width: 100%;
}
#product .product_list thead th {
  padding: 0 5px;
  flex: 1;
  border-right: 1px solid #fb4944;
}
#product .product_list tbody tr {
  padding: 1.25rem 0;
  text-align: center;
  border-bottom: 1px solid #d3d3d3;
}
#product .product_list tbody tr td {
  flex: 1;
  font-size: 1rem;
  color: #555;
  padding: 0 5px;
}
#product .product_list tbody tr td a {
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
#product .product_list tbody tr td a:hover {
  color: #e03933;
}
#product .product_list tbody tr:last-child {
  border-bottom: none;
}
#product_detail .product_detail_banner {
  position: relative;
  padding: 13% 0 13% 0;
}
#product_detail .product_detail_banner img {
  width: 100%;
}
#product_detail .product_detail_banner .product_detail_info .detail_info_left {
  flex: 1;
}
#product_detail .product_detail_banner .product_detail_info .detail_info_left .product_name {
  font-size: 3rem;
  color: #e03933;
  font-weight: bold;
  margin-bottom: 2rem;
}
#product_detail .product_detail_banner .product_detail_info .detail_info_left .application {
  font-weight: bold;
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 0.94rem;
}
#product_detail .product_detail_banner .product_detail_info .detail_info_left .product_desc {
  font-size: 1.25rem;
  color: #666;
  margin-bottom: 3rem;
}
#product_detail .product_detail_banner .product_detail_info .detail_info_left .down_btn {
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 2.13rem;
  background-color: #e03933;
  color: #fff;
  font-size: 1.13rem;
  border-radius: 0.5rem;
}
#product_detail .product_detail_banner .product_detail_info .detail_info_left .down_btn i {
  color: #fff;
  font-size: 1.88rem;
  margin-left: 0.31rem;
}
#product_detail .product_detail_banner .product_detail_info .detail_info_right {
  width: 30%;
  margin-right: 8%;
  flex-shrink: 0;
}
#product_detail .product_detail_banner .product_detail_info .detail_info_right .product_pic {
  margin-left: auto;
}
#product_detail .product_info_groups {
  padding-bottom: 18.75rem;
}
#product_detail .product_info_groups .product_info_item {
  padding-right: 2.19rem;
}
#product_detail .product_info_groups .product_info_item .product_info_wrapper .info_title {
  font-size: 1.5rem;
  color: #666;
  font-weight: 600;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #d3d3d3;
  position: relative;
  margin-bottom: 3.44rem;
}
#product_detail .product_info_groups .product_info_item .product_info_wrapper .info_title:before {
  content: "";
  display: block;
  width: 5.94rem;
  height: 2px;
  background-color: #e03933;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
}
#product_detail .product_info_groups .product_info_item .product_info_wrapper .info_content {
  font-size: 1.25rem;
  color: #666;
  line-height: 1.8;
}
#product_detail .product_info_groups .product_info_item .product_info_wrapper .info_params {
  font-size: 1rem;
  color: #666;
}
#product_detail .product_info_groups .product_info_item .product_info_wrapper .info_params li {
  list-style: disc;
  line-height: 2.2rem;
  list-style-position: inside;
}
#product_detail .product_info_groups .product_info_item:last-child {
  padding-right: 0;
  padding-left: 1.88rem;
}
#application .application_banner {
  position: relative;
}
#application .application_banner img {
  width: 100%;
}
#application .application_banner .application_info .application_name {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}
#application .application_groups {
  margin-bottom: 10rem;
}
#application .application_groups .application_item {
  align-items: stretch;
  margin-bottom: 1.88rem;
}
#application .application_groups .application_item .application_pic {
  width: 50%;
  flex-shrink: 0;
}
#application .application_groups .application_item .application_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#application .application_groups .application_item .application_texts {
  padding: 6.88rem 3.5rem;
  flex: 1;
  background-color: #f7f7f7;
}
#application .application_groups .application_item .application_texts .section_title {
  color: #330000;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 3.13rem;
}
#application .application_groups .application_item .application_texts .section_desc {
  font-size: 1.13rem;
  color: #666;
  margin-bottom: 6.69rem;
}
#application .application_groups .application_item .application_texts .section_tag_groups .tag_item {
  border: 1px solid #d3d3d3;
  border-radius: 0.5rem;
  padding: 0.5rem 1.56rem;
  font-size: 1rem;
  color: #666666;
  margin-right: 0.63rem;
}
#application .application_groups .application_item .application_texts .section_tag_groups .tag_item:last-child {
  margin-right: 0;
}
#application .application_groups .application_item:nth-child(even) {
  flex-direction: row-reverse !important;
}
#development .breadcrumb_nav {
  margin-bottom: 8.5rem;
}
#development .development_banner {
  position: relative;
}
#development .development_banner img {
  width: 100%;
}
#development .development_banner .development_info_left .development_name {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  padding-left: 100%;
  width: max-content;
}
#development .development_groups {
  margin-bottom: 5rem;
}
#development .development_groups .development_item {
  align-items: stretch;
  margin-bottom: 6.94rem;
}
#development .development_groups .development_item .development_pic {
  flex-shrink: 0;
}
#development .development_groups .development_item .section_tags {
  flex-wrap: wrap;
  margin-top: 2.19rem;
}
#development .development_groups .development_item .section_tags .tag_item {
  width: 49%;
  padding: 2.19rem 0;
  border-radius: 0.5rem;
  border: 1px solid #dcdcdc;
  margin-bottom: 0.63rem;
  text-align: center;
  font-size: 1rem;
  color: #333;
}
#development .development_groups .development_item .development_texts {
  padding: 0 5% 0 5%;
  width: 100%;
}
#development .development_groups .development_item .development_texts .section_title {
  font-size: 2rem;
  color: #333;
  margin-bottom: 1.88rem;
  padding-top: 5.63rem;
  font-weight: bold;
}
#development .development_groups .development_item .development_texts .section_desc {
  font-size: 1.13rem;
  color: #666;
  line-height: 2;
}
#development .development_groups .development_item:nth-child(even) {
  flex-direction: row-reverse !important;
  background-color: #f5f5f5;
}
#development .development_groups .development_item:nth-child(even) .development_texts {
  padding: 0 5%;
}
#quality .quality_banner {
  position: relative;
}
#quality .quality_banner img {
  width: 100%;
}
#quality .quality_banner .quality_name {
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
}
#quality .certification {
  padding-bottom: 15.31rem;
  background-image: url(../image/bg5.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}
#quality .certification .section_content_wrapper .section_content_item {
  margin-right: 40px;
}
#quality .certification .section_content_wrapper .section_content_item:last-child {
  margin-right: 0;
}
#quality .certification .section_content_wrapper .section_icon {
  margin-right: 1.69rem;
}
#quality .certification .section_content_wrapper .section_content .section_title {
  font-size: 2.63rem;
  color: #000;
  margin-bottom: 5.94rem;
}
#quality .certification .section_content_wrapper .section_content .items .item {
  list-style-type: disc;
  list-style-position: outside;
  color: #333;
  font-size: 1.5rem;
}
#quality .certification .section_content_wrapper .section_content .items .item::marker {
  color: #e03933;
}
#quality .manage {
  background-image: url(../image/bg6.jpg);
  background-size: cover;
  background-position: center;
}
#quality .manage .manage_container {
  padding-bottom: 5.63rem;
}
#quality .manage .manage_container .manage_title {
  padding-top: 5.63rem;
  margin-bottom: 3.75rem;
}
#quality .manage .manage_container .manage_title .title_icon {
  margin-right: 1.69rem;
}
#quality .manage .manage_container .manage_img {
  text-align: center;
}
#quality .manage .manage_container .manage_img img {
  margin: 0 auto;
}
#quality .test .test_container .test_title {
  padding-top: 9.75rem;
  margin-bottom: 8rem;
}
#quality .test .test_container .test_title .title_icon {
  margin-right: 1.69rem;
}
#quality .test .test_container .test_table {
  border-bottom: 1px solid #dddddd;
}
#quality .test .test_container .test_table .table_category .category_item {
  font-size: 1.25rem;
  color: #333;
  position: relative;
  padding-bottom: 1.75rem;
  transition: all 0.2s ease-in-out;
}
#quality .test .test_container .test_table .table_category .category_item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #e03933;
  transition: all 0.2s ease-in-out;
}
#quality .test .test_container .test_table .table_category .category_item:hover {
  color: #e03933;
}
#quality .test .test_container .test_table .table_category .category_item:hover::after {
  width: 100%;
}
#quality .test .test_container .test_table .table_category .active {
  color: #e03933;
}
#quality .test .test_container .test_table .table_category .active::after {
  width: 100%;
}
#quality .test .test_container .table_body {
  margin-top: 4.25rem;
  margin-bottom: 18.75rem;
}
#quality .test .test_container .table_body table {
  width: 100%;
  text-align: center;
  border-radius: 1rem;
  overflow: hidden;
}
#quality .test .test_container .table_body table thead {
  background-color: #e03933;
  color: #fff;
  font-size: 1.13rem;
  border-radius: 0.88rem;
}
#quality .test .test_container .table_body table thead th {
  padding: 1.25rem 0;
}
#quality .test .test_container .table_body table tbody {
  background-color: #fdfdfd;
}
#quality .test .test_container .table_body table tbody tr {
  border-bottom: 1px solid #dddddd;
}
#quality .test .test_container .table_body table tbody tr td {
  padding: 1.25rem 0;
  font-size: 1.13rem;
  color: #333;
}
#quality .test .test_container .table_body table tbody tr:last-child {
  border-bottom: none;
}
#news .news_banner {
  position: relative;
}
#news .news_banner img {
  width: 100%;
}
#news .news_banner .news_name {
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
}
#news .search_result {
  background-color: rgba(1, 45, 84, 0.8);
  text-align: center;
}
#news .search_result img {
  opacity: 0;
}
#news .search_result .detail_info_left {
  margin: 0 auto;
}
#news .search_result .search_result_header {
  text-align: center;
}
#news .search_result .search_result_header span {
  color: #ff0000;
}
#news .search_result .search_result_header .search_result_title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 40px;
}
#news .search_result .search_result_header .search_sub_title {
  color: #fff;
  font-size: 32px;
}
#news .news_container .news_swiper {
  overflow: hidden;
  position: relative;
}
#news .news_container .news_swiper .swiper_buttons {
  z-index: 3;
  bottom: 7%;
  left: 3.75rem;
}
#news .news_container .news_swiper .swiper_buttons .swiper_btn {
  font-size: 1.88rem;
  color: #666;
  width: 3.13rem;
  height: 3.13rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 0.94rem;
}
#news .news_container .news_swiper .new_slide_item .swiper_new_content {
  align-items: stretch;
}
#news .news_container .news_swiper .new_slide_item .swiper_new_content .new_info {
  background-color: #f8f8f8;
  padding: 6.25rem 3.75rem;
  transition: all 0.2s ease-in-out;
  flex: 1;
}
#news .news_container .news_swiper .new_slide_item .swiper_new_content .new_info .new_title {
  font-size: 1.5rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 7.5rem;
  transition: all 0.2s ease-in-out;
}
#news .news_container .news_swiper .new_slide_item .swiper_new_content .new_info .new_time {
  font-size: 0.88rem;
  color: #666;
  transition: all 0.2s ease-in-out;
}
#news .news_container .news_swiper .new_slide_item .swiper_new_content .new_info .new_time .iconfont {
  margin-right: 3px;
  transition: all 0.2s ease-in-out;
}
#news .news_container .news_swiper .new_slide_item .swiper_new_content .new_info .new_time .icon-yanjing {
  margin-left: 0.94rem;
}
#news .news_container .news_swiper .new_slide_item .swiper_new_content .new_pic {
  max-width: 50%;
}
#news .news_container .news_swiper .new_slide_item .swiper_new_content .new_pic img {
  height: 100%;
  object-fit: cover;
}
#news .news_container .news_swiper .new_slide_item:hover .new_info {
  background-color: #255e9a;
}
#news .news_container .news_swiper .new_slide_item:hover .new_info .new_title {
  color: #fff;
}
#news .news_container .news_swiper .new_slide_item:hover .new_info .new_time {
  color: #fff;
}
#news .news_container .news_swiper .new_slide_item:hover .new_info .new_time .iconfont {
  color: #fff;
}
#news .news_container .news_lists {
  margin-top: 5rem;
  align-items: stretch;
}
#news .news_container .news_lists .new_item {
  margin-bottom: 1.88rem;
}
#news .news_container .news_lists .new_item .new_content {
  padding: 0.94rem;
  border-radius: 1.25rem;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.3s ease-in-out;
}
#news .news_container .news_lists .new_item .new_content .new_info .new_time {
  margin-top: 2.5rem;
  margin-bottom: 1.88rem;
}
#news .news_container .news_lists .new_item .new_content .new_info .new_title {
  font-size: 1.63rem;
  line-height: 1.5;
  color: #333;
  margin-bottom: 1.88rem;
}
#news .news_container .news_lists .new_item .new_content .new_pic {
  width: 100%;
  flex-shrink: 0;
}
#news .news_container .news_lists .new_item .new_content .new_pic img {
  height: 100%;
  width: 100%;
  max-width: none;
  border-radius: 20px;
  object-fit: cover;
}
#news .news_container .news_lists .new_item:hover .new_content {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#news #laypage {
  margin: 3.13rem 0;
}
#new_detail {
  background-color: #f8f9fb;
  padding-bottom: 4.88rem;
}
#new_detail .new_info_groups .more_new {
  width: 30%;
  margin-left: 2.5rem;
  padding: 2.5rem;
  border-radius: 1rem;
  background-color: #fff;
}
#new_detail .new_info_groups .more_new .more_title {
  font-size: 1.25rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 3.13rem;
}
#new_detail .new_info_groups .more_new .more_new_lists .more_new_item {
  padding-bottom: 1.88rem;
  margin-bottom: 1.88rem;
  border-bottom: 1px solid #dddddd;
}
#new_detail .new_info_groups .more_new .more_new_lists .more_new_item .more_new_link {
  display: block;
}
#new_detail .new_info_groups .more_new .more_new_lists .more_new_item .more_new_link .more_time {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1.25rem;
}
#new_detail .new_info_groups .more_new .more_new_lists .more_new_item .more_new_link .more_title {
  font-size: 1rem;
  color: #000;
}
#new_detail .new_info_groups .new_content {
  flex: 1;
  padding: 3.13rem;
  border-radius: 1rem;
  background-color: #fff;
}
#new_detail .new_info_groups .new_content .new_title {
  font-size: 1.25rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 3.13rem;
}
#new_detail .new_info_groups .new_content .new_time {
  font-size: 0.88rem;
  color: #333333;
  padding-bottom: 1.88rem;
  margin-bottom: 1.88rem;
  border-bottom: 1px solid #dddddd;
}
#new_detail .new_info_groups .new_content .content {
  font-size: 0.94rem;
  color: #666;
  line-height: 2;
}
#new_detail .new_info_groups .new_content .content img {
  display: inline;
}
#new_detail .change_page {
  padding: 1.88rem 0;
}
#new_detail .change_page .button_groups {
  flex: 1;
}
#new_detail .change_page .button_groups a {
  font-size: 1rem;
  color: #000;
}
#new_detail .change_page .button_groups .icon-arrowLeft {
  margin-right: 0.94rem;
}
#new_detail .change_page .button_groups .icon-arrowRight {
  margin-left: 0.94rem;
}
#new_detail .change_page .empty {
  width: 30%;
  margin-left: 2.5rem;
}
#contact .contact_banner {
  position: relative;
}
#contact .contact_banner img {
  width: 100%;
}
#contact .contact_banner .contact_name {
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
}
#contact .contact_container {
  padding-bottom: 5.5rem;
}
#contact .contact_container .contact_content .contact_item {
  margin-bottom: 8.13rem;
}
#contact .contact_container .contact_content .contact_item .item_content .iconfont {
  font-size: 1.63rem;
}
#contact .contact_container .contact_content .contact_item .item_content .item_icon {
  border: 1px solid #333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 0.63rem;
}
#contact .contact_container .contact_content .contact_item .item_content .item_text {
  color: #666;
  font-size: 1rem;
}
#contact .contact_container .contact_content .contact_item .item_content .item_company {
  font-size: 1.88rem;
  color: #000;
  padding-bottom: 2.25rem;
  margin-bottom: 2.25rem;
  border-bottom: 1px solid #dddddd;
}
#contact .contact_container .contact_content .contact_item .item_content .item_email {
  margin-bottom: 1.25rem;
}
#contact .contact_container .contact_content .contact_item:nth-child(2n) .item_content {
  padding-left: 5rem;
}
#investment .investment_banner {
  position: relative;
}
#investment .investment_banner img {
  width: 100%;
}
#investment .investment_banner .investment_name {
  color: #fff;
  font-weight: bold;
}
#investment .code {
  margin-top: 5.94rem;
  margin-bottom: 7.81rem;
}
#investment .code .code_content {
  align-items: stretch;
}
#investment .code .code_content .code_left_content {
  padding: 7.38rem 10.81rem;
  background-color: #f9f9f9;
  height: 100%;
  color: #333;
}
#investment .code .code_content .code_left_content .code_sulg {
  font-size: 1.88rem;
  margin-bottom: 1.88rem;
}
#investment .code .code_content .code_left_content .code_num {
  font-size: 1.88rem;
}
#investment .code .code_content .code_left_content .code_num span {
  color: #ff3333;
  font-weight: bold;
}
#investment .code .code_content .code_right_content {
  padding-left: 4.38rem;
  height: 100%;
}
#investment .code .code_content .code_right_content .code_right_title {
  font-size: 1.88rem;
  font-weight: bold;
  color: #111;
  padding-top: 3.75rem;
  margin-bottom: 3.44rem;
}
#investment .code .code_content .code_right_content .code_right_item {
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 1.88rem;
}
#investment .code .code_content .code_right_content .code_right_item .iconfont {
  font-size: 1.88rem;
  margin-right: 5px;
}
#investment .message {
  padding-bottom: 6.25rem;
  text-align: center;
}
#investment .message .left_content {
  margin-right: 0.44rem;
}
#investment .message .right_content {
  margin-left: 0.44rem;
}
#investment .message .content_title {
  font-size: 2.25rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding-bottom: 1.25rem;
  margin-bottom: 2.81rem;
}
#investment .message .content_title::after {
  content: "";
  display: block;
  width: 3.13rem;
  height: 0.38rem;
  background-color: #e6211b;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
#investment .message .content_link {
  color: #fff;
  border: 1px solid #fff;
  padding: 1.25rem 3.75rem;
  border-radius: 3.13rem;
}
#investment .message .content_link .iconfont {
  margin-left: 10px;
}
#investment .contact {
  text-align: center;
  padding: 5.81rem 0;
  background-color: #f5f5f7;
}
#investment .contact .contact_title {
  font-size: 1.5rem;
  color: #666;
  margin-bottom: 3rem;
}
#investment .contact .contact_link {
  color: #fff;
  background-color: #e51f19;
  font-size: 1.13rem;
  padding: 0.81rem 3.13rem;
  border-radius: 3.13rem;
}
#joinus {
  background-color: #f5f5f5;
}
#joinus .joinus_banner img {
  width: 100%;
}
#joinus .joinus_name {
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
}
#joinus .section_title {
  font-size: 2.63rem;
  color: #111;
  font-weight: bold;
  margin-bottom: 3.13rem;
  text-align: center;
}
#joinus .talent {
  text-align: center;
  padding: 7.5rem 0;
}
#joinus .talent .talent_desc {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #666;
}
#joinus .cultivate {
  background-color: #fff;
  padding: 10.13rem 0;
}
#joinus .cultivate .cultivate_images {
  margin-bottom: 2.81rem;
}
#joinus .cultivate .cultivate_images .image_content {
  overflow: hidden;
  border-radius: 1.25rem;
}
#joinus .cultivate .cultivate_images .image_content img {
  transition: all 0.3s ease-in-out;
}
#joinus .cultivate .cultivate_images .image_content:hover img {
  transform: scale(1.05);
}
#joinus .cultivate .cultivate_images .image_title {
  position: absolute;
  bottom: 5rem;
  left: 1.88rem;
  font-size: 1.88rem;
  color: #fff;
  font-weight: bold;
}
#joinus .cultivate .reward .reward_item {
  padding: 3rem 1.88rem 3rem 6.25rem;
  background-image: url(../image/j3.png);
  background-size: 100% 100%;
  background-position: center;
  border-radius: 0.88rem;
  margin-right: 0.75rem;
  overflow: hidden;
  height: max-content;
  text-align: right;
  font-size: 1.25rem;
  color: #111;
  font-weight: bold;
  flex: 1;
  transition: all 0.3s ease-in-out;
}
#joinus .cultivate .reward .reward_item:hover {
  background-size: 105% 105%;
}
#joinus .cultivate .reward .reward_item:last-child {
  margin-right: 0;
}
#joinus .cultivate .reward .equity {
  width: max-content;
  padding: 1.25rem;
  border-radius: 1rem;
  flex: auto;
  background: none;
  background-color: #e03933;
}
#joinus .cultivate .reward .equity .equity_titne {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
#joinus .cultivate .reward .equity .equity_icon {
  margin-bottom: 0.94rem;
}
#joinus .welfare {
  padding: 8.13rem 0;
}
#joinus .welfare .section_title {
  margin-bottom: 5.31rem;
}
#joinus .welfare .welfare_desc {
  font-size: 1.88rem;
  color: #333;
  margin-bottom: 2.5rem;
}
#joinus .welfare .welfare_wrapper {
  align-items: stretch;
}
#joinus .welfare .welfare_wrapper .welfare_item {
  margin-bottom: 1.25rem;
}
#joinus .welfare .welfare_wrapper .welfare_item .item_content {
  height: 100%;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  font-size: 1.13rem;
  color: #333;
  border-radius: 1rem;
}
#joinus .welfare .welfare_wrapper .welfare_item .item_content .item_title {
  margin-top: 1.88rem;
}
#joinus .jobs {
  padding: 7.81rem 0;
  background-color: #fff;
}
#joinus .jobs .jobs_title {
  font-size: 1.5rem;
  color: #333;
  font-weight: bold;
  padding-bottom: 1.25rem;
  width: max-content;
  border-bottom: 2px solid #e51f19;
  position: relative;
}
#joinus .jobs .jobs_wrapper {
  margin-top: 3.13rem;
}
#joinus .jobs .jobs_wrapper .job_item {
  padding-bottom: 1.88rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1.88rem;
}
#joinus .jobs .jobs_wrapper .job_item .item_content {
  margin-bottom: 1.88rem;
}
#joinus .jobs .jobs_wrapper .job_item .job_title_groups {
  flex: 1;
}
#joinus .jobs .jobs_wrapper .job_item .job_title_groups .job_title {
  margin-right: 15px;
  font-size: 1.25rem;
  color: #666;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
#joinus .jobs .jobs_wrapper .job_item .job_title_groups .address .address_item {
  font-size: 1rem;
  margin-right: 50px;
  color: #333;
}
#joinus .jobs .jobs_wrapper .job_item .job_title_groups .address .address_item .iconfont {
  font-size: 1.25rem;
}
#joinus .jobs .jobs_wrapper .job_item .job_time {
  width: 120px;
  margin: 0 auto;
  font-size: 1rem;
  color: #999999;
  margin-right: 33%;
  flex-shrink: 0;
}
#joinus .jobs .jobs_wrapper .job_item .slide_link {
  font-size: 1rem;
  color: #333;
  border: 1px solid #333;
  padding: 0.75rem 2.13rem;
  border-radius: 4px;
  white-space: nowrap;
}
#joinus .jobs .jobs_wrapper .job_item .collapsing {
  border: none;
}
#joinus .jobs .jobs_wrapper .job_item .collapsing .card-body {
  border: none;
  background-color: #f5f5f5;
}
#joinus .jobs .jobs_wrapper .job_item .collapse {
  border: none;
}
#joinus .jobs .jobs_wrapper .job_item .collapse .card-body {
  border: none;
  background-color: #f5f5f5;
}
#apply .joinus_banner img {
  width: 100%;
}
#apply .apply_form .form_wrapper {
  transform: translateY(-14.25rem);
}
#apply .apply_form .form_wrapper .breadcrumb_nav {
  margin-bottom: 1.25rem;
}
#apply .apply_form .form_wrapper .breadcrumb_nav .bread-item a {
  color: #fff;
}
#apply .apply_form .form_wrapper .breadcrumb_nav .bread-item a .iconfont {
  color: #fff;
}
#apply .apply_form .form_wrapper .breadcrumb_nav .active {
  color: #fff;
}
#apply .apply_form .form_wrapper .breadcrumb_nav .bread-item::after {
  color: #fff;
}
#apply .apply_form .form_wrapper .form_content {
  background-color: #fff;
  border-radius: 1rem;
  padding: 0 7.81rem;
  padding-top: 8.75rem;
}
#apply .apply_form .form_wrapper .form_content .form_title {
  font-size: 3rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 2.5rem;
  text-align: center;
}
#apply .apply_form .form_wrapper .form_content .smfont {
  font-size: 1.25rem;
  color: #333333;
  text-align: center;
  margin-bottom: 5rem;
}
#apply .apply_form .form_wrapper .form_content .form_body .form_item {
  margin-bottom: 1.25rem;
}
#apply .apply_form .form_wrapper .form_content .form_body .form_item .form_item_content {
  padding: 1.25rem 0;
  border-bottom: 1px solid #dbdbdb;
}
#apply .apply_form .form_wrapper .form_content .form_body .form_item .form_item_content .form_label {
  font-size: 1.13rem;
  color: #333;
}
#apply .apply_form .form_wrapper .form_content .form_body .form_item .form_item_content .form_input {
  font-size: 1.13rem;
  color: #333;
  text-indent: 1rem;
}
#apply .apply_form .form_wrapper .form_content .form_body .form_item .form_textarea {
  width: 100%;
  border: 1px solid #dbdbdb;
  padding: 0.94rem;
  min-height: 12.75rem;
  margin-top: 3.13rem;
}
#apply .apply_form .form_wrapper .form_content .form_body .form_item:nth-child(2n) .form_item_content {
  margin-left: 1.25rem;
}
#apply .apply_form .form_wrapper .form_content .form_body .form_item:nth-child(2n + 1) .form_item_content {
  margin-right: 1.25rem;
}
#apply .apply_form .form_wrapper .form_content .form_body .btn {
  background-color: #e03933;
  border-color: #e03933;
  padding: 0.94rem 3.63rem;
  margin-top: 3.13rem;
}
#about .about_desc .section_title {
  font-size: 2.63rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 5.75rem 0;
  left: 0!important;
  top: 0!important;
}
#about .about_desc .desc_body {
  font-size: 1.13rem;
  color: #666;
  line-height: 1.7;
  background-image: url(../image/about_bg1.png
);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#about .about_desc .about_desc_img {
  margin: 3.38rem auto;
  margin-bottom: 8rem;
  width: 58%;
}
#about .about_desc .title_wrapper {
  height: 14rem;
}
#about .wenhua {
  background-image: url(../image/about2.jpg);
  background-size: cover;
  padding-top: 5.88rem;
}
#about .wenhua .section_title {
  text-align: center;
  font-size: 2.63rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 7.5rem;
}
#about .wenhua .wenhua_left .left_content .left_item {
  margin-bottom: 5.63rem;
}
#about .wenhua .wenhua_left .left_content .left_item .item_icon {
  width: 3.5rem;
  flex-shrink: 0;
  margin-right: 1.69rem;
}
#about .wenhua .wenhua_left .left_content .left_item .item_info .item_title {
  font-size: 1.75rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
#about .wenhua .wenhua_left .left_content .left_item .item_info .item_sub_title {
  font-size: 1.13rem;
  color: #666;
}
#about .history {
  background-image: url(../image/about4.jpg);
  background-size: cover;
  background-position: center;
}
#about .history .history_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#about .history .history_content {
  padding: 6.88rem 0;
  height: 100%;
}
#about .history .history_content .history_title {
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 9.38rem;
}
#about .history .history_content .history_swiper {
  flex: 1;
  width: 100%;
  position: relative;
}
#about .history .history_content .history_swiper .swiper-wrapper .swiper-slide {
  height: auto !important;
  opacity: 0.7;
}
#about .history .history_content .history_swiper .swiper-wrapper .swiper-slide-active {
  opacity: 1;
}
#about .history .history_content .history_swiper .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
#about .history .history_content .history_swiper .swiper-wrapper::-webkit-scrollbar-thumb {
  display: none;
}
#about .history .history_content .history_swiper .slide_content {
  color: #fff;
  opacity: 0.9;
  align-items: stretch;
}
#about .history .history_content .history_swiper .slide_content .slide_left {
  font-size: 3.13rem;
  font-weight: bold;
  text-align: right;
  width: 49%;
  flex-shrink: 0;
  padding-top: 20px;
  padding-bottom: 5px;
  padding-right: 50px;
}
#about .history .history_content .history_swiper .slide_content .slide_line {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
  transform: translateX(1px);
}
#about .history .history_content .history_swiper .slide_content .slide_right {
  width: 49%;
  padding-left: 50px;
  flex-shrink: 0;
  border-left: 2px solid rgba(0, 0, 0, 0);
}
#about .history .history_content .history_swiper .slide_content .slide_right .right_content {
  padding-top: 30px;
  padding-bottom: 5px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
#about .history .history_content .history_swiper .slide_content .slide_right .slide_year {
  font-size: 1.88rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
#about .history .history_content .history_swiper .slide_content .slide_right .slide_events .event_item {
  list-style-type: disc;
  line-height: 1.9;
  list-style-position: inside;
}
#about .history .history_content .history_swiper .swiper-slide-active .slide_content {
  opacity: 1;
}
#about .history .history_content .history_swiper .swiper-slide-active .slide_right {
  border-left: 2px solid rgba(255, 0, 0, 0.5);
}
#about .honor {
  padding-top: 8.13rem;
}
#about .honor .honor_title_groups {
  margin-bottom: 7.81rem;
}
#about .honor .honor_left {
  width: 50%;
}
#about .honor .honor_right {
  width: 30%;
  position: relative;
}
#about .honor .honor_right .swiper-pagination {
  text-align: left;
  font-size: 1.13rem;
  color: #666;
}
#about .honor .honor_right .swiper-pagination .swiper-pagination-current {
  color: #333;
  font-size: 1.25rem;
}
@keyframes setpWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
#about .honor .honor_right .right_line_wrapper {
  width: 100%;
  height: 5px;
  background-color: #959595;
}
#about .honor .honor_right .right_line_wrapper .right_line {
  width: 0;
  height: 100%;
  background-color: #e03933;
  animation: setpWidth 3s infinite;
}
#about .honor .honor_title {
  font-size: 2.63rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 1.56rem;
}
#about .honor .honor_title_desc {
  font-size: 1.13rem;
  color: #666;
}
#about .honor .honor_swiper {
  height: 28vw;
}
#about .honor .honor_swiper .swiper-wrapper {
  align-items: self-end;
}
#about .honor .honor_swiper .swiper-slide {
  width: auto!important;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
}
#about .honor .honor_swiper .swiper-slide img {
  height: 100%;
  width: auto;
  max-width: none;
}
#about .line {
  width: 100%;
}
#about .partner {
  padding-bottom: 9.38rem;
}
#about .partner .partner_title {
  font-size: 2.63rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 3.13rem;
  padding-top: 5.63rem;
}
#about .partner .partner_swiper {
  padding-bottom: 3.13rem;
}
#about .partner .partner_swiper .swiper-wrapper {
  align-items: stretch;
}
#about .partner .partner_swiper .swiper-slide {
  border: 1px solid #dbdbdb;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .partner .partner_swiper .partner_logg {
  width: 100%;
}
#about .partner .partner_swiper .swiper-pagination-bullet {
  width: 0.81rem;
  height: 0.81rem;
}
#about .partner .partner_swiper .swiper-pagination-bullet-active {
  background-color: #959595;
}
@media screen and (max-width: 1919px) {
  :root {
    font-size: 14px;
  }
}
@media screen and (max-width: 1599px) {
  :root {
    font-size: 13px;
  }
  #development .development_groups .development_item .development_texts {
    flex: 1;
  }
  #development .development_groups .development_item .development_pic {
    flex: 2;
  }
  #development .development_groups .development_item .section_tags .tag_item {
    padding: 1rem;
    width: auto;
    margin-right: 0.63rem;
  }
  #development .development_groups .development_item .section_tags {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1439px) {
  :root {
    font-size: 12px;
  }
  #index .application .application-content-wrapper .application-swiper .slide-text-content {
    padding-right: 0.94rem;
  }
}
@media screen and (max-width: 1359px) {
  :root {
    font-size: 11px;
  }
  #index .kv-swiper .slide-text-groups .slide-title {
    font-size: 3rem;
    margin-bottom: 6.38rem;
  }
  #index .products .product-swiper-wrapper .slide-button {
    margin-left: 1.25rem;
  }
  #index .products .section-title-groups {
    margin-left: 8.25rem;
  }
  #index .application .application-content-wrapper .change-swiper-buttons .chang-swiper-button {
    margin-right: 6rem;
  }
  #index .application .application-content-wrapper .change-swiper-buttons .chang-swiper-button:last-child {
    margin-right: 0.94rem;
  }
  #index .application .application-content-wrapper .change-swiper-buttons .chang-swiper-button::after {
    width: 75%;
    left: 130%;
  }
}
@media screen and (max-width: 1023px) {
  #index .application .application-content-wrapper .application-swiper .slide-wrapper {
    flex-direction: column !important;
  }
  #index .application .application-content-wrapper .application-swiper .slide-text-content .slide-more {
    margin-top: 10%;
    margin-bottom: 3.13rem;
  }
  #index .product-recommend .recommend-swiper-wrapper .recommend-swiper {
    margin-top: 0%;
    height: 100%;
  }
  #index .product-recommend .recommend-swiper-wrapper .recommend-slide .product-title {
    margin-top: 2.75rem;
    margin-bottom: 0;
  }
  #index .product-recommend .recommend-swiper-wrapper .recommend-slide {
    padding: 1.88rem;
  }
  #application .application_groups .application_item .application_texts .section_tag_groups {
    flex-wrap: wrap;
  }
  #application .application_groups .application_item .application_texts .section_tag_groups .tag_item {
    margin-bottom: 0.63rem;
  }
  #application .application_groups .application_item .application_texts {
    padding: 2.88rem 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  #index .products .product-swiper-wrapper .slide-button {
    margin-right: 1.25rem;
  }
  #index .products .product-swiper-wrapper .slide-pre {
    right: 0;
  }
  #index .products .product-swiper-wrapper .product-swiper {
    margin-right: 6rem;
  }
  #application .application_groups .application_item .application_pic {
    width: 100%;
  }
  #application .application_groups .application_item {
    flex-direction: column !important;
  }
  #application .application_groups .application_item .application_texts .section_title {
    font-size: 2rem;
    margin-bottom: 1.13rem;
  }
  #application .application_groups .application_item .application_texts .section_desc {
    margin-bottom: 2.69rem;
  }
  #application .application_groups .application_item:nth-child(even) {
    flex-direction: column !important;
  }
  #application .application_banner .application_info .application_name {
    font-size: 2rem;
  }
  #development .development_groups .development_item {
    flex-direction: column !important;
    margin-bottom: 3.13rem;
  }
  #development .development_groups .development_item .development_texts {
    flex: 1;
    padding: 1.88rem 0.94rem;
  }
  #development .development_groups .development_item .development_pic {
    flex: 1;
    padding: 0rem 0.94rem;
  }
  #development .breadcrumb_nav {
    margin-bottom: 3.13rem;
  }
  #development .development_groups .development_item:nth-child(even) {
    flex-direction: column !important;
  }
  #development .development_groups .development_item:nth-child(even) .development_texts {
    padding: 0.94rem;
  }
  #development .development_groups .development_item .development_texts .section_desc img {
    margin: 0 auto;
  }
  #development .development_groups .development_item .development_texts .section_title {
    padding-top: 3.13rem;
    font-size: 2rem;
  }
  #news .news_container .news_swiper .new_slide_item .swiper_new_content .new_pic {
    max-width: 100%;
  }
  #quality .certification .section_content_wrapper .section_content .items .item {
    list-style: outside;
  }
  #index .application .application-content-wrapper .application-swiper .swiper-slide {
    height: auto!important;
  }
}
@media screen and (max-width: 767px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }
  #product_detail .product_info_groups .product_info_item:last-child {
    padding-left: 0;
  }
  #product_detail .product_detail_banner .banner_bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #product_detail .product_detail_banner .product_detail_info {
    position: static;
    transform: none;
    padding: 30px 0;
  }
  #product_detail .product_info_groups .product_info_item {
    padding: 0;
    margin-bottom: 30px;
  }
  #product_detail .product_detail_banner .product_detail_info .detail_info_left .product_name {
    font-size: 2rem;
    margin-bottom: 1.06rem;
  }
  #product_detail .product_detail_banner .product_detail_info .detail_info_left .application {
    font-size: 1.4rem;
  }
  #product_detail .product_detail_banner .product_detail_info .detail_info_left .product_desc {
    margin-bottom: 1rem;
  }
  #index .kv-swiper .slide-text-groups .slide-title {
    font-size: 2rem;
    margin-bottom: 3.38rem;
  }
  #index .products .product-swiper-wrapper .product-swiper .swiper-slide {
    text-align: center;
  }
  #index .products .product-swiper-wrapper .product-swiper .swiper-slide .slide-icon {
    margin: 0 auto;
  }
  #index .application .application-content-wrapper .application-swiper .slide-wrapper .slide-pic {
    width: 100%;
  }
  #about .history {
    height: 120vw;
  }
  #index .products {
    padding: 3.13rem 0;
  }
  #index .products .section-title-groups {
    width: 95%;
    margin: 0 auto;
  }
  #index .products .section-title-groups .section-title {
    font-size: 2rem;
  }
  #index .products .section-title-groups .section-sub-title {
    margin-bottom: 3.13rem;
  }
  #joinus .jobs .jobs_wrapper .job_item .job_title_groups .address .address_item {
    margin-right: 25px;
  }
  #index .product-recommend .recmmend_title {
    font-size: 2rem;
    padding-top: 3.13rem;
  }
  #index .product-recommend .recommend-swiper-wrapper .recommend-slide {
    padding: 1rem;
    height: 30rem;
  }
  #index .product-recommend .recommend-swiper-wrapper .recommend-slide .product-title {
    margin-top: 1rem;
  }
  #index .application .application-content-wrapper .application-swiper .slide-text-content {
    padding-left: 0.94rem;
    padding-bottom: 1.88rem;
  }
  #index .application .application-content-wrapper .application-swiper .slide-text-content .slide-title {
    font-size: 2rem;
    padding-top: 3.13rem;
  }
  #index .application .application-content-wrapper .application-swiper .slide-text-content .slide-more {
    margin-bottom: 3rem;
  }
  #index .application .application-content-wrapper .change-swiper-buttons .chang-swiper-button {
    margin-right: 4rem;
  }
  #index .news {
    padding: 3.13rem 0;
  }
  #index .news .news-title-groups .news-title {
    font-size: 2rem;
  }
  #index .news .index-news-swiper {
    padding-bottom: 3rem;
  }
  #index .application .application-title {
    padding-top: 3.13rem;
    font-size: 2rem;
  }
  #product .product_category .category_wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  #product .product_category .category_wrapper .category_item {
    white-space: nowrap;
    opacity: 1;
    transform: none;
    margin-right: 1.25rem;
  }
  #product .product_category .category_wrapper .category_item .category_icon {
    width: auto;
  }
  #product .product_list thead th {
    font-size: 0.7rem;
  }
  #development .breadcrumb_nav {
    margin-bottom: 0;
  }
  #development .development_banner .development_info_left .development_name {
    font-size: 2rem;
  }
  #quality .certification .section_content_wrapper .section_content .section_title {
    font-size: 2rem;
  }
  #quality .certification .section_content_wrapper .section_content .section_title {
    margin-bottom: 3rem;
  }
  #quality .certification {
    padding-bottom: 3.13rem;
  }
  #quality .test .test_container .test_title {
    padding-top: 3.13rem;
    margin-bottom: 3.13rem;
    font-weight: bold;
    font-size: 2rem;
  }
  #quality .test .test_container .test_table .table_category {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  #quality .test .test_container .test_table .table_category .category_item {
    white-space: nowrap;
    margin-right: 0.94rem;
  }
  #quality .quality_banner .quality_name {
    font-size: 2rem;
  }
  #apply .apply_form .form_wrapper .form_content {
    padding: 0 0.94rem;
    margin-top: -4rem;
  }
  #apply .apply_form .form_wrapper .form_content .form_body {
    padding-bottom: 3.13rem;
  }
  #apply .apply_form .form_wrapper .form_content .smfont {
    margin-bottom: 3rem;
  }
  #apply .apply_form .form_wrapper .form_content .form_title {
    font-size: 2rem;
  }
  #apply .apply_form .form_wrapper {
    transform: translateY(0);
  }
  #apply .apply_form .form_wrapper .breadcrumb_nav {
    transform: translateY(-72%);
  }
  #apply .apply_form .form_wrapper .form_content .form_body .form_item:nth-child(2n + 1) .form_item_content {
    margin-right: 0;
  }
  #apply .apply_form .form_wrapper .form_content .form_body .form_item:nth-child(2n) .form_item_content {
    margin-left: 0;
  }
  .inside-banner .inside-banner-title {
    font-size: 2rem;
  }
  #about .about_desc .section_title {
    font-size: 1.4rem;
    padding: 3.13rem 0;
    position: static!important;
  }
  #about .about_desc .about_desc_img {
  width: 100%;
}
  #about .about_desc .title_wrapper {
    height: auto;
  }
  #about .about_desc .desc_body {
    font-size: 16px;
  }
  #about .wenhua .section_title {
    font-size: 2rem;
    margin-bottom: 3.13rem;
  }
  #about .wenhua .wenhua_right {
    padding-bottom: 1.88rem;
  }
  #about .history .history_content .history_swiper .slide_content .slide_left {
    display: none;
  }
  #about .history .history_content .history_swiper .slide_content .slide_right {
    width: 100%;
    margin-left: 0;
  }
  #about .history .history_content .history_swiper .slide_content .slide_right .right_content {
    width: 100%;
    padding-right: 10px;
  }
  #about .history .history_content .history_swiper .slide_content .slide_right .slide_events .event_item {
    font-size: 1.3rem;
  }
  #about .honor {
    padding-top: 3.13rem;
  }
  #about .honor .honor_title {
    font-size: 2rem;
  }
  #about .honor .honor_left {
    width: 60%;
  }
  #about .honor .honor_title_groups {
    margin-bottom: 3.13rem;
  }
  #about .partner .partner_title {
    font-size: 2rem;
  }
  #about .history .history_content .history_title {
    margin-bottom: 1.13rem;
  }
  #investment .message img {
    width: 100%;
  }
  #new_detail .new_info_groups .new_content {
    padding: 3rem 1.5rem;
  }
  #joinus .welfare .welfare_wrapper .welfare_item .item_content img {
    width: 50%;
    margin: 0 auto;
  }
  #investment .message .right_content {
    margin: 0;
  }
  #investment .code {
    margin-top: 0;
    margin-bottom: 1.88rem;
  }
  #investment .code .code_content .code_left_content {
    padding: 3.13rem 0;
    text-align: center;
  }
  #investment .code .code_content .code_right_content {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #investment .code .code_content .code_right_content .code_right_title {
    margin-bottom: 1.5rem;
    width: 100%;
  }
  #investment .code .code_content .code_right_content .code_right_item {
    margin-bottom: 1.3rem;
  }
  #investment .message .left_content {
    margin-right: 0;
    margin-bottom: 1.88rem;
  }
  #investment .message .content_title {
    font-size: 2rem;
  }
  #investment .message .content_link {
    padding: 1rem 2.75rem;
    font-size: 1.2rem;
  }
  #joinus .joinus_name {
    font-size: 2rem;
  }
  #joinus .talent {
    padding: 1.88rem 0;
  }
  #joinus .section_title {
    font-size: 2rem;
    margin-bottom: 1.88rem;
  }
  #joinus .cultivate {
    padding: 3.13rem 0;
  }
  #joinus .cultivate .cultivate_images .cultivate_image_item:last-child {
    margin-top: 1.88rem;
  }
  #joinus .cultivate .cultivate_content .reward {
    display: none;
  }
  #joinus .welfare {
    padding: 3.13rem 0;
  }
  #joinus .welfare .section_title {
    margin-bottom: 1.88rem;
  }
  #joinus .welfare .welfare_desc {
    font-size: 1.2rem;
  }
  #joinus .welfare .welfare_wrapper .welfare_item .item_content .item_title {
    font-size: 1.4rem;
  }
  #joinus .jobs .jobs_wrapper .job_item .job_time {
    width: auto;
    margin-right: 30px;
  }
  #joinus .jobs {
    padding: 3.13rem 0;
  }
  #joinus .jobs .jobs_title {
    font-size: 2rem;
  }
  #news .news_container .news_swiper .new_slide_item .swiper_new_content {
    flex-direction: column-reverse !important;
  }
  #news .news_container .news_swiper .new_slide_item .swiper_new_content .new_info {
    padding: 1.25rem;
  }
  #news .news_container .news_swiper .new_slide_item .swiper_new_content .new_info .new_title {
    margin-bottom: 1.5rem;
  }
  #news .news_container .news_swiper .swiper_buttons .swiper_btn {
    display: none;
  }
  #news .news_container .news_swiper .swiper_buttons .swiper_btn {
    display: none;
  }
  #news .news_banner .news_name {
    font-size: 2rem;
  }
  #news .news_container .news_lists .new_item .new_content .new_info .new_time {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  #quality .manage .manage_container .manage_title {
    font-weight: bold;
    font-size: 2rem;
  }
  #news .news_container .news_lists .new_item {
    margin-bottom: 1.88rem;
  }
  #contact .contact_banner .contact_name {
    font-size: 2rem;
  }
  #contact .contact_container .contact_content .contact_item .item_content .item_company {
    font-size: 2rem;
    padding-bottom: 1.88rem;
    margin-bottom: 1.88rem;
  }
  #contact .contact_container .contact_content .contact_item {
    margin-bottom: 3.13rem;
  }
  #contact .contact_container .contact_content .contact_item:nth-child(2n) .item_content {
    padding-left: 0;
  }
  #index .product-recommend .recommend-swiper-wrapper .recommend-slide .product-pic {
    padding: 1.88rem;
  }
  #development .development_groups .development_item .development_texts .section_title {
    padding-top: 0;
  }
  #about .history .history_content {
    padding: 1.88rem 0;
  }
  #product_detail .product_detail_banner .product_detail_info .detail_info_right {
    margin-left: 10%;
  }
  #quality .certification .section_content_wrapper {
    flex-direction: column!important;
  }
  #quality .certification .section_content_wrapper .section_content_item {
    margin: 0;
    margin-bottom: 30px;
  }
  #quality .certification .section_content_wrapper .section_content_item:nth-last-child(1) {
    margin-bottom: 0;
  }
  #index .products .product-swiper-wrapper {
    margin: 0 10px;
    flex-wrap: wrap;
  }
  #index .products .product-swiper-wrapper .active {
    width: 100%;
  }
  #index .products .product-swiper-wrapper .product_item {
    height: 200px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #index .news .news-swiper-wrapper .index_news_box {
    flex-direction: column!important;
  }
  #index .news .news-swiper-wrapper .index_news_box .index_news_left {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    margin-right: 0px;
  }
  #index .news .news-swiper-wrapper .index_news_box .index_news_left .new_item {
    margin-bottom: 30px;
  }
  #index .news .news-swiper-wrapper .index_news_box .index_news_left .new_item .new_info .new_time {
    margin-bottom: 10px;
  }
  #about .honor .honor_swiper .swiper-slide {
    width: 100%!important;
  }
  #about .honor .honor_swiper .swiper-slide img {
    height: auto;
    width: 100%;
  }
  #about .honor .honor_swiper {
    height: auto;
  }
}
