/* Start CSS */

/******************************************************************************
  Top
*******************************************************************************/
#top{
	background: #333;
	height: 35px;
}
ul{ margin:0px; padding:0px;}
#top ul{
	list-style: none;
	padding: 0;
}
.lang, .currency{
	float: left;
}
.lang ul, .currency ul{
	list-style: none;
	padding: 0;
}
.lang ul li,
.currency ul li{
	float: left;
}
li{list-style:none}
.lang{
	margin: 0 36px 0 -11px;
}
h3 {
    font-size: 36px;
    font-family: 微软雅黑;
    line-height: 40px;
    margin-top: 30px;
    padding-bottom: 5px;
    text-align: center;
    background: url(../images/x.png) 0px center repeat-x; 
}
.js_wa{ text-align:center; color:#666; line-height:30px; margin-top:50px;}
.yous_item ul li{ float:left;}
strong.sz_1 {
    height: 70px;
    background: #fff;
    padding: 0px 50px; font-weight:lighter; color:#333;
}
.lang ul li a{
	color: #999;
	display: block;
	height: 35px;
	float: left;
	font:normal 11px/35px 'PT Sans', Arial, Verdana, sans-serif;
	line-height: 35px;
	margin: 0px;
	text-align: center;
	text-decoration: none;
	width: 36px;
}
.lang ul li.current a{
	background: #393939!important;
	color: #ddd;
	font:bold 11px/35px 'PT Sans', Arial, Verdana, sans-serif;
}
.lang ul li a:hover{
	background:#222;
	text-decoration: none;
}
.currency ul li a{
	color: #999;
	display: block;
	float: left;
	font:normal 13px/35px Bitter, Arial, Verdana, serif;
	height: 35px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	width: 28px;
}
.currency ul li.current a{
	background: #393939!important;
	color: #ddd;
	font:bold 13px/36px Bitter-Bold, Arial, Verdana, serif;
}
.currency ul li a:hover{
	background:#222;
	text-decoration: none;
}
#top nav{
	float: right;
	font:bold 11px/35px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 0px -14px 0 0;
}
#top nav ul{
	list-style: none;
}
#top nav ul li{
	float: left;
	height: 35px;
}
#top nav ul li a{
	color: #999;
	float: left;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 14px;
	position: relative;
}
#top nav ul li.current a{
	background: #414141!important;
	color: #ddd;
}
#top nav ul li a:hover{
	background: #222;
	position: relative;
	text-decoration: none;
}


/******************************************************************************
  Header
*******************************************************************************/

header ul{
	list-style: none;
	padding: 0;
}
hgroup{
	margin: 15px 0 0 0;
	text-align: center;
	width: 165px;
}
#site_logo{
	margin: 0;
	padding: 0;
}
#site_description{
	color: #999;
	font:italic 12px/12px "微软雅黑", Arial, Verdana, sans-serif;
	margin: 5px 0 0 0;
	padding: 0;
}
/* border-bottom: 1px solid #e5e5e5; */
.top_header{
	overflow:hidden;
	height: 50px;
	margin: 0;
}
.top_header li{
	list-style:none;
}

.welcome{
	color: #777;
	float: left;
	font:normal 13px/20px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 35px 0 0 0;
}
.welcome a{
	color: #222;
	text-decoration: none;
}

/* Cart nav */
#cart_nav{
	float: right;
	margin: 6px 0 0 0px;
	width: auto; width:250px;
}
#cart_nav li{
	float: right; width:253px;
	position: relative;  font-size:13px; height:42px;  line-height:22px;
}
#cart_nav a.cart_li{
	color: #444;
	display: block;
/*	float: right;*/
	font:bold 18px/40px 'PT Sans', Arial, Verdana, sans-serif;
	height: 38px; line-height:38px;
	margin: 0;
	min-width: 105px;
	padding: 0;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#cart_nav .cart_ico{
	border-radius: 19px;
	-moz-border-radius: 19px;
	-khtml-border-radius: 19px;
	behavior: url(PIE.htc);
	display: block;
	float: left;
	height: 38px;
	margin: 3px 5px 0 0;
	width: 38px;
	background-color: #018ae2;
	background-image: url(../img/li_phone1.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#cart_nav a:hover.cart_li,
#cart_nav li:hover a.cart_li{
	border-radius: 19px;
	-moz-border-radius: 19px;
	-khtml-border-radius: 19px;
	behavior: url(PIE.htc);
	/*color: #fff;*/
	padding: 0 0px 0 0px;
	position: relative;
	text-align: left;
	text-decoration: none;
	z-index: 12;
}
.cart_li + ul.cart_cont{
	background: #fff;
	border: 0 none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	behavior: url(PIE.htc);
	box-shadow: 0px 1px 5px 1px #e0e0e0;
	-moz-box-shadow: 0px 1px 5px 1px #e0e0e0;
	-webkit-box-shadow: 0px 1px 5px 1px #e0e0e0;
	display: none;
	padding: 37px 20px;
	position: absolute;
	right: -20px;
	top: -23px;
	z-index: 11;
}
.cart_li + ul.cart_cont .recently{
	font:bold 13px/14px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}
.cart_li + ul.cart_cont li{
	border-top: 0 none;
	float:none!important;
	padding: 10px 0;
	width: 315px;
}
.cart_li + ul.cart_cont li+li+li{
	border-top: 1px solid #f0f0f0;
}
.cart_li + ul.cart_cont li.no_border{
	border: 0 none;
	overflow: hidden;
	padding: 0;
	width: 315px;
}
.cart_cont .prev_cart{
	background: #fafafa;
	border: 1px solid #e5e5e5;
	display: block;
	float: left;
	height: 56px;
	text-align: center;
	width: 56px;
}
.cart_cont .cart_vert{
	display: table-cell;
	height: 56px;
	vertical-align: middle;
	width: 56px;
	//display:block;
	//height:auto;
	//margin-top: expression((28-parseInt(offsetHeight)/2)  <0 ? "0" : 28-(parseInt(offsetHeight)/2) +'px') ;
}
.cart_cont .prev_cart img{
	height: 56px;
	width: 56px;
	max-height: 56px;
	max-width: 56px;
}
.cart_cont .cont_cart{
	float: left;
	font:normal 12px/17px 'PT Sans', Arial, Verdana, sans-serif;
	height: 58px;
	padding: 0 0 0 10px;
	width: 225px;
}
.cart_cont .cont_cart h4{
	color: #444;
	font:normal 12px/17px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
.cart_cont .cont_cart .price{
	color: #444;
	font:normal 12px/17px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 5px 0 0 0;
}
.cart_cont .cont_cart .price span{
	color: #eb6447;
}
.cart_cont .close{
	background: url(../img/close.png) no-repeat 0 0;
	display: block;
	float: left;
	height: 20px;
	width: 20px;
}
.cart_cont .close:hover{
	opacity: .8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.cart_cont a.view_cart,
.cart_cont a.checkout{
	background: #7698c1;
	border: 0 none;
	border-radius: 19px;
	-moz-border-radius: 19px;
	-khtml-border-radius: 19px;
	behavior: url(PIE.htc);
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font: normal 12px/37px 'PT Sans', Arial, Verdana, sans-serif;
	height: 38px;
	left: 315px;
	margin-top: 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 138px;
}
.cart_cont a.checkout{
	background: #eb6447;
	left: 147px;
	margin-left: 30px;
	width: 144px;
}
.cart_cont a.view_cart:hover{
	background: #80a6d3;
	background: -moz-linear-gradient(top,  #80a6d3 0%, #4a72a4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80a6d3), color-stop(100%,#4a72a4));
	background: -webkit-linear-gradient(top,  #80a6d3 0%,#4a72a4 100%);
	background: -o-linear-gradient(top,  #80a6d3 0%,#4a72a4 100%);
	background: -ms-linear-gradient(top,  #80a6d3 0%,#4a72a4 100%);
	background: linear-gradient(to bottom,  #80a6d3 0%,#4a72a4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a6d3', endColorstr='#4a72a4',GradientType=0 );
	box-shadow: 0px 0px 4px #80a6d3;
	-moz-box-shadow: 0px 0px 4px #80a6d3;
	-webkit-box-shadow: 0px 0px 4px #80a6d3;
}
.cart_cont a.checkout:hover{
	background: #fa7a5f;
	background: -moz-linear-gradient(top,  #fa7a5f 0%, #ce4a2e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa7a5f), color-stop(100%,#ce4a2e));
	background: -webkit-linear-gradient(top,  #fa7a5f 0%,#ce4a2e 100%);
	background: -o-linear-gradient(top,  #fa7a5f 0%,#ce4a2e 100%);
	background: -ms-linear-gradient(top,  #fa7a5f 0%,#ce4a2e 100%);
	background: linear-gradient(to bottom,  #fa7a5f 0%,#ce4a2e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa7a5f', endColorstr='#ce4a2e',GradientType=0 );
	box-shadow: 0px 0px 4px #fa7a5f;
	-moz-box-shadow: 0px 0px 4px #fa7a5f;
	-webkit-box-shadow: 0px 0px 4px #fa7a5f;
}

/* Nav primary */
.primary {
	margin: 18px 0 0 -15px;
	position: relative;
	font-family: "微软雅黑";
}
.primary ul li{
	float: left;
/*	position: relative;*/
	margin-top:10px; margin-right:40px;
}
.primary ul li a{
	color: #444;
	float: left;
	font: bold 13px/38px  "微软雅黑", Arial, Verdana, sans-serif;
	height: 38px;
	padding: 0 7px;
	text-transform: uppercase; 
	width:62px; text-align:center; display:block;}
.primary ul li a:hover,
.primary ul li:hover a{
	background: #018ae2;
	border-radius: 19px;
	-moz-border-radius: 19px;
	-khtml-border-radius: 19px;
	behavior: url(PIE.htc);
	color: #fff;
	text-decoration: none;
	font-family: "微软雅黑";
}
.primary ul li.curent a{
	background: #018ae2;
	border-radius: 19px;
	-moz-border-radius: 19px;
	-khtml-border-radius: 19px;
	behavior: url(PIE.htc);
	color: #FFF; width:60px; text-align:center;
}
.primary ul li.curent a:hover{
	background: #018ae2;
	border-radius: 19px;
	-moz-border-radius: 19px;
	-khtml-border-radius: 19px;
}
.primary ul ul.sub{
	background: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	box-shadow: 0px 2px 5px 1px #e0e0e0;
	-moz-box-shadow: 0px 2px 5px 1px #e0e0e0;
	-webkit-box-shadow: 0px 2px 5px 1px #e0e0e0;
	display: none;
	left: 0;
	padding: 3px 0;
	position: absolute;
	top: 38px;
	z-index: 999;
}
.primary ul ul.sub li a{
	background: #fff;
	border: 0 none;
	border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	color: #444;
	font:normal 12px/35px 'PT Sans', Arial, Verdana, sans-serif;
	height: 35px;
	padding: 0 15px;
	text-transform: uppercase;
	width: 185px;
}
.primary ul ul.sub li a:hover{
	background: #f5f7f9;
	border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	color: #ec6f54;
	margin: 0 3px;
	padding: 0 11px;
	width: 187px;
}


/******************************************************************************
  Home banners
*******************************************************************************/
.page-links_h {
position: fixed;
right: 0;
top: 180px;
}

#home_banners{
	height: aoto;
	margin: 0;
	padding: 20px 0 0 0;
}
#home_banners .banner{
	background: url(../img/home_ban1.png) no-repeat 0 50%;
	color: #707070;
	display: block;
	font:normal 17px/60px 'PT Sans', Arial, Verdana, sans-serif;
	height: 60px;
	margin: 50px 0 0 0;
	padding: 0 0 0 73px;
	text-decoration: none;
	text-transform: uppercase;
}
#home_banners .banner2{
	background: url(../img/home_ban2.png) no-repeat 0 50%;
}
#home_banners .banner:hover{
	opacity: .8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}


/******************************************************************************
  Breadcrumbs
*******************************************************************************/
.breadcrumbs{
	background: url(../img/bg_line.png) repeat center top;
	border-top: 1px solid #eee;
	clear: both;
	font:normal 12px/37px 'PT Sans', Arial, Verdana, sans-serif;
	height: 37px;
}
.breadcrumbs a{
	color: #707070;
	display: block;
	float: left;
	font:normal 12px/37px 'PT Sans', Arial, Verdana, sans-serif;
	text-decoration: none;
}
.breadcrumbs span{
	background: url(../img/breadcrumbs.png) repeat center top;
	color: #707070;
	display: block;
	float: left;
	height: 7px;
	margin: 16px 7px 0;
	min-width: 9px;
}
.breadcrumbs a:hover{
	color: #707070;
	text-decoration: underline;
}
.breadcrumbs .current{
	background: none;
	color: #999;
	font:normal 12px/37px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 0;
}

/******************************************************************************
  Main
*******************************************************************************/
#main.page-login{
	margin: 43px 0 70px;
}
#main.page-contact{
	background: url(../img/map.png) no-repeat center bottom;
	margin: 70px 0 1px 0;
	padding: 0 0 20px 0;
}
#main.page-404{
	margin: 70px 0 50px;
}
.pageFour .tit{padding:20px;}
.info{width:980px;margin:20px auto 0;}
.infoPage01{
	font-family: "微软雅黑";
}
.info ul{overflow:hidden;
          padding:0 0 20px 0px}
.info li{
	width:203px;
	border-right:1px dashed #ddd;
	float:left;
	padding:10px 20px 0;
	text-align:center;
	color:#424242;
	height:140px;
	list-style-type: none;
}
.info li h4{font-size:17px;}
.info li p{text-align:left;margin-top:10px;line-height:22px;}

.liangdian{width:980px;margin:20px auto 0;
	background-image: url(../img/bg_line.png);
	background-repeat: repeat;}
.liangdian ul{
	float:left;
	width:480px;
	overflow:hidden;
	padding:0 0 20px 0px;
}
.liangdian img {float:left;
width:130px;
margin:20px 20px 30px 20px;
}
.liangdian li{
	border-right:1px dashed #ddd;
	padding:10px 20px 0;
	text-align:center;
	color:#424242;
	height:auto;
	border-bottom:1px dashed #ddd;
	list-style-type: none;
}
.liangdian li h4{
	text-align:left;
	font-size:17px;
	font-family: "微软雅黑";
}
.liangdian li p{
	text-align:left;
	margin-top:0px;
	line-height:22px;
	font-family: "微软雅黑";
	margin-bottom: 20px;
}

.jishu{width:980px;margin:20px auto 0;}
.jishu ul{overflow:hidden;
          padding:0 0 20px 0px}
.jishu li{
	width:280px;
	border-right:1px dashed #ddd;
	float:left;
	padding:10px 20px 20px 20px;
	text-align:center;
	color:#424242;
	height:auto;
	list-style-type: none;
}
.jishu li h4{
	font-size:17px;
	font-family: "微软雅黑";
}
.jishu li p{
	text-align:left;
	margin:0 15px 20px 15px;
	line-height:22px;
	font-family: "微软雅黑";
}


/******************************************************************************
  Sidebar
*******************************************************************************/



aside{
	margin: 0 0 45px 0;
}
aside ul{
	list-style: none;
	padding: 0;
}
.aside_title{
	background: none;
	border-bottom: 8px solid #faf9f8;
	height: auto;
	margin: 0 0 22px 0;
	width: 100%;
}
.aside_title h3{
	border-bottom: 1px solid #e9c7bd;
	color: #707070;
	font:bold 13px/16px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 13px 0 0;
	padding: 0 0 21px 0;
}
aside h4{
	color: #444;
	font:normal 13px/13px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 0 0 20px 0;
	padding: 0;
}
aside h4.sub_title{
	border-bottom: 1px solid #eee;
	color: #707070;
	font:bold 11px/11px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 0 0 11px 0;
	padding: 0 0 12px 0;
}

/* right_menu */
#categories_nav .aside_title{
	margin: 0 0 9px 0;
}
.right_menu ul li{
	height: 33px;
}
.right_menu ul li a{
	background: url(../img/bg_right_menu.png) no-repeat 0 50%;
	border: 0 none;
	color: #444;
	display: block;
	font:normal 12px/33px 'PT Sans', Arial, Verdana, sans-serif;
	height: 33px;
	padding: 0 0 0 16px;
	text-transform: uppercase;
}
.right_menu ul li:hover a{
	background: #f5f5f5;
	color: #eb6447;
}
.right_menu ul li.current a{
	background: #f5f5f5!important;
	color: #444!important;
}

/* what_new */
#what_new div{
	text-align: center;
	padding: 0 10px 10px;
}
#what_new img{
	display: block;
	margin: 0 auto 15px;
}
#what_new a{
	color: #444;
	font:normal 12px/18px 'PT Sans', Arial, Verdana, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
#what_new .prise{
	padding: 2px 0 0 0;
	color: #eb6447;
	font: bold 12px/18px 'PT Sans', Arial, Verdana, sans-serif;
}
#what_new a:hover{
	text-decoration: underline;
}

/* shop_by */
.currently_shopping{
	padding: 0 0 28px 0;
}
.currently_shopping p{
	color: #444;
	font:normal 13px/13px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 0 0 26px 0;
}
.currently_shopping li {
	color: #eb6447;
	font:bold 12px/21px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 0px 0 2px 0;
}
.currently_shopping ul{
	border-bottom: 1px solid #eee;
	margin: 0 0 10px 0;
	padding: 0px 0 12px 0;
}
.currently_shopping li span{
	color: #444;
	font-weight: normal;
	margin: 0;
}
.currently_shopping li .close{
	background: url(../img/close.png) no-repeat 0 0;
	display: block;
	float: left;
	height: 21px;
	margin: 0px 4px 0 0;
	width: 21px;
}
.currently_shopping li .close:hover{
	opacity: .8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.currently_shopping .clear_all{
	color: #707070;
	float: right;
	font:normal 13px/13px 'PT Sans', Arial, Verdana, sans-serif;
	text-decoration: none;
}
.currently_shopping .clear_all:hover {
	opacity: .8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
#shop_by .check_opt{
	padding: 0 0 25px 0;
}
#shop_by .check_opt.price{
	padding: 0;
}
#shop_by .check_opt li a{
	background: url(../img/bg_right_menu.png) no-repeat 0 50%;
	color: #444;
	font:normal 12px/20px 'PT Sans', Arial, Verdana, sans-serif;
	height: 20px;
	margin: 0;
	padding: 0 0 0 16px;
}
#shop_by .check_opt li a:hover{
	color: #EB6447;
}

/* specials */
.specials li{
	padding: 10px 0;
}
.specials li+li{
	border-top: 1px solid #eee;
}

.specials li .cont{
	display: table-cell;
	font:normal 12px/18px 'PT Sans', Arial, Verdana, sans-serif;
	padding: 5px 10px 0px;
}
.specials li .cont a{
	color: #444;
	font:normal 12px/18px 'PT Sans', Arial, Verdana, sans-serif;
	text-decoration: none;
}
.specials li .cont a:hover{
	text-decoration: underline;
}
.specials li .cont .prise{
	color: #eb6447;
	font:normal 12px/18px 'PT Sans', Arial, Verdana, sans-serif;
	padding: 10px 0 0 0;
}
.specials li .cont .prise .old{
	color: #777;
	text-decoration: line-through;
}
input.vote{
	font:bold 13px/38px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 10px 0 0 0;
	width: 75px;
}
#community_poll h4{
	border: 0 none;
}
#community_poll li{
	color: #444;
	font:normal 12px/33px 'PT Sans', Arial, Verdana, sans-serif;
	height: 33px;
	text-transform: uppercase;
}
#community_poll li .niceRadio{
	margin: 0 8px 0 0;
	vertical-align: middle;
}

/* compare_products */
#compare_products ul{
	margin: 0 0 15px 0;
}
#compare_products li{
	color: #444;
	font:normal 12px/20px 'PT Sans', Arial, Verdana, sans-serif;
	padding: 9px 0 10px 25px;
	text-transform: uppercase;
}
#compare_products li+li{
	border-top: 1px solid #eee;
}
#compare_products .close{
	background: url(../img/close.png) no-repeat 0 0;
	display: block;
	height: 21px;
	margin: 0px 0px 0 -25px;
	position: absolute;
	width: 21px;
}
#compare_products .close:hover{
	opacity: .8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
#compare_products button{
	float: left;
	font: bold 13px/38px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 0;
	width: 103px;
}
#compare_products a.clear_all{
	color: #707070;
	float: right;
	font: normal 13px/38px 'PT Sans', Arial, Verdana, sans-serif;
	text-decoration: none;
}
#compare_products a.clear_all:hover{
	opacity: .8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

/* newsletter_signup */
#newsletter_signup p{
	font:normal 13px/20px 'PT Sans', Arial, Verdana, sans-serif;
}
#newsletter_signup .newsletter{
	padding: 10px 0 0 0;
}
#newsletter_signup .newsletter .your_email{
	background: #fff;
	border-radius: 19px;
	-moz-border-radius: 19px;
	-khtml-border-radius: 19px;
	behavior: url(PIE.htc);
	border: 1px solid #ccc;
	color: #777;
	height: 36px;
	margin: 0 0 28px 0;
	width: 206px;
}
#newsletter_signup .newsletter #submit{
	font:bold 13px/38px 'PT Sans', Arial, Verdana, sans-serif;
	width: 116px;
}

/* banners */
#banners #list_banners{
	overflow: hidden;
}
#banners .banner{
	background: url(../img/bg_line.png) repeat center top;
	border:1px solid #eee;
	float: left;
	height: 228px;
	margin: 0px 0 0px 0px;
	text-align: center;
	width: 226px;
}
#banners .banner a{
	text-decoration: none;
}
#banners .banner h2{
	color: #707070;
	font: bold 17px/28px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#banners .banner p{
	color: #707070;
	font:normal 16px/28px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#ban_pagination{
	margin: 15px auto 0 auto;          
	position: relative;
	text-align: center;
}
#ban_pagination a{
	background: #d6d6d6;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;
	behavior: url(PIE.htc);
	display: inline-block;
	height: 18px;
	margin: 0 2px;
	width: 18px;
}
#ban_pagination a span{
	background: #fbfbfb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	behavior: url(PIE.htc);
	display: inline-block;
	height: 10px;
	margin: 4px;
	text-indent: -9999px;
	width: 10px;
}
#ban_pagination a:hover{
	background: #b3b3b3;
}
#ban_pagination a:hover span{
	background: #f8f8f8;
}
#ban_pagination a.selected{
	background: #adc1da;
}
#ban_pagination a.selected span{
	background: #fff;
}

/* tags */
#tags a{
	color: #707070;
	font:normal 13px/26px 'PT Sans', Arial, Verdana, sans-serif;
	text-decoration: none
}
#tags a:hover{
	color: #eb6447;
}
#tags a.t1{
	font-size: 18px;
}
#tags a.t2{
	font-size: 13px;
}
#tags a.t3{
	font-size: 20px;
}
#tags a.t4{
	font-size: 11px;
}
#tags a.t5{
	font-size: 13px;
}
#tags a.t6{
	font-size: 22px;
}
#tags a.t7{
	font-size: 12px;
}
#tags a.t8{
	font-size: 17px;
}
#tags a.t9{
	font-size: 13px;
}
#tags a.t10{
	font-size: 20px;
}
#tags a.t11{
	font-size: 12px;
}
#tags a.t12{
	font-size: 20px;
}
#tags a.t13{
	font-size: 15px;
}
#tags a.t14{
	font-size: 13px;
}
#tags a.t15{
	font-size: 16px;
}
#tags a.t16{
	font-size: 13px;
}
#tags a.t17{
	font-size: 27px;
}

/******************************************************************************
  Sidebar right
*******************************************************************************/
#sidebar_right{
	margin-right: 0;
}
#checkout_progress{
	margin: 22px 0 0 0;
}
#checkout_progress h3{
	border-bottom: 1px solid #e0e0e0;
	color:#707070;
	font:bold 13px/13px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 0 0 16px 0;
	padding: 0 0 17px 0;
}
#checkout_progress ul{
	list-style: none!important;
	padding: 0!important;
}
#checkout_progress ul li{
	border-bottom: 1px solid #eee;
	color: #444;
	font:normal 13px/39px 'PT Sans', Arial, Verdana, sans-serif;
	height: 39px;
	text-transform: uppercase;
}
#checkout_progress ul li a {
	background: url(../img/edit.png) left center no-repeat;
	color: #777;
	float: right;
	font:normal 12px/39px 'PT Sans', Arial, Verdana, sans-serif;
	padding: 0 0 0 16px;
	text-decoration: none;
	text-transform: none;
}
#checkout_progress ul li a:hover{
	opacity: .8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

/******************************************************************************
  Content
*******************************************************************************/
#content header{
	background: none;
	border-bottom: 8px solid #f8f9fa;
	height: auto;
	margin: 0 0 40px 0;
	width: 100%;
}
h1.page_title{
	border-bottom: 1px solid #bdd1e9;
	margin: 0;
	padding: 0 0 20px 0;
}

/* Options */
.options{
	background: #f8f9fa;
	color: #777;
	font:normal 12px/38px 'PT Sans', Arial, Verdana, sans-serif;
	height: 47px;
	padding: 9px 10px 0 18px;
}
.show,
.sort{
	float: left;
	height: 38px;
}
.show{
	border-right: 1px solid #e0e0e0;
	padding: 0 20px 0 0;
}
.show .selectBox{
	margin: 0 5px;
	width: 70px;
}
.sort{
	padding: 0 0 0 20px;
}
.sort .selectBox{
	margin: 0 5px;
	width: 120px;
}
.sort a.sort_up{
	color: #777!important;
	font:bold 12px 'PT Sans', Arial, Verdana, sans-serif;
	text-decoration: none!important;
}
.sort a:hover.sort_up{
	text-decoration: none;
}
.options .grid-list{
	float: right;
	height: 38px;
}
.options .grid-list a.grid,
.options .grid-list a.list{
	border-radius: 19px;
	-moz-border-radius: 19px;
	-khtml-border-radius: 19px;
	behavior: url(PIE.htc);
	display: block;
	float: left;
	height: 38px;
	width: 38px;
}
.options .grid-list a.grid.current,
.options .grid-list a.list.current{
	background: #8aa7ca
}
.options .grid-list a.grid span,
.options .grid-list a.list span{
	background-image: url(../img/grid_list.png);
	background-position: 0 -16px;
	display: block;
	height: 16px;
	margin: 11px 0 0 11px;
	opacity: .5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	text-indent: -9999px;
	width: 16px;
}
.options .grid-list a.list span{
	background-position: 0 -48px;
}
.options .grid-list a.grid.current span{
	background-position: 0 0;
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.options .grid-list a.list.current span{
	background-position: 0 -32px;
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.options .grid-list a.grid:hover span,
.options .grid-list a.list:hover span{
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

/* Pagination */
.pagination{
	height: 41px;
	text-align: center;
}
.pagination ul{
	list-style: none;
	padding: 0;
}
.pagination li{
	display: inline-block;
	*float: left;
}
.pagination li a,
.pagination li span{
	border: 1px solid #e0e0e0;
	color: #777;
	display: inline-block;
	font:normal 13px/39px 'PT Sans', Arial, Verdana, sans-serif;
	height: 39px;
	margin: 0 0 0 -3px;
	padding: 0 15px;
	text-decoration: none;
}
.pagination li+li+li a,
.pagination li+li+li span{
	border-left: 0 none;
}


.pagination li.next {
	border: 0 none;
}
.pagination li a:hover{
	background: #fafafa;
	text-decoration: none;
}
.pagination li.curent a{
	background: #f5f7f9;
	color: #eb6447;
	font-weight: bold;
	text-decoration: none;
}
.pagination_info{
	color: #707070;
	font:normal 11px/11px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 20px  0 0!important;
	text-align: center;
	text-transform: uppercase;
}

/* Featured Products */
.product-title{
	border-bottom: 1px solid #e0e0e0;
	font:normal 20px/20px 'PT Sans', Arial, Verdana, sans-serif;
	padding: 0 0 20px 0;
	text-transform: uppercase;
}
.products{
	padding: 40px 0 30px 0;
}

/* Grid Products */
.products.catalog{
	margin: 0 -12px;
	padding: 40px 0 1px;
	width: 756px;
}
.products article{
	background: #fff;
	border:1px solid #ededed;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	behavior: url(PIE.htc);
	box-shadow: 0px 2px 2px #ededed;
	-moz-box-shadow: 0px 2px 2px #ededed;
	-webkit-box-shadow: 0px 2px 2px #ededed;
	margin: 0 11px 43px;
}
.products article:hover {
	border: 1px solid #e6e6e6;
	box-shadow: 0px 0px 4px 1px #e6e6e6;
	-moz-box-shadow: 0px 0px 4px 1px #e6e6e6;
	-webkit-box-shadow: 0px 0px 4px 1px #e6e6e6;
}
img.sale{
	margin: -4px 0 0 -4px;
	position: absolute;
	z-index: 1;
}


.products article h3.title{
	background: url(../img/bg-title.png) no-repeat center bottom;
	color:#555;
	font:normal 12px/18px 'PT Sans', Arial, Verdana, sans-serif;
	height: 55px;
	margin: 0;
	padding: 0 8px;
	text-align: center;
	text-transform: uppercase;
}
.products article .cart{
	height: 60px;
	overflow: hidden;
	position: relative;
	width: 217px;
}
.products article .cart .price{
	color:#ec6f54;
	font:normal 16px/18px 'PT Sans', Arial, Verdana, sans-serif;
	height: 60px;
	left: 60px;
	margin: 0;
	padding: 0 8px;
	position: absolute;
	text-align: center;
	width: 92px;
}
.products article .cart .price .vert{
	display: table-cell;
	height: 60px;
	vertical-align: middle;
	width: 92px;
	//display:block;
	//height:auto;
	//margin-top: expression((30-parseInt(offsetHeight)/2)  <0 ? "0" : 30-(parseInt(offsetHeight)/2) +'px') ;
}
.products article .cart .price .price_old{
	color:#999;
	font:normal 12px/18px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 0px 0 0 0;
	text-decoration: line-through;
}
.products article .cart .bay{
	background: #ee7b62;
	border-radius: 19px;
	-moz-border-radius: 19px;
	-khtml-border-radius: 19px;
	behavior: url(PIE.htc);
	display: block;
	float: right;
	height: 27px;
	margin: 10px 0 0 0;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	padding: 11px 0 0 0;
	text-align: center;
	width: 38px;
}
.products article .cart .bay:hover{
	background: #fa7a5f;
	background: -moz-linear-gradient(top,  #fa7a5f 0%, #ce4a2e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa7a5f), color-stop(100%,#ce4a2e));
	background: -webkit-linear-gradient(top,  #fa7a5f 0%,#ce4a2e 100%);
	background: -o-linear-gradient(top,  #fa7a5f 0%,#ce4a2e 100%);
	background: -ms-linear-gradient(top,  #fa7a5f 0%,#ce4a2e 100%);
	background: linear-gradient(to bottom,  #fa7a5f 0%,#ce4a2e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa7a5f', endColorstr='#ce4a2e',GradientType=0 );
	box-shadow: 0px 0px 4px #fa7a5f;
	-moz-box-shadow: 0px 0px 4px #fa7a5f;
	-webkit-box-shadow: 0px 0px 4px #fa7a5f;
}
.products article .cart .obn,
.products article .cart .like{
	background: url(../img/obl.png) no-repeat 0 0;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	behavior: url(PIE.htc);
	display: block;
	float: right;
	height: 30px;
	left: 220px;
	margin: 13px 0 0 0;
	position: absolute;
	width: 30px;
}
.products article .cart .obn:hover,
.products article .cart .like:hover{
	box-shadow: 0px 0px 4px #80a6d3;
	-moz-box-shadow: 0px 0px 4px #80a6d3;
	-webkit-box-shadow: 0px 0px 4px #80a6d3;
}
.products article .cart .like{
	background: url(../img/like.png) no-repeat 0 0;
	left: 254px;
}

/* List Products */
.products_list{
	margin: 43px 0 13px;
}
.products_list article{
	background: #fff;
	border:1px solid #ededed;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	behavior: url(PIE.htc);
	box-shadow: 0px 2px 2px #ededed;
	-moz-box-shadow: 0px 2px 2px #ededed;
	-webkit-box-shadow: 0px 2px 2px #ededed;
	margin-bottom: 30px;
}
.products_list article .grid_3{
	margin-left: 0;
}

.products_list article .grid_6{
	margin: 0;
	width: 472px;
}
.products_list article .entry_content{
	border-bottom:1px solid #ededed;
	height: 89px;
	padding: 20px 0 0 0;
}
.products_list article .entry_content a{
	text-decoration: none;
}
.products_list article .entry_content h3.title{
	color: #555;
	font:normal 16px/16px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 0 0 25px 0;
}
.products_list article .entry_content p{
	color: #707070;
	font:normal 12px/18px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 0;
}
a.more{
	text-decoration: none;
}
a.more:hover{
	text-decoration: underline!important;
}
.products_list article .price{
	color: #ec6f54;
	float: left;
	font:normal 18px/18px 'PT Sans', Arial, Verdana, sans-serif;
	height: 36px;
	margin: 0 20px 0 0;
	padding: 19px 0 0 0;
}
.products_list article .price .price_old{
	color: #999;
	float: left;
	font:normal 15px/18px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0 15px 0 0;
}
.products_list article .review{
	float: left;
	height: 14px;
	padding: 19px 0 0 0;
}
.products_list article .review a{
	background: url(../img/review.png) no-repeat 0 0 ;
	display: block;
	float: left;
	height: 14px;
	margin: 0 3px 0 0;
	width: 14px;
}
.products_list article .review a.plus,
.products_list article .review a:hover{
	background-position: 100% 0;
}
.products_list article .review a.plus_minus{
	background-position: -14px 0;
}
.products_list article .review span{
	color: #707070;
	float: left;
	font:normal 11px/14px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 1px 0 0 7px ;
}
.products_list article .cart,
article.product_page .cart{
	clear: both;
	display: block;
}
.products_list article .cart a.bay,
article.product_page .cart a.bay{
	background: #eb6445;
	border-radius: 19px;
	-moz-border-radius: 19px;
	-khtml-border-radius: 19px;
	behavior: url(PIE.htc);
	color: #fff;
	display: block;
	float: left;
	font:bold 13px/40px 'PT Sans', Arial, Verdana, sans-serif;
	height: 38px;
	padding: 0 0 0 20px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	width: 128px;
}
.products_list article .cart a.bay:hover,
article.product_page .cart a.bay:hover{
	background: #fa7a5f;
	background: -moz-linear-gradient(top,  #fa7a5f 0%, #ce4a2e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa7a5f), color-stop(100%,#ce4a2e));
	background: -webkit-linear-gradient(top,  #fa7a5f 0%,#ce4a2e 100%);
	background: -o-linear-gradient(top,  #fa7a5f 0%,#ce4a2e 100%);
	background: -ms-linear-gradient(top,  #fa7a5f 0%,#ce4a2e 100%);
	background: linear-gradient(to bottom,  #fa7a5f 0%,#ce4a2e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa7a5f', endColorstr='#ce4a2e',GradientType=0 );
	box-shadow: 0px 0px 4px #fa7a5f;
	-moz-box-shadow: 0px 0px 4px #fa7a5f;
	-webkit-box-shadow: 0px 0px 4px #fa7a5f;
}
.products_list article .cart .bay img,
article.product_page .cart .bay img{
	margin: 0 7px 0 0;
}
.products_list article .cart a.obn,
.products_list article .cart a.like,
article.product_page .cart a.obn,
article.product_page .cart a.like{
	color: #444;
	float: left;
	font:normal 11px/30px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 5px 0 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
}
.products_list article .cart .obn img,
.products_list article .cart .like img,
article.product_page .cart .obn img,
article.product_page .cart .like img{
	border-radius: 19px;
	-moz-border-radius: 19px;
	-khtml-border-radius: 19px;
	behavior: url(PIE.htc);
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.products_list article .cart a.obn:hover img,
.products_list article .cart a.like:hover img,
article.product_page .cart a.obn:hover img,
article.product_page .cart a.like:hover img{
	box-shadow: 0px 0px 4px #80a6d3;
	-moz-box-shadow: 0px 0px 4px #80a6d3;
	-webkit-box-shadow: 0px 0px 4px #80a6d3;
}


/******************************************************************************
  Product page
*******************************************************************************/
.product_page{
	margin: 43px -12px 0;
	position: relative;
}

/* Product images*/
.product_page .img_slid .sale {
	margin: -3px 0 0 -3px;
}
.product_page .img_slid .preview{
	background: #fff;
	border:1px solid #ededed;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	behavior: url(PIE.htc);
	box-shadow: 0px 2px 2px #ededed;
	-moz-box-shadow: 0px 2px 2px #ededed;
	-webkit-box-shadow: 0px 2px 2px #ededed;
	margin: 0 0 20px 0;
	padding: 8px;
	width: 378px;
}
.product_page .img_slid .prev_bg{
	background: #f5f5f5;
	display: table-cell;
	height: 378px;
	margin: 0;
	text-align: center;
	width: 378px;
	vertical-align: middle;
	//display:block;
	//height:auto;
	//margin-top: expression((189-parseInt(offsetHeight)/2)  <0 ? "0" : 189-(parseInt(offsetHeight)/2) +'px') ;
}
.product_page .img_slid .prev_bg .zoomPad > img{
	height: 378px;
	max-width: 378px;
	max-height: 378px;
	width: 378px;
}
.zoomPad{
	cursor:crosshair;
	float:left;
	position:relative;
}
.zoomWindow{
	background:#fff;
	border: 1px solid #000;
	height:auto;
	left: 410px!important;
	overflow: hidden;
	position:absolute;
	top:40px;
	z-index:6000;
}
.zoomPup {
	background: #fff;
	border: 1px solid #ccc;
	cursor: crosshair;
	opacity: .6;
	filter: alpha(opacity = 60);
	overflow: hidden;
	position: absolute;
	
}
.product_page .img_slid .caroufredsel_wrapper{
	height: 80px!important;
	margin: 0 0 0 20px!important;
	width: 353px!important;
}
.product_page .img_slid .small_img{
	border:0 none!important;
	height: 80px!important;
	list-style: none!important;
	padding:0 0 0 3px!important;
	margin: 0!important;
}
.product_page .img_slid .small_img li{
	border: 0 none;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	padding: 0 0 1px 0;
	width: 80px;
}
.product_page .img_slid .small_img li a{
	background: #fff;
	border: 1px solid #efefef;
	height: 74px;
	float: left;
	padding: 2px;
	text-align: center;
	width: 74px;
}
.product_page .img_slid .small_img li a.zoomThumbActive{
	border: 1px solid #dcdcdc;
}
.product_page .img_slid .small_img li a:hover{
	background: none;
}
.product_page .img_slid .small_img li img{
	height: 74px;
	max-width: 74px;
	text-align: center;
	width: 74px;
}
.product_page .img_slid .next_prev{
	margin: 31px 0 0 0;
	position: absolute;
	width: 396px;
}
.product_page .img_slid .next_prev .arows{
	float: left;
	height: 14px;
	margin: 0;
	width: 9px;
}
.product_page .img_slid .next_prev #img_next.arows{
	float: right;
}
.product_page .img_slid .next_prev .arows span{
	margin: 0;
}
.product_page .img_slid .next_prev #img_next.arows span{
	background: url(../img/bg_arows.png) no-repeat -21px 0;
}
.product_page .img_slid .next_prev #img_next.arows:hover span{
	background: url(../img/bg_arows.png) no-repeat -7px 0;
}
#pagination{
	margin: 20px auto 0 auto;          
	position: relative;
	text-align: center;
}
#pagination a{
	background: #d6d6d6;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;
	behavior: url(PIE.htc);
	display: inline-block;
	height: 18px;
	margin: 0 2px;
	width: 18px;
}
#pagination a span{
	background: #fbfbfb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	behavior: url(PIE.htc);
	display: inline-block;
	height: 10px;
	margin: 4px;
	text-indent: -9999px;
	width: 10px;
}
#pagination a:hover{
	background: #b3b3b3;
}
#pagination a:hover span{
	background: #f8f8f8;
}
#pagination a.selected{
	background: #adc1da;
}
#pagination a.selected span{
	background: #fff;
}

/* Product content*/
.product_page .entry_content{
	color: #707070;
}
.product_page .entry_content .soc{
	float: right;
	margin: -2px 0 0 0;
}
.product_page .entry_content .review{
	color: #707070;
	font:normal 11px/14px 'PT Sans', Arial, Verdana, sans-serif;
	height: 14px;
	margin: 9px 0 20px 0;
}
.product_page .entry_content .review a{
	background: url(../img/review.png) no-repeat 0 0;
	display: block;
	float: left;
	height: 14px;
	margin: 0 3px 0 0;
	width: 14px;
}
.product_page .entry_content .review a.plus,
.product_page .entry_content .review a:hover{
	background-position: 100% 0;
}
.product_page .entry_content .review a.plus_minus{
	background-position: -14px 0;
}
.product_page .entry_content .review a.add_review{
	background: none;
	color: #7698c1;
	display: inline;
	float: none;
	font:normal 11px/14px 'PT Sans', Arial, Verdana, sans-serif;
	height: 14px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	width: auto;
}
.product_page .entry_content .review a.add_review:hover{
	opacity: .8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.product_page .entry_content .review span.separator{
	color: #dadada;
	margin: 0 6px;
}
.product_page .entry_content .ava_price{
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 24px 0;
}
.product_page .entry_content .ava_price .price{
	color: #ec6f54;
	float: left;
	font:normal 36px/36px 'PT Sans', Arial, Verdana, sans-serif;
	width: 250px;
}
.product_page .entry_content .ava_price .price .price_old{
	color: #999;
	font:normal 15px/15px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 0 0 15px 0;
	text-decoration: line-through;
}
.product_page .entry_content .ava_price .availability_sku{
	color: #707070;
	float: left;
	font:normal 12px/20px 'PT Sans', Arial, Verdana, sans-serif;
}
.product_page .entry_content .ava_price .availability span{
	background: url(../img/gal.png) no-repeat 2px 50%;
	color: #6f8921;
	padding: 0 0 0 15px;
}
.product_page .entry_content .ava_price .sku span{
	color: #444;
}
.product_page .entry_content .parameter_selection{
	border-bottom: 1px solid #ededed;
	margin: 0 0 24px 0;
	padding: 24px 0;
}
.product_page .entry_content .parameter_selection select,
.product_page .entry_content .parameter_selection .selectBox{
	margin: 0 20px 0 0;
	width: 140px;
}

/* Tabs */
.fenlei01 {
	height:64px;
	margin:0 auto;
	background-position: center top;
	background-repeat: repeat;
	border-bottom: 1px solid #eb6447;
}
.fenlei02 {
	width:1008px;
	margin: 0 auto;
	text-align:center;
}
#wrapper_tab{
	clear: both;
	margin: 0 0 40px 0;
}
#wrapper_tab a.tab_link{
	background: #f9f9f9;
	border: 1px solid #e0e0e0;
	border-radius: 1px 1px 0 0;
	-moz-border-radius: 1px 1px 0 0;
	-khtml-border-radius: 1px 1px 0 0;
	color: #777;
	display: block;
	float: left;
	font:normal 12px/34px "微软雅黑", Arial, Verdana, sans-serif;
	height: auto;
	margin: 4px 8px 0 0;
	padding: 10px 18px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 1;
}

.img02{
	background-image:url(../img/bg_line.png);
	background-position:center;
	background-repeat:repeat;
	margin-top:20px;
	border:1px solid #f0f0f0;
}
.img02 img{
	margin:20px 20px 10px 20px ;
}

#wrapper_tab a.tab_link:hover{
	background: #efefef;
}


#wrapper_tab.tab1 a.tab1,
#wrapper_tab.tab2 a.tab2,
#wrapper_tab.tab3 a.tab3,
#wrapper_tab.tab4 a.tab4,
#wrapper_tab.tab5 a.tab5,
#wrapper_tab.tab6 a.tab6,
#wrapper_tab.tab7 a.tab7,
#wrapper_tab.tab8 a.tab8
{
	background: #eb6447;
	border: 1px solid #eb6447;
	border-bottom: 0 none;
	border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-khtml-border-radius: 2px 2px 0 0;
	behavior: url(PIE.htc);
	color: #FFFFFF;
	cursor: default;
	font:bold 12px/36px "微软雅黑", Arial, Verdana, sans-serif;
	margin: 8px 8px 0 0;
	position: relative;
	text-decoration: none;
	z-index: 3;
}


#wrapper_tab div.tab_body {
	display:none;
}
#wrapper_tab.tab1 div.tab1,
#wrapper_tab.tab2 div.tab2,
#wrapper_tab.tab3 div.tab3,
#wrapper_tab.tab4 div.tab4,
#wrapper_tab.tab5 div.tab5,
#wrapper_tab.tab6 div.tab6,
#wrapper_tab.tab7 div.tab7,
#wrapper_tab.tab8 div.tab8{
	display:block;
	margin: -1px 0 0 0;
	padding: 34px 0 0 0;
	position: relative;
	z-index: 2;
}

/* Comments */
.comments{
	list-style: none;
	margin: 0;
	padding: 0;
}
.comments li+li{
	border-top: 1px solid #e0e0e0;
	padding: 20px 0 0px 0;
}
.comments li .autor{
	color: #444;
	float: left;
	font:normal 14px/20px 'PT Sans', Arial, Verdana, sans-serif;
	text-transform: uppercase;
}
.comments li time{
	color: #777;
	font:normal 12px/20px 'PT Sans', Arial, Verdana, sans-serif;
}
.evaluation{
	clear: both;
	padding: 15px 0;
}
.evaluation .quality,
.evaluation .price{
	border-right: 1px solid #e0e0e0;
	color: #777;
	float: left;
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	margin: 0 16px 0 0;
	padding: 0 13px 0 0;
}
.evaluation .price{
	border-right: 0 none;
}
.evaluation .quality span,
.evaluation .price span{
	color: #777;
	float: left;
	font-size: 12px;
	line-height: 14px;
	margin: 0 10px 0 0;
}
.evaluation .quality a,
.evaluation .price a {
	background: url(../img/review.png) no-repeat 0 0;
	display: block;
	float: left;
	height: 14px;
	margin: 0px 3px 0 0;
	width: 14px;
}
.evaluation .quality a.plus,
.evaluation .price a.plus {
	background-position: 100% 0;
}
.evaluation .quality a.plus_minus,
.evaluation .price a.plus_minus {
	background-position: 50% 0;
}
.add_comments{
	padding: 23px 0 0 0;
}
.add_comments strong{
	color: #707070;
}
.add_comments .evaluation{
	height: 30px;
	margin: -5px 0 38px 0;
	padding: 0;
}
.add_comments .evaluation .quality,
.add_comments .evaluation .price{
	border-right: 1px solid #e0e0e0;
	color: #777;
	float: left;
	font-size: 12px;
	height: 16px;
	line-height: 15px;
	margin: 0 16px 0 0;
	padding: 0 12px 0 0;
}
.add_comments .evaluation .price{
	border: 0 none;
}
.add_comments sup{
	color: #ec7259;
	margin: 0 15px 0 3px;
}
.add_comments .evaluation .niceRadio{
	float: none;
	margin: 0 4px 0 0;
}
.add_comments .evaluation .eva_num{
	color: #999;
	font:normal 11px/11px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 21px 0 0 -15px;
	position: absolute;
}
.add_comments input[type="text"],
.add_comments input[type="email"],
.add_comments textarea{
	margin: 10px 0 0 0;
}
.add_comments .nickname{
	float: left;
}
.add_comments .your_review{
	clear: left;
	float: left;
	margin: 20px 0 0 0;
}
.add_comments .nickname input,
.add_comments .your_review input{
	width: 343px;
}
.add_comments .text_review{
	float: right;
	margin: 0;
}
.add_comments .text_review textarea{
	clear: right;
	height: 115px;
	margin: 10px 0 5px 0;
	width: 540px;
}
.add_comments .text_review i{
	color: #999;
	font-size: 12px;
}
.add_comments input[type="submit"]{
	margin: 30px 0 0 0;
	width: 143px;
	font:bold 13px/40px 'PT Sans', Arial, Verdana, sans-serif;
}
/*** Related Products ***/
.related{
	margin: 0 -12px;
	width: 1008px!important;
}
.related .c_header {
	border-bottom: 1px solid #E0E0E0;
	height: 50px;
	margin: 0 12px 42px;
}
.related .c_header {
	border-bottom: 1px solid #E0E0E0;
	height: 50px;
	margin: 0 12px 42px;
}
.related_list .caroufredsel_wrapper {
	height: 350px!important;
}
.related_list ul#listing{
	height: auto!important;
	margin: 0;
	padding: 3px 0 0 0!important;
}

/******************************************************************************
  Login page
*******************************************************************************/
.new_customers{
	margin-left: 0;
	margin-top: 23px;
}
.new_customers p{
	margin-bottom: 30px!important;
}
.new_customers button.account{
	font: bold 13px/40px 'PT Sans', Arial, Verdana, sans-serif;
	width: 174px;
}
.registed_form{
	margin-right: 0;
}
form.registed{
	background: #fff;
	border: 1px solid #ededed;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	behavior: url(PIE.htc);
	box-shadow: 0px 1px 3px 1px #ededed;
	-moz-box-shadow: 0px 1px 3px 1px #ededed;
	-webkit-box-shadow: 0px 1px 3px 1px #ededed;
	margin: 0;
	padding: 20px;
}
form.registed strong{
	color: #707070;
	font: bold 13px/13px 'PT Sans', Arial, Verdana, sans-serif;
}
form.registed sup{
	color: #eb6447;
	margin: 0 3px;
}
form.registed input[type="text"],
form.registed input[type="email"]{
	margin: 5px 0 13px 0;
	width: 416px;
}

form.registed .remember .niceCheck{
	margin: 0 3px 0 0;
}
form.registed .remember span.rem{
	color: #777;
	font:normal 12px/17px 'PT Sans', Arial, Verdana, sans-serif;
}
form.registed .submit {
	color: #eb6447;
	font:normal 12px/38px 'PT Sans', Arial, Verdana, sans-serif;
	height: 38px;
	margin: 30px 0 0 0;
}
form.registed .submit input[type="submit"]{
	float: left;
	font:bold 13px/40px 'PT Sans', Arial, Verdana, sans-serif;
	margin:0 142px 0 0;
	width: 78px;
}
form.registed a.forgot{
	color: #7698c1;
	font-size: 12px;
	line-height: 38px;
	margin: 0 15px 0 0;
}

/******************************************************************************
  Shopping Cart
*******************************************************************************/
table.cart_product{
	border-left: 0 none;
	border-right: 0 none;
	color: #707070;
	margin: 0 0 46px 0;;
}
table.cart_product th{
	color: #707070!important;
	font: bold 13px 'PT Sans', Arial, Verdana, sans-serif;
	height: 49px;
	padding: 0;
}
table.cart_product td{
	height: auto;
	padding: 30px 0 0 0;
	vertical-align: top;
}
table.cart_product .name{
	color: #444;
	font-size: 13px;
	padding: 0 20px;
	text-align: left;
	width: auto;
}
table.cart_product .edit{
	width: 92px;
}
table.cart_product .edit a{
	background: url(../img/edit.png) left center no-repeat;
	color: #707070;
	padding: 0 0 0 16px;
	text-decoration: none;
}
table.cart_product .edit a:hover{
	opacity: .8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
table.cart_product .price{
	width: 110px;
}
table.cart_product .qty{
	width: 90px;
}
table.cart_product .subtotal{
	width: 110px;
}
table.cart_product .close{
	border-right: 0 none;
	width: 50px;
}
table.cart_product a.close {
	background: url(../img/close.png) no-repeat 0 0;
	height: 20px;
	display: block;
	margin: 0 auto;
	width: 20px;
}
table.cart_product a.close:hover{
	opacity: .8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
table.cart_product td.images{
	padding: 20px 20px 20px 0;
	vertical-align: middle;
	text-align: center;
	width: 110px;
}
table.cart_product td.images img{
	height: 110px;
	width: 110px;
	max-height: 110px;
	max-width: 110px;
}
table.cart_product td.name{
	padding: 30px 20px;
	text-align: left;
}
table.cart_product td.qty{
	padding: 20px 0 0 0;
}
table.cart_product td.qty input{
	color: #707070;
	font-size: 12px;
	width: 30px;
}
table.cart_product .cart_but{
	border-right: 0 none;
	padding: 18px 0 ;
}
table.cart_product .cart_but a{
	color: #7698c1;
	display: block;
	float: left;
	font: normal 11px/11px 'PT Sans', Arial, Verdana, sans-serif;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}
table.cart_product .cart_but a.update{
	float: right;
	line-height: 12px;
}
table.cart_product .cart_but a:hover{
	opacity: .8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
table.cart_product .cart_but a img{
	vertical-align: top;
}
#cart_forms{
	margin: 0 -12px 70px;
	width: 1008px;
}
.bottom_block.estimate{
	height: auto;
	padding: 20px;
}
#cart_forms .bottom_block h3{
	font: normal 18px/18px 'PT Sans', Arial, Verdana, sans-serif;
	text-transform: none;
}
#cart_forms .bottom_block p{
	font: normal 12px/20px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 0 0 25px 0;
}
#cart_forms .bottom_block strong{
	color: #707070;
	font: bold 13px/20px 'PT Sans', Arial, Verdana, sans-serif;
}
#cart_forms .bottom_block sup{
	color: #ec7259;
	margin: 0 0 0 3px;
}
select.bottom-index,
.selectBox.bottom-index {
	z-index: 3;
}
.bottom_block.estimate .selectBox{
	margin: 5px 0 0 0;
	width: 252px;
}
.bottom_block.estimate input[type="text"]{
	margin: 5px 0 0 0;
	width: 248px;
}
.bottom_block.estimate input[type="submit"]#get_estimate{
	font:bold 13px/40px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 0px 0 0 0;
	width: 124px;
}
.bottom_block.discount,
.bottom_block.total{
	min-height: 192px;
	padding: 20px;
}
.bottom_block.discount input[type="text"]{
	margin: 5px 0 0 0;
	width: 248px;
}
.bottom_block.discount input[type="submit"]#apply_coupon{
	font:bold 13px/40px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 5px 0 0 0;
	width: 137px;
}
.bottom_block.total{
	border: 1px solid #e0e0e0;
	text-align: right;
}
.bottom_block.total .subtotal{
	border: 0 none;
	border-collapse: collapse;
	font: normal 13px/13px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 0;
	text-align: right;
	width: 100%;
}
.bottom_block.total .subtotal td{
	border: 0 none;
	border-collapse: collapse;
	height: 30px;
	vertical-align: top;
}
.bottom_block.total .subtotal .grand_total{
	color: #444;
	font:normal 18px/18px 'PT Sans', Arial, Verdana, sans-serif;
}

.bottom_block.total .subtotal td.price{
	color: #eb6447;
	font-weight: bold;
	min-width: 97px;
}
.bottom_block.total button.checkout{
	background: #eb6447;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-khtml-border-radius: 25px;
	behavior: url(PIE.htc);
	float: right;
	font:bold 15px/50px 'PT Sans', Arial, Verdana, sans-serif;
	height: 50px;
	margin: 20px 0;
	padding: 0;
	width: 255px;
}
.bottom_block.total button.checkout:hover{
	background: #fa7a5f;
	background: -moz-linear-gradient(top,  #fa7a5f 0%, #ce4a2e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa7a5f), color-stop(100%,#ce4a2e));
	background: -webkit-linear-gradient(top,  #fa7a5f 0%,#ce4a2e 100%);
	background: -o-linear-gradient(top,  #fa7a5f 0%,#ce4a2e 100%);
	background: -ms-linear-gradient(top,  #fa7a5f 0%,#ce4a2e 100%);
	background: linear-gradient(to bottom,  #fa7a5f 0%,#ce4a2e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa7a5f', endColorstr='#ce4a2e',GradientType=0 );
	box-shadow: 0px 0px 4px #fa7a5f;
	-moz-box-shadow: 0px 0px 4px #fa7a5f;
	-webkit-box-shadow: 0px 0px 4px #fa7a5f;
}
.bottom_block.total button.checkout img{
	margin: 16px 0 0 20px;
	position: absolute;
}
.bottom_block.total a{
	color: #707070;
	font-size: 12px;
}
#following .c_header h5{
	line-height: 50px;
	padding: 0;
}

/******************************************************************************
  Contact Us
*******************************************************************************/
.adress{
	margin-left: 0;
	padding: 5px 0 0 0;
}
.adress h3{
	font-size: 18px;
	margin: 25px 0 20px 0;
}
.adress p{
	font-size: 12px;
	margin: 0px 0 25px 0!important;
}
.adress p span{
	color: #707070;
}
.adress p span.mail{
	color: #7698c1;
}
.form{
	margin-right: 0;
}
.form strong{
	font-size: 13px;
}
.form sup{
	color: #eb6447;
	margin: 0 3px;
}
form.contact {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	behavior: url(PIE.htc);
	box-shadow: 0px 0px 4px 1px #eee;
	-moz-box-shadow: 0px 0px 4px 1px #eee;
	-webkit-box-shadow: 0px 0px 4px 1px #eee;
	margin: 0px 0 0 0;
	padding: 19px;
}
form.contact input[type="text"],
form.contact input[type="email"]{
	margin: 5px 0 20px 0;
	width: 417px;
}
form.contact textarea{
	height: 109px;
	margin: 5px 0 30px 0;
	width: 417px;
}
form.contact input[type="submit"]{
	font:bold 13px/40px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 0px 0 0px 0;
	width: 88px;
}
form.contact .field {
	color: #eb6447;
	float: right;
	font: normal 12px/35px 'PT Sans', Arial, Verdana, sans-serif;
	height: 35px;
	margin: 0px 0 0 0;
	text-align: right;
	width: 140px;
}

/******************************************************************************
  Compare Products
*******************************************************************************/
.compare{
	border: 0 none;
	margin: -6px 0 0 0;
	text-align: center;
}
.compare td{
	color: #444;
	font:normal 12px/20px 'PT Sans', Arial, Verdana, sans-serif;
	height: 34px;
	padding: 15px 20px;
	text-align: center;
	vertical-align: top;
}
.compare td:nth-child(even),
.compare th:nth-child(even){
	background-color:#fbfbfb;  
}
.compare .bg th:nth-child(even){
	background-color:#fbfbfb;
	background-image: url(../img/bg_line.png);
	background-position: center top;
	background-repeat: repeat;
}
.compare tr .desc{
	color: #444!important;
	font:bold 13px/20px 'PT Sans', Arial, Verdana, sans-serif!important;
	padding: 15px 0 0 20px;
	text-align: left!important;
	text-transform: uppercase;
	vertical-align: top!important;
	width: 135px;
}
.compare tr.close_top td{
	background: none;
	border-right: 0 none;
	height: auto;
	padding: 0 0 8px;
}
.compare tr.close_top a.close {
	background: url(../img/close.png) no-repeat 0 0;
	display: block;
	height: 20px;
	margin: 0 auto;
	width: 20px;
}
.compare tr.close_top a.close:hover {
	opacity: .8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.compare tr.name th{
	color: #707070;
	font:bold 12px/20px 'PT Sans', Arial, Verdana, sans-serif;
	height: auto;
	padding: 15px 20px;
	text-transform: uppercase;
	vertical-align: top;
}
.compare tr.images td{
	padding: 20px;
	vertical-align: middle;
}
.compare tr.images a{
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	behavior: url(PIE.htc);
	display: block;
	height: 110px;
	margin: 0 auto 0;
	padding: 4px;
	width: 110px;
}
.compare tr.images a div{
	background: #f6f6f6;
	display: block;
	height: 110px;
	width: 110px;
}
.compare tr.images img{
	height: 110px;
	max-height: 110px;
	max-width: 110px;
	width: 110px;
}
.compare tr.prise td{
	color: #eb6447;
	font:normal 18px/20px 'PT Sans', Arial, Verdana, sans-serif;
	vertical-align: middle;
}
.compare tr.prise td .price_old{
	color: #777;
	font:normal 14px/20px 'PT Sans', Arial, Verdana, sans-serif;
	text-decoration: line-through;
}
.compare tr.brand td{
	vertical-align: middle;
}
.compare tr.availbility td{
	color: #6f8921;
	vertical-align: middle;
}
.compare tr.rating td{
	vertical-align: middle;
}
.compare tr.rating td .quality{
	height: 14px;
	margin: 0 auto;
	padding: 0;
	width: 80px;
}
.compare tr.rating td .quality a {
	background: url(../img/review.png) no-repeat 0 0;
	display: block;
	float: left;
	height: 14px;
	margin: 0px 2px 0 0;
	width: 14px;
}
.compare tr.rating td .quality a.plus{
	background-position: 100% 0;
}
.compare tr.rating td .quality a.plus_minus{
	background-position: 50% 0;
}
.compare tr.description td{
	text-align: left;
}
.compare tr.add_cart td button.add{
	font:bold 13px/40px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 0 auto;
	width: 148px;
}
.compare tr.add_cart td button.add img{
	margin: 0 8px 0 0;
}
.compare tr.close_botttom td{
	background: none;
	border: 0 none;
	height: auto;
	padding: 7px 0 0;
}
.compare tr.close_botttom a.close {
	background: url(../img/close.png) no-repeat 0 0;
	display: block;
	height: 20px;
	margin: 0 auto;
	width: 20px;
}
.compare tr.close_botttom a.close:hover{
	opacity: .8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

/******************************************************************************
  Page-404
*******************************************************************************/
#main.page-404 a{
	color: #7698c1;
}
.left_404{
	text-align: center;
}
.left_404 h1.text_404{
	color: #7698c1;
	font:bold 100px/70px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 0 0 18px 0;
}
.left_404 h6{
	color: #eb6447;
	font-size: 12px;
}
.left_404 img{
	margin: 24px 0 0 0;
}

/******************************************************************************
  Checkout
*******************************************************************************/
#checkout_info{
	margin-left: 0;
	padding: 3px 0 0 0;
}
#checkout_info ul.checkout_list{
	list-style: none!important;
	padding: 0!important;
}
ul.checkout_list > li{
	box-shadow: 0px 1px 3px 1px #ededed;
	-moz-box-shadow: 0px 1px 3px 1px #ededed;
	-webkit-box-shadow: 0px 1px 3px 1px #ededed;
}
ul.checkout_list > li+li{
	margin: 10px 0 0;
}
ul.checkout_list li .list_header{
	border: 1px solid #ededed;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	behavior: url(PIE.htc);
	color: #999;
	display: block;
	font:normal 18px/49px 'PT Sans', Arial, Verdana, sans-serif;
	height: 49px;
	margin: 0;
	padding: 0 22px;
	text-decoration: none;
	text-transform: uppercase;
}
ul.checkout_list li a.list_header{
	background: url(../img/bg_line.png) repeat center top;
	cursor: pointer;
}
ul.checkout_list li .list_header .number{
	color: #d5d5d5;
	float: right;
	font:bold 18px/49px 'PT Sans', Arial, Verdana, sans-serif;

}
ul.checkout_list li .list_body{
	display: none;
}
ul.checkout_list li.active .list_header{
	background: url(../img/bg_line.png) repeat center top;
	border-bottom: 1px solid #f2f2f2;
	border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-khtml-border-radius: 2px 2px 0 0;
	behavior: url(PIE.htc);
	color: #444;
}
ul.checkout_list li.active .list_header .number{
	color: #eb6447;
}
ul.checkout_list li.active .list_body{
	border: 1px solid #ededed;
	border-top:0 none;
	border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	-khtml-border-radius: 0 0 2px 2px;
	behavior: url(PIE.htc);
	display: block;
	padding: 27px 20px 20px;
	text-decoration: none;
}
ul.checkout_list li.active .list_body form{
	float: left;
	width: 334px;
}
ul.checkout_list li.active .list_body form.login{
	float: right;
}
ul.checkout_list li.active .list_body form h3{
	border-bottom: 1px solid #e0e0e0;
	font:bold 13px/13px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 0 0 16px 0;
	padding: 0 0 14px 0;
}
ul.checkout_list li.active .list_body form.checkout_or ul.radio{
	list-style: none!important;
	padding: 0 0 20px 38px!important;
}
ul.checkout_list li.active .list_body form.checkout_or ul.radio li{
	line-height: 16px;
	margin: 0 0 4px 0;
}
ul.checkout_list li.active .list_body form.checkout_or ul.radio .niceRadio{
	margin: 0 4px 0 0;
}
ul.checkout_list li.active .list_body form.checkout_or input[type="submit"]{
	font:bold 13px/40px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 10px 0 0 0;
	width:106px;
}
form.registed strong{
	color: #707070;
	font: bold 13px/13px 'PT Sans', Arial, Verdana, sans-serif;
}
ul.checkout_list li.active .list_body form.login input[type="text"],
ul.checkout_list li.active .list_body form.login input[type="email"]{
	margin: 5px 0 13px 0;
	width: 312px;
}
ul.checkout_list li.active .list_body form.login strong{
	color: #707070;
}
ul.checkout_list li.active .list_body form.login .remember{
	color: #777;
}
ul.checkout_list li.active .list_body form.login .remember .niceCheck{
	margin: 0 3px 0 0;
}
ul.checkout_list li.active .list_body form.login .submit {
	color: #eb6447;
	font:normal 12px/35px 'PT Sans', Arial, Verdana, sans-serif;
	height: 38px;
	margin: 30px 0 0 0;
	text-align: right;
}
ul.checkout_list li.active .list_body form.login .submit input[type="submit"]{
	float: left;
	font:bold 13px/40px 'PT Sans', Arial, Verdana, sans-serif;
	margin:0;
	width: 78px;
}
ul.checkout_list li.active .list_body form.login a.forgot{
	color: #7698c1;
	font-size: 12px;
	line-height: 38px;
	margin: 0 13px 0 0;
}


/******************************************************************************
  Blog
*******************************************************************************/
article.post{
	background: #fff;
	border: 1px solid #ededed;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	behavior: url(PIE.htc);
	box-shadow: 0px 1px 3px 1px #ededed;
	-moz-box-shadow: 0px 1px 3px 1px #ededed;
	-webkit-box-shadow: 0px 1px 3px 1px #ededed;
	margin: 0 0 30px 0;
	padding: 20px;
}
article.post h2{
	margin-bottom: 23px; 
}
article.post h2 a{
	color: #555;
	font:normal 20px/20px 'PT Sans', Arial, Verdana, sans-serif;
	text-decoration: none;
}
article .content_article{
	border-bottom: 1px solid #ededed;
	color: #707070;
	margin: 0 0 16px;
}
article.post .content_article{
	padding: 0 0 20px 0;
}
article .content_article a.more{
	color: #7698c1;
	font:normal 12px/20px 'PT Sans', Arial, Verdana, sans-serif;
	text-transform: uppercase;
}
article .footer_article{
	color: #707070;
	font:normal 11px/11px 'PT Sans', Arial, Verdana, sans-serif;
	text-transform: uppercase;
}
article .footer_article .number_c{
	background: url(../img/comments.png) left top no-repeat;
	color: #707070;
	float: right;
	font:normal 11px/11px 'PT Sans', Arial, Verdana, sans-serif;
	height: 12px;
	padding: 0 0 0 19px;
	text-transform: uppercase;
}
article.post + .pagination{
	padding-top: 13px;
}
article.view_post{
	border-bottom: 1px solid #e0e0e0;
}

/******************************************************************************
  Comments blog
*******************************************************************************/
.comments_blog{
	margin: 70px 0;
}
.comments_blog .comments li{
	border-top: 0 none!important;
	border-bottom: 1px solid #e0e0e0;
	min-height: 85px;
}
.comments_blog .comments .avatar{
	float: left;
	height: 85px;
	margin: 0 22px 22px 0;
	width: 85px;
}
.comments_blog .comments .autor{
	color: #707070;
	font: normal 11px/20px 'PT Sans', Arial, Verdana, sans-serif;
}
.comments_blog .comments .avatar img{
	height: 85px;
	width: 85px;
	max-height: 85px;
	max-width: 85px;
}
.comments_blog .comments p{
	margin-top: 5px!important;
}
#add_comments_blog  .nickname,
#add_comments_blog  .your_review,
#add_comments_blog  .text_review{
	float: none;
	margin: 20px 0 0 0;
}
#add_comments_blog  input[type="submit"]{
	width: 157px;
}

/******************************************************************************
  Top button
*******************************************************************************/
#top_button{
	margin: 0 0 65px 0;
}
.button_block{
	color: #777;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	behavior: url(PIE.htc);
	display: block;
	height: 101px;
	padding: 0;
	text-decoration: none;
	width: 312px;
}
.button_block img{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	behavior: url(PIE.htc);
}
a:hover.button_block{
	border: 1px solid #ccc;
	text-decoration: none
}
.best_price{
	background: url(../images/best_price.png) no-repeat 13px 50%;
}
.new_smells{
	background: url(../images/new_smells.png) no-repeat 13px 50%;
}
.only_natural{
	background: url(../images/only_natural.png) no-repeat 13px 50%;
}

/******************************************************************************
  Brands
*******************************************************************************/
.c_header{
	border-bottom: 1px solid #e8e8e8;
	height: 36px;
	margin: 0 12px 36px;
}
.c_header .grid_10{
	margin-left:0;
}
.c_header .grid_2{
	margin-right:0;
}
.c_header h2{
	font-size: 20px;
	margin: 0px 0 0 0;
	text-transform: uppercase;
}
.arows{
	display: block;
	float: right;
	height: 13px;
	margin: 0px 0 0 17px;
	padding: 1px;
	text-align: center;
	text-decoration: none;
	width: 7px;
}
.arows span{
	background: url(../img/bg_arows.png) no-repeat -14px 0;
	display: block;
	height: 13px;
	margin: 0;
	text-indent: -9999px;
	width: 7px;
}
.arows.next span{
	background: url(../img/bg_arows.png) no-repeat -21px 0;
}
.arows:hover span{
	background: url(../img/bg_arows.png) no-repeat 0 0;
}
.arows.next:hover span{
	background: url(../img/bg_arows.png) no-repeat -7px 0;
}
.brands_list{
	height: 102px;
	margin: 0 0 70px 0;
}
.brands_list .caroufredsel_wrapper{
	height: 102px!important;
}
#listing{
	list-style: none;
	height: 102px!important;
	padding: 0;
}
#listing li{
	float: left;
	position: relative;
}
.brands_list li a{
	border:1px solid #f0f0f0;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-khtml-border-radius: 50px;
	behavior: url(PIE.htc);
	display: block;
	height: 100px;
	margin: 0 0 0 20px;
	opacity: .75;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	text-align: center;
	width: 100px;
}
.brands_list li a:hover {
	border:2px solid #e5e5e5;
	border-radius: 49px;
	-moz-border-radius: 49px;
	-khtml-border-radius: 49px;
	behavior: url(PIE.htc);
	box-shadow: 0px 0px 2px 1px #ededed;
	-moz-box-shadow: 0px 0px 2px 1px #ededed;
	-webkit-box-shadow: 0px 0px 2px 1px #ededed;
	height: 98px;
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	width: 98px;
}
.brands_list li a div{
	display: table-cell;
	height: 98px;
	vertical-align: middle;
	width: 98px;
	//display:block;
	//height:auto;
	//margin-top: expression((49-parseInt(offsetHeight)/2)  <0 ? "0" : 49-(parseInt(offsetHeight)/2) +'px') ;
	padding: 1px;
}
.brands_list li a:hover div{
	padding: 0px;
}
.brands_list li a img{
	margin: 0 0 -5px 0;
}


/******************************************************************************
  Content bottom
*******************************************************************************/
#content_bottom{ margin-top:20px;
}
.bottom_block{
	background: url(../img/bg_line.png) repeat center top;
	border:1px solid #f2f2f2;
	line-height: 18px;
	min-height: auto;
	width: 480px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.bottom_block h3{
	margin: 0 0 24px 0;
	font-family: "微软雅黑";
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}
.bottom_block p{
	font:normal 13px/20px Segoeui, Arial, Verdana, serif;
	color: #777;
	margin:0 0 25px;
}

.news ul{
	list-style: none;
	padding: 0;
}
.news ul li{
	font:normal 13px/20px 'PT Sans', Arial, Verdana, sans-serif;
	list-style: none;
	margin: 0 0 25px 0;
}
.news ul li a{
	color: #587fae;
	text-decoration: none;
}
.news ul li a:hover{
	text-decoration: underline;
}
.news ul time{
	clear: both;
	color: #707070;
	display: block;
	font:italic 12px/20px 'PT Sans', Arial, Verdana, sans-serif;
}


/******************************************************************************
  Footer
*******************************************************************************/
footer ul{
	padding: 0;
	font-family: "微软雅黑";
}
.footer_navigation{
	background:#505050;
	height: 210px;
	padding: 30px 0 0 0; width:100%;

}
.footer_navigation h3{
	border-bottom: 1px solid #00b7ee;
	margin: 0 0 22px 0;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	font-family: "微软雅黑";
	font-size: 18px;
	font-weight:700;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color:#362e2b;
}
ul.f_contact li{
	background: url(../img/li_adr.png) no-repeat 3px 50%;
	color: #666666;
	font: 13px/24px 'PT Sans', Arial, Verdana, sans-serif;
	height: 24px;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
	
}
.f_menu {
	text-align:center; margin-top: 10px;
}
.f_menu ul li a{ color:#FFF;}
ul.f_contact li+li{
	background: url(../img/li_phone.png) no-repeat 0px 50%;
}
ul.f_contact li+li+li{
	background: url(../img/li_let.png) no-repeat 0px 50%;
}

.footer_navigation nav.f_menu ul{
	list-style: none;
}
.footer_navigation nav.f_menu ul a{
	color: #fff; line-height:25px;
	font: 13px/24px 'PT Sans', Arial, Verdana, sans-serif;
}
.footer_navigation nav.f_menu ul a:hover{
	color: #fff;
	text-decoration: none;
}
.footer_navigation .newsletter-payments{
	background: #fff;
	height: 77px;
	margin: 0;
	padding: 0 12px;
}
.footer_navigation .newsletter{
	border-right: 1px solid #f2f2f2;
	float: left;
	height: 77px;
	width: 731px;
}
.footer_navigation .newsletter .icon-mail{
	background: url(../img/icon-mail.png) no-repeat left center;
	float: left;
	font: normal 17px/77px 'PT Sans', Arial, Verdana, sans-serif;
	height: 77px;
	padding: 0 0 0 47px;
	width: 110px;
}
.footer_navigation .newsletter p{
	color: #707070;
	float: left;
	font: normal 12px/77px 'PT Sans', Arial, Verdana, sans-serif;
	height: 77px;
	width: 316px;
}
.footer_navigation .newsletter form{
	float: left;
	margin: 19px 0 0 0;
}
.footer_navigation .newsletter form input[type="email"]{
	border:1px solid #d5d5d5;
	padding: 0 25px 0 15px;
	width: 185px;
}
.footer_navigation .newsletter form input[type="email"]:hover{
	border: 1px solid #f8cac0;
	box-shadow: 0px 0px 4px 1px #f8cac0;
	-moz-box-shadow: 0px 0px 4px 1px #f8cac0;
	-webkit-box-shadow: 0px 0px 4px 1px #f8cac0;
	outline:none;
}
.footer_navigation .newsletter form input[type="email"]:focus{
	border: 1px solid #dbdee2;
	border-top: 1px solid #cbd0d6;
	border-bottom: 1px solid #eaecef;
	box-shadow: inset 1px 3px 4px #cbd0d6;
	-moz-box-shadow: inset 1px 3px 4px #cbd0d6;
	-webkit-box-shadow: inset 1px 3px 4px #cbd0d6;
	outline:none;
}
.footer_navigation .newsletter form input[type="submit"]{
	background: url(../img/newsletter_button.png) no-repeat 4px 50%;
	border:0 none;
	border-radius: 0 19px 19px 0;
	-moz-border-radius: 0 19px 19px 0;
	-khtml-border-radius: 0 19px 19px 0;
	behavior: url(PIE.htc);
	box-shadow: 0;
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	margin: 1px 0 0 200px;
	padding: 0;
	position: absolute;
	width: 25px;
}
.footer_navigation .newsletter form input[type="submit"]:hover{
	background: url(../img/newsletter_button.png) no-repeat 4px 50%;
	border: 0 none;
	box-shadow: 0 0 0 #fff;
	-moz-box-shadow: 0 0 0 #fff;
	-webkit-box-shadow: 0 0 0 #fff;
}
.footer_navigation .payments{
	float: left;
	padding: 22px 0 0 24px;
}
.footer_info{
	background: url(../img/bg_line.png) repeat center top;
	height: 70px;
}
.footer_info p.copyright{
	color: #999;
	font: 12px/70px 'PT Sans', Arial, Verdana, sans-serif;
	margin: 0; text-align:center;
}
.soc{
	margin: 19px 0 0 0;
}
.soc a{
	background-image: url(../img/bg_soc.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	float: right;
	height: 31px;
	margin: 0 0 0 8px;
	opacity: .85;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	width: 31px;
}
.soc a.facebook{
	background-position: 0 0;
}
.soc a.twitter{
	background-position: -31px 0;
}
.soc a.google{
	background-position: -62px 0;
}
.soc a:hover.facebook,
.soc a:hover.twitter,
.soc a:hover.google{
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

/******************************************************************************
  Form style
*******************************************************************************/
.form_style{
	margin: 0 -12px;

}
.form_style input[type="text"],
.form_style select, .form_style .selectBox{
	width: 210px;
}
.form_style textarea{
	width: 458px;
}
.form_style input[type="submit"]{
	float: left;
	margin: 0 22px 0 0;
	width:92px;
}


/*申请合作伙伴*/
.hb_hz{ width:1008px; margin:0px auto; overflow:hidden;}
.hz_tit{ width:89%; height:150px; background:url(../img/sq.png) no-repeat 0px center; line-height:150px; padding-left:1%; font-size:28px; font-weight:bold; padding-left:90px;}
.hz_box{ width:100%; margin-top:30px; overflow:hidden; margin-bottom:50px;}
.hz_left{ float:left; width:438px;}
.hz_right{ float:right; width:540px;}
.tx_bt{ width:100%;}
.tx_bt{ line-height:40px; font-size:18px; margin-bottom:30px;}
.gff-con-column {
  float: left;
  width: 100%;
  padding-bottom: 23px;
}
.gff-con-column label {
  float: left;
  font-size: 16px;
  width: 95px;
  height: 37px;
  line-height: 37px; text-align:right; margin-right:5px; color:#555555;
}
.gff-con-column .input-out {
  float: left;
  padding: 3px 10px;
  width: 233px;
  height: 30px;
  border: 1px solid #b3b3b3;
}
.gff-con-column .input-out .input-txt {
  border: 0;
  outline: 0;
  width: 233px;
  height: 30px;
  line-height: 24px;
  font-size: 14px;
  color: #aaa;
}
.gff-con-column .input-select {
  padding: 5px 0;
  width: 115px;
  color: #aaa;
  border: 1px solid #9cc6e8;
  border-radius: 3px;
  outline: 0;
}
.input-select-con {
  float: left;
  padding-right: 10px;
  overflow: hidden;
}

.input-out1 p {
    float: left;
    margin-right: 5px;
    height: 28px;
    line-height: 28px;
	border: 1px solid #9cc6e8;
  border-radius: 2px;
  box-shadow: 0 0 5px #d8eaf8;
    background:#f1f1f1;
    width: 100px;
    text-align: center;
    font-size: 14px;
    position: relative;
}
.input-out1 p input{font-size: 18px; width:102px;height:40px;cursor: pointer; position: absolute ;right: 0;top: 0;opacity: 0;filter:alpha(opacity=0);}

.dfg_sd{ display:block; width:100%;}
.dfg_sd li{ float:left; width:500px; text-align:center; border-top:1px dashed #ccc; height:506px; border-right:1px dashed #ccc;}
.dfg_sd li img{ margin-top:20px;}
.dfg_sd li.ju_d img{ margin-top:40px;}
.dfg_sd li p{ font-size:18px; font-family:"微软雅黑"; margin-bottom:20px; margin-top:10px;}
.dfg_sd li span{ width:370px; display:block;  margin:0px auto; line-height:28px; font-size:15px; color:#000;}
.dfg_sd li span a{ font-family:"宋体"; color:#222;}
#home_banners {
    background:#f7f7f7;
    height: aoto;
    margin: 0;
    padding: 20px 0 0 0;
}
#bj_ye{ background:#f4f4f4; 
    height: aoto;
    margin: 0;
    padding: 20px 0 0 0;}
.info_xqjs {display:block;overflow:hidden;width:1200px;margin:0 auto;font-family:'微软雅黑';margin-top:20px; margin-bottom:30px;}
.product_func {display:block; width:100%;}
.product_func ul{ margin-bottom:60px; overflow:hidden;}
.product_func ul.func_li{ text-align:center;}
.product_func ul li{ float:left; width:558px;  margin-top:80px; overflow:hidden;}
.product_func ul li p { width:100%; float:left; text-align:center; }
.product_func ul li p span{ font-size:18px; font-family:"微软雅黑";  color:#444; display:block; color:#eb511f; margin-top:20px;}
.text { margin:20px 0 0 95px; float:left; font-size:14px; line-height:25px; overflow:hidden;}
.footer_navigation {background:#505050; height:auto; padding:0;}
.product_func ul.func_li li{ text-align:center;}
.product_func ul.func_li li p{ float:none; font-size:18px; margin-bottom:30px; color:#181818; margin-top:30px; font-family:"宋体"; font-weight:bold;}
.product_func ul.func_li li span{ display:block; margin:0px auto; color:#777777; font-family:"宋体"; text-align:left; width:340px;}


/*第一屏*/
.banner_wk{ width:100%; overflow:hidden; text-align:center; height:100%; background:url(../img/bj.jpg) no-repeat 100%;}
.banner_wk p.tp_img{ margin-top:10%;}
.banner_wk p.wz_p{ color:#FFF; font-size:40px;  line-height:60px; margin-top:2%;}
.banner_wk span{ margin-top:5%; display:block;}
/*第二屏*/
.hy_kui{ width:100%; height:100%; overflow:hidden; background:url(../img/bj.jpg) no-repeat 100%;}
.wk_hy{ width:1126px; margin:10% auto; }
.fa_item{ width:100%; overflow:hidden;}
.fa_item li{ width:32%; height:215px; margin-bottom:20px; margin-right:2%; float:left; text-align:center; background:url(../img/bj_s.png);}
.fa_item li p{ padding-top:30px; font-size:24px; }
.fa_item li p a{ font-size:24px;}
.fa_item li span{ line-height:30px; font-size:20px; margin-top:20px; padding:0px 40px; display:block; font-family:"微软雅黑";}
.fa_item li a.mc_s{font-size:24px; display:block; font-family:"微软雅黑"; padding-top:50px; font-size:24px; color:#555555;}
.fa_item li a.js_s{line-height:30px; display:block; font-size:20px; margin-top:20px; padding:0px 40px; display:block; font-family:"微软雅黑"; font-size:12px; color:#555555;}

.ys_item{ width:100%; overflow:hidden;}
.ys_item li{ width:30%; height:215px; margin-bottom:80px; margin-right:3%; float:left; text-align:center; }
.ys_item li p{ margin-top:27px;  font-size:16px; font-weight:bold;}
.ys_item li span{ line-height:30px; margin-top:20px; display:block;}

.zz_c{ width:100%; height:215px;position:relative;}
.tm_c{ width:100%; height:215px; background:#fff; position:absolute; cursor:pointer; top:0px;}
.bj_anniu{ margin:0px auto; width:100%; text-align:center;}
.bj_anniu
.bj_anniu a{}
.xz_tub { margin-top:5px; background:#fff; font-size:14px; color:#434343;}
.xz_tub tr td.ertyui{ width:20%; text-align:center; padding:5px 0; overflow:hidden;}
.xz_tub tr td.ertyui img{ width:55%;}
.tm_c a{ display:block; color:#fff;font-size:14px;}
.tm_c a:hover{ color:#fff; }
.zz_c span{ color:#fff;}
/*第三屏*/
.disan_p{ width:100%; overflow:hidden;height:100%; background:url(../img/bj.jpg) no-repeat  100%;}
.fuw_ms{ width:100%; margin-top:23%; overflow:hidden;}
.ds_wk{ width:1030px; margin:0px auto;}
.fuw_ms a{ display:block; float:left; line-height:123px; color:#fff; font-size:24px; margin-right:30px;}
.fuw_ms a:hover{ color:#FFF;}
.yy_ms{ width:100%; margin-top:10%; overflow:hidden;}
.yy_ms a{ display:block; float:left; line-height:74px; color:#fff; font-size:24px; margin-right:30px;}
.yy_ms a:hover{ color:#FFF;}
.fuw_ms span{ display:block; float:left;}
.jy_ms{ width:100%; margin-top:5%; overflow:hidden;}
.jy_ms a{ display:block; width:100%;line-height:74px; color:#fff; font-size:24px;}
.jy_ms a:hover{ color:#FFF;}
.jy_ms span{ display:block; width:100%;}
/*第四屏*/
.dis_gd{ width:100%;overflow:hidden;height:100%; background:url(../img/bj.jpg) no-repeat  100%;}
.gd_wk{ width:1124px; margin:0px auto; padding-top:10%;}
.gd_left{ float:left; width:288px; margin-left:20px;}
.gd_s{ color:#FFF; margin-top:80px;}
.sg_s1{ margin-top:40px;}
.gd_s p{ text-align:right; font-size:24px; margin-bottom:10px;}
.gd_mad{ float:left; margin:0px 10px;}
.gd_right{ float:left; width:288px;}
/*第五屏*/
.lc_diw{width:100%;overflow:hidden;height:100%; background:url(../img/bj.jpg) no-repeat  100%;}
.lc_wk{width:1124px; margin:0px auto; }
.lc_s{ width:100%; overflow:hidden; padding-top:25%;}
.lc_s li{ width:265px; float:left; color:#fff; height:180px; line-height:26px;}

.lc_x{ width:100%; overflow:hidden;}
.lc_x li{ width:265px; float:left; overflow:hidden; color:#FFF;  height:170px;}
.lc_s li.sz_k{ text-align:center; line-height:170px; font-size:70px;}
.lc_x li.sz_k{ text-align:center; line-height:120px; font-size:70px;}

.lj_gd{ width:1024px; margin:0px auto; clear:both; text-align:right; height:30px; overflow:hidden; line-height:30px; margin-top:20px;}
.lj_gd a{ color:#fff; font-size:16px; cursor:pointer; font-family:"微软雅黑";}
.lj_gd a:hover{ color:#fff;}
/*弹框*/
.tc_item{ width:410px; height:370px; background:#fff; position:fixed; top:50%; left:50%; margin-top:-185px; margin-left:-205px; z-index:9999; border:#ccc 1px solid;}
.tc_tit{ width:365px; margin:10px auto; overflow:hidden; height:40px; line-height:40px; margin-top:26px; margin-bottom:30px;}
.tc_tit p{ float:left; font-size:24px;}
.tc_tit span{ float:right; cursor:pointer;}



/*导航*/
.new_top{
	background:#fff; margin:0px; padding:0px;
	height:71px; 
	width: 1200px;
}
.new_top ul{
	list-style: none;
	padding: 0; margin:0px;
}
header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9; height:80px;
    /* display: table; */
}
.logo {
    width: 115px; padding-top:19px;
    float: left;
    margin-left: 5%;
    float: left\9;
}
.logo img{ height:100%;}
.nv1 {
    float: left;
    float: left\9;
    margin-left: 64px;
    display: table;
}
.nv1 li {
    float: left;
    float: left\9;
    height: 80px;
    line-height: 80px; width:85px; text-align:center; cursor:pointer;
}
.zx_rx{ float:righrt;}
.nv1 li a {
    color: #D6D6D8;
    font-size: 14px; display:block; width:100%; height:77px;
}
.zx_rx{ float:right; font-size:16px; line-height:80px; color:#39b9ef; padding-right:2%; font-family:"微软雅黑"; padding-left:35px; background:url(../images/rx_img.png) no-repeat 0px center;}
.nv1 li.xz_dq{ color:#3594d5; border-top:3px solid #3594d5; height:77px; line-height:74px;}
.nv1 li.xz_dq a { color:#3594d5; }

/*产品功能*/
.slider_1{ width:100%; text-align:center;}
.sli_ui{ text-align:center;font-size:16px; padding-top:100px; margin-bottom:70px; color:#fff;}
.sli_ui b{ font-size:40px; color:#fff; padding-bottom:20px; display:block;}
.slider_1 p{ width:1110px; margin:0px auto; text-align:center; font-size:36px; margin-top:200px; color:#FFF;}
.slider_1 span{ padding:10px 20px; background:#ef4f19; color:#fff; }
.bj_wz{ width:900px; margin:50px auto; font-size:20px; text-align:center; line-height:34px; background:#F1F1F1; overflow:hidden; padding:30PX; font-family:"宋体"; font-weight:bold;}
/*加入我们*/
.xy_zd{ width:100%;}
.product_func .xy_zd ul{ width:1000px; margin:0px auto;}
.product_func .xy_zd li{ width:200px; height:200px; float:left; background:#37516a; font-size:20px; color:#fff; line-height:200px;}
.product_func .xy_zd li.ka_er{ background:#FFF; color:#333; line-height:200px;}
.product_func .xy_zd li.ka_si{ line-height:30px; height:120px; padding:40px 0px;}
.product_func .xy_zd li.ka_e2{ line-height:30px; height:60px; padding:70px 0px;}
.product_func .xy_zd li.ka_e3{ line-height:30px; height:90px; padding:55px 0px;}
/*投资盈利*/
.item_yig{ width:100%;}
.tit_yig{ width:100%; text-align:left;}
.tit_yig span{ border-bottom:3px solid #ff6d00; padding:6px 0px; padding-right:15px; padding-left:3px; font-size:18px;}
.nr_yig{ text-align:left; font-size:14px; margin-top:30px; line-height:25px;}
/*合作案例*/
.ys_nr{ width:100%;}
.product_func .ys_nr ul{ width:970px; margin:0px auto;}
.product_func .ys_nr li{ float:left; width:161px; height:554px;}
.product_func .ys_nr li.ys_1{ background:url(../images/hz_ys_01.png) no-repeat -2px 0px;}
.product_func .ys_nr li.ys_2{ background:url(../images/hz_ys_02.png) no-repeat -2px 0px;}
.product_func .ys_nr li.ys_3{ background:url(../images/hz_ys_03.png) no-repeat -3px 0px;}
.product_func .ys_nr li.ys_4{ background:url(../images/hz_ys_04.png) no-repeat -2px 0px;}
.product_func .ys_nr li.ys_5{ background:url(../images/hz_ys_05.png) no-repeat -3px 0px;}
.product_func .ys_nr li.ys_6{ background:url(../images/hz_ys_06.png) no-repeat -3px 0px;}
.product_func .ys_nr li p{ width:120px; text-align:left; margin:0px auto; margin:0px 20px;}
.product_func .ys_nr li.ys_1 p, .product_func .ys_nr li.ys_3 p, .product_func .ys_nr li.ys_5 p{ margin-top:200px; color:#FFF;}
.product_func .ys_nr li.ys_2 p, .product_func .ys_nr li.ys_4 p, .product_func .ys_nr li.ys_6 p{ margin-top:350px; color:#FFF;}
.cg_nr{ width:100%;}
.cg_jkl{ width:970px; margin:30px auto; margin-top:60px;}
.left_cg{ float:left; text-align:left; line-height:25px;}
.left_cg p{ margin-bottom:10px; text-align:LEFT; font-size:18px;}
.right_cg{ float:right;}
.product_func .cg_jkl ul{ width:100%; border-bottom:1px solid #e0e0e0; padding-bottom:50px;}
.product_func .cg_jkl li{ width:25%; float:left; text-align:center; font-size:20px;}
.product_func .cg_jkl li p{ color:#ff6d00; margin-top:10px; font-weight:bold;}

/*团购*/
.tg_bk1{ width:100%;}
.bk_left{ float:left; width:575px;}
.bk_left img{ width:90%;}
.bk_right{ float:right;}
.bk_right ul li{ width:400px; padding:10px 0px; margin-bottom:20px; padding-left:100px; background:url(../images/tg_imgg1.png) no-repeat; text-align:left;}
.bk_right ul li p{ font-size:20px; color:#333; text-align:left; margin-bottom:14px; font-weight:bold;}
.bk_right ul li span{ display:block; line-height:25px; font-size:14px; color:#999;}
.bk_right ul li.icon_2{ background:url(../images/tg_imgg1.png) no-repeat 0px -110px;}
.bk_right ul li.icon_3{ background:url(../images/tg_imgg1.png) no-repeat 0px -218px;}
.bk_right ul li.icon_4{ background:url(../images/tg_imgg1.png) no-repeat 0px -325px;}
.bk_right ul li.icon_5{ background:url(../images/tg_imgg1.png) no-repeat 0px -432px;}

.tg_bk{ width:100%;}
.thh_l{ width:225px; float:left; text-align:right;}
.thh_l li{ text-align:right;}
.thh_l li p{ text-align:right; font-size:20px; color:#3595d5; margin-bottom:15px;}
.thh_l li span{ text-align:right; font-size:14px; color:#999; margin-bottom:15px;}
.thh_z{ width:665px; float:left; margin-right:5px;}
.thh_z img{ float:right;}
.thh_r{ width:225px; float:left; text-align:left;}
.thh_r li{ text-align:left;}
.thh_r li p{ text-align:left; font-size:20px; color:#3595d5; margin-bottom:15px;}
.thh_r li span{ text-align:left; font-size:14px; color:#999; margin-bottom:15px;}
/*外卖跑腿*/
.pt_sbb{ width:100%; font-family:"微软雅黑";}
.pt_sbb img{ width:100%;}

#tab{position:relative;}
#tab .tabList ul{ height:70px;}
#tab .tabList ul li{
	float:left; width:180px; height:70px; line-height:70px; text-align:center; 
	position:relative; font-size:16px; font-family:Verdana, Geneva, sans-serif; font-weight:bold;
	cursor:pointer;
}
#tab .tabCon{
	position:absolute;
	left:0px;
	top:70px;
	border-top:none;
}
#tab .tabCon div{
	padding:10px;
	position:absolute;
	opacity:0;
	filter:alpha(opacity=0);
}
#tab .tabList li.cur{
	border-bottom:none;
	background:url(../images/xz_ya.png) no-repeat center bottom; color:#f46a07;
}
#tab .tabCon div.cur{
	opacity:1;
	filter:alpha(opacity=100);
}
.tabCon{ width:1124px;}
.tabCon p{ float:left; width:240px; text-align:left; padding-top:180px; padding-left:100px;}
.tabCon p img{ margin-bottom:20px;}
.tabCon p a.tit_dg{ text-align:left; display:block; font-size:18px; color:#444444; font-family:"微软雅黑"; margin-bottom:10px;}
.tabCon p b{ font-size:24px; font-family:"微软雅黑"; font-weight:bold; text-align:left; width:100%; margin-bottom:30px; display:block;}
.tabCon p b a{ color:#f46a07;}
.tabCon span{ float:right; display:block; width:650px; padding-top:80px;}
.tabCon .nei_r{ display:block; text-align:left; color:#666; line-height:24px;}
.tabCon .nei_r:hover{ color:#666;}

.tabCon p.dr_b{ float:right; width:260px; text-align:right; padding-top:180px; padding-left:80px;}
.tabCon p.dr_b img{ margin-bottom:20px;}
.tabCon p.dr_b a.tit_dg{ text-align:right; display:block; font-size:18px; color:#444444; font-family:"微软雅黑"; margin-bottom:10px;}
.tabCon p.dr_b b{ font-size:24px; font-family:"微软雅黑"; font-weight:bold; text-align:right; width:100%; margin-bottom:30px; display:block;}
.tabCon p.dr_b b a{ color:#f46a07;}
.tabCon p.dr_b .nei_r{ display:block; text-align:right; color:#666;}
.tabCon span.dr_b1{ float:left; display:block; width:650px; padding-top:80px; overflow:hidden;}
.xz_1{ border-top:1px solid #dddddd; overflow:hidden; }
.xz_2{ border-top:1px solid #dddddd; overflow:hidden; }
.yx_l1{ width:100%; overflow:hidden;}
.yx_l1 ul{ width:980px; margin:0px auto;}
.yx_l1 ul li{ width:290px; height:240px; float:left; margin-right:18px; margin-left:17px; background:#f1f1f1; text-align:center;}
.yx_l1 ul li p{ padding:0px; width:100%; line-height:50px; font-size:20px; text-align:center; margin-top:15px; font-weight:bold;}
.yx_l1 ul li span{ display:block; padding:20px; line-height:24px; width:250px; text-align:left;}
.yx_l2{ width:100%; overflow:hidden; margin-bottom:50px;}
.yx_l2 ul{ width:980px; margin:0px auto; margin-top:50px;}
.yx_l2 ul li{ width:290px; height:270px; float:left; margin-right:18px; margin-left:17px; background:#f1f1f1; text-align:center;}
.yx_l2 ul li p{ padding:0px; width:100%; line-height:50px; font-size:20px; text-align:center; margin-top:15px; font-weight:bold;}
.yx_l2 ul li span{ display:block; padding:20px; line-height:24px; width:250px; text-align:left;}

/*同城朋友圈*/
.tc_pyq ul{ width:100%;}
.tc_pyq ul li{ width:50%; float:left; text-align:center; margin-top:50px;}
.tc_pyq ul li span{ font-size:16px; font-weight:bold; color:#333;}
/*合作案例*/
.fb_right{ float:right; width:430px; padding-top:20px;}
.fb_right ul{ width:100%; overflow:hidden;}
.fb_right ul.cs_ss li{ width:85px; margin-bottom:20px; text-align:center; line-height:30px; color:#666; border:1px solid #3fa695; float:left; border-radius: 30px; -moz-border-radius: 30px;  -webkit-border-radius: 30px; margin-right:9px; margin-left:9px;}
.fb_right ul.cs_ss li p{ font-size:20px; color:#333; text-align:left; margin-bottom:14px; font-weight:bold;}
.jr_an{ width:140px; height:30px; line-height:30px; text-align:center; background:#3fa695; color:#fff; border-radius: 30px; -moz-border-radius: 30px;  -webkit-border-radius: 30px; margin:20px auto;}
.tu_jm{ width:100%; overflow:hidden; margin-top:15px;}
.tu_jm ul{ margin-left:40px;}
.tu_jm ul li{ width:220px; float:left; margin: 10px 20px;}
.tu_jm ul li img{ width:100%; border:5px solid #3fa695;}
/*合作案例*/
.an_box{ width:100%; padding-bottom:60px; margin-bottom:80px; overflow:hidden;}
.left_anl{ float:left; width:70%;}
.tit_al{ font-size:22px; font-weight:bold; margin-bottom:25px;}
.right_anl{ width:29%; float:right; text-align:center;}
.nr_al{ line-height:32px; color:#606060; font-size:14px;}
/*公司介绍*/
.fd_sd{ z-index:1; background:#fff; width:1124px; overflow:hidden;}
.bj_jj img{ width:100%; margin:40px 0px;}
/*联系我们*/
.lx_mm{ padding:60px 0px}
 .lx_left{ width:560px; float:left;}
 .lx_left p{ text-align:left; height:30px; line-height:30px; padding-left:30px; background:url(../images/lx_icon.png) no-repeat 0px -3px;}
  .lx_left span{ color:#606060; display:block;}
  .lx_left p.icon_22{ text-align:left; height:30px; line-height:30px; padding-left:30px; background:url(../images/lx_icon.png) no-repeat 0px -70px;}
   .lx_left p.icon_33{ text-align:left; height:30px; line-height:30px; padding-left:30px; background:url(../images/lx_icon.png) no-repeat 0px -140px;}
   .lx_left p.icon_44{ text-align:left; height:30px; line-height:30px; padding-left:30px; background:url(../images/lx_icon.png) no-repeat 0px -237px;}
   .wbk_hh{ width: 180px; height:34px; border:2px solid #a0a0a0; padding-left:5px; font-size:14px; color:#999;}
   .lx_right{ width:660px;}
   .wbk_hh1{ width:554px; border:2px solid #a0a0a0; margin-top:30px; padding-left:5px; font-size:14px; color:#999; margin-bottom:20px;}
   .wbk_hh1:hover{border:2px solid #a0a0a0;}
