.index_banner .swiper-button-next:after,
.index_banner .swiper-button-prev:after {
  font-family: none !important;
  content: '' !important;
}

.index_banner {
  position: relative;
  z-index: 100;
}

.index_banner #sj {
  display: none;
}

.index_banner .swiper-slide {
  height: auto;
  overflow: visible !important;
}

.common_title {
  font-family: 'Delecta-Bold';
  font-weight: normal;
  font-size: 48px;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: capitalize;
}

.common_title a {
  display: inline-block;
  color: #333333;
}

.common_title a:hover {
  color: var(--conmmonColor);
}

.index_category {
  margin-top: 5%;
}

.index_category .layout {
  width: 100%;
  padding: 0 30px;
}

.index_category .category_desc {
  font-family: 'Arial-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 30px;
}

.index_category .category_box {
  position: relative;
}

.index_category .category_box .cate_prev,
.index_category .category_box .cate_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  cursor: pointer;
  transition: all .5s ease-out;
  z-index: 99;
}

.index_category .swiper-pagination {
  display: none;
}

.index_category .category_box .cate_prev {
  left: -1%;
  background: #333333 url(../img/swiper_prev.png) no-repeat center center / 35%;
}

.index_category .category_box .cate_prev:hover {
  background-color: var(--conmmonColor);
}

.index_category .category_box .cate_next {
  right: -1%;
  background: #333333 url(../img/swiper_next.png) no-repeat center center / 35%;
}

.index_category .category_box .cate_next:hover {
  background-color: var(--conmmonColor);
}

.index_category .category_wrap {
  margin-top: 50px;
}

.index_category .category_wrap .cate_list {
  justify-content: flex-start;
  align-items: flex-start;
}

.index_category .category_wrap .cate_list .cate_item {
  width: 100%;
}

.index_category .category_wrap .cate_list .cate_item .item_img {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 71%;
  border-radius: 24px 24px 24px 24px;
}

.index_category .category_wrap .cate_list .cate_item .item_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 24px 24px 24px 24px;
  left: 0;
  top: 0;
  object-fit: cover;
  -webkit-transition: all .5s ease-out 0ms;
  -moz-transition: all .5s ease-out 0ms;
  -o-transition: all .5s ease-out 0ms;
  transition: all .5s ease-out 0ms;
}

.index_category .category_wrap .cate_list .cate_item:hover .item_img img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.index_category .category_wrap .cate_list .cate_item .item_info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 100px;
}

.index_category .category_wrap .cate_list .cate_item .item_info .item_title {
  font-family: 'Delecta-Bold';
  font-weight: normal;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
}

.index_category .category_wrap .cate_list .cate_item .item_info .item_title a {
  display: inline-block;
  color: #FFFFFF;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;

}

.index_category .category_wrap .cate_list .cate_item .item_info .item_btn {
  text-align: center;
  margin-top: 15px;
}

.index_category .category_wrap .cate_list .cate_item .item_info .item_btn a {
  display: inline-block;
  padding: 8px 20px;
  background: #FFFFFF;
  border-radius: 50px 50px 50px 50px;
  font-family: 'Delecta-Bold';
  font-weight: normal;
  font-size: 18px;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
}

.index_category .category_wrap .cate_list .cate_item:hover .item_info .item_btn a {
  color: #FFFFFF;
  background: var(--conmmonColor);
}

.index_product {
  margin-top: 5%;
}

.index_product .top_box {
  justify-content: space-between;
  align-items: center;
}

.index_product .top_box .top_left .product_desc {
  font-family: 'Arial-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 30px;
}

.index_product .top_box .top_right {
  justify-content: flex-end;
  align-items: center;
}

.index_product .top_box .top_right .pro_prev,
.index_product .top_box .top_right .pro_next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #333333;
  cursor: pointer;
  transition: all .5s ease-out;
}

.index_product .top_box .top_right .pro_prev {
  background: url(../img/pro_prev.png) no-repeat center center / 35%;
  margin-right: 20px;
}

.index_product .top_box .top_right .pro_prev:hover {
  background: var(--conmmonColor) url(../img/swiper_prev.png) no-repeat center center / 35%;
  border-color: var(--conmmonColor);
}

.index_product .top_box .top_right .pro_next {
  background: url(../img/pro_next.png) no-repeat center center / 35%;
}

.index_product .top_box .top_right .pro_next:hover {
  background: var(--conmmonColor) url(../img/swiper_next.png) no-repeat center center / 35%;
  border-color: var(--conmmonColor);
}

.index_product .swiper-pagination {
  display: none;
}

.index_product .pro_wrap {
  margin-top: 50px;
  padding: 5px;
}

.index_product .pro_wrap .pro_list {
  align-items: flex-end !important;
}

.index_product .pro_wrap .pro_list .pro_item {
  padding: 18px 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
  border-radius: 12px 12px 12px 12px;
  margin-top: 23px;
  transition: all .5s ease-out;
}

@media (min-width:1024px) and (max-width:1920px) {
  .index_product .pro_wrap .pro_list .pro_item:hover {
    width: 370px !important;
    margin-top: 0;
  }

  .index_product .pro_wrap .pro_list .pro_item:hover .item_img {
    padding-bottom: 120%;
  }
}

.index_product .pro_wrap .pro_list .pro_item .item_img {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 120%;
  transition: all .5s ease-out;
}

.index_product .pro_wrap .pro_list .pro_item .item_img img {
  padding: 0 70px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  -webkit-transition: all .5s ease-out 0ms;
  -moz-transition: all .5s ease-out 0ms;
  -o-transition: all .5s ease-out 0ms;
  transition: all .5s ease-out 0ms;
}

.index_product .pro_wrap .pro_list .pro_item:hover .item_img img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.index_product .pro_wrap .pro_list .pro_item .item_box {
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
}

.index_product .pro_wrap .pro_list .pro_item .item_box .item_title {
  font-family: 'Arial-Bold';
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: capitalize;
}

.index_product .pro_wrap .pro_list .pro_item .item_box .item_btn a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: url(../img/read_more.png) no-repeat center center / 100%;
  transition: all .5s ease-out;
}

.index_product .pro_wrap .pro_list .pro_item:hover .item_box .item_btn a {
  background: url(../img/read_more_hover.png) no-repeat center center / 100%;
}

.index_customize {
  margin-top: 5%;
  padding: 5% 0;
  background: #FAFAFA;
}

.index_customize .customize_desc {
  font-family: 'Arial-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 15px 0 45px;
}

.index_customize .customize_list {
  justify-content: flex-start;
  align-items: flex-start;
}

.index_customize .customize_list .customize_item {
  width: 32.5%;
  margin-right: 30px;
}

.index_customize .customize_list .customize_item:last-child {
  margin-right: 0;
}

.index_customize .customize_list .customize_item .item_img {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  border-radius: 12px 12px 12px 12px;
}

.index_customize .customize_list .customize_item .item_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  border-radius: 12px 12px 12px 12px;
  -webkit-transition: all .5s ease-out 0ms;
  -moz-transition: all .5s ease-out 0ms;
  -o-transition: all .5s ease-out 0ms;
  transition: all .5s ease-out 0ms;

}

.index_customize .customize_list .customize_item:hover .item_img img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.index_customize .customize_list .customize_item .item_title {
  font-family: 'Arial-Bold';
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: capitalize;
  margin-top: 15px;
}

.index_industruy {
  margin-top: 5%;
}

.index_industruy .industruy_desc {
  font-family: 'Arial-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 15px 0 45px;
}

.index_industruy .industruy_list {
  justify-content: flex-start;
  align-items: flex-start;
}

.index_industruy .industruy_list .industruy_item {
  width: 24.5%;
  margin-right: 30px;
}

.index_industruy .industruy_list .industruy_item:nth-child(4n) {
  margin-right: 0;
}


.index_industruy .industruy_list .industruy_item .item_img {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 127%;
  border-radius: 12px 12px 12px 12px;
}

.index_industruy .industruy_list .industruy_item .item_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  border-radius: 12px 12px 12px 12px;
  -webkit-transition: all .5s ease-out 0ms;
  -moz-transition: all .5s ease-out 0ms;
  -o-transition: all .5s ease-out 0ms;
  transition: all .5s ease-out 0ms;
}

.index_industruy .industruy_list .industruy_item .item_img:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.index_industruy .industruy_list .industruy_item .item_title {
  font-family: 'Delecta-Bold';
  font-weight: normal;
  font-size: 16px;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: capitalize;
  margin-top: 15px;
}

.index_industruy .industruy_list .industruy_item .item_title a {
  display: inline-block;
  color: #333333;
}

.index_industruy .industruy_list .industruy_item:hover .item_title a {
  color: var(--conmmonColor);
}

.index_about {
  margin-top: 5%;
  padding: 3% 0 2%;
}

.index_about .about_wrap {
  justify-content: space-between;
  align-items: flex-start;
}

.index_about .about_wrap .about_left {
  width: 42%;
  position: relative;
}

.index_about .about_wrap .about_left .about_icon1 {
  position: absolute;
  left: -55px;
  top: -55px;
  width: 192px;
  height: 192px;
  border-radius: 109px 109px 109px 109px;
  border: 4px solid rgba(202, 151, 114, 0.16);
  z-index: -1;
}

.index_about .about_wrap .about_left .about_icon2 {
  position: absolute;
  right: 0;
  bottom: -25px;
  width: 128px;
  height: 128px;
  border-radius: 109px 109px 109px 109px;
  border: 3px solid rgba(202, 151, 114, 0.3);
  z-index: -1;
}

.index_about .about_wrap .about_left .about_img {
  width: 100%;
  position: relative;
  height: 643px;
  overflow: hidden;
  border-radius: 72px 32px 72px 32px;

}

.index_about .about_wrap .about_left .about_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  border-radius: 72px 32px 72px 32px;
  -webkit-transition: all .5s ease-out 0ms;
  -moz-transition: all .5s ease-out 0ms;
  -o-transition: all .5s ease-out 0ms;
  transition: all .5s ease-out 0ms;
}

.index_about .about_wrap .about_left:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.index_about .about_wrap .about_right {
  width: 55%;
}

.index_about .about_wrap .about_right .about_box {
  position: relative;
}

.index_about .about_wrap .about_right .about_stitle {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  font-family: 'Delecta-Bold';
  font-weight: normal;
  font-size: 128px;
  color: rgba(243, 239, 236, 0.47);
  text-align: left;
  font-style: normal;
  text-transform: uppercase;
  z-index: -1;
}

.index_about .about_wrap .about_right .about_title {
  text-align: left;
  margin-top: 30px;
  font-size: 64px;
  margin-bottom: 30px;
}

.index_about .about_wrap .about_right .about_desc {
  font-family: 'Arial-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.index_about .about_wrap .about_right .about_data {
  margin-top: 65px;
}

.index_about .about_wrap .about_right .about_data .data_list {
  justify-content: flex-start;
  align-items: center;

}

.index_about .about_wrap .about_right .about_data .data_list .data_item {
  width: 30%;
  margin-right: 50px;
  background: #F3EFEC;
  border-radius: 48px 82px 48px 2px;
  padding: 22px 45px;
  transition: all .5s ease-out;
}

.index_about .about_wrap .about_right .about_data .data_list .data_item:hover {
  background: var(--conmmonColor);
}

.index_about .about_wrap .about_right .about_data .data_list .data_item .item_num {
  font-family: 'Delecta-Bold';
  font-weight: normal;
  font-size: 48px;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.index_about .about_wrap .about_right .about_data .data_list .data_item:hover .item_num {
  color: #FFFFFF;
}

.index_about .about_wrap .about_right .about_data .data_list .data_item .item_txt {
  font-family: 'Delecta-Bold';
  font-weight: normal;
  font-size: 32px;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.index_about .about_wrap .about_right .about_data .data_list .data_item:hover .item_txt {
  color: #FFFFFF;
}

.index_about .about_wrap .about_right .about_data .data_list .data_item:nth-child(3n) {
  margin-right: 0;
}

.index_partner {
  margin-top: 5%;
  padding: 3% 0;
  background: #F1F1F1;
}

.index_partner .partner_list .partner_item {
  text-align: center;
}

.index_partner .partner_list .partner_item img {
  width: auto;
  height: 58px;
  object-fit: contain;
}

.index_advantage {
  margin-top: 5%;
  padding: 5% 0;
  background: #FBF7F4;
}

.index_advantage .advantage_title {
  font-size: 64px;
}

.index_advantage .advantage_desc {
  font-family: 'Arial-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 15px 0 35px;
}

.index_advantage .advantage_list {
  justify-content: flex-start;
  align-items: center;
}

.index_advantage .advantage_list .advantage_item {
  width: 24%;
  padding: 36px 24px;
  border-radius: 72px 32px 72px 32px;
  margin-right: 40px;
  transition: all .5s ease-out;
}

.index_advantage .advantage_list .advantage_item:nth-child(4n) {
  margin-right: 0;
}

.index_advantage .advantage_list .advantage_item:hover {
  background: var(--conmmonColor);
}

.index_advantage .advantage_list .advantage_item .item_icon {
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 0 auto;
}

.index_advantage .advantage_list .advantage_item .item_icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease-out;
}

.index_advantage .advantage_list .advantage_item .item_icon .adv_icon2 {
  opacity: 0;
}

.index_advantage .advantage_list .advantage_item:hover .item_icon .adv_icon2 {
  opacity: 1;
}

.index_advantage .advantage_list .advantage_item:hover .item_icon .adv_icon1 {
  opacity: 0;
}

.index_advantage .advantage_list .advantage_item .item_title {
  font-family: 'Delecta-Bold';
  font-weight: normal;
  font-size: 20px;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
  height: 60px;
  overflow: hidden;
  margin: 30px 0 15px;
  transition: all .5s ease;
}

.index_advantage .advantage_list .advantage_item:hover .item_title {
  color: #FFFFFF;
}

.index_advantage .advantage_list .advantage_item .item_desc {
  font-family: 'Arial-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  height: 140px;
  overflow: hidden;
  transition: all .5s ease;
}

.index_advantage .advantage_list .advantage_item:hover .item_desc {
  color: #FFFFFF;
}

.index_news {
  margin-top: 5%;
}

.index_news .news_top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}

.index_news .news_top .news_title {
  font-size: 64px;
  text-align: left;
}

.index_news .news_top .news_btn {
  justify-content: flex-end;
  align-items: center;
}

.index_news .news_top .news_btn .news_prev,
.index_news .news_top .news_btn .news_next {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  transition: all .5s ease-out;
  cursor: pointer;
}

.index_news .news_top .news_btn .news_prev {
  background: #333333 url(../img/swiper_prev.png) no-repeat center center / 40%;
  margin-right: 20px;
}

.index_news .news_top .news_btn .news_prev:hover {
  background-color: var(--conmmonColor);
}


.index_news .news_top .news_btn .news_next {
  background: #333333 url(../img/swiper_next.png) no-repeat center center / 40%;
  margin: 0;
}


.index_news .news_top .news_btn .news_next:hover {
  background-color: var(--conmmonColor);
}

.index_news .swiper-pagination {
  display: none;
}

.index_news .news_list .news_item {
  position: relative;
  width: 100%;
  overflow: visible !important;
  visibility: visible !important;
  padding-bottom: 75px;
}

.index_news .news_list .news_item .item_img {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 120%;
  border-radius: 24px 24px 24px 24px;
}

.index_news .news_list .news_item .item_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  border-radius: 24px 24px 24px 24px;
  -webkit-transition: all .5s ease-out 0ms;
  -moz-transition: all .5s ease-out 0ms;
  -o-transition: all .5s ease-out 0ms;
  transition: all .5s ease-out 0ms;
}

.index_news .news_list .news_item:hover .item_img img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.index_news .news_list .news_item .item_info {
  position: absolute;
  left: 0;
  bottom: 35px;
  background: #FFFFFF;
  border-left: 5px solid var(--conmmonColor);
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  margin-right: 25px;
  margin-top: -75px;
  z-index: 99;
}

.index_news .news_list .news_item:hover .item_info {
  background: #8D5730;
}

.index_news .news_list .news_item .item_info .item_box {
  width: calc(100% - 85px);
}

.index_news .news_list .news_item .item_info .item_date {
  font-family: 'Arial-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: flex;
  align-items: center;
}

.index_news .news_list .news_item:hover .item_info .item_date {
  color: #FFFFFF;
}

.index_news .news_list .news_item .item_info .item_date:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../img/news_date.png) no-repeat center center / 100%;
  margin-right: 6px;
}

.index_news .news_list .news_item:hover .item_info .item_date:before {
  display: none;
}

.index_news .news_list .news_item .item_info .item_title {
  font-family: 'Delecta-Bold';
  font-weight: normal;
  font-size: 18px;
  color: #333333;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: capitalize;
}

.index_news .news_list .news_item .item_info .item_title a {
  display: inline-block;
  color: #333333;
  height: 64px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index_news .news_list .news_item:hover .item_info .item_title a {
  color: #FFFFFF;
}

.index_news .news_list .news_item .item_info .item_desc {
  font-family: 'Arial-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.index_news .news_list .news_item .item_info .item_desc a {
  display: inline-block;
  color: #FFFFFF;
  height: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .5s ease-out;
}

.index_news .news_list .news_item:hover .item_info .item_desc a {
  height: 56px;

}

.index_news .news_list .news_item .item_info .item_icon {
  display: none;
  width: 80px;
  height: 80px;
}

.index_news .news_list .news_item:hover .item_info .item_icon {
  display: block;
}

.index_news .news_list .news_item .item_info .item_icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.index_inquiry {
  margin: 5% 0;
}

.index_inquiry .inquiry_wrap {
  padding: 85px 80px;
  background: #F1F1F1;
  border-radius: 64px 64px 64px 64px;
  justify-content: space-between;
  align-items: center;
}

.index_inquiry .inquiry_wrap .inquiry_left {
  width: 48%;
}

.index_inquiry .inquiry_wrap .inquiry_left .inquiry_title {
  text-align: left;
  text-transform: uppercase;
}

.index_inquiry .inquiry_wrap .inquiry_left .inquiry_title:after {
  content: '';
  display: block;
  width: 150px;
  height: 9px;
  background: var(--conmmonColor);
  margin: 20px 0;
}

.index_inquiry .inquiry_wrap .inquiry_left .inquiry_desc {
  font-family: 'Arial-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 25px;
}

.index_inquiry .inquiry_wrap .inquiry_left .inquiry_btn a {
  display: inline-block;
  padding: 10px 40px;
  background: var(--conmmonColor);
  border: 2px solid var(--conmmonColor);
  border-radius: 58px 58px 58px 58px;
  font-family: 'Arial-Bold';
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.index_inquiry .inquiry_wrap .inquiry_left .inquiry_btn a:hover {
  background-color: #FFFFFF;
  color: var(--conmmonColor);
}

.index_inquiry .inquiry_wrap .inquiry_right {
  width: 48%;
  position: relative;
  height: 422px;
  overflow: hidden;
}

.index_inquiry .inquiry_wrap .inquiry_right img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  -webkit-transition: all .5s ease-out 0ms;
  -moz-transition: all .5s ease-out 0ms;
  -o-transition: all .5s ease-out 0ms;
  transition: all .5s ease-out 0ms;
}

.index_inquiry .inquiry_wrap .inquiry_right:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}



@media only screen and (max-width: 1200px) {
  .index_news {
    visibility: visible !important;
  }

  .index_inquiry .inquiry_wrap .inquiry_left,
  .index_inquiry .inquiry_wrap .inquiry_right {
    visibility: visible !important;
  }
}


@media only screen and (max-width: 1050px) {

  .index_about .about_wrap .about_left,
  .index_about .about_wrap .about_right {
    visibility: visible !important;
  }
  .index_partner{
    visibility: visible !important;
  }
  .index_advantage{
    visibility: visible !important;
  }
}

@media only screen and (max-width: 950px) {
  .index_banner #sj {
    display: block !important;
  }

  .index_banner #pc {
    display: none !important;
  }

  .common_title {
    font-size: 40px;
    line-height: 50px;
  }

  .index_category {
    margin-top: 8%;
  }

  .index_category .layout {
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }

  .index_category .swiper-pagination {
    display: block;
  }

  .index_category .category_wrap {
    padding-bottom: 55px;
    margin-top: 30px;
  }

  .index_category .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #F4F4F4;
    opacity: 1;
    border-radius: 50%;
  }

  .index_category .swiper-pagination-bullet-active {
    background-color: var(--conmmonColor);
  }

  .index_product {
    margin-top: 8%;
  }

  .index_product .top_box .top_left {
    width: 100%;
  }

  .index_product .top_box .top_left .product_title {
    text-align: center;
  }

  .index_product .top_box .top_left .product_desc {
    text-align: center;
  }

  .index_product .top_box .top_right {
    display: none;
  }

  .index_product .swiper-pagination {
    display: block;
  }

  .index_product .pro_wrap {
    padding-bottom: 55px;
    margin-top: 30px;
  }

  .index_product .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #F4F4F4;
    opacity: 1;
    border-radius: 50%;
  }

  .index_product .swiper-pagination-bullet-active {
    background-color: var(--conmmonColor);
  }

  .index_customize {
    margin-top: 8%;
  }

  .index_customize .customize_desc {
    margin-bottom: 30px;
  }

  .index_customize .customize_list {
    flex-wrap: wrap;
  }

  .index_customize .customize_list .customize_item {
    width: 47.2%;
    margin-bottom: 30px;
  }

  .index_customize .customize_list .customize_item:nth-child(2n) {
    margin-right: 0 !important;
  }

  .index_customize .customize_list .customize_item:nth-child(4n) {
    margin-right: 30px;
  }

  .index_industruy {
    margin-top: 8%;
  }

  .index_industruy .industruy_desc {
    margin-bottom: 30px;
  }

  .index_industruy .industruy_list {
    flex-wrap: wrap;
  }

  .index_industruy .industruy_list .industruy_item {
    width: 47.2%;
    margin-bottom: 30px;
  }

  .index_industruy .industruy_list .industruy_item:nth-child(2n) {
    margin-right: 0 !important;
  }

  .index_about {
    margin-top: 8%;
    padding: 0;
  }

  .index_about .about_wrap {
    flex-direction: column-reverse;
    align-items: center;
  }

  .index_about .about_wrap .about_left {
    width: 100%;
  }

  .index_about .about_wrap .about_right {
    width: 100%;
    margin-bottom: 30px;
  }

  .index_about .about_wrap .about_right .about_stitle {
    display: none;
  }

  .index_about .about_wrap .about_right .about_title {
    text-align: center;
    font-size: 40px;
    margin-top: 0;
  }

  .index_partner {
    margin-top: 8%;
  }

  .index_advantage .advantage_title {
    font-size: 40px;
  }

  .index_advantage .advantage_list {
    flex-wrap: wrap;
  }

  .index_advantage .advantage_list .advantage_item {
    width: 47%;
    margin-bottom: 30px;
    background: var(--conmmonColor);
  }

  .index_advantage .advantage_list .advantage_item:nth-child(2n) {
    margin-right: 0 !important;
  }

  .index_advantage .advantage_list .advantage_item .item_icon .adv_icon2 {
    opacity: 1;
  }

  .index_advantage .advantage_list .advantage_item .item_icon .adv_icon1 {
    opacity: 0 !important;
  }

  .index_advantage .advantage_list .advantage_item .item_title {
    color: #FFFFFF;
  }

  .index_advantage .advantage_list .advantage_item .item_desc {
    color: #FFFFFF;
  }

  .index_news .news_top .news_title {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }

  .index_news .news_top .news_btn {
    display: none;
  }

  .index_news .news_list .news_item .item_info .item_box {
    width: 100%;
  }

  .index_news .news_list .news_item .item_info .item_icon {
    display: none !important;
  }

  .index_news .news_list .news_item .item_info .item_desc {
    display: none;
  }

  .index_news .news_wrap {
    padding-bottom: 35px;
  }

  .index_news .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #F4F4F4;
    opacity: 1;
    border-radius: 50%;
  }

  .index_news .swiper-pagination-bullet-active {
    background-color: var(--conmmonColor);
  }

  .index_news .news_top {
    margin-bottom: 30px;
  }

  .index_news .swiper-pagination {
    display: block;
  }

  .index_inquiry .inquiry_wrap {
    flex-direction: column;
    align-items: center;
    padding: 40px 30px;
  }

  .index_inquiry .inquiry_wrap .inquiry_left {
    width: 100%;
    margin-bottom: 30px;
  }

  .index_inquiry .inquiry_wrap .inquiry_right {
    width: 100%;
    height: 0;
    padding-bottom: 67%;
  }

  .index_inquiry .inquiry_wrap .inquiry_left .inquiry_btn a {
    font-size: 18px;
    line-height: 1.5;
  }
}


@media only screen and (max-width: 768px) {
  .index_category .category_wrap .cate_list .cate_item .item_info .item_title {
    font-size: 20px;
  }

  .index_category .category_wrap .cate_list .cate_item .item_info .item_title a {
    height: auto;
    -webkit-line-clamp: unset;
    overflow: visible;
  }

  .index_category .category_wrap .cate_list .cate_item .item_info {
    padding: 0 20px;
  }

  .index_category .category_box .cate_prev,
  .index_category .category_box .cate_next {
    display: none;
  }

  .index_about .about_wrap .about_right .about_data {
    margin-top: 30px;
  }

  .index_about .about_wrap .about_right .about_data .data_list {
    justify-content: center;
  }

  .index_about .about_wrap .about_right .about_data .data_list .data_item {
    margin-right: 15px;
    padding: 20px 15px;
    border-radius: 32px 36px 32px 2px;
    background: var(--conmmonColor);
  }

  .index_about .about_wrap .about_right .about_data .data_list .data_item .item_num {
    font-size: 24px;
    color: #FFFFFF;
  }

  .index_about .about_wrap .about_right .about_data .data_list .data_item .item_txt {
    font-size: 18px;
    color: #FFFFFF;
  }

  .index_about .about_wrap .about_left .about_icon1 {
    width: 118px;
    height: 118px;
    top: -15px;
    left: 0;
    border-radius: 109px 109px 109px 109px;
    border: 4px solid rgba(202, 151, 114, 0.16);
  }

  .index_about .about_wrap .about_left .about_img {
    height: 0;
    padding-bottom: 112%;
  }

  .index_about .about_wrap .about_left .about_img img {
    margin-left: 30px;
  }

  .index_about .about_wrap .about_left .about_icon2 {
    width: 78px;
    height: 78px;
    right: 0;
    bottom: -15px;
    border-radius: 109px 109px 109px 109px;
    border: 3px solid rgba(202, 151, 114, 0.3);
  }
}

@media only screen and (max-width: 640px) {
  .common_title {
    font-size: 30px;
    line-height: 35px;
  }

  .index_product .top_box .top_left .product_desc {
    margin-top: 20px;
  }

  .index_product .pro_wrap {
    margin-top: 20px;
  }

  .index_customize .customize_list .customize_item {
    width: 100%;
    margin-right: 0 !important;
  }

  .index_about .about_wrap .about_right .about_title {
    font-size: 30px;
    line-height: 35px;
  }

  .index_industruy .industruy_list .industruy_item {
    width: 100%;
    margin-right: 0 !important;
  }

  .index_industruy .industruy_list .industruy_item:last-child {
    margin-bottom: 0 !important;
  }

  .index_advantage .advantage_title {
    font-size: 30px;
    line-height: 35px;
  }

  .index_advantage .advantage_list .advantage_item {
    width: 100%;
    margin-right: 0 !important;
  }

  .index_advantage .advantage_list .advantage_item .item_icon {
    width: 70px;
    height: 70px;
  }

  .index_advantage .advantage_list .advantage_item .item_title {
    height: auto;
    overflow: visible;
  }

  .index_advantage .advantage_list .advantage_item .item_desc {
    height: auto;
    overflow: visible;
  }

  .index_news .news_top .news_title {
    font-size: 30px;
    line-height: 35px;
  }

  .index_news .news_list .news_item .item_info {
    width: 95%;
  }

  .index_news .news_list .news_item .item_info .item_title a {
    height: auto;
    overflow: visible;
    -webkit-line-clamp: unset;
  }
}

@media only screen and (max-width: 480px) {
  .common_title {
    font-size: 30px;
    line-height: 1.5;
  }

  .index_about .about_wrap .about_right .about_title {
    font-size: 30px;
    line-height: 1.5;
  }

  .index_advantage .advantage_title {
    font-size: 30px;
    line-height: 1.5;
  }

  .index_news .news_top .news_title {
    font-size: 30px;
    line-height: 1.5;
  }
}