/*完善性以及补完样式，针对演示版电商，勿删*/
.site-nav-h-item .dd-inner {
    height: 425px;
}
.site-nav-h-item .dd-inner .item {
    height: 11.11%;
}


/*解决方案*/
.cooperation-1 h1{background:url(../images/temp/zm01.jpg);margin:auto;width:1200px;height:120px;font-size:28px;text-align:center;color:#FFFFFF;line-height:120px;}
.cooperation-1 h2{ font-size:18px; color:#3f3f3f;text-align:center; margin-bottom:30px;}
.cooperation-bottom a{display:block; width:342px; height:70px; display:block; position:relative; left:790px; top:228px;}
.coo-box{ width:1000px; margin:0 auto 10px;  }
.coo-box ul{  font-size: 0; margin-bottom:100px;}	
.coo-box li {
    display: inline-block;
    font-size: 12px;
    letter-spacing: normal;
    vertical-align: top;
    width: 25%;
}
.coo-box li .pic {
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 201px;
    margin: 40px auto 15px;
    width: 201px;
}

.coo-box dl {
    margin: 0 auto;
    text-align: center;
    width: 252px;
}

.coo-box dl dt {
    color: #242c3b;
    font-size:18px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}


/*促销活动*/
.all-menu { border-bottom: solid 2px #E67817; margin-top:}
.all-menu .tab-bar { font-size: 0;  word-spacing:-1em;}
.all-menu .tab-bar li { vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; *display: inline/*IE7*/; padding: 0; margin-left: 10px; overflow: hidden; box-shadow: 1px 0 1px rgba(0,0,0,0.05); *zoom:1;}
.all-menu .tab-bar li a { font: normal 14px/20px "microsoft yahei"; color: #777; background-color: #F5F5F5; display: block; height: 20px; padding: 5px 12px; border: solid #D7D7D7; border-width: 1px 1px 0 1px;}
.all-menu .tab-bar li a:hover { color: #E67817;}
.all-menu .tab-bar li.current a,
.all-menu .tab-bar li.current a:hover { font-weight: 600; text-decoration: none; color: #FFF; background-color: #E67817; border-color: #E67817; cursor: default;}

.group-image {
    overflow: hidden;
}
.group-image-items {
	margin: 20px 0;
    padding: 0 10px;
}
.act-img {
	display: block;
}
.act-img img {
	width: 100%;
}
.act-img img:hover{
    box-shadow: 3px 5px 13px rgb(58,56,55);
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}
.expired-act .act-img img {
	-webkit-filter: grayscale(.8);
	-moz-filter: grayscale(.8);
	-ms-filter: grayscale(.8);
	-o-filter: grayscale(.8);
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.expired-act .act-img img:hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
}
.no-activity {
    padding: 100px 0;
    text-align: center;
    border: 1px solid #ccc;
}
.no-activity h1 {
	font-size: 20px;
    font-family: sans serif;
}

.all-menu { border-bottom: solid 2px #E67817; margin-top:}
.all-menu .tab-bar { font-size: 0;  word-spacing:-1em;}
.all-menu .tab-bar li { vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; *display: inline/*IE7*/; padding: 0; margin-left: 10px; overflow: hidden; box-shadow: 1px 0 1px rgba(0,0,0,0.05); *zoom:1;}
.all-menu .tab-bar li a { font: normal 14px/20px "microsoft yahei"; color: #777; background-color: #F5F5F5; display: block; height: 20px; padding: 5px 12px; border: solid #D7D7D7; border-width: 1px 1px 0 1px;}
.all-menu .tab-bar li a:hover { color: #E67817;}
.all-menu .tab-bar li.current a,
.all-menu .tab-bar li.current a:hover { font-weight: 600; text-decoration: none; color: #FFF; background-color: #E67817; border-color: #E67817; cursor: default;}
.category-all { position: relative; width: 1200px; margin-top: 10px; overflow: hidden;}

/*全部品牌*/
#allbrand  {width:100%;overflow:hidden;border-bottom:1px solid #e5e5e5;padding-bottom:30px;}
#allbrand h2 {float:left;color:#666;text-align:center;height:30px;width:100%;line-height:30px;font-size:21px;letter-spacing:3px;font-weight:normal;font-family: sans-serif;}
#allbrand h2:before,
#allbrand h2:after {
	content: '';
    position: absolute;
    display: inline-block;
    width: 45%;
    top: 15px;
    height: 0;
    border-top: 1px dotted #ccc;
}
#allbrand h2:before {
    left: 0;
}
#allbrand h2:after {
    right: 0;
}
#allbrand ul {padding-bottom:10px;float:left;}
#allbrand ul li{width:175px;height:75px;margin:10px 12px;float:left;}
#allbrand ul li img{width: 100%;max-width:150px;max-height:75px;margin:0 15px;float:left;/*-webkit-filter: grayscale(1);-moz-filter: grayscale(1);-ms-filter: grayscale(1);-o-filter: grayscale(1);*/}
/*#allbrand ul li img:hover{-webkit-filter: grayscale(0);-moz-filter: grayscale(0);-ms-filter: grayscale(0);-o-filter: grayscale(0);}*/
#allbrand ul li img:hover{
    box-shadow: 3px 5px 21px rgba(58,56,55,.2);
    margin-top: -5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
	.w .brand_box {display:none;}
	#allbrand{width:100%;float:left;}
	#allbrand h2 {margin:26px 0 20px 0;font-size:18px;}
	#allbrand {width:100%;overflow:hidden;padding-bottom:5px;border:none;margin-bottom:-30px;}
	#allbrand ul {float:left;padding:0 20px;}
	#allbrand ul li{width:40%;-moz-box-sizing: border-box;-webkit-box-sizing:border-box;-o-box-sizing: border-box; -ms-box-sizing: border-box;box-sizing: border-box;margin:5%;float:left;text-align:center;}
	#allbrand ul li img {width:80px;height:80px;padding:10px;border:1px #e5e5e5 solid;border-radius:50%;-moz-border-radius:50px;-webkit-border-radius: 50px;-webkit-filter: grayscale(0);-moz-filter: grayscale(0);-ms-filter: grayscale(0);-o-filter: grayscale(0);}
}


/*全部分类、全部品牌等*/
.all-menu { border-bottom: solid 2px #E67817; margin-top:}
.all-menu .tab-bar { font-size: 0;  word-spacing:-1em;}
.all-menu .tab-bar li { vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; *display: inline/*IE7*/; padding: 0; margin-left: 10px; overflow: hidden; box-shadow: 1px 0 1px rgba(0,0,0,0.05); *zoom:1;}
.all-menu .tab-bar li a { font: normal 14px/20px "microsoft yahei"; color: #777; background-color: #F5F5F5; display: block; height: 20px; padding: 5px 12px; border: solid #D7D7D7; border-width: 1px 1px 0 1px;}
.all-menu .tab-bar li a:hover { color: #E67817;}
.all-menu .tab-bar li.current a,
.all-menu .tab-bar li.current a:hover { font-weight: 600; text-decoration: none; color: #FFF; background-color: #E67817; border-color: #E67817; cursor: default;}
.category-all { position: relative; width: 1200px; margin-top: 10px; overflow: hidden;}
.category-all ul { font-size: 0;  word-spacing:-1em; width: 1220px; margin-left: -20px;}
.category-all li { position: absolute; vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; width: 588px; padding: 0; margin: 0 0 15px 0; border: solid 1px #E6E6E6; overflow: hidden;}
.category-all li .title { font: 600 14px/20px "microsoft yahei"; background-color: #F5F5F5; display: block; height: 20px; padding: 5px 10px; border-bottom: solid 1px #E6E6E6;}
.category-all li .title a { color: #666;}
.category-all li .title a:hover { color: #E67817;}
.category-all li .title i { background-color: #E67817; vertical-align: middle; display: inline-block; width: 4px; height: 14px; margin: 0 5px 0 2px; border-radius: 2px;}
.category-all li dl { font-size: 0;  word-spacing:-1em; display: block; width: 98%; margin: -1px auto 0 auto; border-top: dotted 1px #E5E5E5;}
.category-all dl dt { font-size: 12px; vertical-align: top; letter-spacing: normal; word-spacing: normal; text-align: right; display: inline-block; *display: inline/*IE7*/; width: 14%; padding: 0; overflow: hidden; *zoom: 1/*IE7*/;}
.category-all dl dt a { font-weight: 600; color: #E67817; text-overflow: ellipsis; white-space: nowrap; display: block; height: 20px; padding: 4px; overflow: hidden;}
.category-all dl dd { font-size: 12px; vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; *display: inline/*IE7*/; width: 84%; padding: 0; overflow: hidden; *zoom: 1;}
.category-all dl dd a { display: inline-block; color: #777; height: 20px; padding: 2px 4px; margin: 2px 2px 0 0;}
.category-all dl dd a:hover { color: #D93600;}

/**-------------------------品牌列表--------------------------**/
.brand-category { overflow:hidden; margin-top:10px;}
.brand-category h2 { font-size:20px; font-weight:bold; color:#333; line-height:24px; padding:10px 0; overflow:hidden;}
.brand-category h3 { font-size:12px; font-weight:normal; color:#999999; display:block; padding:5px 0; border-bottom:1px solid #999999; border-top:1px solid #999999;  background-color:#FFF; z-index:99999;}
.brand-category h3 a { display:inline-block; vertical-align:middle; line-height:22px; padding:0 9px; color:#333; font-size:14px;}
.brand-category h3 a:hover { background-color:#000; color:#FFF; text-decoration:none;}
.category_info { overflow:hidden; padding:25px 0; border-top: 1px solid #666; border-bottom:1px solid #dddddd;}
.category_info_tit { display: inline-block; margin-bottom: 10px; color: #666; border-bottom: solid 1px #333; font-family: sans-serif;}
.category_info_main { overflow:hidden;}
.category_info_main ul.list02 li { width:20%; float:left; display:inline; margin-top:15px; text-align:center;}
.category_info_main ul.list02 li .img_box { width:150px; margin:0 auto; margin-bottom:5px; display:block; overflow:hidden;}
.category_info_main ul.list02 li .img_box a img {
	width:150px;   overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
	z-index:1;
	transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}

.category_info_main ul.category-list li { width:25%; float:left; display:inline; margin-top:15px; text-align:center;}
.category_info_main ul.category-list li .img_box { width:150px; height: 84px; margin:0 auto; margin-bottom:5px; display:block; overflow:hidden;}
.category_info_main ul.category-list li .img_box a img {
	width:150px; overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
	z-index:1;
	transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}
.category_info_main ul.category-list li:hover .img_box img {
	transform: scale(1.2, 1.2);	
	-ms-transform:scale(1.2, 1.2); 	/* IE 9 */
	-moz-transform:scale(1.2, 1.2); 	/* Firefox */
	-webkit-transform:scale(1.2, 1.2); /* Safari 和 Chrome */
	-o-transform:scale(1.2, 1.2); 	/* Opera */
}	
.category_info_main ul.category-list li p a { font-size:12px; font-weight:normal; text-align:center; color:#333; line-height:30px;}
.category_info_main ul.category-list li p a:hover { background-color:#000; color:#FFF; text-decoration:none;}









/*全部分类*/
.brand-class { margin-top: 50px; margin-bottom: 10px;}
.brand-class h2 { text-align:center;}
.brand-class h2 b {width:1024px;margin:0 auto;display:block;margin-top:10px;/* background-image:url(../images/line_bg.gif); */background-repeat:repeat-x;height:21px;padding:3px 0 0 0; *padding:0;}
.brand-class h2 b strong { font-size:16px; font-weight:normal; color:#000; line-height:24px; padding:0 10px; height:16px;  background-color:#FFF; font-family: sans-serif;}
.brand-class h2 b i { width:2px; height:8px; background-color:#000; display:inline-block; vertical-align: middle; overflow:hidden;}
.brand-class-tab { margin-bottom: 6px;}
.brand-class-tab .tabs-nav { font-size: 0;word-spacing: -1em; text-align: center; padding-top: 25px;}
.brand-class-tab .tabs-nav li { vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; *display: inline/*IE7*/; padding: 0; margin: 0 14px; overflow: hidden; *zoom: 1;}
.brand-class-tab .tabs-nav li a { 
	font: normal 14px/90px "microsoft yahei";
	background: #FAFAFA;
    width: 90px;
    height: *0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    min-height: 30px;
    min-width: 80px;
    text-align: center;
    border-radius: 3px;
    border: solid 1px #222;
    line-height: 28px;
    margin: 8px 8px;
    color: #000;
 }
.brand-class-tab .tabs-nav li a em { font-size: 11px; margin-left: 4px; -webkit-text-size-adjust:none;}
.brand-class-tab .tabs-nav li a:hover { text-decoration: none;}
.brand-class-tab .tabs-nav li.tabs-selected a { color: #FFF; font-weight: 600; background-color: #D93600; border-color: #B22D00; cursor: default;}
.brand-class .barnd-list { display: block;}
.brand-class .tabs-hide { display: none;}


.fh5co-half {
    float: left;
    width: 100%;
    background: #f5f8f5;
}
.fh5co-half .fh5co-half-img {
    background: center center;
    width: 50%;
    background-repeat: no-repeat;
}
.fh5co-half .fh5co-50 {
    height: 500px;
    float: left;
}
.fh5co-half .fh5co-half-text {
    width: 50%;
}
.fh5co-half .fh5co-right {
    float: right;
    display: table;
}
.fh5co-half .fh5co-50 {
    height: 500px;
    float: left;
}
.fh5co-section-title .fh5co-title, .fh5co-page-title .fh5co-title {
    font-family: "Unica One", sans-serif;
    text-transform: uppercase;
    border-bottom: 2px solid #2e2e2e;
    font-size: 30px;
    line-height: 40px;
    display: inline-block;
    margin: 1rem 0;
}
.fh5co-half .fh5co-text {
    display: table-cell;
    vertical-align: middle;
}