﻿/*2770*/

html, body{color:#494c4e;font-size:16px;font-weight:400;font-family: 'Muli', sans-serif;}
a{color:#494c4e;}
a:hover{color:#7abc64;}
 h1,h2,h3, h4, h5,h6{ font-weight: 700; margin: 0;}
header-mid:after,
#nav-box:after{clear: both;display: table; content: " ";}
.fl{float:left;}
.fr{float:right;}
.clearfix{zoom:1;}
.clearfix:after{content: ""; height: 0; visibility: hidden; display: block; clear: both;}
.clear40{
	width:100%;
	height:40px;
	margin:0;
	padding:0;
	clear:both;
}
*{    -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent;}
/*多次点击出现蓝色*/
body{-moz-user-select: none; 
-webkit-user-select: none; 
-ms-user-select: none;
 user-select: none;}

.language-con{padding:0 20px 0 0;height:65px;line-height:70px;color:#fff;font-size:0;}
.language-con i{font-size:0;}
.language{float:none;display:inline-block;vertical-align:top;}
.language-con span{height:auto;}
.language-box{padding:0;}
.language-con span img{width:30px;margin:0;}
.language-list{right:-15px;left:auto;top:100%;overflow:hidden;overflow-y:auto;}




.top-box{background:#353637;color:#929aa3;font-size:12px;line-height:24px;padding:10px 0;}
.top-box .icon{fill:#929aa3;width:26px;height:24px;}

.header-box{ transition:all .3s ease-out;width:100%;position:relative;z-index:99;background:rgba(53,54,55,0.5);}
.posFixed .header-box{background:rgba(53,54,55,0.9);box-shadow:rgba(0,0,0,.117647) 0 1px 3px;position:fixed;top:0;left:0;width:100%;transition:background .25s ease-in-out;}
.posFixed #body-box{padding-top:65px;}
.header-box .head{padding:25px 0;}
.posFixed .header-box .head{padding:0;}
	
.header-box .logo{padding-right:15px;height:65px;float:left;max-width:25%;}
.header-box .logo a{display:flex;align-items:center;height:100%;}
.header-box .logo img{max-height:100%;max-width:100%;display:block;}
.header-box .header-r{display:inline-block;float:right;position:relative;z-index:9;padding-left:15px;}
.header-box .search-btn{display:inline-block;position:relative;cursor:pointer;height:65px;line-height:65px;}
.header-box .search-btn>.icon{fill:#fff;width:30px;height:30px;vertical-align:middle;}

.header-box .search-box{position:absolute;right:-45px;top:100%;margin-top:25px;border:0;visibility:hidden;opacity:0;padding:0;line-height:normal;display:none;width:300px;box-sizing:border-box;z-index:99;box-shadow:0px 25px 20px 0px rgba(61,61,61,0.1);border-radius:40px;}
.header-box .search-txt{height: 40px; width: calc(100% - 60px);padding-right:10px;padding-left:20px;background:#f8f8f8;color:#aaa;border:0;float:left;box-sizing:border-box;display:inline-block;border-radius:40px 0 0 40px;}
.header-box .searc_btn{display:inline-block;height:40px;width:60px;border:none;background:#7abc64;cursor:pointer;-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;box-sizing:border-box;position:absolute;top:0;right:0;border-radius:0 40px 40px 0;}
.header-box .searc_btn:hover{background:#69aa53;}
.header-box .searc_btn .icon{fill:#fff;-webkit-transition: all 700ms; transition: all 700ms;width:20px;height:20px;vertical-align:middle;}
.header-box .search-box form{position:relative;font-size:0;}

body.search-show .header-box .search-box{opacity:1;visibility:visible;display:block; }
.posFixed .header-box .search-box{margin-top:0;}
.header-box .top-btn{background:#7abc64;color:#fff;font-size:14px;font-weight:700;line-height:17px;border-radius:25px;transition:all 0.2s;text-transform:uppercase;display:inline-block;padding:13px 29px;margin-right:20px;}
.header-box .top-btn:hover{background:#69aa53;}


.header-box .header-nav{display:inline-block;vertical-align:middle;text-align:left;position:relative;z-index:8;}
.header-box #nav-box .nav>li{position:relative;z-index:999;float:left;}
.header-box #nav-box .nav>li>a{padding:0 35px 0 0;line-height:65px;display:block;font-size:16px;color:#fff;font-weight:700;transition:all 0.2s linear;position:relative;}
.header-box #nav-box .nav>li>a:before{position:absolute;content:'';bottom:0;left:0;right:35px;transform:scaleX(0);-webkit-transform:scaleX(0);transition:transform .2s ease-in-out;height:2px;background:#7abc64;}
.header-box #nav-box .nav>li.on>a:before,
.header-box #nav-box .nav>li.home>a:before{transform:scaleX(1);-webkit-transform:scaleX(1);}

.header-box #nav-box .nav-sub{opacity:0;visibility:hidden;position:absolute;left:0;top:100%;background:rgba(10,9,9,0.7);border-top:3px solid #7abc64;margin-top:-2px;min-width:180px;transition:opacity 0.2s ease-in;}
.header-box #nav-box .nav-sub dd a{padding:7px 20px;font-size:14px;line-height:2;display:block;color:#fff;transition:all 0.2s ease-in-out;}

.header-box #nav-box .nav>li.on>a,
.header-box #nav-box .nav>li.home>a{color:#7abc64;}

.header-box #nav-box .nav>li.on .nav-sub{opacity:1;visibility:visible;}

.header-box #nav-box .nav-sub dd a:hover{background:rgba(122,188,100,0.66);}
.header-box .mobile-nav{display:none;line-height:normal;}
.header-box .mobile-nav .mobile-nav-icon{height:32px;width:22px;position:relative;cursor:pointer;background:none;margin-top:18px;border-radius:0;margin-left:20px;}
.header-box .mobile-nav .mobile-nav-icon:before,
.header-box .mobile-nav .mobile-nav-icon span,
.header-box .mobile-nav .mobile-nav-icon:after{position:absolute;left:0;top:9px;width:22px;height:2px;background:#fff;content:'';border-radius:0;}
.header-box .mobile-nav .mobile-nav-icon span{top:16px;}
.header-box .mobile-nav .mobile-nav-icon:after{top:23px;}

.header-box .mobile_nav{position:absolute;top:100%;left:0;width:100%;z-index:99;box-sizing:border-box;background:none;text-align:center; overflow:hidden;padding:50px 0;    max-height: calc(100vh - 65px);
    overflow-y: auto;display:none;}

body.nav-show .header-box .mobile_nav{display:block;}

#mobile-nav-box li {margin-bottom:10px;}
#mobile-nav-box li .mobile-nav-box__link{position:relative;}
#mobile-nav-box li .icon{    position: absolute;
    right: 12px;
    top: 0;
    width: 60px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 28px;
    color: #FFF;
    cursor: pointer;
    transition: all .3s ease;}
#mobile-nav-box li a{padding:11px 36px 11px 44px;display:block;font-size:20px;color:#fff;font-weight:700;line-height:1.4;transition:all 0.3s;}
#mobile-nav-box li a:hover{color:#7abc64;}

#mobile-nav-box li .mobile-nav-box__link.mobile-menu-on a,
#mobile-nav-box li .mobile-nav-box__link.home a{color:#7abc64;}
#mobile-nav-box li .mobile-nav-box__link.mobile-menu-on .icon{color:#7abc64;}

#mobile-nav-box .mobile-nav-sub{ display: none;}
#mobile-nav-box .mobile-nav-sub a{transition:all 0.3s ease-in-out;font-size:16px;}
#mobile-nav-box .mobile-nav-sub a:hover{}

body.nav-show .topcategoriesbg {opacity: 0.9;visibility: visible;}
.topcategoriesbg {background:#000;width: 100%;height: 100%;position: fixed;left: 0; top: 0;opacity: 0;visibility: hidden;z-index: 98;}

body.nav-show .header-box .mobile-nav .mobile-nav-icon span{opacity:0;}
body.nav-show .header-box .mobile-nav .mobile-nav-icon:before{top:16px;transform:rotate(45deg);}
body.nav-show .header-box .mobile-nav .mobile-nav-icon:after{top:16px;transform:rotate(-45deg);}




/*.wrap{position:relative;z-index:1;padding-bottom:300px;}*/
#main{margin-top:0 !important;/*position:relative;z-index:1;background:#fff;*/}

#main .swiper-pagination{bottom:20px;text-align:center;left:0;width:100%;}
#main .swiper-pagination-bullet{width:12px;height:12px;margin:4px;opacity:1;background:transparent;border-radius:50%;border:1px solid #7abc64;outline:none;}
#main .swiper-pagination-bullet-active{background:#7abc64;}
#main .swiper-pagination-current{color:#7abc64;font-weight:700;}


#main .banner-box{position:relative;z-index:1;top:-115px;margin-bottom:-115px;}
#main .banner-prev,
#main .banner-next{position:absolute;top:40%;left:20px;z-index:2;padding:0;font-size:0;transition:all 0.3s ease;outline:none;background:none;border:3px solid #bac1c6;}
#main .banner-next{right:20px;left:auto;}
#main .banner-prev .icon,
#main .banner-next .icon{fill:#bac1c6;height:40px;display:inline-block;width:18px;padding:0 11px;transition:all 0.3s ease;}
#main .banner-next .icon{transform:rotate(180deg);-webkit-transform:rotate(180deg);}

#main .banner-prev:hover,
#main .banner-next:hover{background:#000;border-color:#000;}
#main .banner-prev:hover .icon,
#main .banner-next:hover .icon{fill:#fff;}


#main .swiper-button-disabled{opacity:0.5;}
#main .ibanner{position:relative;z-index:1;height:745px;max-height:100vh;overflow:hidden;}
#main .ibanner .li{position:relative;background-repeat:no-repeat;background-size:cover;background-position:center;}
#main .ibanner .text{display:none;position:absolute;top:50%;right:50%;transform:translateY(-50%);text-align:left;width:600px;box-sizing:border-box;}

#main .ibanner .text h3{font-size:60px;text-transform:capitalize;line-height:1.4;color:#fff;margin:0 0 20px;
animation-delay:0.4s;}

#main .ibanner .text .banner-detail{  font-size:24px;line-height:32px;color:#fff; animation-delay:0.4s;}
#main .ibanner .swiper-slide-active .text{display:block;}
#main .ibanner .swiper-slide-active .text h3{ animation-name: fadeInDown;}
#main .ibanner .swiper-slide-active .text .banner-detail{animation-name: fadeInUp;}




#main .index-tit{font-size:40px;line-height:60px;font-weight:700;display:block;margin-bottom:30px;text-transform:capitalize;color:#494c4e;}

#main .index-detail{font-size:20px;color:#929aa3;line-height:32px;margin-bottom:40px;}
#main .index-btn{background:#7abc64;letter-spacing:1px;color:#fff;font-size:14px;font-weight:700;line-height:17px;border-radius:25px;transition:all 0.2s;text-transform:uppercase;display:inline-block;padding:15px 30px;white-space: nowrap;}
#main .index-btn:hover{background:#69aa53;}


#main .home-ad1{display:block;padding:80px 0;font-size:0;}
#main .home-ad1 .ad-pic{width:50%;display:inline-block;vertical-align:middle;padding-left:15px;box-sizing:border-box;}
#main .home-ad1 .ad-pic img{display:block;max-width:100%;border-radius:10px;box-shadow:0px 25px 20px 0px rgba(61,61,61,0.1);}
#main .home-ad1 .ad-txt{width:50%;display:inline-block;vertical-align:middle;padding-right:15px;box-sizing:border-box;}

#main .home-ad2{display:block;padding:80px 0;background-size:cover;background-repeat:no-repeat;background-position:center;}
#main .home-ad2 .ad-txt{width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;}
#main .home-ad2 .index-tit{color:#fff;margin-bottom:0;}
#main .home-ad2 .index-detail{color:#fff;margin-bottom:0;}
#main .home-ad2 .index-btn{background:#fff;color:#7abc64;margin-left:30px;}


#main .cate-box{padding:80px 0 ;background-size:cover;background-position:center;background-repeat:no-repeat;font-size:0;position:relative;z-index:1;font-size:0;}
#main .cate-box .index-detail{font-size:16px;line-height:28px;}
#main .cate-box .title-box{background:#fff;border-radius:10px;box-shadow:0px 25px 20px 0px rgba(61,61,61,0.27);padding:60px 30px;text-align:center;position:relative;z-index:1;margin:-120px 30px 40px 0;overflow:hidden;width:35.2%;display:inline-block;box-sizing:border-box;}
#main .cate-box .title-box .icon{fill:#7abc64;width:80px;height:80px;position:absolute;top:0;left:0;}
#main .cate-box .cate-swiper{position:relative;overflow:hidden;width:calc(64.8% - 30px);display:inline-block;vertical-align:top;text-align:center;padding-bottom:80px;}
#main .cate-box .cate-swiper .pic-box{overflow:hidden;height:200px;}
#main .cate-box .cate-swiper .pic{height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;transition:all 1s;}
#main .cate-box .cate-swiper .pic:hover{opacity:0.9;transform:scale3d(1.1,1.1,1);}
#main .cate-box .cate-swiper h2{font-size:21px;color:#7799ad;font-weight:700;line-height:1.5;margin:30px 0 10px;}
#main .cate-box .cate-swiper .more-btn{display:inline-block;    padding: 9px 20px;
    line-height: 14px;
    font-size: 12px;color:#7799ad;font-weight:700;border:3px solid #7799ad;border-radius:25px;transition:all 0.2s;text-transform:uppercase;}
#main .cate-box .cate-swiper .more-btn:hover{border-color:#7abc64;color:#7abc64;}



#main .service-box{padding:0;text-align:center;background:none;position:relative;z-index:1;margin-top:-100px;}
#main .service-box ul{text-align:left;width:calc(100% + 10px);margin-left:-5px;}
#main .service-box ul li{width:33.33%;font-size:0;padding:0 5px;}
#main .service-box .service-list__con{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0px 25px 20px 0px rgba(61,61,61,0.1);border-top:6px solid #7abc64;padding:50px 30px;text-align:center;}
#main .service-icon{position:relative;display:inline-block;}
#main .service-icon i{color:#929aa3;font-size:48px;border-radius:50%;display:inline-block;border:10px solid transparent;width:48px;line-height:48px;padding:40px;}
#main .service-info{}
#main .service-list__con h4{font-size:20px;line-height:24px;font-weight:700;color:#a7adb4;margin:0 0 14px;transition:all 0.3s;}
#main .service-list__con p{font-size:14px;line-height:22px;color:#929aa3;}

/*关于我们图标进度条*/
@-webkit-keyframes load {
  0% {
    stroke-dashoffset: 0;
  }
}
@keyframes load {
  0% {
    stroke-dashoffset: 0;
  }
}

#main .progress{position:absolute;top:0;left:0;}

#main .progress .icon{
  width: 148px;
  height: 148px;
}
#main .progress .sec-icon {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#main .progress-color stop{stop-color:#7abc64;}
#main .progress .sec-icon path {
  fill: none;
  stroke-width: 25;
  stroke-dasharray: 0;
  stroke: #fff;
  opacity: 0.9;
  
}
#main .service-box ul li:hover .progress .sec-icon path {-webkit-animation: load 1s;
          animation: load 1s; stroke-dasharray: 629;}





#main .tag-box{text-align:center;position:relative;z-index:2;padding:40px 0 0;}
#main .tag-box .title-box{font-size:0;margin-bottom:30px;}
#main .tag-box .title-lf{text-align:left;display:inline-block;vertical-align:middle;width:66.7%;padding-right:4%;box-sizing:border-box;}
#main .tag-box .title-box .index-btn{vertical-align:middle;width:33.3%;box-sizing:border-box;text-align:center;}
#main .tag-box .tag-list{padding:40px 0 0;}

#main .tag-box .common-index-list{font-size:0;text-align:left;margin-left:-5px;margin-right:-5px;}
#main .tag-box .common-index-list li{    display:inline-block;width: 33.3%;padding: 0 5px 30px;box-sizing: border-box;vertical-align:top;text-align:center;margin-bottom:20px;}
#main .tag-box .common-index-list li .product-con{background:#fff;border-radius:10px;overflow:hidden;border-top:6px solid #7abc64;padding:40px 40px 0;box-shadow:0px 25px 20px 0px rgba(61,61,61,0.1);}
#main .tag-box .common-index-list li .product-pic{position:relative;display:block;transition:all 0.35s;}
#main .tag-box .common-index-list li img{display:block;width:100%;transition:all 0.35s;}
#main .tag-box .common-index-list li .product-text{padding:30px 0 30px;text-align:center;}
#main .tag-box .common-index-list li .product-name{display: block;font-size:18px;color:#494c4e;font-weight:700;text-transform:capitalize;line-height:1.5;margin-bottom:10px;    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}

#main .tag-box .common-index-list li .cate-name{color:#929aa3;font-size:14px;font-weight:600;line-height:2;}
#main .tag-box .common-index-list li .product-pic:hover{boxs-shadow:0 3px 15px rgba(0,0,0,.4);}
#main .tag-box .common-index-list li .product-pic:hover img{transform:scale(1.03);}
#main .tag-box .common-index-list li:hover .product-con{}



#main .home-ad4{display:block;position:relative;text-align:center;margin-top:-100px;z-index:1;background-size:0;}
#main .home-ad4 img{display:block;width:100%;}
#main .home-ad4 .ad-txt{position:absolute;top:50%;width:1200px;left:50%;transform:translate(-50%,-50%);padding:0 20%;box-sizing:border-box;}




#main .news{text-align:center;padding:0 0 80px;position:relative;z-index:2;background-size:cover;background-position:center;background-repeat:no-repeat;}
#main .news .news-box{background:#fff;border-top:6px solid #7799ad;padding:60px 60px 20px 60px;box-shadow:0px 45px 40px 0px rgba(0,44,91,0.3);border-radius:10px 10px 0px 0px;position:relative;top:-40px;margin-bottom:-40px;}
#main .news .news-bg{display:block;width:100%;position:relative;z-index:3;}
#main .news .swiper-news{position:relative;overflow:hidden;padding-bottom:40px;margin-bottom:20px;}
#main .news li{box-sizing:border-box;position:relative;}
#main .news li .news-img{height:290px;width:100%;overflow:hidden;}
#main .news li .news-img a{display:block;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center;transition:all 1s;}
#main .news li .text{text-align:center;display:block;padding:15px 0;}
#main .news li .time{margin-bottom:10px;font-size:12px;color:#929aa3;font-weight:600;display:block;}
#main .news li .news-tit{font-size:22px;font-weight:600;text-transform:capitalize;color:#7abc64;margin-bottom:10px;    display: -webkit-box;line-height:26px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;transition:all 0.3s ease-out;}
#main .news li .news-detail{margin-bottom:10px;line-height:2; color:#929aa3;font-size:16px;display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}
#main .news li:hover .news-img a{transform:scale3d(1.1,1.1,1);-webkit-transform:scale3d(1.1,1.1,1);opacity:0.9;}




#footer{background:#363839;color:#929aa3;font-size:14px;padding-top:0;font-family:'Muli', Arial, sans-serif;}

#footer .subscribe{background-repeat:no-repeat;background-size:cover;background-position:center;text-align:center;padding:50px 0;}
#footer .subscribe-box{width:60%;margin:0 auto;}
#footer .subscribe h2{font-size:30px;line-height:1.5;color:#494c4e;margin-bottom:30px;}
#footer .subscribe .newsletter_txt{height:50px;border:1px solid #d8d8d8;border-radius:4px;box-sizing:border-box;padding:0 15px;outline:none;font-size:13px;color:#aaa9a9;width:100%;margin-bottom:20px;background:#f7f7f7;}
#footer .subscribe .newsletter_btn{display:inline-block;height:50px;padding:13px 29px;font-size:16px;letter-spacing:0.5px;box-sizing:border-box;border-radius:25px;color:#fff;background:#7abc64;transition:all 0.2s;border:0;outline:none;width:100%;margin-bottom:40px;font-weight:700;}
#footer .subscribe p{font-size:14px;color:#929aa3;line-height:2;margin-bottom:20px;}
#footer .subscribe .newsletter_btn:hover{background:#69aa53;}
#footer .subscribe .newsletter_txt::-webkit-input-placeholder{color:#aaa9a9;background:#f7f7f7;}
#footer .subscribe .newsletter_txt:-ms-placeholder{color:#aaa9a9;background:#f7f7f7;}
#footer .subscribe .newsletter_txt::-moz-input-placeholder{color:#aaa9a9;background:#f7f7f7;}


#footer .help-center{padding:60px 0 70px;background-size:cover;background-position:center;background-repeat:no-repeat;}
#footer .help-center:after{display:block;content:'';clear:both;width:100%;height:1px;}
#footer .help-center dt{font-size:18px;text-transform:uppercase;font-weight:700;color:#fff;font-family:'Muli', Arial, sans-serif;line-height:2;margin-bottom:16px;position:relative;}
#footer .help-center dt a{color:#fff;}


#footer .help-center dd{font-size:13px;line-height:2;margin:0 0 5px 0;}
#footer .quick-links dd a,
#footer .hot-tags dd a{font-size:17px;margin:0;color:#7abc64;height:auto;line-height:28px;display:inline-block;padding:0;text-transform:capitalize;font-weight:700;transition:all 0.2s linear;}
#footer .quick-links dd a:hover,
#footer .hot-tags dd a:hover{color:#9eeb85;text-decoration:none;}
#footer .help-center .contact-us{width:35%;}
#footer .help-center .home-ad8{width:25%;text-align:center;} 
#footer .help-center .home-ad8 img{display:block;max-width:100%;margin:0 auto 30px;}  
#footer .help-center .home-ad8 span{display:inline-block;    background: #7abc64;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    border-radius: 25px;
    transition: all 0.2s;
    text-transform: uppercase;
    padding: 13px 29px;}
#footer .help-center .home-ad8 span:hover{background:#69aa53;}




#footer .sns{float:right;margin-top:0;}
#footer .sns li{width:auto;height:auto;margin:0 5px 3px 5px;}
#footer .sns li a{color:#fff;font-size:16px;line-height:21px;width:auto;padding:0;text-align:center;transition:all 0.3s ease;}
#footer .sns li a:hover{color:#7abc64;}



#footer .foot{padding:50px 0;background:#1c1d1e;}

#footer .copyright{border-top:0;height:auto;line-height:24px;text-align:left;text-transform:uppercase;margin:0;font-size:12px;color: #72767a;float:left;}

/*内页*/
#product-detail .relevant-list li img{display:block;width:100%;}
#product-detail .relevant-list li{margin:0 5px;}

/*橙色 #ff9832*/
.home_common_style_orange .header-box .top-btn,
.home_common_style_orange .header-box .searc_btn,
.home_common_style_orange .header-box #nav-box .nav>li>a:before,
.home_common_style_orange .header-box #nav-box .nav-sub dd a:hover,
.home_common_style_orange #main .swiper-pagination-bullet-active,
.home_common_style_orange #main .index-btn,
.home_common_style_orange #footer .subscribe .newsletter_btn,
.home_common_style_orange #footer .help-center .home-ad8 span{background:#ff9832 !important;}
.home_common_style_orange .header-box #nav-box .nav>li.on>a,
.home_common_style_orange .header-box #nav-box .nav>li.home>a,
.home_common_style_orange a:hover,
.home_common_style_orange #main .cate-box .cate-swiper .more-btn:hover,
.home_common_style_orange #footer .quick-links dd a:hover,
.home_common_style_orange #footer .hot-tags dd a:hover,
.home_common_style_orange #mobile-nav-box li .mobile-nav-box__link.mobile-menu-on a,
.home_common_style_orange #mobile-nav-box li .mobile-nav-box__link.home a,
.home_common_style_orange #mobile-nav-box li .mobile-nav-box__link.mobile-menu-on .icon,
.home_common_style_orange #mobile-nav-box li a:hover,
.home_common_style_orange #main .news li .news-tit,
.home_common_style_orange #footer .sns li a:hover{color:#ff9832;}
.home_common_style_orange .header-box #nav-box .nav-sub,
.home_common_style_orange #main .swiper-pagination-bullet,
.home_common_style_orange #main .cate-box .cate-swiper .more-btn:hover,
.home_common_style_orange #main .service-box .service-list__con,
.home_common_style_orange #main .tag-box .common-index-list li .product-con{border-color:#ff9832;}
.home_common_style_orange #main .cate-box .title-box .icon{fill:#ff9832;}
.home_common_style_orange #main .home-ad2 .index-btn{background:#fff !important;color:#ff9832 !important;}
.home_common_style_orange #main .progress-color stop{stop-color:#ff9832;}

.home_common_style_orange .header-box .top-btn:hover,
.home_common_style_orange .header-box .searc_btn:hover,
.home_common_style_orange #main .index-btn:hover,
.home_common_style_orange #footer .subscribe .newsletter_btn:hover,
.home_common_style_orange #footer .help-center .home-ad8 span:hover{background:#ea811a !important;}
.home_common_style_orange #footer .quick-links dd a,
.home_common_style_orange #footer .hot-tags dd a{color:#ea811a;}

.home_common_style_orange .header-box .top-btn:hover,
.home_common_style_orange .header-box .searc_btn:hover{color:#fff;}
.home_common_style_orange #main .service-box{background:none;}
/*红色#ed3445 */
.home_common_style_red .header-box .top-btn,
.home_common_style_red .header-box .searc_btn,
.home_common_style_red .header-box #nav-box .nav>li>a:before,
.home_common_style_red .header-box #nav-box .nav-sub dd a:hover,
.home_common_style_red #main .swiper-pagination-bullet-active,
.home_common_style_red #main .index-btn,
.home_common_style_red #footer .subscribe .newsletter_btn,
.home_common_style_red #footer .help-center .home-ad8 span{background:#ed3445 !important;}
.home_common_style_red .header-box #nav-box .nav>li.on>a,
.home_common_style_red .header-box #nav-box .nav>li.home>a,
.home_common_style_red a:hover,
.home_common_style_red #main .cate-box .cate-swiper .more-btn:hover,
.home_common_style_red #footer .quick-links dd a:hover,
.home_common_style_red #footer .hot-tags dd a:hover,
.home_common_style_red #mobile-nav-box li .mobile-nav-box__link.mobile-menu-on a,
.home_common_style_red #mobile-nav-box li .mobile-nav-box__link.home a,
.home_common_style_red #mobile-nav-box li .mobile-nav-box__link.mobile-menu-on .icon,
.home_common_style_red #mobile-nav-box li a:hover,
.home_common_style_red #main .news li .news-tit,
.home_common_style_red #footer .sns li a:hover{color:#ed3445;}
.home_common_style_red .header-box #nav-box .nav-sub,
.home_common_style_red #main .swiper-pagination-bullet,
.home_common_style_red #main .cate-box .cate-swiper .more-btn:hover,
.home_common_style_red #main .service-box .service-list__con,
.home_common_style_red #main .tag-box .common-index-list li .product-con{border-color:#ed3445;}
.home_common_style_red #main .cate-box .title-box .icon{fill:#ed3445;}
.home_common_style_red #main .home-ad2 .index-btn{background:#fff !important;color:#ed3445 !important;}
.home_common_style_red #main .progress-color stop{stop-color:#ed3445;}

.home_common_style_red .header-box .top-btn:hover,
.home_common_style_red .header-box .searc_btn:hover,
.home_common_style_red #main .index-btn:hover,
.home_common_style_red #footer .subscribe .newsletter_btn:hover,
.home_common_style_red #footer .help-center .home-ad8 span:hover{background:#ce2e3d !important;}
.home_common_style_red #footer .quick-links dd a,
.home_common_style_red #footer .hot-tags dd a{color:#ce2e3d;}

.home_common_style_red .header-box .top-btn:hover,
.home_common_style_red .header-box .searc_btn:hover{color:#fff;}
.home_common_style_red #main .service-box{background:none;}
/*黄色#bdbe24*/

.home_common_style_yellow .header-box .top-btn,
.home_common_style_yellow .header-box .searc_btn,
.home_common_style_yellow .header-box #nav-box .nav>li>a:before,
.home_common_style_yellow .header-box #nav-box .nav-sub dd a:hover,
.home_common_style_yellow #main .swiper-pagination-bullet-active,
.home_common_style_yellow #main .index-btn,
.home_common_style_yellow #footer .subscribe .newsletter_btn,
.home_common_style_yellow #footer .help-center .home-ad8 span{background:#ddcc0a !important;}
.home_common_style_yellow .header-box #nav-box .nav>li.on>a,
.home_common_style_yellow .header-box #nav-box .nav>li.home>a,
.home_common_style_yellow a:hover,
.home_common_style_yellow #main .cate-box .cate-swiper .more-btn:hover,
.home_common_style_yellow #footer .quick-links dd a:hover,
.home_common_style_yellow #footer .hot-tags dd a:hover,
.home_common_style_yellow #mobile-nav-box li .mobile-nav-box__link.mobile-menu-on a,
.home_common_style_yellow #mobile-nav-box li .mobile-nav-box__link.home a,
.home_common_style_yellow #mobile-nav-box li .mobile-nav-box__link.mobile-menu-on .icon,
.home_common_style_yellow #mobile-nav-box li a:hover,
.home_common_style_yellow #main .news li .news-tit,
.home_common_style_yellow #footer .sns li a:hover{color:#ddcc0a;}
.home_common_style_yellow .header-box #nav-box .nav-sub,
.home_common_style_yellow #main .swiper-pagination-bullet,
.home_common_style_yellow #main .cate-box .cate-swiper .more-btn:hover,
.home_common_style_yellow #main .service-box .service-list__con,
.home_common_style_yellow #main .tag-box .common-index-list li .product-con{border-color:#ddcc0a;}
.home_common_style_yellow #main .cate-box .title-box .icon{fill:#ddcc0a;}
.home_common_style_yellow #main .home-ad2 .index-btn{background:#fff !important;color:#ddcc0a !important;}
.home_common_style_yellow #main .progress-color stop{stop-color:#ddcc0a;}

.home_common_style_yellow .header-box .top-btn:hover,
.home_common_style_yellow .header-box .searc_btn:hover,
.home_common_style_yellow #main .index-btn:hover,
.home_common_style_yellow #footer .subscribe .newsletter_btn:hover,
.home_common_style_yellow #footer .help-center .home-ad8 span:hover{background:#c7b702 !important;}
.home_common_style_yellow #footer .quick-links dd a,
.home_common_style_yellow #footer .hot-tags dd a{color:#c7b702;}

.home_common_style_yellow .header-box .top-btn:hover,
.home_common_style_yellow .header-box .searc_btn:hover{color:#fff;}
.home_common_style_yellow #main .service-box{background:none;}




/*绿色#21a421*/
.home_common_style_green .header-box .top-btn,
.home_common_style_green .header-box .searc_btn,
.home_common_style_green .header-box #nav-box .nav>li>a:before,
.home_common_style_green .header-box #nav-box .nav-sub dd a:hover,
.home_common_style_green #main .swiper-pagination-bullet-active,
.home_common_style_green #main .index-btn,
.home_common_style_green #footer .subscribe .newsletter_btn,
.home_common_style_green #footer .help-center .home-ad8 span{background:#21a421 !important;}
.home_common_style_green .header-box #nav-box .nav>li.on>a,
.home_common_style_green .header-box #nav-box .nav>li.home>a,
.home_common_style_green a:hover,
.home_common_style_green #main .cate-box .cate-swiper .more-btn:hover,
.home_common_style_green #footer .quick-links dd a:hover,
.home_common_style_green #footer .hot-tags dd a:hover,
.home_common_style_green #mobile-nav-box li .mobile-nav-box__link.mobile-menu-on a,
.home_common_style_green #mobile-nav-box li .mobile-nav-box__link.home a,
.home_common_style_green #mobile-nav-box li .mobile-nav-box__link.mobile-menu-on .icon,
.home_common_style_green #mobile-nav-box li a:hover,
.home_common_style_green #main .news li .news-tit,
.home_common_style_green #footer .sns li a:hover{color:#21a421;}
.home_common_style_green .header-box #nav-box .nav-sub,
.home_common_style_green #main .swiper-pagination-bullet,
.home_common_style_green #main .cate-box .cate-swiper .more-btn:hover,
.home_common_style_green #main .service-box .service-list__con,
.home_common_style_green #main .tag-box .common-index-list li .product-con{border-color:#21a421;}
.home_common_style_green #main .cate-box .title-box .icon{fill:#21a421;}
.home_common_style_green #main .home-ad2 .index-btn{background:#fff !important;color:#21a421 !important;}
.home_common_style_green #main .progress-color stop{stop-color:#21a421;}

.home_common_style_green .header-box .top-btn:hover,
.home_common_style_green .header-box .searc_btn:hover,
.home_common_style_green #main .index-btn:hover,
.home_common_style_green #footer .subscribe .newsletter_btn:hover,
.home_common_style_green #footer .help-center .home-ad8 span:hover{background:#1b851b !important;}
.home_common_style_green #footer .quick-links dd a,
.home_common_style_green #footer .hot-tags dd a{color:#1b851b;}

.home_common_style_green .header-box .top-btn:hover,
.home_common_style_green .header-box .searc_btn:hover{color:#fff;}
.home_common_style_green #main .service-box{background:none;}

/*青色#21b5b5*/

.home_common_style_cyan .header-box .top-btn,
.home_common_style_cyan .header-box .searc_btn,
.home_common_style_cyan .header-box #nav-box .nav>li>a:before,
.home_common_style_cyan .header-box #nav-box .nav-sub dd a:hover,
.home_common_style_cyan #main .swiper-pagination-bullet-active,
.home_common_style_cyan #main .index-btn,
.home_common_style_cyan #footer .subscribe .newsletter_btn,
.home_common_style_cyan #footer .help-center .home-ad8 span{background:#21b5b5 !important;}
.home_common_style_cyan .header-box #nav-box .nav>li.on>a,
.home_common_style_cyan .header-box #nav-box .nav>li.home>a,
.home_common_style_cyan a:hover,
.home_common_style_cyan #main .cate-box .cate-swiper .more-btn:hover,
.home_common_style_cyan #footer .quick-links dd a:hover,
.home_common_style_cyan #footer .hot-tags dd a:hover,
.home_common_style_cyan #mobile-nav-box li .mobile-nav-box__link.mobile-menu-on a,
.home_common_style_cyan #mobile-nav-box li .mobile-nav-box__link.home a,
.home_common_style_cyan #mobile-nav-box li .mobile-nav-box__link.mobile-menu-on .icon,
.home_common_style_cyan #mobile-nav-box li a:hover,
.home_common_style_cyan #main .news li .news-tit,
.home_common_style_cyan #footer .sns li a:hover{color:#21b5b5;}
.home_common_style_cyan .header-box #nav-box .nav-sub,
.home_common_style_cyan #main .swiper-pagination-bullet,
.home_common_style_cyan #main .cate-box .cate-swiper .more-btn:hover,
.home_common_style_cyan #main .service-box .service-list__con,
.home_common_style_cyan #main .tag-box .common-index-list li .product-con{border-color:#21b5b5;}
.home_common_style_cyan #main .cate-box .title-box .icon{fill:#21b5b5;}
.home_common_style_cyan #main .home-ad2 .index-btn{background:#fff !important;color:#21b5b5 !important;}
.home_common_style_cyan #main .progress-color stop{stop-color:#21b5b5;}

.home_common_style_cyan .header-box .top-btn:hover,
.home_common_style_cyan .header-box .searc_btn:hover,
.home_common_style_cyan #main .index-btn:hover,
.home_common_style_cyan #footer .subscribe .newsletter_btn:hover,
.home_common_style_cyan #footer .help-center .home-ad8 span:hover{background:#1d9898 !important;}
.home_common_style_cyan #footer .quick-links dd a,
.home_common_style_cyan #footer .hot-tags dd a{color:#1d9898;}

.home_common_style_cyan .header-box .top-btn:hover,
.home_common_style_cyan .header-box .searc_btn:hover{color:#fff;}
.home_common_style_cyan #main .service-box{background:none;}



/*蓝色#2773cf*/

.home_common_style_blue .header-box .top-btn,
.home_common_style_blue .header-box .searc_btn,
.home_common_style_blue .header-box #nav-box .nav>li>a:before,
.home_common_style_blue .header-box #nav-box .nav-sub dd a:hover,
.home_common_style_blue #main .swiper-pagination-bullet-active,
.home_common_style_blue #main .index-btn,
.home_common_style_blue #footer .subscribe .newsletter_btn,
.home_common_style_blue #footer .help-center .home-ad8 span{background:#2773cf !important;}
.home_common_style_blue .header-box #nav-box .nav>li.on>a,
.home_common_style_blue .header-box #nav-box .nav>li.home>a,
.home_common_style_blue a:hover,
.home_common_style_blue #main .cate-box .cate-swiper .more-btn:hover,
.home_common_style_blue #footer .quick-links dd a:hover,
.home_common_style_blue #footer .hot-tags dd a:hover,
.home_common_style_blue #mobile-nav-box li .mobile-nav-box__link.mobile-menu-on a,
.home_common_style_blue #mobile-nav-box li .mobile-nav-box__link.home a,
.home_common_style_blue #mobile-nav-box li .mobile-nav-box__link.mobile-menu-on .icon,
.home_common_style_blue #mobile-nav-box li a:hover,
.home_common_style_blue #main .news li .news-tit,
.home_common_style_blue #footer .sns li a:hover{color:#2773cf;}
.home_common_style_blue .header-box #nav-box .nav-sub,
.home_common_style_blue #main .swiper-pagination-bullet,
.home_common_style_blue #main .cate-box .cate-swiper .more-btn:hover,
.home_common_style_blue #main .service-box .service-list__con,
.home_common_style_blue #main .tag-box .common-index-list li .product-con{border-color:#2773cf;}
.home_common_style_blue #main .cate-box .title-box .icon{fill:#2773cf;}
.home_common_style_blue #main .home-ad2 .index-btn{background:#fff !important;color:#2773cf !important;}
.home_common_style_blue #main .progress-color stop{stop-color:#2773cf;}

.home_common_style_blue .header-box .top-btn:hover,
.home_common_style_blue .header-box .searc_btn:hover,
.home_common_style_blue #main .index-btn:hover,
.home_common_style_blue #footer .subscribe .newsletter_btn:hover,
.home_common_style_blue #footer .help-center .home-ad8 span:hover{background:#2162b0 !important;}
.home_common_style_blue #footer .quick-links dd a,
.home_common_style_blue #footer .hot-tags dd a{color:#2162b0;}

.home_common_style_blue .header-box .top-btn:hover,
.home_common_style_blue .header-box .searc_btn:hover{color:#fff;}
.home_common_style_blue #main .service-box{background:none;}



/*紫色#8b0574*/
.home_common_style_purple .header-box .top-btn,
.home_common_style_purple .header-box .searc_btn,
.home_common_style_purple #main .swiper-pagination-bullet-active,
.home_common_style_purple #main .index-btn,
.home_common_style_purple #footer .subscribe .newsletter_btn,
.home_common_style_purple #footer .help-center .home-ad8 span{background:#6d0a9b !important;}

.home_common_style_purple a:hover,
.home_common_style_purple #main .cate-box .cate-swiper .more-btn:hover,
.home_common_style_purple #mobile-nav-box li .mobile-nav-box__link.mobile-menu-on a,
.home_common_style_purple #mobile-nav-box li .mobile-nav-box__link.home a,
.home_common_style_purple #mobile-nav-box li .mobile-nav-box__link.mobile-menu-on .icon,
.home_common_style_purple #mobile-nav-box li a:hover,
.home_common_style_purple #main .news li .news-tit,
.home_common_style_purple #footer .sns li a:hover{color:#6d0a9b;}

.home_common_style_purple #main .swiper-pagination-bullet,
.home_common_style_purple #main .cate-box .cate-swiper .more-btn:hover,
.home_common_style_purple #main .service-box .service-list__con,
.home_common_style_purple #main .tag-box .common-index-list li .product-con{border-color:#6d0a9b;}
.home_common_style_purple #main .cate-box .title-box .icon{fill:#6d0a9b;}
.home_common_style_purple #main .home-ad2 .index-btn{background:#fff !important;color:#6d0a9b !important;}
.home_common_style_purple #main .progress-color stop{stop-color:#6d0a9b;}

.home_common_style_purple .header-box .top-btn:hover,
.home_common_style_purple .header-box .searc_btn:hover,
.home_common_style_purple #main .index-btn:hover,
.home_common_style_purple #footer .subscribe .newsletter_btn:hover,
.home_common_style_purple #footer .help-center .home-ad8 span:hover{background:#5d0884 !important;}
.home_common_style_purple #footer .quick-links dd a,
.home_common_style_purple #footer .hot-tags dd a{color:#fff;}
.home_common_style_purple #footer .quick-links dd a:hover,
.home_common_style_purple #footer .hot-tags dd a:hover{color:#8a2bb6;}

.home_common_style_purple .header-box #nav-box .nav>li.on>a,
.home_common_style_purple .header-box #nav-box .nav>li.home>a{color:#a954d1;}
.home_common_style_purple .header-box #nav-box .nav>li>a:before,
.home_common_style_purple .header-box #nav-box .nav-sub dd a:hover{background:#a954d1;}
.home_common_style_purple .header-box #nav-box .nav-sub{border-color:#a954d1;}

.home_common_style_purple .header-box .top-btn:hover,
.home_common_style_purple .header-box .searc_btn:hover{color:#fff;}
.home_common_style_purple #main .service-box{background:none;}

/*粉色#f84c96 */
.home_common_style_pink .header-box .top-btn,
.home_common_style_pink .header-box .searc_btn,
.home_common_style_pink .header-box #nav-box .nav>li>a:before,
.home_common_style_pink .header-box #nav-box .nav-sub dd a:hover,
.home_common_style_pink #main .swiper-pagination-bullet-active,
.home_common_style_pink #main .index-btn,
.home_common_style_pink #footer .subscribe .newsletter_btn,
.home_common_style_pink #footer .help-center .home-ad8 span{background:#f84c96 !important;}
.home_common_style_pink .header-box #nav-box .nav>li.on>a,
.home_common_style_pink .header-box #nav-box .nav>li.home>a,
.home_common_style_pink a:hover,
.home_common_style_pink #main .cate-box .cate-swiper .more-btn:hover,
.home_common_style_pink #footer .quick-links dd a:hover,
.home_common_style_pink #footer .hot-tags dd a:hover,
.home_common_style_pink #mobile-nav-box li .mobile-nav-box__link.mobile-menu-on a,
.home_common_style_pink #mobile-nav-box li .mobile-nav-box__link.home a,
.home_common_style_pink #mobile-nav-box li .mobile-nav-box__link.mobile-menu-on .icon,
.home_common_style_pink #mobile-nav-box li a:hover,
.home_common_style_pink #main .news li .news-tit,
.home_common_style_pink #footer .sns li a:hover{color:#f84c96;}
.home_common_style_pink .header-box #nav-box .nav-sub,
.home_common_style_pink #main .swiper-pagination-bullet,
.home_common_style_pink #main .cate-box .cate-swiper .more-btn:hover,
.home_common_style_pink #main .service-box .service-list__con,
.home_common_style_pink #main .tag-box .common-index-list li .product-con{border-color:#f84c96;}
.home_common_style_pink #main .cate-box .title-box .icon{fill:#f84c96;}
.home_common_style_pink #main .home-ad2 .index-btn{background:#fff !important;color:#f84c96 !important;}
.home_common_style_pink #main .progress-color stop{stop-color:#f84c96;}

.home_common_style_pink .header-box .top-btn:hover,
.home_common_style_pink .header-box .searc_btn:hover,
.home_common_style_pink #main .index-btn:hover,
.home_common_style_pink #footer .subscribe .newsletter_btn:hover,
.home_common_style_pink #footer .help-center .home-ad8 span:hover{background:#e04487 !important;}
.home_common_style_pink #footer .quick-links dd a,
.home_common_style_pink #footer .hot-tags dd a{color:#e04487;}

.home_common_style_pink .header-box .top-btn:hover,
.home_common_style_pink .header-box .searc_btn:hover{color:#fff;}
.home_common_style_pink #main .service-box{background:none;}
/*黑色#666*/
.home_common_style_black .header-box .top-btn,
.home_common_style_black .header-box .searc_btn,
.home_common_style_black .header-box #nav-box .nav>li>a:before,
.home_common_style_black .header-box #nav-box .nav-sub dd a:hover,
.home_common_style_black #main .swiper-pagination-bullet-active,
.home_common_style_black #main .index-btn,
.home_common_style_black #footer .subscribe .newsletter_btn,
.home_common_style_black #footer .help-center .home-ad8 span{background:#666 !important;}
.home_common_style_black .header-box #nav-box .nav>li.on>a,
.home_common_style_black .header-box #nav-box .nav>li.home>a,
.home_common_style_black a:hover,
.home_common_style_black #main .cate-box .cate-swiper .more-btn:hover,
.home_common_style_black #footer .quick-links dd a:hover,
.home_common_style_black #footer .hot-tags dd a:hover,
.home_common_style_black #mobile-nav-box li .mobile-nav-box__link.mobile-menu-on a,
.home_common_style_black #mobile-nav-box li .mobile-nav-box__link.home a,
.home_common_style_black #mobile-nav-box li .mobile-nav-box__link.mobile-menu-on .icon,
.home_common_style_black #mobile-nav-box li a:hover,
.home_common_style_black #main .news li .news-tit,
.home_common_style_black #footer .sns li a:hover{color:#666;}
.home_common_style_black .header-box #nav-box .nav-sub,
.home_common_style_black #main .swiper-pagination-bullet,
.home_common_style_black #main .cate-box .cate-swiper .more-btn:hover,
.home_common_style_black #main .service-box .service-list__con,
.home_common_style_black #main .tag-box .common-index-list li .product-con{border-color:#666;}
.home_common_style_black #main .cate-box .title-box .icon{fill:#666;}
.home_common_style_black #main .home-ad2 .index-btn{background:#fff !important;color:#666 !important;}
.home_common_style_black #main .progress-color stop{stop-color:#666;}

.home_common_style_black .header-box .top-btn:hover,
.home_common_style_black .header-box .searc_btn:hover,
.home_common_style_black #main .index-btn:hover,
.home_common_style_black #footer .subscribe .newsletter_btn:hover,
.home_common_style_black #footer .help-center .home-ad8 span:hover{background:#222 !important;}
.home_common_style_black #footer .quick-links dd a,
.home_common_style_black #footer .hot-tags dd a{color:#fff;}

.home_common_style_black .header-box .top-btn:hover,
.home_common_style_black .header-box .searc_btn:hover{color:#fff;}
.home_common_style_black #main .service-box{background:none;}


@media screen and (max-width:1366px){
	.wrapper{width:100%;box-sizing:border-box;padding:0 50px;}
	#main .ibanner .text{right:auto;left:0;width:600px;max-width:100%;padding:0 50px;box-sizing:border-box;}
	#main .home-ad2 .ad-txt{width:100%;padding:0 50px;box-sizing:border-box;}
	#main .home-ad4 .ad-txt{width:100%;left:0;transform:translate(0,-50%);}

	}
@media screen and (max-width:1200px){
	.top-box {display:none;}
	.header-box .head{padding:0;}
	.header-box .logo{max-width:40%;}
	.header-box .top-btn{display:none;}
	.header-box .search-box{margin-top:0;}
	.header-box .header-nav .nav-box{display:none;}
	.header-box .mobile-nav{display:inline-block;}
	.header-box .header-nav{line-height:normal;z-index:1001;}



	

	#inquiry-box, #feedback-box, #search-error404, #error404, #sitemap-box, #module-login, #brands-box, #notice-box{margin:0 auto;}
	#page-products-list, #navpage, #page-news, #news-detail, #product-detail .product-detail__wrapper{margin-top:50px;}
	
	#footer .help-center dt{font-size:20px;}


	#main .ibanner{height:100vh;max-height:100vh;}
	#main .ibanner .text h3{font-size:55px;}
	#main .ibanner .text .banner-detail{font-size:20px;line-height:27px;}



	#main .tag-box .common-index-list li{width:33.33%;}
	#main .index-tit{font-size:35px;line-height:50px;}
	#main .index-detail{font-size:18px;line-height:29px;}
	

	}

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



	
	#main .service-box li{width:50%;}
	#main .index-tit{margin-bottom:20px;}
	#main .index-detail{font-size:16px;line-height:25px;margin-bottom:30px;}
	#main .index-btn{font-size:13px;line-height:15px;}
	#main .service-box .service-list__con{padding:50px 15px;}
	#main .progress .icon{width:108px;height:108px;}
	#main .service-icon i{padding:20px;font-size:38px;}
	#main .tag-box .common-index-list li .product-con{padding:40px 15px 0;}

	}
@media screen and (max-width:992px){
  	#product-detail .bigimgbox:before{z-index:9;}


	#footer .help-center dl.contact-us{width:50%;}
	#footer .help-center .home-ad8{width:100%;margin-top:20px;padding:0 30%;}
	#footer .help-center .home-ad8 img{}
	#footer .help-center dl{width:25%;}
	#footer .help-center dl:nth-child(3){padding-right:0;}

	
	
	#main .ibanner .text h3{font-size:40px;}
	#main .ibanner .text .banner-detail{font-size:16px;line-height:22px;}
	#main .home-ad1 .ad-txt{width:100%;padding:0;margin-bottom:40px;}
	#main .home-ad1 .ad-pic{width:100%;padding:0;}
	#main .home-ad1 .ad-pic img{margin:0 auto;}
	
	#main .tag-box .common-index-list li{width:50%;}
	#main .cate-box .title-box{width:100%;margin:0 0 40px;}
	#main .cate-box .cate-swiper{width:100%;}
	#main .cate-box .title-box .icon{height:60px;width:60px;}
	#main .tag-box .title-box{display:flex;align-items:center;justify-content:space-between;}
	#main .tag-box .title-lf{width:auto;padding:0;}
	#main .tag-box .title-box .index-btn{width:auto;margin-left:30px;}


	}
	
@media screen and (max-width:768px){
	

	
	#footer .copyright{float:none;height:auto;text-align:center;}
	#footer .sns{float:none;text-align:center;}
	#footer .foot{padding:10px 0;}
	#footer .help-center{padding:40px 0;}
	#footer .help-center dd{font-size:15px;}



	#main .news li .news-img{height:200px;}
	#main .news li .news-tit{font-size:20px;line-height:25px;}
	
	#main .index-tit{font-size:30px;line-height:40px;}

	#main .home-ad4{margin-top:0;}
	#main .home-ad4 .ad-txt{padding:0 50px;}


	
	


	}
@media screen and (max-width:767px){
	.wrapper{padding:0 20px;}
	#mobile-nav-box li a{padding:8px 20px;}
	#footer .sns li a{font-size:20px;}
	#footer .help-center dl{padding-right:0;}
	#footer .help-center dl dt{border-bottom:0;height:25px;line-height:25px;margin-bottom:10px;font-size:16px;}
	#footer .help-center dl dd{padding:0;}
	#footer .quick-links dt, #footer .hot-tags dt{padding-left:0;}
	
	#footer .help-center dt .help-icon{height:25px;line-height:25px;color:#fff;}
	#footer .help-center dl dt{margin-bottom:10px;padding-bottom:0;}
	#footer .help-center dl{margin-bottom:10px;}
	#footer .quick-links dd a, #footer .hot-tags dd a{line-height:1;}
	#footer .help-center .home-ad8{padding:0;}
	#footer .help-center .home-ad8 img{max-width:300px;}

	#main .ibanner .text{padding:0 20px;width:100%;right:0;overflow:hidden;word-break:break-word;text-align:center;}

	

	
	#main .tag-box .common-index-list li{width:100%;max-width:500px;margin:0 auto;display:block;}

	#main .home-ad2 .ad-txt{padding:0 20px;text-align:center;}
	#main .home-ad2 .ad-txt{display:block;}
	#main .home-ad2 .index-btn{margin-left:0;margin-top:30px;}
	#main .cate-box .title-box{padding:40px 20px;}
	#main .cate-box .cate-swiper{padding-bottom:60px;}
	#main .swiper-pagination{bottom:10px;font-size:16px;}
	#main .cate-box .cate-swiper h2{font-size:18px;}
	#main .cate-box .cate-swiper .more-btn{border-width:2px;}
	#main .service-box ul li{width:100%;}
	#main .tag-box .title-box{display:block;text-align:left;}
	#main .tag-box .title-box .index-btn{margin:0;}
	#main .tag-box .title-lf{}
	#footer .subscribe-box{width:80%;}
	#main .home-ad4{background-size:cover;background-position:center;background-position:center;padding:50px 0 70px;min-height:150px;}
	#main .home-ad4 .ad-txt{position:static;transform:none;}
	#main .home-ad4 .ad-pic{display:none;}
	
	#main .home-ad2{padding:50px 0;}
	#main .home-ad1{padding:50px 0;}
	#main .cate-box{padding:50px 0;}
	#main .tag-box{padding:10px 0;}
	#main .home-ad4{margin-top:50px;}
	#main .home-ad4 .ad-txt{padding:0 20px;}
	#main .news .news-box{padding:50px 20px 20px;}


	}
@media screen and (max-width:480px){


	
	#page-products-list, #navpage, #page-news, #news-detail{margin-top:40px;}
	
	
	#footer .help-center .newsletter_txt{width:100%;margin-right:0;}
	
	




	#main .tag-box .common-index-list li{width:100%;}

	.language{position:static;}
	.language-list{right:0;left:auto;width:calc(100vw - 60px);height:auto;min-width:auto;max-height:calc(100vh - 65px);}


	}
@media screen and (max-width:320px){
	
	
	}