@charset "utf-8";
a{
	color:#02124d;
	transition:all 0.3s;
}
input{-webkit-appearance:none;  -moz-appearance: none;}
.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;}
/*多次点击出现蓝色*/
button{-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);}
.header-box .head{ position:fixed; left:0; width:100%;}
.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; position:relative;}
	
.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; vertical-align:top;}
.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{ min-height:65px; min-width:500px;}
.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);}


#main{}
#header .wrapper,
#main .wrapper{
	width:100%;
	max-width:1200px;
}
#main .banner{
	height:700px;
	position:relative;
}
#main .button-prev,
#main .button-next{
	position:absolute;
	top:50%;
	width:32px;
	height:32px;
	line-height:32px;
	text-align:center;
	border:2px solid #fff;
	border-radius:50%;
	padding:3px 0 0;
	box-sizing:border-box;
	cursor:pointer;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	z-index:9;
	outline:none;
}

#main .button-prev svg,
#main .button-next svg{
	width:100%;
	height:20px;
	fill:#fff;
}
#main .button-next:hover,#main .button-prev:hover{border-color:#00b1f5 !important;}
#main .button-next:hover svg,#main .button-prev:hover svg{fill:#00b1f5 !important;}
#main .button-prev{
	left:15px;
}
#main .button-next{
	right:15px;
}
#main .banner .banner-img{
	width:100%;
	height:100%;
}
#main .banner .banner-img:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    content: '';
    z-index: 2;
}
#main .banner .banner-cont{
	position:absolute;
	top:50%;
	left:50%;
	width:1200px;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	box-sizing:border-box;
	padding:20px 0 20px 30px;
	border-left:1px solid #00b1f5;
	color:#fff;
	z-index:9;
	word-wrap:break-word;
}
#main .banner .banner-title{
	font-size:64px;
	margin:0 0 15px;
	text-transform:uppercase;
}
#main .banner .banner-detail{
	font-size:20px;
	margin:0 0 30px;
}
#main .banner .banenr-link{
	height:auto;
	font-weight:bold;
	color:#fff;
	font-size:16px;
	display:inline-block;
	border-bottom:1px solid #fff;
}

#main .aboutus-box{
	margin:50px auto;
	font-size:0;
}
#main .aboutus-img{
	width:50%;
	display:inline-block;
	vertical-align:middle;
}
#main .aboutus-img img{
	max-width:100%;
}
#main .aboutus-con{
	display:inline-block;
	width:50%;
	vertical-align:middle;
	font-size:14px;
	padding:0 0 0 30px;
	box-sizing:border-box;
}
#main .aboutus-title{
	font-size: 24px;
    color: #02124d;
	font-weight:normal;
	margin:0 0 20px;
}
#main .aboutus-detail{
	color: #02124d;
	line-height:30px;
}
#main .aboutus-btn{
	display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 2px;
    background: #08237e;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
	margin:15px 0 0;
}
#main .aboutus-btn:hover{
	background:#05164e;
}

#main .product-box{
	padding:50px 0;
	background:#f8f8f8;
	position:relative;
}
#main .product-box .button-prev{left:-16px;}
#main .product-box .button-next{right:-16px;}
#main .product-box .button-next,#main .product-box .button-prev{border-color:rgba(0,0,0,0.3);outline:none;}
#main .product-box .button-next svg,#main .product-box .button-prev svg{fill:rgba(0,0,0,0.3);}
#main .product-box .button-next,#main .product-box .button-prev{display:none;}
#main .product-title{
	text-align:center;
	margin-bottom:30px;
}
#main .product-item{position:relative;}
#main .product-title a{
	color:#02124d;
	font-size:30px;
	font-weight:bold;
}
#main .product-container{
	height:auto;
	padding-bottom:50px;
	margin-bottom:50px;
}
#main .swiper-pagination-bullet{width:11px;height:11px;}
#main .product-box ul li{
	text-align:center;
}
#main .product-box ul li.none{
	margin:0;
}
#main .product-box ul li.other{
	margin:0;
	width:100%;
}
#main .product-box .product-con{}
#main .product-box .product-pic{
	display:block;
	background:#fff;
}
#main .product-box .product-pic img{
	max-width:100%;
	max-height:100%;
}
#main .product-box .product-name{
	color:#02124d;
	font-size:16px;
	font-weight:bold;
	margin:10px 0;
	display:block;
	max-height:48px;
	line-height:24px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align:center;
}
#main .product-box .product-name:hover{
	color:#00b1f5;
}

#main .service-box{
	background:#fff;
}

#main .service-box li{
	width:calc(25% - 30px);
	float:left;
	margin:0 15px 20px;
	background:#08237e;
	box-sizing:border-box;
	padding:50px 30px;
}
#main .service-box li:nth-child(4n){
	/*margin-right:0;
	text-align:center;*/
}
#main .service-icon{}
#main .service-icon i{
	text-align:center;
	color:#00b1f5;
}
#main .service-list__con h4{
	text-align:center;
	font-size:16px;
}
#main .service-list__con p{
	text-align:center;
	height:80px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical;
}



#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:0 0 70px;background-size:cover;background-position:center;background-repeat:no-repeat;}
#footer .help-center .footer_nav{
	width:40%;
	float:left;
	min-height:50px;
}
#footer .help-center .footer_nav dl{
	width:50%;
}
#footer .help-center .bg{ width:100%; height:60px;}
#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;min-width:200px;min-height:24px;}
#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;min-width:200px;min-height:24px;}


#body-box{ margin-top:155px;}
.other_page .header-box .head{ background: rgba(53,54,55,0.5);}
.block_items_imagetext_1 .imagetext_content_wapper .block_title{font-size: 40px; line-height: 60px; font-weight: 700;}
.block_items_imagetext_1 .block_detail{ font-size: 20px; color: #929aa3; line-height: 32px; margin-bottom: 40px;}


/*橙色 #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,
.home_common_style_orange #footer .help-center dt:after{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){
	
	.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{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;}

	}

@media screen and (max-width:1024px){
	.top-box {display:none;}
	.header-box .header-nav .nav-box{display:none;}
	.header-box .mobile-nav{display:inline-block;}

	}
@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;}
	#footer .help-center .footer_nav{width:50%;}
}
	
@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){
	#footer .help-center .footer_nav{width:100%}
	.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){
	
	
	}


























