


hr {
	width: 100%;
	height: 1px;
	background: #ccc;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex_center {
	justify-content: space-between;
	align-items: center;
}

.flex_between {
	justify-content: space-between;
}

.flex_col_3 {
	width: 24%;
}

.flex_col_6 {
	width: 50%;
}

.flex_col_8 {
	width: 66%;
}

.flex_col_4 {
	width: 31.333333%;
}

.mt30 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px;
}

.maxw1200 {
	max-width: 1200px;
	margin: auto;
}

.maxw1080 {
	max-width: 1080px;
	margin: auto;
}

.maxw900 {
	max-width: 900px;
	margin: auto;
}

.links ul {
	display: flex;
	justify-content: flex-end;
}

.relative {
	position: relative;
}

.layout {
	width: 96%;
	margin: 0 auto;
}

.head-right {
	display: flex;
}
.head-right　#menu　{ display:none;}


.head-search {
	margin-right: 20px;
}

	.head-search i {
		color: #333;
	}

.head-search-wrap {
	display: none;
}
.sub-nav {overflow: hidden;width: 100%;}
.sub-nav .nav-left {color: #666;width: 100%; float:left;    padding: 10px 0;
}
.sub-nav .nav-right {float:left; width: 70%;    padding: 10px 0;
}
.sub-nav .nav-right ul li {
padding: 0 15px;
float: left;
margin: 0 5px;
}
.sub-nav .nav-right ul .on {
border-radius: 50px;
      box-shadow: 0 7px 15px #d7d7d7; }
.sub-nav .nav-right ul .on a {color: #c3a67e}
.sub-nav .nav-right ul .on:hover{
    border-radius: 50px;background: #c3a67e;     border: 1px solid #c3a67e;}
.sub-nav .nav-right ul .on:hover a  {color: #fff}
.sub-nav .nav-right ul li:hover { color: #c3a67e ;border-radius: 50px;
      box-shadow: 0 7px 15px #d7d7d7;}
.sub-nav .nav-right ul li:hover  a  {color: #c3a67e}

.faq-container {
  overflow: hidden;
}
.faq-title {
  cursor: pointer;
}

.faq-container .section-title {
    font-size: 18px;
    color: #333;
        font-family: "Montserrat1";
    font-weight: 600
}
.faq-container .content-list p { font-size: 18px;}

.title h3 {    padding: 50px 0 80px;
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.nav-bar {
	position: relative;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	z-index: 33;
	background: #fff;
	/*padding: 10px 0;*/
}

.navActive .nav-bar {
	position: fixed;
	top: 0;
	width: 100%;

}

.head-logo img {
	max-width: 150px;
}














.nav-tp {    width: 35%;
    float: left; }

.nav-subs, .nav-sub {
	display: none;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}

.nav-sub {
	position: absolute;
	width: 100%;
	max-width: 1180px;
	background: #EEEEEE;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	box-sizing: border-box;
	padding: 20px 30px;
	flex-wrap: wrap;
	z-index: 9999;
      min-width: 1200px;
}


.nav-subs {
    position: absolute;
    background: #EEEEEE;

    top: 100%;
    box-sizing: border-box;
    z-index: 2;
       padding: 0;
    border-left: 1px solid #d7d6d6;
    border-right: 1px solid #d7d6d6;
}
.nav-subs-title {line-height: 40px;
    border-bottom: 1px solid #d7d6d6;
    text-align: center;padding: 0 15px;}

.nav-wrap {
	display: flex;
}

.nav-item {
	padding: 0 30px;
	display: flex;
	align-items: center;
}

	.nav-item > a {
		display: block;
		font-size: 18px;
		line-height: 100px;
		color: #333;
		text-transform: uppercase;
		position: relative;
        font-family: "Montserrat";
	}

		.nav-item > a:after {
			content: "";
			display: block;
			width: 0;
			height: 2px;
			position: absolute;
			bottom: 0;
			left: 50%;
			transform: translateX(-50%);
			background: #fff;
			transition: all 0.5s ease-out;
			-moz-transition: all 0.5s ease-out;
			-webkit-transition: all 0.5s ease-out;
			-o-transition: all 0.5s ease-out;
		}

	.nav-item:hover > a:after {
		width: 100%;
	}

.bt { letter-spacing: 5.46px;
    font-size: 2.625rem;
    line-height: 2.875rem;margin-top: 5rem;}
.ny_banner_con01 {    padding-top: 5rem;    justify-content: center;}
.child_ico:after {
	font-family: 'fontawesome';
	content: "\f0d7";
	font-size: 12px;
	display: inline-block;
	padding-left: 10px;
	color: #333;
	line-height: 20px;
}
.poster img {width: 100%;}

.nav-item:hover .child_ico:after {
	content: "\f0d8";
}


.nav-product-list {
    
    
}

.nav-item:hover .nav-sub {
	display: flex;
}


.nav-sub-title {
	width: 33.333333%;
	padding: 20px;
}

	.nav-sub-title > a {
		font-size: 24px;
		line-height: 28px;
		text-align: center;
		color: #333;
		display: block;
		position: relative;
	}

		.nav-sub-title > a span {
			display: block;
			padding: 10px 0;
		}

	.nav-sub-title img {
		transition: all .5s ease-in-out;
	}

	.nav-sub-title:hover img {
		opacity: .6;
	}





  /* ===== 导航栏 ===== */
        .nav-bar {
            background: #fff;
            border-bottom: 1px solid #eee;
            padding: 0 20px;
            position: relative;
            z-index: 999;
        }

        .nav-wrap {
            display: flex;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
        }

        .nav-item {
            position: relative;
            padding: 0 20px;
        }

        .nav-item > a {
            
                display: block;
    font-size: 16px;
    line-height: 100px;
    color: #333;
    text-transform: uppercase;
    position: relative;
    font-family: "Montserrat";
             letter-spacing: 0.5px;
           
        }

        .nav-item > a:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 2px;
            background: #c3a67e;
            transition: width 0.3s;
        }

        .nav-item:hover > a:after {
            width: 100%;
        }

        .nav-item > a:hover {
            color: #c3a67e;
        }

        .child_ico:after {
            content: "▾";
            font-size: 10px;
            padding-left: 6px;
            color: #999;
        }

        /* ===== 下拉菜单 ===== */
        .nav-subs{
            display: none;
            position: absolute;
            top: 100%;
            left: 100%;
            transform: translateX(-50%);
            background: #fff;
            min-width: 1200px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
            border-top: 2px solid #c3a67e;
            padding: 20px 0;
            border-radius: 0 0 4px 4px;

        }
.nav-item:last-child .nav-subs {

      min-width: 300px;
}


        .nav-item:hover .nav-subs{
            display: block;
        }

        .nav-subs-inner {
            display: flex;
        }

        /* ===== 左侧：产品大类列表 ===== */
        .nav-subs-left {
            width: 20%;
            padding: 0 10px 0 25px;
            border-right: 1px solid #eee;
            max-height: 400px;
            overflow-y: auto;
        }

        .nav-subs-left::-webkit-scrollbar {
            width: 4px;
        }

        .nav-subs-left::-webkit-scrollbar-thumb {
            background: #c3a67e;
            border-radius: 4px;
        }

        .nav-subs-title {
            padding: 8px 12px;
            margin: 2px 0;
            border-radius: 4px;
            cursor: pointer;
            transition: background 0.2s;
        }

        .nav-subs-title:hover {
            background: #f5f0eb;
        }

        .nav-subs-title.active {
            background: #c3a67e;
        }

        .nav-subs-title.active a {
            color: #fff;
        }

        .nav-subs-title a {
            display: block;
            color: #333;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
        }

        .nav-subs-title .count {
            float: right;
            color: #999;
            font-size: 12px;
            font-weight: 400;
        }

        .nav-subs-title.active .count {
            color: rgba(255, 255, 255, 0.7);
        }

        /* ===== 右侧：产品网格 ===== */
        .nav-subs-right {
            width: 100%;
            padding: 0 25px 0 20px;
        }

        .nav-section-title {
            font-size: 12px;
            color: #999;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 600;
            padding-bottom: 8px;
            border-bottom: 1px solid #eee;
            margin-bottom: 12px;
        }

        .nav-product-group {
            display: none;
        }

        .nav-product-group.active {
            display: block;
        }

        .nav-product-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 4px;
            list-style: none;
        }
.nav-product-grid li {background: #e9e9e9;}


        .nav-product-grid li a {
            display: block;
            padding: 6px 10px;
            color: #444;
            text-decoration: none;
            font-size: 13px;
            border-radius: 4px;
            transition: all 0.2s;
        }

        .nav-product-grid li a:hover {
            background: #f5f0eb;
            color: #c3a67e;
        }

        /* ===== 响应式 ===== */
        @media (max-width: 768px) {
            .nav-item:last-child .nav-subs {
    min-width: 100%;
}
            .nav-subs{
               position: static;
    transform: none;
    min-width: 100%;
    box-shadow: none;
    border-top: none;
    padding: 0;
                    border-left: 0;
    border-right: 0;
            }

            .nav-subs-inner {
                flex-direction: column;
            }

            .nav-subs-left {
                width: 100%;
                border-right: none;
                padding: 0;
                max-height: none;
                overflow-y: visible;
            }

            .nav-subs-left .nav-subs-title {
                padding: 10px 15px;
                border-bottom: 1px solid #eee;
                border-radius: 0;
            }

            .nav-subs-right {
                width: 100%;
                padding: 15px;
            }

            .nav-product-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .nav-item {
                padding: 0;
                border-bottom: 1px solid #eee;
            }

            .nav-item > a {
                padding: 15px;
                font-size: 13px;
            }

            .nav-wrap {
                flex-direction: column;
                align-items: stretch;
            }

            .nav-item:hover .nav-subse{
                display: none;
            }

            .nav-item.open .nav-subs{
                display: block;
            }
        }












.c-section {margin-top: 50px;overflow: hidden;}

.wp_media_bg {
  
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;   
    position: relative;

}
.wp-content {
   float: left;
width: 50%;
   
    padding: 150px 100px 120px 100px;
      background-image: url(../images/aboutbg.jpg);
}

.wp-img { 
width: 50%;
    float: left;
}
.wp-img img {width: 100%;height: auto;}
.wp-content p {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    padding-top: 50px;
}
.abo_fd {
    position: relative;
    z-index: 9999;
    left: -60px;
    height: 500px;
    overflow: hidden;
    top: 60px;
    width: 85%;
}
.swiper-pagination {
    position: initial;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    padding-top: 50px;
}
  .swiper {
      width:100%;
      height: 100%;
    }
  .swiper1 {
    overflow: hidden;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }
.prolist .more {padding: 50px 0; margin: auto;    display: block;
    text-align: center;}
.prolist .more a{display: inline-block;
    width: auto;
    background-color: #42b3d5;
    color: #181712;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    padding: 17px 50px;
    transition: background-color 0.3s ease;
    outline: none;
    text-decoration: none !important;
    vertical-align: middle;
    -webkit-appearance: none;}

.prolist .more a:hover 
{ background-color: #afdae8;}


.step_con {width: 80%;margin: auto;}
.step_con ul { display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 20px;}
.step_text {padding: 20px 0;text-align: center;}
.step_text h4 {font-size: 20px;}
.step_text p {font-size: 17px;line-height: 30px;padding-top: 20px;}
.faq {width: 90%;overflow: hidden;padding: 80px 0 80px;margin: auto; }
.faq_tp {width: 40%;float: left;}
.faq_wd  {width: 60%;float: left;padding-left: 25px;    overflow-x: hidden;
    display: inline-block;
    height: 700px;}
.faq_wd::-webkit-scrollbar {
    display: none;
}

  .container {
            width: 90%;
            max-width: 800px;
        }
        
        .section-faq {
           
            border-radius: 8px;
            margin-bottom: 20px;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        
        .section-header {
            padding: 20px 24px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            border-bottom: 1px solid #999;
            transition: all 0.3s ease;
        }
        
       
        
       
        .section-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #333;
             margin-bottom: 25px;
        }
        
        .toggle-icon {
            width: 24px;
            height: 24px;
            transition: transform 0.3s ease;
            color: #666;
        }
        
        .section-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s ease;
           padding-left: 18px;
    line-height: 35px;
        }
        
        .section-content.expanded {
            max-height:5000px;
                padding: 0 30px;
        }
        
        .content-list {
            padding: 20px 24px;
            list-style-type: none;
        }
        
        .content-list li {
            padding: 10px 0;
            font-size: 1rem;
            color: #555;
            line-height: 1.5;
            border-bottom: 1px solid #f0f0f0;
            position: relative;
            padding-left: 20px;
        }
        
        .content-list li:last-child {
            border-bottom: none;
        }
        
        .content-list li:before {
            content: "•";
            color: #4a6ee0;
            font-weight: bold;
            position: absolute;
            left: 0;
        }
        
        .divider {
            height: 1px;
            background-color: #eaeaea;
            margin: 10px 0;
        }
        
  .hz {overflow: hidden;width: auto;margin: 0 auto 80px;}
                .hz .title {padding: 0 0 50px 0 ;}
                .hz .title h3 {font-size: 2.5rem;
    font-weight: 600;
    color: #333;text-align: center;}
.prolist {}
.prolist .title h3 {padding:50px 0 80px; font-size: 2.5rem;
    font-weight: 600;
    color: #333;text-align: center;}
.pro_reveal_text {padding: 10px 0; }
.pro_reveal_text h3 {font-size: 20px;}
.pro_reveal_text .per_fl {font-size: 14px;line-height: 20px;}
.ly {padding: 50px 0 80px}
.ly .title h3 {padding:50px 0 80px;font-size: 2.5rem;
    font-weight: 600;
    color: #333;text-align: center;}
                .hz .hz_imglist { display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 10px;}
                .hz .layout {    width: 80%;
    margin: 0 auto;}

        @media (max-width: 600px) {
            .section-header {
                padding: 16px 20px;
            }
            
            .section-title {
                font-size: 1.3rem;
            }
            
            .content-list {
                padding: 16px 20px;
            }
        }


    .testimonial {
      padding: 0;
          display: grid;
  grid-template-columns: repeat(2, 1fr); 
gap: 10px;
        background: #f7f7f7;
    }

    .testimonial-header {
        display: grid;
    align-items: center;
    margin-bottom: 10px;
    text-align: left;
    padding: 0 50px;
    }
.testimonial-right {text-align: right;color: #666;}
    .avatar {
      width: 100%;
      height: auto;
    }

    .name {
      font-size:26px;
      font-weight: bold;
      margin-bottom: 20px;
        color: #333;
    }

    .title {
      font-size: 14px;
      color: #666;
      margin: 3px 0 0 0;
    }

    .rating {
          color: #c0a27a;
      margin-top: 5px;
    }

    .testimonial-content {
      font-size: 18px;
      line-height: 1.5;
      color: #777;
    }

 .swiper-slide-text {        position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: rgb(255,255,255,0.7);
    padding: 18px;
    width: 100%;
    text-align: left;
}
 .swiper-slide-text  span {
    background: #c3a67e;
    padding: 5px 25px;
    margin-bottom: 10px;
    border-radius: 30px;
    font-size: 20px;
}
 .swiper-slide-text h2 {
     padding-top: 10px;
font-size: 26px;
    line-height: 35px;}
 .swiper-slide-text h3 {
font-size: 20px;
    line-height: 35px;}

.index_pl_Menu{margin:30px 0;text-align:center;}
.index_pl_Menu ul{display:flex;gap:16px;justify-content:center;}
.index_pl_Menu .tab-btn{
  padding:14px 40px;
  border:1px solid #c8b49c;
  cursor:pointer;
  font-size:16px;
  color:#666;
  transition:0.3s;
}
.index_pl_Menu .tab-btn.active{
  background:#c8b49c;
  color:#fff;
}

.testimonial-wrap{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  margin-top:40px;
}
.testimonial-img {    position: relative;}
.testimonial-img.imgSwiper {
  width: 100%;
  height: 100%;
  min-height: 400px; /* 设置最小高度 */
  overflow: hidden;
}
.testimonial-img.imgSwiper .swiper-wrapper,
.testimonial-img.imgSwiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.testimonial-img.imgSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Swiper分页器样式 */
.swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}
.swiper-pagination-bullet-active {
  background: #c8b49c;
  opacity: 1;
}

/* 右侧评价区域 */
.testimonial-box{
  background:#f7f7f7;
  padding:40px;
}
.tab-content{
  display:none;
}
.tab-content.active{
  display:block;
}

/* 单条评价间距 */
.testimonial-item{
  margin-bottom:45px;
}
.testimonial-item:last-child{
  margin-bottom:0;
}
.testimonial-item .name{
  font-size:24px;
  color:#222;
  margin:0 0 12px 0;
  font-weight:600;
}
.testimonial-content{
  color:#666;
  font-size:16px;
  line-height:1.7;
  margin:0 0 8px 0;
}
.testimonial-right{
  text-align:right;
  color:#777;
  margin:0;
}

/* 响应式适配，手机上下排列 */
@media(max-width:768px){
  .testimonial-wrap{
    grid-template-columns:1fr;
  }
  .testimonial-img.imgSwiper {
    min-height: 300px;
  }
}

/*sycpfl*/
  .index_promote h3 {
  font-size: 50px;
    line-height: 1.3;
    font-weight: normal;
    color: #333;    padding: 0 0 50px 0;}

  .index_promote {
            display: flex;
            gap: 24px;
            width: 100%;
        }
        .promote_item {
            flex: 1;
            height: 420px;
            border-radius: 16px;
            overflow: hidden;
            position: relative;
        }
        .promote_nr .overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, rgba(173,160,144,0.82) 0%, rgba(173,160,144,0.3) 55%, transparent 100%);
            z-index: 1;
        }
        .promote_right .overlay {
            position: absolute;
            inset: 0;
            background: rgba(255,255,255,0.02);
            z-index: 1;
        }
        .bg-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .text-wrap {
            position: absolute;
            top: 32px;
            left: 28px;
            z-index: 2;
        }
        .promote_nr .text-wrap {
            color: #ffffff;
        }
        .promote_right .text-wrap {
            color: #222222;
        }
        .main-title a{
            font-size: 34px;
            font-weight: 700;
            margin-bottom: 14px;
             color: #fff;
        }
        .sub-item a{
            font-size: 21px;
            line-height: 1.7;
            font-weight: 400;
              color: #fff;
        }
        .promote_nr .sub-list {
            opacity: 0;
            visibility: hidden;
            transform: translateY(8px);
            transition: all 0.3s ease;
        }
        .promote_nr:hover .sub-list {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        @media(max-width: 900px) {
            .index_promote {
                flex-direction: column;
            }
            .promote_item {
                height: 360px;
            }
            .main-title {
                font-size: 26px;
            }
            .sub-item {
                font-size: 17px;
            }
        }
/*sycpfl end*/


/*ys*/
/*.stats {overflow: hidden;width: 100%;margin: 50px 0 0 0;}
     .stats-row-top {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
            justify-content: center;
            margin-bottom: 18px;
        }
        .stats-row-bottom {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
            justify-content: center;
           
        }
        .stat-tag {
            border: 2px solid #777;
            border-radius: 12px;
            padding: 12px 18px;
            font-size: 1.15rem;
            white-space: nowrap;
            color: #777;
        }
        .stat-num {
            color: #c9a06c;
            font-weight: 700;
            font-size: 1.35rem;
        }
        .advantage .section-title {
            text-align: center;
           font-size: 50px;
    line-height: 1.3;
    font-weight: normal;
    color: #333;
    padding:  50px 0;
            position: relative;
        }
        
        .advantage-grid {
            display: grid;
            grid-template-columns: repeat(6, minmax(140px, 1fr));
            gap: 22px;
            max-width: 1400px;
            margin: 0 auto;
        }
        .adv-card {
            background: #fff;
            padding: 32px 16px;
            border-radius: 14px;
            box-shadow: 0 4px 10px #0000001f;
            text-align: center;
            color: #c9a06c;
        }
        .adv-card svg {
            width: 72px;
            height: 72px;
            margin-bottom: 18px;
            fill: #c9a06c;
        }
        .adv-text {
            font-weight: 600;
            line-height: 1.45;
            font-size: 1.1rem;
        }
        @media (max-width: 1100px) {
            .advantage-grid {
                grid-template-columns: repeat(3, 1fr);
            }
            .advantage .section-title {
                font-size: 3rem;
            }
        }
        @media (max-width: 620px) {
            .advantage-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .stat-tag {
                width: 100%;
                text-align: center;
            }
            .advantage .section-title {
                font-size: 2.2rem;
            }
        }*/
  .section-title h2 {
              font-size: 50px;
    line-height: 1.3;
    font-weight: normal;
    color: #333;
      text-align: center;
        }
        .section-title p {
            font-size: 16px;
            color: #666666;
            margin-bottom: 60px;
            text-align: center;
        }
        /* 8个优势网格布局 */
        .advantage-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 48px 32px;
        }
        .advantage-item {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        /* 圆角棕色图标框 */
        .icon-box {
            width: 120px;
            height: 120px;
            background-color: #c3a67e;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            margin-bottom: 24px;
        }
        /* 左上角数字标 */
        .icon-num {
            position: absolute;
            top: 8px;
            left: 8px;
            font-size: 24px;
            color: #fff;
            font-weight: 500;
        }
        .icon-svg {
            width: 52px;
            height: 52px;
            fill: #ffffff;
        }
        /* 文字内容 */
        .item-main-text {
            font-size: 28px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 10px;
            text-transform: uppercase;
        }
        .item-sub-text {
            font-size: 15px;
            color: #555555;
        }
        /* 移动端适配 */
        @media (max-width: 1200px) {
            .advantage-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .section-title h2 {
                font-size: 40px;
            }
        }
        @media (max-width: 600px) {
            .advantage-grid {
                 grid-template-columns: repeat(2, 1fr);    gap: 20px 10px;
            }
            .icon-box {
                width: 100px;
                height: 100px;
            }
            .item-main-text {
    font-size: 18px;
    text-align: center;
}
            .item-sub-text {
    font-size: 14px;

}
            
        }

/*ys end*/
.index {
	position: relative;
}

.index_banner .swiper-button-prev:after, .index_banner .swiper-button-next:after {
	display: none;
}
.index_banner .swiper-slide img {height: 100%;}
.index_banner .swiper-slide video {
    max-width: 100%;
   height: 100%;
    object-fit: cover;
    width: 100%;
    
}


.index_banner .swiper-button-prev {
	left: 32px;
}

.index_banner .swiper-button-next {
	right: 32px;
}

.index_banner .swiper-button-prev, .index_banner .swiper-button-next {
	width: auto;
}

	.index_banner .swiper-button-prev:hover i, .index_banner .swiper-button-next:hover i {
		background: rgba(255,255,255,1);
	}

	.index_banner .swiper-button-prev i, .index_banner .swiper-button-next i {
		color: #fff;
		background: rgba(255,255,255,.4);
		border-radius: 100%;
		width: 60px;
		line-height: 60px;
		text-align: center;
		font-size: 24px;
	}

	.index_banner .swiper-button-prev:hover i, .index_banner .swiper-button-next:hover i {
		background: rgba(255,255,255,1);
		color: #333;
	}

.index_banner {
	overflow: hidden;
	position: relative;
}

	.index_banner .swiper-slide img {
		transform: scale(1.08);
		transition: all 3s ease-out;
		-moz-transition: all 3s ease-out;
		-webkit-transition: all 3s ease-out;
		-o-transition: all 3s ease-out;
	}

	.index_banner .swiper-slide-active img {
		transform: scale(1);
	}

	.index_banner .swiper-pagination {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.index_banner .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		border: 2px solid #fff;
		background: inherit;
		opacity: 0.7;
	}

	.index_banner .swiper-pagination-bullet-active {
		width: 14px;
		height: 14px;
		border-color: #fff;
		opacity: 1;
	}

	.index_banner .swiper-slide {
		position: relative;
	}

.index_banner_txt {
	position: absolute;
	right: 100px;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0,0,0,.6);
	padding: 30px 8px;
}

	.index_banner_txt.active {
		animation: _InRight 1s ease;
		/*animation-fill-mode: forwards;*/
	}

	.index_banner_txt h2 {
		font-size: 70px;
		line-height: 1.2;
		border-bottom: 2px solid #fff;
		color: #fff;
		text-align: center;
	}

		.index_banner_txt h2 sup {
			font-size: 30px;
			font-weight: normal;
			margin-left: 5px;
		}

	.index_banner_txt p {
		font-size: 30px;
		padding: 0 30px;
		color: #fff;
		line-height: 50px;
		text-align: center;
		letter-spacing: 1px;
		padding-top: 10px;
	}

.faq-section {
    padding: 2.5rem 0 1.5rem;
    background: #fff;
}
.faq-section .layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.faq-section .inner_title {
    text-align: center;
    margin-bottom: 2rem;
}
.faq-section .inner_title h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 2px;
}
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.faq-item {
    border: 1px solid #e8ecf0;
    border-radius: 4px;
    background: #fafbfc;
    overflow: hidden;
    transition: all 0.2s;
}
.faq-item:hover {
    border-color: #c3a67e;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.2rem;
    cursor: pointer;
    font-weight: 500;
    font-size: 1rem;
    color: #1e2a36;
    user-select: none;
    background: #fafbfc;
    transition: background 0.2s;
}
.faq-question:hover {
    background: #f0f2f5;
}
.faq-question .fa-chevron-down {
    color: #b8a07c;
    font-size: 0.9rem;
    transition: transform 0.35s ease;
    margin-left: 12px;
    flex-shrink: 0;
}
.faq-item.active .faq-question .fa-chevron-down {
    transform: rotate(180deg);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s ease, padding 0.3s ease;
    padding: 0 1.2rem;
    color: #3d4a5a;
    font-size: 0.95rem;
    line-height: 1.7;
    background: #ffffff;
}
.faq-item.active .faq-answer {
    max-height: 800px;
    padding: 0.8rem 1.2rem 1.2rem 1.2rem;
}
.faq-answer ul {
    margin: 6px 0 6px 18px;
    padding-left: 0;
    list-style: disc;
}
.faq-answer ul li {
    margin-bottom: 2px;
}
@media (max-width: 768px) {
    .faq-question {
        font-size: 0.92rem;
        padding: 0.9rem 0.8rem;
    }
    .faq-answer {
        font-size: 0.88rem;
        padding: 0 0.8rem;
    }
    .faq-item.active .faq-answer {
        padding: 0.6rem 0.8rem 1rem 0.8rem;
    }
}


/*contact*/

    .partner-page {
      max-width: 1280px;
      margin: 0 auto;
      background: #ffffff;
      box-shadow: 0 30px 60px -20px rgba(0,0,0,0.12);
      overflow: hidden;
      padding: 2.5rem 2.8rem;
    }

    /* ---------- 标题（完全独立） ---------- */
    h1, h2, h3, h4 {
      font-weight: 600;
      letter-spacing: -0.01em;
      color: #333333;
    }

    /* 大标题（Hero） */
    .hero h1 {
      font-size: 3.2rem;
    font-weight: 700;
    color: #333333;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    text-align: center;
}
    }

    /* 二级标题（带左侧点缀线） */
    .section-title {
      font-size: 2.2rem;
      font-weight: 700;
      color: #333333;
      letter-spacing: -0.02em;
      border-left: 6px solid #c3a67e;
      padding-left: 1.2rem;
      margin-bottom: 0.75rem;
    }

    /* 三级标题（卡片内） */
    .card h4 {
      font-size: 1.2rem;
      color: #333333;
      margin-bottom: 0.4rem;
    }

    /* FAQ 标题 */
    .faq-title {
      font-size: 1.8rem;
      font-weight: 600;
      color: #333333;
      margin: 2.5rem 0 1rem;
    }

    /* 其他标题辅助 */
    .hero .subhead {
      font-size: 1.4rem;
      font-weight: 500;
      color: #333333;
      opacity: 0.9;
      margin: 0.5rem 0 1.5rem;
        text-align: center;
    }

    .section-sub {
      font-size: 1.05rem;
      color: #333333;
      opacity: 0.8;
      margin-bottom: 2rem;
      max-width: 800px;
    }

    /* ---------- 布局网格 ---------- */
    .grid-2col {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem 1.8rem;
    }

    .grid-3col {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.8rem;
    }

    .grid-4col {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.5rem;
    }

    .full-width {
      grid-column: 1 / -1;
    }

    /* ---------- 卡片 ---------- */
    .card {
      background: #f9fafc;
      padding: 1.6rem 1.5rem;
      transition: 0.2s;
      border: 1px solid #edf0f3;
      height: 100%;
      color: #333333;
      border-radius: 0;
    }

    .card:hover {
      background: #f5f3ef;
      border-color: #c3a67e;
      box-shadow: 0 4px 12px rgba(195, 166, 126, 0.08);
    }

    .card-icon {
      font-size: 1.7rem;
      color: #c3a67e;
      margin-bottom: 0.8rem;
    }

    .card p, .card li {
      font-size: 0.95rem;
      color: #333333;
      opacity: 0.85;
    }

    .card .card-icon i,
    .card h4 i {
      color: #c3a67e;
    }

    /* ---------- Hero 区域 ---------- */
    .hero {
      padding: 1rem 0 2rem 0;
    }

    .hero p {
      font-size: 1.05rem;
     
      color: #333333;
      opacity: 0.85;
      margin-bottom: 1.8rem;
    }

    /* ---------- 按钮 ---------- */
    .btn-group {
     display: block;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0.5rem;
    margin: auto;
    text-align: center;
    }

    .btn {
      display: inline-block;
      background: #333333;
      color: white;
      padding: 0.8rem 2rem;
      text-decoration: none;
      font-weight: 600;
      font-size: 0.95rem;
      border: 1px solid transparent;
      transition: 0.2s;
      box-shadow: 0 6px 14px rgba(51, 51, 51, 0.08);
      border-radius: 0;
    }

    .btn:hover {
      background: #c3a67e;
      transform: translateY(-2px);
    color: #fff;
    }

    .btn-outline {
      background: transparent;
      color: #333333;
      border: 1px solid #b8c6d4;
      box-shadow: none;
    }

    .btn-outline:hover {
      background: #f5f3ef;
      border-color: #c3a67e;
      color: #333333;
    }

    .btn i {
      margin-right: 8px;
    }

    .btn-accent {
      background: #c3a67e;
      color: #333333;
      border-color: #c3a67e;
    }

    .btn-accent:hover {
      background: #b3926b;
      border-color: #b3926b;
      color: #333333;
    }

    .btn-accent i {
      color: #333333;
    }

    /* ---------- Trust Bar ---------- */
    .trust-bar {
      background: #f5f3ef;
      padding: 2rem 2rem;
      margin: 2.5rem 0 2rem;
      border: 1px solid #e5dfd7;
      border-radius: 0;
    }

    .trust-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      gap: 1.2rem 1.8rem;
    }

    .trust-item {
      text-align: center;
      color: #333333;
    }

    .trust-item .number {
      font-size: 1.6rem;
      font-weight: 700;
      color: #333333;
    }

    .trust-item .number i {
      color: #c3a67e;
      margin-right: 4px;
    }

    .trust-item .label {
      font-size: 0.85rem;
      opacity: 0.75;
      display: block;
      margin-top: 0.2rem;
      color: #333333;
    }

    /* ---------- 分割线 ---------- */
    hr {
      border: none;
      border-top: 2px solid #e5dfd7;
      margin: 2.5rem 0;
    }

    /* ---------- 表单 ---------- */
    .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.2rem 2rem;
    }

    .form-group {
      display: flex;
      flex-direction: column;
      gap: 0.3rem;
    }

    .form-group label {
      font-weight: 600;
      font-size: 0.9rem;
      color: #333333;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
      padding: 0.7rem 1rem;
      border: 1px solid #d0dae6;
      background: #fafcfe;
      font-size: 0.95rem;
      color: #333333;
      border-radius: 0;
    }

    .form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus {
      outline: 2px solid #c3a67e;
      border-color: transparent;
    }

    .form-group textarea {
      min-height: 80px;
      resize: vertical;
    }

    /* ---------- FAQ ---------- */
    .faq-item {
      border-bottom: 1px solid #e5dfd7;
      
    }

    .faq-item h4 {
      font-size: 1.1rem;
      margin-bottom: 0.2rem;
      color: #333333;
    }

    .faq-item h4 i {
      color: #c3a67e;
      margin-right: 8px;
    }

    .faq-item p {
      color: #333333;
      opacity: 0.8;
    }

    /* ---------- 辅助工具 ---------- */
    .product-tag {
      display: inline-block;
      background: #e5dfd7;
      padding: 0.15rem 1rem;
      font-size: 0.7rem;
      font-weight: 600;
      letter-spacing: 0.3px;
      color: #333333;
      margin-top: 0.2rem;
      border-radius: 0;
    }

    .trust-item .number i {
      color: #c3a67e;
    }

    /* ---------- 响应式 ---------- */
    @media (max-width: 900px) {
      .partner-page {
        padding: 1.8rem;
      }
      .grid-2col, .grid-3col, .grid-4col {
        grid-template-columns: 1fr 1fr;
      }
      .hero h1 {
        font-size: 2.4rem;
      }
      .form-grid {
        grid-template-columns: 1fr;
      }
      .section-title {
        font-size: 1.8rem;
      }
    }

    @media (max-width: 600px) {
      .partner-page {
        padding: 1.2rem;
      }
      .grid-2col, .grid-3col, .grid-4col {
        grid-template-columns: 1fr;
      }
      .hero h1 {
        font-size: 2rem;
      }
      .btn-group {
        flex-direction: column;
      }
      .trust-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }


   /* Hero Banner Section */
        .hero-banner {
            width: 100%;
           min-height: 50vh;
    background: url(images/bannerjn.jpg);
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 0 7%;
            color: #ffffff;
        }
        .hero-banner h1 {
            font-size: 50px;
            margin-bottom: 18px;
            font-weight: 600;
        }
        .hero-subtitle {
            font-size: 22px;
                margin-top: 26px;
            font-weight: 300;
            color: #fff;
                width: 100%;
    text-align: center;
        }
.hero-com  { display: grid;
  grid-template-columns: repeat(2, 1fr); 
gap: 30px;}
.case-list { display: grid;
  grid-template-columns: repeat(4, 1fr); 
gap: 30px;}

.Project-left {width: 60%;float: left;padding-right: 40px;    padding-top: 10%;}
.Project-right {width: 40%;float: left;}
.Project  {width: 100%;overflow: hidden;}
.hero-com-left {
text-align: center;}
.hero-com-right {    display: grid;
    align-items: center;
    }

        .hero-desc {
            font-size: 17px;
            margin-bottom: 42px;
        }
        .hero-buttons {
            display: flex;
            gap: 22px;
            flex-wrap: wrap;
        }
        .btn {
            padding: 15px 34px;
            font-size: 16px;
            text-decoration: none;
            border-radius: 3px;
            transition: opacity 0.3s ease;
            font-weight: 500;
        }
        .btn-white-solid {
            background: #fff;
            color: #111;
        }
        .btn-white-outline {
            color: #ffffff;
            background: #c3a67e;
        }
        .btn:hover {
            opacity: 0.82;
        }
        /* General Section Style */
        .content-section {
            padding: 85px 7%;
        }
        .content-section h2 {
            font-size: 36px;
            margin-bottom: 30px;
            color: #151515;
        }
        .content-section p {
            font-size: 17px;
            color: #333;
            max-width: 1150px;
            margin-bottom: 20px;
        }
        .bg-light-grey {
            background-color: #f6f8fa;
        }
        /* Image Container Layout */
        .image-row {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 24px;
            margin: 40px 0;
        }
        .image-card {
            background: #fff;
            padding: 12px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.08);
              
            
        }
#oem-motor-support .image-card {text-align: center;}
.content-section .product-list li p {    padding: 20px 0;
    text-align: center;
    margin-bottom: 0;}
.image-card img {width: auto;}
        .image-card figcaption {
            margin-top: 10px;
            font-size: 14px;
            color: #555;
        }
.hg {margin: 50px 0 0 0;text-align: center;}

        /* Combination List */
        .combo-list {
            margin: 32px 0 32px 24px;
        }
        .combo-list li {
            font-size: 17px;
            margin-bottom: 13px;
            color: #333;
            list-style-type: disc;
        }
        /* Bottom CTA Dark Block */
        .cta-bottom-block {
            background-color: #fff;
            color: #333;
        }
        .cta-bottom-block h2 {
            color: #ffffff;
        }
        .cta-bottom-block p {
            color: #d0d5dd;
        }
        .cta-bottom-block .btn {
            margin-top: 30px;
            display: inline-block;
        }
        /* Mobile Responsive */
        @media screen and (max-width: 768px) {
            .hero-banner h1 {
                font-size: 34px;
            }
            .content-section h2 {
                font-size: 28px;
            }
            .hero-subtitle {
                font-size: 18px;
            }
            .hero-buttons {
                flex-direction: column;
            }
            .btn {
                text-align: center;
            }
            .content-section {
                padding: 60px 5%;
            }
        }



.bq-contact-form-box{ width: 100%;
    float: left;
    background-color: #f7f7f7;
    padding-top: 3%;
    padding-bottom: 3%;
    
}

.bq-contact-form-box .sep-container {
 justify-content:space-between
}
.bq-contact-form-box .sep-container .contact-form-left {
 width:63.2%
}
.bq-contact-form-box .sep-container .contact-form-left .left-title {
 font-size:36px;
 color:#1a1a1a
}
.bq-contact-form-box .sep-container .contact-form-left .left-des {
 margin-top:16px
}
.bq-contact-form-box .sep-container .contact-form-left .left-des p {
 font-size:16px;
 line-height:30px;
 color:#4c4c4c;
 margin-bottom:0
}
.bq-contact-form-box .sep-container .contact-form-right {
 width:30.8%;
 display:flex;
 flex-direction:column;
 justify-content:center;
 align-items:center;
}
.bq-contact-form-box .sep-container .left {
 padding:46px 90px 46px 50px
}
.bq-contact-form-box .sep-container .left .left-title {
 font-size:26px;
 color:#fff;
 line-height:28px
}
.bq-contact-form-box .sep-container .left .com-ul li {
 padding:20px 0;
 padding-left:28px;
 position:relative;
 padding-bottom:0
}
.bq-contact-form-box .sep-container .left .com-ul li:last-child {
 border-bottom:none
}
.bq-contact-form-box .sep-container .left .com-ul li:last-child .icon {
 font-size:13px
}
.bq-contact-form-box .sep-container .left .com-ul li .icon {
 position:absolute;
 left:0;
 top:6px;
 border-radius:50%;
 text-align:center;
 line-height:50px;
 transition:all .3s;
 color:#fff;
 font-size:16px
}
.bq-contact-form-box .sep-container .left .com-ul li .con .con-title {
 font-size:18px;
 color:#fff;
 margin-bottom:0
}
.bq-contact-form-box .sep-container .left .com-ul li .con .con-des {
 margin-top:4px;
 font-size:16px;
 color:#fff
}
.bq-contact-form-box .sep-container .left .com-ul li .con .con-des a {
 font-size:16px;
 color:#fff
}
.bq-contact-form-box .sep-container .left .com-ul li .con .con-des a:hover {
 text-decoration:underline
}
.bq-contact-form-box .sep-container .right-title {
 color:#1a1a1a;
 font-size:26px;
 line-height:35px;
 margin-bottom:10px
}
.bq-contact-form-box .sep-container .left-des {
 margin-bottom:30px
}
.bq-contact-form-box .sep-container .sep-form {
 display:flex;
 flex-wrap:wrap;
 justify-content:space-between
}
.bq-contact-form-box .sep-container p {
 font-size:18px;
 text-align:left;
 color:#fff;
 margin-bottom:20px
}
.bq-contact-form-box .sep-container .form-group {
 margin-bottom:24px;
 width:48%;
 border-bottom:1px solid rgba(0,0,0,0.4)
}
.bq-contact-form-box .sep-container .form-group:last-child {
 margin-bottom:0
}
.bq-contact-form-box .sep-container .form-group p {
 display:none !important
}
.bq-contact-form-box .sep-container .form-group .form-control {
 height:50px;
 border-radius:0;
 box-shadow:none;
 border:none;
 width:100%;
 padding:10px 20px;
 background:none;
 font-size:16px
}
.bq-contact-form-box .sep-container .form-group .form-control::-webkit-input-placeholder {
 font-size:16px;
 text-align:left;
 color:rgba(0,0,0,0.4);
 line-height:36px
}
.bq-contact-form-box .sep-container .form-group i {
font-size: 18px;
    color: #fff;
    position: absolute;
    padding-left: 15px;

}
.bq-contact-form-box .sep-container .text-box {
 width:100%
}
.bq-contact-form-box .sep-container .text-box .form-control {
 resize:none;
 height:auto;
 font-size:16px;
 padding-top:0;
 color:1px solid rgba(0,0,0,0.4)
}
.bq-contact-form-box .sep-container .text-box i {
 top:2px
}
.bq-contact-form-box .sep-container .btn-box {
 border:none;
 width:100%;
 text-align:left;
 margin-top:30px
}
.bq-contact-form-box .sep-container .btn-box .btn-primary {
 background:#c3a67e;
 box-shadow:0 19px 62px 0 rgba(190,228,255,0.27);
 border-radius:10px;
 font-size:18px;
 color:#fff;
 padding:10px 47px;
 transition:all .3s;
 outline:none;
 border:1px solid #c3a67e
}
.bq-contact-form-box .sep-container .btn-box .btn-primary:hover {
 border-color:#c3a67e;
 background:none;
 color:#c3a67e !important;
}
.bq-contact-form-box .sep-container .btn-box .btn-primary:hover i {
 color:#c3a67e !important
}
.bq-contact-form-box .sep-container .btn-box .btn-primary i.iconfont {
 position:static;
 color:#fff
}

.flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}
.sep-container {
    margin: auto;
    max-width: 1400px;
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
/*end contact*/


.banner_text {   
    height: 500px;
    background: url(../images/desktop-hero-v2.jpg) no-repeat center center;}
.banner_text p{ }
.pro_bannner.swiper-button-prev:after, .pro_bannner.swiper-button-next:after {
	display: none;
}
.banner_text .nr {display: flex;
    align-items: center;
    width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;}
.banner_text .nr img {width: 180px;height: 180px;margin-right: 30px;}
.banner_text:before {}

.banner_text .nr p{   font-size: 50px;
    line-height: 74px;
    width: 1100px;color: #fff;}
.pro_bannner.swiper-button-prev {
	left: 32px;
}

.pro_bannner.swiper-button-next {
	right: 32px;
}

.pro_bannner.swiper-button-prev, .pro_bannner.swiper-button-next {
	width: auto;
}

	.pro_bannner.swiper-button-prev:hover i, .pro_bannner.swiper-button-next:hover i {
		background: rgba(255,255,255,1);
	}

	.pro_bannner.swiper-button-prev i, .pro_bannner.swiper-button-next i {
		color: #fff;
		background: rgba(255,255,255,.4);
		border-radius: 100%;
		width: 60px;
		line-height: 60px;
		text-align: center;
		font-size: 24px;
	}

	.pro_bannner.swiper-button-prev:hover i, .pro_bannner.swiper-button-next:hover i {
		background: rgba(255,255,255,1);
		color: #333;
	}

.pro_bannner{
	overflow: hidden;
	position: relative;
}

	.pro_bannner.swiper-slide img {
		transform: scale(1.08);
		transition: all 3s ease-out;
		-moz-transition: all 3s ease-out;
		-webkit-transition: all 3s ease-out;
		-o-transition: all 3s ease-out;
	}

	.pro_bannner.swiper-slide-active img {
		transform: scale(1);
	}

	.pro_bannner.swiper-pagination {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.pro_bannner.swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		border: 2px solid #fff;
		background: inherit;
		opacity: 0.7;
	}

	.pro_bannner.swiper-pagination-bullet-active {
		width: 14px;
		height: 14px;
		border-color: #fff;
		opacity: 1;
	}

	.pro_bannner.swiper-slide {
		position: relative;
	}

.index_pro_txt {
	position: absolute;
	right: 100px;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0,0,0,.6);
	padding: 30px 8px;
}

.index_pro_txt h3 {color: #fff;
    padding: 50px;font-size: 40px;    text-align: right;}

.center {    margin: auto;
   
    background: rgba(0,0,0,0);
    top: 80%;}
 .swiper-slide .xy {display: grid;
    grid-template-columns: repeat(4, 1fr);text-align: right;
          }
        .swiper-slide .xy li p {font-size: 14px;}

	.index_pro_txt.active {
		animation: _InRight 1s ease;
		/*animation-fill-mode: forwards;*/
	}

	.index_pro_txt h2 {
		font-size: 50px;
		line-height: 1.2;
		border-bottom: 2px solid #fff;
		color: #fff;
		text-align: center;    font-family: "Montserrat1";
	}

		.index_pro_txt h2 sup {
			font-size: 30px;
			font-weight: normal;
			margin-left: 5px;
		}

	.index_pro_txt p {
		font-size: 30px;
		padding: 0 5px;
		color: #fff;
		
		text-align: center;
		letter-spacing: 1px;
		padding-top: 10px;
	}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    color: #2b2b2b;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
     color: #2b2b2b;
}
.css-1byiy21 {
    padding-bottom: 5rem;
    padding-top: 5rem;
    letter-spacing: 5.46px;
    font-size: 2.625rem;
    line-height: 2.875rem;
    text-align: center;
}

.items-center {    text-align: center;}
.advertising {padding-bottom:30px;}
.advertising h3 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    font-weight: bold;
    padding-bottom: 30px;
}
.advertising p {    font-size: 1rem;
    line-height: 1.625rem;}
.advertising ul li {font-size: 1rem;
    line-height: 1.625rem;}
.advertising ul{
padding-bottom:30px;
}
.advertising a {color:#2c72db;font-size: 1rem;}


.sub-nav {
border-top:1px solid #f2f2f2;
border-bottom:1px solid #f2f2f2;
line-height: 35px;
height:60px;
}
.navActive .sub-nav {    position: fixed;
    top: 100px;
    width: 100%;
    z-index: 9;
    background: #fff;}

.xy li {padding-top: 10px;}


.xy_ico01 , .xy_ico02 , .xy_ico03, .xy_ico04, .xy_ico05, .xy_ico06 , .xy_ico07, .xy_ico08 , .xy_ico09  {width: 50px;height: 50px; margin: auto}
.xy_ico01 {background: url(../images/01.png)}
.xy_ico02 {background: url(../images/02.png)}
.xy_ico03 {background: url(../images/03.png)}
.xy_ico04 {background: url(../images/04.png)}
.xy_ico05 {background: url(../images/05.png)}
.xy_ico06 {background: url(../images/06.png)}
.xy_ico07 {background: url(../images/07.png)}
.xy_ico08 {background: url(../images/08.png)}
.xy_ico09 {background: url(../images/09.png)}

.index {
	padding: 50px 0;
}

.index_company_intr {
	padding-top: 50px;
}

.index_company_txt {
	font-size: 30px;
	line-height: 1.8;
	text-align: center;
	max-width: 1400px;
	margin: 0 auto;
}

.promote_list {
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
        gap: 50px;
}



.index_case_img {
	width: 50%;
}

.index_title {
	text-align: center;
	margin-bottom: 50px;
}

	.index_title h2 {
		    font-size: 40px;
    line-height: 1.3;
    font-weight: normal;
    color: #333;
    padding-bottom: 20px;
	}

	.index_title small {
		margin-top: 15px;
		font-size: 20px;
		color: #666;
	}

.index_case_desc {
	width: 50%;
	background: #f6f6f6;
	padding: 80px 60px;
}

.index_case_img {
	overflow: hidden;
}

	.index_case_img img {
		transition: all .5s ease-in-out;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

.index_case_item:hover img {
	transform: scale(1.05);
}

.index_case_title {
	margin-bottom: 15px;
}

	.index_case_title h3 {
		font-size: 30px;
		font-weight: normal;
		line-height: 1.3;
		color: #555;
	}

.index_case_txt {
	font-size: 16px;
	color: #777;
	line-height: 1.7;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.index_case_btn {
	margin-top: 30px;
}

	.index_case_btn a {
		display: block;
		width: 150px;
		background: #444;
		text-align: center;
		line-height: 40px;
		border-radius: 5px;
		color: #fff;
		border: 1px solid #444;
	}

		.index_case_btn a:hover {
			background: #fff;
			color: #444;
		}

.index_case1 .layout {
	max-width: 1500px;
}

.index_case1 .index_case_desc {
	background: #fff;
}

.footer-wrapper {
	background: #202020;
    overflow: hidden;
    width: 100%;
}

.foot-logo > a img {
	filter: brightness(0) invert(1)
}

.foot-wrap {
	padding: 50px 0 30px;
}

	.foot-wrap .layout {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 1500px;
		margin: 0 auto
	}

	.foot-wrap .foot-item {
		width: 30%;
	}

	.foot-wrap .foot-contcat {
		width: 40%;
	}

.foot-logo img {
	max-width: 220px;
}

.foot-company-info {
	font-size: 16px;
	color: #f9f9f9;
	line-height: 20px;
}

.social-share {
	display: flex;
	margin-top: 20px;
	flex-wrap: wrap;
}

	.social-share a {
		border: 1px solid #fff;
		margin-right: 10px;
		border-radius: 3px;
		margin-bottom: 10px;
	}

	.social-share i {
		display: block;
		width: 60px;
		line-height: 60px;
		text-align: center;
		font-size: 30px;
		transition: all .5s ease-in-out;
        color: #fff;
	}

		.social-share i:hover {
			transform: rotateZ(360deg);
		}



.video {
	background:url(../images/v-bg.jpg);
	padding: 150px 0;
}
.video h3 {
   color: #fff;
    font-size: 36px;
    text-align: center;
    padding-bottom: 50px;
}


  #videoTrigger {
            width: 80px;
            height: 80px;
            border-radius: 50%;
                background-color: rgb(201,160,108,0.5);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 20px auto;
            cursor: pointer;
            transition: transform 0.2s;
        }
        
        #videoTrigger:hover {
            transform: scale(1.1);
        }
        
        #videoTrigger i {
            color: white;
            font-size: 30px;
            margin-left: 5px;
        }
        
        /* 模态框样式 */
        #videoModal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 1000;
            padding: 20px;
            box-sizing: border-box;
        }
        
        .modal-content {
            position: relative;
            width: 100%;
            max-width: 800px;
        }
        
        /* 关闭按钮 */
        #closeModal {
            position: absolute;
            top: -40px;
            right: 0;
            color: white;
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
        }
        
        /* 视频样式 */
        #popupVideo {
            width: 100%;
            border: 4px solid white;
            border-radius: 4px;
        }


.foot-item h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
	line-height: 40px;
}

.foot-pro-cate {
	display: flex;
	justify-content: center;
}

.foot-link-list a {
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	padding: 8px 0;
	font-weight: bold;
	position: relative;
}

	.foot-link-list a:after {
		content: "";
		display: block;
		position: absolute;
		width: 0;
		height: 2px;
		background: #fff;
		left: 0;
		bottom: 0;
		transition: all .5s ease-in-out;
	}

	.foot-link-list a:hover:after {
		width: 100%;
	}

.foot-contcat-list li {
	padding: 5px 0;
}

.foot-contcat-list a, .foot-contcat-list i {
	display: inline;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	padding: 5px 0;
}

.foot-contcat-list i {
	font-style: normal;
	margin-right: 5px;
}

.foot {
	padding: 20px 0;
	border-top: 1px solid #333;
}

	.foot .layout {
		max-width: 1500px;
		margin: 0 auto;
	}

.copyright {
	font-size: 16px;
	color: #fff;
	line-height: 20px;
}

.links a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
}

.links li {
	padding: 0 5px;
}


/* language */
.change-language-title span {
	color: #333;
	font-size: 14px;
}

.lang-wrap {
	position: relative;
}

.prisna-wp-translate-seo {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
}

.mobile-head-language .prisna-wp-translate-seo, .change-language .prisna-wp-translate-seo {
	display: block
}

.change-language .change-language-title, .change-language .change-language-title a {
	font-size: 10pt;
	color: #fff;
}

.change-language .change-language-title {
	padding: 0;
}

	.change-language .change-language-title a:after {
		font-family: 'fontawesome';
		content: "\f0d7";
		font-size: 12px;
		display: inline-block;
		padding-left: 2px;
		color: #333;
	}

.change-language:hover .change-language-title a:after {
	-moz-transform: rotate(-360deg);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.change-language .change-language-cont {
	position: absolute;
	top: 35px;
	right: 0;
	width: 360px;
	background: #FFF;
	padding: 20px 10px 20px 20px;
	transform: scale3d(0.9, 0.9, 1);
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border: 1px solid #eee;
	border-radius: 5px;
	overflow-y: scroll;
	max-height: 80vh;
}

.change-language:hover .change-language-cont {
	transform: scale3d(1, 1, 1);
	opacity: 1;
	visibility: visible;
}

.change-language .change-language-cont li {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 0 0 10px;
	font-size: 10pt;
	overflow: hidden;
	padding: 0 10px 0 0;
}

.change-language .change-language-cont .lang-item-hide {
	display: none !important;
}

.change-language .change-language-cont .lang-more {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	line-height: 30px;
}

.change-language .change-language-cont .more-active {
	font-size: 20px;
}

.language-flag span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	white-space: nowrap;
	padding: 0 0 0 33px;
	overflow: hidden;
}

.change-language ::-webkit-scrollbar {
	width: 5px;
}

.change-language ::-webkit-scrollbar-track {
	background-color: #fff;
}

.fa-globe:before {display: none;}
.change-language ::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,.3);
	border-radius: 3px;
}

.change-language .language-cont:hover::-webkit-scrollbar-thumb {
	display: block
}

.language-flag .country-flag {
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	background-repeat: no-repeat;
	background-image: url(../images/all-m.gif);
	width: 22px;
	height: 16px;
	margin: -8px 5px 0;
}

li.language-flag a {
	position: relative;
}

.language-flag-af .country-flag {
	background-position: 0 0px !important;
}

.language-flag-am .country-flag {
	background-position: 0 -16px !important;
}

.language-flag-ar .country-flag {
	background-position: 0 -32px !important;
}

.language-flag-az .country-flag {
	background-position: 0 -48px !important;
}

.language-flag-be .country-flag {
	background-position: 0 -64px !important;
}

.language-flag-bg .country-flag {
	background-position: 0 -80px !important;
}

.language-flag-bn .country-flag {
	background-position: 0 -96px !important;
}

.language-flag-bs .country-flag {
	background-position: 0 -112px !important;
}

.language-flag-ca .country-flag {
	background-position: 0 -128px !important;
}

.language-flag-ceb .country-flag {
	background-position: 0 -144px !important;
}

.language-flag-co .country-flag {
	background-position: 0 -160px !important;
}

.language-flag-cs .country-flag {
	background-position: 0 -176px !important;
}

.language-flag-cy .country-flag {
	background-position: 0 -192px !important;
}

.language-flag-da .country-flag {
	background-position: 0 -208px !important;
}

.language-flag-de .country-flag {
	background-position: 0 -224px !important;
}

.language-flag-el .country-flag {
	background-position: 0 -240px !important;
}

.language-flag-en .country-flag {
	background-position: 0 -256px !important;
}

.language-flag-eo .country-flag {
	background-position: 0 -272px !important;
}

.language-flag-es .country-flag {
	background-position: 0 -288px !important;
}

.language-flag-et .country-flag {
	background-position: 0 -304px !important;
}

.language-flag-eu .country-flag {
	background-position: 0 -320px !important;
}

.language-flag-fa .country-flag {
	background-position: 0 -336px !important;
}

.language-flag-fi .country-flag {
	background-position: 0 -352px !important;
}

.language-flag-fr .country-flag {
	background-position: 0 -368px !important;
}

.language-flag-fy .country-flag {
	background-position: 0 -384px !important;
}

.language-flag-ga .country-flag {
	background-position: 0 -400px !important;
}

.language-flag-gd .country-flag {
	background-position: 0 -416px !important;
}

.language-flag-gl .country-flag {
	background-position: 0 -432px !important;
}

.language-flag-gu .country-flag {
	background-position: 0 -448px !important;
}

.language-flag-ha .country-flag {
	background-position: 0 -464px !important;
}

.language-flag-haw .country-flag {
	background-position: 0 -480px !important;
}

.language-flag-hi .country-flag {
	background-position: 0 -496px !important;
}

.language-flag-hmn .country-flag {
	background-position: 0 -512px !important;
}

.language-flag-hr .country-flag {
	background-position: 0 -528px !important;
}

.language-flag-ht .country-flag {
	background-position: 0 -544px !important;
}

.language-flag-hu .country-flag {
	background-position: 0 -560px !important;
}

.language-flag-hy .country-flag {
	background-position: 0 -576px !important;
}

.language-flag-id .country-flag {
	background-position: 0 -592px !important;
}

.language-flag-ig .country-flag {
	background-position: 0 -608px !important;
}

.language-flag-is .country-flag {
	background-position: 0 -624px !important;
}

.language-flag-it .country-flag {
	background-position: 0 -640px !important;
}

.language-flag-iw .country-flag {
	background-position: 0 -656px !important;
}

.language-flag-ja .country-flag {
	background-position: 0 -672px !important;
}

.language-flag-jw .country-flag {
	background-position: 0 -688px !important;
}

.language-flag-ka .country-flag {
	background-position: 0 -704px !important;
}

.language-flag-kk .country-flag {
	background-position: 0 -720px !important;
}

.language-flag-km .country-flag {
	background-position: 0 -736px !important;
}

.language-flag-kn .country-flag {
	background-position: 0 -752px !important;
}

.language-flag-ko .country-flag {
	background-position: 0 -768px !important;
}

.language-flag-ku .country-flag {
	background-position: 0 -784px !important;
}

.language-flag-ky .country-flag {
	background-position: 0 -800px !important;
}

.language-flag-la .country-flag {
	background-position: 0 -816px !important;
}

.language-flag-lb .country-flag {
	background-position: 0 -832px !important;
}

.language-flag-lo .country-flag {
	background-position: 0 -848px !important;
}

.language-flag-lt .country-flag {
	background-position: 0 -864px !important;
}

.language-flag-lv .country-flag {
	background-position: 0 -880px !important;
}

.language-flag-mg .country-flag {
	background-position: 0 -896px !important;
}

.language-flag-mi .country-flag {
	background-position: 0 -912px !important;
}

.language-flag-mk .country-flag {
	background-position: 0 -928px !important;
}

.language-flag-ml .country-flag {
	background-position: 0 -944px !important;
}

.language-flag-mn .country-flag {
	background-position: 0 -960px !important;
}

.language-flag-mr .country-flag {
	background-position: 0 -976px !important;
}

.language-flag-ms .country-flag {
	background-position: 0 -992px !important;
}

.language-flag-mt .country-flag {
	background-position: 0 -1008px !important;
}

.language-flag-my .country-flag {
	background-position: 0 -1024px !important;
}

.language-flag-ne .country-flag {
	background-position: 0 -1040px !important;
}

.language-flag-nl .country-flag {
	background-position: 0 -1056px !important;
}

.language-flag-no .country-flag {
	background-position: 0 -1072px !important;
}

.language-flag-ny .country-flag {
	background-position: 0 -1088px !important;
}

.language-flag-pa .country-flag {
	background-position: 0 -1104px !important;
}

.language-flag-pl .country-flag {
	background-position: 0 -1120px !important;
}

.language-flag-ps .country-flag {
	background-position: 0 -1136px !important;
}

.language-flag-pt .country-flag {
	background-position: 0 -1152px !important;
}

.language-flag-ro .country-flag {
	background-position: 0 -1168px !important;
}

.language-flag-ru .country-flag {
	background-position: 0 -1184px !important;
}

.language-flag-sd .country-flag {
	background-position: 0 -1200px !important;
}

.language-flag-si .country-flag {
	background-position: 0 -1216px !important;
}

.language-flag-sk .country-flag {
	background-position: 0 -1232px !important;
}

.language-flag-sl .country-flag {
	background-position: 0 -1248px !important;
}

.language-flag-sm .country-flag {
	background-position: 0 -1264px !important;
}

.language-flag-sn .country-flag {
	background-position: 0 -1280px !important;
}

.language-flag-so .country-flag {
	background-position: 0 -1296px !important;
}

.language-flag-sq .country-flag {
	background-position: 0 -1312px !important;
}

.language-flag-sr .country-flag {
	background-position: 0 -1328px !important;
}

.language-flag-st .country-flag {
	background-position: 0 -1344px !important;
}

.language-flag-su .country-flag {
	background-position: 0 -1360px !important;
}

.language-flag-sv .country-flag {
	background-position: 0 -1376px !important;
}

.language-flag-sw .country-flag {
	background-position: 0 -1392px !important;
}

.language-flag-ta .country-flag {
	background-position: 0 -1408px !important;
}

.language-flag-te .country-flag {
	background-position: 0 -1424px !important;
}

.language-flag-tg .country-flag {
	background-position: 0 -1440px !important;
}

.language-flag-th .country-flag {
	background-position: 0 -1456px !important;
}

.language-flag-tl .country-flag {
	background-position: 0 -1472px !important;
}

.language-flag-tr .country-flag {
	background-position: 0 -1488px !important;
}

.language-flag-uk .country-flag {
	background-position: 0 -1504px !important;
}

.language-flag-ur .country-flag {
	background-position: 0 -1520px !important;
}

.language-flag-uz .country-flag {
	background-position: 0 -1536px !important;
}

.language-flag-vi .country-flag {
	background-position: 0 -1552px !important;
}

.language-flag-xh .country-flag {
	background-position: 0 -1568px !important;
}

.language-flag-yi .country-flag {
	background-position: 0 -1584px !important;
}

.language-flag-yo .country-flag {
	background-position: 0 -1600px !important;
}

.language-flag-zh-CN .country-flag {
	background-position: 0 -1616px !important;
}

.language-flag-zh-TW .country-flag {
	background-position: 0 -1632px !important;
}

.language-flag-zu .country-flag {
	background-position: 0 -1648px !important;
}
.index_case_title h5 {
	font-size: 22px;
	font-weight: normal;
	color: #555;
	margin-top: 10px;
}

@media (max-width: 1600px) {
	.layout {
		max-width: 1400px;
	}
}

@media (max-width: 1440px) {
	.product_slider .swiper-button-prev {
		left: 30px;
	}

	.product_slider .swiper-button-next {
		right: 30px;
	}

	.index_case_desc {
		padding: 30px 50px;
	}

	.index_case_title h3 {
		font-size: 24px;
	}

	.index_case_title h5 {
		font-size: 18px;
	}
}

/*download*/
.download-list {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
.download-list .download-item {
	width: 49%;
	float: left;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.download-list .download-item:nth-child(2n) {
	float: right;
}
.download-list .download-item .download-img {
	width: 20%;
	float: left;
}
.download-list .download-item .download-img img {
	width: 100%;
	margin: 0;
}
.download-list .download-item .download-info {
	width: 70%;
	float: right;
	text-align: left;
}
.download-list .download-item .download-info span:nth-child(1) {
	font-weight: bold;
	margin-bottom: 15px;
}
.download-list .download-item .download-info span {
	font-size: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
    color: #333;

}
.download-list .download-item .download-info a {
	display: block;
	display: block;
	background-color: #303030;
	color: #fff;
	padding: 10px 0;
	margin-top: 20px;
	width: 150px;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
}


	.inner_app_list {
		display: flex;
		gap: 80px;
		padding: 20px 0;
		justify-content: center;
		border-bottom: 1px solid #ddd;
	} 
	.inner_app {
		padding-top: 30px;
	}
	.inner_app_wrap {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
      
    margin: auto;
	}
	.inner_app_wrapper {
		padding-top: 30px;
	}
.inner_app_cont {margin: 0px 0 80px;}
.inner_app_wrapper .layout {width: 1200px;margin: auto;}
.inner_app .layout {width: 1200px;margin: auto;}
.inner_app_items {
    width: calc((100% - 40px) / 3);
}
	.inner_app_ny_items {
		display: flex;
    flex-wrap: wrap;
    gap: 20px;
	}
.border h2 {
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.inner_app_item {
    width: calc((100% - 40px) / 3);
    border-radius: 10px;
    overflow: hidden;
}
	.inner_app_tit h3 {
		font-size: 16px;
		text-align: center;
		padding: 10px 0;
	}
	.inner_app_list .inner_app_item {
		position: relative;
	}
	.inner_app_list .inner_app_item:after {
		content: "";
		display: block;
		width: 1px;
		height: 60%;
		position: absolute;
		top: 20%;
		right: -40px;
		background: #ddd;
	}
	.inner_app_list .inner_app_item:last-child:after {
		display: none;
	}
	.inner_app_list .inner_app_item a {
	    display: flex;
	    gap: 10px;
	    flex-direction: column;
	    align-items: center;
	}
	.inner_app_list .inner_app_item a h4 {
		font-size: 13px;
	}
	.inner_app_list .inner_app_item a img {
		width: 30px;
		filter: grayscale(1);
	}
	.inner_app_list .inner_app_item.active a, .inner_app_list .inner_app_item:hover a {
		color: #e82707;
	}
	.inner_app_list .inner_app_item.active a img, .inner_app_list .inner_app_item:hover a img {
		filter: grayscale(0);
	}
	.inner_app_info .layout {
		padding: 30px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.inner_app_info_l, .inner_app_info_r {
		width: 46%;
		position: relative;
	}
	.inner_app_info_l:after {
		content: "";
		display: block;
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -4%;
		background: #ddd;
	}
	.inner_app_info_l h5 {
		font-size: 30px;
		padding-bottom: 20px;
		position: relative;
	}
	.inner_app_info_l h5:after {
		content: "";
		display: block;
		width: 60px;
		height: 3px;
		position: absolute;
		bottom: 0;
		left: 0;
		background: #333;
	}
	.inner_app_info_r {
		font-size: 16px;
		line-height: 1.6;
		color: #555;
	}


/*inner*/
.classes h1 {
    text-align: center;
    line-height: 30px;
    font-size: 34px;
    color: #333;
    margin-bottom: 30px;
}
.don {margin-top: 50px;}
.inner-main-wrapper {     padding: 50px 0; }
.inner-main-wrapper .layout {
	max-width: 1500px;
}


        .index.index_factory {
          
            padding: 30px 20px 40px;
            overflow: hidden;  /* 裁切溢出，保证滚动条不干扰布局 */
        }

       
        .factory_list01,
        .factory_list02 {
            display: flex;
            flex-wrap: nowrap;
            gap: 20px;
            overflow: hidden;          /* 隐藏溢出的项目，滚动条由内部伪滚动实现 */
            position: relative;
            width: 100%;
            padding: 8px 0;            /* 给阴影/聚焦留点呼吸空间 */
           
            box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.02);
        }

        /* ---------- 滚动轨道 (内联flex 负责真正滚动) ---------- */
        .scroll-track {
            display: flex;
            flex-wrap: nowrap;
            gap: 20px;
            will-change: transform;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
        }

        /* ---------- 单个工厂卡片 ---------- */
        .factory_item {
            flex: 0 0 auto;            /* 不伸缩，保持原始尺寸 */
            width: 300px;              /* 固定宽度，和原图比例协调 */
            height:178px;
            overflow: hidden;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            background: #eef2f6;
        }

        .factory_item img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;          /* 保证图片填充且不变形 */
            transition: transform 0.3s ease;
        }

        .factory_item:hover {
            transform: scale(1.02) translateY(-4px);
            box-shadow: 0 16px 24px -8px rgba(0, 0, 0, 0.15);
            z-index: 2;
        }

        .factory_item:hover img {
            transform: scale(1.04);
        }

        /* ---------- 动画定义 ---------- */
        @keyframes scrollLeftToRight {
            0%   { transform: translateX(0%); }
            100% { transform: translateX(-50%); }  /* 因为复制了一份，移动一半宽度即无缝 */
        }

        @keyframes scrollRightToLeft {
            0%   { transform: translateX(-50%); }
            100% { transform: translateX(0%); }
        }

        /* 第一行：从左向右 → 动画名 leftToRight */
        .factory_list01 .scroll-track {
            animation-name: scrollLeftToRight;
            animation-duration: 50s;          /* 速度适中 */
        }

        /* 第二行：从右向左 → 动画名 rightToLeft */
        .factory_list02 .scroll-track {
            animation-name: scrollRightToLeft;
            animation-duration: 50s;
        }

        /* 悬浮暂停动画 (提升交互) */
        .factory_list01:hover .scroll-track,
        .factory_list02:hover .scroll-track {
            animation-play-state: paused;
        }

        /* ---------- 小屏适配 ---------- */
        @media (max-width: 640px) {
            .index.index_factory {
                padding: 20px 12px;
            }
            .factory_item {
                width: 150px;
                height: 110px;
            }
            .factory_list01,
            .factory_list02 {
                gap: 12px;
                padding: 6px 0;
            }
            .scroll-track {
                gap: 12px;
            }
            /* 移动端略微加快速度，保持流畅 */
            .factory_list01 .scroll-track {
                animation-duration: 22s;
            }
            .factory_list02 .scroll-track {
                animation-duration: 22s;
            }
        }

        @media (max-width: 420px) {
            .factory_item {
                width: 120px;
                height: 90px;
            }
            .factory_list01 .scroll-track {
                animation-duration: 18s;
            }
            .factory_list02 .scroll-track {
                animation-duration: 18s;
            }
        }

        /* 辅助说明（装饰） */
        .scroll-hint {
            display: flex;
            justify-content: space-between;
            font-size: 0.85rem;
            color: #6b7a8a;
            letter-spacing: 0.3px;
            padding: 0 8px 6px 8px;
            font-weight: 450;
            opacity: 0.7;
        }
        .scroll-hint span:first-child::before {
            content: "← ";
        }
        .scroll-hint span:last-child::after {
            content: " →";
        }
        .factory_list02 .scroll-hint span:first-child::before {
            content: "→ ";
        }
        .factory_list02 .scroll-hint span:last-child::after {
            content: " ←";
        }



 .factory_list {  display: grid;
        grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 10px }

.factory_list .factory_item img {width: 100%;}
.inner_about {
	    padding: 0;
}

.inner_about_items {
	padding: 50px;
}
.video_bg {
    background: #f5f5f5;
    padding: 50px 0;overflow: auto;
}
.inner_title {
	margin-bottom: 20px;
}

	.inner_title h2 {
		font-size: 40px;
		color: #333;
		line-height: 1.4;
		text-align: center;
	}



	.drag_bg {
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 990;
		background: rgba(0,0,0,0.9);
		left: 0;
  		top: 0;
  		/*display: none;*/
	}
	.drag_slides {
		position: fixed;
		width: 100%;
		z-index: 991;
		left: 0;
  		top: 50%;
  		transform: translateY(-50%);
  		/*display: none;*/
	}
	.drag_slides .swiper-container{
		overflow: hidden;
		width: 70%;
		margin: 0 auto;
		padding: 110px 0;
		position: relative;
	}
	:root {
	  --swiper-theme-color: #fff;
	}
	.drag_slides .drag_img {
		border: 5px solid #fff;
	}
	.drag_img img {
		width: 100%;
	}
	.drag_slides .swiper-slide {
		transition: .3s;
		z-index: 1;
		filter: brightness(.2);
	}
	.drag_slides .swiper-slide-prev, .drag_slides .swiper-slide-next {
		z-index: 2;
	}
	.drag_slides .swiper-slide-active {
		z-index: 3;
		filter: brightness(1);
	}
	.drag_slides .swiper-slide .drag_img {
		transform: scale(1);
	}
	.drag_slides .swiper-slide-prev .drag_img, .drag_slides .swiper-slide-next .drag_img {
		transform: scale(1.6);
	}
	.drag_slides .swiper-slide-active .drag_img {
		transform: scale(2.2);
	}
	.drag_title {
		position: absolute;
		bottom: 0;
		color: #fff;
		width: 100%;
		text-align: center;
		display: none;
	}
	.swiper-slide-active .drag_title{
		display: block;
	}

	.drag_title_slides {
		position: fixed;
		width: 100%;
		z-index: 991;
		left: 50%;
  		transform: translateX(-50%);
  		bottom: 50px;
	}
	.swiper-pagination {
		bottom: 30px;
		color: #fff;
	}
	.drag_wrapper {
		display: none;
	}
	.drag-close {
		background: url(../images/search_btn_close.png);
		width: 50px;
		height: 50px;
		display: block;
		position: fixed;
		right: 20px;
		top: 20px;
		filter: brightness(0) invert(1);
		z-index: 992;
	}



.template {
    padding: 20px 0 75px 0;
    overflow: hidden;
    margin: auto;
    width: 100%;
    float: left;
    margin: 0 1%;
}

.category {
    text-align: center;
    width: 100%;
    margin: auto;
    font-weight: bold;
    color: #FFF;
}
.category ul {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    border-radius: 3px;
    display: inline-block;
    padding: 0;
}
.category ul li {
    float: left;
    display: inline-block;
    font-size: 16px;
    height: auto;
    line-height: 35px;
    width: 25%;
    text-align: center;
    position: relative;
    cursor: pointer;
    color: #000;
    border: 3px solid #fff;
}
.category ul li img {
    margin: 0;
    width: 100%;
}
.category ul li:after{content: '';height: 50%; position: absolute; right: 0; top: 25%;}
.category ul li:last-child:after{border-left: none;}
.category ul li.active {    border: 3px solid #cf020b;
}
.category ul li:hover {    border: 3px solid #cf020b;}
.category ul li.active:after{border-left: none;}
.content{width: 100%;height: auto;margin-top: 10px;}
    .content img {width: 100%;}
.content.active{display: block;}
.content ul{width: 1200px;margin: 0 auto;}
.content ul li{float: left;position: relative;width: 23%; margin-right: 20px; transition: transform .3s ease,box-shadow .3s ease}
.content ul li:last-child{margin-right: 0;}
.content ul li .img{width: 100%; border: 2px solid #f6ff21;}
 .content ul li:hover .img{width: 100%; border: 2px solid #f6ff21;}   
.content ul li .bg{transition: opacity .3s;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0);text-align: center;}
.content ul li .bg img{display: inline-block;width: 70%;margin-top: 75px;border-radius: 3px;opacity: 0;transition: opacity .5s;}
.content ul li:hover{transform: translate3d(0,-10px,0)}
.content ul li:hover .bg{background: rgba(0,0,0,.5);}
.content ul li:hover .bg img{opacity: 1;}
.content ul li p{
background-color: #1453a4;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
overflow: hidden;
color:#fff;
}
.block .classes .class-content img {
    text-align: center;
    margin: 0;
}
.content ul li p a { color:#fff;}
@media screen and (max-width: 1200px){
.template{width: 100%}
.category {
    width: 100%;
}
.category ul li {
    width: 50%;
text-overflow: clip;overflow: hidden;
}
.content ul {
    width: 100%;
}
}
@media screen and (max-width: 769px){
    .factory_list {  display: grid;
      grid-template-columns: repeat(1, 1fr); 
    gap: 10px }
    
.content ul li {
    float: left;
    position: relative;
    width: 47%;
    margin: 10px 10px;
    transition: transform .3s ease,box-shadow .3s ease;
}


}
@media screen and (max-width:500px){
.content ul li {
    float: left;
    position: relative;
    width: 43%;
    margin: 10px 10px;
    transition: transform .3s ease,box-shadow .3s ease;
}

}



.news-date {    font-size: 16px;
    color: #565656;
    text-align: left;
    padding: 10px 0; }

.news-more{ padding: 20px 0 0 0;} 

.news-more a {display: block;
    width: 150px;
    background: #444;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #444; }

		.news-more a:hover {
			background: #fff;
			color: #444;
		}

.news-list {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.news-item {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 15px 1%;
	background-color: #fff;
}
.news-item .news-img {
	float: left;
	width: 30%;
}
.news-item .news-img img {
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #eee;
}
.news-item .news-info {
	float: right;
	width: 68%;
	text-align: left;
	padding: 15px;
}
.news-item .news-info span {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}
.news-item .news-info p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.news-item .news-info .news-btn {
	display: block;
	background-color: #333;
	color: #fff;
	width: 120px;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	border-radius: 100px;
}
.news-item .news-info .news-btn:hover {
	background-color: #303030;
}

.news-list {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.class-info {
    width: 100%;
    float: left;
}
.class-content {
    width: 100%;
    float: left;
}
.date {
    width: 100%;
    float: left;
    text-align: center;
}
.class-content {
    margin-top: 30px;
    margin-bottom: 30px;
}

.news-item .news-info h2 {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}


 .news-item {
    padding: 0;
    border: 1px solid #eee;
    -moz-box-shadow: 7px 5px 30px rgba(72,73,121,0.15);
    -o-box-shadow: 7px 5px 30px rgba(72,73,121,0.15);
    box-shadow: 7px 5px 30px rgba(72,73,121,0.15);
}
 .news-item {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 15px 1%;
    background-color: #fff;
}


.news-item .news-info p {
    margin-top: 2%;
    color: #666;
}

.news-item .news-info .news-btn {
    line-height: 30px;
    margin-top: 20px;
}

.news-nav ul{text-align:center;text-align: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 10px;}

.news-nav ul li a{width:100%;display:block;font-size:16px;color:#000;padding:13px 0;position:relative;border:1px #000 solid;border-radius:29px;overflow:hidden;z-index:2;display:inline-block}
.news-nav ul li:hover a {color: #fff;}
.news-nav ul li a:after {
    background-color: #000;
    transform-origin: 0 50%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    content: " ";
    transform: scaleX(0);
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: .5s;
    -webkit-transition-property: transform;
    -webkit-transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    border-radius: 18px;
}

.news-nav ul li a:hover:after {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    -webkit-transform: scaleX(1);
}

.news-nav .active a{background:#000;color:#fff}
.news-nav a{display:block}
.news-nav .active a{color:#fff}
.news-nav{width:100%;margin-top:80px;margin-bottom:60px}



.inner_about_desc p, .inner_sample_desc p, .fea_pro_desc p, .inner_insert_desc p {
	font-size: 18px;
	line-height: 1.7;
	color: #777;
}

.inner_insert_desc p {
	font-size: 24px;
}

.inner_insert_desc .flex_col_3 {
	text-align: center;
	margin-bottom: 20px;
}

.inner_insert_desc span {
	font-size: 18px;
	line-height: 1.7;
	padding: 5px 0;
	color: #777;
}

.inner_insert_desc.bg {
	background-image: url(../images/insect-screen-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 30%;
}

.inner_insert_desc table {
	border: 0;
	margin-top: 40px;
}

.inner_insert_desc td {
	font-size: 24px;
	color: #777;
	text-align: center;
	padding: 20px 0;
	border: 0;
	border-bottom: 1px solid #ccc;
}

.inner_insert_desc tr:nth-child(2n+1) {
	background: #FBFBFB;
}

.fea_pro_desc p {
	font-size: 24px;
}

.fea_pro_list .fea_pro_desc p {
	font-size: 18px;
}


.inner_about .flex_col_bg {
	background: #fff;
	padding: 80px 40px;
}

.bzbg {background: #2b2b2b;}
.bzbg .inner_title h2 {color:#fff; }
.bzbg p {color:#fff; }
.bzbg_con ul  {
  display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 10px;}
.bzbg_con ul li img {width: 100%;}
.history {
	padding: 50px 0;
}

	.history .inner_about_desc .flex_col_6 img {
		height: 100%;
		object-fit: cover;
	}

.feature .inner_about_desc .flex_col_6 img {
	height: 100%;
	object-fit: cover;
}

p.two_child img {
	width: 48%;
	border-radius: 30px;
	margin-bottom: 2%;
}

.factory .inner_about_desc {
	padding-top: 20px;
}

	.factory .inner_about_desc span {
		display: block;
		font-size: 18px;
		text-align: center;
		line-height: 22px;
		padding: 10px 0;
	}

	.factory .inner_about_desc .flex_col_4 {
		margin-bottom: 20px;
	}

.inner_ce {
	padding: 30px 0;
}

.inner_ce_items {
	padding: 50px 0;
	border-bottom: 1px solid #ccc;
}

.inner_ce_desc span {
	display: block;
	font-size: 18px;
	text-align: center;
	line-height: 22px;
	padding: 10px 0;
}

.inner_ce_desc .flex_col_4 {
	margin-bottom: 20px;
}

	.inner_ce_desc .flex_col_4 img {
		border: 1px solid #ccc;
	}

.inner_ce_items:last-child {
	border: 0;
}

.inner_sample {
	padding: 50px 0;
}

.inner_sample_items {
	padding-bottom: 50px;
}

.inner_sample_desc .flex_col_4 {
	margin: 1%;
}

	.inner_sample_desc .flex_col_4 p {
		text-align: center;
	}

.inner_pro {
	padding: 30px 0;
}

.inner_pro_items {
	padding: 50px 0;
	border-bottom: 1px solid #ccc;
}

	.inner_pro_items:last-child {
		border: 0;
	}

.inner_insert_items {
	padding: 60px 0 40px;
}

.inner_insert_full {
	padding: 0;
}

.fea_pro_desc {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.fea_pro_list {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}

.fea_pro_item {
	width: 31.333333%;
	margin: 1%;
}

.fea_pro_img img {
	width: 100%;    border-radius: 20px;
}

.fea_pro_desc h3 {
	font-size: 24px;
	margin-top: 10px;
	line-height: 1.5;
	color: #444;
}
.index_news {    padding: 50px 0 80px;
    overflow: hidden;
    width: 100%;}
.news-wrap {     display: flex;
    gap: 32px;}
 /* 标题区域 */

        .section-header h2 {
            font-size: 48px;
            color: #1a1a1a;
            font-weight: 600;
            margin-bottom: 14px;
        }
        .section-header p {
            font-size: 18px;
            color: #555555;
            margin-bottom: 60px;
        }

        /* 滚动外层容器 */
        .slider-wrap {
            position: relative;
            overflow: hidden;
        }
        /* 左右切换按钮 */
        .slider-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 48px;
            height: 48px;
            border-radius: 50%;
            border: none;
            background-color: rgb(195,166,126,0.5);
            color: #fff;
            font-size: 20px;
            cursor: pointer;
            z-index: 10;
            transition: 0.2s ease;
        }
        .slider-btn:hover {
            background-color: #9c8c79;
        }
        .prev-btn {
            left: 10px;
        }
        .next-btn {
            right: 10px;
        }
        /* 滚动轨道 */
        .slider-track {
            display: flex;
            gap: 32px;
            transition: transform 0.4s ease-out;
        }
        /* 单张卡片：上图下文 */
        .client-card {
               flex: 0 0 calc(33.333% - 22px);
    min-width: 280px;
    background: #f6f6f6;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #f6f6f6;
    transition: 0.3s ease;
        }
        .client-card:hover {
            box-shadow: 0 8px 24px rgba(184, 168, 150, 0.18);
            transform: translateY(-4px);
        }
        /* 上方图片区域 */
        .card-img-wrap {
            width: 100%;
            height: 300px;
            background-color: #c3a67e;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 22px;
        }
        .card-img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        /* 下方文字区域 */
        .card-text-wrap {
            padding: 32px 26px;
            text-align: left;
        }
        .card-number {
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background-color: #c3a67e;
            color: #fff;
            border-radius: 50%;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 20px;
        }
        .card-text-wrap h3 {
            font-size: 24px;
            color: #222;
            margin-bottom: 16px;
        }
        .card-text-wrap p {
            font-size: 16px;
            color: #444;
            line-height: 1.7;
        }

        /* 平板响应式：一行2张 */
        @media (max-width: 1024px) {
            .section-header h2 {
                font-size: 38px;
            }
            .client-card {
                flex: 0 0 calc(50% - 16px);
            }
            .card-img-wrap {
                height: 200px;
            }
        }
        /* 手机端：一行1张 */
        @media (max-width: 768px) {
            .news-nav {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}
            .news-nav ul {
                    grid-template-columns: repeat(2, 1fr);
            }
            .section-header h2 {
                font-size: 32px;
            }
            .client-card {
                flex: 0 0 100%;
            }
            .card-img-wrap {
                height: 170px;
                
            }
           .card-text-wrap {
    padding: 24px 20px;
    text-align: center;
}
            .card-text-wrap h3 {
    font-size: 20px;
    color: #222;
    margin-bottom: 16px;
    margin-top: 10px;
}
            
            .slider-btn {
                width: 40px;
                height: 40px;
            }
        }

.why_list {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}

.why_item {
	width: 31.333333%;
	margin: 1%;
}

.why_item img {
	width: 100%; 
}

.why_item h3 {
	font-size: 24px;
	margin-top: 10px;
	line-height: 1.5;
	color: #444;
    text-align: center;
    font-family: "Montserrat1";
}
.inner_title {
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}

.inner_banner {
	position: relative;
}

.inner_banner_desc {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.inner_banner_title.inner_banner_title1 {
    padding: 40px 50px;
}
.inner_banner_title1 h1 {
 font-size: calc(80 / 1920* 100vw);
    line-height: 1.2;
}
.inner_banner_titleh1 {
 color: #fff;
}
.inner_banner_title1 p {
    font-size: calc(50 / 1920* 100vw);
    line-height: 1.2;
}
.inner_banner_title.inner_banner_title1 h1 {
    width:100%;
}
    iframe {
        width: 100% !important;
        height: 500px !important;
    }
    .inner_banner_title {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .inner_banner_title span {
        display: block;
        font-size: 40px;
        padding: 0 30px;
        padding-top: 0px;
        color: #fff;
        line-height: 50px;
        text-align: center;
        letter-spacing: 1px;
        padding-top: 20px;
        font-weight: bold;
    }
    @media (max-width: 768px) {
        .head-right　#menu　{ display:block;}

        iframe {
            height: 350px !important;
        }
        .inner_banner_title p {
            font-size: 12px;
            padding-top: 10px;
            line-height: 14px;
            min-width: 260px;
        }
        .inner_banner_title1 p {
            font-size: 20px;
            line-height: 1.5;
        }
        .inner_nf_title h2 {
            font-size: 20px;
        }
        .inner_cv_desc p {
            font-size: 14px;
            padding: 5px 0;
        }
        .inner_ce .grey_case {
            padding: 20px 20px;
        }
        .inner_ce_items>.layout>.flex:nth-child(2n) {
            flex-direction: column-reverse;
        }
        .foot-logo {
            text-align:center;
        }
        .foot-logo img {
            max-width: 150px;
        }
        .foot-wrap {
            padding: 30px 0 10px;
        }
        .foot-link-list a {
            font-size: 12px;
            line-height: 14px;
        }
        ul.foot-link-list {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
        }
        ul.foot-link-list li{
            width: 50%;
        }
        .foot-pro-cate {
            display:none;
        }
        .foot-contcat-list li {
            text-align: center;
        }
        .foot-contcat-list a, .foot-contcat-list i {
            font-size: 14px;
            line-height: 18px;
        }
        .links a {
            font-size: 10px;
            line-height: 14px;
        }
        .foot .flex_col_6 {
            font-size: 10px;
            margin-bottom: 0;
        }
        .inner_ce .flex_col_6 {
            width: 100%;
        }
        .inner_bg_white {
            padding: 10px 30px;
        }
        .inner_cv_info p, .inner_cv_desc p {
            font-size: 14px;
            line-height: 1.5;
            padding: 5px 0;
        }
        .inner_cv_desc > span {
            font-size: 18px;
        }
        .foot-item h3 {
            font-size: 14px;
            line-height: 20px;
            text-align: center;
        }
        .inner_ce .grey_case {
            padding: 20px 30px;
        }
        .inner_nf_title h2 {
            font-weight: normal;
            color: #555;
        }
        .inner_banner_title span {
            font-size: 16px;
            line-height: 20px;
            padding: 10px 10px 0;
            width: max-content;
        }
.inner_banner_title1 p {
    width: max-content;
}
.inner_banner_title.inner_banner_title1 {
    padding: 10px 30px;
}
.inner_banner_title1 h1 {
 font-size: 30px;

}
.history .inner_about_desc .flex_col_6 img {
    height: 300px;
    width: 100%;
}
.inner_about .flex_col_bg {
    padding: 20px 30px;
}
.feature p strong {
    font-size: 20px;
    font-weight: normal;
    color: #555;
}
.feature p{
    font-size: 14px !important;
}
    }
    @media (max-width: 480px) {
        .nav-bar .layout {
            width: 100%;
        }

        .table_wrap td {
            padding: 1px !important;
            font-size: 10px !important;
        }
        .table_wrap p {
            font-size: 10px !important;
        }
        .table_wrap img {
            max-width:30px !important;
        }
        .inner_title_abs h2 {
            max-width: 200px;
        }
    }

.inner_banner_title {
	background: rgba(0, 0, 0, .6);
	padding: 20px 30px;
	color: #fff;
}

	.inner_banner_title h1 {
		font-size: 50px;
		line-height: 60px;
        color: #fff;
	}

		.inner_banner_title h1.line {
			border-bottom: 1px solid #fff;
		}

	.inner_banner_title p {
    color: #fff;
    font-size: 18px;
    padding-top: 20px;
    line-height: 35px;
}

.inner_banner_desc a {
	display: block;
	margin-top: 30px;
	font-size: 28px;
	padding: 20px 20px;
	line-height: 1.5;
	color: #fff;
	background: rgba(0,0,0,.6);
	position: relative;
	z-index: 1;
}

	.inner_banner_desc a:after {
		content: "";
		width: 100%;
		height: 0;
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #fff;
		z-index: -1;
		transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
		-webkit-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
	}

	.inner_banner_desc a:hover:after {
		height: 100%;
	}

	.inner_banner_desc a:hover {
		color: #333;
	}

.sample .inner_banner_desc h4 {
	font-size: 50px;
	padding: 40px 100px;
}

.ce .inner_banner_desc h4 {
	font-size: 50px;
	padding: 40px 100px;
}

.inner_banner_txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0,0,0,.6);
	padding: 30px 60px;
}

	.inner_banner_txt.active {
		animation: _InRight 1s ease;
		/*animation-fill-mode: forwards;*/
	}

	.inner_banner_txt h2 {
		font-size: 70px;
		line-height: 1.2;
		border-bottom: 2px solid #fff;
		color: #fff;
		text-align: center;
	}

		.inner_banner_txt h2 sup {
			font-size: 30px;
			font-weight: normal;
			margin-left: 5px;
		}

	.inner_banner_txt p {
		font-size: 50px;
		padding: 0 30px;
		color: #fff;
		line-height: 50px;
		text-align: center;
		letter-spacing: 1px;
		padding-top: 30px;
	}

.inner_pro_one {
	padding: 30px 0;
}

.inner_pro_one_desc table {
	border: 0;
	margin-top: 40px;
}

.inner_title h4 {
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	margin-top: 20px;
	color: #444;
}

.inner_pro_one_desc td {
	font-size: 24px;
	color: #777;
	text-align: center;
	padding: 20px 0;
	border: 0;
	border-bottom: 1px solid #ccc;
}

.inner_pro_one_desc tr:nth-child(2n+1) {
	background: #FBFBFB;
}

.inner_bg_grey {
	background: #eee;
}

	.inner_bg_grey img {
		max-width: 180px;
	}

	.inner_bg_grey span {
		display: block;
		font-size: 18px;
		color: #333;
		line-height: 24px;
		padding: 10px 0;
	}

	.inner_bg_grey .flex_col_3 {
		text-align: center;
		margin-bottom: 20px;
	}

	.inner_bg_grey .flex_col_4 {
		text-align: center;
	}

		.inner_bg_grey .flex_col_4 img {
			max-width: 80px;
		}

.inner_pro_one_items {
	padding: 50px 0;
}

.inner_pro_one_desc p {
	font-size: 30px;
	line-height: 1.8;
	text-align: center;
	max-width: 1400px;
	margin: 0 auto;
}

.inner_pro_one_list {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.inner_pro_one_item {
	width: 23%;
	margin: 1%;
	padding: 30px 40px;
	box-shadow: 0 0 10px #ccc;
}

.inner_pro_one_img img {
	width: 100%;
	padding: 30px 0;
}

.inner_pro_one_btn {
	display: flex;
	justify-content: center;
}

	.inner_pro_one_btn a {
		display: block;
		border: 2px solid #333;
		font-size: 16px;
		line-height: 34px;
		padding: 0 20px;
		color: #333;
		position: relative;
		z-index: 1;
	}

		.inner_pro_one_btn a:after {
			display: block;
			content: "";
			position: absolute;
			width: 0;
			height: 100%;
			top: 0;
			left: 0;
			z-index: -1;
			background: #333;
			transition: all .5s ease-out;
		}

		.inner_pro_one_btn a:hover {
			color: #fff;
		}

			.inner_pro_one_btn a:hover:after {
				width: 100%;
			}

.inner_pro_one_desc h3 {
	font-size: 30px;
	text-align: center;
	line-height: 1.5;
}

.inner_pro_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 30px;
}

.inner_pro_left {
	width: 24%;
}

.inner_pro_left_item {
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}

	.inner_pro_left_item:first-child {
		padding-top: 0;
	}

	.inner_pro_left_item:last-child {
		border-bottom: 0;
	}

	.inner_pro_left_item h3 {
		font-size: 24px;
		line-height: 1.5;
		color: #444;
	}

	.inner_pro_left_item ul {
		padding-top: 10px;
	}

	.inner_pro_left_item li a {
		display: block;
		font-size: 16px;
		line-height: 1.6;
		padding: 5px 0;
	}

.inner_pro_right {
	width: 74%;
}

.inner_pro_list {
	display: flex;
	flex-wrap: wrap;
}

.inner_pro_item {
	width: 31.333333%;
	margin: 1%;
}

.inner_pro_img img {
	width: 100%;
}

.inner_pro_desc h3 {
	font-size: 20px;
	color: #555;
	line-height: 1.5;
	padding: 10px 0;
	text-align: center;
}

.inner_pro_desc p {
	font-size: 14px;
	line-height: 1.6;
	color: #777;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.page {
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

	.page a {
		display: block;
		width: 40px;
		text-align: center;
		line-height: 30px;
		border: 1px solid #ccc;
		color: #333;
	}

		.page a.active, .page a:hover {
			background: #333;
			border-color: #333;
			color: #fff;
		}

.inner_show_img {
	overflow: hidden;
}

.inner_pro_show_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}

.inner_show_title h1 {
	font-size: 32px;
	line-height: 1.5;
	color: #333;
}

.inner_show_txt {
	padding: 20px 0 40px;
	font-size: 20px;
	line-height: 1.8;
	color: #777;
}

.inner_show_img {
	width: 100%;
}

.inner_show_desc {
	width: 100%;
}

.inner_show_btn {
	display: flex;
	flex-wrap: wrap;
}

	.inner_show_btn a {
		display: block;
		width: auto;
		text-align: center;
		margin-right: 20px;
		line-height: 40px;
		border-radius: 3px;
		color: #fff;
		background: #333;
		font-size: 20px;
		padding: 5px 20px;
	}

		.inner_show_btn a:first-child {
			text-transform: uppercase;
		}

.inner_show_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	margin-top: 15px;
}

.inner_show_item {
	width: 11.5%;
	margin: .5%;
}

.inner_show_img img {
	width: 100%;
    height: 100%
}

.inner_show_detail {
	padding: 30px 0;
}

.inquiry_wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99;
	left: 0;
	top: 0;
}

.inquiry_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 2;
	left: 0;
	top: 0;
}

.inquiry_form {
	position: absolute;
	background: #fff;
	width: 800px;
	padding: 80px 50px 60px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

input, textarea {
	outline: 0;
}

.inquiry_form_item input, .inquiry_form_item textarea {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
	line-height: 40px;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.inquiry_form_save {
	display: flex;
	justify-content: center;
}

	.inquiry_form_save input {
		background: #333;
		color: #fff;
		text-align: center;
		padding: 0 20px;
		line-height: 34px;
		border-radius: 3px;
		font-size: 20px;
	}

.inquiry_form_close {
	position: absolute;
	right: 30px;
	top: 20px;
	font-size: 30px;
}

	.inquiry_form_close:hover {
		color: red;
	}



.index-diy{position:relative;width:100%;overflow:hidden;}.index-diy-list li{width:50%;padding-right:20px;float:left;color:#999;box-sizing:border-box;padding: 20px 0;}.index-diy-list li .pic{width:80px;height:80px;margin-right:25px;display:block;float:left;background-color:#2e2e2e;border-radius:100%;background-image:url(../images/ico01.png);background-repeat:no-repeat;background-position:center center;}

.index-diy-list li.li2 .pic{background-image:url(../images/ico02.png);}
.index-diy-list li.li3 .pic{background-image:url(../images/ico03.png);}
.index-diy-list li.li4 .pic{background-image:url(../images/ico04.png);}
.index-diy-list li.li5 .pic{background-image:url(../images/ico05.png);}
.index-diy-list li.li6 .pic{background-image:url(../images/ico06.png);}
.index-diy-list li h3{font-size:24px;line-height:40px;color:#333;}.index-diy-list li p{font-size:14px;line-height:24px;color:#666;}@media only screen and (max-width:768px){.index-diy-list li{width:33.33%;padding:0 15px;text-align:center;box-sizing:border-box;}}@media only screen and (max-width:768px){.index-diy-list li .pic{width:80px;height:80px;margin:0 auto;float:none;display:block;background-color:#fcc900;border-radius:100%;background-image:url(images/20181023091156_6581.png);background-repeat:no-repeat;background-position:center center;background-size:60%;}}@media only screen and (max-width:768px){.index-diy-list li h3{font-size:16px;margin-top:0;line-height:40px;}}@media only screen and (max-width:768px){.index-diy-list li p{font-size:12px;line-height:18px;}}


.hz_an { margin: 50px auto;
    width: 100%;
    display: block;
    text-align: center;
}
.hz_an a {padding: 20px 40px;
    background: #666;
    overflow: hidden;
   
    color: #fff;
    font-weight: bold;
}

.hz_an a:hover { background: #c3a67e;}










.block .layout {width: 1400px;margin: auto;}

.inner_banner_btn {
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}

#outerdiv {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	z-index: 100;
	width: 100%;
	height: 100%;
	display: none;
	overflow-y: auto;
}

#innerdiv {
	position: absolute;
}


.head-search-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}

.search-wrap {
	background: #fff;
	width: 100%;
	padding: 40px 20%;
	box-shadow: 0 0px 5px #ccc;
}

.search-ipt {
	width: 100%;
	line-height: 50px;
	border: 0;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	font-size: 30px;
	color: #666;
	padding: 0 5px;
}

.search-attr {
	display: block;
	text-align: right;
	color: #555;
	font-size: 14px;
	margin-top: 10px;
}

#btn-search-close {
	background: url(../images/search_btn_close.png);
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
}

	#btn-search-close:hover {
		background-position-y: 50px;
		animation: xuanzhuan 1s ease;
		animation-fill-mode: forwards;
	}


.inner_cv_info p, .inner_cv_desc p {
	font-size: 24px;
	line-height: 1.7;
	padding: 10px 0;
	color: #777;
}

.inner_cv_desc p {
	font-size: 18px;
}

.inner_cv_desc .flex_col_6 {
	width: 49%;
	padding-top: 20px;
}

.inner_cv_desc > span {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 24px;
	line-height: 1.7;
	padding: 10px 0;
	color: #777;
}

.inner_bg_white {
	background: #fff;
	padding: 30px 40px;
	border-radius: 10px;
}


.inner_nf_title h2 {
	font-size: 30px;
	color: #333;
	line-height: 1.4;
	text-align: center;
}

.inner_banner_info {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0,0,0,.6);
	padding: 30px 60px;
}

	.inner_banner_info.active {
		animation: _InRight 1s ease;
		/*animation-fill-mode: forwards;*/
	}

	.inner_banner_info h2 {
		font-size: 70px;
		line-height: 1.2;
		color: #fff;
		text-align: center;
	}

		.inner_banner_info h2 sup {
			font-size: 30px;
			font-weight: normal;
			margin-left: 5px;
		}

	.inner_banner_info p {
		font-size: 30px;
		padding: 0 30px;
		color: #fff;
		line-height: 50px;
		text-align: center;
		letter-spacing: 1px;
		padding-top: 20px;
	}

	.inner_banner_info span {
		display: block;
		font-size: 40px;
		padding: 0 30px;
		color: #fff;
		line-height: 50px;
		text-align: center;
		letter-spacing: 1px;
		padding-top: 20px;
		font-weight: bold;
	}

#menu, #close, #lang, .nav-bar .nav-wrap > .nav-item > .fa, .body_bg {
	display: none;
}

.inner_show_detail .layout > div {
	padding: 10px 0;
	
}

.inner_show_detail .layout .swiper-slide-text  span {
    background: #c3a67e;
    padding: 5px 25px;
    margin-bottom: 10px;
    border-radius: 30px;
    font-size: 20px;
}
 .inner_show_detail .layout .swiper-slide-text h2 {
     padding-top: 10px;
font-size: 26px;
    line-height: 35px;}
 .inner_show_detail .layout .swiper-slide-text h3 {
font-size: 20px;
    line-height: 35px;}
.inner_show_detail .layout .inner_show_detail .layout h3 {
	    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.6;
    color: #333;
  
}

.inner_show_detail .inner_desc_title h3 {
	font-size: 30px;
	text-align: left;
	margin-bottom: 0;
	line-height: 1.6;
	color: #333;
}
#outerdiv {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    overflow-y: auto;
}
#innerdiv {
    position: absolute;
}
.class-content p { text-indent:0em;}

.inner_desc_list:nth-child(2) img {
    margin: auto;
    display: block;
        height: 100%;
}




  .section-header {
        display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
       border-bottom: 1px solid #858585;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
}
    }
    
    .section-title {
        font-size: 18px;
        font-weight: bold;
        color: #333;
           
    }
    
    .toggle-icon {
        font-size: 20px;
        font-weight: bold;
        color: #666;
        user-select: none;
    }
    
    .inner_desc_list {
      
        border-top: none;
        border-radius: 0 0 5px 5px;
        padding: 0;
    }
    
    .color-category {
      
    }
    
    .color-category:last-child {
        border-bottom: none;
    }
    
    .category-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
       padding: 0 30px;
        cursor: pointer;
        transition: background-color 0.3s;
    }
    
    
    .category-header h3 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        color: #444;
    }
    
    .category-toggle {
        font-size: 18px;
        font-weight: bold;
        color: #666;
        width: 20px;
        text-align: center;
        user-select: none;
    }
    
    .tuzs {
        padding: 20px;
        background-color: #fff;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 15px;
    }
    
    .inner_desc_item {
        text-align: center;
        padding: 10px;
        border: 1px solid #eee;
        border-radius: 4px;
        transition: transform 0.2s;
        background-color: #fff;
    }
    
    .inner_desc_item:hover {
        transform: translateY(-2px);
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    
    .inner_desc_item img {
        width: 100%;
        height: 120px;
        object-fit: cover;
        cursor: pointer;
        border-radius: 3px;
    }
    
    .inner_desc_item span {
        display: none;
        margin-top: 8px;
        font-size: 12px;
        color: #666;
        word-break: break-word;
      
    }


.inner_desc_item {
	
}

	.inner_desc_item img {
		width: 100%;
	}

	.inner_desc_item span {
		  display: none;
		text-align: center;
		font-size: 16px;
		line-height: 24px;
		padding: 5px 0;
	}





.inner_pro_show_wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
/* 多图外层容器 */
.inner_show_img {
    width: 100%;
}
/* 大图区域 */
.zoom_big_box {
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 12px;
}
.bigImg {
    width: 100%;
    height: auto;
    display: block;
}
/* 缩略图容器横向排列 */
.thumb_list {
    display: flex;
    gap: 8px;
    overflow-x: auto;
}
.thumb_item {
    width: 150px;
    height: 150px;
    border: 2px solid transparent;
    cursor: pointer;
    flex-shrink: 0;
}
.thumb_item.active {
    border-color: #0074D9;
}
.thumb_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* 右侧文字区域 */
.inner_show_desc {
    width: 100%;
}





.inner_pro_show_wrapper {
	border-bottom: 0;
     display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 50px;
}

.inner_show_detail img {
	transition: .3s;
}

.inner_show_detail .inner_desc_list img:hover {
	transform: scale(1.05);
}

.inner_desc_list h4 {
	width: 100%;
}


@keyframes _InRight {
	0% {
		right: -100%;
	}

	100% {
		right: 100px;
	}
}

@keyframes xuanzhuan {
	0% {
		transform: rotateZ(0);
	}

	100% {
		transform: rotateZ(360deg);
	}
}

@keyframes ToLeft {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(0);
	}
}

.inner_sample_items.grey {
	background: #f1f1f1;
}

.join .inner_sample_items {
	padding: 50px 0;
}

.join .inner_sample_desc h4 {
	font-size: 22px;
	line-height: 1.7;
	padding: 10px 0;
	color: #555;
	font-weight: bold;
	text-transform: capitalize;
}

.join .inner_sample_desc p {
	font-size: 22px;
}

.inner_join_title h2 {
	font-size: 40px;
	color: #333;
	line-height: 1.4;
}

.join .flex_col_6 {
	width: 49%;
}

.inner_banner_btn a {
	animation: _SmallBig 0.8s infinite alternate;
}

	.inner_banner_btn a:hover {
		animation: none;
	}

.inner_pro_left_item i.fa {
	display: none;
}

.inner-main-wrapper .layout {
	width: 90%;
}

.inner_banner_title h1 {
	width: max-content;
}


@media (max-width: 1600px) {
    .nav-item {
    padding: 0 10px;
    }
	.inner-main-wrapper .layout {
		max-width: 1100px;
	}
}

@media (max-width: 1440px) {
	.nav-item {
    padding: 0 10px;
}
    .nav-item > a {
    display: block;
    font-size: 16px;
    }

	.inner_banner_title h1 {
		font-size: calc(50 / 1440* 100vw);
		line-height: 1.2;
	}
}

@media (max-width: 1366px) {
	.nav-item {
		padding: 0 10px;
	}
}

@media (max-width: 1200px) {
    .index_banner .swiper-slide img {
    height: auto;
}
    
    .promote_list {

    display: grid;

    grid-template-columns: repeat(2, 1fr);
}
    
    .wp-content {

    padding: 50px 50px 50px 50px;
}
    .index {
    padding: 50px 0 0 0;
}
    
    
    .abo_fd {

    left: 0;

    width: 100%;
}
    
    
	.head-logo img {
		max-width: 100px;
	}

	.nav-item > a {
		font-size: 16px;
	}

	.index_banner_txt p {
		font-size: 20px;
		line-height: 24px;
	}

	.inner_banner_desc a {
		font-size: 20px;
	}
}

@media (max-width: 1080px) {
	.nav-wrap {
		display: none;
		position: fixed;
		width: 70%;
		background: #fff;
		height: 100%;
		left: 0;
		top: 0;
		flex-wrap: wrap;
		align-content: flex-start;
		overflow-y: scroll;
		animation: ToLeft 1s ease;
		animation-fill-mode: forwards;
		z-index: 99;
	}

	.body_bg {
		position: fixed;
		width: 100%;
		background: rgba(0,0,0,.7);
		height: 100%;
		left: 0;
		top: 0;
		z-index: 80;
	}

	.nav-item {
		width: 100%;
		justify-content: space-between;
		flex-wrap: wrap;
	}

		.nav-item > a {
			line-height: 60px;
		}

	.nav-sub-title img {
		display: none;
	}

	.lang-wrap, .lang-wrap .medium-title, .child_ico {
		display: none;
	}

	#menu, #lang, .nav-bar .nav-wrap > .nav-item > .fa {
		display: block;
	}

	#lang {
		margin-right: 20px;
	}

	.head-logo img {
		padding: 10px 0;
	}

	.head-right i.fa {
		font-size: 22px;
	}
    
	.nav-sub {
		position: static;
		transform: translateX(0);
		width: 100%;
		padding: 0 5px;
            min-width: 100%;
            background: #ffffff;
          
	}
    	

	.nav-sub-title {
		width: 100%;
		    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    background: #fff;
        
        
	}
   
		.nav-sub-title > a {
			font-size: 16px;
			text-align: left;
		}
  


	#close {
		background-color: #fff;
		background-image: url(../images/search_btn_close.png);
		width: 50px;
		height: 50px;
		position: fixed;
		left: calc(70% + 5px);
		top: 0;
		z-index: 99;
	}

	#close_lang {
		background-color: #fff;
		background-image: url(../images/search_btn_close.png);
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99;
	}

	.change-language .change-language-cont {
		opacity: 1;
		visibility: hidden;
		position: fixed;
		width: 100%;
		background-color: #fff;
		z-index: 99;
		visibility: visible;
		transform: scale3d(1, 1, 1);
		top: 0;
		max-height: 300px;
		overflow-y: scroll;
		padding-top: 50px;
	}
}

@media (max-width: 768px) {
    .download-list .download-item {
    width: 100%;
    }
    .news-item .news-img {
    width: 100%;
}
    .news-item .news-info {
    width: 100%;
    }
    
    .wp-content {
    width: 100%;
}
    .promote_list {
    grid-template-columns: repeat(1, 1fr);
}
    
    .abo_fd {
    height: auto;
    top: 0;
}
    
    .wp-img {
    width: 100%;
    }
    .ly .title h3 {
    font-size: 1.2rem;
    }
    .sub-nav {    height: 100px;}
    .inner_pro_show_wrapper {
    border-bottom: 0;
    display: grid;
    grid-template-columns: auto;
    gap: 50px;
}
.section-content.expanded {
    padding: 0;
}
    .sub-nav .nav-left {
    color: #666;
    width: 100%;
    float: left;
    padding: 10px 0;
}
                .testimonial {
               flex: 0 0 calc(100%);
                    grid-template-columns: repeat(1, 1fr);
    padding: 0;
            }
    
	.index_case_desc {
		padding: 20px 30px;
	}

	.index_case_title h3 {
		font-size: 20px;
	}

	.index_case_title h5 {
		font-size: 14px;
	}

	.index_case_txt {
		font-size: 14px;
	}

	.index {
		padding: 20px 0;
	}

	.index_company_txt {
		font-size: 20px;
	}


	.index_title h2 {
		font-size: 30px;
	}

	.index_title {
		margin-bottom: 20px;
	}

		.index_title small {
			font-size: 16px;
		}

	.index_banner_txt {
		position: absolute;
		padding: 10px 8px;
	}

		.index_banner_txt h2 {
			font-size: 20px;
			line-height: 1.5;
		}

			.index_banner_txt h2 sup {
				font-size: 16px;
			}

		.index_banner_txt p {
			font-size: 14px;
			line-height: 18px;
		}

	.index_banner .swiper-slide img {
		object-fit: cover;
	}

	.index_banner .index-swiper-buttons {
		display: none;
	}

	.foot-wrap .foot-item {
		width: 100%;
	}

	.foot-pro-cate {
		justify-content: left;
		margin-bottom: 10px;
	}

	.foot-wrap .foot-contcat {
		width: 100%;
	}

	.foot-link-list a {
		font-size: 18px;
		line-height: 24px;
	}

	.foot .flex_col_6 {
		width: 100%;
	}

	.inner_pro_one_item {
		width: 48%;
		padding: 15px 20px;
	}

	.inner_pro_one_desc p {
		font-size: 16px;
	}

	.inner_pro_one_items {
		padding: 20px 0;
	}

	.inner_insert_desc td {
		font-size: 16px;
	}

	.inner_insert_desc span {
		font-size: 14px;
	}

	.more_detail h2 {
		padding-top: 20px;
	}

	.flex_col_5 {
		width: 32.333333% !important;
	}

	.inner_insert_items {
		padding: 20px 0 20px;
	}

	.inner_banner {
		height: 300px;
	}

		.inner_banner img {
			height: 100%;
			object-fit: cover;
		}

	.inner_banner_title h1 {
		font-size: 20px;
	}

	.inner_banner_desc a {
		font-size: 16px;
		margin-top: 10px;
	}

	.join .inner_sample_items {
		padding: 20px 0;
	}

	.inner_join_title h2 {
		font-size: 30px;
	}

	.inner_about_desc p, .inner_sample_desc p, .fea_pro_desc p, .inner_insert_desc p {
		font-size: 16px;
		padding: 5px 0;
	}

	.mt30 {
		margin-top: 10px;
	}

	.mt50 {
		margin-top: 20px;
	}

	.foot .flex_col_6 {
		text-align: center;
		margin-bottom: 10px;
	}

	.links ul {
		justify-content: center;
	}

	.inner_title h2 {
		font-size: 20px;
	}

	.inner_title {
		margin-bottom: 10px;
	}


	.inner_pro_items {
		padding: 20px 0;
	}

	.fea_pro_item {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}

	.fea_pro_desc h3 {
		font-size: 16px;
	}

	.fea_pro_list .fea_pro_desc p {
		font-size: 14px;
	}

	.flex_col_3 {
		width: 49%;
	}

	.inner_bg_grey img {
		max-width: 60px;
	}

	.inner_bg_grey span {
		font-size: 14px;
	}

	.inner_title h4 {
		font-size: 16px;
		margin-top: 10px;
	}

	.inner_pro_one_desc table {
		margin-top: 20px;
	}

	.inner_pro_one_desc td {
		font-size: 16px;
		min-width: 50px;
	}

	.inner_bg_grey span {
		font-size: 14px;
		line-height: 16px;
	}

	.inner_bg_grey .flex_col_4 img {
		max-width: 60px;
	}

	.inner_about_desc iframe {
		height: 350px;
	}

	.inner_about_items {
		padding: 20px 0;
	}

	.inner_about_desc.inner_about_desc1 p {
		font-size: 16px !important;
	}

	.feature .flex.flex_between:nth-child(odd) {
		flex-direction: column-reverse;
	}

	.flex_col_6 {
		width: 100%;
	}

	.factory .inner_about_desc .flex_col_4 {
		width: 48%;
	}

	.factory .inner_about_desc span {
		font-size: 14px;
		line-height: 18px;
		padding: 5px 0;font-family: "Montserrat1";
	}

	.inner_ce_desc .flex_col_4 {
		width: 48%;
	}

	.inner_ce_desc span {
		font-size: 14px;
		line-height: 18px;
	}

	.inner_sample_desc .flex_col_4 {
		width: 48%;
	}

	.inner_pro_left {
		width: 100%;
	}

	.inner_pro_right {
		width: 100%;
	}

	.inner_pro_item {
		width: 48%;
		margin: 1%;
	}

	.inner_show_img {
		width: 100%;
	}

	.inner_show_desc {
		width: 100%;
		margin-top: 20px;
	}

	.inner_show_title h1 {
		font-size: 20px;
	}

	.inner_show_txt {
		padding: 10px 0 20px;
		font-size: 16px;
	}

	.inner_show_btn a {
		font-size: 16px;
		padding: 5px 10px;
	}

	.inner_desc_item {
		width: 100%;
	}

	.inner_show_detail .inner_desc_title h3 {
		font-size: 20px;
	}

	.inner_show_detail .layout > div {
		padding: 5px 0;
	}

	.inner_pro_left_item {
		position: relative;
	}

		.inner_pro_left_item i.fa {
			display: block;
			position: absolute;
			font-size: 20px;
			line-height: 36px;
			top: 0;
			right: 0;
			width: 20px;
		}

		.inner_pro_left_item ul {
			display: none;
		}

	.table_wrap {
		overflow-x: scroll;
	}

	.index_case_desc {
		width: 100%;
	}

	.index_case_img {
		width: 100%;
	}
}

@media (max-width: 640px) {
    .index_pl_Menu .tab-btn {
    padding: 14px 10px;
    }
    .why_item {
    width: 100%;
    margin: 1%;
}
    .why_item h3 {
    font-size: 18px;
    }
    .bzbg_con ul {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}
    .bq-contact-form-box .sep-container .contact-form-right {
    width: 100%;    height: 500px;
    }
    .bq-contact-form-box .sep-container .contact-form-left {
    width: 100%;
    padding: 0 20px;
}
    .bq-contact-form-box .sep-container .right-title {
    color: #1a1a1a;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 10px;
    padding-top: 50px;
}
	.index_case_wrapper .index_case_item:nth-child(2n) {
		flex-direction: column-reverse
	}


	.index_company_txt {
		font-size: 16px;
		line-height: 1.6;
	}

	.index_title h2 {
		font-size: 24px;
	}

	.index_banner_txt {
		right: 50%;
		transform: translate(50%, -50%);
	}

		.index_banner_txt p {
			padding: 0;
		}
}

@keyframes _SmallBig {
	0% {
		filter: opacity(1);
		transform: scale(1.05);
	}

	100% {
		filter: opacity(.8);
		transform: scale(0.95);
	}
}


@media (max-width: 480px) {
	.flex_col_5 {
		width: 49% !important;
	}

	.inner-main-wrapper .layout {
		width: 100%;
		padding: 0 30px;
	}

	.nav-bar .layout {
		padding: 0 20px;
	}

	.inner_join_title h2 {
		font-size: 20px;
	}

	.inner_pro_one_item {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}

	.inner_sample_desc .flex_col_4 {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}
}
 


:root {
    --swiper-theme-color: #c3a67e;
}

@media (max-width: 768px) {

	.flex_col_8 {
		width: 100%;
	}

	.flex_col_4 {
		width: 100%;
	}
}