/*2717*/
@charset "utf-8";
html, body{font-family:'Open Sans', sans-serif;}
body{font-size: 16px; font-weight: 400; color: #505050;}
a{color:#242424; -webkit-transition: all 0.2s linear; transition: all 0.2s linear;}
a:hover{color:#009ff0;}
h1, h2, h3, h4, h5, h6{ font-weight: 600; 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;}
/*多次点击出现蓝色*/
body{-moz-user-select: none; 
-webkit-user-select: none; 
-ms-user-select: none;
 user-select: none;}
 
 
.language{}
.language-box{padding:0 0 0 10px;}
.language-con{height:70px;line-height:70px;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{height:36px;line-height:36px;background:#322fa4;color:#fff;position:relative;z-index:8;}
.top-box .top-lf{width:50%;float:left;}
.top-box .top-lf a{color:inherit;padding-left:35px;font-size:13px;}
.top-box .top-lf .icon{fill:#808080;width:15px;height:15px;margin-right:5px;vertical-align:middle;}
.top-box .top-lf a:hover{color:#fff;}
.top-box .top-lf a:hover .icon{fill:#fff;}
.top-box .top-rt{width:50%;float:right;text-align:right;}
.top-box .top-rt .sns{ float:right;}
.top-box .top-rt .sns li{display:inline-block;float:left;margin-right:10px;}
.top-box .top-rt .sns a{display:inline-block;color:inherit;}
.top-box .top-rt .sns a:hover{color:#DE4E43;}


.header-box{ z-index: 9; transition:all .3s ease-out;position:relative;width:100%;background:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.1);}
.posFixed .header-box{position:fixed;top:0;left:0;right:0;}
.posFixed #main{padding-top:60px;}
.header-box .header{height:70px;line-height:50px;position:relative;}
.header-box .header-mid{position:relative;display: flex; flex-wrap: wrap; width:100%;align-items: center;}
.header-box .logo{display: flex; align-items: center;width:15%;height:100%;padding-right:15px;box-sizing:border-box;}
.header-box .logo a{display:block;}
.header-box .logo img{max-height:60px;max-width:100%;display:inline-block;vertical-align:middle;}
.header-box .header-rt{width:85%;padding-left:15px;box-sizing:border-box;text-align:right;}
.header-box .header-r{display:inline-block;float:right;}
.header-box .search-btn{display:inline-block;vertical-align:middle;position:relative;cursor:pointer;padding-left:15px; line-height:70px;}
.header-box .search-btn .icon{fill:#2d3035;width:22px;height:22px;vertical-align:middle;}
.header-box .search-btn .icon.search-close{display:none;}
.header-box .search-box{position:absolute;right:-20px;top:98px;border:0;visibility:hidden;opacity:0;background:#434343;padding:7px;line-height:normal;display:none;}
.header-box .search-txt{border:none;line-height: 40px; width: 300px;padding-right:40px;padding-left:10px;}
.header-box .searc_btn{position:absolute;right:0;top:0px;height:40px;width:40px;border:none;background:#322fa4;cursor:pointer;-webkit-transition: all 700ms; transition: all 700ms;}
.header-box .searc_btn:hover{box-shadow:inset 40px 0 0 rgba(255,255,255,0.2);}
.header-box .searc_btn .icon{fill:#fff;-webkit-transition: all 700ms; transition: all 700ms;}


body.search-show .header-box .search-box{top:100%;opacity:1;visibility:visible;display:block;}
body.search-show .header-box .search-btn>.icon{fill:#322fa4;display:none;}
body.search-show .header-box .search-btn>.icon.search-close{display:inline-block;}
.header-box .search-box form{position:relative;}



.header-box .header-nav{display:inline-block;vertical-align:middle;text-align:left;float:right;}
.header-box #nav-box .nav>li{position:relative;z-index:999;float:left;}
.header-box #nav-box .nav>li>a{padding:24px 18px 24px 18px; line-height:22px; display:block;font-size:14px;color:#2d3035;transition:all 0.3s ease-in-out;text-transform:uppercase; font-weight:600; position:relative;}
.header-box #nav-box .nav>li>a:after{ position: absolute; top: 100%; left: 0; width: 100%; height: 4px; background: #322fa4; content: ''; opacity: 0; -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; -moz-transition: opacity 0.3s, -moz-transform 0.3s; transition: opacity 0.3s, transform 0.3s; -webkit-transform: translateY(10px); -moz-transform: translateY(10px); transform: translateY(10px);}
.header-box #nav-box .nav>li.home>a:after,.header-box #nav-box .nav>li.on>a:after{opacity: 1; -webkit-transform: translateY(-4px); -moz-transform: translateY(-4px); transform: translateY(-4px);}
.header-box #nav-box .nav>li.home>a,.header-box #nav-box .nav>li.on>a{color:#322fa4;}
.header-box #nav-box .nav-sub{display:none;position:absolute;left:0;top:100%;background:#fff;box-shadow:0 1px 4px rgba(0, 0, 0, 0.2);min-width:180px; padding:10px 0;}
.header-box #nav-box .nav-sub dd a{padding:10px 15px;font-size:13px;line-height:16px;display:block;color:#2d3035;font-weight:600; border-left:3px solid #fff;}

.header-box #nav-box .nav>li.on .nav-sub{display:block;}
.header-box #nav-box .nav-sub dd a:hover{color:#322fa4; border-left:3px solid #322fa4; background:rgba(39,50,114,0.05);}
.header-box .mobile-nav{display:none;line-height:normal;}
.header-box .mobile-nav .mobile-nav-icon{height:32px;width:42px;position:relative;cursor:pointer;background:none;margin-top:18px;border:1px solid transparent;border-radius:4px;}
.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:10px;top:9px;width:22px;height:2px;background:#2d3035;content:'';transition:all 0.3s;border-radius:1px;}
.header-box .mobile-nav .mobile-nav-icon span{top:16px;}
.header-box .mobile-nav .mobile-nav-icon:after{top:23px;}

.header-box .mobile_nav{overflow-y: auto;background:#fff;position:fixed;top:0;left:-280px;bottom:0;width:60px;z-index:99;box-sizing:border-box;line-height:22px;transition:all 0.8s;padding-bottom:50px;}
.mobile-logo{padding:15px;height:25px;display:flex;align-items:center;justify-content: center;}
.mobile-logo img{display:block;max-width:100%;max-height:40px;margin:0 auto;}

#mobile-nav-box li{}
#mobile-nav-box li .mobile-nav-box__link{position:relative;}
#mobile-nav-box li .icon{position:absolute;right:0;top:2px;width:12px;text-align:center;height:12px;line-height:12px;padding:14px;fill:#fff;background:rgba(0, 0, 0, 0.2);transform:rotate(-90deg);}
#mobile-nav-box li a{padding:10px 15px;display:block;font-size:15px;color:#2d3035;font-weight:600;border-top:1px solid #E9E9E9;line-height:22px;}
#mobile-nav-box li.home a{color:#322fa4;}
#mobile-nav-box .mobile-nav-sub{background:#f6f6f6;padding:10px 0;display:none;}
#mobile-nav-box .mobile-nav-sub a{font-size:15px;padding:8px 20px;transition:all 0.3s ease-in-out;border-top:0;}
#mobile-nav-box a:hover,#mobile-nav-box .mobile-menu-on>a{color:#322fa4;background:#f0f0f0;}
/*body.nav-show{position:fixed;top:0;left:0;right:0;z-index:0;}*/
body.nav-show .topcategoriesbg {opacity: 0.5;visibility: visible;}
.topcategoriesbg {background: #666;width: 100%;height: 100%;position: fixed;left: 0; top: 0;opacity: 0;visibility: hidden;z-index: 7;}
body.nav-show .header-box .mobile_nav{width:280px;left:0;}
body.nav-show .header-box .mobile-nav .mobile-nav-icon{}
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:#322fa4;}
body.nav-show .header-box .mobile-nav .mobile-nav-icon:after{top:16px;transform:rotate(-45deg);background:#322fa4;}

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


#main{margin-top:0 !important;}
#main .button-prev,
#main .button-next{position:absolute;top:50%;width:52px;text-align:center;padding:16px 0;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;background:#222;}
#main .button-prev .icon,
#main .button-next .icon{width:100%;height:20px;fill:#fff;}
#main .button-next:hover,#main .button-prev:hover{background:#322fa4;}
#main .button-prev{left:0;}
#main .button-next{right:0;}
#main .effect{background:#009ff0;height:2px;width:50px;margin-top:20px;margin-bottom:25px;}


#main .banner-box{position:relative;overflow:hidden;}
#main .banner-box .button-prev,
#main .banner-box .button-next{display:none;background:none;}
#main .banner-box:hover .button-prev,
#main .banner-box:hover .button-next{display:block;}
#main .banner-box .button-prev:hover,
#main .banner-box .button-next:hover{background:none !important;}
#main .banner-box .button-prev .icon{transform:rotate(180deg);}
#main .banner-box .button-prev {left:10%;}
#main .banner-box .button-next{right:10%;}
#main .banner-box .button-prev .icon,
#main .banner-box .button-next .icon{width:40px;height:auto;}
#main .ibanner{position:relative;}
#main .ibanner .li{position:relative;height:600px;background-size:cover;background-position:center;background-repeat:no-repeat;display:block;}
#main .ibanner .text{position:absolute;top:50%;left:50%;width:1200px;transform:translate(-50%,-50%);text-align:center;display:none;}
#main .ibanner .text h3{ color: #fff; font-size: 65px;line-height:65px; font-weight: 600; text-transform: uppercase;margin-bottom:40px; animation-delay: 500ms;}
#main .ibanner .text .banner-detail{ color: #fff; text-transform:uppercase; font-size: 16px; line-height:35px; padding: 0;margin-bottom:40px; animation-delay: 1000ms;}
#main .ibanner .text .banner-btn{font-size:13px;font-weight:100;text-transform:uppercase;cursor:pointer;display:inline-block;padding:0 30px;color:#fff;background:#322fa4;border-radius:3px;line-height:45px;animation-delay: 1500ms; position:relative; overflow:hidden;}
#main .ibanner .text .banner-btn:after,
#main .news li .more a:after,
#footer .help-center .newsletter_btn:after{ width: 100%; height: 0; top: 50%; left: 50%; background:rgba(255,255,255,0);content: ""; position: absolute; z-index: 1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg);}
#main .ibanner .text .banner-btn:hover:after,
#main .news li .more a:hover:after{height: 260%;background:rgba(255,255,255,0.2);}
#footer .help-center .newsletter_btn:hover:after{height: 260%;background:rgba(0,0,0,0.1);}
#main .ibanner .text .banner-btn .icon{    fill: #009ff0; background: #fff; border-radius: 50%; width: 11px; height: 11px; vertical-align: middle; margin-left: 5px;transition:all 0.3s easa-in-out;}
#main .ibanner .text .banner-btn:hover .icon{background:#009ff0;fill:#fff !important;}

#main .progressbg{position:absolute;top:0;left:0;height:4px;width:100%;z-index:1;overflow:hidden;}
#main .progressbar{height:100%;width:0;background:#fff;}


#main .box1{padding:80px 0 0; background-image:url(../images/bg6-2.jpg); background-position:center; background-size:cover; background-repeat:no-repeat;}

#main .service-box{background:none !important; padding:0;}
#main .service-box ul{}
#main .service-box li{width:calc(33.33% - 30px);margin:0 15px 30px; padding:0;}
#main .service-box li .center{padding:50px 30px;box-shadow: 0px 10px 40px 0 rgba(0,0,0,0.10); border-bottom: 4px solid #322fa4; text-align:center; background:#fff; transition:transition: all 0.5s; -webkit-transition: all 0.5s;}
#main .service-icon i{color:#fff; background:#322fa4;transition:all 0.3s ease-out;width:80px;height:80px;line-height:80px;font-size:35px;border-radius:50%;transition:all 0.3s ease-out;text-align:center; display:inline-block;}
#main .service-list__con h4{font-size:20px;color:#222;text-transform:uppercase;line-height:1.1;margin:0 0 10px;}
#main .service-list__con p{color:#656565;font-size:14px;line-height:24px;}

#main .service-box li .center:hover{transform: translateY(-10px); -webkit-transform: translateY(-10px);}
#main .service-box li:hover .service-icon i{box-shadow:0 0 0px 15px #f2efff;}

#main .home-ad1{position:relative;font-size: 0; margin:0 -15px; padding:50px 0;}
#main .home-ad1 img{display:block;width:100%;}
#main .home-ad1 .ad{ width:33.3333%; padding:15px; display:inline-block; font-size:12px; box-sizing:border-box;}
#main .home-ad1 .ad .item{ box-shadow:0 10px 20px -5px rgba(2,0,83,0.2);}
#main .home-ad1 .ad .img{ position:relative; overflow:hidden;}
#main .home-ad1 .ad .img:before,
#main .home-ad1 .ad .img:after { content: ''; opacity: 0.3; position: absolute; bottom: 0; left: 0; right: 0; top: 0; -webkit-transition: all 0.45s ease; transition: all 0.45s ease; z-index: 1;}
#main .home-ad1 .ad .img:before { -webkit-transform: skew(40deg) translateX(-75%); transform: skew(40deg) translateX(-75%);}
#main .home-ad1 .ad .img::after { -webkit-transform: skew(-40deg) translateX(-75%); transform: skew(-40deg) translateX(-75%);}
#main .home-ad1 .ad .img a{ display:block; position:relative;}
#main .home-ad1 .ad .img a .link{ position:absolute; left:50%; top:50%; -webkit-transform:translate(-50% , -50%) scale(0); transform:translate(-50% , -50%) scale(0); display:block; width:60px; height:60px; padding:15px; box-sizing:border-box; z-index:10;-webkit-transition: all 0.2s linear; transition: all 0.2s linear;}
#main .home-ad1 .ad .img a .link svg{ fill:#fff;}
#main .home-ad1 .ad .img a:before,
#main .home-ad1 .ad .img a:after { content: ''; opacity: 0.6; position: absolute; bottom: 0; left: 0; right: 0; top: 0; z-index: 1; -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7); box-shadow: 0 0 20px rgba(0, 0, 0, 0.7); transition: all 0.4s;}
#main .home-ad1 .ad .img a:before{ -webkit-transform: skew(40deg) translateX(-90%); transform: skew(40deg) translateX(-90%);}
#main .home-ad1 .ad .img a:after { -webkit-transform: skew(-40deg) translateX(-90%); transform: skew(-40deg) translateX(-90%);}
#main .home-ad1 .ad .img:before,
#main .home-ad1 .ad .img:after,
#main .home-ad1 .ad .img a:before,
#main .home-ad1 .ad .img a:after{ opacity: 0; filter: alpha(opacity=0); visibility: hidden;}
#main .home-ad1 .item .ad-txt{ padding:30px; background:#fff;}
#main .home-ad1 .item .ad-txt h5{ margin-bottom:15px;}
#main .home-ad1 .item .ad-txt h5 a{ color: #322fa4; font-size: 22px; line-height: 28px; font-weight:600;}

#main .home-ad1 .ad .item:hover a .link{ -webkit-transform:translate(-50% , -50%) scale(1); transform:translate(-50% , -50%) scale(1);}
#main .home-ad1 .ad .item:hover .img:before,
#main .home-ad1 .ad .item:hover .img:after,
#main .home-ad1 .ad .item:hover .img a:before,
#main .home-ad1 .ad .item:hover .img a:after{ visibility:visible; background-color: #322fa4;}
#main .home-ad1 .ad .item:hover .img:before,
#main .home-ad1 .ad .item:hover .img:after{opacity: .3; filter: alpha(opacity=30);}
#main .home-ad1 .ad .item:hover .img a:before,
#main .home-ad1 .ad .item:hover .img a:after{opacity: .6; filter: alpha(opacity=60);}
#main .home-ad1 .ad .item:hover .img:before{ -webkit-transform: skew(20deg) translateX(-15%); transform: skew(20deg) translateX(-15%); -webkit-transition-delay: 0.05s; transition-delay: 0.05s;}
#main .home-ad1 .ad .item:hover .img:after{ -webkit-transform: skew(-20deg) translateX(-15%); transform: skew(-20deg) translateX(-15%);}
#main .home-ad1 .ad .item:hover .img a:before{ -webkit-transform: skew(20deg) translateX(-30%); transform: skew(20deg) translateX(-30%); -webkit-transition-delay: 0.15s; transition-delay: 0.15s;}
#main .home-ad1 .ad .item:hover .img a:after{ -webkit-transform: skew(-20deg) translateX(-30%); transform: skew(-20deg) translateX(-30%); -webkit-transition-delay: 0.1s; transition-delay: 0.1s;}



#main .title{ margin-bottom:50px;}
#main .index-tit{color:#fff; font-size: 32px; line-height: 45px; display:inline-block;}
#main .index-tit a{ color:#fff;}

#main .tag-bg{ background: -webkit-linear-gradient(45deg, rgba(21,38,124,1) 0%,rgba(55,49,179,1) 100%); background: linear-gradient(45deg, rgba(21,38,124,1) 0%,rgba(55,49,179,1) 100%); padding:80px 0 50px;}
#main .tag-box .tag-products{ text-align:center;}

#main .tag-box .tag-descript{ margin-left: auto; margin-right: auto; max-width: 700px; color:#fff; line-height:28px;}

#main .tag-box .common-index-list{margin-right:-10px;}
#main .tag-box .common-index-list li{width:25%; padding:0 15px; box-sizing:border-box; float:left;}
#main .tag-box .common-index-list li.other{width:100%;}
#main .tag-box .common-index-list li .product-item{position:relative; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-perspective: 1000px; perspective: 1000px; margin-bottom: 30px;}
#main .tag-box .common-index-list li .product-pic,#main .tag-box .common-index-list li .product-con{ background-size: cover; background-position: center; -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1); transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1); -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1); transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1); transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1); -webkit-backface-visibility: hidden; backface-visibility: hidden; text-align: center; min-height: 280px; height: auto; border-radius: 4px; color: #fff;}
#main .tag-box .common-index-list li .product-pic{ position:relative; -webkit-transform: rotateY(0deg); transform: rotateY(0deg); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; z-index:5;}
#main .tag-box .common-index-list li .product-pic:after { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; content: ''; display: block; opacity: .5; background: #000; -webkit-backface-visibility: hidden; backface-visibility: hidden; border-radius: 4px;}
#main .tag-box .common-index-list li img{display:block;width:100%;transition:all 0.3s ease-in-out;}
#main .tag-box .common-index-list li .product-pic .name{ position:absolute; color:#fff; z-index:5; -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94); transform: translateY(-50%) translateZ(60px) scale(0.94); top: 50%; position: absolute; left: 0; width: 100%; padding: 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; outline: 1px solid transparent; -webkit-perspective: inherit; perspective: inherit; z-index: 2;  font-size:22px;}

#main .tag-box .common-index-list li .product-con{ background: #fff; position: absolute; top: 0; left: 0; width: 100%; -webkit-transform: rotateY(180deg); transform: rotateY(180deg); -webkit-transform-style: preserve-3d; transform-style: preserve-3d;}
#main .tag-box .common-index-list li .inner{ -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94); transform: translateY(-50%) translateZ(60px) scale(0.94); top: 50%; position: absolute; left: 0; width: 100%; padding: 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; outline: 1px solid transparent;  -webkit-perspective: inherit; perspective: inherit; z-index: 2;}
#main .tag-box .common-index-list li .inner .name{ color:#322fa4; margin-bottom:15px; font-size:22px;}
#main .tag-box .common-index-list li .inner p{ font-size: 14px; color: #757575; margin-bottom: 15px;    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3; overflow: hidden;text-overflow: ellipsis;}
#main .tag-box .common-index-list li .inner a{border-bottom: 2px solid rgba(0,0,0,0); font-size: 16px; position: relative; color:#322fa4;}
#main .tag-box .common-index-list li .inner a:hover{ border-bottom-color:#322fa4;}

#main .tag-box .common-index-list li .product-item:hover .product-pic{ -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); -webkit-transform-style: preserve-3d; transform-style: preserve-3d;}
#main .tag-box .common-index-list li .product-item:hover .product-con{ -webkit-transform: rotateY(0deg); transform: rotateY(0deg); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; z-index:10;}




#main .row{ display: flex;}
#main .home-ad2{position:relative; display:block; padding:80px 0;}
#main .home-ad2 .ad-text,#main .home-ad2 .ad-video{ width:50%; padding:0 15px; box-sizing:border-box;}
#main .home-ad2 .ad-con{color:#fff;text-align:center;padding:100px 0;display:block;}
#main .home-ad2 .ad-tit{font-size:50px;margin:20px auto 30px;font-weight:100; color:#322fa4;}
#main .home-ad2 .ad-detail{font-size:18px;margin-bottom:60px;font-weight:100;}
#main .home-ad2 .ad-btn{ font-size:20px;border-radius:30px;display:inline-block;transition:all 0.3s ease-in-out;font-weight:100;color:#322fa4; font-weight:600;}


#main .home-ad2 .video-bx{ position:relative;}
#main .home-ad2 .video-bx img{ max-width:100%;}
#main .home-ad2 .video-btn{background:#fff;position:absolute; left:50%; top:50%; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%); border-radius:50%;display:inline-block;width:70px;height:70px;line-height:78px;text-align:center;}
#main .home-ad2 .video-btn:before{position:absolute;content:'';top:-10px;left:-10px;bottom:-10px;right:-10px;border-radius:50%;background:rgba(255,255,255,0.6);z-index:-1;transition:all 0.3s ease-in-out;}
#main .home-ad2 .video-btn .i{border-width:8px 0 8px 15px;border-style:solid;border-color:transparent transparent transparent #322fa4;display:inline-block;}
#main .home-ad2 .video-btn:hover:before{opacity:0;}

#video-box{display:none;position:fixed;top:0; left:0; width:100%; height:100%; z-index:10000; text-align: center;}
#video-box:before{ display: inline-block; height: 100%; vertical-align: middle;content: '';}

#video-box .icon{fill:#fff;width:100%; position:absolute;top:-30px; left:0; text-align:right;}
#video-box .icon svg{ height:25px; width:25px; display:inline-block; fill:#fff; cursor:pointer;}

#video-box .video-bg{position:absolute;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,0.6);display:none;z-index:2;}
#video-box #youtube-video{ display:inline-block; vertical-align:middle; max-width:900px; width:100%; margin:0 auto;  position:relative; z-index:3;}
#video-box #youtube-video .video{width: 100%; height: 0; overflow: hidden; padding-top: 56.25%;}
#video-box #youtube-video iframe{ position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0,0,0,.6); background: #000;}

#main .video-show .header-box{z-index:1;}
#main .video-show #video-box{display:block;}
#main .video-show .video-bg{display:block;}


#main .news{position:relative;overflow:hidden; padding:80px 0 50px;background-image:url(../images/bg8-1-980x588.jpg); background-size: cover; background-attachment: fixed; text-align:center;}
#main .news .index-tit{font-size:32px;margin-bottom:50px;text-transform:uppercase;color:#322fa4;display:inline-block;}
#main .news .index-tit a{color:#322fa4;}
#main .news .swiper-news{position:relative;overflow:hidden;}
#main .news li{box-sizing:border-box;position:relative; padding:15px 0 25px;}
#main .news li .news-item{ box-shadow:0 0 20px 0px rgba(0,0,0,0.1); background:#fff; margin-bottom: 10px;}
#main .news li .news-img{background-size:cover;background-repeat:no-repeat;background-position:center;height:250px;display:block;position:relative;}
#main .news li .text{padding:25px;text-align:left;}
#main .news li .tit{display:block;margin-bottom:10px;margin-top:15px;line-height:1.1;text-transform:uppercase;color:#322fa4;font-size:20px;font-weight:600;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;}

#main .news li .time{ border-bottom:1px solid #EBEBEB; position:relative; padding-bottom:10px; font-size:14px;}
#main .news li .time svg{ fill:#322fa4; width:18px; height:18px; margin:0 5px -5px 0}
#main .news li .time:after{ content: ""; position: absolute; bottom: -1px; width: 40px; height: 2px; background: #322fa4; left: 0;}
#main .news li .descript{font-size:14px;color:#888989;line-height:24px;margin-top:20px;margin-bottom:20px;}
#main .news li .more{ position: absolute; bottom: -60px; left: 50%; opacity: 0; transition: all 0.2s; -moz-transition: all 0.2s; -webkit-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
#main .news li  .more a{color: #fff;font-size: 14px;text-transform: uppercase;border-radius:30px;display:inline-block;padding:12px 20px; background:#322fa4; position:relative; overflow:hidden;}
#main .news li .news-item:hover .more{ bottom: 5px; opacity: 1;}


#main .button-prev.swiper-button-disabled, #main .button-next.swiper-button-disabled{background:#666;}
#main .button-prev.swiper-button-disabled:hover, #main .button-next.swiper-button-disabled:hover{ background:#322fa4;}



#footer{background:url(../images/footer-1-bg.jpg) repeat;font-size:14px;padding-top:0; position:relative; color:#fff;}
#footer:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.85; background: #322fa4;}

#footer .help-center{padding:80px 0 20px; position:relative; z-index:1; font-size:14px;}
#footer .help-center dt{margin-bottom:25px;font-size:22px; text-transform:uppercase; font-weight:bold;}

#footer .help-center .subscribe{padding:0;}
/*#footer .help-center .input-group{ position: relative; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap;  flex-wrap: wrap; -ms-flex-align: stretch; align-items: stretch;}*/
#footer .help-center .newsletter_txt{background:none;color:#fff;border:2px solid rgba(255,255,255,0.5); transition:all 300ms linear 0ms;border-radius:5px; width:100%; max-width:300px;vertical-align:top;box-sizing:border-box;padding:5px;margin-bottom:15px;}
#footer .help-center .newsletter_btn{background:#fff;border-radius:5px;color:#999; transition:all 300ms linear 0ms;margin:0;padding:10px 20px;text-transform:uppercase; text-align:center;line-height:26px;font-family:'Open Sans', sans-serif;}
#footer .help-center .newsletter_txt::-webkit-input-placeholder{color:#fff;}
#footer .help-center .newsletter_txt:-moz-placeholder{color:#fff;}
#footer .help-center .newsletter_txt:-mz-input-placeholder{color:#fff;}
#footer .help-center .newsletter_txt::-moz-placeholder{color:#fff;}

#footer .help-center dd{margin-bottom:15px;color:#fff;font-size:14px;}
#footer .help-center dd a{ color:#fff;transition:all 0.3s ease-in-out;}
#footer .help-center dd a:hover{opacity:0.8;padding-left:2px;text-decoration:none;}


#footer .help-center .contact-us{width:30%;}
#footer .help-center .contact-us dd{line-height:24px;}
#footer .help-center .contact-us dd p{ position:relative; padding-left:40px; margin-bottom:10px; color:#fff;}
#footer .help-center .contact-us dd p i{ position:absolute; left:0; top:0;}
#footer .help-center .contact-us dd p svg{ fill:#fff; margin:0 0 -10px;}
#footer .help-center .contact-us dd b{ display:block; font-size:16px;}

#footer .sns{margin:0;}
#footer .sns li{width:30px;height:30px;margin:0 10px 5px 0;}
#footer .sns li a{line-height:30px;color:#919191;border:0;border-radius:3px;display:block;transition:all 0.3s ease-in-out;background:#fff; font-size:16px;}
#footer .sns li a:hover{background:#fff;color:#322fa4;}

#footer .foot{padding:25px 0; border-top:1px solid rgba(255,255,255,0.5); position:relative; z-index:1;}

#footer .copyright{border-top:0;height:30px;line-height:30px;text-align:center;text-transform:uppercase;margin-top:0;color:#fff;float:left;}
#footer .quick-links{ float:right;}
#footer .quick-links li{ display:inline-block; padding:0 10px 0 3px; line-height:30px;}
#footer .quick-links li a{ color:#fff;transition:all 0.3s;}
#footer .quick-links li a:hover{opacity:0.8;}
/*内页*/
#product-detail .relevant-list li img{display:block;width:100%;}
#product-detail .relevant-list li .thumb-act{display:none;}
#product-detail .relevant-list li.other{display:none;}
#product-detail .relevant-list li .cate-name{display:none;}

/*橙色 #ff9832*/
.home_common_style_orange #main .home-ad3 .ad-btn:hover{color:#fff;}
.home_common_style_orange .top-box .top-lf .sns a:hover,
.home_common_style_orange .header-box #nav-box .nav>li.on>a,
.home_common_style_orange #main .ibanner .text .banner-btn:hover,
.home_common_style_orange #main .home-ad3 .ad-btn{color:#fff;}
.home_common_style_orange #main .news li .time svg,
.home_common_style_orange #main .ibanner .text .banner-btn .icon{fill:#cb7f35;}
.home_common_style_orange .top-box,
.home_common_style_orange .header-box #nav-box .nav>li>a:after,
.home_common_style_orange .header-box .searc_btn:hover,
.home_common_style_orange #main .service-icon i,
.home_common_style_orange #main .home-ad1 .ad .item:hover .img:before,
.home_common_style_orange #main .home-ad1 .ad .item:hover .img:after,
.home_common_style_orange #main .home-ad1 .ad .item:hover .img a:before,
.home_common_style_orange #main .home-ad1 .ad .item:hover .img a:after,
.home_common_style_orange #main .ibanner .text .banner-btn,
.home_common_style_orange #main .button-next:hover,
.home_common_style_orange #main .button-prev:hover,
.home_common_style_orange #main .ibanner .text .banner-btn:hover .icon,
.home_common_style_orange #main .news li .time:after,
.home_common_style_orange #main .news li  .more a,
.home_common_style_orange #footer:after{background:#cb7f35;}
.home_common_style_orange #main .service-box li .center,
.home_common_style_orange #main .service-box li:hover .service-icon i,
.home_common_style_orange #main .home-ad2 .ad-btn:hover,
.home_common_style_orange #main .home-ad3 .ad-btn,

.home_common_style_orange .header-box #nav-box .nav-sub dd a:hover{border-color:#cb7f35;}

.home_common_style_orange #main .tag-bg{ background:-webkit-linear-gradient(45deg, rgba(180,105,35,1) 0%,rgba(203,127,53,1) 100%); background:linear-gradient(45deg, rgba(180,105,35,1) 0%,rgba(203,127,53,1) 100%)}

.home_common_style_orange .header-box #nav-box .nav>li.home>a,
.home_common_style_orange .header-box #nav-box .nav>li.on>a,
.home_common_style_orange #main .home-ad1 .item .ad-txt h5 a,
.home_common_style_orange #main .tag-box .common-index-list li .inner .name,
.home_common_style_orange #main .tag-box .common-index-list li .inner a,
.home_common_style_orange #main .home-ad2 .ad-tit,
.home_common_style_orange #main .home-ad2 .ad-btn,
.home_common_style_orange #main .news .index-tit a,
.home_common_style_orange #main .news li .tit,
.home_common_style_orange #footer .sns li a:hover,
.home_common_style_orange .header-box #nav-box .nav-sub dd a:hover{color:#cb7f35;}


body.search-show .home_common_style_orange .header-box .search-btn>.icon{fill:#cb7f35;}
.home_common_style_orange .header-box .searc_btn,
body.nav-show .home_common_style_orange .header-box .mobile-nav .mobile-nav-icon:before,
body.nav-show .home_common_style_orange .header-box .mobile-nav .mobile-nav-icon:after{background:#cb7f35;}
.home_common_style_orange #mobile-nav-box li.home a,
.home_common_style_orange #mobile-nav-box a:hover,
.home_common_style_orange #mobile-nav-box .mobile-menu-on>a{color:#cb7f35;}
.home_common_style_orange #footer .help-center .newsletter_btn{background:#fff !important;}
.home_common_style_orange #main .home-ad2 .video-btn .i{border-color:transparent transparent transparent #cb7f35;}

/*红色#ba2836*/

.home_common_style_red #main .home-ad3 .ad-btn:hover{color:#fff;}
.home_common_style_red .top-box .top-lf .sns a:hover,
.home_common_style_red .header-box #nav-box .nav>li.on>a,
.home_common_style_red #main .ibanner .text .banner-btn:hover,
.home_common_style_red #main .home-ad3 .ad-btn{color:#fff;}
.home_common_style_red #main .news li .time svg,
.home_common_style_red #main .ibanner .text .banner-btn .icon{fill:#ba2836;}
.home_common_style_red .top-box,
.home_common_style_red .header-box #nav-box .nav>li>a:after,
.home_common_style_red .header-box .searc_btn:hover,
.home_common_style_red #main .service-icon i,
.home_common_style_red #main .home-ad1 .ad .item:hover .img:before,
.home_common_style_red #main .home-ad1 .ad .item:hover .img:after,
.home_common_style_red #main .home-ad1 .ad .item:hover .img a:before,
.home_common_style_red #main .home-ad1 .ad .item:hover .img a:after,
.home_common_style_red #main .ibanner .text .banner-btn,
.home_common_style_red #main .button-next:hover,
.home_common_style_red #main .button-prev:hover,
.home_common_style_red #main .ibanner .text .banner-btn:hover .icon,
.home_common_style_red #main .news li .time:after,
.home_common_style_red #main .news li  .more a,
.home_common_style_red #footer:after{background:#ba2836;}
.home_common_style_red #main .service-box li .center,
.home_common_style_red #main .service-box li:hover .service-icon i,
.home_common_style_red #main .home-ad2 .ad-btn:hover,
.home_common_style_red #main .home-ad3 .ad-btn,
.home_common_style_red #main .home-ad2 .video-btn .i,
.home_common_style_red .header-box #nav-box .nav-sub dd a:hover{border-color:#ba2836;}

.home_common_style_red #main .tag-bg{ background:-webkit-linear-gradient(45deg, rgba(166,20,35,1) 0%,rgba(186,40,54,1) 100%); background:linear-gradient(45deg, rgba(166,20,35,1) 0%,rgba(186,40,54,1) 100%); }

.home_common_style_red .header-box #nav-box .nav>li.home>a,
.home_common_style_red .header-box #nav-box .nav>li.on>a,
.home_common_style_red #main .home-ad1 .item .ad-txt h5 a,
.home_common_style_red #main .tag-box .common-index-list li .inner .name,
.home_common_style_red #main .tag-box .common-index-list li .inner a,
.home_common_style_red #main .home-ad2 .ad-tit,
.home_common_style_red #main .home-ad2 .ad-btn,
.home_common_style_red #main .news .index-tit a,
.home_common_style_red #main .news li .tit,
.home_common_style_red #footer .sns li a:hover,
.home_common_style_red .header-box #nav-box .nav-sub dd a:hover{color:#ba2836;}

body.search-show .home_common_style_red .header-box .search-btn>.icon{fill:#ba2836;}
.home_common_style_red .header-box .searc_btn,
body.nav-show .home_common_style_red .header-box .mobile-nav .mobile-nav-icon:before,
body.nav-show .home_common_style_red .header-box .mobile-nav .mobile-nav-icon:after{background:#ba2836;}
.home_common_style_red #mobile-nav-box li.home a,
.home_common_style_red #mobile-nav-box a:hover,
.home_common_style_red #mobile-nav-box .mobile-menu-on>a{color:#ba2836;}
.home_common_style_red #footer .help-center .newsletter_btn{background:#fff !important;}
.home_common_style_red #main .home-ad2 .video-btn .i{border-color:transparent transparent transparent #ba2836;}


/*黄色#8a8b1b*/

.home_common_style_yellow #main .home-ad3 .ad-btn:hover{color:#fff;}
.home_common_style_yellow .top-box .top-lf .sns a:hover,
.home_common_style_yellow .header-box #nav-box .nav>li.on>a,
.home_common_style_yellow #main .ibanner .text .banner-btn:hover,
.home_common_style_yellow #main .home-ad3 .ad-btn{color:#fff;}
.home_common_style_yellow #main .news li .time svg,
.home_common_style_yellow #main .ibanner .text .banner-btn .icon{fill:#d7d200;}
.home_common_style_yellow .top-box,
.home_common_style_yellow .header-box #nav-box .nav>li>a:after,
.home_common_style_yellow .header-box .searc_btn:hover,
.home_common_style_yellow #main .service-icon i,
.home_common_style_yellow #main .home-ad1 .ad .item:hover .img:before,
.home_common_style_yellow #main .home-ad1 .ad .item:hover .img:after,
.home_common_style_yellow #main .home-ad1 .ad .item:hover .img a:before,
.home_common_style_yellow #main .home-ad1 .ad .item:hover .img a:after,
.home_common_style_yellow #main .ibanner .text .banner-btn,
.home_common_style_yellow #main .button-next:hover,
.home_common_style_yellow #main .button-prev:hover,
.home_common_style_yellow #main .ibanner .text .banner-btn:hover .icon,
.home_common_style_yellow #main .news li .time:after,
.home_common_style_yellow #main .news li  .more a,
.home_common_style_yellow #footer:after{background:#d7d200;}
.home_common_style_yellow #main .service-box li .center,
.home_common_style_yellow #main .service-box li:hover .service-icon i,
.home_common_style_yellow #main .home-ad2 .ad-btn:hover,
.home_common_style_yellow #main .home-ad3 .ad-btn,
.home_common_style_yellow #main .home-ad2 .video-btn .i,
.home_common_style_yellow .header-box #nav-box .nav-sub dd a:hover{border-color:#d7d200;}

.home_common_style_yellow #main .tag-bg{ background:-webkit-linear-gradient(45deg, rgba(200,190,0,1) 0%,rgba(215,210,0,1) 100%); background:linear-gradient(45deg, rgba(200,190,0,1) 0%,rgba(215,210,0,1) 100%) 100%)}

.home_common_style_yellow .header-box #nav-box .nav>li.home>a,
.home_common_style_yellow .header-box #nav-box .nav>li.on>a,
.home_common_style_yellow #main .home-ad1 .item .ad-txt h5 a,
.home_common_style_yellow #main .tag-box .common-index-list li .inner .name,
.home_common_style_yellow #main .tag-box .common-index-list li .inner a,
.home_common_style_yellow #main .home-ad2 .ad-tit,
.home_common_style_yellow #main .home-ad2 .ad-btn,
.home_common_style_yellow #main .news .index-tit a,
.home_common_style_yellow #main .news li .tit,
.home_common_style_yellow #footer .sns li a:hover,
.home_common_style_yellow .header-box #nav-box .nav-sub dd a:hover{color:#d7d200;}

body.search-show .home_common_style_yellow .header-box .search-btn>.icon{fill:#d7d200;}
.home_common_style_yellow .header-box .searc_btn,
body.nav-show .home_common_style_yellow .header-box .mobile-nav .mobile-nav-icon:before,
body.nav-show .home_common_style_yellow .header-box .mobile-nav .mobile-nav-icon:after{background:#d7d200;}
.home_common_style_yellow #mobile-nav-box li.home a,
.home_common_style_yellow #mobile-nav-box a:hover,
.home_common_style_yellow #mobile-nav-box .mobile-menu-on>a{color:#d7d200;}
.home_common_style_yellow #footer .help-center .newsletter_btn{background:#fff !important;}
.home_common_style_yellow #main .home-ad2 .video-btn .i{border-color:transparent transparent transparent #d7d200;}


/*绿色#21a421*/

.home_common_style_green #main .home-ad3 .ad-btn:hover{color:#fff;}
.home_common_style_green .top-box .top-lf .sns a:hover,
.home_common_style_green .header-box #nav-box .nav>li.on>a,
.home_common_style_green #main .ibanner .text .banner-btn:hover,
.home_common_style_green #main .home-ad3 .ad-btn{color:#fff;}
.home_common_style_green #main .news li .time svg,
.home_common_style_green #main .ibanner .text .banner-btn .icon{fill:#21a421;}
.home_common_style_green .top-box,
.home_common_style_green .header-box #nav-box .nav>li>a:after,
.home_common_style_green .header-box .searc_btn:hover,
.home_common_style_green #main .service-icon i,
.home_common_style_green #main .home-ad1 .ad .item:hover .img:before,
.home_common_style_green #main .home-ad1 .ad .item:hover .img:after,
.home_common_style_green #main .home-ad1 .ad .item:hover .img a:before,
.home_common_style_green #main .home-ad1 .ad .item:hover .img a:after,
.home_common_style_green #main .ibanner .text .banner-btn,
.home_common_style_green #main .button-next:hover,
.home_common_style_green #main .button-prev:hover,
.home_common_style_green #main .ibanner .text .banner-btn:hover .icon,
.home_common_style_green #main .news li .time:after,
.home_common_style_green #main .news li  .more a,
.home_common_style_green #footer:after{background:#21a421;}
.home_common_style_green #main .service-box li .center,
.home_common_style_green #main .service-box li:hover .service-icon i,
.home_common_style_green #main .home-ad2 .ad-btn:hover,
.home_common_style_green #main .home-ad3 .ad-btn,
.home_common_style_green #main .home-ad2 .video-btn .i,
.home_common_style_green .header-box #nav-box .nav-sub dd a:hover{border-color:#21a421;}

.home_common_style_green #main .tag-bg{ background:-webkit-linear-gradient(45deg, rgba(10,140,10,1) 0%,rgba(33,164,33,1) 100%); background:linear-gradient(45deg, rgba(10,140,10,1) 0%,rgba(33,164,33,1) 100%)}

.home_common_style_green .header-box #nav-box .nav>li.home>a,
.home_common_style_green .header-box #nav-box .nav>li.on>a,
.home_common_style_green #main .home-ad1 .item .ad-txt h5 a,
.home_common_style_green #main .tag-box .common-index-list li .inner .name,
.home_common_style_green #main .tag-box .common-index-list li .inner a,
.home_common_style_green #main .home-ad2 .ad-tit,
.home_common_style_green #main .home-ad2 .ad-btn,
.home_common_style_green #main .news .index-tit a,
.home_common_style_green #main .news li .tit,
.home_common_style_green #footer .sns li a:hover,
.home_common_style_green .header-box #nav-box .nav-sub dd a:hover{color:#21a421;}


body.search-show .home_common_style_green .header-box .search-btn>.icon{fill:#21a421;}
.home_common_style_green .header-box .searc_btn,
body.nav-show .home_common_style_green .header-box .mobile-nav .mobile-nav-icon:before,
body.nav-show .home_common_style_green .header-box .mobile-nav .mobile-nav-icon:after{background:#21a421;}
.home_common_style_green #mobile-nav-box li.home a,
.home_common_style_green #mobile-nav-box a:hover,
.home_common_style_green #mobile-nav-box .mobile-menu-on>a{color:#21a421;}
.home_common_style_green #footer .help-center .newsletter_btn{background:#fff !important;}
.home_common_style_green #main .home-ad2 .video-btn .i{border-color:transparent transparent transparent #21a421;}


/*青色#21b5b5*/

.home_common_style_cyan #main .home-ad3 .ad-btn:hover{color:#fff;}
.home_common_style_cyan .top-box .top-lf .sns a:hover,
.home_common_style_cyan .header-box #nav-box .nav>li.on>a,
.home_common_style_cyan #main .ibanner .text .banner-btn:hover,
.home_common_style_cyan #main .home-ad3 .ad-btn{color:#fff;}
.home_common_style_cyan #main .news li .time svg,
.home_common_style_cyan #main .ibanner .text .banner-btn .icon{fill:#21b5b5;}
.home_common_style_cyan .top-box,
.home_common_style_cyan .header-box #nav-box .nav>li>a:after,
.home_common_style_cyan .header-box .searc_btn:hover,
.home_common_style_cyan #main .service-icon i,
.home_common_style_cyan #main .home-ad1 .ad .item:hover .img:before,
.home_common_style_cyan #main .home-ad1 .ad .item:hover .img:after,
.home_common_style_cyan #main .home-ad1 .ad .item:hover .img a:before,
.home_common_style_cyan #main .home-ad1 .ad .item:hover .img a:after,
.home_common_style_cyan #main .ibanner .text .banner-btn,
.home_common_style_cyan #main .button-next:hover,
.home_common_style_cyan #main .button-prev:hover,
.home_common_style_cyan #main .ibanner .text .banner-btn:hover .icon,
.home_common_style_cyan #main .news li .time:after,
.home_common_style_cyan #main .news li  .more a,
.home_common_style_cyan #footer:after{background:#21b5b5;}
.home_common_style_cyan #main .service-box li .center,
.home_common_style_cyan #main .service-box li:hover .service-icon i,
.home_common_style_cyan #main .home-ad2 .ad-btn:hover,
.home_common_style_cyan #main .home-ad3 .ad-btn,
.home_common_style_cyan #main .home-ad2 .video-btn .i,
.home_common_style_cyan .header-box #nav-box .nav-sub dd a:hover{border-color:#21b5b5;}

.home_common_style_cyan #main .tag-bg{ background:-webkit-linear-gradient(45deg, rgba(33,160,160,1) 0%,rgba(33,181,181,1) 100%); background:linear-gradient(45deg, rgba(33,160,160,1) 0%,rgba(33,181,181,1) 100%)}

.home_common_style_cyan .header-box #nav-box .nav>li.home>a,
.home_common_style_cyan .header-box #nav-box .nav>li.on>a,
.home_common_style_cyan #main .home-ad1 .item .ad-txt h5 a,
.home_common_style_cyan #main .tag-box .common-index-list li .inner .name,
.home_common_style_cyan #main .tag-box .common-index-list li .inner a,
.home_common_style_cyan #main .home-ad2 .ad-tit,
.home_common_style_cyan #main .home-ad2 .ad-btn,
.home_common_style_cyan #main .news .index-tit a,
.home_common_style_cyan #main .news li .tit,
.home_common_style_cyan #footer .sns li a:hover,
.home_common_style_cyan .header-box #nav-box .nav-sub dd a:hover{color:#21b5b5;}


body.search-show .home_common_style_cyan .header-box .search-btn>.icon{fill:#21b5b5;}
.home_common_style_cyan .header-box .searc_btn,
body.nav-show .home_common_style_cyan .header-box .mobile-nav .mobile-nav-icon:before,
body.nav-show .home_common_style_cyan .header-box .mobile-nav .mobile-nav-icon:after{background:#21b5b5;}
.home_common_style_cyan #mobile-nav-box li.home a,
.home_common_style_cyan #mobile-nav-box a:hover,
.home_common_style_cyan #mobile-nav-box .mobile-menu-on>a{color:#21b5b5;}
.home_common_style_cyan #footer .help-center .newsletter_btn{background:#fff !important;}
.home_common_style_cyan #main .home-ad2 .video-btn .i{border-color:transparent transparent transparent #21b5b5;}
/*紫色#36012d*/

.home_common_style_purple #main .home-ad3 .ad-btn:hover{color:#fff;}
.home_common_style_purple .top-box .top-lf .sns a:hover,
.home_common_style_purple .header-box #nav-box .nav>li.on>a,
.home_common_style_purple #main .ibanner .text .banner-btn:hover,
.home_common_style_purple #main .home-ad3 .ad-btn{color:#fff;}
.home_common_style_purple #main .news li .time svg,
.home_common_style_purple #main .ibanner .text .banner-btn .icon{fill:#92067a;}
.home_common_style_purple .top-box,
.home_common_style_purple .header-box #nav-box .nav>li>a:after,
.home_common_style_purple .header-box .searc_btn:hover,
.home_common_style_purple #main .service-icon i,
.home_common_style_purple #main .home-ad1 .ad .item:hover .img:before,
.home_common_style_purple #main .home-ad1 .ad .item:hover .img:after,
.home_common_style_purple #main .home-ad1 .ad .item:hover .img a:before,
.home_common_style_purple #main .home-ad1 .ad .item:hover .img a:after,
.home_common_style_purple #main .ibanner .text .banner-btn,
.home_common_style_purple #main .button-next:hover,
.home_common_style_purple #main .button-prev:hover,
.home_common_style_purple #main .ibanner .text .banner-btn:hover .icon,
.home_common_style_purple #main .news li .time:after,
.home_common_style_purple #main .news li  .more a,
.home_common_style_purple #footer:after{background:#92067a;}
.home_common_style_purple #main .service-box li .center,
.home_common_style_purple #main .service-box li:hover .service-icon i,
.home_common_style_purple #main .home-ad2 .ad-btn:hover,
.home_common_style_purple #main .home-ad3 .ad-btn,
.home_common_style_purple #main .home-ad2 .video-btn .i,
.home_common_style_purple .header-box #nav-box .nav-sub dd a:hover{border-color:#92067a;}

.home_common_style_purple #main .tag-bg{ background:-webkit-linear-gradient(45deg, rgba(120,6,100,1) 0%,rgba(146,6,122,1) 100%); background:linear-gradient(45deg, rgba(120,6,100,1) 0%,rgba(146,6,122,1) 100%)}

.home_common_style_purple .header-box #nav-box .nav>li.home>a,
.home_common_style_purple .header-box #nav-box .nav>li.on>a,
.home_common_style_purple #main .home-ad1 .item .ad-txt h5 a,
.home_common_style_purple #main .tag-box .common-index-list li .inner .name,
.home_common_style_purple #main .tag-box .common-index-list li .inner a,
.home_common_style_purple #main .home-ad2 .ad-tit,
.home_common_style_purple #main .home-ad2 .ad-btn,
.home_common_style_purple #main .news .index-tit a,
.home_common_style_purple #main .news li .tit,
.home_common_style_purple #footer .sns li a:hover,
.home_common_style_purple .header-box #nav-box .nav-sub dd a:hover{color:#92067a;}

body.search-show .home_common_style_purple .header-box .search-btn>.icon{fill:#92067a;}
.home_common_style_purple .header-box .searc_btn,
body.nav-show .home_common_style_purple .header-box .mobile-nav .mobile-nav-icon:before,
body.nav-show .home_common_style_purple .header-box .mobile-nav .mobile-nav-icon:after{background:#92067a;}
.home_common_style_purple #mobile-nav-box li.home a,
.home_common_style_purple #mobile-nav-box a:hover,
.home_common_style_purple #mobile-nav-box .mobile-menu-on>a{color:#92067a;}
.home_common_style_purple #footer .help-center .newsletter_btn{background:#fff !important;}

.home_common_style_purple #main .home-ad2 .video-btn .i{border-color:transparent transparent transparent #92067a;}
/*粉色#ea0073*/

.home_common_style_pink #main .home-ad3 .ad-btn:hover{color:#fff;}
.home_common_style_pink .top-box .top-lf .sns a:hover,
.home_common_style_pink .header-box #nav-box .nav>li.on>a,
.home_common_style_pink #main .ibanner .text .banner-btn:hover,
.home_common_style_pink #main .home-ad3 .ad-btn{color:#fff;}
.home_common_style_pink #main .news li .time svg,
.home_common_style_pink #main .ibanner .text .banner-btn .icon{fill:#ff5082;}
.home_common_style_pink .top-box,
.home_common_style_pink .header-box #nav-box .nav>li>a:after,
.home_common_style_pink .header-box .searc_btn:hover,
.home_common_style_pink #main .service-icon i,
.home_common_style_pink #main .home-ad1 .ad .item:hover .img:before,
.home_common_style_pink #main .home-ad1 .ad .item:hover .img:after,
.home_common_style_pink #main .home-ad1 .ad .item:hover .img a:before,
.home_common_style_pink #main .home-ad1 .ad .item:hover .img a:after,
.home_common_style_pink #main .ibanner .text .banner-btn,
.home_common_style_pink #main .button-next:hover,
.home_common_style_pink #main .button-prev:hover,
.home_common_style_pink #main .ibanner .text .banner-btn:hover .icon,
.home_common_style_pink #main .news li .time:after,
.home_common_style_pink #main .news li  .more a,
.home_common_style_pink #footer:after{background:#ff5082;}
.home_common_style_pink #main .service-box li .center,
.home_common_style_pink #main .service-box li:hover .service-icon i,
.home_common_style_pink #main .home-ad2 .ad-btn:hover,
.home_common_style_pink #main .home-ad3 .ad-btn,
.home_common_style_pink #main .home-ad2 .video-btn .i,
.home_common_style_pink .header-box #nav-box .nav-sub dd a:hover{border-color:#ff5082;}

.home_common_style_pink #main .tag-bg{ background:-webkit-linear-gradient(45deg, rgba(234,0,115,1) 0%,rgba(255,80,130,1) 100%); background:linear-gradient(45deg, rgba(234,0,115,1) 0%,rgba(255,80,130,1) 100%)}

.home_common_style_pink .header-box #nav-box .nav>li.home>a,
.home_common_style_pink .header-box #nav-box .nav>li.on>a,
.home_common_style_pink #main .home-ad1 .item .ad-txt h5 a,
.home_common_style_pink #main .tag-box .common-index-list li .inner .name,
.home_common_style_pink #main .tag-box .common-index-list li .inner a,
.home_common_style_pink #main .home-ad2 .ad-tit,
.home_common_style_pink #main .home-ad2 .ad-btn,
.home_common_style_pink #main .news .index-tit a,
.home_common_style_pink #main .news li .tit,
.home_common_style_pink #footer .sns li a:hover,
.home_common_style_pink .header-box #nav-box .nav-sub dd a:hover{color:#ff5082;}


body.search-show .home_common_style_pink .header-box .search-btn>.icon{fill:#ff5082;}
.home_common_style_pink .header-box .searc_btn,
body.nav-show .home_common_style_pink .header-box .mobile-nav .mobile-nav-icon:before,
body.nav-show .home_common_style_pink .header-box .mobile-nav .mobile-nav-icon:after{background:#ff5082;}
.home_common_style_pink #mobile-nav-box li.home a,
.home_common_style_pink #mobile-nav-box a:hover,
.home_common_style_pink #mobile-nav-box .mobile-menu-on>a{color:#ff5082;}
.home_common_style_pink #footer .help-center .newsletter_btn{background:#fff !important;}
.home_common_style_pink #main .home-ad2 .video-btn .i{border-color:transparent transparent transparent #ff5082;}
/*黑色#333*/

.home_common_style_black #main .home-ad3 .ad-btn:hover{color:#fff;}
.home_common_style_black .top-box .top-lf .sns a:hover,
.home_common_style_black .header-box #nav-box .nav>li.on>a,
.home_common_style_black #main .ibanner .text .banner-btn:hover,
.home_common_style_black #main .home-ad3 .ad-btn{color:#fff;}
.home_common_style_black #main .news li .time svg,
.home_common_style_black #main .ibanner .text .banner-btn .icon{fill:#333;}
.home_common_style_black .top-box,
.home_common_style_black .header-box #nav-box .nav>li>a:after,
.home_common_style_black .header-box .searc_btn:hover,
.home_common_style_black #main .service-icon i,
.home_common_style_black #main .home-ad1 .ad .item:hover .img:before,
.home_common_style_black #main .home-ad1 .ad .item:hover .img:after,
.home_common_style_black #main .home-ad1 .ad .item:hover .img a:before,
.home_common_style_black #main .home-ad1 .ad .item:hover .img a:after,
.home_common_style_black #main .ibanner .text .banner-btn,
.home_common_style_black #main .button-next:hover,
.home_common_style_black #main .button-prev:hover,
.home_common_style_black #main .ibanner .text .banner-btn:hover .icon,
.home_common_style_black #main .news li .time:after,
.home_common_style_black #main .news li  .more a,
.home_common_style_black #footer:after{background:#333;}
.home_common_style_black #main .service-box li .center,
.home_common_style_black #main .service-box li:hover .service-icon i,
.home_common_style_black #main .home-ad2 .ad-btn:hover,
.home_common_style_black #main .home-ad3 .ad-btn,
.home_common_style_black #main .home-ad2 .video-btn .i,
.home_common_style_black .header-box #nav-box .nav-sub dd a:hover{border-color:#333;}

.home_common_style_black #main .tag-bg{ background:-webkit-linear-gradient(45deg, rgba(0,0,0,1) 0%,rgba(51,51,51,1) 100%); background:linear-gradient(45deg, rgba(0,0,0,1) 0%,rgba(51,51,51,1) 100%)}

.home_common_style_black .header-box #nav-box .nav>li.home>a,
.home_common_style_black .header-box #nav-box .nav>li.on>a,
.home_common_style_black #main .home-ad1 .item .ad-txt h5 a,
.home_common_style_black #main .tag-box .common-index-list li .inner .name,
.home_common_style_black #main .tag-box .common-index-list li .inner a,
.home_common_style_black #main .home-ad2 .ad-tit,
.home_common_style_black #main .home-ad2 .ad-btn,
.home_common_style_black #main .news .index-tit a,
.home_common_style_black #main .news li .tit,
.home_common_style_black #footer .sns li a:hover,
.home_common_style_black .header-box #nav-box .nav-sub dd a:hover{color:#333;}


body.search-show .home_common_style_black .header-box .search-btn>.icon{fill:#333;}
.home_common_style_black .header-box .searc_btn,
body.nav-show .home_common_style_black .header-box .mobile-nav .mobile-nav-icon:before,
body.nav-show .home_common_style_black .header-box .mobile-nav .mobile-nav-icon:after{background:#333;}
.home_common_style_black #mobile-nav-box li.home a,
.home_common_style_black #mobile-nav-box a:hover,
.home_common_style_black #mobile-nav-box .mobile-menu-on>a{color:#333;}
.home_common_style_black #footer .help-center .newsletter_btn{background:#fff !important;}

.home_common_style_black #main .home-ad2 .video-btn .i{border-color:transparent transparent transparent #333;}

@media screen and (max-width:1366px){
	.wrapper{width:100%;box-sizing:border-box;padding:0 50px;}
	#main .ibanner .text{padding:0 50px;width:100%;box-sizing:border-box;}
	#main .banner-box .button-next{right:30px;}
 	#main .banner-box .button-prev{left:30px;}
	#main .home-ad1 .ad-con{width:100%;padding:20px 50px;}
	#main .tag-box .index-tit{margin-bottom:30px;}
	#main .home-ad3 .ad-box{width:100%;left:0;padding:0 50px;box-sizing:border-box;transform:translate(0,-50%);}
	#main .tag-box .common-index-list li{ width:33.3333%;}
	}
@media screen and (max-width:1200px){
	
	.header-box .header-rt{width:55%;}
	.header-box .logo{width:45%;}
	.header-box .logo img{max-height:50px;}
	.header-box .header-nav .nav-box{display:none;}
	.header-box .mobile-nav{display:inline-block;}
	.header-box .header-nav{line-height:normal;}

	#main{margin:0 auto;}
	#main .news li .time{width:60px;}
    #footer .help-center{}
	#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;}
	

	
	}
@media screen and (max-width:1024px){
	#main .home-ad2 .ad-tit{font-size:30px;margin:20px auto;}
	#main .home-ad2 .ad-detail{font-size:20px;margin-bottom:30px;}
	#main .home-ad2 .ad-btn{font-size:16px;padding:0;}
	#main .tag-box .common-index-list li .product-pic{display:block;overflow:hidden;}
	#main .tag-box .common-index-list li .product-name{padding: 15px;
    position: static;
    color: #8a8989;
    display: block;
    background: #fff;
    text-align: center;}
	
	#footer .help-center .contact-us{width:40%;}
	#footer .help-center dl{width:30%;}
	#footer .help-center dl:nth-child(3){padding:0;}
	#footer .help-center .subscribe{width:100%;}
	
	}
@media screen and (max-width:992px){
  	#product-detail .bigimgbox:before{z-index:9;}
  	.top-box{height:auto;line-height:normal;padding:10px 0;}
	.top-box .top-rt .sns {float:none;}
  	.top-box .top-rt .sns li{float:none;}
  	.top-box .top-rt a{padding:0 5px;}
	.top-box .top-lf{border-bottom:1px solid #fcfcfc;padding-bottom:10px;margin-bottom:10px;}
  	.top-box .top-lf,.top-box .top-rt{width:100%;float:none;text-align:center;}
 	#main .ibanner .text h3{font-size:45px;line-height:45px;margin-bottom:20px;}
 	#main .ibanner .text .banner-detail{line-height:30px;margin-bottom:30px;}
 	#main .banner-box .button-next{right:10px;}
 	#main .banner-box .button-prev{left:10px;}
 	#main .banner-box .button-next .icon{width:30px;}
	#main .banner-box .button-prev .icon{width:30px;}

	#main .service-box ul{}
	#main .service-box li{width:calc(100% - 30px);padding:0;margin-top:0;}	
	#main .home-ad1 .ad-tit{font-size:24px;margin-bottom:30px;}
	#main .home-ad1 .ad-detail{line-height:20px;margin-bottom:30px;}
	#main .home-ad1 .ad-btn{font-size:12px;letter-spacing:1px;}
	#main .tag-box .index-tit{margin-bottom:20px;font-size:24px;}
	/*#main .tag-box .common-index-list li .product-name{padding:15px;font-size:14px;}*/
	#main .home-ad3 .ad-box{position:static;transform:none;}
	#main .home-ad3 .ad-con{padding-top:40px;width:100%;text-align:center;}
	#main .home-ad3 .effect{margin:20px auto 25px;}
	#main .home-ad3 .ad-tit{margin-bottom:30px;font-size:24px;}
	#main .home-ad3 .ad-detail{font-size:18px;line-height:24px;margin-bottom:30px;}
	#main .home-ad3 .ad-btn{font-size:16px;}
	#main .home-ad2 .row{display:block;}
	#main .home-ad2 .ad-text{margin-bottom:50px;}
	#main .home-ad2 .ad-text, #main .home-ad2 .ad-video{width:100%;padding:0;}
	}
@media screen and (max-width:768px){
	#main .banner-box .button-prev, #main .banner-box .button-next{display:block;}
	#main .button-prev, #main .button-next{display:block;width:30px;}
	#main .home-ad2{background-attachment:local;background-position:center;background-size:cover;}
	#footer .help-center .contact-us,#footer .help-center .subscribe{width:50%;}
	#footer .help-center dl{width:25%;}

	#footer .copyright{float:none;height:auto;}
	#footer .foot{padding:15px 0;}
	#main .ibanner .li{height:400px;}

	#footer .quick-links{float:none;text-align:center;}
	
	}
@media screen and (max-width:767px){
	.wrapper{padding:0 20px;}
	
	.header-box .mobile_nav{padding:0 20px;}
	.header-box .search-txt{width:200px;}
	#main .ibanner .text{padding:0 20px;}
	
	#main .home-ad1 .ad-box{position:static;width:100%;}
	#main .home-ad1 .ad-con{position:static;transform:none;padding:50px 20px;text-align:center;}
	#main .home-ad1 .effect{margin:20px auto 25px;}
	#main .tag-box .index-tit{margin-bottom:0;}
	#main .home-ad2 .ad-box{padding:0 20px;}
	#main .home-ad2 .ad-con{padding:50px 0;}
	#main .home-ad2 .ad-tit{margin:0 0 10px;font-size:24px;}
	#main .home-ad2 .ad-detail{font-size:16px;margin-bottom:20px;}
	#main .home-ad2 .ad-btn{font-size:12px;}
	#main .home-ad3 .ad-box{padding:0 20px;}
	#main .home-ad3 .ad-con{width:100%;}
	
	#footer .sns li a{lfont-size:14px;}
	#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 dt .help-icon{color:#fff;}
	#footer .help-center{padding:40px 0 30px;}
	#main .tag-box .common-index-list li{width:calc(50% - 10px);}
	#main .home-ad1 .ad{ width:50%;}

	}
@media screen and (max-width:480px){
	#main .ibanner .li{height:350px;}
	#page-products-list, #navpage, #page-news, #news-detail{margin-top:40px;}
	#main .ibanner .text h3{font-size:35px;line-height:35px;}
	#main .ibanner .text .banner-detail{line-height:24px;}
	#main .news li .time{top:10px;left:10px;}
	#main .tag-box .common-index-list li{width:calc(100% - 10px); padding:0;}
	#main .home-ad1 .ad{ width:100%;}
	
	.language-list{height:auto;max-height:none;right:0;}
	.language{position:static;float:right;}
	
	
	}
@media screen and (max-width:320px){
	
	}