/* common */
html, body {
	font-size: 12px;
	min-width: 1200px;
}
.box {
	position: relative;
}
.box-blank {
	margin-bottom: 10px;
}
.box .box-title {
	background: #DFDFDF;
	color: #333333;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding: 0 10px;
}
.box .box-title h2 {
	float: left;
	display: inline;
	font-size: 16px;
	font-weight: bold;
}
.box .box-title h2 a {
	color: #FFFFFF;
}
.box .box-title .subtitle {
	float: left;
	display: inline;
	font-size: 12px;
	margin-left: 10px;
}
.box .box-title .more {
	float: right;
	display: inline;
	font-size: 12px;
}
.box .box-title .more a {
	font-size: 12px;
}
.box .box-content {
	border: 1px solid #e0e0e0;
	border-top: none;
	background: #FFFFFF;
	padding: 10px;
}
.box .box-content .empty {
	padding: 30px 0;
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.box .notitle {
	border-top: 1px solid #e0e0e0;
}
.box-style-1 .box-title {
	background: #3e3e3e;
}
.box-style-1 .box-content {
	background: #fbfbfb;
}
.tab-title ul {
	float: left;
	display: inline;
}
.tab-title ul {
	border: 1px solid #EAEAEA;
	border-bottom: none;
	border-right: none;
}
.tab-title ul li {
	float: left;
	display: inline;
	position: relative;
	z-index: 0;
	border-right: 1px solid #EAEAEA;
}
.tab-title ul li a {
	height: 36px;
	line-height: 36px;
	float: left;
	display: inline;
	padding: 0 35px;
	position: relative;
	text-decoration: none;
	text-align: center;
	background: #FFFFFF;
	font-size: 14px;
}
.tab-title ul li a:hover {
	color: #D13F3F;
}
.tab-title ul li.active {
	z-index: 2;
	border-top: 2px solid #D80000;
	top: -1px;
}
.tab-title ul li.active a {
	color: #D13F3F;
	font-weight: bold;
	border-color: #DDDDDD;
	background-color: #FFFFFF;
}
.tab-title ul li small {
	left: 0;
	bottom: -2px;
	position: absolute;
	background: #FFFFFF;
	width: 100%;
	height: 5px;
	font-size: 1px;
	display: none;
}
.tab-title ul li.active small {
	display: block;
}
.tab-content {
	position: relative;
	z-index: 1;
}
.page-paging {
	font-size: 12px;
	line-height: 26px;
}
.page-paging a {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #EEEEEE;
	background: #FFFFFF;
	padding: 0 8px;
}
.page-paging .current {
	display: inline-block;
	background: #db2207;
	border: 1px solid #993300;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 10px;
}
.banner .wrap-bannder a {
	display: block;
	text-align: center;
}
.banner .wrap-bannder a img {
	width: 100%;
	vertical-align: middle;
}
/* basic */
.topbar {
	background: #f2f2f2;
	border-bottom: 1px solid #dddddd;
}
.topbar .wrap {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}
.topbar .welcome {
	line-height: 30px;
	color: #888888;
}
.topbar .navbar ul li {
	float: left;
	display: inline;
	line-height: 30px;
	position: relative;
	color: #888888;
}
.topbar .navbar ul li span {
	display: block;
	padding: 0 10px;
}
.topbar .navbar ul li span.phone {
	display: block;
	padding: 0px 2px 0px 0px;
	color: #444444;
	font-size: 14px;
	font-weight: bold;
}
.topbar .navbar ul li img {
	display: block;
	padding: 4px 0px 0px 0px;
	width: 20px;
	height: 20px;
}
.topbar .navbar ul li .i-exp {
	color: #AAAAAA;
	line-height: 28px;
	float: left;
	display: inline;
	padding: 0 5px;
}
/*.topbar .navbar ul li dl dt{display:block;padding:0 10px;}
.topbar .navbar ul li .has-sub dt{padding-right:5px;}
.topbar .navbar ul li .has-sub dt a{padding-right:10px;background:url(../images/arrow_d.png) no-repeat right center;}
.topbar .navbar ul li .nav-subs{display:none;left:0;top:29px;position:absolute;width:100%;background:#FFFFFF;text-align:center;z-index:999;}
.topbar .navbar ul li .hover dt{background-color:#FFFFFF;}
.topbar .navbar ul li .hover .nav-subs{display:block !important;} */

.header {
	margin-bottom: 10px;
}
.header .wrap-header {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
}
.header .branding {
	float: left;
	display: inline;/*padding-left:10px;*/
	;
	background: #0CF
}
.header .branding h1 a {
	display: block;
	height: 100px;
	overflow: hidden;
}
.header .branding h1 a img {
	width: 330px;
}
.header .searchbar {/*float:left;display:inline;margin-left:120px;*//*padding-top:10px; width:470px;margin:0 auto;*/
	float: left;
	display: inline;
	margin-left: 50px;
	width: 600px;
	padding-top: 20px;
}
.header .searchbar .form {
	position: relative;
	height: 36px;
}
.header .searchbar .form .field .txt-keyword {
	width: 500px;
	height: 26px;
	border: 2px solid #C5020E;
	border-radius: 0;
	text-indent: 5px;
}
.header .searchbar .form .field {
	float: left;
	display: inline;
}
.header .searchbar .form .field .txt-keyword:focus {
	outline: none;
	box-shadow: none;
}
.header .searchbar .error-text {
	top: 0;
	left: 260px;
	position: absolute;
	line-height: 36px;
	color: #AD0000;
	cursor: text;
	display: none;
}
.header .searchbar .form .opts {
	float: left;
	display: inline;
}
.header .searchbar .form .opts .btn-search {
	float: left;
	display: inline;
	height: 36px;
	line-height: 36px;
	background: #C5020E;
	padding: 0 20px;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0;
	border: none;
	cursor: pointer;
}
.header .searchbar .hot-search {
	color: #888888;
	padding-left: 0px;
	margin-top: 4px;
	padding-bottom: 5px;
}
.header .searchbar .hot-search li {
	float: left;
	display: inline;
	margin-right: 15px;
}
.header .searchbar .hot-search li a {
	color: #D80000;
}
.header .searchbar .hot-search li.link2 a {
	color: #0083a9;
}
.header .buycat {
	float: right;
	color: #888888;
	padding-left: 0px;
	margin-top: 40px;
	padding-bottom: 5px;
	height: 40px;
}
.header .buycat li {
	float: left;
	display: inline;
}
.header .buycat li.mycut {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-align: right;
	padding-top: 10px;
	margin-left: 5px;
}
.header .buycat li.mycut a {
	color: #666666;
	text-decoration: none;
}
}
.header .site-service {
	float: right;
	display: inline;
	padding-right: 20px;
	padding-top: 10px;
}
.header .site-service .phone {
	color: #ff0e2a;
	font-size: 20px;
	padding-left: 25px;
	background: url(../images/serivce_phone.png) no-repeat left center;
}
.header .site-service .text {
	color: #868686;
	padding-left: 25px;
}
.header .wrap-mainnav {
	background: #ffffff;
	border-bottom: 2px solid #e3202b;
}
.mainnav {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}
.mainnav .item {
	float: left;
	display: inline;
	position: relative;
}
.mainnav .item .link-nav-main a {
	display: block;
	padding: 0 28px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.mainnav .item .link-nav-main a:hover {
	color: #e3202b;
}
/*.mainnav .active .link-nav-main a{background: #a40000;} */

.mainnav .item-cate .link-nav-main a {
	padding: 0;
	width: 250px;
	background: #e3202b;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.mainnav .item-cate .link-nav-main a:hover {
	background: #C5020E;
	color: #FFFFFF;
}
.mainnav .item-cate .link-nav-main img {
	padding-right: 8px;
	vertical-align: middle;
	padding-bottom: 4px;
}
.mainnav .item .sub-nav {
	width: 100%;
	z-index: 999;
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
}
.mainnav .item .sub-nav .wrap-sub-nav {
	border: 2px solid #e3202b;
	border-top: none;
	background: #fafafa;
	color: #333333;
	height: 557px;
	position: relative;
}
.mainnav .item .sub-nav .wrap-sub-nav li { /*padding-right:10px;*/
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #dddddd;
}
.mainnav .item .sub-nav .wrap-sub-nav li:last-child {
	border-bottom: none;
}
/*.mainnav .item .sub-nav .wrap-sub-nav li .title {!*padding:2px 0;*! background: url(../images/crumbs_exp_bg.png) no-repeat right center;}*/
.mainnav .item .sub-nav .wrap-sub-nav li .title {  /*position: relative;z-index: 2; *//*background: url(../images/list-style-type2.png) no-repeat left center;*/
	background: url(../images/crumbs_exp_bg.png) no-repeat right 10px center;
	padding-right: 20px;
	padding-left: 10px;
}
.mainnav .item .sub-nav .wrap-sub-nav li .title a {
	font-size: 14px;
	font-weight: 700;
	font-family: "Microsoft Yahei";
	text-decoration: none;
	height: 31px;
	line-height: 31px;
	color: #333333;
	display: block;
	/*padding-left: 15px;*/
    /*background: url(../images/list-style-type2.png) no-repeat left center;*/
	overflow: hidden;
}
.mainnav .item .sub-nav .wrap-sub-nav li .wrap {/*padding-left:10px;*/
	padding: 5px;/*position: relative;*/
}
.mainnav .item .sub-nav .wrap-sub-nav li .subtitle span {
	float: left;
	display: inline;
	width: 50%;
}
.mainnav .item .sub-nav .wrap-sub-nav li .subtitle span a {
	padding-left: 10px;
	line-height: 28px;/*color:#FFFFFF;*/
}
.mainnav .item .sub-nav .wrap-sub-nav li .subtitle {
	position: relative;
	z-index: 2;
}
.mainnav .item .sub-nav .wrap-sub-nav li:hover {
	border-top: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	background: #FFFFFF;
}
.mainnav .item .sub-nav .wrap-sub-nav li:hover > .wrap { /*position: relative;*/
	z-index: 2;
	width: 238px;
	border-right: 1px solid #fff;
	background: #FFFFFF;
}
/*.mainnav .item .sub-nav .wrap-sub-nav li:hover .title {  background-color: #FAFAFA;}*/
/*.mainnav .item .sub-nav .wrap-sub-nav li:hover .title a {   color:#D30202;}*/
/*.mainnav .item .sub-nav .wrap-sub-nav li:hover .subtitle {  background-color: #FAFAFA;}*/
/*.mainnav .item .sub-nav .wrap-sub-nav li:hover .subtitle a {  color:#D30202;}*/
.mainnav .item .sub-nav .wrap-sub-nav li .subcats {
	border: 2px solid #e3202b;
	border-left: none;
	border-top: none;
	top: 0;
	left: 249px;
	position: absolute;
	background: #FFFFFF;
	z-index: 1;
	width: 720px;
	height: 538px;
	padding: 10px;
	overflow-y: auto;/*box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .1);*/
}
.mainnav .item .sub-nav .wrap-sub-nav li:hover .subcats {
	display: block !important;
}
.mainnav .item .sub-nav .wrap-sub-nav li .subcats span {
	float: left;
	display: inline;
	line-height: 30px;
	padding: 0 15px;
}
.mainnav .item .sub-nav .wrap-sub-nav li .subcats span a {
	line-height: 30px;/*font-family:"Microsoft Yahei";*/
}
.services {
	padding: 30px 0;/*background:#f3f3f3;*/
	color: #585858;/*border-top:2px solid #545454;*/
}
.services .wrap {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}
.services dl {
	float: left;
	display: inline;
	width: 249px;
}
/*.services dl dt{font-size:14px;color:#e9152e;padding-left:10px;margin-left:10px;margin-right:50px;}*/
.services dl dt {
	line-height: 40px;
	font-size: 16px;
	color: #333;
	padding-left: 45px;
	margin-left: 20px;
	margin-right: 30px;
}
.services dl dd {
	padding: 10px 0;
	padding-left: 5px;
	margin-right: 30px;
	margin-left: 20px;
}
.services dl dd ul li {
	float: left;
	display: inline;
	margin-right: 20px;
}
.services dl dd ul li a {
	color: #666;
	line-height: 22px;
}
.services .bbdl01 {
	border-right: 1px solid #ddd;
}
.services .bbdl02 {
	border-right: 1px solid #ddd;
}
.services .bbdl03 {
	border-right: 1px solid #ddd;
}
.services .bbdl01 dt {
	background: url(../images/bbs_01.png) no-repeat left center;
}
.services .bbdl02 dt {
	background: url(../images/bbs_02.png) no-repeat left center;
}
.services .bbdl03 dt {
	background: url(../images/bbs_03.png) no-repeat left center;
}
.services .bbdl04 dt {
	background: url(../images/bbs_04.png) no-repeat left center;
}
/*.services .service-phone{height:70px;width:360px;background:url(../images/services_phone.png) no-repeat left top;line-height:60px;font-size:24px;text-indent:60px;margin-top:20px;}*/
.services .service-items {
	padding-left: 20px;
	width: 340px;
}
.services .service-items span {
	float: left;
	display: inline;
	font-size: 16px;
	background: url(../images/start.png) no-repeat left center;
	padding-left: 25px;
	margin-right: 25px;
}
.footer {
	background: #3e3e3e;
	color: #FFFFFF;
}
.footer .wrap {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}
.footer .copyright {
}
.footer .copyright a {
	color: #fff;
}
.footer .siteicq {
}
/*.services{padding:30px 0;background:#f3f3f3;color:#585858;border-top:2px solid #545454;}
.services .wrap{width:1200px;min-width:1200px;margin:0 auto;}

.services dl{float:left;display:inline;width:25%;text-align:center;}
.services dl dt{font-size:14px;color:#333333;
    font-weight: bold;padding-left:10px;margin-left:10px;margin-right:50px;}
.services dl dd{padding:10px 0;padding-left:13px;margin-right:50px;margin-left:10px;}
.services dl dd ul li a{color:#585858;line-height:22px;}

.services .service-items{padding-left:20px;width:340px;}
.services .service-items span{float:left;display:inline;font-size:16px;background:url(../images/start.png) no-repeat left center;padding-left:25px;margin-right:25px;}

.footer{background:#3e3e3e;color:#FFFFFF;}
.footer .wrap{width:1200px;min-width:1200px;margin:0 auto;padding:10px 0;text-align:center;}
.footer .copyright{}
.footer .siteicq{}*/


.wrap-main {
	padding: 10px 0;
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
	clear: both;
}
.wrap-main .site-crumbs {
	line-height: 22px;
	padding-bottom: 20px;
}
.wrap-main .site-crumbs span {
	float: left;
	display: inline-block;
}
.wrap-main .site-crumbs .crumbs-home {
	font-weight: bold;
}
.wrap-main .site-crumbs .i-exp {
	color: #FAFAFA;
	text-indent: -9999px;
	padding: 0 10px;
	width: 10px;
	background: url(../images/crumbs_exp_bg.png) no-repeat center;
}
/* page */
.main-home .wrap-main {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}
.main-home #homeAdsWrapper {
	overflow: hidden;
	position: relative;
}
.main-home .box-main-ads {
	border: none;
}
.main-home .box-main-ads ul {
	position: absolute;
}
.main-home .box-main-ads ul li {
	float: left;
	overflow: hidden;
	position: relative;
	background: #000000;
}
.main-home .box-main-ads ul li div {
	position: absolute;
	overflow: hidden;
}
.main-home .box-main-ads ul li a {
	display: block;
}
.main-home .box-main-ads ul li a img {
	display: block;
}
/*.main-home .box-main-ads .1btnBg{position:absolute;width:100%;height:20px;left:0;bottom:0;background:#000000;}*/
.main-home .box-main-ads .btn {
	position: absolute;
	width: 100%;
	height: 20px;
1padding:10px;
	right: 10px;
	bottom: 0;
	text-align: right;
}
.main-home .box-main-ads span {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 25px;
	height: 10px;
	_font-size: 0;
	margin-left: 5px;
	cursor: pointer;
	background: #fff;
}
.main-home .box-main-ads .btn span.on {
	background: #fff;
}
/*.main-home .box-main-ads .1preNext{width:45px;height:100px;position:absolute;top:90px;background:url(../images/ads_arrow_sprite.png) no-repeat 0 0;cursor:pointer;}*/
.main-home .box-main-ads .pre {
	left: 0;
}
.main-home .box-main-ads .next {
	right: 0;
	background-position: right top;
}
.wrap-home .row-1 {
	overflow: hidden;
	padding-left: 258px;
	margin-top: -12px;
}
.wrap-home .row-1 .aside {
	float: right;
	display: inline;
	width: 203px;
	margin-left: 7px;
	border: 1px solid #DDDDDD;
	height: 418px;
}
.wrap-home .row-1 .central {
	float: left;
	display: inline;
	width: 730px;
	padding-left: -2px;
}
/*.wrap-home .row-1 .aside .icons ul li { float: left; font-size: 12px; height: 75px; line-height: 24px; text-align: center; width: 50%; }*/
.wrap-home .row-1 .adv-main {
	height: 300px;
	background: #F3F3F3;
	margin-bottom: 10px;
}
.wrap-home .row-1 .aside .home-log-img {
	padding-top: 15px;
	overflow: hidden;
	width: 60px;
	height: 45px;
}
.wrap-home .row-1 .aside .home-log-img img {
	padding-left: 6px;
	overflow: hidden;
	width: 50px;
	height: 36px;
}
.wrap-home .row-1 .aside .home-log-in {
	padding-left: 20px;
	padding-top: 10px;
	overflow: hidden;
	width: 120px;
	height: 100px;
}
.wrap-home .row-1 .aside .home-log-in ul li {
	line-height: 22px;
}
.wrap-home .row-1 .aside .home-log-in ul li span {
	padding-right: 10px;
}
.wrap-home .row-1 .aside .home-log-in ul li a {
	font-size: 12px;
	font-weight: bold;
}
.wrap-home .row-1 .aside .xuxian {
	height: 1px;
}
.wrap-home .row-1 .aside .xuxian ul li {
	text-align: center;
}
.wrap-home .row-1 .aside .hotnews {
	height: 22px;
	padding-top: 20px;
}
.wrap-home .row-1 .aside .hotnews ul li {
	display: inline-block;
}
.wrap-home .row-1 .aside .hotnews ul li a{
	color:#000;
}
.wrap-home .row-1 .aside .hotnews ul li.hotnews_ti_left {
	padding-left: 6px;
	width: 30px;
}
.wrap-home .row-1 .aside .hotnews ul li.hotnews_ti_gg {
	padding-left: 10px;
	width: 40px;
}
.wrap-home .row-1 .aside .hotnews ul li.hotnews_ti_right {
	float: right;
	padding-right: 6px;
}
.wrap-home .row-1 .aside .home-news {
	padding: 6px;
	height: 168px;
	overflow: hidden;
	float: left;
}
.wrap-home .row-1 .aside .home-news ul li {
	line-height: 28px;
	height: 28px;
}
.wrap-home .row-1 .aside .home-news ul li a{
	color:#000;
}
.wrap-home .row-1 .aside .home-news ul li:last-child {
	border-bottom: none;
}
/*滑动TAB*/
             
/*资料*/
.wrap-home .row-1 .aside .zhiliao {
	padding-top: 20px;
	overflow: hidden;
	width: 200px;
	height: 200px;
}
.wrap-home .row-1 .aside .zhiliao ul li {
	float: left;
	display: inline-block;
	width: 60px;
	height: 60px;
	padding-left: 25px;
}
.wrap-home .row-1 .aside .zhiliao ul li p {
	text-align: center;
	padding-top: 3px;
}
.wrap-home .row-1 .aside .zhiliao ul li img {
	display: block;
	width: 30px;
	margin: 0 auto;
}
/*.wrap-home .row-1 .box-kuaibao ul li a {  line-height: 28px;}*/

.wrap-home .row-1 .home-brand-rec {
	height: 130px;
	overflow: hidden;
	background: #ffffff;
	float: left;
	width: 950px;
	padding-top: 6px;
}
.wrap-home .row-1 .home-brand-rec .title h2 {
	font-size: 16px;
	height: 126px;
	line-height: 120px;
	padding: 0 5px;
}
.wrap-home .row-1 .home-brand-rec .list ul li {
	float: left;
	display: inline;
}
.wrap-home .row-1 .home-brand-rec .list ul li .wrap {
	padding: 3px;
}
.wrap-home .row-1 .home-brand-rec .list ul li a {
	display: block;
	height: 126px;
	line-height: 126px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	padding-right: 7px;
}
.wrap-home .row-1 .home-brand-rec .list ul li a img {
	width: 230px;
	max-height: 126px;
	vertical-align: middle;
}
.wrap-home .row-1 .home-brand-rec .list ul li a:hover {
	opacity: .7;
}
.wrap-home .row-1 .home-brand-rec .list ul li:last-child {
	padding-right: none;
	float: right;
}
.mfg-rec {
	height: 126px;
	background: #fff;
	float: left;
	width: 950px;
	margin-top: 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mfg_info {
	width: 169px;
	height: 126px;
	display: inline-block;
	float: left;
	text-align: center;
	display: block;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
}
.mfg_info img {
	width: 160px;
	height: 120x;
	vertical-align: middle;
	margin-left: 4px;
	margin-top: 3px;
}
.rec_product {
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	width: 765px;
	height: 126px;
	margin-left: 6px;
	float: left;
}
.rec_product_box {
	float: left;
	position: relative;
	width: 152px;
	height: 126px;
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}
.rec_product_box_name {
	float: left;
	position: relative;
	width: 152px;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	text-align: center;
	overflow: hidden;
	height: 20px;
}
.rec_product_box_name a {
	color: #333;
}
.rec_product_box_price {
	position: relative;
	line-height: 18px;
	width: 152px;
	font-size: 12px;
	color: #f00;
	text-align: center;
	overflow: hidden;
}
.rec_product_box_price a {
	color: #f00;
}
.ordersandprice {
	float: left;
	width: 1200px;
	height: 387px;
	border-bottom: 1px solid #ddd;
	background: url(../images/orderstutas.jpg)
}
.ordersandprice_order1 {
	float: left;
	position: relative;
	width: 390px;
	height: 339px;
	left: 10px;
	top: 44px;
	overflow: hidden;
}
.ordersandprice_order1 ul li {
	line-height: 25px;
	border-bottom: 1px solid #EEEEEE;
}
.ordersandprice_order2 {
	float: left;
	position: relative;
	width: 400px;
	height: 339px;
	left: 40px;
	top: 44px;
	display: block;
}
.ordersandprice_order3 {
	float: left;
	position: relative;
	width: 350px;
	height: 339px;
	left: 54px;
	top: 44px;
}
.ordersandprice_order3 ul li {
	border-bottom: 1px solid #EEEEEE;
}
.order_tr {
	font-family: "微软雅黑";
	font-size: 12px;
	color: #666;
	line-height: 26px;
	list-style: none;
	float: left;
	width: 83.6px;
	text-align: left;
}
.order_tr2 {
	font-family: "微软雅黑";
	font-size: 12px;
	color: #666;
	line-height: 28px;
	list-style: none;
	float: left;
	width: 83.6px;
	text-align: left;
}
.online_enquiry {
	position: relative;
	z-index: 1;
	float: left;
	width: 400px;
	height: 339px;
}
.enquiry_ui-form-item {
	padding-top: 10px;
	line-height: 28px;
	vertical-align: central;
	overflow: hidden;
}
.enquiry_label {
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 28px;
	list-style: none;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}
.enquiry_label span {
	color: #F00;
	text-align: right;
}
.online_enquiry button {
	margin: 20px 20px 0 115px;
	padding: 8px 45px;
	border: none;
	font-size: 14px;
	border-radius: 4px;
	background-color: #c20014;
	color: #fff;
}
.textfield_enquiry {
	font-size: 12px;
	font-family: Arial, "Microsoft Yahei", "Simsun", "Hiragino Sans GB", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	border: 1px solid #CCCCCC;
	border-radius: 0px;
	color: #333333;
	height: 20px;
	padding: 3px;
	vertical-align: middle;
	width: 220px;
	background-color: #fff;
	float: left;
}
.textfield_enquiry:focus {
	outline: none;
	outline-offset: 0px;
	background-color: #FFFFFF;
	border-color: #F00;
}
/*主推弹窗*/
#rec_prod {
	width: 287px;
	height: 388px;
	position: fixed;
	top: 50%;
	right: 30%;
	margin-top: -150px;
	z-index: 9999;
	border: 2px solid #fff;
	box-shadow: 8px 12px 8px 0 rgb(42 42 42 / 70%);
	box-sizing: border-box;
}
.rec_prod_box {
	float: left;
	position: relative;
	width: 283px;
	height: 384px;
	background: url(../images/zhaodaoxianhuo.png);
	overflow: hidden;
}
.rec_prod_close {
	height: 28px;
	line-height: 28px;
	width: 100%;
}
.rec_prod_close img {
	float: right;
	margin-right: 2px;
	margin-top: 2px;
	cursor: pointer;
}
.rec_prod_none {
	height: 66px;
	line-height: 66px;
	width: 100%;
}
.rec_prod_prod {
	height: 150px;
	line-height: 150px;
	width: 100%;
	display: inline-block;
}
.rec_prod_prod ul {
	height: 150px;
}
.rec_prod_prod ul li {
	display: inline-block;
	height: 150px;
}
.rec_prod_prod_img {
	background: #fff;
}
.rec_prod_prod_img img {
	width: 146px;
	height: 146px;
	margin-top: 2px;
	margin-left: 2px;
}
.rec_prod_part {
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	height: 30px;
	width: 100%;
	color: #fff;
	margin-top: 4px;
}
/*自营现货*/
.floor1_zhiying {
	float: left;
	width: 1200px;
	height: 384px;
	margin-top: 14px;
}
.zhiying_title {
	float: left;
	position: relative;
	width: 283px;
	height: 384px;
	background: url(../images/xianhuoziying.jpg);
	overflow: hidden;
}
.zhiying_product {
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	width: 745px;
	height: 384px;
	margin-left: 6px;
	float: left;
}
.zhiying_product_box {
	float: left;
	position: relative;
	width: 185px;
	height: 191px;
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}
.zhiying_product_box a:hover {
	opacity: .7;
}
.zhiying_product_box_name {
	float: left;
	position: relative;
	width: 184px;
	line-height: 24px;
	font-size: 14px;
	color: #333;
	text-align: center;
	overflow: hidden;
	height: 24px;
}
.zhiying_product_box_cpadnprice {
	float: left;
	position: relative;
	width: 184px;
	line-height: 18px;
	font-size: 12px;
	color: #999;
	text-align: left;
	overflow: hidden;
	height: 20px;
}
.zhiying_product_box_name a {
	color: #333;
}
.zhiying_product_box_cp {
	float: left;
	width: 126px;
	line-height: 18px;
	font-size: 12px;
	color: #999;
	text-align: left;
	overflow: hidden;
	padding-left: 4px;
}
.zhiying_product_box_price {
	float: left;
	width: 48px;
	line-height: 18px;
	font-size: 12px;
	color: #F00;
	text-align: left;
	overflow: hidden;
}
.zhiying_product_box_price a {
	color: #F00;
}
.zhiying_hot {
	width: 156px;
	height: 384px;
	margin-left: 6px;
	float: left;
	background: #eee;
}
.zhiying_hot_title {
	font-size: 18;
	font-weight: bold;
	color: #F00;
	text-align: center;
	width: 156px;
	line-height: 30px;
}
.zhiying_hot_list {
	font-size: 14;
	text-align: left;
	width: 156px;
	line-height: 26px;
	padding-left: 6px;
	overflow: hidden;
}
/* 品牌合作*/
.floor2_pingpai {
	float: left;
	width: 1200px;
	height: 384px;
	margin-top: 14px;
}
.pingpai_title {
	float: left;
	position: relative;
	width: 283px;
	height: 384px;
	background: url(../images/pingpaihezhuo.jpg);
	overflow: hidden;
}
.pingpai_name {
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	width: 505px;
	height: 384px;
	margin-left: 6px;
	float: left;
}
.pingpai_box {
	float: left;
	width: 167px;
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 127px;
	line-height: 127px;
	display: inline;
}
.pingpai_box a:hover {
	opacity: .7;
}
.pingpai_list2 {
	width: 1198px;
	height: 130px;
	margin-top: 10px;
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.pingpai_box2 {
	float: left;
	position: relative;
	width: 170px;
	height: 130px;
	border-right: 1px solid #EEEEEE;
}
.pingpai_box2 a:hover {
	opacity: .7;
}
.pingpai_box2_img {
	width: 160px;
	height: 120px;
}
.pingpai_box2_img img {
	width: 160px;
	height: 120px;
	text-align: center;
	display: block;
	margin: 0 auto;
}
.pingpai_new {
	float: left;
	width: 398px;
	height: 384px;
	margin-left: 6px;
	float: left;
	background: #eee;
	text-align: center;
}
.pingpai_new_bottom {
	border-bottom: 1px solid #ccc;
	width: 398px;
}
.pingpai_new ul li {
	line-height: 30px;
	padding-top: 6px;
}
.pingpai_new_title {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	font-family: "黑体";
	color: #666;
}
.pingpai_new_clear {
	height: 130px;
}
.pingpai_new_logo {
	float: left;
	text-align: center;
	width: 378px;
	height: 114px;
	background: #FFF;
	margin-left: 10px;
}
.pingpai_new_clear_contone {
	height: 144px;
}
.pingpai_new_contone {
	float: left;
	text-align: center;
	height: 144px;
	width: 378px;
	color: #666;
	overflow: hidden;
	margin-left: 10px;
}
/*替料专场*/
/*自营现货*/
.floor3_tiliao {
	float: left;
	width: 1200px;
	height: 384px;
	margin-top: 14px;
}
.tiliao_title {
	float: left;
	position: relative;
	width: 283px;
	height: 384px;
	background: url(../images/tiliao.jpg);
	overflow: hidden;
}
.tiliao_product {
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	width: 745px;
	height: 384px;
	margin-left: 6px;
	float: left;
}
.tiliao_product_box {
	float: left;
	position: relative;
	width: 185px;
	height: 191px;
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}
.tiliao_product_box a:hover {
	opacity: .7;
}
.tiliao_product_box_img {
	width: 184px;
	height: 138px;
	vertical-align: central;
}
.tiliao_product_box_img img {
	width: 184px;
	height: 138px;
}
.tiliao_product_box_name {
	float: left;
	position: relative;
	width: 184px;
	line-height: 24px;
	font-size: 14px;
	color: #333;
	text-align: center;
	overflow: hidden;
	height: 24px;
}
.tiliao_product_box_cpadnprice {
	float: left;
	position: relative;
	width: 184px;
	line-height: 18px;
	font-size: 12px;
	color: #999;
	text-align: left;
	overflow: hidden;
	height: 20px;
}
.tiliao_product_box_name a {
	color: #333;
}
.tiliao_product_box_cp {
	float: left;
	width: 126px;
	line-height: 18px;
	font-size: 12px;
	color: #999;
	text-align: left;
	overflow: hidden;
	padding-left: 4px;
}
.tiliao_product_box_price {
	float: left;
	width: 48px;
	line-height: 18px;
	font-size: 12px;
	color: #F00;
	text-align: left;
	overflow: hidden;
}
.tiliao_product_box_price a {
	color: #F00;
}
.tiliao_hot {
	width: 156px;
	height: 384px;
	margin-left: 6px;
	float: left;
	background: #eee;
}
.tiliao_hot_title {
	font-size: 18;
	font-weight: bold;
	color: #F00;
	text-align: center;
	width: 156px;
	line-height: 30px;
}
.tiliao_hot_list {
	font-size: 14;
	text-align: left;
	width: 156px;
	line-height: 28px;
	padding-left: 6px;
	overflow: hidden;
}
/*车规新能源*/
.floor4_chegui {
	float: left;
	width: 1200px;
	height: 384px;
	margin-top: 14px;
}
.chegui_title {
	float: left;
	position: relative;
	width: 283px;
	height: 384px;
	background: url(../images/chegui.jpg);
	overflow: hidden;
}
.chegui_product {
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	width: 910px;
	height: 384px;
	margin-left: 6px;
	float: left;
}
.chegui_product_box {
	float: left;
	position: relative;
	width: 181px;
	height: 191px;
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}
.chegui_product_box a:hover {
	opacity: .7;
}
.tchegui_product_box_img {
	width: 178px;
	height: 138px;
	vertical-align: central;
}
.chegui_product_box_img img {
	width: 178px;
	height: 138px;
}
.chegui_product_box_name {
	float: left;
	position: relative;
	width: 184px;
	line-height: 24px;
	font-size: 14px;
	color: #333;
	text-align: center;
	overflow: hidden;
	height: 24px;
}
.chegui_product_box_cpadnprice {
	float: left;
	position: relative;
	width: 184px;
	line-height: 22px;
	font-size: 12px;
	color: #999;
	text-align: left;
	overflow: hidden;
	height: 20px;
}
.chegui_product_box_name a {
	color: #333;
}
.chegui_product_box_cp {
	float: left;
	width: 126px;
	line-height: 18px;
	font-size: 12px;
	color: #999;
	text-align: left;
	overflow: hidden;
}
.chegui_product_box_price {
	float: left;
	width: 48px;
	line-height: 18px;
	font-size: 12px;
	color: #666;
	text-align: center;
	overflow: hidden;
	margin-left: 4px;
}
.chegui_product_box_price a {
	color: #F00;
}
.chegui_list {
	width: 1198px;
	height: 30px;
	margin-top: 10px;
	border: 1px solid #EEEEEE;
}
.chegui_box2 {
	float: left;
	position: relative;
	height: 30px;
}
.chegui_box2 ul li {
	display: inline;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	vertical-align: middle;
	color: #999;
}
.chegui_box2 ul li.chegui_hot {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin-left: 1px;
}
.chegui_box2 ul li img {
	margin-top: 6px;
}
.chegui_box2 a:hover {
	opacity: .7;
}
/*海外代购*/
.floor4_daigou {
	float: left;
	width: 1200px;
	height: 384px;
	margin-top: 14px;
}
.daigou_title {
	float: left;
	position: relative;
	width: 283px;
	height: 384px;
	background: url(../images/daigou.jpg);
	overflow: hidden;
}
.daigou_name {
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	width: 604px;
	height: 384px;
	margin-left: 10px;
	float: left;
}
.daigou_box {
	float: left;
	width: 150px;
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 127px;
	line-height: 127px;
	display: inline;
}
.daigou_box a:hover {
	opacity: .7;
}
.daigou_box_top a:hover {
	opacity: .7;
}
.daigou_new {
	float: left;
	width: 302px;
	height: 384px;
	float: left;
	text-align: center;
	border-top: 1px solid #EEEEEE;
}
.daigou_product_box_name {
	float: left;
	width: 148px;
	line-height: 20px;
	font-size: 12px;
	color: #333;
	text-align: center;
	overflow: hidden;
}
.daigouproduct_box_name a:hover {
	opacity: .7;
}
/* 方案中心*/
.floor6_fangan {
	float: left;
	width: 1200px;
	height: 384px;
	margin-top: 14px;
}
.fangan_title {
	float: left;
	position: relative;
	width: 283px;
	height: 384px;
	background: url(../images/fangan.jpg);
	overflow: hidden;
}
.fangan_box {
	border-right: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	width: 518px;
	height: 382px;
	float: left;
}
.fangan_box_list {
	height: 110px;
	width: 500px;
	float: left;
	padding-top: 12px;
}
.fangan_img {
	float: left;
	width: 100px;
	height: 100px;
	border: 1px solid #CCC;
	margin-left: 10px;
}
.fangan_content {
	float: left;
	width: 380px;
	height: 118px;
	margin-left: 6px;
}
.fangan_content ul li {
	display: block;
}
.fangan_img_title {
	float: left;
	width: 380px;
	text-align: left;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
}
.fangan_img_content {
	float: left;
	width: 360px;
	text-align: left;
	height: 60px;
	font-size: 12px;
	overflow: hidden;
}
.fangan_img_more {
	float: left;
	width: 360px;
	text-align: right;
	height: 20px;
	font-size: 12px;
	margin-right: 10px;
}
.fangan_new {
	float: left;
	width: 398px;
	height: 384px;
	text-align: left;
	background: #eFefef;
}
.fangan_new_bottom {
	border-bottom: 1px solid #ccc;
	width: 398px;
}
.fangan_new ul li {
	line-height: 30px;
	padding-top: 6px;
}
/*新闻中心*/
.floor7_news {
	float: left;
	width: 1200px;
	height: 384px;
	margin-top: 14px;
}
.news_hengye_hot {
	float: left;
	position: relative;
	width: 580px;
	height: 384px;
	padding-right: 40px;
}
.news_yuanchang {
	float: right;
	width: 580px;
	height: 384px;
}
.news_hengye_hot ul li {
	line-height: 40px;
	display: inline-block;
}
.news_yuanchang ul li {
	line-height: 40px;
	display: inline-block;
}
.news_hengye_hot_title {
	float: left;
	width: 120px;
	height: 36px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #eb2a38;
	vertical-align: middle;
	padding-left: 4px;
	margin-bottom: 10px;
}
.news_hengye_hot_more {
	float: right;
	width: 456px;
	height: 36px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-align: right;
}
.news_yuanchang_title {
	float: left;
	width: 120px;
	height: 36px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 10px;
	color: #fff;
	background: #017090;
	vertical-align: middle;
	padding-left: 4px;
	margin-bottom: 10px;
}
.news_yuanchang_more {
	float: right;
	width: 456px;
	height: 36px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-align: right;
}
.news_bg {
	float: left;
	width: 36px;
	height: 36px;
	background: url(../images/listpont.png) no-repeat center;
	display: inline;
}
.news_title {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	width: 444px;
}
.news_title a {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.news_time {
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	width: 100px;
	text-align: right;
}
/*
.wrap-home .row-1 .tabs { display: inline; float: left; width: 698px; }
.wrap-home .row-1 .orders {display: inline; float: right; margin-left: 10px; width: 230px;}
.wrap-home .row-1 .tabs {border:1px solid #dddddd;border-top: none;}
.wrap-home .row-1 .tabs .tab-tits ul li {float:left;display:inline;width:33.3333%;}
.wrap-home .row-1 .tabs .tab-tits ul li a {display: block;height:28px;line-height:28px;border-top: 2px solid #aaaaaa;border-bottom: 1px solid #dddddd;font-size:14px;text-decoration:none;  background: url(../images/hsd/tab-bg.png) repeat-x left top;text-align:center;}
.wrap-home .row-1 .tabs .tab-tits ul .active a,
.wrap-home .row-1 .tabs .tab-tits ul li a:hover {color:#cc0000;background: url(../images/hsd/tab-bg2.png) repeat-x left top;border-top: 2px solid #cc0000;}
.wrap-home .row-1 .tabs .tab-cnts .tab-cnt ul li {float:left;display:inline;width:25%;}
.wrap-home .row-1 .tabs .tab-cnts .tab-cnt ul li .wrap {padding:10px;border-right: 1px dotted #DDDDDD;}
.wrap-home .row-1 .tabs .tab-cnts .tab-cnt ul li:last-child .wrap {border-right: none;}
.wrap-home .row-1 .tabs .tab-cnts .tab-cnt ul li .img a {display: block;height:110px;padding:15px 10px;}
.wrap-home .row-1 .tabs .tab-cnts .tab-cnt ul li .img a img {display: block;width:100%;height:100%;}
.wrap-home .row-1 .tabs .tab-cnts .tab-cnt ul li .part {text-align:center;line-height:30px;height:30px;}
.wrap-home .row-1 .tabs .tab-cnts .tab-cnt ul li .price {text-align:center;font-size:14px;line-height:30px;height:30px;}
.wrap-home .row-1 .tabs .tab-cnts .tab-cnt ul li .price em {color:#D80000;}
*/
/*合作共赢*/
.Cooperative-home {
	width: 100%;
	margin: 0 auto;
}
.Cooperative-topbanner {
	width: 100%;
	height: 623px;
	background: url(../images/ruzhu2.jpg) top center;
	margin-top: -6px;
	border-bottom: 1px solid #ccc;
}
.Cooperative_content {
	position: relative;
	width: 1200px;
	min-width: 1200px;
	height: 950px;
	margin: 0 auto;
}
.Cooperative_add {
	height: 500px;
	width: 600px;
	margin: 0 auto;
	top: -160px;
	position: relative;
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0 2px 22px 0 rgba(79,121,178,.36);
}
.online_Cooperative {
	position: relative;
	z-index: 1;
	float: left;
	width: 500px;
	height: 500px;
	padding-left: 40px;
	padding-top: 10px;
}
.Cooperative_ui-form-item {
	padding-top: 26px;
	line-height: 28px;
	vertical-align: central;
	overflow: hidden;
}
.Cooperative_label {
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 28px;
	list-style: none;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}
.Cooperative_label span {
	color: #F00;
	text-align: right;
}
.online_Cooperative button {
	margin: 30px 20px 0 115px;
	padding: 10px 45px;
	border: none;
	font-size: 14px;
	border-radius: 4px;
	background-color: #c20014;
	color: #fff;
}
.textfield_Cooperative {
	font-size: 12px;
	font-family: Arial, "Microsoft Yahei", "Simsun", "Hiragino Sans GB", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	border: 1px solid #CCCCCC;
	border-radius: 0px;
	color: #333333;
	height: 26px;
	padding: 3px;
	vertical-align: middle;
	width: 330px;
	background-color: #fff;
	float: left;
}
.textfield_Cooperative:focus {
	outline: none;
	outline-offset: 0px;
	background-color: #FFFFFF;
}
.Cooperative_pinpai {
	position: relative;
	width: 1200px;
	min-width: 1200px;
	height: 530px;
	float: left;
	display: block;
	margin: 0 auto;
	top: -100px;
}
.mfg_Cooperative_pinpai {
	position: relative;
	width: 1200px;
	min-width: 1200px;
	height: 530px;
	float: left;
	display: block;
	margin: 0 auto;
	top: 20px;
}
.Cooperative_pinpai_title {
	position: relative;
	height: 80px;
	line-height: 80px;
	font: 12px / 18px "Microsoft YaHei", 微软雅黑, Arail;
	font-size: 32px;
	font-weight: 700;
	width: 1200px;
	color: #333;
	text-align: center;
}
.Cooperative_pinpai_list {
	width: 1198px;
	min-width: 1198px;
	height: 380px;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
}
.Cooperative_box {
	float: left;
	width: 170px;
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 127px;
	line-height: 127px;
	display: inline;
}
.Cooperative_box a:hover {
	opacity: .7;
}
.mrchantIntro-main-content {
	visibility: visible;
	color: rgb(68, 68, 68);
	font: 12px / 18px "Microsoft YaHei", 微软雅黑, Arail;
	width: 1200px;
	margin: 0 auto;
}
.mrchantIntro-main-content .tit {
	height: 42px;
	font-size: 32px;
	font-weight: 700;
	color: #333;
	line-height: 100px;
	height: 100px;
	text-align: center;
}
.mrchantIntro-main-content .desc-wrap {
	color: rgb(68, 68, 68);
	font: 12px / 18px "Microsoft YaHei", 微软雅黑, Arail;
	margin-top: 60px;
}
.mrchantIntro-main-content .desc-wrap .desc-item {
	float: left;
	color: rgb(68, 68, 68);
	font: 12px / 18px "Microsoft YaHei", 微软雅黑, Arail;
	width: 380px;
	height: 366px;
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 30px;
	box-shadow: 0 8px 8px 0 rgb(235 240 247 / 70%);
	box-sizing: border-box;
}
.mrchantIntro-main-content .desc-wrap .desc-item .head1 {
	height: 162px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url(../images/hezhuo1.png);
}
.mrchantIntro-main-content .desc-wrap .desc-item .head2 {
	height: 162px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url(../images/hezho2.png);
}
.mrchantIntro-main-content .desc-wrap .desc-item .head3 {
	height: 162px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url(../images/hezhuo3.png);
}
.mrchantIntro-main-content .desc-wrap .desc-item .head4 {
	height: 162px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url(../images/hezhuo4.png);
}
.mrchantIntro-main-content .desc-wrap .desc-item .head5 {
	height: 162px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url(../images/hezhuo5.png);
}
.mrchantIntro-main-content .desc-wrap .desc-item .head6 {
	height: 162px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url(../images/hezhuo6.png);
}
.mrchantIntro-main-content .desc-wrap .desc-item .content .title {
	margin-top: 24px;
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-left: 20px;
}
.mrchantIntro-main-content .desc-wrap .desc-item .content .tips {
	margin-top: 12px;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin-left: 20px;
	margin-right: 20px;
}
/*生产商产品页面*/
.mfg_pingpai_box {
	position: relative;
	display: flex;
	background-color: #f8f8f8;
	padding: 31px 20px;
	margin-bottom: 10px;
	overflow: auto;
	box-sizing: border-box;
}
.mfg_pingpai_name {
	width: 244px;
	padding-right: 10px;
	text-align: center;
	border-right: 1px solid #e1e1e1;
	box-sizing: border-box;
}
.mfg_pingpai_name_img {
	width: 180px;
	height: 136px;
	line-height: 136px;
	overflow: hidden;
	margin: 0 auto;
}
.mfg_pingpai_name_img img {
	width: 180px;
	height: 136px;
}
.mfg_pingpai_name_titel {
	font-size: 14px;
	color: #333;
	line-height: 30px;
	font-weight: bold;
}
.mfg_pingpai_info {
	display: flex;
	padding: 0 20px;
	width: calc(100% - 285px);
	max-height: 150px;
}
.mfg_pingpai_info_text {
	overflow: auto;
	margin-right: 5px;
	padding-right: 5px;
	line-height: 24px;
}
.mfg_product_box {
	margin-bottom: 25px;
	height: 3400px;
}
.mfg_product_col {
	position: relative;
	height: 40px;
	background-color: #fff;
	line-height: 40px;
}
.mfg_product_col_box {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	vertical-align: bottom;
	border-radius: 3px 3px 0 0;
	border: 1px solid #c02c38;
	background-color: #c02c38;
	border-bottom: none;
	color: #fff;
}
.product_col_censhu {
	display: inline-block;
	color: #fff;
	padding: 0 12px;
	width: 360px;
	border-right: 1px solid #ccc;
	text-align: center;
}
.product_col_maoshu {
	display: inline-block;
	padding: 0 10px;
	width: 220px;
	border-right: 1px solid #ccc;
	text-align: center;
}
.product_col_price {
	display: inline-block;
	padding: 0 10px;
	width: 200px;
	border-right: 1px solid #ccc;
	text-align: center;
}
.product_col_stock {
	display: inline-block;
	padding: 0 10px;
	width: 134px;
	border-right: 1px solid #ccc;
	text-align: center;
}
.product_col_caozhuo {
	display: inline-block;
	width: 180px;
	text-align: center;
}
.mfg_product_listbox {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	border: 1px solid #fff;
	border-bottom-color: #e0e0e0;
	height: 160px;
}
.mfg_product_listbox_ex {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	border: 1px solid #fff;
	height: 160px;
	background: #F5E6E2;
}
.mfg_product_listbox:hover {
	background-color: #f6f6f6;
}
.mfg_product_list_col1 {
	width: 130px;
	text-align: center;
	float: left
}
.mfg_product_list_col1_box {
	position: relative;
	display: block;
	margin-bottom: 6px;
	margin-top: 10px;
	height: 130px;
	line-height: 130px;
	width: 130px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	border-radius: 3px;
}
.mfg_product_list_col1 img {
	width: 120px;
	height: 120px;
	text-align: center;
	margin-top: 5px;
}
.product_databook {
	width: 130px;
	line-height: 16px;
	vertical-align: middle;
}
.product_databook_name {
	font-size: 12px;
	color: #666;
	line-height: 16px;
	vertical-align: 4px;
}
.product_databook img {
	width: 15px;
	height: 16px;
	margin-right: 6px;
}
.mfg_product_list_col2 {
	margin-left: 20px;
	margin-top: 10px;
	width: 230px;
	height: 160px;
	float: left;
}
.mfg_product_list_col2 ul li {
	line-height: 24px;
}
.col2_xinhao {
	display: inline-block;
	vertical-align: top;
	color: #999;
	font-size: 12px;
	overflow: hidden
}
.col2_xinhao_ex {
	display: inline-block;
	vertical-align: top;
	color: #999;
	font-size: 12px;
	overflow: hidden
}
.col2_xinhao_ex a:visited {
	color: #F00;
}
.col2_xinhao_link_ex {
	display: inline-block;
	max-width: 230px;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: -8px;
	text-overflow: ellipsis;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
.col2_xinhao_link {
	display: inline-block;
	max-width: 230px;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: -8px;
	text-overflow: ellipsis;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.col2_xinhao_link1 {
	display: inline-block;
	max-width: 230px;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: -8px;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #666;
}
.col2_xinhao_rohs {
	width: 30px;
	height: 30px;
}
.mfg_product_list_col3 {
	margin-left: 10px;
	margin-top: 10px;
	width: 230px;
	height: 135px;
	float: left;
	overflow: hidden;
	text-align: left;
	font-size: 14px;
	color: #666;
}
.mfg_product_list_col3 span {
	width: 227px;
	height: 135px;
	float: left;
	overflow: hidden;
	text-align: left;
}
.mfg_product_list_col4 {
	margin-left: 16px;
	margin-top: 10px;
	width: 210px;
	height: 135px;
	float: left;
	overflow: hidden;
	text-align: center;
	color: #666;
	font-size: 14px;
	font-weight: bold;
}
.mfg_product_list_col5 {
	margin-left: 16px;
	margin-top: 10px;
	width: 145px;
	height: 135px;
	float: left;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-align: center;
}
.mfg_product_list_col6 {
	margin-left: 16px;
	margin-top: 10px;
	width: 170px;
	height: 135px;
	float: left;
	overflow: hidden;
	text-align: right;
}
.mfg_xuanjian {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 4px;
	font-weight: bold;
}
.mfg_xuanjian a {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #EEEEEE;
	background: #c02c38;
	padding: 0 8px;
	color: #fff;
	border-radius: 3px;
}
.mfg_xuanjian .current {
	display: inline-block;
	background: #c02c38;
	border: 1px solid #993300;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 10px;
}
.mfg_page {
	font-size: 12px;
	line-height: 26px;
	padding-top: 20px;
	float: right;
}
.mfg_page a {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #EEEEEE;
	background: #FFFFFF;
	padding: 0 8px;
}
.mfg_page .current {
	display: inline-block;
	background: #db2207;
	border: 1px solid #993300;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 10px;
}
/*推广页*/
.mfg_pingpai_box_ex {
	position: relative;
	display: flex;
	border-top: 1px solid #eee;
	margin-bottom: 10px;
	overflow: auto;
	box-sizing: border-box;
	margin-top: 14px;
}
.mfg_pingpai_name_img_ex {
	width: 180px;
	height: 136px;
	line-height: 136px;
	overflow: hidden;
	margin: 0 auto;
}
.mfg_pingpai_name_img_ex img {
	width: 180px;
	height: 136px;
}
.mfg_pingpai_info_ex {
	display: flex;
	float: right;
	width: 1000px;
	max-height: 140px;
}
.rec_product_box_ex {
	float: left;
	position: relative;
	width: 168px;
	height: 126px;
}
.rec_product_box_ex a:hover {
	opacity: .7;
}
.rec_product_box_name_ex {
	float: left;
	position: relative;
	width: 152px;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	text-align: center;
	overflow: hidden;
	height: 20px;
}
.rec_product_box_name_ex a {
	color: #333;
}
.seo_url {
	font-size: 14px;
	color: #888;
	font-weight: bold;
	letter-spacing: 2px;
}
/*分类产品列表*/
.pro_cat_title {
	height: 30px;
	border-bottom: 1px solid #c02c38;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	line-height: 30px;
}
.pro_product_box {
	margin-bottom: 25px;
	height: 4600px;
}
.prod_gouwuche {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 4px;
	font-weight: bold;
	text-align: right;
}
.prod_gouwuche a {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #EEEEEE;
	padding-left: 14px;
	color: #fff;
	border-radius: 3px;
	background: url(../images/kf-gwc.png) left no-repeat #018cb4;
	background-size: 25px 25px;
	text-align: right;
	width: 90px;
}
.prod_gouwuche .current {
	display: inline-block;
	background: #c02c38;
	border: 1px solid #993300;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 10px;
}
.prod_xuanjian {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 4px;
	font-weight: bold;
	padding-top: 0px;
	text-align: right;
}
.prod_xuanjian a {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #EEEEEE;
	padding-left: 14px;
	color: #fff;
	border-radius: 3px;
	background: url(../images/kf-ai.png) left no-repeat #018cb4;
	background-size: 25px 25px;
	text-align: right;
	width: 90px;
}
.prod_xuanjian .current {
	display: inline-block;
	background: #c02c38;
	border: 1px solid #993300;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 10px;
}
.prod_rengaongbaojia {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 4px;
	font-weight: bold;
	padding-top: 4px;
	text-align: right;
}
.prod_rengaongbaojia a {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #EEEEEE;
	padding-left: 14px;
	color: #fff;
	border-radius: 3px;
	background: url(../images/kf-rg.png) left no-repeat #c02c38;
	background-size: 25px 25px;
	text-align: right;
	width: 90px;
}
.prod_rengaongbaojia1 {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 4px;
	font-weight: bold;
	text-align: right;
}
.prod_rengaongbaojia1 a {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #EEEEEE;
	padding-left: 14px;
	color: #fff;
	border-radius: 3px;
	background: url(../images/kf-rg.png) left no-repeat #c02c38;
	background-size: 25px 25px;
	text-align: right;
	width: 90px;
}
.prod_rengaongbaojia .current {
	display: inline-block;
	background: #c02c38;
	border: 1px solid #993300;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 10px;
}
.prod_xuanjian1 {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 4px;
	font-weight: bold;
	text-align: right;
}
.prod_qq {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	padding-top: 4px;
	text-align: right;
}
.prod_qq a {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #EEEEEE;
	padding-left: 14px;
	color: #fff;
	border-radius: 3px;
	background: url(../images/kf-qq.png) left no-repeat #018cb4;
	background-size: 25px 25px;
	text-align: right;
	width: 90px;
}
.prod_qq1 {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	text-align: right;
}
.prod_qq1 a {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #EEEEEE;
	padding-left: 14px;
	color: #fff;
	border-radius: 3px;
	background: url(../images/kf-qq.png) left no-repeat #018cb4;
	background-size: 25px 25px;
	text-align: right;
	width: 90px;
}
.prod_qq .current {
	display: inline-block;
	background: #c02c38;
	border: 1px solid #993300;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 10px;
}
.prod_xuanjian1 {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 4px;
	font-weight: bold;
	text-align: right;
}
.prod_xuanjian1 a {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #EEEEEE;
	background: #c02c38;
	padding: 0 8px;
	color: #fff;
	border-radius: 3px;
}
.prod_xuanjian1 .current {
	display: inline-block;
	background: #c02c38;
	border: 1px solid #993300;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 10px;
}
.prod_pingpai_box {
	display: flex;
	width: calc(100% 0px);
	max-height: 120px;
	margin-top: 20px;
	background-color: #f8f8f8;
}
.prod_pingpai_info_text {
	overflow: auto;
	margin-left: 10px;
	margin-top: 6px;
	line-height: 25px;
	font-size: 16px;
}
.js-link {
	font-size: 14px;
	color: #017698;
	margin-right: 30px;
}
.prod_cat_box {
	display: flex;
	width: calc(100% 0px);
	max-height: 180px;
	margin-top: 20px;
	background-color: #f8f8f8;
}
/*.Cooperative_pinpai_more{position: relative; height:80px; line-height:80px; font-size:14px; width:1200;  color:#333; text-align:left;  }
.Cooperative_pinpai_more span{position: relative; height:80px; line-height:80px; font-size:14px; width:1000px;  color:#333; text-align:left;  }
/*.wrap-home .row-2 .box-blank {margin-bottom:20px;}
.wrap-home .row-2 .aside {float:left;display:inline;width:200px;}
.wrap-home .row-2 .central {float:right;display:inline;width:1000px;}

.wrap-home .row-2 .title {border-bottom: 2px solid #D80000;height:40px;line-height:40px;}
.wrap-home .row-2 .title i {width:30px;height:40px; line-height:36px;float:left;display:inline; margin-right:10px; background: url(../images/hsd/floor.png) no-repeat center center; color:#FFFFFF;font-size:16px;font-style: normal;font-weight: normal;text-align:center;}
.wrap-home .row-2 .title h2 {float:left;display:inline;font-size:18px;}
.wrap-home .row-2 .title .subcats {float:right;display:inline;}
.wrap-home .row-2 .title .subcats ul li {float:left;display:inline;}
.wrap-home .row-2 .title .subcats ul .i-exp {color:#DDDDDD;padding:0 10px;}

.wrap-home .row-2 .aside > .inner {border:1px solid #DDDDDD;border-top: none;height:473px;overflow: hidden;}
.wrap-home .row-2 .aside .mfg-list {margin-bottom:10px;}
.wrap-home .row-2 .aside .mfg-list ul li {float:left; display: inline; width:50%;}
.wrap-home .row-2 .aside .mfg-list ul li .wrap {padding:5px;}
.wrap-home .row-2 .aside .mfg-list ul li .wrap a {display: block;height:35px;overflow: hidden; background: #F7F7F7;text-decoration: none;}
.wrap-home .row-2 .aside .mfg-list ul li .wrap a img {display: block;width:100%;height:100%;}

.wrap-home .row-2 .aside .prod-list ul li {border-top: 1px dotted #DDDDDD;}
.wrap-home .row-2 .aside .prod-list ul li .wrap {padding:6px 5px;position: relative;}
.wrap-home .row-2 .aside .prod-list ul li .wrap .sort {top:6px;left:5px;position: absolute;width:14px;height:14px;line-height:14px;text-align:center; background: #e4393c;color:#FFFFFF;font-style: normal; font-weight:bold;}
.wrap-home .row-2 .aside .prod-list ul li .wrap .img {float:left;display:inline;}
.wrap-home .row-2 .aside .prod-list ul li .wrap .img a {display:block;height:68px;width:68px;line-height:68px;margin-right:10px;vertical-align: middle; overflow: hidden; text-align: center;}
.wrap-home .row-2 .aside .prod-list ul li .wrap .img a img {width:100%;vertical-align:middle;}
.wrap-home .row-2 .aside .prod-list ul li .wrap .info {overflow: hidden;}
.wrap-home .row-2 .aside .prod-list ul li .wrap .info .part {height:30px;line-height:30px;}
.wrap-home .row-2 .aside .prod-list ul li .wrap .info .price {height:30px;line-height:30px;font-size:14px;}
.wrap-home .row-2 .aside .prod-list ul li .wrap .info .price em {color:#DA0000;}

.wrap-home .row-2 .central .prod-list ul li {float:left;display:inline;width:20%;}
.wrap-home .row-2 .central .prod-list ul li .wrap {padding:10px;border-right: 1px solid #DDDDDD;border-bottom: 1px solid #DDDDDD;text-align:center;}
.wrap-home .row-2 .central .prod-list ul li .wrap .img a {display:block;height:140px;padding:10px; line-height:140px;vertical-align: middle; overflow: hidden; text-align: center;}
.wrap-home .row-2 .central .prod-list ul li .wrap .img a img {width:100%;vertical-align: middle;}
.wrap-home .row-2 .central .prod-list ul li .wrap .part {height:28px;line-height:28px;}
.wrap-home .row-2 .central .prod-list ul li .wrap .price {height:28px;line-height:28px;font-size:14px;}
.wrap-home .row-2 .central .prod-list ul li .wrap .price em {color:#DA0000 !important;}*/


.wrap-home .row-style-1 .title {
	border-bottom: 2px solid #8D8D83;
	padding: 0 10px;
}
.wrap-home .row-style-1 .title h2 {
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
}
.wrap-home .row-style-1 .aside {
	float: left;
	display: inline;
	width: 220px;
}
.wrap-home .row-style-1 .rside {
	float: right;
	display: inline;
	width: 220px;
}
.wrap-home .row-style-1 .central {
	overflow: hidden;
}
.wrap-home .row-style-1 .box-aid-cats .box-content {
	padding: 0;
	height: 441px;
	overflow: hidden;
}
.wrap-home .row-style-1 .box-aid-cats ul {
	padding-top: 50px;
}
.wrap-home .row-style-1 .box-aid-cats ul li {
	float: left;
	display: inline;
	width: 50%;
	text-indent: 10px;
}
.wrap-home .row-style-1 .box-aid-cats ul li a {
	line-height: 32px;
}
.wrap-home .row-style-1 .box-aid-cats .banner {
	background: #FFFFFF;
	position: absolute;
	left: 1px;
	bottom: 1px;
	width: 208px;
	padding: 5px;
}
.wrap-home .row-style-1 .box-aid-cats .banner a {
	display: block;
	text-align: center;
	height: 210px;
	overflow: hidden;
}
.wrap-home .row-style-1 .box-aid-cats .banner a img {
	width: 100%;
}
.wrap-home .row-style-1 .box-rit-mfg .box-content {
	padding: 0;
	border-left: none;
	height: 441px;
	overflow: hidden;
}
.wrap-home .row-style-1 .box-rit-mfg ul li {
	float: left;
	display: inline;
	width: 50%;
}
.wrap-home .row-style-1 .box-rit-mfg ul li .wrap {
	border-bottom: 1px solid #E0E0E0;
}
.wrap-home .row-style-1 .box-rit-mfg ul li a {
	display: block;
	height: 72px;
	line-height: 72px;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
}
.wrap-home .row-style-1 .box-rit-mfg ul li a img {
	width: 100%;
	vertical-align: middle;
}
.wrap-home .row-style-1 .box-rit-mfg .banner {
	background: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 219px;
	height: 219px;
}
.wrap-home .row-style-1 .box-rit-mfg .banner a {
	display: block;
	text-align: center;
	height: 219px;
	overflow: hidden;
}
.wrap-home .row-style-1 .box-rit-mfg .banner a img {
	width: 100%;
}
.wrap-home .row-style-1 .box-cet-prod .box-content {
	padding: 0;
	border: none;
}
.wrap-home .row-style-1 .box-cet-prod .slide {
	position: absolute;
	width: 455px;
	height: 220px;
	z-index: 1;
	left: 152px;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0e0e0;
	overflow: hidden;
}
/*.wrap-home .row-style-1 .title{border-bottom:2px solid #D80000;padding:0 10px;}
.wrap-home .row-style-1 .title h2{font-size:18px;height:40px;line-height:40px;padding-left:40px;color:#D80000;}
.wrap-home .row-style-1 .aside{float:left;display:inline;width:220px;}
.wrap-home .row-style-1 .rside{float:right;display:inline;width:220px;}
.wrap-home .row-style-1 .central{overflow:hidden;}

.wrap-home .row-style-1 .box-aid-cats .box-content{padding:0;height:441px;overflow:hidden;border-color:#D4E4FE;}
.wrap-home .row-style-1 .box-aid-cats ul {padding-top:10px;}
.wrap-home .row-style-1 .box-aid-cats ul li {text-indent:10px;}
.wrap-home .row-style-1 .box-aid-cats ul li a {line-height: 32px;}
.wrap-home .row-style-1 .box-aid-cats .banner {background: #FFFFFF;position: absolute;left:1px;bottom:1px;width:208px;padding:5px;}
.wrap-home .row-style-1 .box-aid-cats .banner a {display:block;text-align:center;height:210px;overflow: hidden;}
.wrap-home .row-style-1 .box-aid-cats .banner a img {width:100%;}

.wrap-home .row-style-1 .box-rit-mfg .box-content{padding:0;border-left:none;height:441px;overflow:hidden;}
.wrap-home .row-style-1 .box-rit-mfg ul li {float:left;display:inline;width:50%;}
.wrap-home .row-style-1 .box-rit-mfg ul li .wrap {border-bottom: 1px solid #E0E0E0;}
.wrap-home .row-style-1 .box-rit-mfg ul li a {display: block;height:72px;line-height:72px;text-align:center;overflow:hidden;vertical-align:middle;}
.wrap-home .row-style-1 .box-rit-mfg ul li a img {width:100%;vertical-align:middle;}
.wrap-home .row-style-1 .box-rit-mfg .banner {background: #FFFFFF;position: absolute;left:0;bottom:1px;width:219px;height:219px;}
.wrap-home .row-style-1 .box-rit-mfg .banner a {display:block;text-align:center;height:219px;overflow: hidden;}
.wrap-home .row-style-1 .box-rit-mfg .banner a img {width:100%;}

.wrap-home .row-style-1 .box-cet-prod .box-content{padding:0;border:none;}

.wrap-home .row-style-1 .box-cet-prod .slide {position:absolute;width:455px;height:220px;z-index:1;left:152px;border-right:1px solid #E0E0E0;border-bottom:1px solid #E0e0e0;overflow:hidden;}
.wrap-home .row-style-1 .box-cet-prod .slide .slides_control li {height:220px;width:455px;}
.wrap-home .row-style-1 .box-cet-prod .slide .slides_control li a {display:block;height:220px;width:455px;}*/

.pagination {
	position: absolute;
	bottom: -3px;
	left: 170px;
	z-index: 5;
	width: 473px;
	height: 16px;
	overflow: hidden;
	font-size: 0;
}
.pagination li {
	float: left;
	width: 36px;
	display: block;
	height: 7px;
	background: #999;
	overflow: hidden;
	border: 0;
	padding: 0;
	margin-right: 2px;
}
.pagination li:hover {
	border: 0;
	background-color: #7ABD54;
}
.pagination li.current {
	border: 0;
	background-color: #7ABD54;
}
.pagination li a {
	display: block;
	width: 36px;
	display: block;
	height: 7px;
}
.wrap-home .row-style-1 .box-cet-prod .list li {
	float: left;
	display: inline;
	width: 20%;
}
.wrap-home .row-style-1 .box-cet-prod .list .force_1 {
	margin-right: 456px;
}
.wrap-home .row-style-1 .box-cet-prod .list li:hover {
	box-shadow: 0 0 3px 3px rgba(111,111,111,.1) inset;
}
.wrap-home .row-style-1 .box-cet-prod .list li .wrap {
	padding: 5px;
	height: 210px;
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	position: relative;
}
.wrap-home .row-style-1 .box-cet-prod .list li .part a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 32px;
}
.wrap-home .row-style-1 .box-cet-prod .list li .img {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
}
.wrap-home .row-style-1 .box-cet-prod .list li .img a {
	display: block;
	text-align: center;
	height: 100px;
	overflow: hidden;
	padding: 0 10px;
}
.wrap-home .row-style-1 .box-cet-prod .list li .img a img {
	height: 100%;
}
.wrap-home .row-style-1 .box-cet-prod .list li .price {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-indent: 10px;
	line-height: 28px;
	color: #868686;
}
.wrap-home .row-style-1 .box-cet-prod .list li .price em {
	color: #D90000;
	font-size: 14px;
}
.wrap-home .floor-1 .title h2 {
	background: url(../images/floor_01.jpg) no-repeat left center;
}
.wrap-home .floor-2 .title h2 {
	background: url(../images/floor_02.jpg) no-repeat left center;
}
.wrap-home .floor-3 .title h2 {
	background: url(../images/floor_03.jpg) no-repeat left center;
}
.wrap-home .floor-4 .title h2 {
	background: url(../images/floor_04.jpg) no-repeat left center;
}
/*.wrap-home .row-style-1 .box-cet-prod .list li {float:left;display:inline;width:20%;}
.wrap-home .row-style-1 .box-cet-prod .list .force_1 {margin-right:456px;}
.wrap-home .row-style-1 .box-cet-prod .list li:hover {box-shadow:0 0 3px 3px rgba(111,111,111,.1) inset;}
.wrap-home .row-style-1 .box-cet-prod .list li .wrap{padding:5px;height:210px;overflow:hidden;border-bottom:1px solid #e0e0e0;border-right:1px solid #e0e0e0;position:relative;}
.wrap-home .row-style-1 .box-cet-prod .list li .part a {font-size:14px;font-weight:bold;text-decoration:none;line-height:32px;}
.wrap-home .row-style-1 .box-cet-prod .list li .img {position: absolute;bottom:50px;left:0;width:100%;}
.wrap-home .row-style-1 .box-cet-prod .list li .img a {display:block;text-align:center;height:100px;overflow: hidden;padding:0 10px;}
.wrap-home .row-style-1 .box-cet-prod .list li .img a img {height:100%;}
.wrap-home .row-style-1 .box-cet-prod .list li .price {position: absolute;bottom:0;left:0; width:100%;text-indent:10px;line-height:28px;color:#868686;}
.wrap-home .row-style-1 .box-cet-prod .list li .price em {color:#D90000;font-size:14px;}*/

/*.wrap-home .row-style-1 .box-cet-prod .list li {float:left;display:inline;width:16.6%;}
.wrap-home .row-style-1 .box-cet-prod .list .force_1 {margin-right:456px;}
.wrap-home .row-style-1 .box-cet-prod .list li:hover {box-shadow:0 0 3px 3px rgba(111,111,111,.1) inset;}
.wrap-home .row-style-1 .box-cet-prod .list li .wrap{padding:5px;height:210px;overflow:hidden;border-bottom:1px solid #D4E4FE;border-right:1px solid #D4E4FE;position:relative;}
.wrap-home .row-style-1 .box-cet-prod .list li .part {position: absolute;bottom:32px;left:0;width:100%;height:32px;line-height:32px;}
.wrap-home .row-style-1 .box-cet-prod .list li .part .inner {padding-left:10px;color:#105dad;}
.wrap-home .row-style-1 .box-cet-prod .list li .part a {font-size:14px;font-weight:bold;text-decoration:none;line-height:32px;}
.wrap-home .row-style-1 .box-cet-prod .list li .img {padding-top:10px;}
.wrap-home .row-style-1 .box-cet-prod .list li .img a {display:block;text-align:center;height:120px;overflow: hidden;padding:0 10px;}
.wrap-home .row-style-1 .box-cet-prod .list li .img a img {height:100%;}
.wrap-home .row-style-1 .box-cet-prod .list li .price {position: absolute;bottom:0;left:0; width:100%;height:32px;line-height:32px;color:#868686;}
.wrap-home .row-style-1 .box-cet-prod .list li .price .inner {padding-left:10px;}
.wrap-home .row-style-1 .box-cet-prod .list li .price em {color:#D90000;font-size:14px;}*/

/*.wrap-home .floor-1 .title h2{background:url(../images/floor_01.jpg) no-repeat left center;}
.wrap-home .floor-2 .title h2{background:url(../images/floor_02.jpg) no-repeat left center;}
.wrap-home .floor-3 .title h2{background:url(../images/floor_03.jpg) no-repeat left center;}
.wrap-home .floor-4 .title h2{background:url(../images/floor_04.jpg) no-repeat left center;}*/

.wrap-catalog .box-cate-all {
	font-size: 14px;
}
.wrap-catalog .box-cate-all .list {
	padding: 10px;
	border-bottom: 1px solid #DDDDDD;
}
.wrap-catalog .box-cate-all .list:last-child {
	border-bottom: none;
}
.wrap-catalog .box-cate-all .list h2 {
	margin-bottom: 10px;
}
.wrap-catalog .box-cate-all .list h2 a {
	color: #3300ff;
	font-weight: bold;
}
.wrap-catalog .box-cate-all .content span {
	float: left;
	display: inline;
	height: 28px;
	line-height: 28px;
}
.wrap-catalog .box-cate-all .content span a {
	font-size: 12px;
}
.wrap-catalog .box-cate-all .content .i-exp {
	color: #BBBBBB;
	padding: 0 15px;
}
.wrap-product .aside {
	float: left;
	display: inline;
	width: 230px;
	margin-right: 10px;
	position: relative;
	z-index: 1;
}
.wrap-product .central {
	position: relative;
	overflow: hidden;
}
.wrap-product .box-cate-nav .box-content {
	padding: 5px 10px;
}
.wrap-product .box-cate-nav ul li a {
	line-height: 32px;
	display: block;
	background: #FFFFFF;
	text-decoration: none;
	color: #333;
	padding: 0 5px;
}
.wrap-product .box-cate-nav ul li a:hover {
	background: #EAEAEA;
}
/*.wrap-product .box-cate-nav dl{margin-bottom:0;}
.wrap-product .box-cate-nav dl .nav-arrow{display:none;height:7px;width:4px;right:1px;top:10px;position:absolute;background:url("../images/catenav_arrow.png") no-repeat scroll left top transparent;z-index:9999;}
.wrap-product .box-cate-nav dl.active dt h3{background-color:#EAEAEA;}
.wrap-product .box-cate-nav dl.hover{position:relative;}
.wrap-product .box-cate-nav dl.hover dt{background-color:#AD0000;}
.wrap-product .box-cate-nav dl.hover dt h3{color:#FFFFFF;text-shadow:none;background:none;padding-right:10px;}
.wrap-product .box-cate-nav dl.hover dd{display:block;}
.wrap-product .box-cate-nav dl.hover .nav-arrow{display:block;}
.wrap-product .box-cate-nav dl dt{cursor:default;}
.wrap-product .box-cate-nav dl dt h3{line-height:2.2;padding:0 8px 0 15px;color:#333333;background:url(../images/icons-navcart-arrow.png) no-repeat center left 5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.wrap-product .box-cate-nav dl dd{top:-46px;left:175px;position:absolute;width:540px;padding:15px;background-color:#FFFFFF;border:2px solid #AD0000;z-index:9998;display:none;}
.wrap-product .box-cate-nav dl dd h3{color:#525252;font-size:1.3em;font-weight:bold;padding-bottom:5px;padding-left:5px;}
.wrap-product .box-cate-nav dl dd .cate-inner{padding:5px;background-color:#FAFAFA;max-height:300px;overflow:auto;}
.wrap-product .box-cate-nav dl dd .cate-inner span{float:left;display:block;white-space:nowrap;width:220px;text-overflow:ellipsis;overflow:hidden;}
.wrap-product .box-cate-nav dl dd .cate-inner span a{float:left;display:inline;padding:3px 10px;color:#777777;}
.wrap-product .box-cate-nav dl dd .cate-inner span a:hover{color:#AD0000;background-color:#EAEAEA;}
.wrap-product .box-cate-nav dl dd .prod-support{height:64px;padding-left:130px;border:1px solid #D2BDA3;background:url(../images/prod_support_bg.jpg) no-repeat left top #F8EEE2;}
.wrap-product .box-cate-nav dl dd .prod-support p{padding:10px 0;line-height:180%;color:#777777;}
.wrap-product .box-cate-nav dl dd .prod-support p a{color:#AD0000;font-weight:bold;}*/

.wrap-product .box-prod-rank ul li {
	border-top: 1px solid #EEEEEE;
	line-height: 28px;
}
.wrap-product .box-prod-rank ul li.first {
	border-top: none;
}
.wrap-product .box-prod-rank ul li .prod-part {
	line-height: 32px;
	padding-left: 10px;
}
.wrap-product .box-prod-condition .horizontal .cond-item {
	padding: 3px 0;
	border-bottom: 1px solid #EEEEEE;
	position: relative;
	zoom: 1;
}
.wrap-product .box-prod-condition .horizontal .cond-item h3 {
	float: left;
	display: inline;
	margin-right: 10px;
	line-height: 1.8;
}
.wrap-product .box-prod-condition .horizontal .cond-item h3 .text {
	float: left;
	display: inline;
	width: 130px;
	text-align: right;
	padding: 2px 0;
	color: #777777;
	font-weight: bold;
}
.wrap-product .box-prod-condition .horizontal .cond-item h3 .all {
	float: right;
	display: inline;
	padding: 2px 0;
}
.wrap-product .box-prod-condition .horizontal .cond-item h3 .all a {
	float: left;
	display: inline;
	padding: 0 3px;
	margin-left: 5px;
	text-decoration: none;
	color: #AD0000;
}
.wrap-product .box-prod-condition .horizontal .cond-item h3 .all a:hover {
	color: #AD0000;
	background-color: #FEE8DA;
	text-decoration: none;
}
.wrap-product .box-prod-condition .horizontal .cond-item h3 .cur a {
	background-color: #EA6262;
	color: #FFFFFF;
	text-decoration: none;
}
.wrap-product .box-prod-condition .horizontal .cond-item h3 .cur a:hover {
	background-color: #EA6262;
	color: #FFFFFF;
	text-decoration: none;
}
.wrap-product .box-prod-condition .horizontal .filter-mfg h3 .cur a {
	background-color: #93009B;
	color: #FFFFFF;
	text-decoration: none;
}
.wrap-product .box-prod-condition .horizontal .filter-mfg h3 .cur a:hover {
	background-color: #630068;
	color: #FFFFFF;
	text-decoration: none;
}
.wrap-product .box-prod-condition .horizontal .filter-cate h3 .cur a {
	background-color: #62A5D9;
	color: #FFFFFF;
	text-decoration: none;
}
.wrap-product .box-prod-condition .horizontal .filter-cate h3 .cur a:hover {
	background-color: #2B77B0;
	color: #FFFFFF;
	text-decoration: none;
}
.wrap-product .box-prod-condition .horizontal .cond-item .showall {
	right: 0;
	bottom: 3px;
	position: absolute;
	display: none;
	line-height: 1.8;
}
.wrap-product .box-prod-condition .horizontal .cond-item .showall a {
	padding: 2px;
	float: left;
	display: inline;
}
.wrap-product .box-prod-condition .horizontal .cond-item .showall a:hover {
	background: #ECECEC;
}
.wrap-product .box-prod-condition .horizontal .cond-inner {
	max-height: 77px;
	overflow: hidden;
	background-color: #FFFFFF;
}
.wrap-product .box-prod-condition .horizontal .cond-inner .wrapper {
	padding-right: 60px;
	padding-left: 3px;
	margin-left: 3px;
}
.wrap-product .box-prod-condition .horizontal .cond-inner .show {
	position: absolute;
	background: #FAFAFA;
	outline: 2px solid #EA6262;
	overflow: auto;
	z-index: 9998;
}
.wrap-product .box-prod-condition .horizontal .cond-inner .close {
	top: 5px;
	right: 18px;
	position: absolute;
	display: none;
	z-index: 9999;
}
.wrap-product .box-prod-condition .horizontal .cond-inner .close a {
	padding: 3px;
	background: #DB3838;
	color: #FFFFFF;
}
.wrap-product .box-prod-condition .horizontal .cond-inner span {
	float: left;
	display: inline;
	white-space: nowrap;
	line-height: 1.8;
	padding: 2px 15px 2px 0;
}
.wrap-product .box-prod-condition .horizontal .cond-inner span a {
	float: left;
	display: inline;
	position: relative;
	padding: 0 5px;
}
.wrap-product .box-prod-condition .horizontal .cond-inner span a:hover {
	color: #333333;
	background: #FFF2E7;
	text-decoration: none;
}
.wrap-product .box-prod-condition .horizontal .cond-inner span.cur {
	padding-right: 0;
	margin-right: 5px;
}
.wrap-product .box-prod-condition .horizontal .cond-inner span.cur a {
	color: #FFFFFF;
	background-color: #EA6262;
	padding-right: 23px;
}
.wrap-product .box-prod-condition .horizontal .cond-inner span.cur a:hover {
	background-color: #C91818;
}
.wrap-product .box-prod-condition .horizontal .cond-inner span.cur a i {
	width: 17px;
	top: 3px;
	bottom: 3px;
	right: 3px;
	color: #FFFFFF;
	position: absolute;
	background: url(../images/prod_cond_cross.png) no-repeat center;
}
.wrap-product .box-prod-condition .horizontal .cond-inner span.cur a:hover i {
	background-color: #A41313;
}
.wrap-product .box-prod-condition .horizontal .cond-inner span.empty {
	font-size: 1em;
	padding-left: 5px;
}
.wrap-product .box-prod-condition .horizontal .filter-mfg .cond-inner span.cur a {
	color: #FFFFFF;
	background-color: #93009B;
	padding-right: 23px;
}
.wrap-product .box-prod-condition .horizontal .filter-mfg .cond-inner span.cur a:hover {
	background-color: #630068;
}
.wrap-product .box-prod-condition .horizontal .filter-mfg .cond-inner span.cur a:hover i {
	background-color: #630068;
}
.wrap-product .box-prod-condition .horizontal .filter-cate .cond-inner span.cur a {
	color: #FFFFFF;
	background-color: #62A5D9;
	padding-right: 23px;
}
.wrap-product .box-prod-condition .horizontal .filter-cate .cond-inner span.cur a:hover {
	background-color: #2B77B0;
}
.wrap-product .box-prod-condition .horizontal .filter-cate .cond-inner span.cur a:hover i {
	background-color: #1E5279;
}
.wrap-product .box-prod-condition .filter-result {
	padding-top: 10px;
}
.wrap-product .box-prod-condition .filter-result .choose-list {
	overflow: auto;
	position: relative;
}
.wrap-product .box-prod-condition .filter-result .choose-list em {
	color: #CC0000;
}
.wrap-product .box-prod-condition .filter-result .choose-list .item-total {
}
.wrap-product .box-prod-condition .filter-result .choose-list .item-total i {
	font-weight: bold;
	font-style: normal;
	color: #333333;
	margin-right: 10px;
}
.wrap-product .box-prod-condition .filter-result .choose-item {
	float: left;
	display: inline;
	padding-right: 10px;
	line-height: 1.8;
}
.wrap-product .box-prod-condition .filter-result .choose-item a {
	float: left;
	display: inline;
	color: #FFFFFF;
	padding: 0 23px 0 5px;
	background-color: #EA6262;
	position: relative;
	text-decoration: none;
}
.wrap-product .box-prod-condition .filter-result .choose-item a:hover {
	background-color: #C91818;
	text-decoration: none;
}
.wrap-product .box-prod-condition .filter-result .choose-mfg a {
	background-color: #93009B;
}
.wrap-product .box-prod-condition .filter-result .choose-mfg a:hover {
	background-color: #630068;
}
.wrap-product .box-prod-condition .filter-result .choose-cate a {
	background-color: #62A5D9;
}
.wrap-product .box-prod-condition .filter-result .choose-cate a:hover {
	background-color: #2B77B0;
}
.wrap-product .box-prod-condition .filter-result .choose-item a i {
	width: 17px;
	top: 3px;
	bottom: 3px;
	right: 3px;
	color: #FFFFFF;
	position: absolute;
	background: url(../images/prod_cond_cross.png) no-repeat center;
}
.wrap-product .box-prod-condition .filter-result .choose-item a:hover i {
	background-color: #A41313;
}
.wrap-product .box-prod-condition .filter-result .choose-mfg a:hover i {
	background-color: #630068;
}
.wrap-product .box-prod-condition .filter-result .choose-cate a:hover i {
	background-color: #1E5279;
}
.wrap-product .box-prod-condition .filter-result .choose-tools span {
	float: left;
	display: inline;
	line-height: 1.8;
}
.wrap-product .box-prod-condition .filter-result .choose-tools a {
	float: left;
	display: inline;
	line-height: 22px;
	height: 22px;
}
/* product list */
#boxProdList .box-content {
	padding: 0;
}
#boxProdList .box-content button {
	padding: 0 5px;
}
#boxProdList .box-toolbar {
	padding: 0 10px;
	background-color: #FBFBFB;
	border: 1px solid #DFDFDF;
	border-bottom: none;
}
#boxProdList .box-toolbar .prod-sort span {
	float: left;
	display: inline;
	line-height: 34px;
	margin-right: 5px;
	color: #777777;
}
#boxProdList .box-toolbar .prod-sort span a {
	width: 16px;
	height: 16px;
	float: left;
	display: inline;
	background: url(../images/list_order.gif) no-repeat 0 0 #F3F3F3;
	position: relative;
	cursor: pointer;
	top: 9px;
}
#boxProdList .box-toolbar .prod-sort span a.asc {
	background-position: -16px 0;
}
#boxProdList .box-toolbar .prod-sort span a.desc {
	background-position: 0 0;
}
#boxProdList .box-toolbar .prod-sort span a.asc-active, #boxProdList .box-toolbar .prod-sort span a.asc:hover {
	background-color: #DFDFDF;
	background-position: -16px -16px;
}
#boxProdList .box-toolbar .prod-sort span a.desc-active, #boxProdList .box-toolbar .prod-sort span a.desc:hover {
	background-color: #DFDFDF;
	background-position: 0 -16px;
}
#boxProdList .box-toolbar .prod-display {
	float: left;
	display: inline;
}
#boxProdList .box-toolbar .prod-display label, #boxProdList .box-toolbar .prod-display ul {
	float: left;
	display: inline;
	line-height: 34px;
	margin-left: 5px;
	color: #777777;
}
#boxProdList .box-toolbar .prod-display label {
	margin-left: 10px;
}
#boxProdList .box-toolbar .prod-display ul li {
	float: left;
	display: inline;
1margin-right:2px;
}
#boxProdList .box-toolbar .prod-display ul li a {
	float: left;
	display: inline;
	color: #AAAAAA;
	height: 22px;
	line-height: 22px;
	margin-top: 6px;
	padding: 0 10px 0 24px;
	text-align: center;
	background-color: #F3F3F3;
	text-decoration: none;
	position: relative;
}
#boxProdList .box-toolbar .prod-display ul li.active a, .box-prod-list .box-toolbar .prod-display ul li a:hover {
	color: #525252;
	font-weight: bold;
	text-decoration: none;
	border-color: #B6B6B6;
	background-color: #DFDFDF;
}
#boxProdList .box-toolbar .prod-display ul li a i {
	top: 3px;
	left: 5px;
	height: 16px;
	width: 16px;
	position: absolute;
	background: url(../images/list_view.gif) no-repeat 0 0;
}
#boxProdList .box-toolbar .prod-display ul li a i.form {
	background-position: 0 0;
}
#boxProdList .box-toolbar .prod-display ul li.active a i.form, #boxProdList .box-toolbar .prod-display ul li a:hover i.form {
	background-position: 0 -16px;
}
#boxProdList .box-toolbar .prod-display ul li a i.gallery {
	background-position: -16px 0;
}
#boxProdList .box-toolbar .prod-display ul li.active a i.gallery, #boxProdList .box-toolbar .prod-display ul li a:hover i.gallery {
	background-position: -16px -16px;
}
#boxProdList .box-toolbar .prod-display ul li a i.list {
	background-position: -32px 0;
}
#boxProdList .box-toolbar .prod-display ul li.active a i.list, #boxProdList .box-toolbar .prod-display ul li a:hover i.list {
	background-position: -32px -16px;
}
#boxProdList .box-toolbar .prod-paging {
	float: right;
	display: inline;
	line-height: 34px;
}
#boxProdList .box-toolbar .prod-paging a {
	text-decoration: none;
	display: inline-block;
	color: #AAAAAA;
	height: 22px;
	line-height: 22px;
	margin-top: 5px;
	width: 20px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #DEDEDE;
}
#boxProdList .box-toolbar .prod-paging a:hover {
	color: #525252;
	text-decoration: none;
	border-color: #B6B6B6;
	background-color: #DFDFDF;
}
#boxProdList .box-toolbar .prod-paging strong {
	font-weight: normal;
	color: #777777;
	margin: 0 5px;
}
#boxProdList .box-footer {
	padding: 15px 20px;
}
#boxProdList .box-footer .page-total {
	float: left;
	display: inline;
}
#boxProdList .box-footer .page-paging {
	float: right;
	display: inline;
}
/* view form */
#boxProdList .view-form table {
	width: 100%;
}
#boxProdList .view-form table thead tr {
	line-height: 32px;
	background: #F0F0F0;
}
#boxProdList .view-form table thead th {
	color: #666666;
	padding: 3px 5px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #DDDDDD;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#boxProdList .view-form table thead th:last-child {
	border-right: none;
}
#boxProdList .view-form table tbody tr {
	background-color: #FFFFFF;
}
#boxProdList .view-form table tbody tr.odd {
	background-color: #FFFFFF;
}
#boxProdList .view-form table tbody tr.even {
	background-color: #FAFAFA;
}
#boxProdList .view-form table tbody tr:hover, #boxProdList .view-form table tbody tr.hover {
1background-color:#F0F0F0;
}
#boxProdList .view-form table tbody td {
	padding: 3px 5px;
	text-align: left;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	vertical-align: top;
}
#boxProdList .view-form table tbody td:last-child {
	border-right: none;
}
#boxProdList .view-form table tbody .prod-img {
	height: 52px;
	width: 64px;
}
#boxProdList .view-form table tbody .prod-img a {
	float: left;
	display: inline;
	padding: 1px;
	border: 1px solid #DDDDDD;
}
#boxProdList .view-form table tbody .prod-img a:hover {
	border-color: #EFA100;
	outline: 2px solid #FFDC97;
	outline-offset: 0px;
}
#boxProdList .view-form table tbody .prod-img img {
	float: left;
	display: inline;
	height: 48px;
	width: 60px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#boxProdList .view-form table tbody .prod-img-zoom {
	margin-top: 2px;
}
#boxProdList .view-form table tbody .prod-img-zoom a {
	color: #BBBBBB;
}
#boxProdList .view-form table tbody .prod-img-zoom a:hover {
	color: #777777;
}
#boxProdList .view-form table tbody .prod-part a {
	font-weight: bold;
	color: #3300ff;
}
#boxProdList .view-form table tbody .prod-stock {
	font-weight: bold;
}
#boxProdList .view-form table tbody .prod-price {
	font-weight: bold;
}
#boxProdList .view-form table tbody .prod-price p {
	line-height: 20px;
}
#boxProdList .view-form table tbody .prod-price .interval {
	color: #AAAAAA;
}
#boxProdList .view-form table tbody .prod-price .price {
	color: #AD0000;
}
#boxProdList .view-form table tbody .prod-price .noprice {
	color: #777777;
}
#boxProdList .view-form table tbody .prod-fields .nostock {
	color: #777777;
	font-weight: bold;
}
#boxProdList .view-form table .operate .textfield {
	width: 60px;
}
#boxProdList .view-form table .btn-addtocart {
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 5px;
	background: #FA861A;
	text-decoration: none;
	display: inline-block;
}
#boxProdList .view-form table .btn-addtocart:hover {
	background: #F57905;
	text-decoration: none;
}
#boxProdList .view-form table .btn-enquiry {
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 5px;
	background: #2DAF8B;
	text-decoration: none;
	display: inline-block;
}
#boxProdList .view-form table .btn-enquiry:hover {
	background: #08916B;
	text-decoration: none;
}
/* view list */
#boxProdList .view-list dl {
	padding: 7px;
	border-bottom: 1px dashed #DDDDDD;
}
#boxProdList .view-list dl.odd {
	background-color: #FFFFFF;
}
#boxProdList .view-list dl.even {
	background-color: #FAFAFA;
}
#boxProdList .view-list dl dt {
	float: left;
	display: inline;
	width: 150px;
}
#boxProdList .view-list dl dt .prod-img {
	float: left;
	display: inline;
}
#boxProdList .view-list dl dt .prod-img a {
	float: left;
	display: inline;
	background: #FFFFFF;
	border: 3px solid #FFFFFF;
}
#boxProdList .view-list dl dt .prod-img a:hover {
	border: 3px solid #FFDC97;
}
#boxProdList .view-list dl dt .prod-img a img {
	float: left;
	display: inline;
	background-color: #FFFFFF;
}
#boxProdList .view-list dl dd.info {
	float: left;
	display: inline;
}
#boxProdList .view-list dl dd.price {
	float: right;
	display: inline;
	text-align: right;
}
#boxProdList .view-list dl dd .title {
	color: #777777;
}
#boxProdList .view-list dl dd .prod-part {
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.8;
}
#boxProdList .view-list dl dd .btn-addtocart {
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 5px;
	background: #FA861A;
	text-decoration: none;
	display: inline-block;
}
#boxProdList .view-list dl dd .btn-addtocart:hover {
	background: #F57905;
	text-decoration: none;
}
#boxProdList .view-list dl dd .btn-enquiry {
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 5px;
	background: #2DAF8B;
	text-decoration: none;
	display: inline-block;
}
#boxProdList .view-list dl dd .btn-enquiry:hover {
	background: #08916B;
	text-decoration: none;
}
#boxProdList .view-list dl dd .prod-price {
	font-weight: bold;
	margin-bottom: 10px;
}
#boxProdList .view-list dl dd .prod-price p {
	line-height: 20px;
}
#boxProdList .view-list dl dd .prod-price .interval {
	color: #AAAAAA;
}
#boxProdList .view-list dl dd .prod-price .price {
	color: #AD0000;
}
#boxProdList .view-list dl dd .prod-price .noprice {
	color: #777777;
}
/* view grid */
#boxProdList .view-grid ul {
	padding: 5px;
}
#boxProdList .view-grid ul li {
	float: left;
	display: inline;
	width: 25%;
	height: 295px;
}
#boxProdList .view-grid ul li .prod-wrap {
	padding: 10px;
}
#boxProdList .view-grid ul li .prod-img {
	border: 1px solid #EEEEEE;
}
#boxProdList .view-grid ul li .prod-img a {
	float: left;
	display: inline;
	width: 100%;
	height: 170px;
	background: #FFFFFF;
	text-align: center;
	overflow: hidden;
}
#boxProdList .view-grid ul li .prod-img a:hover {
	border-color: #EFA100;
	outline: 3px solid #FFDC97;
}
#boxProdList .view-grid ul li .prod-img a img {
1margin-top:7px;
	background-color: #FFFFFF;
	height: 100%;
	max-width: 100%;
}
#boxProdList .view-grid ul li .prod-info {
	margin-top: 5px;
}
#boxProdList .view-grid ul li .prod-info .prod-part {
	color: #333333;
	font-weight: bold;
	line-height: 1.8;
}
#boxProdList .view-grid ul li .prod-price {
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
}
#boxProdList .view-grid ul li .prod-price .interval {
	color: #AAAAAA;
}
#boxProdList .view-grid ul li .prod-price .price {
	color: #AD0000;
}
#boxProdList .view-grid ul li .prod-price .noprice {
	color: #777777;
}
#boxProdList .view-grid ul li .prod-shop {
	margin-top: 5px;
}
#boxProdList .view-grid ul li .prod-shop .btn-addtocart {
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 5px;
	background: #FA861A;
	text-decoration: none;
	display: inline-block;
}
#boxProdList .view-grid ul li .prod-shop .btn-addtocart:hover {
	background: #F57905;
	text-decoration: none;
}
#boxProdList .view-grid ul li .prod-shop .btn-enquiry {
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 5px;
	background: #2DAF8B;
	text-decoration: none;
	display: inline-block;
}
#boxProdList .view-grid ul li .prod-shop .btn-enquiry:hover {
	background: #08916B;
	text-decoration: none;
}
/* box-prod-info */
.wrap-product .box-prod-info {
	position: relative;
}
.wrap-product .box-prod-info .product-off {
	right: 10px;
	top: 10px;
	width: 120px;
	height: 120px;
	position: absolute;
	background: url(../images/off_production.png) no-repeat center;
}
.wrap-product .box-prod-info .prod-gallery {
	float: left;
	display: inline;
	width: 340px;
	margin-right: 20px;
}
.wrap-product .box-prod-info .prod-gallery .preview {
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	width: 338px;
	height: 338px;
}
.wrap-product .box-prod-info .prod-gallery .preview a {
	display: block;
	width: 338px;
	height: 268px;
	background-color: #FFFFFF;
	position: relative;
	outline: none;
}
.wrap-product .box-prod-info .prod-gallery .preview a img {
	display: block;
}
.wrap-product .box-prod-info .prod-gallery .thumbs {
	padding: 0 20px;
	margin-top: 10px;
	position: relative;
}
.wrap-product .box-prod-info .prod-gallery .thumbs .btn-prev {
	left: 0;
	top: 0;
	width: 17px;
	height: 54px;
	position: absolute;
	background: url(../images/img_thumb_arrow_sprite.png) no-repeat 0 0;
}
.wrap-product .box-prod-info .prod-gallery .thumbs .btn-prev:hover {
	background-position: -34px 0;
}
.wrap-product .box-prod-info .prod-gallery .thumbs .btn-next {
	right: 0;
	top: 0;
	width: 17px;
	height: 54px;
	position: absolute;
	background: url(../images/img_thumb_arrow_sprite.png) no-repeat -17px 0;
}
.wrap-product .box-prod-info .prod-gallery .thumbs .btn-next:hover {
	background-position: -51px 0;
}
.wrap-product .box-prod-info .prod-gallery .thumbs .thumbs-wrapper {
	overflow: hidden;
}
.wrap-product .box-prod-info .prod-gallery .thumbs .thumbs-wrapper .thumb-list {
	top: 0;
	left: 0;
	width: 1000px;
	height: 54px;
	position: relative;
}
.wrap-product .box-prod-info .prod-gallery .thumbs .thumbs-wrapper .thumb-list .thumb-item {
	float: left;
	display: inline-block;
	padding-left: 4px;
	width: 71px;
	height: 71px;
}
.wrap-product .box-prod-info .prod-gallery .thumbs .thumbs-wrapper .thumb-list .thumb-item a {
	padding: 1px;
	float: left;
	display: inline-block;
	border: 2px solid #EAEAEA;
}
.wrap-product .box-prod-info .prod-gallery .thumbs .thumbs-wrapper .thumb-list .thumb-item img {
	float: left;
	display: inline-block;
	width: 60px;
	height: 60px;
}
.wrap-product .box-prod-info .prod-gallery .thumbs .thumbs-wrapper .thumb-list .thumb-item a:hover {
	border-color: #DD0000;
}
.wrap-product .box-prod-info .prod-gallery .thumbs .thumbs-wrapper .thumb-list .thumb-item a.active {
	border-color: #DD0000;
}
.wrap-product .box-prod-info .prod-gallery .consult-text {
	color: #999999;
	text-align: center;
	margin-top: 10px;
	line-height: 1.8;
}
.wrap-product .box-prod-info .prod-info {
	overflow: auto;
	position: relative;
}
.wrap-product .box-prod-info .prod-info h2 {
	font-size: 22px;
	font-weight: bold;
	font-family: "Times New Roman";
	border-bottom: 1px solid #DDDDDD;
	line-height: 2em;
}
.wrap-product .box-prod-info .prod-info dl {
	padding: 3px 0;
	border-bottom: 1px dashed #EEEEEE;
	line-height: 1.8;
}
.wrap-product .box-prod-info .prod-info dl dt {
	float: left;
	display: inline;
	text-align: right;
	width: 100px;
	margin-right: 10px;
	color: #777777;
}
.wrap-product .box-prod-info .prod-info dl dd {
	overflow: auto;
	position: relative;
}
.wrap-product .box-prod-info .prod-info dl .prod-pdf {
	width: 16px;
	height: 16px;
	display: inline-block;
	overflow: hidden;
	text-indent: -999px;
	position: relative;
	top: 2px;
	background: url(../images/icons/document-pdf.png) no-repeat center;
	opacity: .6;
}
.wrap-product .box-prod-info .prod-info dl .prod-pdf:hover {
	opacity: 1;
}
.wrap-product .box-prod-info .prod-price th {
	text-align: right;
}
.wrap-product .box-prod-info .prod-price .interval {
	font-weight: bold;
	color: #777777;
}
.wrap-product .box-prod-info .prod-price .price {
1padding-left:5px;
	font-weight: bold;
	color: #AD0000;
}
.wrap-product .box-prod-info .prod-operate {
	padding: 10px;
	margin-top: 10px;
	background: #EDEDED;
	text-align: right;
	position: relative;
	line-height: 24px;
}
.wrap-product .box-prod-info .prod-operate span {
	float: left;
	display: inline;
	margin-left: 5px;
}
.wrap-product .box-prod-info .prod-operate input {
	width: 120px;
	float: left;
	display: inline;
}
.wrap-product .box-prod-info .prod-operate .btn-addtocart {
	padding: 0 10px;
	display: inline-block;
	background: #FF540D;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.wrap-product .box-prod-info .prod-operate .btn-addtocart:hover {
	background: #F24800;
	text-decoration: none;
}
.wrap-product .box-prod-info .prod-info .prod-statistic {
	padding: 10px 0 10px 20px;
}
.wrap-product .box-prod-info .prod-info .prod-statistic p {
	color: #999999;
	line-height: 22px;
}
.wrap-product .box-prod-info .prod-info .prod-statistic em {
	font-style: normal;
	color: #525252;
}
.wrap-product .box-prod-info .prod-info .prod-share {
	overflow: auto;
}
/* box-prod-attrs */
.wrap-product .box-prod-attrs table {
	width: 100%;
	border-right: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
}
.wrap-product .box-prod-attrs table th {
	width: 140px;
	padding: 5px 10px;
	text-align: right;
	background: #F9F9F9;
	border: 1px solid #E5E5E5;
	border-top: none;
}
.wrap-product .box-prod-attrs table td {
	padding: 5px 10px;
	border-bottom: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}
.wrap-product .box-prod-attrs table td.noborder {
	border-left: none;
	width: 20px;
	text-align: center;
}
.wrap-product .box-prod-attrs table .odd td {
	background-color: #FFFFFF;
}
.wrap-product .box-prod-attrs table .even td {
	background-color: #FEFDFD;
}
/* box-prod-attach */
.wrap-product .box-prod-attach ul li {
	padding: 5px 0;
}
.wrap-product .box-prod-attach .prefix {
	float: left;
	display: inline;
	height: 16px;
	width: 16px;
}
.wrap-product .box-prod-attach .document-pdf {
	background: url(../images/icons/document-pdf.png) no-repeat center;
}
.wrap-product .box-prod-attach .document-word {
	background: url(../images/icons/document-word.png) no-repeat center;
}
.wrap-product .box-prod-attach .document-txt {
	background: url(../images/icons/document-attribute-t.png) no-repeat center;
}
.wrap-product .box-prod-attach .button {
	float: right;
	display: inline;
}
.wrap-product .box-prod-attach .title {
	margin-left: 26px;
	margin-right: 60px;
}
/* wrapper-article-list
 ===============================*/
.wrapper-article-list .aside {
	float: left;
	display: inline;
	width: 200px;
	margin-right: 10px;
}
.wrapper-article-list .central {
	overflow: auto;
}
.wrapper-article-list .box-article-list ul li {
	padding: 6px 0;
	border-bottom: 1px dashed #EEEEEE;
	background: url(../images/list-style-type2.png) no-repeat 2px center
}
.wrapper-article-list .box-article-list ul li .time {
	float: right;
	display: inline;
}
.wrapper-article-list .box-article-list ul li .title {
	overflow: auto;
	padding: 0 20px;
}
.wrapper-article-list .box-article-list .page {
	padding: 10px 10px 0 10px;
}
.wrapper-article-details .aside {
	float: left;
	display: inline;
	width: 200px;
	margin-right: 10px;
}
.wrapper-article-details .central {
	overflow: auto;
}
.wrapper-article-details .box-article-details h1 {
	font-size: 1.8em;
	color: #333333;
	padding: 30px 20px;
	text-align: center;
	font-weight: bold;
}
.wrapper-article-details .box-article-details .source {
	padding: 15px 0;
	border-top: 1px dashed #EEEEEE;
	border-bottom: 1px dashed #EEEEEE;
	text-align: center;
}
.wrapper-article-details .box-article-details .source .i-exp {
	padding: 0 5px;
}
.wrapper-article-details .box-article-details .content {
	overflow: hidden;
	padding: 20px 20px 40px 20px;
	line-height: 1.8;
}
.wrapper-article-details .box-article-details .message {
	color: #AAAAAA;
	text-align: right;
	border-top: 1px solid #EEEEEE;
	padding: 20px 0;
}
.wrapper-article-details .box-page-nav ul li a {
	display: block;
	padding: 5px 0;
	padding-left: 20px;
	background: url(../images/list-style-type2.png) no-repeat 5px center #FFFFFF;
}
.wrapper-article-details .box-page-nav ul li.active a {
	color: #333333;
	font-weight: bold;
	background-color: #EEEEEE;
}
.wrapper-article-details .box-page-details .box-content {
	overflow: hidden;
	padding: 30px 20px;
	line-height: 1.8;
}
.wrapper-article-details .box-page-details .files {
	border-top: 1px dashed #EEEEEE;
}
.wrapper-article-details .box-page-details .files li {
	padding: 0 20px;
	background: url(../images/list-style-type2.png) no-repeat left center #FFFFFF;
	line-height: 28px;
	border-bottom: 1px dashed #EEEEEE;
}
.wrapper-article-details .box-page-details .files li .title {
	float: left;
	display: inline;
	width: 90%;
}
.wrapper-article-details .box-page-details .files li .download {
	float: right;
	display: inline;
}
.wrapper-article-details .box-page-details .gallery li {
	float: left;
	display: inline;
	width: 237px;
	text-align: center;
	overflow: hidden;
}
.wrapper-article-details .box-page-details .gallery li a {
	float: left;
	display: inline;
	background-color: #FFFFFF;
	padding: 5px 5px 20px 5px;
}
.wrapper-article-details .box-page-details .gallery li a img {
	float: left;
display;
inline;
	width: 227px;
}
.wrapper-article-details .box-page-details .gallery li a .title {
	float: left;
display;
inline;
	width: 100%;
	line-height: 26px;
	display: block;
	width: 227px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.box-article-lastest ul li {
	line-height: 28px;
	background: url(../images/list-style-type2.png) no-repeat left center #FFFFFF;
	padding-left: 20px;
}
.box-article-top ul li {
	line-height: 28px;
	background: url(../images/list-style-type2.png) no-repeat left center #FFFFFF;
	padding-left: 20px;
}
/* box-comment
 ===============================*/
.box-comment .comment-list dl {
	background: #F3F3F3;
	margin-bottom: 10px;
	position: relative;
	padding: 10px;
}
.box-comment .comment-list dl dt {
	float: left;
	display: inline;
	margin-right: 10px;
}
.box-comment .comment-list dl dt .avatar {
	padding: 3px;
	float: left;
	display: inline;
	background: #FFFFFF;
}
.box-comment .comment-list dl dt a {
	width: 50px;
	height: 50px;
	float: left;
	display: inline;
}
.box-comment .comment-list dl dt img {
	width: 50px;
	height: 50px;
	float: left;
	display: inline;
}
.box-comment .comment-list dl dd {
	overflow: auto;
	position: relative;
}
.box-comment .comment-list dl dd .title {
	color: #AAAAAA;
	line-height: 2em;
}
.box-comment .comment-list dl dd .content {
	line-height: 1.8;
}
.box-comment .comment-list dl.reply {
	margin-bottom: 0;
	margin-top: 10px;
	background: #DDDDDD;
}
.box-comment .publish {
	border-top: 1px solid #DDDDDD;
	padding: 10px 0;
}
.box-comment .publish div {
	padding: 5px 10px;
}
.box-comment .publish .reply-field {
	overflow: hidden;
}
.box-comment .publish .reply-field .textarea {
	width: 420px;
	height: 80px;
}
/* Product Toolbar */
#toolbarProduct {
	bottom: 0;
	height: 30px;
	position: fixed;
	z-index: 9998;
	width: 100%;
}
#toolbarProduct .wrap {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#toolbarProduct .inner {
	height: 30px;
	background: #E0E0E0;
}
#toolbarProduct .inner .titles {
	float: left;
	display: inline;
}
#toolbarProduct .inner .titles span {
	float: left;
	display: inline;
}
#toolbarProduct .inner .titles span a {
	float: left;
	display: inline;
	line-height: 30px;
	height: 30px;
	padding: 0 20px;
}
#toolbarProduct .inner .titles span a:hover {
	color: #333333;
}
#toolbarProduct .inner .titles .title {
	float: left;
	display: inline;
	line-height: 30px;
	height: 30px;
	padding: 0 20px;
	color: #777777;
}
#toolbarProduct .inner .titles .btn-title a {
	font-weight: bold;
	background: #CCCCCC;
}
#toolbarProduct .inner .titles .active a {
	color: #FFFFFF;
	background: #FF9933;
}
#toolbarProduct .inner .titles .active a:hover {
	color: #FFFFFF;
}
#toolbarProduct .buttons {
	top: -30px;
	right: -60px;
	position: absolute;
}
#toolbarProduct .buttons span a {
	display: block;
	width: 60px;
	height: 30px;
	background: #89AFD6;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
#toolbarProduct .buttons span a:hover {
	background: #0166A5;
}
#dialogEnquiry {
	height: auto;
	bottom: 30px;
	width: 100%;
	position: fixed;
	background: #FFFFFF;
	z-index: 9999;
	display: none;
}
#dialogEnquiry .wrapper {
	border: 2px solid #FF9933;
	position: relative;
	padding: 1px;
	max-width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}
#dialogEnquiry .wrapper .body {
	padding: 10px;
}
#dialogEnquiry .wrapper .body .empty-data {
	text-align: center;
	font-size: 1.1em;
	line-height: 3.6em;
	background: #EEEEEE;
	color: #777777;
}
#dialogEnquiry .wrapper .title {
	width: auto;
	background-color: #F0F0F0;
	border-bottom: 2px solid #DDDDDD;
	padding: 0 10px;
	line-height: 2.6em;
}
#dialogEnquiry .wrapper .title p {
	float: left;
	display: inline;
	font-size: 1.1em;
	font-weight: bold;
	color: #777777;
}
#dialogEnquiry .wrapper .title div {
	float: right;
	display: inline;
}
#formEnquirySave {
	overflow: hidden;
}
#formEnquirySave #formRFQInfo {
	padding-top: 10px;
	margin-top: 10px;
	border-top: solid 2px #FF9933;
	position: relative;
	height: auto;
}
#formEnquirySave #formRFQInfo .fields {
	float: left;
	display: inline;
	width: 80%;
	line-height: 24px;
}
#formEnquirySave #formRFQInfo .fields dl {
	float: left;
	display: inline;
	width: 50%;
}
#formEnquirySave #formRFQInfo .fields dl dt {
	width: 100px;
	float: left;
	display: inline;
	text-align: right;
	padding-right: 10px;
}
#formEnquirySave #formRFQInfo .fields dl dd {
	overflow: auto;
}
#formEnquirySave #formRFQInfo .fields dl dd input.textfield {
	width: 95%;
}
#formEnquirySave #formRFQInfo .buttons {
	float: right;
	display: inline;
	width: 20%;
	text-align: right;
}
#formEnquirySave #formRFQInfo .buttons .btn-enquiry-send {
	color: #FFFFFF;
	background: #FF540D;
	font-weight: bold;
	font-size: 1.1em;
	display: inline-block;
	padding: 0 10px;
	text-decoration: none;
	line-height: 2.2em;
}
#formEnquirySave #formRFQInfo .buttons .btn-enquiry-send:hover {
	background: #D1460A;
	text-decoration: none;
}
#formEnquirySave #tableList {
	width: 100%;
}
#formEnquirySave #tableList thead th {
	line-height: 2.4em;
	color: #777777;
	font-weight: bold;
	background: #DDDDDD;
	padding: 0 5px;
	text-align: center;
}
#formEnquirySave #tableList tbody td {
	padding: 3px 5px;
	border-bottom: 1px solid #EEEEEE;
	text-align: center;
}
#formEnquirySave #tableList tbody td input.textfield {
	width: 90%;
}
#formEnquirySave .rfq-type {
	margin-top: 10px;
	line-height: 2.2em;
}
.header .login-cart {
	float: right;
	width: 122px;
	padding-top: 10px;
}
.header .login-register {
	float: right;
	display: inline;
	background: url(../images/login-bg.png) scroll no-repeat 0 0;
	width: 122px;
	text-align: center;
	height: 28px;
}
.header .login-register a {
	color: #FFF;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
}
/*.header .cartlist{float:right;display:inline;height:38px;position:relative;}
.header .cartlist .btn-cartlist{top:3px;height:32px;font-weight:bold;text-align:center;display:inline-block;position:relative;background:url(../images/cart-bg.png) scroll no-repeat 0 0;width:122px;}
.header .cartlist .btn-cartlist:hover{text-decoration:none;}
.header .cartlist .icons-navcart{height:28px;line-height:28px;padding-left:25px;display:inline-block;cursor:pointer;background:url(../images/icons-navcart.png) no-repeat left center;color:#FFF;font-size:13px;}
.header .cart-inner{top:32px;right:0;width:340px;padding:0 10px;position:absolute;background:#F2F2F2;box-shadow:3px 3px 0 rgba(0,0,0,.15);z-index:999;display:none;}
.header .cart-inner .cart-empty{padding:15px 0;text-align:center;font-weight:bold;color:#777777;border-bottom:1px solid #DDDDDD;}
.header .cart-inner .cart-empty p{font-size:1.1em;line-height:2;}
.header .cart-inner .cart-empty p .btn-gotoshop{font-weight:normal;color:#347BBA;}
.header .cart-inner .cart-list li{padding:10px 0;border-bottom:1px dashed #DDDDDD;}
.header .cart-inner .cart-list .img{float:left;display:inline;}
.header .cart-inner .cart-list .img a{display:block;background:#FFFFFF;}
.header .cart-inner .cart-list .img a:hover{outline:2px solid #CCCCCC;}
.header .cart-inner .cart-list .img a img{display:block;}
.header .cart-inner .cart-list .intro{margin-left:90px;margin-right:40px;color:#777777;}
.header .cart-inner .cart-list .intro .count em{font-weight:bold;color:#525252;font-style:normal;}
.header .cart-inner .cart-list .tool{float:right;display:inline;}
.header .cart-inner .cart-list .tool a{color:#347BBA;}
.header .cart-inner .cart-operate{padding:10px 0;line-height:24px;}
.header .cart-inner .cart-operate .cart-total{float:left;display:inline;}
.header .cart-inner .cart-operate .cart-total em{font-weight:bold;color:#B20000;font-style:normal;}
.header .cart-inner .cart-operate .cart-button{float:right;display:inline;}
.header .cart-inner .cart-operate .cart-button a{height:24px;line-height:24px;display:inline-block;width:90px;text-align:center;color:#FFFFFF;}
.header .cart-inner .cart-operate .cart-button .btn-settlement{font-weight:bold;background:#E50707;text-decoration:none;}
.header .cart-inner .cart-operate .cart-button .btn-settlement:hover{background:#FF0B0B;text-decoration:none;}
.header .cart-inner .cart-operate .cart-button .btn-viewcart{font-weight:bold;background:#F3521C;text-decoration:none;}
.header .cart-inner .cart-operate .cart-button .btn-viewcart:hover{background:#FF4C10;text-decoration:none;}*/
/*
.header .login-cart{float: right; width: 122px; padding-top: 10px;}
.header .login-register{float: right; display: inline; background: url(../images/login-bg.png) scroll no-repeat 0 0; width: 122px; text-align: center; height: 28px;}
.header .login-register a{color: #FFFFFF; height: 28px; line-height: 28px; font-size: 13px;}
*/

.header .cartlist {
	margin-top: 5px;
	float: right;
	display: inline;
	height: 38px;
	border: 1px solid #EEEEEE;
	position: relative;
	background: #FAFAFA;
}
.header .cartlist .btn-cartlist {
	height: 38px;
	line-height: 38px;
	font-size: 13px;
	position: relative;
	z-index: 2;
	display: block;
	padding: 0 30px 0 10px;
}
.header .cartlist .btn-cartlist:hover {
;
}
.header .cartlist:hover .btn-cartlist {
	background: #FFFFFF;
	color: #FF6600;
	text-decoration: none;
}
.header .cartlist .btn-cartlist > i {
	background: url("../images/icon-sprite.png") no-repeat;
	background-position: -800px -34px;
	display: inline-block;
	height: 24px;
	margin-right: 5px;
	vertical-align: middle;
	width: 24px;
}
.header .cartlist .btn-cartlist > s {
	background: url("../images/icon-sprite.png") no-repeat;
	background-position: -192px -144px;
	height: 4px;
	margin-top: -2px;
	overflow: hidden;
	position: absolute;
	transition: all 0.3s ease-in 0s;
	width: 7px;
	right: 10px;
	top: 20px;
}
.header .cartlist .icons-navcart {
}
.header .cart-inner {
	top: 37px;
	right: -1px;
	width: 300px;
	padding: 0 10px;
	border: 1px solid #eee;
	position: absolute;
	background: #FFFFFF;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	z-index: 1;
	display: none;
}
.header .cartlist:hover .cart-inner {
	display: block;
}
.header .cart-inner .cart-empty {
	padding: 15px 0;
	text-align: center;
	color: #777777;
}
.header .cart-inner .cart-empty > i {
	background: url("../images/icon-sprite.png") no-repeat;
	background-position: -688px -16px;
	display: block;
	height: 64px;
	margin: 0 auto;
	width: 80px;
	margin-bottom: 10px;
}
.header .cart-inner .cart-empty p {
	font-size: 12px;
	line-height: 2;
}
.header .cart-inner .cart-empty p .btn-gotoshop {
	font-weight: normal;
	color: #347BBA;
}
.header .cart-inner .cart-list li {
	padding: 10px 0;
	border-bottom: 1px dashed #DDDDDD;
}
.header .cart-inner .cart-list .img {
	float: left;
	display: inline;
}
.header .cart-inner .cart-list .img a {
	display: block;
	background: #FFFFFF;
}
.header .cart-inner .cart-list .img a:hover {
	outline: 2px solid #CCCCCC;
}
.header .cart-inner .cart-list .img a img {
	display: block;
}
.header .cart-inner .cart-list .intro {
	margin-left: 90px;
	margin-right: 40px;
	color: #777777;
}
.header .cart-inner .cart-list .intro .count em {
	font-weight: bold;
	color: #525252;
	font-style: normal;
}
.header .cart-inner .cart-list .tool {
	float: right;
	display: inline;
}
.header .cart-inner .cart-list .tool a {
	color: #347BBA;
}
.header .cart-inner .cart-operate {
	padding: 10px 0;
	line-height: 24px;
}
.header .cart-inner .cart-operate .cart-total {
	float: left;
	display: inline;
}
.header .cart-inner .cart-operate .cart-total em {
	font-weight: bold;
	color: #B20000;
	font-style: normal;
}
.header .cart-inner .cart-operate .cart-button {
	float: right;
	display: inline;
}
.header .cart-inner .cart-operate .cart-button a {
	height: 24px;
	line-height: 24px;
	display: inline-block;
	width: 90px;
	text-align: center;
	color: #FFFFFF;
}
.header .cart-inner .cart-operate .cart-button .btn-settlement {
	font-weight: bold;
	background: #E50707;
	text-decoration: none;
}
.header .cart-inner .cart-operate .cart-button .btn-settlement:hover {
	background: #FF0B0B;
	text-decoration: none;
}
.header .cart-inner .cart-operate .cart-button .btn-viewcart {
	font-weight: bold;
	background: #F3521C;
	text-decoration: none;
}
.header .cart-inner .cart-operate .cart-button .btn-viewcart:hover {
	background: #FF4C10;
	text-decoration: none;
}
.header .site-service {
	display: inline;
	float: right;
	padding-top: 10px;
}
.header .site-service dl dt {
	background: url("../images/tel-bg.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
	color: #666666;
	font-family: "Microsoft Yahei", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	padding-left: 50px;
}
#boxMfgList .box-mfg-index .box-content {
	padding: 15px 20px;
}
#boxMfgList .box-mfg-index .box-content span {
	color: #555555;
}
#boxMfgList .box-mfg-index .box-content a {
	font-weight: bold;
	padding: 0 6px;
	text-shadow: 1px 1px 0 #FFFFFF;
}
#boxMfgList .box-mfg-index .box-content a:hover {
	color: #B20000;
}
#boxMfgList .box-mfg-list ul li {
	float: left;
	display: inline;
	width: 25%;
}
#boxMfgList .box-mfg-list ul li .wrap {
	padding: 5px;
}
#boxMfgList .box-mfg-list ul li a {
	background-color: #F8F8F8;
	color: #777777;
	cursor: pointer;
	display: block;
	text-align: center;
	text-decoration: none;
}
#boxMfgList .box-mfg-list ul li a:hover {
	outline: 1px solid #EEEEEE;
	background-color: #FFFFFF;
	color: #B20000;
}
#boxMfgList .box-mfg-list ul li a:hover p {
	background-color: #F9F9F9;
}
#boxMfgList .box-mfg-list ul li a img {
	display: block;
	height: 120px;
	width: 160px;
	padding: 15px 0;
	margin: 0 auto;
}
#boxMfgList .box-mfg-list ul li a p {
	border-top: 1px solid #EEEEEE;
	overflow: hidden;
	padding: 6px 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#boxMfgList .box-footer {
	padding: 20px;
	border-top: 1px solid #EEEEEE;
}
#boxMfgList .box-footer .page-total {
	float: left;
	display: inline;
}
#boxMfgList .box-footer .page-paging {
	float: right;
	display: inline;
}
.box-brand-title .box-content {
	padding: 20px;
}
.box-brand-title img {
	float: left;
	display: inline;
	border: 1px solid #EEEEEE;
	padding: 1px;
}
.box-brand-title h1 {
	color: #E25150;
	font-size: 2.1em;
	font-weight: bold;
	line-height: 54px;
	margin-left: 170px;
}
.box-brand-relevance ul li {
	float: left;
	display: inline-block;
	padding: 5px;
	text-align: center;
}
.box-brand-relevance ul li a {
	display: block;
	border: 1px solid #DDDDDD;
	padding: 1px;
	text-align: center;
}
.box-brand-relevance ul li a:hover {
	border-color: #CCCCCC;
	outline: 2px solid #EEEEEE;
}
.box-brand-relevance ul li a .img {
	padding: 5px;
	width: 112px;
	height: 90px;
	background-color: #FAFAFA;
}
.box-brand-relevance ul li a .img img {
	width: 112px;
	height: 90px;
}
.box-brand-relevance ul li a .model {
	padding: 5px 0;
}
.box-brand-relevance .page-paging {
	float: right;
	display: inline;
	padding: 10px;
}
.zxkffw, .zxkffw_top, .zxkffw_center, .zxkffw_bottom1, .zxkffw_bottom, .jlc_hdtbjz2 {
	overflow: hidden;
}
#to_top_img {
	right: 0;
	bottom: 0 !important;
	height: 260px;
	position: fixed !important;
	right: 0;
	width: 290px;
	z-index: 9999;
}
.jlc_hdtbjz2 {
	background: rgba(0, 0, 0, 0) url("../images/QQ/bij555.png") no-repeat scroll 0 0;
	bottom: 0;
	float: left;
	height: 30px;
	position: absolute;
	right: 0;
	width: 289px;
}
.jlc_hdtbjz2 li {
	border-right: 1px solid #fff;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
.jlc_hdtbjz2 li a {
	color: #000000;
	height: 30px;
}
.jlc_hdtbjz2 li span {
	display: block;
	float: left;
}
.zxkffw {
	bottom: 32px;
	float: left;
	position: absolute;
	right: 20px;
	width: 261px;
	z-index: 10000;
}
.zxkffw_top {
	background: rgba(0, 0, 0, 0) url("../images/QQ/zaixkffw1.png") no-repeat scroll 0 0;
	height: 40px;
	width: 261px;
}
.zxkffw_top a {
	float: right;
	margin: 12px 15px 0 0;
}
.zxkffw_center {
	background: rgba(0, 0, 0, 0) url("../images/QQ/zxgffw01.gif") repeat-y scroll 0 0;
	overflow: hidden;
	width: 261px;
}
.zxkffw_center1 {
	font-weight: bold;
	height: 25px;
	padding: 5px 0 0 12px;
}
.zxkffw2014_center3 {
	border-top: 1px solid #b2dded;
	height: 35px;
	margin: 0 auto;
	padding: 8px 0;
	width: 236px;
}
.zxkffw2014_center3 dl {
	clear: both;
}
.zxkffw2014_center3 dt {
	float: left;
	margin-left: 15px;
}
.zxkffw2014_center3 dd {
	color: #666666;
	float: left;
	font-weight: bold;
	margin-left: 15px;
}
.zxkffw2014_center3 dd b {
	color: #ff6600;
}
.zxkffw_bottom {
	background: rgba(0, 0, 0, 0) url("../images/QQ/zaixkffw03.png") no-repeat scroll 0 0;
	bottom: 0;
	float: left;
	height: 30px;
	line-height: 36px;
	position: absolute;
	right: 168px;
	width: 113px;
	z-index: 10000;
}
.zxkffw_bottom1 {
	background: rgba(0, 0, 0, 0) url("../images/QQ/zaixkffw03.png") repeat-y scroll 0 0;
	bottom: 30px;
	float: left;
	height: 4px;
	position: absolute;
	right: 10px;
	width: 271px;
	z-index: 10000;
}
.clear {
	clear: both;
}
.wrap-product .box-prod-relation .box-content {
	padding: 0;
}
.wrap-product .box-prod-relation table {
	width: 100%;
}
.wrap-product .box-prod-relation table th {
	padding: 8px 5px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}
.wrap-product .box-prod-relation table th:last-child {
	border-right: none;
}
.wrap-product .box-prod-relation table td {
	padding: 8px 5px;
	text-align: center;
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}
.wrap-product .box-prod-relation table td:last-child {
	border-right: none;
}
.wrap-product .box-prod-relation table tr:last-child td {
	border-bottom: none;
}
.wrap-product .box-prod-recs ul li {
	float: left;
	display: inline;
	width: 20%;
}
.wrap-product .box-prod-recs ul li .wrap {
	padding: 5px;
}
.wrap-product .box-prod-recs ul li .inner {
	padding: 5px;
	border: 1px solid #DDDDDD;
	text-align: center;
}
.wrap-product .box-prod-recs ul li .img a {
	display: block;
}
.wrap-product .box-prod-recs ul li .img a img {
	width: 100%;
	height: 160px;
	display: block;
}
.wrap-product .box-prod-recs ul li .part {
	margin: 5px 0;
}
.wrap-product .box-prod-recs ul li .part a {
	font-size: 12px;
	line-height: 22px;
	height: 22px;
	color: #0055AA;
}
.wrap-product .box-prod-recs ul li .link a {
	display: block;
	background: #0055AA;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 26px;
	height: 26px;
}
.per-product-list .prod-pdf {
	width: 16px;
	height: 16px;
	display: inline-block;
	overflow: hidden;
	text-indent: -999px;
	position: relative;
	top: 2px;
	background: url(../images/icons/document-pdf.png) no-repeat center;
}
#kefu {
	width: 300px;
	height: 500px;
	position: fixed;
	top: calc(50% + 23px);
	right: 0px;
	z-index: 8888;
}
.kfqq {
	position: relative;
	width: 42px;
	height: 42px;
	cursor: pointer;
	float: right;
	right: 1px;
}
.kfqqshow {
	width: 42px;
	height: 42px;
	background: url(../images/kf-qq.png) #008dbb;
	border-radius: 4px;
	position: absolute;
}
.kfqqlistbox {
	width: 160px;
	padding: 0 10px;
	cursor: auto;
	position: absolute;
	background-color: #008dbb;
	text-align: left;
	line-height: normal;
	border-radius: 4px;
	right: 48px;
	display: none;
}
.kfqqlist {
	position: relative;
	width: 160px;
}
.kfqqlist ul li {
	line-height: 9px;
	border-bottom: 1px dashed #CCCCCC;
}
.kfqqlist ul li:last-child {
	line-height: 9px;
	border: none;
}
.kfqqlist ul li a {
	color: #FFF;
	text-decoration: none;
}
.kfqqlist ul li a:hover {
	color: #e60012;
	text-decoration: none;
}
.kfqqlist ul li img {
	width: 42px;
	height: 42px;
}
.kfqqlist ul li span {
	color: #FFF;
	font-size: 16px;
	vertical-align: top;
	line-height: 42px;
	letter-spacing: 2px;
}
.delta {
	position: absolute;
	top: 14px;
	right: -12px;
	width: 0;
	height: 0;
	border: 6px solid;
	font-size: 0;
	border-color: transparent transparent transparent #008dbb;
	border-style: dashed dashed dashed solid;
}
.kfphone {
	width: 42px;
	height: 42px;
	position: relative;
	top: 44px;
	cursor: pointer;
	float: right;
	right: -41px;
}
.kfphoneshow {
	width: 42px;
	height: 42px;
	background: url(../images/kf-phone.png) #008dbb;
	border-radius: 4px;
}
.kfphonelistbox {
	width: 200px;
	padding: 0 10px;
	cursor: auto;
	position: absolute;
	background-color: #008dbb;
	text-align: left;
	line-height: normal;
	border-radius: 4px;
	right: 48px;
	top: 0px;
	display: none;
}
.kfphonelist {
	position: relative;
	width: 200px;
}
.kfphonelist ul li {
	line-height: 9px;
	border-bottom: 1px dashed #CCCCCC;
}
.kfphonelist ul li:last-child {
	line-height: 9px;
	border: none;
}
.kfphonelist ul li a {
	color: #FFF;
	text-decoration: none;
}
.kfphonelist ul li a:hover {
	color: #e60012;
	text-decoration: none;
}
.kfphonelist ul li img {
	width: 42px;
	height: 42px;
}
.kfphonelist ul li span {
	color: #FFF;
	font-size: 16px;
	vertical-align: top;
	line-height: 42px;
	letter-spacing: 2px;
}
.delta {
	position: absolute;
	top: 14px;
	right: -12px;
	width: 0;
	height: 0;
	border: 6px solid;
	font-size: 0;
	border-color: transparent transparent transparent #008dbb;
	border-style: dashed dashed dashed solid;
}
.kfewm {
	width: 42px;
	height: 42px;
	top: 88px;
	border-radius: 4px;
	float: right;
	right: -82px;
	position: relative;
	cursor: pointer;
}
.kfewmshow {
	width: 42px;
	height: 42px;
	background: url(../images/kf-ewm.png) #008dbb;
	border-radius: 4px;
}
.kfewmlistbox {
	width: 160px;
	padding: 0 10px;
	cursor: auto;
	position: absolute;
	background-color: #008dbb;
	text-align: left;
	line-height: normal;
	border-radius: 4px;
	right: 48px;
	top: 0px;
	display: none;
}
.kfewmlist {
	position: relative;
	width: 160px;
}
.kfewmlist ul li {
	color: #FFF;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	border-bottom: 1px dashed #CCCCCC;
}
.kfewmlist ul li:last-child {
	border: none;
}
.kfewmlist ul li img {
	width: 120px;
	height: 120px;
	margin-top: 10px;
	margin-bottom: 16px;
	margin-left: 6px;
}
.kfzj {
	width: 42px;
	height: 42px;
	top: 132px;
	float: right;
	right: -124px;
	position: relative;
	cursor: pointer;
}
.kfzjshow {
	width: 42px;
	height: 42px;
	background: url(../images/kf-zj.png) #008dbb;
	border-radius: 4px;
}
.kfzjlistbox {
	width: 130px;
	padding: 0 10px;
	cursor: auto;
	position: absolute;
	background-color: #008dbb;
	text-align: left;
	line-height: normal;
	border-radius: 4px;
	right: 48px;
	bottom: 0px;
	display: none;
}
.kfzjlist {
	position: relative;
	width: 130px;
}
.kfzjlist ul li {
	color: #FFF;
	font-size: 12px;
	height: 120px;
	text-align: center;
	border-bottom: 1px dashed #CCCCCC;
}
.kfzjlist ul li:last-child {
	border: none;
}
.kfzjlist ul li a {
	color: #FFF;
	text-decoration: none;
	line-height: 1px;
	padding-top: 4px;
}
.kfzjlist ul li img {
	width: 80px;
	height: 80px;
	margin-top: 10px;
	margin-left: 6px;
	margin-bottom: 4px;
	border: 3px solid #fff;
	border-radius: 4px;
}
kfzjlist-nopart {
	line-height: 120px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #fff;
}
.kfzjlist-par {
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	overflow: hidden;
}
.kfzjlistbox_at {
	width: 180px;
	padding: 0 10px;
	cursor: auto;
	background-color: #fff;
	text-align: left;
	line-height: normal;
	border-radius: 4px;
	right: 48px;
	bottom: 0px;
}
.kfzjlist_at {
	position: relative;
	width: 180px;
}
.kfzjlist_at a {
	color: #000;
	text-decoration: none;
	line-height: 1px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.kfzjlist_at img {
	width: 140px;
	height: 140px;
	margin-top: 10px;
	margin-left: 16px;
	margin-bottom: 4px;
	border: 3px solid #fff;
	border-radius: 4px;
}
kfzjlist-atnopart {
	line-height: 180px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #fff;
}
.kfzjlist-atpar {
	color: #000;
	font-size: 12px;
	line-height: 20px;
	text-align:center;
	padding-bottom: 4px;
	overflow: hidden;
}
.zj-delta {
	position: absolute;
	top: calc(100% - 28px);
	right: -12px;
	width: 0;
	height: 0;
	border: 6px solid;
	font-size: 0;
	border-color: transparent transparent transparent #008dbb;
	border-style: dashed dashed dashed solid;
}
.kftop {
	width: 42px;
	height: 42px;
	top: 176px;
	cursor: pointer;
	right: 1px;
	position: absolute;
}
.kftopshow {
	width: 42px;
	height: 42px;
	background: url(../images/kf-top.png) #008dbb;
	border-radius: 4px;
	position: absolute;
}
