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

.language-box{
	padding:15px 0;
	margin-left:20px;
}
.language-con{
	padding:0;
}
.language-list{
	right:0;
	left:auto;
	top:54px;
}


.left-nav{
	height:100%;
	position:fixed;
	left:0;
	top:0;
	padding:30px 0;
	width:200px;
	z-index:9999;
	background:#02124d;
	transform:translate(-200px,0);
	-moz-transform:translate(-200px,0);
	-ms-transform:translate(-200px,0);
	-o-transform:translate(-200px,0);
	-webkit-transform:translate(-200px,0);
	transition:all 0.3s;
}
.left-nav h3{
	padding:0 20px;
	color:#fff;
	font-size:18px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin:0 0 10px;
}
.left-nav li{
	float:none;
	margin:0;
}
.left-nav li a{
	padding:0 20px;
	font-size:14px;
	text-decoration:underline;
	color:#fff;
	display:block;
	height:40px;
	line-height:40px;
}
.left-nav li > a{
	font-weight:bold;
	text-transform:uppercase;
}
.left-nav li a:hover{
	text-decoration:none;
	color:#00b1f5;
	transition:all 0.3s ease-in-out;	
}
.left-nav .nav-sub{
	position:relative;
	width:100%;
	opacity:1;
	visibility:visible;
	transform:none;
	background:none;
}
.left-nav .nav-sub dd a{
	padding-left:30px;
}
.nav-show{
	transform:none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	-webkit-transform:none;
}
.wrap{
	transition:all 0.3s;
}
#header{}
#header-2687 .header-top{
	height:54px;
	background:#f8f8f8;
}
#header-2687 .header-top__left{
	float:left;
	height:54px;
	line-height:54px;
}
#header-2687 .header-top__left a{
	display:inline-block;
	text-decoration:underline;
	margin-right:10px;
}
#header-2687 .header-top__left a:hover{
	color:#00b1f5;
}
#header-2687 .sns{
	float:right;
	font-size:0;
}
#header-2687 .sns li{
	display:inline-block;
	font-size:16px;
	height:54px;
	line-height:54px;
	margin-left:15px;
}
#header-2687 .sns li a{
	display:block;
	color:#02124d;
}
#header-2687 .sns li a:hover{
	color:#00b1f5;
}

#header-2687 .header-mid{
	height:100px;
}
#header-2687 .logo{
	float:left;
	height:100px;
}
#header-2687 .logo a{
	display:block;
	height:100%;
}
#header-2687 .logo a img{
	vertical-align:middle;
	max-height:80%;
}
#header-2687 .logo a span{
	height:100%;
	display:inline-block;
	vertical-align:middle;
}
#header-2687 .header-mid__right{
	float:right;
	padding:25px 0 0;
}
#header-2687 .feedback{
	display:block;
	height:50px;
	line-height:50px;
	padding:0 30px;
	border-radius:2px;
	background:#00b1f5;
	color:#fff;
	font-weight:bold;
	font-size:16px;
}
#header-2687 .feedback:hover{
	background:#008cc2;}
#header-2687 .header-cus{}

#header-2687 .header-bom{
	height:60px;
	background: #08237e;
	position:relative;
}
#header-2687 .header-bom .wrapper{
	position:relative;
}
#header-2687 .mobile-nav{
	display:inline-block;
	padding:10px 0 0;
	display:none;
}
#header-2687 .mobile-nav .mobile-nav-icon{
	height:40px;
	width:40px;
	position:relative;
	cursor:pointer;
}
#header-2687 .mobile-nav .mobile-nav-icon:before,
#header-2687 .mobile-nav .mobile-nav-icon span,
#header-2687 .mobile-nav .mobile-nav-icon:after{
	position:absolute;
	left:8px;
	top:12px;
	width:24px;
	height:3px;
	background:#00b1f5;
	content:'';
	transition:all 0.3s;
}
#header-2687 .mobile-nav .mobile-nav-icon span{
	top:19px;
}
#header-2687 .mobile-nav .mobile-nav-icon:after{
	top:26px;
}

#header-2687 .mobile-nav .mobile-nav-on:before{
	top:19px;
	transform:rotate(45deg);
}
#header-2687 .mobile-nav .mobile-nav-on span{
	opacity:0;
}
#header-2687 .mobile-nav .mobile-nav-on:before{
	top:19px;
	transform:rotate(45deg);
}
#header-2687 .mobile-nav .mobile-nav-on:after{
	top:19px;
	transform:rotate(-45deg);
}

#header-2687 .nav{
	background:#08237e;
	padding:0 270px 0 0;
}
#header-2687 .nav li{
	float:left;
}
#header-2687 .nav li a{
	padding:0 30px;
	font-size:16px;
	display: block;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    transition: color .30s linear, background-color .30s linear, border-color .30s linear,opacity .30s linear,background-image .30s linear;
}
#header-2687 .nav li a:hover,
#header-2687 .nav li.on a{
	color:#00b1f5;
	background:none;
}
#header-2687 .nav li.home a{
	background:#00b1f5;
}
#header-2687 .nav li.home a:hover{
	color:#02124d;
}
#header-2687 .nav .nav-sub{
	position: absolute;
    top: auto;
    left: auto;
    width: 280px;
    z-index: 9;
    background: #02124d;
    opacity: 0;
    visibility: hidden;
	transition:all 0.3s;
}
#header-2687 .nav .nav-sub dd{
	border:0;
}
#header-2687 .nav .nav-sub dd a{
	color:#fff;
	font-weight:normal;
	height:45px;
	line-height:45px;
	text-transform:capitalize;
}
#header-2687 .nav .nav-sub dd a:hover{
	background:#00b1f5;
}
#header-2687 li:hover .nav-sub {
    opacity: 1;
    visibility: visible;
}



#header-2687 .search-box{
	position:absolute;
	right:0;
	top:0;
	width:260px;
	height:60px;
	margin:0;
	border: 0;
    background: #02124d;
}
#header-2687 .search-txt{
    width: 100%;
    height: 60px;
    line-height: 24px;
	color:#fff;
	background:none;
	border:0;
	text-indent:15px;
	font-family:'Open Sans', sans-serif;
}
#header-2687 .search-btn{
	position:absolute;
	right:0;
	top:0;
	height:60px;
	padding:0 20px;
	background:none;
	border:0;
}
#header-2687 .search-btn svg{
	fill:#d1d4df;
	width:20px;
	height:20px;
}



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

#main .home-ad{
	/*height:585px;	*/
	position:relative;
	word-wrap:break-word;
}
#main .home-ad-img{
	/*height:585px;*/
}
#main .home-ad:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    content: '';
    z-index: 2;
}
#main .home-ad-con{
	/*position:absolute;
	left:50%;
	top:50%;
	width:1200px;
	text-align:center;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	z-index:9;*/
	padding:100px 0;
	color:#fff;
	text-align:center;
	position:relative;
	z-index:9;
}
#main .home-ad-title{
	font-size: 50px;
    margin: 0 0 30px;
    text-transform: uppercase;
}
#main .home-ad-detail{
    font-size: 20px;
    margin: 0 0 50px;
}
#main .home-ad-btn{
	display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 2px;
    background: #00b1f5;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
#main .home-ad-btn:hover{
	background:#008cc2;	
}

#main .news{
	padding:70px 0;
}
#main .news_con{
	position:relative;
}
#main .news_con li{
	margin-top:30px;
	width:100%;
	padding-left:calc(50% + 30px);
	box-sizing:border-box;
}
#main .news_con li .news-item{
	border-bottom:1px solid #ebebeb;
	height:150px;
	position:relative;
	padding:0 0 30px 0;
	font-size:0;
}
#main .news_con li .news-img{
	display:inline-block;
	width:240px;
	height:150px;
	vertical-align:middle;
}
#main .news_con li .text{
	vertical-align:middle;
	font-size:14px;
	display:inline-block;
	width:calc(100% - 260px);
	padding-left:20px;
	box-sizing:border-box;
}
#main .news_con li .time{
	color: #02124d;
}
#main .news_con li .title{
	margin:20px 0 0;
	display:block;
	font-size:20px;
	font-weight:bold;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height:20px;
	max-height:40px;
}
#main .news_con li .title:hover{
	text-decoration:underline;
}
#main .news_con li .more a{
	display:block;
	color:#00b1f5;
	text-decoration:underline;
	margin:20px 0 0;
	font-weight:bold;
}
#main .news_con li .more a:hover{
	color: #02124d;
}
#main .news_con li:first-child{
	float:none;
	margin-top:0;
	padding:0;
	width:50%;
	box-sizing:border-box;
	position:absolute;
	left:0;
	top:0;
}
#main .news_con li:first-child .news-item{
	border:0;
	height:auto;
}
#main .news_con li:first-child .news-img{
	display:block;
	width:100%;
	height:375px;
}
#main .news_con li:first-child .text{
	width:100%;
	padding:30px 0 0;
}
#main .news_con li:first-child .title{
	font-size:30px;
	line-height:40px;
	max-height:80px;
}

#footer{
	background:#f8f8f8;
	color:#02124d;
	font-size:14px;
}
#footer .help-center dt,
#footer .help-center dt a{
	color:#02124d;
	font-weight:bold;
	height:60px;
	text-transform:capitalize;
	font-size:20px;
	position:relative;
}
#footer .help-center dt:after{
    content: '';
    width: 30px;
    height: 3px;
    background-color: #00b1f5;
	position:absolute;
	left:0;
	bottom:0;
}
#footer .quick-links dd a, 
#footer .hot-tags dd a{
	color:#02124d;
}
#footer .quick-links dd a:hover, 
#footer .hot-tags dd a:hover{
	color:#00b1f5;
}
#footer .help-center .newsletter_btn{
	background:#08237e;
	border-radius:5px;
	height:45px;
	line-height:45px;
	padding:0 30px;
	margin:15px 0 0;
}
#footer .help-center .newsletter_txt{color:#02124d;}

/*橙色*/
.home_common_style_orange #header-2687 .search-btn svg{fill:#fff;}
.home_common_style_orange #main .service-box{background:#fff;}
.home_common_style_orange #main .service-box li{background:#cb7f35;}
.home_common_style_orange #main .service-icon i{color:#f5c63e;}
.home_common_style_orange .change-bg-embellish,
.home_common_style_orange #header-2687 .nav .nav-sub dd a:hover{background:#ff9832  !important;}
.home_common_style_orange .change-bg,
.home_common_style_orange #footer .help-center dt:after{background:#cb7f35 !important;}
.home_common_style_orange .change-color{color:#ff9832 !important;}
.home_common_style_orange #header-2687 .search-box{background:#f37f0e;}
.home_common_style_orange #main .button-next:hover,
.home_common_style_orange #main .button-prev:hover,.home_common_style_orange #main .banner .banner-cont{border-color:#ff9832 !important;}
.home_common_style_orange #main .button-next:hover svg,
.home_common_style_orange #main .button-prev:hover svg{fill:#ff9832 !important;}
.home_common_style_orange #header-2687 .nav li>a:hover,
.home_common_style_orange #header-2687 .nav li.on>a,.home_common_style_orange .left-nav li a:hover{color:#f5c63e;}
.home_common_style_orange #header-2687 .sns li a:hover,
.home_common_style_orange #header-2687 .header-top__left a:hover,
.home_common_style_orange #footer .quick-links dd a:hover,
.home_common_style_orange #footer .hot-tags dd a:hover{color:#ff9832;}
.home_common_style_orange #header-2687 .mobile-nav .mobile-nav-icon:before,
.home_common_style_orange #header-2687 .mobile-nav .mobile-nav-icon span, 
.home_common_style_orange #header-2687 .mobile-nav .mobile-nav-icon:after{background:#f5c63e;}
.home_common_style_orange .change-bg-embellish:hover,
.home_common_style_orange #footer .help-center .newsletter_btn:hover{background:#e28121 !important;}
.home_common_style_orange a.change-bg:hover{background:#ad6c2d !important;}
/*红色*/
.home_common_style_red #header-2687 .search-btn svg{fill:#fff;}
.home_common_style_red #main .service-box{background:#fff;}
.home_common_style_red #main .service-box li{background:#ba2836;}
.home_common_style_red #main .service-icon i{color:#ff9a9a;}
.home_common_style_red .change-bg-embellish,
.home_common_style_red #header-2687 .nav .nav-sub dd a:hover{background:#ed3445  !important;}
.home_common_style_red .change-bg,
.home_common_style_red #footer .help-center dt:after{background:#ba2836 !important;}
.home_common_style_red .change-color{color:#ed3445 !important;}
.home_common_style_red #header-2687 .search-box{background:#de2c3d;}
.home_common_style_red #main .button-next:hover,
.home_common_style_red #main .button-prev:hover,
.home_common_style_red #main .banner .banner-cont{border-color:#ed3445 !important;}
.home_common_style_red #main .button-next:hover svg,
.home_common_style_red #main .button-prev:hover svg{fill:#ed3445 !important;}
.home_common_style_red #header-2687 .nav li>a:hover,
.home_common_style_red #header-2687 .nav li.on>a,
.home_common_style_red .left-nav li a:hover{color:#ff9a9a;}
.home_common_style_red #header-2687 .sns li a:hover,
.home_common_style_red #header-2687 .header-top__left a:hover,
.home_common_style_red #footer .quick-links dd a:hover,
.home_common_style_red #footer .hot-tags dd a:hover{color:#ed3445;}
.home_common_style_red #header-2687 .mobile-nav .mobile-nav-icon:before,
.home_common_style_red #header-2687 .mobile-nav .mobile-nav-icon span, 
.home_common_style_red #header-2687 .mobile-nav .mobile-nav-icon:after{background:#ff9a9a;}
.home_common_style_red .change-bg-embellish:hover,
.home_common_style_red #footer .help-center .newsletter_btn:hover{background:#d42f3e !important;}
.home_common_style_red a.change-bg:hover{background:#921e29 !important;}
/*黄色*/
.home_common_style_yellow #header-2687 .search-btn svg{fill:#fff;}
.home_common_style_yellow #main .service-box{background:#fff;}
.home_common_style_yellow #main .service-box li{background:#8a8b1b;}
.home_common_style_yellow #main .service-icon i{color:#eeef74;}
.home_common_style_yellow .change-bg-embellish,
.home_common_style_yellow #header-2687 .nav .nav-sub dd a:hover{background:#bdbe24  !important;}
.home_common_style_yellow .change-bg,
.home_common_style_yellow #footer .help-center dt:after{background:#8a8b1b !important;}
.home_common_style_yellow .change-color{color:#bdbe24 !important;}
.home_common_style_yellow #header-2687 .search-box{background:#bdbe24;}
.home_common_style_yellow #main .button-next:hover,
.home_common_style_yellow #main .button-prev:hover,
.home_common_style_yellow #main .banner .banner-cont{border-color:#bdbe24 !important;}
.home_common_style_yellow #main .button-next:hover svg,
.home_common_style_yellow #main .button-prev:hover svg{fill:#bdbe24 !important;}
.home_common_style_yellow #header-2687 .nav li>a:hover,
.home_common_style_yellow #header-2687 .nav li.on>a,
.home_common_style_yellow .left-nav li a:hover{color:#eeef74;}
.home_common_style_yellow #header-2687 .sns li a:hover,
.home_common_style_yellow #header-2687 .header-top__left a:hover,
.home_common_style_yellow #footer .quick-links dd a:hover,
.home_common_style_yellow #footer .hot-tags dd a:hover{color:#bdbe24;}
.home_common_style_yellow #header-2687 .mobile-nav .mobile-nav-icon:before,
.home_common_style_yellow #header-2687 .mobile-nav .mobile-nav-icon span, 
.home_common_style_yellow #header-2687 .mobile-nav .mobile-nav-icon:after{background:#eeef74;}
.home_common_style_yellow .change-bg-embellish:hover,
.home_common_style_yellow #footer .help-center .newsletter_btn:hover{background:#93941c !important;}
.home_common_style_yellow a.change-bg:hover{background:#646514 !important;}
/*青色*/
.home_common_style_cyan #header-2687 .search-btn svg{fill:#fff;}
.home_common_style_cyan #main .service-box{background:#fff;}
.home_common_style_cyan #main .service-box li{background:#21b5b5;}
.home_common_style_cyan .change-bg,
.home_common_style_cyan #footer .help-center dt:after{background:#21b5b5 !important;}
.home_common_style_cyan #main .service-icon i{color:#57f7f7;}
.home_common_style_cyan #header-2687 .nav li>a:hover,
.home_common_style_cyan #header-2687 .nav li.on>a,
.home_common_style_cyan .left-nav li a:hover{color:#57f7f7;}
.home_common_style_cyan .change-bg-embellish,
.home_common_style_cyan #header-2687 .nav .nav-sub dd a:hover{background:#27d3d3  !important;}
.home_common_style_cyan .change-color{color:#27d3d3 !important;}
.home_common_style_cyan #header-2687 .search-box{background:#27d3d3;}
.home_common_style_cyan #main .button-next:hover,
.home_common_style_cyan #main .button-prev:hover,
.home_common_style_cyan #main .banner .banner-cont{border-color:#27d3d3 !important;}
.home_common_style_cyan #main .button-next:hover svg,
.home_common_style_cyan #main .button-prev:hover svg{fill:#27d3d3 !important;}
.home_common_style_cyan #header-2687 .sns li a:hover,
.home_common_style_cyan #header-2687 .header-top__left a:hover,
.home_common_style_cyan #footer .quick-links dd a:hover,
.home_common_style_cyan #footer .hot-tags dd a:hover{color:#27d3d3 ;}
.home_common_style_cyan #header-2687 .mobile-nav .mobile-nav-icon:before,
.home_common_style_cyan #header-2687 .mobile-nav .mobile-nav-icon span, 
.home_common_style_cyan #header-2687 .mobile-nav .mobile-nav-icon:after{background:#57f7f7;}
.home_common_style_cyan .change-bg-embellish:hover,
.home_common_style_cyan #footer .help-center .newsletter_btn:hover{background:#23abab !important;}
.home_common_style_cyan a.change-bg:hover{background:#1b9898 !important;}

/*绿色*/
.home_common_style_green #header-2687 .search-btn svg{fill:#fff;}
.home_common_style_green #main .service-box{background:#fff;}
.home_common_style_green #main .service-box li{background:#21a421;}
.home_common_style_green .change-bg,
.home_common_style_green #footer .help-center dt:after{background:#21a421 !important;}
.home_common_style_green #main .service-icon i{color:#adf9ad;}
.home_common_style_green #header-2687 .nav li>a:hover,
.home_common_style_green #header-2687 .nav li.on>a,
.home_common_style_green .left-nav li a:hover{color:#adf9ad;}
.home_common_style_green .change-bg-embellish,
.home_common_style_green #header-2687 .nav .nav-sub dd a:hover{background:#17c717  !important;}
.home_common_style_green .change-color{color:#2cd32c !important;}
.home_common_style_green #header-2687 .search-box{background:#17c717;}
.home_common_style_green #main .button-next:hover,
.home_common_style_green #main .button-prev:hover,
.home_common_style_green #main .banner .banner-cont{border-color:#2cd32c !important;}
.home_common_style_green #main .button-next:hover svg,
.home_common_style_green #main .button-prev:hover svg{fill:#2cd32c !important;}
.home_common_style_green #header-2687 .sns li a:hover,
.home_common_style_green #header-2687 .header-top__left a:hover,
.home_common_style_green #footer .quick-links dd a:hover,
.home_common_style_green #footer .hot-tags dd a:hover{color:#2cd32c ;}
.home_common_style_green #header-2687 .mobile-nav .mobile-nav-icon:before,
.home_common_style_green #header-2687 .mobile-nav .mobile-nav-icon span, 
.home_common_style_green #header-2687 .mobile-nav .mobile-nav-icon:after{background:#adf9ad;}
.home_common_style_green .change-bg-embellish:hover,
.home_common_style_green #footer .help-center .newsletter_btn:hover{background:#23ab23 !important;}
.home_common_style_green a.change-bg:hover{background:#177317 !important;}
/*紫色*/
.home_common_style_purple #header-2687 .search-btn svg{fill:#fff;}
.home_common_style_purple #main .service-box{background:#fff;}
.home_common_style_purple #main .service-box li{background:#36012d;}
.home_common_style_purple .change-bg,
.home_common_style_purple #footer .help-center dt:after{background:#36012d !important;}
.home_common_style_purple #main .service-icon i{color:#d67dc1;}
.home_common_style_purple #header-2687 .nav li>a:hover,
.home_common_style_purple #header-2687 .nav li.on>a,
.home_common_style_purple .left-nav li a:hover{color:#d67dc1;}
.home_common_style_purple .change-bg-embellish,
.home_common_style_purple #header-2687 .nav .nav-sub dd a:hover{background:#5d144c  !important;}
.home_common_style_purple .change-color{color:#5d144c !important;}
.home_common_style_purple #header-2687 .search-box{background:#5d144c;}
.home_common_style_purple #main .button-next:hover,
.home_common_style_purple #main .button-prev:hover,
.home_common_style_purple #main .banner .banner-cont{border-color:#5d144c !important;}
.home_common_style_purple #main .button-next:hover svg,
.home_common_style_purple #main .button-prev:hover svg{fill:#5d144c !important;}
.home_common_style_purple #header-2687 .sns li a:hover,
.home_common_style_purple #header-2687 .header-top__left a:hover,
.home_common_style_purple #footer .quick-links dd a:hover,
.home_common_style_purple #footer .hot-tags dd a:hover{color:#5d144c ;}
.home_common_style_purple #header-2687 .mobile-nav .mobile-nav-icon:before,
.home_common_style_purple #header-2687 .mobile-nav .mobile-nav-icon span, 
.home_common_style_purple #header-2687 .mobile-nav .mobile-nav-icon:after{background:#d67dc1;}
.home_common_style_purple .change-bg-embellish:hover,
.home_common_style_purple #footer .help-center .newsletter_btn:hover{background:#440e37 !important;}
.home_common_style_purple a.change-bg:hover{background:#290122 !important;}
/*粉红色*/
.home_common_style_pink #header-2687 .search-btn svg{fill:#fff;}
.home_common_style_pink #main .service-box{background:#fff;}
.home_common_style_pink #main .service-box li{background:#ea0073;}
.home_common_style_pink .change-bg,
.home_common_style_pink #footer .help-center dt:after{background:#ea0073 !important;}
.home_common_style_pink #main .service-icon i{color:#fda9d2;}
.home_common_style_pink #header-2687 .nav li>a:hover,
.home_common_style_pink #header-2687 .nav li.on>a,
.home_common_style_pink .left-nav li a:hover{color:#fda9d2;}
.home_common_style_pink .change-bg-embellish,
.home_common_style_pink #header-2687 .nav .nav-sub dd a:hover{background:#f84c96  !important;}
.home_common_style_pink .change-color{color:#f84c96 !important;}
.home_common_style_pink #header-2687 .search-box{background:#f84c96;}
.home_common_style_pink #main .button-next:hover,
.home_common_style_pink #main .button-prev:hover,
.home_common_style_pink #main .banner .banner-cont{border-color:#f84c96 !important;}
.home_common_style_pink #main .button-next:hover svg,
.home_common_style_pink #main .button-prev:hover svg{fill:#f84c96 !important;}
.home_common_style_pink #header-2687 .sns li a:hover,
.home_common_style_pink #header-2687 .header-top__left a:hover,
.home_common_style_pink #footer .quick-links dd a:hover,
.home_common_style_pink #footer .hot-tags dd a:hover{color:#f84c96;}
.home_common_style_pink #header-2687 .mobile-nav .mobile-nav-icon:before,
.home_common_style_pink #header-2687 .mobile-nav .mobile-nav-icon span, 
.home_common_style_pink #header-2687 .mobile-nav .mobile-nav-icon:after{background:#fda9d2;}
.home_common_style_pink .change-bg-embellish:hover,
.home_common_style_pink #footer .help-center .newsletter_btn:hover{background:#e04588 !important;}
.home_common_style_pink a.change-bg:hover{background:#c30161 !important;}

/*黑色*/
.home_common_style_black #header-2687 .search-btn svg{fill:#fff;}
.home_common_style_black #main .service-box{background:#fff;}
.home_common_style_black #main .service-box li{background:#666;}
.home_common_style_black .change-bg,
.home_common_style_black #footer .help-center dt:after{background:#666 !important;}
.home_common_style_black #main .service-icon i{color:#efe8e8;}
.home_common_style_black #header-2687 .nav li>a:hover,
.home_common_style_black #header-2687 .nav li.on>a,
.home_common_style_black .left-nav li a:hover{color:#333;}
.home_common_style_black .change-bg-embellish,
.home_common_style_black #header-2687 .nav .nav-sub dd a:hover{background:#333  !important;}
.home_common_style_black .change-color{color:#333 !important;}
.home_common_style_black #header-2687 .search-box{background:#333;}
.home_common_style_black #main .button-next:hover,
.home_common_style_black #main .button-prev:hover,
.home_common_style_black #main .banner .banner-cont{border-color:#333 !important;}
.home_common_style_black #main .button-next:hover svg,
.home_common_style_black #main .button-prev:hover svg{fill:#333 !important;}
.home_common_style_black #header-2687 .sns li a:hover,
.home_common_style_black #header-2687 .header-top__left a:hover,
.home_common_style_black #footer .quick-links dd a:hover,
.home_common_style_black #footer .hot-tags dd a:hover{color:#333;}
.home_common_style_black #header-2687 .mobile-nav .mobile-nav-icon:before,
.home_common_style_black #header-2687 .mobile-nav .mobile-nav-icon span, 
.home_common_style_black #header-2687 .mobile-nav .mobile-nav-icon:after{background:#efe8e8;}
.home_common_style_black .change-bg-embellish:hover,
.home_common_style_black #footer .help-center .newsletter_btn:hover{background:#666 !important;}
.home_common_style_black a.change-bg:hover{background:#333 !important;}



@media screen and (max-width:1366px){
	.wrapper{width:100%;box-sizing:border-box;padding:0 50px;}
	/*#main .home-ad-con{width:100%;padding:0 50px;box-sizing:border-box;}*/
	#header-2687 .search-box{position:relative;float:right;}
	
}
@media screen and (max-width:1366px){
	#main .banner .banner-cont{left:60px;right:60px;width:auto;transform:translate(0,-50%);}
	
	}
@media screen and (max-width:1200px){
	#header-2687 .mobile-nav{display:inline-block;}
	#header-2687 .nav{display:none;}
	#main{margin:0 auto;}
	#main .news_con li{padding:0;}
	#main .news_con li:first-child{width:100%;position:static;}
	#main .news_con li:first-child .news-item{border-bottom:1px solid #ebebeb;height:150px;}
	#main .news_con li:first-child .news-img{display:inline-block;height:150px;width:240px;}
	#main .news_con li:first-child .text{width:calc(100% - 260px);padding:0 0 0 20px;}
	#main .news_con li:first-child .title{font-size:20px;line-height:20px;max-height:40px;}
	#header .mobile-nav{display:inline-block;}
	#header .nav{display:none;}
	#header .header-bom{padding:0 40px;}
}

@media screen and (max-width:1024px){
	#main .aboutus-img{width:100%;}
	#main .aboutus-con{width:100%;padding:0;margin-top:50px;}
	#main .service-box li{width:calc(50% - 30px);margin:15px;padding:40px 20px;}
	#main .service-list__con p{height:60px;-webkit-line-clamp:3;}
	

	}
	
@media screen and (max-width:992px){
	#header-2687 .header-top{text-align:center;height:auto;padding:10px 0;}
	#header-2687 .header-top__left{float:none;height:auto;line-height:34px;margin-bottom:10px;}
	#header-2687 .header-top__left a{margin-right:0;margin:0 8px;}
    #header-2687 .sns{float:none;}
	#header-2687 .sns li{margin-left:0;height:auto;line-height:34px;margin:0 6px;}
	#main .banner{height:500px;}
	#main .banner .banner-title{font-size:55px;}
	#main .banner .banner-detail{margin:0 0 15px;}
	#header .mobile-nav{display:inline-block;}
	#header .header-bom{padding:0 40px;}	
	}
@media screen and (max-width:767px){
	.wrapper{padding:0 20px;}
	/*#main .home-ad-con{padding:0 20px;}*/
   

	#header-2687 .header-mid{height:auto;text-align:center;padding-top:20px;padding-bottom:20px;}
	#header-2687 .logo{height:50px;max-width:50%;}
	#header-2687 .logo a img{max-width:100%;}
	#header-2687 .header-mid__right{padding:0;max-width:50%;}
	#header-2687 .feedback{padding:0 15px;}
	#header .mobile-nav{display:inline-block;}
	#header .header-bom{padding:0 40px;}
	#main .banner{height:400px;}
	#main .banner .banner-cont{padding:10px 0 10px 20px;}
	#main .banner .banner-title{font-size:45px;}
	#main .button-prev{left:0;}
	#main .button-next{right:0;}
	#main .banner .banner-cont{left:40px;right:40px;}
	#main .service-box li{width:calc(100% - 30px);padding:20px;}
	#main .product-box .button-next,#main .product-box .button-prev{display:inline-block;}
	#main .product-box .swiper-pagination{display:none;}
	#main .product-container{padding-bottom:0;}
	#main .home-ad-con{padding:60px 0;}
	#main .home-ad-title{font-size:30px;margin-bottom:20px;}
	#main .home-ad-detail{font-size:16px;margin-bottom:30px;}
	#main .news{padding:40px 0;}
	#main .news_con li .news-item{height:auto!important;}
	#main .news_con li .text{width:100% !important;padding:20px 0 0!important;}
	#main .news_con li .title{margin:10px 0 0;font-size:16px !important;}
	#main .news_con li .more a{margin:10px 0 0;}
	#main .news_con li .news-img,#main .news_con li:first-child .news-img{width:100%;height:300px;}
	#footer{padding:40px 0 0;}
	#footer .help-center dl dt{border-bottom:0;margin-bottom:10px;}
	#footer .help-center dl dd{padding:0;}

}
@media screen and (max-width:480px){
	#header-2687 .header-top__left,#header-2687 .sns li{line-height:28px;}
	#header-2687 .search-box{width:auto;}
	#header-2687 .search-btn{padding:0 15px;}
	#header-2687 .search-txt{padding:0 65px 0 15px;text-indent:0;box-sizing:border-box;width:200px;}
	#main .banner .banner-title{font-size:25px;}
	#main .banner .banner-detail{font-size:16px;}
	#main .banner .banenr-link{font-size:14px;}
	#main .news_con li .news-img,#main .news_con li:first-child .news-img{height:200px;}
	#main .home-ad-title{font-size:25px;}
	#footer .help-center dt, #footer .help-center dt a{font-size:18px;}
	#footer .copyright{margin:40px 0 0;line-height:40px;}
	
	.language{display:block;text-align:center;}
	.language-list{height:auto;overflow:unset;min-width:auto;left:0;}
	
	
	}



@media only screen and (max-width: 479px){
	#header .mobile-nav{
		display:inline-block;
	}
	#header .header-bom{
		padding:0 40px;
	}
}





























