/*2767*/
@charset "utf-8";
html, body{font-family:'Montserrat', Arial, sans-serif;color:#45545e;font-size:16px;font-weight:400;}
a{color:#45545e;}
a:hover{color:#ff5e14;}
 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;}
*{    -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent;}



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


.top-box{border-bottom:1px solid rgba(34,34,34,0.1);text-align:left;}
.top-box .logo {display:inline-block;}
.top-box .logo a{height:70px;display:flex;align-items:center;}
.top-box .logo a img{display:block;max-height:100%;max-width:100%;}
.top-box .top-ad{margin:10px 0 10px 40px;font-size: 14px;line-height: 18px;padding: 15px 30px;border:1px solid #ff5e14;color:#ff5e14;float:right;transition:all 0.3s ease-out;}
.top-box .top-ad:hover{background:#000;border-color:#000;color:#fff;}


.header-box{ transition:all .3s ease-out;position:relative;z-index:99;width:100%;background:#fff;}
.header-box .header-mid{}
.header-box .logo{padding-right:15px;box-sizing:border-box;display:none;}
.header-box .logo a{display: flex; align-items: center;height:40px;padding:10px 0;}
.header-box .logo img{max-height:100%;max-width:100%;display:block;}
.header-box .header-rt{}
.header-box .header-r{display:inline-block;float:right;position:relative;z-index:9;}
.header-box .search-btn{display:inline-block;position:relative;cursor:pointer;padding:15px 15px 15px 12px;}
.header-box .search-btn>.icon{fill:#333;width:30px;height:30px;vertical-align:middle;}
.header-box .search-btn>.icon:hover{fill:#ff5e14;}
.header-box .search-box{position:absolute;right:22px;top:100%;border:1px solid #e1e1e1;box-shadow:0px 3px 13px 0px rgba(0, 0, 0, 0.2);visibility:hidden;opacity:0;background:#fff;padding:15px;line-height:normal;display:none;border-radius:2px;width:300px;box-sizing:border-box;z-index:99;}
.header-box .search-box:before{    height: 10px;
    width: 10px;
    position: absolute;
	content:'';
    top: -6px;
    right: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #e1e1e1; border-left: 1px solid #e1e1e1;background:#fff;box-sizing:border-box;}
.header-box .search-txt{height: 39px; width: 228px;padding-right:10px;padding-left:10px;background:#f8f8f8;color:#aaa;border:0;float:left;box-sizing:border-box;display:inline-block;border-radius:0;}
.header-box .searc_btn{display:inline-block;height:39px;width:40px;border:none;background:#ff3514;cursor:pointer;-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;box-sizing:border-box;}
.header-box .searc_btn:hover{box-shadow:inset 0 -40px 0 0 rgba(34,34,34,0.2);}
.header-box .searc_btn .icon{fill:#fff;-webkit-transition: all 700ms; transition: all 700ms;width:20px;height:20px;vertical-align:middle;}


body.search-show .header-box .search-box{opacity:1;visibility:visible;display:block; }
body.search-show .header-box .search-btn>.icon{fill:#ff5e14;}
.header-box .search-box form{position:relative;font-size:0;}



.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 28px 0 0;line-height:60px;display:block;font-size:16px;color:#000;font-weight:400;transition:all 0.2s linear;position:relative;}
.header-box #nav-box .nav>li>a:before{position:absolute;content:'';transition:all 0.4s;left:0;right:28px;height:3px;bottom:0;background:#ff5e14;opacity:0;}



.header-box #nav-box .nav-sub{display:none;position:absolute;left:0;top:100%;background:#fff;box-shadow:0px 1px 40px 0px rgba(0, 0, 0, 0.1);min-width:240px;}
/*.header-box #nav-box .nav>li.on .nav-sub{display:block;transition:all 0.2s linear;}*/
.header-box #nav-box .nav-sub dd a{padding:0 20px;font-size:16px;line-height:50px;display:block;color:#000;transition:all 0.2s linear;border-bottom:1px solid #f6f6f6;}

.header-box #nav-box .nav>li.on>a{color:#ff5e14;}
.header-box #nav-box .nav>li.on>a:before{opacity:1;}


.header-box #nav-box .nav-sub dd a:hover{color:#ff5e14;background:#f6f6f6;}
.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:14px;border-radius:0;}
.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:#333;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%;right:0;width:100%;z-index:99;box-sizing:border-box;background:#fff;text-align:left; overflow:hidden; transition: all 0.6s;padding:20px 50px;display:none;border-top:1px solid #f6f6f6;}

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


#mobile-nav-box li .mobile-nav-box__link{position:relative;}
#mobile-nav-box li .icon{position:absolute;right:5px;top:5px;width:24px;text-align:center;height:24px;line-height:24px;font-size:24px;color:#45545e;cursor:pointer;}
#mobile-nav-box li a{padding:5px 5px;display:block;font-size:16px;color:#45545e;text-transform:capitalize;font-weight:400;line-height:1.5;}
#mobile-nav-box li a:hover{color:#ff3514;}

#mobile-nav-box li .mobile-nav-box__link.mobile-menu-on a{color:#ff3514;}
#mobile-nav-box li .mobile-nav-box__link.mobile-menu-on .icon{color:#ff3514;}

#mobile-nav-box .mobile-nav-sub{ display: none;background:#fff;box-shadow:0px 1px 40px 0px rgba(0, 0, 0, 0.1);}
#mobile-nav-box .mobile-nav-sub a{transition:all 0.3s ease-in-out;padding:0 20px;font-size:14px;line-height:40px;border-bottom:1px solid #f6f6f6;}
#mobile-nav-box .mobile-nav-sub a:hover{background:#f6f6f6;}

body.nav-show .topcategoriesbg {opacity: 0.6;visibility: visible;}
.topcategoriesbg {background: #000;width: 100%;height: 100%;position: fixed;left: 0; top: 60px;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);background:#ff5e14;}
body.nav-show .header-box .mobile-nav .mobile-nav-icon:after{top:16px;transform:rotate(-45deg);background:#ff5e14;}


.message-box {
    background: url(../images/mes_bg.png) no-repeat center center;
    background-size: cover;}

/*.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:10px;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 #ff5e14;outline:none;}
#main .swiper-pagination-bullet-active{background:#ff5e14;}
#main .swiper-pagination-current{color:#e95144;font-weight:700;}


#main .banner-box{position:relative;z-index:1;}
#main .banner-prev,
#main .banner-next{position:absolute;top:auto;bottom:50px;left:auto;z-index:2;padding:0;font-size:0;transition:all 0.3s;outline:none;background:rgba(255,255,255,0.1);box-shadow:0 0 10px 0 rgba(0,0,0,.05);}
#main .banner-prev{right:103px;}
#main .banner-next{right:40px;}
#main .banner-prev .icon,
#main .banner-next .icon{fill:#fff;height:48px;display:inline-block;width:18px;padding:0 15px;}
#main .banner-next .icon{transform:rotate(180deg);-webkit-transform:rotate(180deg);}

#main .banner-prev:hover,
#main .banner-next:hover{background:#ff5e14;}


#main .swiper-button-disabled{opacity:0.5;}
#main .ibanner{position:relative;z-index:1;height:60vh;overflow:hidden;}
#main .ibanner .li{position:relative;background-repeat:no-repeat;background-size:cover;background-position:center;}
#main .ibanner .text{position:absolute;bottom:0;right:18px;text-align:left;background:rgb(6, 22, 58);padding:0 50px;width:420px;height:280px;box-sizing:border-box;display:flex;align-items:center;animation-delay:0.2s;overflow:hidden;animation-duration:1s;}
#main .ibanner .text-con{width:100%;}
#main .ibanner .text h3{font-size:41px;text-transform:capitalize;line-height:49px;color:#fff;margin:10px 0;
animation-delay:0.4s;animation-duration:1s;overflow:hidden;}

#main .ibanner .text .banner-detail{  font-size:13px;line-height:20px;color:#fff;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;
   animation-delay:0.7s;animation-duration:1s;
  }
#main .ibanner .text .banner-btn{ animation-delay:1.4s;font-size:14px;color:rgb(6, 22, 58);text-transform:capitalize;background:#fff;display:inline-block;line-height:16px;padding:12px 16px;transition:all 0.2s ease-out 0s;font-weight:700;animation-duration:1s;}
#main .ibanner .text .banner-btn:hover{color:#000;}

#main .ibanner .swiper-pagination{display:none;}
#main .ibanner .swiper-slide-active .text{animation-name:slideInUp;}
#main .ibanner .swiper-slide-active .text h3{ animation-name: slideInDown;}
#main .ibanner .swiper-slide-active .text .banner-detail{animation-name: fadeInUp;}
#main .ibanner .swiper-slide-active .text .banner-btn{ animation-name: fadeIn;}		



#main .index-tit{font-size:40px;margin:13px 0;color:#06163A;margin-bottom:30px;display:block;font-family:'Cabin';font-weight:600;}

#main .index-detail{ font-size:14px;color:#3F485D;line-height:22px;margin-bottom:14px;}
#main .index-btn{font-size: 14px;line-height: 18px;padding: 16px 32px;color:#fff;background:#06163A;display:inline-block;transition:all 0.3s ease-out;font-weight:400;margin-top:30px;}
#main .index-btn:hover{background:#000;}





#main .service-box{padding:60px 0 30px;text-align:center;background:#f5f6f7;}
#main .service-box ul{text-align:left;}
#main .service-box ul li{width:33.33%;font-size:0;}
#main .service-box .service-list__con{}
#main .service-icon{display:inline-block;vertical-align:middle;margin:0;}
#main .service-icon i{color:#ff5e14;font-size:60px;margin-right:30px;}
#main .service-info{display:inline-block;vertical-align:middle;width:calc(100% - 90px);}
#main .service-list__con h4{font-size:18px;line-height:26px;font-weight:700;color:#06163A;margin:6px 0;}
#main .service-list__con p{font-size:16px;line-height:22px;margin-bottom:14px;color:#45545e;}


#main .cate-box{padding:70px 0;margin-bottom:70px;text-align:left;position:relative;}

#main .cate-swiper{position:relative;overflow:hidden;text-align:center;}
#main .cate-swiper li a{display:block;height:490px;background-repeat:no-repeat;background-position:center;background-size:cover;position:relative;}
#main .cate-swiper li a:before{position:absolute;top:0;left:0;width:100%;height:100%;content:'';background:rgba(0,0,0,0.3);}
#main .cate-swiper .cate-con{position:absolute;bottom:40px;left:30px;right:30px;z-index:2;text-align:left;}
#main .cate-swiper .cate-con span{display:inline-block;margin:10px 0;line-height:16px;padding:16px 32px;font-size:14px;color:#fff;text-transform:capitalize;background:#ff3514;transition:all 0.3s ease-out;}
#main .cate-swiper .cate-con span:hover{background:#fff;color:#000;}
#main .cate-swiper .cate-con h2{display:inline-block;transition:all 0.3s;color:#fff;text-transform:capitalize;border-bottom:1px solid transparent;font-size:30px;margin-bottom:20px;font-family:'Cabin';font-weight:600;}
#main .cate-swiper .cate-con h2:hover{border-color:#ff5e14;}

#main .home-ad2{background:#e0ecf1;display:block;font-size:0;position:relative;margin:70px 0;}
#main .home-ad2:before{    
    content: "";
	top: -1px;
    bottom: -1px;
    left: -90px;
    width: 150px;
    position: absolute;
    transform: skewX(-170deg);
    -ms-transform: skewX(-170deg);
    -webkit-transform: skewX(-170deg);
    background-color: #fff;
    z-index: 1;}
#main .home-ad2 .ad-con{width:66.7%;display:inline-block;vertical-align:middle;padding:70px 0 70px 90px;box-sizing:border-box;position:relative;z-index:2;}
#main .home-ad2 .ad-pic{width:33.3%;display:inline-block;vertical-align:bottom;padding-left:60px;box-sizing:border-box;}
#main .home-ad2 .ad-pic img{display:block;max-width:100%;margin:0 0 0 auto;}

#main .tag-box{text-align:center;}

#main .tag-box .tag-list{padding:80px 0;background:#f5f6f7;}
#main .tag-box .tag-list:nth-child(even){background:#fff;}
#main .tag-box .tag-list:nth-child(even) .common-index-list li .product-text{background:#f5f6f7;}

#main .tag-box .common-index-list{font-size:0;text-align:left;margin-left:-15px;margin-right:-15px;}
#main .tag-box .common-index-list li{    display:inline-block;width: 33.33%;padding: 0 15px 30px;box-sizing: border-box;vertical-align:top;}
#main .tag-box .common-index-list .product-pic{position:relative;display:block;overflow:hidden;}
#main .tag-box .common-index-list li img{display:block;width:100%;}
#main .tag-box .common-index-list li .product-text{padding:15px;background:#fff;transition:all 0.4s;border-bottom:1px solid #d8d8d8;}
#main .tag-box .common-index-list li .product-name{    display: block;font-size:16px;line-height:1.5;font-weight:500;margin-bottom:5px;padding-bottom:5px;transition:all 0.4s;position:relative;}
#main .tag-box .common-index-list li .product-name:before{position:absolute;content:'';bottom:0;left:50%;right:50%;height:1px;background:#ff3514;transition:all 0.3s ease-out;}
#main .tag-box .common-index-list li .cate-name{font-size:14px;color:#999;}
#main .tag-box .common-index-list li:hover .product-name{color:#ff3514;}
#main .tag-box .common-index-list li .product-name:hover:before{left:0;right:0;}




#main .news{text-align:center;padding:70px 0;position:relative;font-family:'Cabin';background:#f5f6f7;}
#main .news .swiper-news{position:relative;overflow:hidden;}
#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 ease-out;}
#main .news li .text{text-align:left;display:block;padding:20px 0;}
#main .news li .time{margin-bottom:10px;font-size:14px;color:#000;opacity:0.5;display:block;}
#main .news li .news-tit{font-size:24px;font-weight:600;text-transform:capitalize;color:#06163A;margin-bottom:10px;    display: -webkit-box;line-height:35px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;transition:all 0.3s ease-out;}
	#main .news li .news-tit:hover{color:#ff3514;text-decoration:underline;}
#main .news li .news-detail{margin-bottom:10px;line-height:22px; color:#3f485d;display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}
#main .news li .news-btn{transition:all 0.3s ease-out;font-size:16px;border-bottom:1px solid #06163A;color:#06163A;}
#main .news li .news-btn:hover{color:#ff3514;border-color:#ff3514;}
#main .news li:hover .news-img a{transform:scale(1.04);}




#footer{background:#fff;color:#3f485d;font-size:14px;padding-top:0;border-top:1px solid #ededed;font-family:'cabin';}
#footer  a{color:#06163A;}
#footer  a:hover{color:#ff3514;}

#footer .help-center .subscribe{padding-right:0;}
#footer .help-center .newsletter_txt{height:48px;color:#999;transition:all 300ms;box-sizing:border-box;padding:14px;width:100%;vertical-align:top;border:0;background:none;text-align:left;border-radius:0;border:1px solid #ededed;text-indent:0;font-size:14px;text-transform:capitalize;}
#footer .help-center .newsletter_btn{text-transform: uppercase;border: 0;border-radius:0;background:#ff3514;font-size:18px;text-transform:capitalize;color:#fff;padding:15px 30px;line-height:18px;display:inline-block;transition:all 0.3s ease-out;font-family:'cabin';font-weight:500;}
#footer .help-center .newsletter_btn:hover{background:#000;}

#footer .help-center{padding:50px 0 60px;display:flex;justify-content:space-between;}
#footer .help-center dt{font-size:24px;text-transform:capitalize;font-weight:600;color:#06163A;font-family:'Cabin', Arial, sans-serif;line-height:24px;margin-bottom:10px;padding-bottom:10px;position:relative;}
#footer .help-center dt a{color:#06163A;}


#footer .help-center dd{font-size:16px;margin:0;line-height:22px;}
#footer .help-center .quick-links dd{}
#footer .quick-links dd a,
#footer .hot-tags dd a{margin:0;color:#3f485d;height:auto;line-height:1;display:inline-block;padding:5px 0;text-transform:capitalize;}
#footer .quick-links dd a:hover,
#footer .hot-tags dd a:hover{color:#ff3514;text-decoration:none;}
#footer .help-center .contact-us{}
#footer .help-center dl{width:auto;}

#footer .sns{}
#footer .sns li{width:auto;height:auto;margin:5px 10px 5px 0;}
#footer .sns li a{color:#000;font-size:25px;line-height:25px;transition:all 0.3s ease-out;}
#footer .sns li a:hover{color:#ff3514;}


#footer .foot{padding:20px 0;background:#f8f8f8;}

#footer .copyright{border-top:0;height:auto;line-height:normal;text-align:left;text-transform:uppercase;margin:0;font-size:14px;color: #3f485d;}

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

/*橙色 #ff9832*/
.home_common_style_orange #main .swiper-pagination-bullet-active{background:#ff5e14 !important;}
.home_common_style_orange #footer .help-center .newsletter_btn{background:#ff3514 !important;}
.home_common_style_orange #main .cate-swiper .cate-con span:hover{background:#fff !important;}
.home_common_style_orange #footer .help-center .newsletter_btn:hover{background:#000 !important;}
.home_common_style_orange #main .service-box{background:#f5f6f7;}


/*红色#c6727a*/
.home_common_style_red .top-box .top-ad,
.home_common_style_red .header-box #nav-box .nav>li.on>a,
.home_common_style_red .header-box #nav-box .nav-sub 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.mobile-menu-on .icon,
.home_common_style_red #mobile-nav-box li .mobile-nav-box__link.mobile-menu-on a,
.home_common_style_red #main .service-icon i,
.home_common_style_red #main .tag-box .common-index-list li:hover .product-name,
.home_common_style_red #main .news li .news-tit:hover,
.home_common_style_red #main .news li .news-btn:hover,
.home_common_style_red #footer a: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 #footer .sns li a:hover,
.home_common_style_red #mobile-nav-box li a:hover{color:#ba2836;}
.home_common_style_red .top-box .top-ad,
.home_common_style_red #main .cate-swiper .cate-con h2:hover,
.home_common_style_red #main .swiper-pagination-bullet,
.home_common_style_red #main .news li .news-btn:hover{border-color:#ba2836;}
.home_common_style_red .header-box .searc_btn,
.home_common_style_red .header-box #nav-box .nav>li>a:before,
.home_common_style_red.nav-show .header-box .mobile-nav .mobile-nav-icon:after,
.home_common_style_red.nav-show .header-box .mobile-nav .mobile-nav-icon:before,
.home_common_style_red #main .banner-prev:hover,
.home_common_style_red #main .banner-next:hover,
.home_common_style_red #main .cate-swiper .cate-con span,
.home_common_style_red #main .swiper-pagination-bullet-active,
.home_common_style_red #main .tag-box .common-index-list li .product-name:before,
.home_common_style_red #footer .help-center .newsletter_btn{background:#ba2836 !important;}
.home_common_style_red .header-box .search-btn>.icon:hover{fill:#ba2836;}
.home_common_style_red.search-show .header-box .search-btn>.icon{fill:#ba2836;}


.home_common_style_red .top-box .top-ad:hover{color:#fff;border-color:#000;}
.home_common_style_red #main .cate-swiper .cate-con span:hover{background:#fff !important;}
.home_common_style_red #footer .help-center .newsletter_btn:hover{background:#000 !important;}
.home_common_style_red #main .service-box{background:#f5f6f7;}

/*黄色#bdbe24*/

.home_common_style_yellow .top-box .top-ad,
.home_common_style_yellow .header-box #nav-box .nav>li.on>a,
.home_common_style_yellow .header-box #nav-box .nav-sub 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.mobile-menu-on .icon,
.home_common_style_yellow #mobile-nav-box li .mobile-nav-box__link.mobile-menu-on a,
.home_common_style_yellow #main .service-icon i,
.home_common_style_yellow #main .tag-box .common-index-list li:hover .product-name,
.home_common_style_yellow #main .news li .news-tit:hover,
.home_common_style_yellow #main .news li .news-btn:hover,
.home_common_style_yellow #footer a: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 #footer .sns li a:hover,
.home_common_style_yellow #mobile-nav-box li a:hover{color:#d5c905;}
.home_common_style_yellow .top-box .top-ad,
.home_common_style_yellow #main .cate-swiper .cate-con h2:hover,
.home_common_style_yellow #main .swiper-pagination-bullet,
.home_common_style_yellow #main .news li .news-btn:hover{border-color:#d5c905;}
.home_common_style_yellow .header-box .searc_btn,
.home_common_style_yellow .header-box #nav-box .nav>li>a:before,
.home_common_style_yellow.nav-show .header-box .mobile-nav .mobile-nav-icon:after,
.home_common_style_yellow.nav-show .header-box .mobile-nav .mobile-nav-icon:before,
.home_common_style_yellow #main .banner-prev:hover,
.home_common_style_yellow #main .banner-next:hover,
.home_common_style_yellow #main .cate-swiper .cate-con span,
.home_common_style_yellow #main .swiper-pagination-bullet-active,
.home_common_style_yellow #main .tag-box .common-index-list li .product-name:before,
.home_common_style_yellow #footer .help-center .newsletter_btn{background:#d5c905 !important;}
.home_common_style_yellow .header-box .search-btn>.icon:hover{fill:#d5c905;}
.home_common_style_yellow.search-show .header-box .search-btn>.icon{fill:#d5c905;}


.home_common_style_yellow .top-box .top-ad:hover{color:#fff;border-color:#000;}
.home_common_style_yellow #main .cate-swiper .cate-con span:hover{background:#fff !important;}
.home_common_style_yellow #footer .help-center .newsletter_btn:hover{background:#000 !important;}
.home_common_style_yellow #main .service-box{background:#f5f6f7;}




/*绿色#21a421*/

.home_common_style_green .top-box .top-ad,
.home_common_style_green .header-box #nav-box .nav>li.on>a,
.home_common_style_green .header-box #nav-box .nav-sub 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.mobile-menu-on .icon,
.home_common_style_green #mobile-nav-box li .mobile-nav-box__link.mobile-menu-on a,
.home_common_style_green #main .service-icon i,
.home_common_style_green #main .tag-box .common-index-list li:hover .product-name,
.home_common_style_green #main .news li .news-tit:hover,
.home_common_style_green #main .news li .news-btn:hover,
.home_common_style_green #footer a: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 #footer .sns li a:hover,
.home_common_style_green #mobile-nav-box li a:hover{color:#21a421;}
.home_common_style_green .top-box .top-ad,
.home_common_style_green #main .cate-swiper .cate-con h2:hover,
.home_common_style_green #main .swiper-pagination-bullet,
.home_common_style_green #main .news li .news-btn:hover{border-color:#21a421;}
.home_common_style_green .header-box .searc_btn,
.home_common_style_green .header-box #nav-box .nav>li>a:before,
.home_common_style_green.nav-show .header-box .mobile-nav .mobile-nav-icon:after,
.home_common_style_green.nav-show .header-box .mobile-nav .mobile-nav-icon:before,
.home_common_style_green #main .banner-prev:hover,
.home_common_style_green #main .banner-next:hover,
.home_common_style_green #main .cate-swiper .cate-con span,
.home_common_style_green #main .swiper-pagination-bullet-active,
.home_common_style_green #main .tag-box .common-index-list li .product-name:before,
.home_common_style_green #footer .help-center .newsletter_btn{background:#21a421 !important;}
.home_common_style_green .header-box .search-btn>.icon:hover{fill:#21a421;}
.home_common_style_green.search-show .header-box .search-btn>.icon{fill:#21a421;}


.home_common_style_green .top-box .top-ad:hover{color:#fff;border-color:#000;}
.home_common_style_green #main .cate-swiper .cate-con span:hover{background:#fff !important;}
.home_common_style_green #footer .help-center .newsletter_btn:hover{background:#000 !important;}
.home_common_style_green #main .service-box{background:#f5f6f7;}

/*青色#21b5b5*/


.home_common_style_cyan .top-box .top-ad,
.home_common_style_cyan .header-box #nav-box .nav>li.on>a,
.home_common_style_cyan .header-box #nav-box .nav-sub 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.mobile-menu-on .icon,
.home_common_style_cyan #mobile-nav-box li .mobile-nav-box__link.mobile-menu-on a,
.home_common_style_cyan #main .service-icon i,
.home_common_style_cyan #main .tag-box .common-index-list li:hover .product-name,
.home_common_style_cyan #main .news li .news-tit:hover,
.home_common_style_cyan #main .news li .news-btn:hover,
.home_common_style_cyan #footer a: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 #footer .sns li a:hover,
.home_common_style_cyan #mobile-nav-box li a:hover{color:#21b5b5;}
.home_common_style_cyan .top-box .top-ad,
.home_common_style_cyan #main .cate-swiper .cate-con h2:hover,
.home_common_style_cyan #main .swiper-pagination-bullet,
.home_common_style_cyan #main .news li .news-btn:hover{border-color:#21b5b5;}
.home_common_style_cyan .header-box .searc_btn,
.home_common_style_cyan .header-box #nav-box .nav>li>a:before,
.home_common_style_cyan.nav-show .header-box .mobile-nav .mobile-nav-icon:after,
.home_common_style_cyan.nav-show .header-box .mobile-nav .mobile-nav-icon:before,
.home_common_style_cyan #main .banner-prev:hover,
.home_common_style_cyan #main .banner-next:hover,
.home_common_style_cyan #main .cate-swiper .cate-con span,
.home_common_style_cyan #main .swiper-pagination-bullet-active,
.home_common_style_cyan #main .tag-box .common-index-list li .product-name:before,
.home_common_style_cyan #footer .help-center .newsletter_btn{background:#21b5b5 !important;}
.home_common_style_cyan .header-box .search-btn>.icon:hover{fill:#21b5b5;}
.home_common_style_cyan.search-show .header-box .search-btn>.icon{fill:#21b5b5;}


.home_common_style_cyan .top-box .top-ad:hover{color:#fff;border-color:#000;}
.home_common_style_cyan #main .cate-swiper .cate-con span:hover{background:#fff !important;}
.home_common_style_cyan #footer .help-center .newsletter_btn:hover{background:#000 !important;}
.home_common_style_cyan #main .service-box{background:#f5f6f7;}



/*蓝色#114b94*/
.home_common_style_blue .top-box .top-ad,
.home_common_style_blue .header-box #nav-box .nav>li.on>a,
.home_common_style_blue .header-box #nav-box .nav-sub 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.mobile-menu-on .icon,
.home_common_style_blue #mobile-nav-box li .mobile-nav-box__link.mobile-menu-on a,
.home_common_style_blue #main .service-icon i,
.home_common_style_blue #main .tag-box .common-index-list li:hover .product-name,
.home_common_style_blue #main .news li .news-tit:hover,
.home_common_style_blue #main .news li .news-btn:hover,
.home_common_style_blue #footer a: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 #footer .sns li a:hover,
.home_common_style_blue #mobile-nav-box li a:hover{color:#114b94;}
.home_common_style_blue .top-box .top-ad,
.home_common_style_blue #main .cate-swiper .cate-con h2:hover,
.home_common_style_blue #main .swiper-pagination-bullet,
.home_common_style_blue #main .news li .news-btn:hover{border-color:#114b94;}
.home_common_style_blue .header-box .searc_btn,
.home_common_style_blue .header-box #nav-box .nav>li>a:before,
.home_common_style_blue.nav-show .header-box .mobile-nav .mobile-nav-icon:after,
.home_common_style_blue.nav-show .header-box .mobile-nav .mobile-nav-icon:before,
.home_common_style_blue #main .banner-prev:hover,
.home_common_style_blue #main .banner-next:hover,
.home_common_style_blue #main .cate-swiper .cate-con span,
.home_common_style_blue #main .swiper-pagination-bullet-active,
.home_common_style_blue #main .tag-box .common-index-list li .product-name:before,
.home_common_style_blue #footer .help-center .newsletter_btn{background:#114b94 !important;}
.home_common_style_blue .header-box .search-btn>.icon:hover{fill:#114b94;}
.home_common_style_blue.search-show .header-box .search-btn>.icon{fill:#114b94;}


.home_common_style_blue .top-box .top-ad:hover{color:#fff;border-color:#000;}
.home_common_style_blue #main .cate-swiper .cate-con span:hover{background:#fff !important;}
.home_common_style_blue #footer .help-center .newsletter_btn:hover{background:#000 !important;}
.home_common_style_blue #main .service-box{background:#f5f6f7;}




/*紫色#36012d*/
.home_common_style_purple .top-box .top-ad,
.home_common_style_purple .header-box #nav-box .nav>li.on>a,
.home_common_style_purple .header-box #nav-box .nav-sub dd a: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.mobile-menu-on .icon,
.home_common_style_purple #mobile-nav-box li .mobile-nav-box__link.mobile-menu-on a,
.home_common_style_purple #main .service-icon i,
.home_common_style_purple #main .tag-box .common-index-list li:hover .product-name,
.home_common_style_purple #main .news li .news-tit:hover,
.home_common_style_purple #main .news li .news-btn:hover,
.home_common_style_purple #footer a:hover,
.home_common_style_purple #footer .quick-links dd a:hover,
.home_common_style_purple #footer .hot-tags dd a:hover,
.home_common_style_purple #footer .sns li a:hover,
.home_common_style_purple #mobile-nav-box li a:hover{color:#7407b9;}
.home_common_style_purple .top-box .top-ad,
.home_common_style_purple #main .cate-swiper .cate-con h2:hover,
.home_common_style_purple #main .swiper-pagination-bullet,
.home_common_style_purple #main .news li .news-btn:hover{border-color:#7407b9;}
.home_common_style_purple .header-box .searc_btn,
.home_common_style_purple .header-box #nav-box .nav>li>a:before,
.home_common_style_purple.nav-show .header-box .mobile-nav .mobile-nav-icon:after,
.home_common_style_purple.nav-show .header-box .mobile-nav .mobile-nav-icon:before,
.home_common_style_purple #main .banner-prev:hover,
.home_common_style_purple #main .banner-next:hover,
.home_common_style_purple #main .cate-swiper .cate-con span,
.home_common_style_purple #main .swiper-pagination-bullet-active,
.home_common_style_purple #main .tag-box .common-index-list li .product-name:before,
.home_common_style_purple #footer .help-center .newsletter_btn{background:#7407b9 !important;}
.home_common_style_purple .header-box .search-btn>.icon:hover{fill:#7407b9;}
.home_common_style_purple.search-show .header-box .search-btn>.icon{fill:#7407b9;}


.home_common_style_purple .top-box .top-ad:hover{color:#fff;border-color:#000;}
.home_common_style_purple #main .cate-swiper .cate-con span:hover{background:#fff !important;}
.home_common_style_purple #footer .help-center .newsletter_btn:hover{background:#000 !important;}
.home_common_style_purple #main .service-box{background:#f5f6f7;}

/*粉色#ea0073*/
.home_common_style_pink .top-box .top-ad,
.home_common_style_pink .header-box #nav-box .nav>li.on>a,
.home_common_style_pink .header-box #nav-box .nav-sub 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.mobile-menu-on .icon,
.home_common_style_pink #mobile-nav-box li .mobile-nav-box__link.mobile-menu-on a,
.home_common_style_pink #main .service-icon i,
.home_common_style_pink #main .tag-box .common-index-list li:hover .product-name,
.home_common_style_pink #main .news li .news-tit:hover,
.home_common_style_pink #main .news li .news-btn:hover,
.home_common_style_pink #footer a: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 #footer .sns li a:hover,
.home_common_style_pink #mobile-nav-box li a:hover{color:#ea0073;}
.home_common_style_pink .top-box .top-ad,
.home_common_style_pink #main .cate-swiper .cate-con h2:hover,
.home_common_style_pink #main .swiper-pagination-bullet,
.home_common_style_pink #main .news li .news-btn:hover{border-color:#ea0073;}
.home_common_style_pink .header-box .searc_btn,
.home_common_style_pink .header-box #nav-box .nav>li>a:before,
.home_common_style_pink.nav-show .header-box .mobile-nav .mobile-nav-icon:after,
.home_common_style_pink.nav-show .header-box .mobile-nav .mobile-nav-icon:before,
.home_common_style_pink #main .banner-prev:hover,
.home_common_style_pink #main .banner-next:hover,
.home_common_style_pink #main .cate-swiper .cate-con span,
.home_common_style_pink #main .swiper-pagination-bullet-active,
.home_common_style_pink #main .tag-box .common-index-list li .product-name:before,
.home_common_style_pink #footer .help-center .newsletter_btn{background:#ea0073 !important;}
.home_common_style_pink .header-box .search-btn>.icon:hover{fill:#ea0073;}
.home_common_style_pink.search-show .header-box .search-btn>.icon{fill:#ea0073;}


.home_common_style_pink .top-box .top-ad:hover{color:#fff;border-color:#000;}
.home_common_style_pink #main .cate-swiper .cate-con span:hover{background:#fff !important;}
.home_common_style_pink #footer .help-center .newsletter_btn:hover{background:#000 !important;}
.home_common_style_pink #main .service-box{background:#f5f6f7;}
/*黑色#666*/
.home_common_style_black .top-box .top-ad,
.home_common_style_black .header-box #nav-box .nav>li.on>a,
.home_common_style_black .header-box #nav-box .nav-sub 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.mobile-menu-on .icon,
.home_common_style_black #mobile-nav-box li .mobile-nav-box__link.mobile-menu-on a,
.home_common_style_black #main .service-icon i,
.home_common_style_black #main .tag-box .common-index-list li:hover .product-name,
.home_common_style_black #main .news li .news-tit:hover,
.home_common_style_black #main .news li .news-btn:hover,
.home_common_style_black #footer a: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 #footer .sns li a:hover,
.home_common_style_black #mobile-nav-box li a:hover{color:#333;}
.home_common_style_black .top-box .top-ad,
.home_common_style_black #main .cate-swiper .cate-con h2:hover,
.home_common_style_black #main .swiper-pagination-bullet,
.home_common_style_black #main .news li .news-btn:hover{border-color:#333;}
.home_common_style_black .header-box .searc_btn,
.home_common_style_black .header-box #nav-box .nav>li>a:before,
.home_common_style_black.nav-show .header-box .mobile-nav .mobile-nav-icon:after,
.home_common_style_black.nav-show .header-box .mobile-nav .mobile-nav-icon:before,
.home_common_style_black #main .banner-prev:hover,
.home_common_style_black #main .banner-next:hover,
.home_common_style_black #main .cate-swiper .cate-con span,
.home_common_style_black #main .swiper-pagination-bullet-active,
.home_common_style_black #main .tag-box .common-index-list li .product-name:before,
.home_common_style_black #footer .help-center .newsletter_btn{background:#333 !important;}
.home_common_style_black .header-box .search-btn>.icon:hover{fill:#333;}
.home_common_style_black.search-show .header-box .search-btn>.icon{fill:#333;}


.home_common_style_black .top-box .top-ad:hover{color:#fff;border-color:#000;}
.home_common_style_black #main .cate-swiper .cate-con span:hover{background:#fff !important;}
.home_common_style_black #footer .help-center .newsletter_btn:hover{background:#000 !important;}
.home_common_style_black #main .service-box{background:#f5f6f7;}


@media screen and (max-width:1366px){
	.wrapper{width:100%;box-sizing:border-box;padding:0 50px;}


	}
@media screen and (max-width:1200px){
	.top-box{display:none;}
	.header-box .logo{width:50%;display:inline-block;}

	.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;}

	.posFixed .header-box{box-shadow:0 2px 5px 0 rgba(0,0,0,0.1);position:fixed;top:0;left:0;z-index:99;animation:500ms ease-in-out 0s normal none 1 running fadeInDown;}

	.posFixed #body-box{padding-top:60px;}
	


	#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;}
	#main .tag-box .common-index-list li{width:33.33%;}
	#footer .help-center dt{font-size:20px;}

	#main .ibanner{height:calc(90vh - 60px);}
	#main .service-icon{width:100%;}
	#main .service-icon i{margin:0;}
	#main .service-info{width:100%;}
	#main .service-box ul{text-align:center;}
	#main .index-tit{font-size:35px;}
	#main .home-ad2 .index-tit{margin-bottom:15px;}
	
	

	

	}

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



	
	#main .service-box li{width:50%;}


	}
@media screen and (max-width:992px){
  	#product-detail .bigimgbox:before{z-index:9;}
	#footer .help-center{display:block;}
	#footer .help-center:after{display:block;content:'';width:100%;height:1px;clear:both;}
	#footer .help-center dl.contact-us{width:50%;}
	#footer .help-center dl{width:25%;padding-right:30px;}
	#footer .help-center dl:nth-child(3){padding-right:0;}
	#footer .help-center dl.subscribe{width:100%;margin-top:20px;padding-right:0;}
	#footer .help-center .newsletter_btn{vertical-align:top;margin-top:0;}
	#footer .help-center dl{margin-bottom:10px;}
	#footer .help-center .newsletter_txt{width:300px;margin-right:10px;}
	#footer .help-center .subscribe form{font-size:0;}
	
	#main .ibanner .text{padding:0 40px;}
	#main .ibanner .text h3{font-size:35px;line-height:42px;}
	#main .ibanner .text .banner-detail{font-size:12px;line-height:18px;}
	#main .ibanner .text .banner-btn{font-size:12px;line-height:12px;}
	#main .tag-box .common-index-list li{width:50%;}
	#main .cate-swiper li a{height:420px;}
	#main .home-ad2 .ad-con{width:100%;padding:60px;}
	#main .home-ad2 .ad-pic{width:100%;padding:0;}
	#main .home-ad2:before{display:none;}




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

	
	#footer .copyright{float:none;height:auto;}
	#footer .foot{padding:10px 0;}
	#footer .help-center{padding:40px 0;}
	#footer .help-center dd{font-size:15px;}
	#main .cate-swiper li a{height:300px;}
	#main .cate-swiper .cate-con{left:15px;right:15px;bottom:20px;}
	#main .cate-swiper .cate-con h2{font-size:24px;margin-bottom:10px;}
	#main .cate-swiper .cate-con span{padding:10px 22px;}
	
	#main .index-tit{font-size:30px;}
	

	


	
	


	}
@media screen and (max-width:767px){
	.wrapper{padding:0 20px;}
	.header-box .mobile_nav{padding: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 .help-center dl.subscribe{padding-right:0;margin-top:0;}
	#footer .help-center .newsletter_btn{display:block;margin-top:20px;padding:11px 30px;}
	#footer .help-center .newsletter_txt{}
	#footer .quick-links dt, #footer .hot-tags dt{padding-left:0;}
	
	#footer .help-center dt .help-icon{height:25px;line-height:25px;color:#06163A;}
	#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;}

	#main .ibanner .text{background:rgba(6, 22, 58,0.6);right:0;width:100%;text-align:center;}
	#main .banner-prev, #main .banner-next{display:none;}
	#main .ibanner .swiper-pagination{display:inline-block;}
	
	#main .service-box ul li{width:100%;    max-width: 300px;
    margin: 0 auto 30px;
    display: block;}
	#main .service-icon{width:auto;}
	#main .service-icon i{margin:0 30px 0 0;}
	#main .service-info{width:calc(100% - 90px);}
	#main .service-box ul{text-align:left;}
	#main .index-tit{font-size:25px;}



	}
@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%;}
	

	.header-box .search-box{right:-30px;}
	.header-box .search-box:before{right:54px;}

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



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