﻿
/* CSS Document */
@font-face {
    font-family: 'oswaldbold';
    src: url('../font/oswald_bold.eot');
    src: url('../font/oswald_bold.eot') format('embedded-opentype'),
         url('../font/oswald_bold.woff2') format('woff2'),
         url('../font/oswald_bold.woff') format('woff'),
         url('../font/oswald_bold.ttf') format('truetype'),
         url('../font/oswald_bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppins';
    src: url('../font/poppins.eot');
    src: url('../font/poppins.eot') format('embedded-opentype'),
         url('../font/poppins.woff2') format('woff2'),
         url('../font/poppins.woff') format('woff'),
         url('../font/poppins.ttf') format('truetype'),
         url('../font/poppins.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinssemibold';
    src: url('../font/poppins_bold.eot');
    src: url('../font/poppins_bold.eot') format('embedded-opentype'),
         url('../font/poppins_bold.woff2') format('woff2'),
         url('../font/poppins_bold.woff') format('woff'),
         url('../font/poppins_bold.ttf') format('truetype'),
         url('../font/poppins_bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ralewaybold';
    src: url('../font/raleway_bold.eot');
    src: url('../font/raleway_bold.eot') format('embedded-opentype'),
         url('../font/raleway_bold.woff2') format('woff2'),
         url('../font/raleway_bold.woff') format('woff'),
         url('../font/raleway_bold.ttf') format('truetype'),
         url('../font/raleway_bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

*{
	margin:0; 
	padding:0;
}
img{
	border:none;
}
ul,li{
	list-style-type:none;
}
dd{
	margin:0;
	padding:0;
}
a{
	color:#333; 
	text-decoration:none;
}
a:hover{ 
	color:#2773cf;
}
a:focus{
	outline:none;
}
html,body{
	font-size:14px; 
	font-family:arial, sans-serif; 
	background:#fff; 
	color:#000;
}
table.noborder td{
	border:none; padding:0 3px;
}
input,textarea,select,button{ 
	outline:none;
	font-family:arial, sans-serif;
}
input[type=button]{
	cursor:pointer;	
}
input:focus {
　　font-size: 14px ;
}
input{
-webkit-appearance: none;
}
.clearboth{
	width:100%;
	height:0;
	margin:0;
	padding:0;
	clear:both;
}
.clear{
	width:100%;
	height:10px;
	margin:0;
	padding:0;
	clear:both;
}

.wrapper{
	width:1200px;
	margin:0 auto;
}
/*头部*/
.wrap{
	overflow:hidden;
	width:100%;
}

#header .header-top{
	height:40px;
	background:#e0e0e0;
	text-align:right;
}
#header .header-top__left{
	float:left;
	line-height:40px;
	color:#555;
}
#header .header-top svg{
	width:20px;
	height:40px;
	vertical-align:top;
	margin-right:10px;
	fill:#2773cf;
}
#header .header-top .email{
	line-height:40px;
	color:#555;
}
.language{
	float:right;
	position:relative;
	text-align:left;
}
.language-box{
	padding:8px 0;
}
.language-con{
	height:24px;
	line-height:24px;
	padding:0 10px;
	margin:0;
	cursor:pointer;
	color:#555;
}
.language-con span{
	display:inline-block;
	height:24px;
	vertical-align:top;
}
.language-con span img{
	width:24px;
	vertical-align:middle;
	margin:0 3px 0 0;
}
.language-con i{
	display:inline-block;
	vertical-align:top;
	height:24px;
	font-size:14px;
	font-style:normal;
	display:none;
}
.language-list{
	position:absolute;
	top:40px;
	left:0;
	min-width:270px;
	z-index:9999;
	background: #fff;
	border: 1px solid #c1c1c1;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
	display:none;
}
.language-list li{
	height:34px;
	width:50%;
	float:left;
}
.language-list li a{
	display:block;
	height:34px;
	line-height:34px;
	padding:0 5px 0 10px;
	color:#555;
}
.language-list li a img{
	width:20px;
	vertical-align:middle;
	margin-right:5px;
}
.language-list li a:hover{
	background:#f5f5f5;
	color:#555;
}


#header .header-mid{
	height:110px;
	-webkit-transition: all var(--transition-time,800ms);
    -o-transition: all var(--transition-time,800ms);
    transition: all var(--transition-time,800ms);
}
#header .logo{
	height:110px;
	float:left;
	-webkit-transition: all var(--transition-time,800ms);
    -o-transition: all var(--transition-time,800ms);
    transition: all var(--transition-time,800ms);
	
}
#header .logo a{
	display:block;
	height:110px;
	-webkit-transition: all var(--transition-time,800ms);
    -o-transition: all var(--transition-time,800ms);
    transition: all var(--transition-time,800ms);
	
}
#header .logo a img{
	vertical-align:middle;
	max-height:90%;
	max-width:100%;
}
#header .logo a p{
	display:inline-block;
	vertical-align:middle;
	margin-left:20px;
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	color:#7d7dc3;
}
#header .logo a span{
	display:inline-block;
	height:100%;
	vertical-align:middle;
}
#header .search-box{
	width:400px;
	height:42px;
	box-sizing:border-box;
	border:1px solid #e9e9e9;
	float:right;
	margin:34px 0 0;
	-webkit-transition: all var(--transition-time,800ms);
    -o-transition: all var(--transition-time,800ms);
    transition: all var(--transition-time,800ms);
}
#header .search-icon,
#header .close-btn{
	display:none;
}
#header .search-txt{
	width:340px;
	height:40px;
	border:0;
	background:none;
	text-indent:15px;
}
#header .search-btn{
	width:58px;
	height:40px;
	border-radius:50%;
	text-align:center;
	border:0;
	float:right;
	background:none;
	cursor:pointer;
	padding:0 10px 0 0;
}
#header .search-btn svg{
	fill:#999;
	width:30px;
	height:40px;
}

#header .mobile-menu{
	display:none;
}
#header .nav{
	height:60px;
	background:#2773cf;
}
#header .nav li{
	float:left;
}
#header .nav li a{
	display:block;
	height:60px;
	line-height:60px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 45px;
	color:#fff;
	transition:color .30s linear, background-color .30s linear, border-color .30s linear,opacity .30s linear,background-image .30s linear;
}
#header .nav li.on > a,
#header .nav li.first-li,
#header .nav li > a:hover{
	background:#ff9832;
}
#header .nav-sub{
	position:absolute;
	top:auto;
	left:auto;
	width:280px;
	border-bottom:3px solid #2773cf;
	z-index:9;
	background:#fff;
	opacity:0;
	visibility:hidden;
	transform: scaleY(0);
    transform-origin: 0 0 0;
}
#header .nav-sub dd{
	border-bottom:1px solid #f2f2f2;
}
#header .nav-sub dd a{
	display:block;
	height:38px;
	line-height:38px;
	color:#333;
	font-weight:bold;
	padding:0 20px;
	font-size:12px;
	text-transform:capitalize;
}
#header .nav-sub dd a:hover{
	background:#fafafa;
	color:#2773cf;
}

#header li:hover .nav-sub{
	opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.fixed-header{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	background:#fff;
	z-index:999;
}
.fixed-header .header-top{
	display:none !important;
}
.fixed-header .header-mid,
.fixed-header .logo,
.fixed-header .logo a{
	height:90px !important;
	
}
.fixed-header .search-box{
	margin:19px 0 0 !important;
}



#main .banner{
	width:100%;
	height:680px;
}
#main .banner a{
	display:block;
	height:680px;
}
#main .banner img{
	max-width:100%;
}
#main #product-tab .swiper-pagination{
	position:static;
}
#main .banner .swiper-pagination-bullet{
	background: #fff;
    width: 30px;
    height: 6px;
    border-radius: 5px;
    border: none;
	opacity:1;
}
#main .banner .swiper-pagination-bullet-active{
	background:#ff9832;
}


#main .title{
	font-weight:normal;
	margin:0 0 40px;
	
}
#main .title span{
	display: block;
    color: #555555;
    text-transform: uppercase;
    font-size: 28px;
    position: relative;
    line-height: 32px;
    margin-bottom: 15px;
	font-weight:bold;
}
#main .cate-detail{
	color: #aaaaaa;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    max-width: 60%;
    margin: 0 auto 30px;

}


#main .categories-adbox{
	max-width:1200px;
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:50px 0;
	box-sizing:border-box;
}
#main .categories-adbox h3{
	display: block;
    color: #333;
    text-transform: uppercase;
    font-size: 28px;
    position: relative;
    line-height: 32px;
    margin-bottom: 30px;
    font-weight: bold;
}
#main .categories-adbox .categories-pagination{
	display:none;
}
#main .categories-ad{
	float:left;
	width:33.3333%;
	padding:0 15px;
	box-sizing:border-box;
}
#main .categories-ad__item{
	display:block;
	overflow:hidden;
	margin-bottom:30px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#main .categories-ad__con{
	position:relative;
	overflow:hidden;
	border-radius:10px;
	width:100%;
}
#main .categories-ad__con:before{
	width: 100%;
	height:100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    transition: all .5s;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
	content:'';
	z-index:10;
	border-radius:10px;
}
#main .categories-ad__img{
	width:100%;
	background: url(https://b2787.demo.ymcart.com/res/front/newbiz/statics/images/cate_bg.jpg) no-repeat bottom center;
    padding: 0;
    text-align: center;
}
#main .categories-ad__name{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;	
	height:60px;
	line-height:60px;
	color:#fff;
	font-size:20px;
	text-align:center;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s ease-in;
	z-index:10;
}

#main .categories-ad__item:hover .categories-ad__name{
	opacity:1;
	visibility:visible;
	transform:translate(0,-50px);
}
#main .categories-ad__con:hover:before{
	opacity:1;
	visibility:visible;
}


#main .categories-adbox .product-pagination{
	display:none;
}

#main .main-product-list{
	padding:60px 0;
	background:#114b94;
	text-align:center;
}
#main .main-product-list .title a{
	display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    position: relative;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight: bold;
}
#main .main-product-list .cate-detail{
	color:#fff;
}
#main .main-product-list .wrapper{
	position:relative;
}

#main .product-tab__title{
	margin-bottom:40px;
}
#main .product-tab__title a{
	display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    position: relative;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight: bold;
	display:inline-block;
	vertical-align:top;
	margin:0 20px;
	padding:0 0 3px;
}
#main .product-tab__title a.on{
	border-bottom:3px solid #fff;
	padding:0;
}
#main #product-tab{
	position:relative;
}
#main .product-container{
	height:0;
}

#main .product-on{
	height:auto;
}
#main #product-tab .more{
    padding: 15px 40px;
    display: inline-block;
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'poppinssemibold';
    letter-spacing: 1px;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    border-radius: 25px;
    background: #2773cf;
    margin: 40px 0 0;
    font-weight: bold;
    overflow: hidden;
}









#main .product-list{
	padding:10px 0;
}

#main .product-list li{
	float:left;
	width:25%;
	padding:0 15px 20px;
	box-sizing:border-box;
}
#main .product-list .product-con{
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.05);
    border-radius: 5px;
    background: #fff;
    padding: 8px 15px 15px;
    transition: all .5s;
    text-align: center;
}
#main .product-list .product-pic{
	overflow:hidden;
	display:block;
	text-align:center;
}
#main .product-list .product-pic img{
	max-width:100%;
	transition: all .5s;
	position:relative;
	top:50%;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
}
#main .product-list li .product-name{
	display: block;
    margin: 15px 0;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    height: 48px;
    font-family: 'poppinssemibold';
	font-weight:bold;
	padding:15px 0 0;
	position:relative;
	border-top:1px solid #e9e9e9;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#main .product-list li .product-con .products-mini__detail{
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
} 


#main .product-list li:hover .product-con{
	box-shadow: 0 5px 9px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
    transform: translate3d(0,-3px,0);
    -webkit-transform: translate3d(0,-3px,0);
}
#main .product-list li:hover .product-name{
	color:#ff9832;
}
#main .about-us{
	position:relative;
	overflow:hidden;
	height:600px;
	box-sizing:border-box;
	
}
#main .about-us .wrapper{
	position:relative;
	height:100%;
}
#main .about-us__con{
	width:50%;
	padding:50px 60px 0 0;
	box-sizing:border-box;
	position:absolute;
	top:50%;
	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:99;
}
#main .about-us__con h4{
	color: #555555;
    text-transform: uppercase;
    font-size: 28px;
    position: relative;
    line-height: 32px;
    font-family: 'Raleway_Bold';
    margin-bottom: 15px;
}
#main .about-us__con .text{
	color: #777777;
    font-size: 12px;
    line-height: 30px;
    overflow: hidden;
    max-height: 240px;
}
#main .about-us__con .more{
	background: none;
    padding: 15px 40px;
    display: inline-block;
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'poppinssemibold';
    letter-spacing: 1px;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    border-radius: 25px;
	background:#2773cf;
	margin:40px 0 0;
	font-weight:bold;
	overflow:hidden;
}
#main .about-us__con .more span{
	position:relative;
	z-index:9;
}
#main .about-us__con .more:hover:before{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

#main .about-us__img{
	position:absolute;
	right:0;
	top:0;
	width:50%;
	background:url(../image/aboutus.jpg) no-repeat scroll center center;
	background-size:cover;
	height:100%;
}
#main .about-us__img img{
	width:100%;
	transition: all .5s;
}
#main .about-us__list{
	position:absolute;
	top:50%;
	left:100px;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
}
#main .about-us__list li{
	height:100px;
	padding:20px 0;
}
#main .about-us__li-box{
	padding:0 0 0 120px;
	position:relative;
}
#main .about-us__li-box .icon{
	position:absolute;
	left:0;
	top:0;
	width:100px;
	height:100px;
	border-radius:50%;
	border:2px solid #fff;
	padding:14px 0 0 14px;
	box-sizing:border-box;
	text-align:left;
}
#main .about-us__li-box .icon svg{
	width:70px;
	height:70px;
	fill:#fff;
}
#main .about-us__li-box p{
	font-size:48px;
	color:#fff;
	height:55px;
	padding:10px 0 0;
}
#main .about-us__li-box span{
	display:block;
	color:#fff;
	height:25px;
	font-size:24px;
}


#main .service-box{
	background:#114b94;
	padding:160px 0;
	
}
#main .service-box ul{
	width:calc(100% + 30px);
	margin-left:-15px;
	font-size:0;
}
#main .service-box li{
	display:inline-block;
	vertical-align:top;
	width:25%;
	padding:0 15px ;
	box-sizing:border-box;
	margin:0 0 30px;
	font-size:14px;
}
#main .service-icon{
	margin:0 0 24px;
}
#main .service-icon i{
	display:block;
	font-size:60px;
	color:#fff;
}
#main .service-list__con h4{
	font-size:20px;
	color:#fff;
	margin:0 0 20px;
}
#main .service-list__con p{
	color:#fff;
	line-height:20px;
}


.message-box{
	background: url(../image/mes_bg.jpg) no-repeat center center;
    background-size: cover;
	height:770px;
	position:relative;
}
.message-box .wrapper{
	position:relative;
	height:100%;
	
}
.message-box .message-form{
	width:46%;
	background:#fff;
	padding:30px;
	margin:0 auto;
	box-sizing:border-box;
	position:absolute;
	top:50%;
	left:0;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
}
.message-box .message-form h3{
	display: block;
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-family: 'poppinssemibold';
    margin-bottom: 15px;
}
.message-box .message-form > p{
	color: #636363;
    font-size: 12px;
    line-height: 24px;
}
.message-box .message-form form{
	margin:20px 0 0;
}
.message-box .message-form .feedback-wrap{
	overflow:hidden;
}
.message-box .feedback-name,
.message-box .feedback-email,
.message-box .feedback-tel,
.message-box .feedback-title,
.message-box .feedback-select{
	float:left;
	width:calc(50% - 10px);
	box-sizing:border-box;
	height:42px;
	border:1px solid #f0f0f0;
	position:relative;
	margin-bottom:20px;
	padding:0;
	text-indent:10px;
	line-height:20px;
}
.message-box .feedback-tel,
.message-box .feedback-title{
	width:100%;
}
.message-box .feedback-select{width:100%;}
.message-box .feedback-email,
.message-box .feedback-title{
	float:right;
}
.message-box .feedback-textarea{
	border:0;
	width:100%;
	height:130px;
    max-height: 130px;
    padding: 10px;
    background: transparent;
    border: none;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    font-family: 'poppins';
    background-repeat: no-repeat;
    border-radius: 2px;
	box-sizing:border-box;
	float:left;
	border:1px solid #f0f0f0;
	margin-bottom:20px;
	line-height:20px;
}
.message-box .feedback-code-box{
	width:100%;
	height:42px;
}
.message-box .feedback-code-box input{
	width:calc(50% - 10px);
	box-sizing:border-box;
	height:42px;
	border:1px solid #f0f0f0;
	float:left;
	margin-right:20px;
	text-indent:10px;
	line-height:20px;
}
.message-box .feedback-code-box{
	float:left;
	width:100%;
}
.message-box .feedback-code-box img{
	float:left;
	height:40px;
	max-width:calc(50% - 10px);
}
.message-box .feedback-btn{
	padding: 10px 30px;
    display: inline-block;
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-family: 'poppinssemibold';
    letter-spacing: 1px;
    border-radius: 25px;
    background: #2773cf;
    margin: 25px 0 0;
    font-weight: bold;
    overflow: hidden;
    border: 0;
    cursor: pointer;
	float:left;
}




.message-box .map{
	position:absolute;
	right:0;
	top:0;
	width:50%;
	height:100%;
}

#footer{
	background:#393939;
	padding:70px 0 0;
	color:#c5c5c5;
	font-size: 12px;
}
#footer .help-center{

}
#footer .help-center dl{
	float:left;
	width:20%;
	padding:0 30px 0 0;
	box-sizing:border-box;
}
#footer .help-center dt{
	display: block;
    color: #ffffff;
    font-size: 15px;
    font-family: 'poppinssemibold';
	margin-bottom: 20px;
	position:relative;
}
#footer .help-center dt a{
	color:#fff;
}
#footer .help-center dt .help-icon{
	position:absolute;
	right:0;
	top:0;
	height:44px;
	line-height:44px;
	font-size:20px;
	font-weight:normal;
	color:#808080;
	width:44px;
	text-align:center;
	display:none;			
}
#footer .help-center dd{
	line-height:20px;
}

#footer .help-center .contact-us{
	width:30%;
}
#footer .help-center .contact-us .detail{
	margin:0 0 15px;
	color: #c5c5c5;
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    max-height: 72px;
}
#footer .contact-us p{
	color: #c5c5c5;
    
    line-height: 24px;
    overflow: hidden;
    max-height: 72px;
}
#footer .help-center .quick-links{}
#footer .help-center .hot-tags{}

#footer .quick-links dd a,
#footer .hot-tags dd a{
	display:block;
	height:20px;
	line-height:20px;
	margin: 0 0 10px;
	color: #c5c5c5;
	transition:all 0.3s ease;
}
#footer .quick-links dd a:hover,
#footer .hot-tags dd a:hover{
	color:#fff;
	text-decoration:underline;
}
#footer .help-center .subscribe{
	width:30%;
}
#footer .help-center .subscribe dd p{
	margin: 0 0 15px;
    color: #c5c5c5;
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
}

#footer .help-center .newsletter_txt{
	height:46px;
	width:100%;
	box-sizing:border-box;
	border:1px solid #636363;
	border-radius:5px;
	background:none;
	text-indent:10px;
	color:#fff;
	font-size:14px;
}
#footer .help-center .newsletter_btn{
	padding: 10px 30px;
    display: inline-block;
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-family: 'poppinssemibold';
    letter-spacing: 1px;
    border-radius: 25px;
    background: #2773cf;
    margin: 25px 0 0;
    font-weight: bold;
    overflow: hidden;
	border:0;
	cursor:pointer;
}

#footer .footer-bottom{
	margin:50px 0 0;
	padding:0 0 50px;
}
#footer .copyright{
	height:60px;
	line-height:60px;
	margin:30px 0 0;
	text-align:center;
	border-top:1px solid #666;
}
#footer .sns{
	margin:30px 0 0;
}
#footer .sns li{
	display:inline-block;
	vertical-align:middle;
	margin-right:20px;
	width:40px;
	height:40px;
}
#footer .sns li a{
	font-size:20px;
	color:#fff;
	display:block;
	line-height:40px;
	text-align:center;
}

/*多主题颜色*/
/*orange*/
.home_common_style_orange a:hover{
	color:#ff9832;
}
.home_common_style_orange #header .nav,
.home_common_style_orange #main .product-more a:hover,
.home_common_style_orange #main .about-us__con .more,
.home_common_style_orange #main #product-tab .more,
.home_common_style_orange .message-box .feedback-btn,
.home_common_style_orange #footer .help-center .newsletter_btn,
.home_common_style_orange .message-box .message-btn,
.home_common_style_orange .swiper-pagination-bullet-active,
.home_common_style_orange #module-login .login-btn,
.home_common_style_orange #product-detail .detail-btn a,
.home_common_style_orange #inquiry-box .inquiry-btn,
.home_common_style_orange #feedback-box .feedback-btn,
.home_common_style_orange .notice-box .notice-con a{
	background:#ff9832 !important;
}
.home_common_style_orange #header .nav-sub dd a:hover,
.home_common_style_orange #main .product-more a{
	color:#ff9832;
}
.home_common_style_orange #header .nav-sub,
.home_common_style_orange #main .product-more a{
	border-color:#ff9832;
}
.home_common_style_orange #main .product-more a:hover{
	color:#fff;
}

.home_common_style_orange #main .main-product-list,
.home_common_style_orange #main .service-box{
	background:#cb7f35;
}
.home_common_style_orange #header .nav li.on > a, 
.home_common_style_orange #header .nav li.first-li a, 
.home_common_style_orange #header .nav li > a:hover{
	background:#fff;
	color:#000;
}
/*red*/
.home_common_style_red a:hover{
	color:#ed3445;
}
.home_common_style_red #header .nav,
.home_common_style_red #main .product-more a:hover,
.home_common_style_red #main .about-us__con .more,
.home_common_style_red #main #product-tab .more,
.home_common_style_red .message-box .feedback-btn,
.home_common_style_red #footer .help-center .newsletter_btn,
.home_common_style_red .message-box .message-btn,
.home_common_style_red .swiper-pagination-bullet-active,
.home_common_style_red #module-login .login-btn,
.home_common_style_red #product-detail .detail-btn a,
.home_common_style_red #inquiry-box .inquiry-btn,
.home_common_style_red #feedback-box .feedback-btn,
.home_common_style_red .notice-box .notice-con a{
	background:#ed3445 !important;
}
.home_common_style_red #header .nav-sub dd a:hover,
.home_common_style_red #main .product-more a{
	color:#ed3445;
}
.home_common_style_red #header .nav-sub,
.home_common_style_red #main .product-more a{
	border-color:#ed3445;
}
.home_common_style_red #main .product-more a:hover{
	color:#fff;
}

.home_common_style_red #main .main-product-list,
.home_common_style_red #main .service-box{
	background:#ba2836;
}
.home_common_style_red #header .nav li.on > a, 
.home_common_style_red #header .nav li.first-li a, 
.home_common_style_red #header .nav li > a:hover{
	background:#fff;
	color:#000;
}
/*yellow*/
.home_common_style_yellow a:hover{
	color:#bdbe24;
}
.home_common_style_yellow #header .nav,
.home_common_style_yellow #main .product-more a:hover,
.home_common_style_yellow #main .about-us__con .more,
.home_common_style_yellow #main #product-tab .more,
.home_common_style_yellow .message-box .feedback-btn,
.home_common_style_yellow #footer .help-center .newsletter_btn,
.home_common_style_yellow .message-box .message-btn,
.home_common_style_yellow .swiper-pagination-bullet-active,
.home_common_style_yellow #module-login .login-btn,
.home_common_style_yellow #product-detail .detail-btn a,
.home_common_style_yellow #inquiry-box .inquiry-btn,
.home_common_style_yellow #feedback-box .feedback-btn,
.home_common_style_yellow .notice-box .notice-con a{
	background:#bdbe24 !important;
}
.home_common_style_yellow #header .nav-sub dd a:hover,
.home_common_style_yellow #main .product-more a{
	color:#bdbe24;
}
.home_common_style_yellow #header .nav-sub,
.home_common_style_yellow #main .product-more a{
	border-color:#bdbe24;
}
.home_common_style_yellow #main .product-more a:hover{
	color:#fff;
}

.home_common_style_yellow #main .main-product-list,
.home_common_style_yellow #main .service-box{
	background:#8a8b1b;
}
.home_common_style_yellow #header .nav li.on > a, 
.home_common_style_yellow #header .nav li.first-li a, 
.home_common_style_yellow #header .nav li > a:hover{
	background:#fff;
	color:#000;
}
/*green*/
.home_common_style_green a:hover{
	color:#2cd32c;
}
.home_common_style_green #header .nav,
.home_common_style_green #main .product-more a:hover,
.home_common_style_green #main .about-us__con .more,
.home_common_style_green #main #product-tab .more,
.home_common_style_green .message-box .feedback-btn,
.home_common_style_green #footer .help-center .newsletter_btn,
.home_common_style_green .message-box .message-btn,
.home_common_style_green .swiper-pagination-bullet-active,
.home_common_style_green #module-login .login-btn,
.home_common_style_green #product-detail .detail-btn a,
.home_common_style_green #inquiry-box .inquiry-btn,
.home_common_style_green #feedback-box .feedback-btn,
.home_common_style_green .notice-box .notice-con a{
	background:#2cd32c !important;
}
.home_common_style_green #header .nav-sub dd a:hover,
.home_common_style_green #main .product-more a{
	color:#2cd32c;
}
.home_common_style_green #header .nav-sub,
.home_common_style_green #main .product-more a{
	border-color:#2cd32c;
}
.home_common_style_green #main .product-more a:hover{
	color:#fff;
}

.home_common_style_green #main .main-product-list,
.home_common_style_green #main .service-box{
	background:#21a421;
}
.home_common_style_green #header .nav li.on > a, 
.home_common_style_green #header .nav li.first-li a, 
.home_common_style_green #header .nav li > a:hover{
	background:#fff;
	color:#000;
}
/*cyan*/
.home_common_style_cyan a:hover{
	color:#27d3d3;
}
.home_common_style_cyan #header .nav,
.home_common_style_cyan #main .product-more a:hover,
.home_common_style_cyan #main .about-us__con .more,
.home_common_style_cyan #main #product-tab .more,
.home_common_style_cyan .message-box .feedback-btn,
.home_common_style_cyan #footer .help-center .newsletter_btn,
.home_common_style_cyan .message-box .message-btn,
.home_common_style_cyan .swiper-pagination-bullet-active,
.home_common_style_cyan #module-login .login-btn,
.home_common_style_cyan #product-detail .detail-btn a,
.home_common_style_cyan #inquiry-box .inquiry-btn,
.home_common_style_cyan #feedback-box .feedback-btn,
.home_common_style_cyan .notice-box .notice-con a{
	background:#27d3d3 !important;
}
.home_common_style_cyan #header .nav-sub dd a:hover,
.home_common_style_cyan #main .product-more a{
	color:#27d3d3;
}
.home_common_style_cyan #header .nav-sub,
.home_common_style_cyan #main .product-more a{
	border-color:#27d3d3;
}
.home_common_style_cyan #main .product-more a:hover{
	color:#fff;
}

.home_common_style_cyan #main .main-product-list,
.home_common_style_cyan #main .service-box{
	background:#21b5b5;
}
.home_common_style_cyan #header .nav li.on > a, 
.home_common_style_cyan #header .nav li.first-li a, 
.home_common_style_cyan #header .nav li > a:hover{
	background:#fff;
	color:#000;
}
/*blue*/

/*purple*/
.home_common_style_purple a:hover{
	color:#5d144c;
}
.home_common_style_purple #header .nav,
.home_common_style_purple #main .product-more a:hover,
.home_common_style_purple #main .about-us__con .more,
.home_common_style_purple #main #product-tab .more,
.home_common_style_purple .message-box .feedback-btn,
.home_common_style_purple #footer .help-center .newsletter_btn,
.home_common_style_purple .message-box .message-btn,
.home_common_style_purple .swiper-pagination-bullet-active,
.home_common_style_purple #module-login .login-btn,
.home_common_style_purple #product-detail .detail-btn a,
.home_common_style_purple #inquiry-box .inquiry-btn,
.home_common_style_purple #feedback-box .feedback-btn,
.home_common_style_purple .notice-box .notice-con a{
	background:#5d144c !important;
}
.home_common_style_purple #header .nav-sub dd a:hover,
.home_common_style_purple #main .product-more a{
	color:#5d144c;
}
.home_common_style_purple #header .nav-sub,
.home_common_style_purple #main .product-more a{
	border-color:#5d144c;
}
.home_common_style_purple #main .product-more a:hover{
	color:#fff;
}

.home_common_style_purple #main .main-product-list,
.home_common_style_purple #main .service-box{
	background:#36012d;
}
.home_common_style_purple #header .nav li.on > a, 
.home_common_style_purple #header .nav li.first-li a, 
.home_common_style_purple #header .nav li > a:hover{
	background:#fff;
	color:#000;
}
/*pink*/
.home_common_style_pink a:hover{
	color:#f84c96;
}
.home_common_style_pink #header .nav,
.home_common_style_pink #main .product-more a:hover,
.home_common_style_pink #main .about-us__con .more,
.home_common_style_pink #main #product-tab .more,
.home_common_style_pink .message-box .feedback-btn,
.home_common_style_pink #footer .help-center .newsletter_btn,
.home_common_style_pink .message-box .message-btn,
.home_common_style_pink .swiper-pagination-bullet-active,
.home_common_style_pink #module-login .login-btn,
.home_common_style_pink #product-detail .detail-btn a,
.home_common_style_pink #inquiry-box .inquiry-btn,
.home_common_style_pink #feedback-box .feedback-btn,
.home_common_style_pink .notice-box .notice-con a{
	background:#f84c96 !important;
}
.home_common_style_pink #header .nav-sub dd a:hover,
.home_common_style_pink #main .product-more a{
	color:#f84c96;
}
.home_common_style_pink #header .nav-sub,
.home_common_style_pink #main .product-more a{
	border-color:#f84c96;
}
.home_common_style_pink #main .product-more a:hover{
	color:#fff;
}

.home_common_style_pink #main .main-product-list,
.home_common_style_pink #main .service-box{
	background:#ea0073;
}
.home_common_style_pink #header .nav li.on > a, 
.home_common_style_pink #header .nav li.first-li a, 
.home_common_style_pink #header .nav li > a:hover{
	background:#fff;
	color:#000;
}
/*black*/
.home_common_style_black a:hover{
	color:#333;
}
.home_common_style_black #header .nav,
.home_common_style_black #main .product-more a:hover,
.home_common_style_black #main .about-us__con .more,
.home_common_style_black #main #product-tab .more,
.home_common_style_black .message-box .feedback-btn,
.home_common_style_black #footer .help-center .newsletter_btn,
.home_common_style_black .message-box .message-btn,
.home_common_style_black .swiper-pagination-bullet-active,
.home_common_style_black #module-login .login-btn,
.home_common_style_black #product-detail .detail-btn a,
.home_common_style_black #inquiry-box .inquiry-btn,
.home_common_style_black #feedback-box .feedback-btn,
.home_common_style_black .notice-box .notice-con a{
	background:#333 !important;
}
.home_common_style_black #header .nav-sub dd a:hover,
.home_common_style_black #main .product-more a{
	color:#333;
}
.home_common_style_black #header .nav-sub,
.home_common_style_black #main .product-more a{
	border-color:#333;
}
.home_common_style_pink #main .product-more a:hover{
	color:#fff;
}

.home_common_style_black #main .main-product-list,
.home_common_style_black #main .service-box{
	background:#666;
}
.home_common_style_black #header .nav li.on > a, 
.home_common_style_black #header .nav li.first-li a, 
.home_common_style_black #header .nav li > a:hover{
	background:#fff;
	color:#000;
}


#main .main-product-list .swiper-pagination-bullet-active{
	background:#fff !important;
}


































/*内页左侧列表*/
#left-box{
	float:left;
	width:260px;
}
#left-box .title{
	font-size:20px;
	color:#333;
	margin:0 0 20px;
}
#left-box .title a{
	color:#333;
}
#left-box .left-categories{
	margin:0 0 50px;
}

#left-box .left-categories li{
	border-bottom:1px solid #e9e9e9;
}
#left-box .left-level{
	position:relative;
	padding:0 30px 0 0;
}
#left-box .left-categories li a{
	display:block;
	height:50px;
	line-height:50px;
	color:#888;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#left-box .left-categories li a:hover,
#left-box .left-categories li a.on{
	color:#333;
}
#left-box .left-level > span{
	position:absolute;
	right:0;
	top:0;
	width:30px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:30px;
	cursor:pointer;
	color:#666;
}
#left-box .left-categories__sub{
	background:#fafafa;
	display:none;
}
#left-box .left-categories li .left-categories__sub a{
	height:50px;
	line-height:50px;
	font-weight:normal;
	font-size:14px;
	border-top:1px solid #e9e9e9;
	padding:0 0 0 15px;
	color:#777;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#left-box .left-box .new-products .title{
	margin:0;
}
#left-box .new-products .title{
	margin:0;
}
#left-box .new-products li{
	padding:20px 0 20px 90px;
	border-bottom:1px solid #e9e9e9;
	position:relative;
	height:80px;
	
}
#left-box .new-products li .product-pic{
	position:absolute;
	top:20px;
	left:0;
	width:80px;
	height:80px;
	border:1px solid #e9e9e9;
	box-sizing:border-box;
	text-align:center;
}
#left-box .new-products li .product-pic img{
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}
#left-box .new-products li .product-pic span{
	display:inline-block;
	vertical-align:middle;
	height:100%;
}
#left-box .new-products li .product-name{
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	transition:all 0.3s;
	overflow : hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	margin:4px 0 0;
	height:72px;
}
#left-box .new-products li .products-mini__detail{
	display:none;
}
#left-box .new-products li.other{
	border:0;
	height:0;
	margin:0;
	padding:0;
	width:100%;
}
#right-box{
	float:right;
	width:910px;
}
#right-box .page_h1{
	font-size:20px;
	color:#333;
	padding:0 0 20px;
	border-bottom:1px solid #e9e9e9;
	margin:0 0 20px;
	position:relative;
}
/*产品列表页*/
#page-products-list{
	width:1200px;
	margin:50px auto 0;
}
#page-products-list .sub-list{
	font-size:0;
	margin:0 0 5px;
}
#page-products-list .sub-list a{
	display:inline-block;
	font-size:14px;
	width:140px;
	height:40px;
	line-height:40px;
	border:1px solid #e9e9e9;
	padding:0;
	margin:0 14px 15px 0;
	transition:all 0.3s;
	box-sizing:border-box;
	vertical-align:top;
	text-align:center;
	color:#666;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
#page-products-list .sub-list a:nth-child(6n){
	margin-right:0;
}
#page-products-list .sub-list a:hover{
	border-color:#333;
	color:#333;
}

#page-products-list .product-list{
	overflow:hidden;
	width:calc(100% + 10px);
	margin:0 0 0 -5px;
}
#page-products-list .product-list li{
	float:left;
	width:25%;
	padding:0;
	box-sizing:border-box;
	margin:0 0 10px;
	padding:0 5px;
	box-sizing:border-box;
}
#page-products-list .product-list li.other{
	width:100%;
	height:0;
	margin:0;
	padding:0;
}
#page-products-list .product-list .product-con{
	border:1px solid #e9e9e9;
    background: #fff;
    padding:  15px;
    transition: all .5s;
    text-align: center;
}
#page-products-list .product-list .product-pic{
	overflow:hidden;
	display:block;
	text-align:center;
}
#page-products-list .product-list .product-pic img{
	max-width:100%;
	transition: all .5s;
	position:relative;
	top:50%;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
}
#page-products-list .product-list li .product-name{
	display: block;
    margin: 15px 0;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    height: 48px;
    font-family: 'poppinssemibold';
	font-weight:bold;
	padding:15px 0 0;
	position:relative;
	border-top:1px solid #e9e9e9;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition:all 0.3s;
}

#page-products-list .product-list li .product-con .products-mini__detail{
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
} 
#page-products-list .ban{
	margin: 0 0 20px;
}
#page-products-list .bottom_ban{
	margin: 20px 0 ;
}

/*帮助中心*/
#navpage{
	width:1200px;
	margin:50px auto 50px;
}
#navpage .navpage_content img{
	text-align:center;
	max-width:100%;
}


/*新闻列表*/
#page-news{
	width:1200px;
	margin:50px auto 0;
}
#page-news .news-list{
	height:282px;
	border:1px solid #e9e9e9;
	margin:0 0 20px;
	padding:20px 20px 20px 280px;
	box-sizing:border-box;
	position:relative;
	font-size:0;
}
#page-news .news-pic{
	position:absolute;
	left:20px;
	top:20px;
	width:240px;
	height:240px;
}
#page-news .news-pic a{
	display:block;
	width:100%;
	height:100%;
}
#page-news .news-con{
	position:relative;
	top:50%;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
}
#page-news .news-name{
	display:block;
	font-size:20px;
	color:#333;
	line-height:34px;
	font-weight:bold;
	max-height:68px;
	margin:0 0 10px;
	overflow:hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#page-news .news-time{
	height:30px;
	line-height:30px;
	color:#999;
	font-size:16px;
	margin:0 0 10px;
}
#page-news .news-time svg{
	vertical-align:top;
	width:30px;
	height:30px;
	fill:#333;
	margin:0 10px 0 0;

}
#page-news .news-descript{
	font-size:16px;
	line-height:26px;
	color:#999;
	max-height:78px;
	overflow:hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
#page-news .news-list__noimg{
	padding:20px;
	height:auto;
}
#page-news .news-list__noimg .news-con{
	top:0;
	transform:none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	-webkit-transform:none;
}

/*新闻详情*/
#news-detail{
	width: 1200px;
    margin: 50px auto 0;
}
#news-detail .article_detail_time{
	position:absolute;
	right:0;
	top:0;
	font-size:16px;
	font-weight:normal;
	line-height:20px;
}
#news-detail .epaddthis{
	margin:0 0 10px;
}
#news-detail .epaddthis a{
	display:inline-block;
	height:30px;
	line-height:30px;
	margin-right:15px;
}
#news-detail .epaddthis a span{
	line-height:30px;
	font-size:18px;
}
#news-detail .article_image img{
	max-width:100%;
}
#news-detail .article_content{
	padding:15px 0;
	line-height:24px;
	color:#333;
}
#news-detail .article_url_panel{
	margin:0 0 50px;
}
#news-detail .article_url_panel p{
	margin:15px 0;
}
#news-detail .article_content img{
	max-width:100%;
	width:auto !important;
	height:auto !important;
}

/*商品详情页*/
#product-detail{
	margin:50px 0 0;
}
#product-detail .product-detail__wrapper{
	width:1200px;
	margin:0 auto;
}

#product-detail .crumb {
	font-size: 14px;
	color: #333;
	margin: 0 0 15px;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#product-detail .crumb a,
#product-detail .crumb span {
	color: #333;
	padding: 10px 15px; 
}


.crumb {
    margin-bottom: 20px;
    font-size: 14px; /* 字体大小可调整 */
    color: #666; /* 文字基础颜色 */
    line-height: 1;
}

/* 面包屑链接样式 */
.crumb a {
    color: #3366cc; /* 链接颜色 */
    text-decoration: none; /* 去除下划线 */
    margin: 0 8px; /* 链接左右间距 */
    position: relative;
}

/* 链接 hover 效果（可选） */
.crumb a:hover {
    color: #ff6600; /*  hover 时颜色变化 */
    text-decoration: underline; /* 可选：hover 显示下划线 */
}

/* 自定义分隔符（>）- 替代默认链接间的空隙 */
.crumb a:not(:last-child)::after {
    content: ">"; /* 分隔符内容 */
    color: #666; /* 分隔符颜色 */
    position: absolute;
    right: -12px; /* 分隔符位置调整 */
    top: 0;
}
#product-detail .viewbox {
	position: relative;
	margin: 0 0 15px;
}
#product-detail .crumb a:hover {
	color: #ed3445;
}
#product-detail .viewpicleft{
	float:left;
	width:358px;
}
#product-detail .bigimgbox{
	border:4px solid #e9e9e9;
	box-sizing:border-box;
	position:relative;
}
#product-detail .video-icon{
	position:absolute;
	left:50%;
	top:50%;
	width:60px;
	height:40px;
	padding:5px 0 0;
	line-height:40px;
	text-align:center;
	border-radius:10px;
	background:#ed3445;
	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;
	display:none;
}
#product-detail .video-icon svg{
	fill:#fff;
	width:30px;
	height:30px;
}

#product-detail .viewimgbox{
	margin-top:10px;
	padding: 0;
	position:relative;
	box-sizing:border-box;
}
#product-detail .viewimg_list{
	
}

#product-detail .viewimg li{
	width:80px;
	height:80px;
	border:1px solid #e9e9e9;
	box-sizing:border-box;
	float:left;
	opacity:0.5;
	margin:0 10px 0 0;
}
#product-detail .viewimg li.cur{
	border-color:#ed3445;
	opacity:1;
}
#product-detail .viewimg li a{
	display:block;
	text-align:center;
	height:100%;
	width:100%;
}
#product-detail .viewimg li img{
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}
#product-detail .viewimg li span{
	display:inline-block;
	height:100%;
	vertical-align:middle;
}
#product-detail .viewimgbox .btn_prev,
#product-detail .viewimgbox .btn_next{
	width:25px;
	background:#999;
	height:80px;
	text-align:center;
	padding:30px 0 0;
	box-sizing:border-box;
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s;
	z-index:99;
}
#product-detail .viewimgbox .btn_next{
	right:0;
	left:auto;
}
#product-detail .viewimgbox .btn_prev svg,
#product-detail .viewimgbox .btn_next svg{
	fill:#fff;
	width:20px;
	height:20px;
}
#product-detail .viewimgbox .btn_next svg{
	transform:rotate(180deg);
}
#product-detail .viewimgbox:hover .btn_prev,
#product-detail .viewimgbox:hover .btn_next{
	visibility:visible;
	opacity:0.2;
}
#product-detail .viewimgbox .btn_prev:hover,
#product-detail .viewimgbox .btn_next:hover{
	opacity:0.8;
}



#product-detail .viewfontright{
	float:right;
	width:520px;
}
#product-detail .product_detail_h1{
	font-size:18px;
	color:#333;
	line-height:30px;
}
#product-detail .product_itemno{
	color:#666;
	font-size:16px;
	line-height:30px;
	border-bottom:1px solid #e9e9e9;
	padding:0 0 6px;
}
#product-detail dl.viewdl{
	margin:10px 0 0;
	overflow:hidden;
}
#product-detail dl.picsize dt,
#product-detail dl.viewcolor dt{
	line-height:24px;
	font-weight:bold;
	font-size:14px;
}
#product-detail dl.picsize dt span,
#product-detail dl.viewcolor dt span{
	display:inline-block;
	font-weight:normal;
}

#product-detail dl.picsize dd{
	width:100%;
	overflow:hidden;
}
#product-detail dl.picsize dd a {
    display: block;
    float: left;
    border: 1px solid #CDCDCD;
    padding: 0 10px;
    margin: 0 5px 5px 0;
    color: #7E7E7E;
    line-height: 30px;
    background: #fff;
    height: 30px;
    min-width: 20px;
    text-align: center;
	border-radius:3px;
	position:relative;
	overflow:hidden;
}
#product-detail dl.picsize dd a.cur, 
#product-detail dl.picsize dd a:hover,
#product-detail dl.viewcolor dd a.cur, 
#product-detail dl.viewcolor dd a:hover{
    border: 1px solid #ed3445;
    position: relative;
}
#product-detail dl.picsize dd a:hover b,
#product-detail dl.picsize dd a.cur b,
#product-detail dl.viewcolor dd a:hover b,
#product-detail dl.viewcolor dd a.cur b{
	background: url(../image/tu_cur.png) no-repeat left top;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
#product-detail dl.viewcolor dd a{
    text-align: center;
    border: 1px solid #CDCDCD;
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0;
    position: relative;
    height: 60px;
    width: 60px;
    border-radius: 3px;
	overflow:hidden;
}
#product-detail dl.viewcolor dd a .addprice{
	display:none;
}
#product-detail .st_list{
	margin-top:10px;
}
#product-detail .st_list li{
    line-height: 24px;
	padding:0 0 0 15px;
	position:relative;
	color:#333;
}
#product-detail .st_list li:before{
	position:absolute;
	left:0;
	top:6px;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#999;
	content:'';
}
#product-detail .detail-btn{
	margin:15px 0 0;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#product-detail .detail-btn a{
	display:inline-block;
	padding:0 34px;
	background:#2773cf;
	color:#fff;
	font-size:18px;
	width: calc(50% - 10px);
    box-sizing: border-box;
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
    text-align: center;
}
#product-detail .viewnav{
	margin:15px 0 0;
}
#product-detail .product-descript{
	margin:50px 0 0;
}
#product-detail .product-descript h3{
	height:45px;
	border-bottom:1px solid #e9e9e9;
	font-size:18px;
	color:#999;
	display: flex;
    align-items: center;
}
#product-detail .product-descript h3 a{
	color:#999;
}
#product-detail .product-descript h3 a svg{
	color:#999;
	display:none;
}
#product-detail .product-descript h3 a.on{
	color:#333;
}
#product-detail .product-descript h3 span{
	padding:0 20px;
	font-weight:normal;
}
#product-detail .tabfontbox{
	margin:15px 0 0;
}
#product-detail .tabfontbox .tabfont{
	display:none;
}
#product-detail .product-descript .specifications{
	overflow:hidden;
}
#product-detail .product-descript .specifications li{
	width:100%;
	line-height:34px;
	color:#666;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	position:relative;
	padding:0 30px 0 160px;
	box-sizing:border-box;
}
#product-detail .product-descript .specifications li span{
	position:absolute;
	left:0;
	top:0;
	width:160px;
	line-height:34px;
	color:#333;
}
#product-detail .pro-descript{
	margin:30px 0 0;
}
#product-detail .pro-descript img{
	max-width:100%;
}

#product-detail .relevant-list{
	background:#fafafa;
	padding:60px 0;
	margin:50px 0 0;
	text-align:center;
}
#product-detail .relevant-wrapper{
	width:1200px;
	margin:0 auto;
	position:relative;
}
#product-detail .relevant-container{
	padding:0 0 20px;
}
#product-detail .relevant-title{
	font-size:28px;
	color:#333;
	text-align:center;
	margin:0 0 50px;
}
#product-detail .relevant-list ul{
	padding:15px 0;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
#product-detail .relevant-list li{
	width:calc(25% - 12px);
	margin-right: 16px;
	margin-bottom: 16px;
	box-sizing:border-box;
}
#product-detail .relevant-list li:nth-child(4n){
	margin-right: 0;
}
#product-detail .relevant-list li .product-con{
    background: #fff;
    padding: 15px;
    transition: all .5s;
    text-align: center;
	border-radius: 5px;
}
#product-detail .relevant-list li .product-pic{
	overflow: hidden;
    display: block;
    text-align: center;
	display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
#product-detail .relevant-list li .product-pic img{
    max-width: 100%;
    transition: all .5s;
    max-height: 100%;
    width: auto;
}
#product-detail .relevant-list li .product-name{
    display: block;
    margin: 15px 0;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    height: 48px;
    font-family: 'poppinssemibold';
    font-weight: bold;
    padding: 15px 0 0;
    position: relative;
    border-top: 1px solid #e9e9e9;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#product-detail .relevant-list li .products-mini__detail{
	color: #999999;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#product-detail .relevant-list li:hover .product-con{
	box-shadow: 0 5px 9px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
    transform: translate3d(0,-3px,0);
    -webkit-transform: translate3d(0,-3px,0);
}
#product-detail .relevant-list li:hover .product-name{
	color:#ff9832;
}
#product-detail .relevant-list .swiper-button-next,
#product-detail .relevant-list .swiper-button-prev{
	width:80px;
	height:80px;
	background:#c8c8c8;
	border-radius:50%;
	text-align:left;
	padding:20px 0 0 20px;
	box-sizing:border-box;
	outline: none;
	transition:all 0.3s;
	opacity:0;
	visibility:hidden;
}
#product-detail .relevant-list:hover .swiper-button-next,
#product-detail .relevant-list:hover .swiper-button-prev{
	opacity:1;
	visibility:visible;
}
#product-detail .relevant-list .swiper-button-next:hover,
#product-detail .relevant-list .swiper-button-prev:hover{
	background:#2773cf;
}
#product-detail .relevant-list .swiper-button-next svg,
#product-detail .relevant-list .swiper-button-prev svg{
	width:40px;
	height:40px;
	text-align:left;
	fill:#fff;
	
}
#product-detail .relevant-list .swiper-button-next{
	right:-100px;
}
#product-detail .relevant-list .swiper-button-prev{
	left:-100px;
}
#product-detail .viewbox{
	min-height:452px;
}
#product-detail .pro-descript{
	line-height:22px;
}

/*inquiry*/
#inquiry-box{
	background:#fafafa;
	padding:50px 0;
}
#inquiry-box .inquiry-wrapper{
	width:1200px;
	margin:0 auto;
	background:#fff;
}
#inquiry-box .inquiry-con{
	padding:60px;
}
#inquiry-box .inquiry-wrap{
	padding:40px;
}
#inquiry-box .inquiry-con h3{
	font-size: 20px;
    color: #333;
    padding: 0 0 20px;
    border-bottom: 1px solid #e9e9e9;
    margin: 0 0 20px;
    position: relative;
}
#inquiry-box .inquiry-product-list{
	position:relative;
	height:160px;
	padding: 0 150px 0 180px;
}

#inquiry-box .inquiry-pic{
	position:absolute;
	left:0;
	top:0;
	width:160px;
	height:160px;
	border:1px solid #e9e9e9;
	box-sizing:border-box;
	text-align:center;
}
#inquiry-box .inquiry-pic img{
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}
#inquiry-box .inquiry-pic span{
	display:inline-block;
	vertical-align:middle;
	height:100%;
}
#inquiry-box .inquiry-pro-con{
	position:relative;
	top:50%;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
}
#inquiry-box .inquiry-name{
	font-size:20px;
	line-height:40px;
	color:#333;
	font-weight:bold;
	max-height:80px;
	overflow:hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#inquiry-box .inquiry-number,
#inquiry-box .inquiry-price{
	line-height:40px;
	color:#666;
	font-size:20px;
}
#inquiry-box .inquiry-qty{
	position:absolute;
	right:-150px;
	top:50%;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
}
#inquiry-box .quantityform{}
#inquiry-box .quantityform .iconleft,
#inquiry-box .quantityform .iconright{
	float:left;
	width:34px;
	height:34px;
	background:#e9e9e9;
	padding:5px;
	box-sizing:border-box;
}
#inquiry-box .quantityform .iconleft svg,
#inquiry-box .quantityform .iconright svg{
	fill:#666;
	width:100%;
	height:100%;
}
#inquiry-box .quantityform .iconright{
	background:#333;
}
#inquiry-box .quantityform .iconright svg{
	fill:#fff;
}
#inquiry-box #buyskunums{
	float:left;
	width:60px;
	height:34px;
	border:1px solid #e9e9e9;
	border-left:0;
	border-right:0;
	box-sizing:border-box;
	text-align:center;
}
#inquiry-box .inquiry-form{
	margin:30px 0 0;
}
#inquiry-box .inquiry-full-name,
#inquiry-box .inquiry-email,
#inquiry-box .inquiry-phone,
#inquiry-box .inquiry-textarea,
#inquiry-box .inquiry-code,
#inquiry-box .inquiry-select{
	float:left;
	width:calc(50% - 10px);
	height:44px;
	border:1px solid #e9e9e9;
	box-sizing:border-box;
	line-height:20px;
	text-indent:10px;
	margin:0 0 20px;
}
#inquiry-box .inquiry-email{
	float:right;
}
#inquiry-box .inquiry-phone,
#inquiry-box .inquiry-select{
	width:100%;
}
#inquiry-box .inquiry-textarea{
	width:100%;
	height:140px;
	padding:10px;
	text-indent:0;
}
#inquiry-box .inquiry-upload{
	position:relative;
}
#inquiry-box .inquiry-upload a{
	display:inline-block;
	width:auto;
	height:44px;
	line-height:46px;
	background:#e9e9e9;
	padding:0 20px 0 60px;
	box-sizing:border-box;
	color:#333;
	font-size:14px;
	cursor:pointer;
}
#inquiry-box .inquiry-upload a svg{
	position:absolute;
	top:5px;
	left:15px;
	width:34px;
	height:34px;
	fill:#333;
}
#inquiry-box .inquiry-upload #attachData{
	position:absolute;
	left:0;
	top:0;
	width:auto;
	height:44px;
	opacity:0;
	cursor:pointer;
}
#inquiry-box .inquiry-upload__remarks{
	color:#999;
	font-size:16px;
	margin:10px 0 0;
	line-height:16px;
}
#inquiry-box .inquiry-code-box{
	margin:20px 0 0;
}
#inquiry-box .inquiry-code{
	width:200px;
}
#inquiry-box .inquiry-code-box img{
	height:44px;
	margin-left:20px;
}
#inquiry-box .inquiry-btn{
	display:block;
	width:100%;
	height:44px;
	line-height:44px;
	text-align:center;
	background:#2773cf;
	color:#fff;
	margin:20px 0 0;
}
#inquiry-box .inquiry-upload ul li{
	height:34px;
	line-height:34px;
	color:#333;
	position:relative;
	margin-top:8px;
	background:#f2f3f7;
	padding:0 10px;
}
#inquiry-box .inquiry-upload ul li .folder-con{
	width:calc(100% - 50px);
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#inquiry-box .inquiry-upload ul li span{
	color:#999;
}
#inquiry-box .inquiry-upload ul li i{
	position:absolute;
	right:8px;
	top:8px;
	width:18px;
	height:18px;
	text-align:center;
	line-height:18px;
	cursor:pointer;
	transform:rotate(45deg);
}
#inquiry-box .inquiry-upload ul li i:before{
	content:'';
	width:18px;
	height:2px;
	background:#666;
	position:absolute;
	top:8px;
	left:0;
}
#inquiry-box .inquiry-upload ul li i:after{
	content:'';
	width:2px;
	height:18px;
	background:#666;
	position:absolute;
	left:8px;
	top:0;
}

/*Feedback*/
#feedback-box{
	background:#fafafa;
	padding:50px 0;
}
#feedback-box .feedback-wrapper{
	width:1200px;
	margin:0 auto;
	background:#fff;
}
#feedback-box .feedback-con{
	padding:60px;
}
#feedback-box .feedback-wrap{
	padding:40px;
}
#feedback-box .feedback-con h3{
	font-size: 20px;
    color: #333;
    padding: 0 0 20px;
    border-bottom: 1px solid #e9e9e9;
    margin: 0 0 20px;
    position: relative;
}
#feedback-box .feedback-name,
#feedback-box .feedback-email,
#feedback-box .feedback-tel,
#feedback-box .feedback-title,
#feedback-box .feedback-code,
#feedback-box .feedback-textarea,
#feedback-box .feedback-select{
	float:left;
	width:calc(50% - 10px);
	height:44px;
	border:1px solid #e9e9e9;
	box-sizing:border-box;
	line-height:42px;
	padding:10px;
	margin:0 0 20px;
	line-height:20px;
}
#feedback-box .feedback-tel,
#feedback-box .feedback-title,
#feedback-box .feedback-select{
	width:100%;
}
#feedback-box .feedback-email,
#feedback-box .feedback-title{
	float:right;
}
#feedback-box .feedback-textarea{
	width:100%;
	height:140px;
}
#feedback-box .inquiry-upload{
	position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px;
}
#feedback-box .inquiry-upload a{
	display:inline-block;
	width:auto;
	height:44px;
	line-height:46px;
	background:#e9e9e9;
	padding:0 20px 0 60px;
	box-sizing:border-box;
	color:#333;
	font-size:14px;
	cursor:pointer;
	border-radius: 3px;
}
#feedback-box .inquiry-upload a svg{
	position:absolute;
	top:5px;
	left:15px;
	width:34px;
	height:34px;
	fill:#333;
}
#feedback-box .inquiry-upload input[name="attachData"]{
	position:absolute;
	left:0;
	top:0;
	width:auto;
	height:44px;
	opacity:0;
	cursor:pointer;
}
#feedback-box ul#upload-list{
	width: 100%;
}
#feedback-box ul#upload-list li{
	height:34px;
	line-height:34px;
	color:#333;
	position:relative;
	margin-top:8px;
	background:#f2f3f7;
	padding:0 10px;
}
#feedback-box ul#upload-list li .folder-con{
	width:calc(100% - 50px);
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#feedback-box ul#upload-list li span{
	color:#999;
}
#feedback-box ul#upload-list li i{
	position:absolute;
	right:8px;
	top:8px;
	width:18px;
	height:18px;
	text-align:center;
	line-height:18px;
	cursor:pointer;
	transform:rotate(45deg);
	background: none;
}
#feedback-box ul#upload-list li i:before{
	content:'';
	width:18px;
	height:2px;
	background:#666;
	position:absolute;
	top:8px;
	left:0;
}
#feedback-box ul#upload-list li i:after{
	content:'';
	width:2px;
	height:18px;
	background:#666;
	position:absolute;
	left:8px;
	top:0;
}

#feedback-box .feedback-code-box{
	margin:20px 0 0;
}
#feedback-box .feedback-code{
	width:200px;
}
#feedback-box .feedback-code-box img{
	height:44px;
	margin-left:20px;
}
#feedback-box .feedback-btn{
	display:block;
	width:100%;
	height:44px;
	line-height:44px;
	text-align:center;
	background:#2773cf;
	color:#fff;
	margin:20px 0 0;
	border:0;
	font-size:16px;
}

/*无结果*/
#search-error404{
	background:#fafafa;
	padding:50px 0 50px;
}
#search-error404 .search-error404-wrapper{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	background:#fff;
	box-sizing:border-box;
	padding:100px 40px 200px;
	text-align:center;
}
#search-error404 .search-title{
	font-size:28px;
	margin:0 0 30px;
}
#search-error404 .searchform{
	display:inline-block;
	height:40px;
	border:1px solid #e9e9e9;
	padding:0;
	font-size:0;
	position:relative;
}
#search-error404 .search_err_txt{
	width:400px;
	border:0;
	height:40px;
	text-indent:10px;
}
#search-error404 .btn_search{
	position:absolute;
	right:0;
	top:0;
	width:50px;
	height:40px;
	text-align:center;
	box-sizing:border-box;
	border:0;
	border-left:1px solid #e9e9e9;
	background:none;
	text-align:left;
	line-height:normal;
	padding:5px 10px;
}
#search-error404 .btn_search svg{
	width:30px;
	height:30px;
	fill:#333;
}
#search-error404 .search-error404-wrapper p{
	margin:30px;
	color:#ed3445;
	line-height:24px;
}

#page-products-list .daily-list{
	font-size:0;
	margin:0 0 5px;
	width:102%;
	margin:0 0 0 -1%;
}
#page-products-list .daily-list a{
	display:inline-block;
	font-size:14px;
	width:18%;
	height:40px;
	line-height:40px;
	border:1px solid #e9e9e9;
	padding:0;
	margin:0 1% 15px;
	transition:all 0.3s;
	box-sizing:border-box;
	vertical-align:top;
	text-align:center;
	color:#666;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
#page-products-list .daily-list a:nth-child(6){
	margin-right:0;
}
#page-products-list .daily-list a:hover{
	border-color:#333;
	color:#333;
}


#page-products-list .product-list-detail{
	margin:0 0 20px;
}
#page-products-list .product-list-detail img{
	max-width:100%;
}

/*sitemap*/
#sitemap-box{
	margin:50px auto;
	width:100%;
	max-width:1200px;
	box-sizing:border-box;
}
#sitemap-box .pcsitemap {
    
}
#sitemap-box h1{
	font-size: 28px;
    color: #333;
    padding: 0 0 20px;
    margin: 0 0 20px;
    position: relative;
	font-weight:normal;
}
#sitemap-box dl{
	padding-bottom:50px;
}
#sitemap-box dl dt{
	font-size:16px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	padding:0 0 15px;
	border-bottom:1px solid #e9e9e9;
}
#sitemap-box dl dt a{
	display:block;
	color:#333;
	font-size: 15px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#sitemap-box dl dd{
	padding:15px 0;
	font-size:0;
}
#sitemap-box dl dd a{
	display:inline-block;
	color:#888;
	font-size: 14px;
	height:40px;
	line-height:40px;	
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	transition:all 0.3s;
	width:25%;
	vertical-align:top
}
#sitemap-box dl dd a:hover{
	text-decoration:underline;
	color:#333;
}

/*提示*/
.notice-box{
	background:#fafafa;
	padding:50px 0;
}
.notice-box .notice-wrapper{
	max-width:1200px;
	width:100%;
	margin:0 auto;
	background:#fff;
}
.notice-box .notice-con{
	text-align:center;
	padding:100px 0;
}
.notice-box .notice-con svg{
	width:100px;
	height:100px;
	fill:#57a745;
}
.notice-box .warning svg{
	fill:#ff7171;
}

.notice-box .notice-con p{
	margin:30px 0 0;
	font-size:20px;
	color:#333;
}
.notice-box .notice-con a{
	display:inline-block;
	padding:0 20px;
	height:44px;
	line-height:44px;
	color:#fff;
	background:#2773cf;
	font-size:16px;
	margin:30px 0 0;
}
/*404*/
#error404{
	background:#fafafa;
	padding:50px 0;
}
#error404 .error404-wrapper{
	width:1200px;
	margin:0 auto;
	background:#fff;
	box-sizing:border-box;
}
#error404 .error404-con{
	text-align:center;
	padding:100px 0 200px;
}
#error404 .error404-con h1{
	font-size:28px;
	margin:0 0 30px;
	font-weight:normal;
}
#error404 .error404-con a{
	display:inline-block;
	margin:0 0 30px;
	color:#ed3445;
}
#error404 .error404-con p{
	color:#999;
}



/*module login*/
#module-login{
	background:#fafafa;
	padding:50px 0;
}
#module-login .module-login-wrapper{
	width: 1200px;
    margin: 0 auto;
    background: #fff;
	box-sizing:border-box;
}
#module-login .module-login-container{
	padding:100px 0;
	text-align:center;
}
#module-login .module-login-container h1{
	font-size:28px;
	color:#333;
}
#module-login .module-login-mdltext{
	color:#999;
	font-size:16px;
	margin:15px 0 0;
}
#module-login .module-login-list{
	margin:40px 0 0;
}
#module-login .module-login-list input{
	margin-bottom:30px;
	width:500px;
    height: 44px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    line-height: 42px;
    text-indent: 10px;
	line-height:20px;
}

#module-login .login-btn{
	display: inline-block;
    width: 500px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    margin: 0;
    border: 0;
	font-size:16px;
	background-color:#333;
}

/*品牌索引*/
#brands-box{
	max-width:1200px;
	width:100%;
	margin:0 auto;
	padding:50px 0;
	box-sizing:border-box;
}
#brands-box h1{
	font-size: 28px;
    color: #333;
    padding: 0 0 20px;
    margin: 0 0 20px;
    position: relative;
    font-weight: normal;
}
#brands-box .brands-list{
}
#brands-box ul{
	width:calc(100% + 20px);
	margin-left:-10px;
	font-size:0;
}
#brands-box li{
	display:inline-block;
	width:25%;
	padding:0 10px;
	box-sizing:border-box;
	margin:0 0 20px;
	font-size:14px;
	vertical-align:top;
}
#brands-box li .brands-item{
	
}
#brands-box li .brands-pic{
	display:block;
	height:110px;
	border:1px solid #e9e9e9;
	text-align:center;
	box-sizing:border-box;
	transition:all 0.3s;
}
#brands-box li .brands-pic img{
	max-height:80%;
	max-width:100%;
	vertical-align:middle;
}
#brands-box li .brands-pic span{
	display:inline-block;
	vertical-align:middle;
	height:100%;
}
#brands-box li .brands-name{
	display:block;
	text-align:center;
	font-size:16px;
	color:#666;
	font-weight:bold;
	line-height:24px;
	margin:10px 0 0;
	transition:all 0.3s;
}
#brands-box li:hover .brands-pic{
	box-shadow:0 0 5px #e9e9e9;
}
#brands-box li:hover .brands-name{
	color:#333;
}


/*气泡提示*/
.popup-tip-all{
	position:absolute;
	left:200px;
	top:300px;
	z-index:100000;
}
.popup-tip-body{
	border:1px solid #FFF;
	background:#FFF;
	padding:7px 7px 7px 7px;
	margin:7px 0;
	color:#333; 
	box-shadow: 1px 1px 3px 3px #ccc;
}
.popup-tip-arrows{
	position:absolute;
	bottom:0;
	background:url(../image/tip-arrows.png) no-repeat;
	width:14px;
	height:10px;
	left:15px;
	z-index:14;
	overflow:hidden; 
	display:none;
}
.popup-tip-arrows-up{
	top:0;
	background:#FFF
}
/*分页*/
.common_pages{
	padding:0 0 40px;
	text-align:center;
}
.common_pages a.prev,
.common_pages a.next{}
.common_pages a{
	display:inline-block;
	height:34px;
	line-height:34px;
	border:1px solid #e9e9e9;
	border-radius:20px;
	padding:0 20px;
	font-size:14px;
	vertical-align:middle;
	margin:0 5px 10px;
}
.common_pages a.cur,
.common_pages a:hover{
	background:#2773cf;
	border-color:#2773cf;
	color:#fff;
}
/*搜索框自动补全*/
.autocomplete-suggestions { 
	border: 1px solid #bad1df;
	border-radius:1px solid #bad1df; 
	box-shadow:0 0 0 6px #c9caca; 
	background: #FFF; 
	cursor: default; 
	overflow: auto; 
	-webkit-box-shadow: 0px 2px 3px rgba(50, 50, 50, 0.64); 
	-moz-box-shadow: 0px 2px 3px rgba(50, 50, 50, 0.64); 
	box-shadow: 0px 2px 3px rgba(50, 50, 50, 0.64); 
}
.autocomplete-suggestion { 
	padding: 2px 5px;  
	white-space: nowrap; 
	overflow: hidden; 
	line-height: 25px;
}
.autocomplete-selected { 
	background: #F0F0F0; 
}
.autocomplete-suggestions strong { 
	font-weight: bold; 
	color: #000; 
}

#module-login .login-btn,
#inquiry-box .inquiry-btn,
#feedback-box .feedback-btn{
	border-radius:25px;
}

#video_iframe iframe{
	position:absolute;
	left:0;
	top:0;
}
.product-detail .bigimgbox a.viewpic{
	display: block;
}
.product-detail .bigimgbox a.viewpic img{
	max-width:calc(100% - 20px);
	max-height: calc(100% - 20px);
}
.video-play{
        position:absolute;
        left:10px;
        bottom:10px;
        margin:auto;
        box-sizing:border-box;   
        width:50px;
        height:50px;
        line-height:50px;
        text-align:center;
        border-radius:50%;
        background:#fe0000;
        z-index: 110;
        transition:all 0.2s ease-in;
        cursor:pointer;
}
.video-play svg{
        width:24px;
        height:50px;
        fill:#fff;
        
        
}
.video-play:hover{
        background:#fe0000;
}
.player-close{
        position:absolute;
        top:10px;
        right:10px;
        box-sizing:border-box;   
        width:30px;
        height:30px;
        border-radius: 50%;
        background: #202020;
        text-align:center;
        z-index: 100;    
        cursor:pointer;
        border-radius:50%;
        color:#FFF;
        display:none;
        text-transform: uppercase;
        text-align: center;
}
.player-close svg{
	fill:#fff;
	height: 30px;
	width: 14px;
}





#product-detail .buy_at_box2017{width:calc(50% - 10px);margin-left: 20px;}
#product-detail .buy_at_box2017 .ba_con{position:relative;}
#product-detail .buy_at_box2017 .buy_at_clickbtn{height:40px;border:2px solid #eee;border-radius:6px;line-height:40px;font-size:18px;position:relative;cursor:pointer;}
#product-detail .buy_at_box2017 .buy_at_clickbtn svg{text-indent:0;position:absolute;right:15px;height:40px;width:16px;fill:#333;}
#product-detail .buy_at_box2017 ul{border:2px solid #eee;border-radius:6px;padding:12px;position:absolute;left:0;top:50px;background:#fff;width:100%;box-sizing:border-box;z-index:9;}
#product-detail .buy_at_box2017 ul li{margin-bottom:12px;}
#product-detail .buy_at_box2017 ul li.none{margin-bottom:0;}
#product-detail .buy_at_box2017 a{display:block;height:45px;width:100%;text-align:center;line-height:45px;color:#fff;border-radius:6px;background:#f7b060;font-size:16px;font-weight:bold;}
#product-detail .buy_at_box2017 ul li a.buy_at_amazon{background:#f7b15e;}
#product-detail .buy_at_box2017 ul li a.buy_at_aliexpress{background:#e5443c;}
#product-detail .buy_at_box2017 ul li a.buy_at_wish{background:#3299cd;}
#product-detail .buy_at_box2017 ul li a.buy_at_tmall{background:#dd2626;}
#product-detail .buy_at_box2017 ul li a.buy_at_jingdong{background:#cd3232;}
#product-detail .buy_at_box2017 ul li a.buy_at_ebay{background:#00cd66;}
#product-detail .buy_at_box2017 ul li a.buy_at_shopee{background:#ff5622;}
#product-detail .buy_at_box2017 ul li a.buy_at_dhgate{background:#f7f7f7;color:#333;}
#product-detail .buy_at_box2017 ul li a.buy_at_lazada{background:#183444;}
#product-detail .buy_at_box2017 ul li a.buy_at_cdiscount{background:#fdd100;}

#product-detail .buy_at_box2017 ul li a.buy_at_indiegogo{background:#eb1478;}
#product-detail .buy_at_box2017 ul li a.buy_at_walmart{background:#0a72bb;}
#product-detail .buy_at_box2017 ul li a.buy_at_mymall{background:#ef2246;}
#product-detail .buy_at_box2017 ul li a.buy_at_rakuten{background:#b00003;}
#product-detail .buy_at_box2017 ul li a.buy_at_souq{background:#008BFF;}


#product-detail .buy_at_box2017 ul li a.buy_at_noon{background:#444B55;}
#product-detail .buy_at_box2017 ul li a.buy_at_newegg{background:#f07724;}
#product-detail .buy_at_box2017 ul li a.buy_at_overstock{background:#f42b3b;}
#product-detail .buy_at_box2017 ul li a.buy_at_tophatter{background:#8760cc;}
#product-detail .buy_at_box2017 ul li a.buy_at_vova{background:#f97900;}
#product-detail .buy_at_box2017 ul li a.buy_at_joybuy{background:#f50101;}
#product-detail .buy_at_box2017 ul li a.buy_at_jumia{background:#6cb799;}
#product-detail .buy_at_box2017 ul li a.buy_at_kilimall{background:#150000;}
#product-detail .buy_at_box2017 ul li a.buy_at_trademe{background:#06c;}
#product-detail .buy_at_box2017 ul li a.buy_at_flipkart{background:#094e77;}
#product-detail .buy_at_box2017 ul li a.buy_at_paytm{background:#02bdf4;}
#product-detail .buy_at_box2017 ul li a.buy_at_joom{background:#42be97;}
#product-detail .buy_at_box2017 ul li a.buy_at_etsy{background:#f45800;}
#product-detail .buy_at_box2017 ul li a.buy_at_customize{background:#f4b00d;}
#product-detail .buy_at_box2017 ul li a.buy_at_alibaba{background:#ff6a00;}


#product-detail .buy_at_box2017 .buy_at_clickbtn span{display:inline-block; white-space:nowrap;width:calc(100% - 50px);overflow:hidden;text-overflow:ellipsis;text-indent:12px;}



div.zoomDiv{z-index:109;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url(../image/jqzoom_mask.png) repeat scroll 0 0 transparent;cursor:move;z-index:109;}


 
.showall{
	width: 100% !important;
}
#product-detail .showall .viewpicleft{
	width: 608px;
}

#product-detail .showall .viewfontright{
	float:right;
	width:560px;
}








/*分类类目页*/
.product_category_list{
	width: 1200px;
    margin: 50px auto 0;
}
.product_category_list .category_list_h1,
.product_category_list .category_list_h1 a{
	font-size: 16px;
	color: #000;
	font-weight: normal;
	position: relative;
}
.product_category_list .category_list_h1 a.more{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
}
.product_category_list .category_list_h1 a.more:hover{
	text-decoration: underline;
}
.product_category_list ul{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 20px 0 0;
}
.product_category_list li{
	width: calc(25% - 21px);
	margin-right: 28px;
	margin-bottom: 28px;
	transition: all 0.3s;

}
.product_category_list li:nth-child(4n){
	margin-right: 0;
}
.product_category_list li .category_pic{
	display: block;
	width: 100%;
	height: 254px;
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.product_category_list li .category_pic.all_product{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.product_category_list li .category_pic.all_product svg{
	max-height: 100%;
	width: 100%;
	height: 60%;
}
.product_category_list li .pro_content{
	padding: 10px 0 0;
}
.product_category_list li .category_name{
	display: block;
	color: #000;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.product_category_list li:hover{
    transform: translate(0,-5px);
}


















@media screen and (max-width:1200px){
	#header{
		position:fixed;
		left:0;
		top:0;
		z-index:999;
		width:100%;
		background:#fff;
	}
	#main{
		margin:200px 0 0;
	}
	#main .banner,
	#main .banner a{
		height:400px;
	}
	#main .swiper-pagination{
		bottom:15px;
	}
	#header .header-top .wrapper,
	#header .nav .wrapper,
	#header .header-mid,
	#main .main-product-list .wrapper,
	#main .about-us .wrapper,
	#main .service-box .wrapper,
	.message-box .wrapper,
	#footer .wrapper,
	#product-detail .relevant-wrapper,
	#notice-box .notice-wrapper{
		padding:0 40px;
		width:100%;
		box-sizing:border-box;
	}
	#main .categories-ad{
		padding:0 10px;
	}
	#main .categories-adbox{
		padding:40px;
	}
	.message-box .message-form{
		left:40px;
		width: calc(46% - 40px);
	}
	#main .service-box{
		padding:70px 0;
	}
	#header .nav{
		height:50px;
	}
	#header .nav li a{
		height:50px;
		line-height:50px;
		padding:0 30px;
	}
	/*列表页*/
	#page-products-list,
	#navpage,
	#page-news,
	#news-detail,
	#product-detail .product-detail__wrapper{
		width:970px;
		margin-top:250px;
	}
	#product-detail .showall .viewfontright,
	#product-detail .viewfontright{
		width:320px;
	}
	#left-box{
		width:230px;
	}
	#left-box .title{
		font-size:20px;
	}
	#left-box .left-categories li a,
	#left-box .left-categories li .left-categories__sub a{
		height:40px;
		line-height:40px;
		font-size:14px;
	}
	#left-box .new-products li .product-name{
		font-size:14px;
	}
	#right-box{
		width:710px;
	}
	#right-box .page_h1{
		font-size:18px;
	}
	/*news*/
	#page-news .news-list{
		height:242px;
		padding:15px 15px 15px 240px;
		
	}
	#page-news .news-pic{
		width:210px;
		height:210px;
		left:15px;
		top:15px;
	}
	#page-news .news-list__noimg{
		padding:15px;
		height:auto;
	}
	#inquiry-box,
	#feedback-box,
	#search-error404,
	#error404,
	#sitemap-box,
	#module-login,
	#brands-box,
	#notice-box{
		margin:200px 0 0;
		padding:40px;
	}
	#inquiry-box .inquiry-wrapper,
	#search-error404 .search-error404-wrapper,
	#error404 .error404-wrapper,
	#feedback-box .feedback-wrapper,
	#module-login .module-login-wrapper{
		width:100%;
	}
	.product_category_list{
	    width: 970px;
	    margin-top: 250px;
	}
	.product_category_list li .category_pic{
		height: 250px
	}
	
}
@media screen and (max-width:992px){	

	#main{
		margin:80px 0 0;
	}
	#header .mobile-menu{
		display:block;
		float:right;
		margin-right:15px;
	}
	#header .mobile-menu-icon{
		width:40px;
		height:40px;
		background:#2773cf;
		margin:20px 0 0;
		box-sizing:border-box;
		position:relative;
	}
	#header .mobile-menu-icon:before{
		position:absolute;
		top:10px;
		left:8px;
		width:24px;
		height:2px;
		background:#fff;
		content:'';
		transition:all 0.3s;
	}
	#header .mobile-menu-icon:after{
		position:absolute;
		top:18px;
		left:8px;
		width:24px;
		height:2px;
		background:#fff;
		content:'';
		transition:all 0.3s;
	}
	#header .mobile-menu-icon span{
		position:absolute;
		top:26px;
		left:8px;
		width:24px;
		height:2px;
		background:#fff;
		transition:all 0.3s;
	}
	#header .mobile-menu-on:before{
		top:18px;
		transform:rotate(45deg);
	}
	#header .mobile-menu-on:after{
		opacity:0;
	}
	#header .mobile-menu-on span{
		top:18px;
		transform:rotate(-45deg);
	}
	#header .mobile-menu ul{
		position:fixed;
		top:80px;
		left:20px;
		width:calc(100% - 40px);
		box-sizing:border-box;
		z-index:9;
		display:block;
		background:#fff;
		display:none;
	}
	#header .mobile-menu li{
		border-bottom:1px solid #ddd;
	}
	#header .mobile-menu li a{
		display:block;
		height:40px;
		line-height:40px;
		padding:0 15px;
		font-family: 'Raleway_Bold';
		color:#4c4c4c;
		font-size:14px;
		font-weight:bold;
		text-transform:uppercase;
	}
	#header .mobile-nav-box__link{
		position:relative;
	}
	#header .mobile-nav-box__link .icon{
		position:absolute;
		right:0;
		top:0;
		width:40px;
		height:39px;
		line-height:39px;
		text-align:center;
		color:#fff;
		background:#ee4b47;
		font-size:20px;
		display:none;
	}
	#header .mobile-nav-sub{
		background:#fafafa;
		display:none;
	}
	#header .mobile-nav-sub dd{
		border-top:1px solid #ddd;
	}
	#header .mobile-nav-sub dd a{
		display:block;
		font-size:12px;
		font-weight:normal;
		font-size:12px;
		text-transform:capitalize;
	}
	#header .nav{
		display:none;
	}
	#header .search-box{
		width:auto;
		height:auto;
		border:0;
		margin:20px 0 0;
	}
	#header .search-icon{
		width:40px;
		height:40px;
		background:#2773cf;
		display:block;
		padding:0 10px;
		box-sizing:border-box;
	}
	#header .search-icon svg{
		height:40px;
		width:20px;
		fill:#fff;
	}
	#header .search-form{
		position:fixed;
		top:80px;
		left:20px;
		width:calc(100% - 40px);
		background:#fafafa;
		padding:40px 20px;
		box-sizing:border-box;
		opacity:0;
		visibility:hidden;
		transition:all 0.5s;
		z-index:9;
	}
	#header .close-btn{
		position:absolute;
		right:5px;
		top:5px;
		width:20px;
		height:20px;
		display:block;
	}
	#header .close-btn svg{
		fill:#666;
	}
	#header .search-on{
		opacity:1;
		visibility:visible;
	}
	#header .search-txt{
		border:1px solid #e5e5e5;
		background:#fff;
		width:100%;
		height:42px;
		font-size:14px;
	}
	#header .search-btn{
		position:absolute;
		top:42px;
		right:20px;
	}
	#header .header-top{
		
	}
	#header .header-mid{
		height:80px;
	}
	#header .logo,
	#header .logo a{
		height:80px;
	}
	#main .categories-ad{
		padding:0 10px;
	}
	#main .product-categories{
		padding:40px 0;
	}
	#main .product-categories .wrapper{
		width:750px;
	}
	#main .product-more{
		margin:10px 0 0;
	}
	#main .product-more a{
		height:50px;
		line-height:50px;
		width:180px;
		font-size:20px;
	}
	#main .main-product-list .wrapper{
		width:750px;
		padding:0;
	}
	/*列表页*/
	#page-products-list,
	#navpage,
	#page-news,
	#news-detail,
	#product-detail .product-detail__wrapper{
		width:100%;
		padding:0 40px;
		box-sizing:border-box;
		margin:100px 0 50px;
	}
	#left-box{
		display:none;
	}
	#right-box{
		width:100%;
	}
	#right-box .page_h1{
		font-size:16px;
	}
	#page-news .news-con{
		width:auto;
	}
	#product-detail .showall .viewfontright,
	#product-detail .viewfontright{
		float:none;
		width:auto;
	}
	#product-detail .viewbox{
		position:relative;
		padding:0 0 0 388px;
	}
	#product-detail .viewpicleft{
		position:absolute;
		left:0;
		top:0;
	}
	#inquiry-box{
		margin:80px 0 0;
	}
	#inquiry-box .inquiry-product-list{
		height:120px;
		padding:0 100px 0 130px
	}
	#inquiry-box .inquiry-qty{
		right:-100px;
	}
	#inquiry-box .inquiry-pic{
		width:120px;
		height:120px;
	}
	#inquiry-box .inquiry-name{
		line-height:30px;
		font-size:16px;
	}
	#inquiry-box .inquiry-number, 
	#inquiry-box .inquiry-price{
		font-size:14px;
		line-height:30px;
	}
	#inquiry-box .quantityform .iconleft, 
	#inquiry-box .quantityform .iconright{
		width:28px;
		height:28px;
		padding:3px;
	}
	#inquiry-box #buyskunums{
		height:28px;
		width:40px;
	}
	#inquiry-box .inquiry-upload__remarks{
		font-size:14px;
	}
	
	#feedback-box{
		margin:80px 0 0;
	}
	#feedback-box .inquiry-product-list{
		height:120px;
		padding:0 100px 0 130px
	}
	#feedback-box .feedback-con{
		padding:40px;
	}
	#feedback-box .feedback-wrap{
		padding:0;
	}
	#search-error404,
	#error404,
	#sitemap-box,
	#module-login,
	#brands-box,
	#notice-box{
		padding:40px;
		margin:80px 0 0;
	}
	#sitemap-box dl dd a,
	#brands-box li,
	#main .product-list li{
		width:33.33333%;
	}
	#page-products-list .daily-list a{
		width:23%;
	}
	#product-detail .bigimgbox{
		position:relative;
	}
	#product-detail .bigimgbox:before{
		position:absolute;
		left:0;
		top:0;
		content:'';
		width:100%;
		height:100%;
		z-index:99;
	}
	
	#footer .sns li{
		width:30px;
		height:30px;
		margin:0 10px 0 0 ;
	}
	#footer .sns li a{
		line-height:30px;
	}
	#page-products-list .sub-list{
		width:calc(100% + 10px);
		margin-left:-5px;
	}
	#page-products-list .sub-list a{
		width:calc(25% - 10px);
		margin:0 5px 10px;
	}
	#page-products-list .sub-list a:nth-child(6n){
		margin:0 5px 10px;
	}
	#product-detail .video-icon{
		display:block;
	}
	#video_iframe{
		display:none;
	}
	#product-detail .showall .viewpicleft{
		width: 358px;
	}
	#product-detail .showall .viewpicleft .bigimgbox table{
		width: 350px; 
		height: 350px;
	}
	#product-detail .showall .viewpicleft .bigimgbox table img{
		max-width: 350px;
		max-height: 350px;
	}
	.product_category_list{
		width: 100%;
	    padding: 0 40px;
	    box-sizing: border-box;
	    margin: 100px 0 50px;
	}

}
@media screen and (max-width:767px){
	.language-con i{
		display:inline-block;
	}
	#video_iframe{
		width:100% !important;
		height:100% !important;
		background:rgba(0,0,0,.5) !important;
		position:fixed !important;
		left:0 !important;
		top:0 !important;
		z-index:99999999999 !important;
	}
	#video_iframe iframe{
		width:95% !important;
		max-height:40% !important;
		position:absolute;
		left:50%;
		top:50%;
		transform:translate(-50%,-50%);
		-moz-transform:translate(-50%,-50%);
		-ms-transform:translate(-50%,-50%);
		-o-transform:translate(-50%,-50%);
		-webkit-transform:translate(-50%a,-50%);
	}
	#video_iframe .close-btn{
		width:30px;
		height:30px;
		position:absolute;
		right:15px;
		top:15px;
	}
	#video_iframe .close-btn svg{
		fill:#fff;
	}
	#header{
		position:fixed;
		left:0;
		top:0;
		z-index:999;
		width:100%;
		background:#fff;
	}
	#main{
		margin:80px 0 0;
	}
	#main .banner,
	#main .banner a{
		height:240px;
	}
	#main .swiper-pagination{
		bottom:15px;
	}
	
	#header .header-top .wrapper,
	#header .nav .wrapper,
	#header .header-mid,
	#main .product-categories .wrapper,
	#main .main-product-list .wrapper,
	#main .about-us .wrapper,
	#main .service-box .wrapper,
	.message-box .wrapper,
	#footer .wrapper,
	#product-detail .relevant-wrapper{
		padding:0 20px;
		width:100%;
		box-sizing:border-box;
	}
	#main .product-list .swiper-button-next,
	#product-detail .relevant-list .swiper-button-next{
		right:0;
	}
	#main .product-list .swiper-button-prev,
	#product-detail .relevant-list .swiper-button-prev{
		left:0;
	}
	#main .product-list .swiper-button-next, 
	#main .product-list .swiper-button-prev,
	#product-detail .relevant-list .swiper-button-next, 
	#product-detail .relevant-list .swiper-button-prev{
		width:60px;
		height:60px;
		padding:15px 0 0 15px;
	}
	#main .product-list .swiper-button-next svg, 
	#main .product-list .swiper-button-prev svg,
	#product-detail .relevant-list .swiper-button-next svg, 
	#product-detail .relevant-list .swiper-button-prev svg{
		width:30px;
		height:30px;
	}
	#header .mobile-menu{
		display:block;
	}
	
	#header .nav{
		display:none;
	}
	#main .product-list{
		padding:30px 0;
		box-sizing:border-box;
	}
	#main .product-categories li{
		width:50%;
	}
	#main .categories-adbox .categories-pagination{
		display:block;
	}
	#main .service-box li{
		width:50%;
		margin:0 0 50px;
	}
	#main .about-us{
		height:auto;
	}
	#main .about-us__con{
		width:100%;
		padding:40px 0;
		position:relative;
		top:0;
		transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		-webkit-transform: translate(0,0);
	}
	#main .about-us__list{
		position:relative;
		top:0;
		left:0;
		padding:20px 40px;
		transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		-webkit-transform: translate(0,0);
		width:100%;
	}
	#main .about-us__list li{
		margin:0;
		padding:20px 0;
	}
	#main .about-us__img{
		position:relative;
		width:100%;
		height:400px;
	}
	#main .categories-ad{
		width:50%;
	}
	.message-box{
		padding:50px 0 0;
		height:auto;
	}
	.message-box .message-form{
		left:0;
		width: calc(100% - 80px);
		position:relative;
		top:0;
		transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		-webkit-transform: translate(0,0);
	}
	.message-box .map{
		position:relative;
		height:400px;
		width:100%;
		margin:50px 0 0;
	}
	.message-box .feedback-name, 
	.message-box .feedback-email, 
	.message-box .feedback-tel, 
	.message-box .feedback-title, 
	.message-box .feedback-textarea{
		width:100%;
		margin:0 0 15px;
	}
	#main .about-us__list li{
		padding:15px 0;
		height:80px;
	}
	#main .about-us__li-box{
		padding:0 0 0 100px;
	}
	#main .about-us__li-box p{
		font-size:35px;
		height:45px;
	}
	#main .about-us__li-box span{
		font-size:18px;
	}
	#main .about-us__li-box .icon{
		width:80px;
		height:80px;
		padding:8px 0 0 8px;
	}
	#main .about-us__li-box .icon svg{
		width:60px;
		height:60px;
	}
	
	#footer .help-center dl{
		float:none;
		width:100% !important;
		padding:0;
	}
	#footer .help-center dl dt{
		height:44px;
		line-height:44px;
		border-bottom:1px solid #444;
		margin:0;
		position:relative;
	}
	#footer .help-center dt .help-icon{
		display:block;
		
	}
	#footer .help-center dl dd{
		padding:20px 0;
		display:none;
	}
	#footer .copyright,
	#footer .sns{
		float:none;
	}
	#footer .sns{
		margin:30px 0 0;
	}
	#footer .footer-bottom{
		margin:30px 0 0;
	}
	/*列表页*/
	#page-products-list,
	#navpage,
	#page-news,
	#news-detail,
	#product-detail .product-detail__wrapper{
		padding:0 20px;
	}
	#page-products-list .product-list li{
		width:50%;
	}
	/*news*/
	#page-news .news-list{
		height:202px;
		padding:15px 15px 15px 200px;
		
	}
	#page-news .news-pic{
		width:170px;
		height:170px;
		left:15px;
		top:15px;
	}
	#page-news .news-name{
		line-height:24px;
		font-size:18px;
	}
	#page-news .news-descript{
		line-height:20px;
		font-size:14px;
	}
	#page-news .news-time,
	#page-news .news-time svg{
		height:24px;
		line-height:24px;
	}
	#page-news .news-list__noimg{
		padding:15px;
		height:auto;
	}
	#product-detail .viewbox{
		padding:0;
	}
	#product-detail .viewpicleft{
		position:relative;
		float:none;
		width:100%;
	}
	#product-detail .viewimgbox,
	#product-detail .viewimg_list{
		height:auto;
	}
	#product-detail .viewfontright{
		margin:15px 0 0;
	}
	#inquiry-box{
		padding:20px;
	}
	#inquiry-box .inquiry-con{
		padding:30px;
	}
	#inquiry-box .inquiry-wrap{
		padding:24px 0;
	}
	
	
	#inquiry-box .inquiry-product-list{
		height:100px;
		padding:0 100px 0 110px
	}
	#inquiry-box .inquiry-pic{
		width:100px;
		height:100px;
	}
	#inquiry-box .inquiry-name{
		line-height:24px;
		font-size:14px;
	}
	#inquiry-box .inquiry-number, 
	#inquiry-box .inquiry-price{
		font-size:14px;
		line-height:24px;
	}
	#inquiry-box .inquiry-upload__remarks{
		font-size:14px;
	}
	
	#feedback-box{
		padding:20px;
	}
	#feedback-box .feedback-con{
		padding:30px;
	}
	#feedback-box .feedback-wrap{
		padding: 0;
	}
	#feedback-box .feedback-code{
		width:calc(50% - 10px);
	}
	#feedback-box .feedback-code-box img{
		width:calc(50% - 10px);
		height:44px;
	}
	#feedback-box .feedback-name, 
	#feedback-box .feedback-email, 
	#feedback-box .feedback-tel, 
	#feedback-box .feedback-title, 
	#feedback-box .feedback-textarea{
		width:100%;
		margin:0 0 15px;
	}
	#search-error404,
	#error404,
	#sitemap-box,
	#module-login,
	#brands-box,
	#notice-box{
		padding:20px;
		margin:80px 0 0;
	}
	#search-error404 .search-error404-wrapper,
	#error404 .error404-wrapper,
	#module-login .module-login-wrapper,
	#main .categories-adbox{
		padding:80px 20px;
	}
	#sitemap-box h1{
		font-size:24px;
		padding:0 0 15px;
		margin:0 0 15px;
	}
	
	#module-login .module-login-list input,
	#module-login .login-btn{
		width:100%;	
	}
	#module-login .module-login-container h1{
		font-size:24px;
	}
	#sitemap-box dl dd a,
	#brands-box li,
	#main .product-list li{
		width:50%;
	}
	#brands-box li .brands-pic{
		height:100px;
	}
	#brands-box h1{
		margin:0;
	}
	.message-box .feedback-code-box input{
		margin-right:10px;
	}
	#main .categories-adbox{
		padding:40px 20px;
	}
	#main .categories-ad__item{
		margin:0 0 20px;
	}
	#main .categories-adbox .product-pagination{
		display:block;
	}
	#product-detail .viewimg-list li{
		height:400px;
	}
	#product-detail .bigimgbox table{
		width:100% !important;
		height:calc(100vw - 48px);
		table-layout:fixed;
	}
	#product-detail .bigimgbox table td{
		width: auto !important; 
		height: auto !important; 
	}
	#product-detail .bigimgbox table a{
		width: 100% !important;
    	height: calc(100vw - 48px) !important;
		position:relative;
		left:0;
		top:0;
		transform:none;
		-moz-transform:none;
		-ms-transform:none;
		-o-transform:none;
		-webkit-transform:none;
	}
	#product-detail .bigimgbox table img{
		max-width:100% !important;
		max-height:100% !important;
		position: absolute;
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
	}
	#page-products-list .daily-list a{
		width:31.3333%;
	}
	#product-detail .product-descript .specifications li{
		padding:0;
		overflow:auto;
		white-space:normal;
		line-height:20px;
		margin:0 0 15px;
	}
	#product-detail .product-descript .specifications li span{
		display:block;
		position:relative;
		line-height:20px;
		padding:0 0 5px;
	}
	#right-box .page_h1{
		font-size:14px;
		line-height:20px;
		padding:0 80px 0 0;
	}
	#news-detail .article_detail_time{
		font-size:14px;
	}

	#product-detail .product-descript h3{
		border:none;
		border-radius:10px;
		flex-wrap: wrap;
		height:auto;
	}
	#product-detail .product-descript h3 a{
		width:100%;
		line-height:40px;
		margin-bottom:5px;
		border-bottom:1px solid #efefef;
	}
	#product-detail .product-descript h3 span{
		display:none;
	}
	#product-detail .product-descript h3 a.on{
		color:#333;
		border-bottom:2px solid #333;
	}
	#header .header-top{
		height: auto;
		font-size: 12px;
	}
	#product-detail .detail-btn a{
		width:100%;
	}
	#product-detail .buy_at_box2017{
		width: 100%;
		margin: 15px 0 0;
	}
	#product-detail .showall .viewpicleft{
		width: 100%;
	}
	.product_category_list{
		padding: 30px 15px 10px;
	}
	.category_crumbs{
		padding: 0 15px;
	}
	.product_category_list{
	    padding: 0 20px;
	}

	.product_category_list li{
		width: calc(50% - 7px);
	    margin-right: 14px;
	    margin-bottom: 14px;
	}
	.product_category_list li:nth-child(2n){
		margin-right: 0;
	}
}
@media screen and (max-width:480px){
	#header{
		position:fixed;
		left:0;
		top:0;
		z-index:999;
		width:100%;
		background:#fff;
	}
	#header .logo, 
	#header .logo a,
	#header .header-mid{
		height:60px;
	}
	#header .logo{
		width:calc(100% - 110px);
	}
	#main{
		margin:60px 0 0;
	}
	#main .banner{
		width:100%;
		height:180px;
	}
	#main .banner a{
		display:block;
		height:180px;
	}
	#main .swiper-pagination{
		bottom:10px;
	}
	#main .categories-ad{
		width:100%;
	}
	#main .product-categories{
		padding:20px 0;
	}
	#main .title span{
		font-size:20px;
		line-height:24px;
		margin:0 0 5px;
 	}
	#main .cate-detail{
		font-size:12px;
		max-width:100%;
	}
	.message-box .message-form{
		width:100%;
		padding:15px;
	}
	.message-box .message-form h3{
		font-size:20px;
	}
	.message-box .message-txt, 
	.message-box .tel-txt{
		width:100%;
		float:none;
	}
	.message-box .message-btn{
		margin:20px 0 0;
	}
	
	
	#header .mobile-menu-icon,
	#header .search-box{
		margin:10px 0 0;
	}
	#header{
		padding:0;
	}
	#header .header-top .wrapper{
		padding:0 10px;
	}
	#header .header-top{
		text-align:center;
	}
	.language{
		float:none;
		display:inline-block;
	}
	.language-list{
		height:calc(100vh - 50px);
		overflow:scroll;
	}
	#header .nav .wrapper, 
	#header .header-mid, 
	#main .product-categories .wrapper, 
	#main .main-product-list .wrapper, 
	#main .about-us .wrapper, 
	#main .service-box .wrapper, 
	.message-box .wrapper, 
	#footer .wrapper{
		padding:0 20px;
	}
	.wrapper{
		width:100%;
	}
	#header .mobile-menu{
		display:block;
	}
	#main .product-list{
		padding:30px 0;
		box-sizing:border-box;
	}
	#main .product-list .product-pagination{
		display:block;
	}
	#main .product-categories li{
		width:100%;
	}
	#main .product-categories .wrapper,
	#main .main-product-list .wrapper{
		width: 100%;
	}
	#main .product-list .swiper-button-next,
	#main .product-list .swiper-button-prev{
		display:none;
	}
	#main .about-us__list li{
		padding:10px 0;
		height:60px;
	}
	#main .about-us__li-box{
		padding:0 0 0 80px;
	}
	#main .about-us__li-box p{
		font-size:28px;
		height:30px;
	}
	#main .about-us__li-box span{
		font-size:14px;
	}
	#main .about-us__li-box .icon{
		width:60px;
		height:60px;
		padding:8px 0 0 8px;
	}
	#main .about-us__li-box .icon svg{
		width:40px;
		height:40px;
	}
	#main .service-icon{
		margin:0 0 15px;
	}
	#main .service-icon svg{
		width:40px;
		height:40px;
	}
	#footer .copyright, 
	#footer .sns{
		height:auto;
		line-height:20px;
	}
	#footer{
		padding:40px 0 0;
	}
	/*列表页*/
	#page-products-list,
	#navpage,
	#page-news,
	#news-detail{
		margin-top:80px;
	}
	#page-products-list .product-list .product-con{
		padding:10px;
	}
	#page-products-list .product-list li .product-name{
		font-size:14px;
		margin:10px 0;
		padding:10px 0 0;
	}
	#page-products-list .product-list li .product-con .products-mini__detail{
		display:none;
	}
	
	
	.common_pages a{
		height:24px;
		line-height:24px;
		padding:0 10px;
		border-radius:12px;
		font-size:12px;
	}
	
	/*news*/
	#page-news .news-list{
		height:122px;
		padding:10px 10px 10px 120px;
		
	}
	#page-news .news-pic{
		width:100px;
		height:100px;
		left:10px;
		top:10px;
	}
	#page-news .news-name{
		line-height:18px;
		font-size:14px;
		-webkit-line-clamp:1;
	}
	#page-news .news-descript{
		line-height:18px;
		font-size:12px;
		-webkit-line-clamp:2;
	}
	#page-news .news-time{
		height:20px;
		line-height:20px;
		font-size:12px;
	}
	#page-news .news-time svg{
		width:20px;
		height:20px;
		line-height:20px;
	}
	#page-news .news-list__noimg{
		padding:10px;
		height:auto;
	}
	#product-detail .product_detail_h1{
		font-size:18px;
	}
	#product-detail .product-descript h3,
	#product-detail .relevant-title{
		font-size:16px;
	}
	#product-detail .relevant-list{
		padding:50px 0;
	}
	#product-detail .relevant-title{
		margin:0 0 10px;
	}
	#product-detail .viewfontright{
		margin:15px 0 0;
	}
	#inquiry-box{
		margin:60px 0 0;
		padding:15px;
	}
	#inquiry-box .inquiry-con{
		padding: 20px;
	}
	#inquiry-box .inquiry-con h3{
		font-size:18px;
		padding:0 0 15px;
		margin:0 0 15px;
	}
	#inquiry-box .inquiry-wrap{
		padding:0;
	}
	#inquiry-box .inquiry-product-list{
		padding:0 0 0 110px;
	}
	#inquiry-box .inquiry-name{
		font-size:12px;
		font-weight:bold;
		line-height:20px;
		display:block;
		white-space:nowrap;
		text-overflow:ellipsis;
	}
	#inquiry-box .inquiry-number, 
	#inquiry-box .inquiry-price{
		line-height:20px;
		font-size:12px;
	}
	#inquiry-box .inquiry-full-name, 
	#inquiry-box .inquiry-email{
		width:100%;
	}
	#inquiry-box .inquiry-form{
		margin:15px 0 0;
	}
	#inquiry-box .inquiry-full-name, 
	#inquiry-box .inquiry-email, 
	#inquiry-box .inquiry-phone, 
	#inquiry-box .inquiry-textarea, 
	#inquiry-box .inquiry-code{
		margin:0 0 15px;
		line-height:20px;
	}
	#inquiry-box .inquiry-code-box{
		margin:15px 0 0;
	}
	#inquiry-box .inquiry-code{
		width:calc(50% - 10px);
	}
	#inquiry-box .inquiry-code-box img{
		width:calc(50% - 10px);
		height:44px;
	}
	#inquiry-box .inquiry-upload__remarks{
		font-size:14px;
	}
	#inquiry-box .inquiry-qty{
		position:relative;
		top:auto;
		right:auto;
		height:30px;
		margin:5px 0 0;
		transform:none;
		-moz-transform:none;
		-ms-transform:none;
		-o-transform:none;
		-webkit-transform:none;
	}
	#inquiry-box .quantityform .iconleft, 
	#inquiry-box .quantityform .iconright{
		height:24px;
		width:24px;
	}
	#inquiry-box #buyskunums{
		height:24px;
	}
	#feedback-box .feedback-con{
		padding:20px;
	}
	#search-error404,
	#error404,
	#sitemap-box,
	#module-login,
	#notice-box{
		padding:20px;
		margin:60px 0 0;
	}
	#search-error404 .search-error404-wrapper,
	#error404 .error404-wrapper,
	#module-login .module-wrapper,
	#notice-box .notice-wrapper{
		padding:80px 20px;
	}
	#search-error404 .searchform{
		display:block;
	}
	#search-error404 .search_err_txt{
		width:100%;
	}
	#error404 .error404-con h1{
		font-size:24px;
	}
	#sitemap-box dl dd a,
	#main .product-list li{
		width:100%;
	}
	#brands-box h1{
		margin:0;
		font-size:24px;
	}
	#brands-box li .brands-pic{
		height:80px;
	}
	#brands-box li .brands-name{
		font-size:14px;
	}
	
	#main .categories-adbox{
		padding:30px 20px;
	}
	#main .categories-ad__item{
		margin:0 0 20px;
	}
	#main .categories-list{
		overflow:visible;
		margin:0;
		width:100%;
	}
	#page-products-list .daily-list a{
		width:48%;
	}
	#main .product-tab__title{
		margin-bottom:0;
	}
	#main .product-tab__title a{
		font-size:20px;
		margin:0 10px;
	}
	
	
	
	
	#product-detail .product-descript h3{
		border:none;
		border-radius:10px;
		flex-wrap: wrap;
		height:auto;
	}
	#product-detail .product-descript h3 a{
		width:100%;
		line-height:40px;
		margin-bottom:5px;
		border-bottom:1px solid #efefef;
		position:relative;
	}
	#product-detail .product-descript h3 a svg{
		position:absolute;
		right:8px;
		top:13px;
		width:15px;
		height:15px;
		display:none;
	}
	#product-detail .product-descript h3 span{
		display:none;
	}
	#product-detail .product-descript h3 a.on{
		color:#333;
		border-bottom:2px solid #333;
		display:block;
	}
	#product-detail .product-descript h3 a.on svg{
		display:block;
	}
	
	#product-detail .bigimgbox table{
		width:100% !important;
		height:calc(100vw - 48px);
		table-layout:fixed;
	}
	#product-detail .bigimgbox table td{
		width: auto !important; 
		height: auto !important; 
	}
}


















