@charset "utf-8";

.clean:after,.clean:before {
	content: '';
	display: table;
}

.clean:after {
	clear: both;
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.store-topbar {
	position: relative;
	z-index: 3;
}

.store-wrap {
	width: 1280px;
	margin: 0 auto;
}

.store-topbar .left {
	float: left;
}

.store-topbar .left .login-tip ul li {
	float: left;
	display: inline;
	padding-right: 5px;
	color: #999;
}

.store-topbar {
	height: 32px;
	border-bottom: 1px solid #ddd;
	line-height: 32px;
}

.store-topbar .left .logined {
	color: #999;
	margin-right: 10px;
}

.store-topbar .left .logined span {
	color: #33488c;
	font-weight: bold;
	padding-left: 5px;
}

.store-topbar .left .logined img {
	margin-right: 10px;
	height: 16px;
}

.store-topbar .left .logined a {
	color: #33488c;
	font-weight: bold;
}

.store-topbar .left .menu-item {
	margin-right: 10px;
}

.store-topbar .left .menu-item,.store-topbar .left .lined {
	margin-top: 5px;
}

.store-topbar .left .menu-item .title {
	color: #df1f26;
	font-weight: bold;
}

.store-topbar .left .menu-item .store-list li span {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.store-topbar .left .menu-item .store-list li.topline {
	border-top: 1px solid #ddd;
	margin-top: 10px;
	padding-top: 5px;
}

.store-topbar .left .msg {
	color: #999;
	margin-right: 10px;
}

.store-topbar .left .msg img {
	height: 16px;
	margin-left: 5px;
	margin-right: 5px;
}

.store-topbar .left .login-tip ul li a {
	color: #017fff;
}

.store-topbar .left .login-tip ul li a:hover {
	color: #df1f26;
}

.store-topbar .right {
	float: right;
	padding-top: 5px;
}

.menu-item {
	height: 22px;
}

.lined {
	color: #ddd;
	padding: 3px 5px;
	height: 16px;
	line-height: 16px;
}

.menu-buy .s-buyer {
	line-height: 22px;
	padding-right: 5px;
}

.menu-buy .s-buyer a {
	color: #017fff;
}

.menu-buy .s-buyer a:hover {
	color: #df1f26;
}

.menu-item .title {
	cursor: pointer;
	line-height: 22px;
	padding: 0 5px;
	border: 1px solid #fff;
	border-bottom: none;
	z-index: 2;
	position: relative;
}

.menu-item .content {
	position: absolute;
	border: 1px solid #ddd;
	background: #fff;
	margin-top: -1px;
	padding: 0 10px;
	min-width: 100px;
	padding-bottom: 10px;
	padding-top: 5px;
	display: none;
}

#cart-layoutempty {
	font-size: 14px;
	font-weight: bold;
	color: #df1f26;
	line-height: 30px;
	text-align: center;
	display: none;
}

.menu-item .content ul li {
	line-height: 20px;
	padding: 3px 0;
}

.menu-item .content ul li img {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}

.menu-active .title {
	border: 1px solid #ddd;
	border-bottom: none;
	background: #fff;
}

.menu-active .content {
	display: block;
}

.menu-item .storeicon span {
	color: #017fff;
	padding-right: 3px;
}

.menu-item .lanicon span {
	color: #017fff;
}

.store-head {
	padding: 35px 0;
}

.hsearchbox .searchbox .search-word {
	height: 40px;
	border: 1px solid #ddd;
	width: 320px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 10px;
	border-right: none;
	outline: none;
}

.hsearchbox .searchbox .search-btn {
	width: 60px;
	height: 40px;
	background: #df1f26 url(/public/images/home/search-bg.png) no-repeat center center;
	padding: 0 20px;
	border: none;
	cursor: pointer;
	outline: none;
}

.htopleft {
	width: 890px;
	margin-right: 8px;
	float: left;
	overflow: hidden;
}
.htopleft .logobox{ display:inline-block; margin-right:15px; max-width:300px;}
.htopleft .topcomname{ display:table-cell; vertical-align:middle; font-size:24px; line-height:40px; padding-top:20px; max-height:100px; overflow:hidden; }

.logobox  img {
	max-height: 80px;
	max-width: 300px;
}

.logobox a {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.hsearchbox {
	position: relative;
	overflow: hidden;
	padding-top: 20px;
}

.banner-slide {
	margin-bottom: 20px;
}

.navbox {
	background: #000;
	position: relative;
	z-index: 2;
}

.navbox .navbox-content {
	height: 56px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.navbox .navbox-content>ul>li {
	float: left;
}

.navbox .navbox-content ul li:last-child a {
	background: none;
}

.navbox .navbox-content>ul>li>a {
	display: block;
	height: 56px;
	padding: 0 36px;
	background: url(/public/images/home/nav-line.png) no-repeat right center;
	line-height: 56px;
	color: #fff;
	font-size: 14px;
}

.navbox .navbox-content ul li a:hover,.navbox .navbox-content ul li.active>a {
	color: #df1f26;
	text-decoration: none;
}

.navbox .nav-sub {
	background: #fff;
	position: absolute;
	padding: 0 15px;
	background: #2d2d2d;
	display: none;
}

.navbox .nav-sub a {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px dashed #666;
	display: block;
	color: #666;
}

.navbox .nav-sub a:hover {
	color: #df1f26;
	text-decoration: none;
}

.navbox .nav-sub li:last-child a {
	border-bottom: none;
}

.info-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
	padding: 10px 0;
}

.info-title h3 {
	display: inline-block;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 20px;
	height: 20px;
	border-left: 5px solid #df1f26;
	padding-left: 10px;
}

.companyinfo-box {
	margin-bottom: 25px;
}

.picshow-left {
	width: 302px;
	height: 302px;
	border: 1px solid #ddd;
	float: left;
	display: table;
	margin-right: 12px;
}

.picshow-right {
	float: left;
	display: inline;
}

.picshow-right ul {
	margin-top: -10px;
}

.picshow-right ul li a {
	width: 67.5px;
	height: 67.5px;
	border: 1px solid #ddd;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.picshow-right ul li.active a {
	border: 1px solid #df1f26;
}

.picshow-left .pic-big {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.picshow-left .pic-big img {
	max-height: 300px;
	max-width: 300px;
}

.picshow-right ul li {
	margin-top: 10px;
}

.picshow-right ul li a img {
	max-width: 65.5px;
	max-height: 65.5px;
}

.info-content .left {
	margin-right: 40px;
}

.info-content .infooption .title {
	font-size: 16px;
	color: #333;
	line-height: 38px;
	height: 38px;
	font-weight: bold;
}

.info-content .infooption .item {
	padding: 5px 0;
}

.info-content .infooption .item .left {
	float: left;
	margin-right: 5px;
	width: 190px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}

.info-content .infooption .item .left:after {
	content: ':';
	float: right;
	margin-right: 3px;
}

.info-content .infooption .item .left img {
	margin-right: 10px;
	margin-top: 6px;
}

.info-content .infooption .item .right {
	position: relative;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	padding-top: 5px;
	padding-right: 30px;
}

.info-content .mid {
	width: 580px;
	border-right: 1px solid #f1f1f1;
	padding-right: 10px;
}

.info-content .right {
	position: relative;
	overflow: hidden;
	float: none;
}
/*.info-content .right{ width:250px;}*/
.indexcontact {
	padding-left: 45px;
}

.indexcontact .top .pic {
	width: 64px;
	height: 64px;
	border: 1px solid #ddd;
	float: left;
	display: inline;
	margin-right: 10px;
}

.indexcontact .top .pic span {
	display: table-cell;
	width: 62px;
	height: 62px;
	text-align: center;
	vertical-align: middle;
}

.indexcontact .top .pic img {
	max-height: 62px;
	max-width: 62px;
	vertical-align: middle;
}

.indexcontact .top .contacts {
	position: relative;
	overflow: hidden;
}

.indexcontact .top .contacts .name a {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 4px;
	display: block;
}

.indexcontact .top .contacts .tai img {
	margin-right: 5px;
}

.indexcontact .btn-link {
	padding-top: 20px;
}

.indexcontact .btn-link a {
	display: inline-block;
	height: 36px;
	background: #df1f26;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	line-height: 36px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.indexcontact .btn-link a:hover {
	text-decoration: none;
}

.indexcontact .btn-link a img {
	margin-right: 10px;
}

.store-content .lefts {
	width: 300px;
}

.store-content .lefts  .title {
	border-bottom: 2px solid #df1f26;
}

.store-content .lefts .title h3 {
	display: inline-block;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 40px;
	margin-bottom: -1px;
	height: 40px;
}

.store-content .lefts .leftcatlog .catelog-list>li>a {
	display: block;
	line-height: 24px;
	padding: 10px 5px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	color: #666;
	position: relative;
	padding-right: 15px;
	height: 45px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #fff;
	transition: padding-left 300ms;
}

.store-content .lefts .leftcatlog .catelog-list>li {
	position: relative;
}

.store-content .lefts .leftcatlog .catelog-list>li.catelog-active>a {
	z-index: 3;
	box-shadow: 10px 0 0 0 #fff,1px 1px 4px 0 rgba(0,0,0,.25);
	padding-left: 15px;
}

.store-content .lefts .leftcatlog .catelog-list>li.catelog-active>a:hover {
	text-decoration: none;
}

.store-content .lefts .leftcatlog .catelog-list>li.catelog-active>a i {
	display: none;
}

.store-content .lefts .leftcatlog .catelog-list>li .submenu {
	position: absolute;
	left: 100%;
	border: 1px solid #ddd;
	background: #fff;
	top: -1px;
	padding: 10px;
	margin-left: -1px;
	z-index: 2;
	width: 250px;
	box-shadow: 0 2px 4px rgba(0,0,0,.175);
	display: none;
	padding-left: 20px;
}

.store-content .lefts .leftcatlog .catelog-list>li.catelog-active .submenu {
	display: block;
}

.store-content .lefts .leftcatlog .catelog-list>li .submenu ul li {
	line-height: 20px;
	padding: 5px 0;
	padding-left: 15px;
	position: relative;
}

.store-content .lefts .leftcatlog .catelog-list>li .submenu ul li i {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
}

.store-content .lefts .leftcatlog .catelog-list>li>a>i {
	font-size: 18px;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -9px;
}

.store-content .lefts .leftcatlog .catelog-list li a:hover {
	color: #df1f26;
}

.viewmore {
	line-height: 40px;
	font-size: 16px;
	color: #df1f26;
	font-weight: bold;
	cursor: pointer;
}

.viewmore i {
	padding-left: 5px;
}

.viewmore:hover {
	color: #df1f26;
}

.store-content .rights {
	width: 960px;
}

.store-content .rights .hotproduct-box {
	height: 640px;
}

.hotproduct-box .title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
	padding: 10px 0;
}

.hotproduct-box .title h3 {
	display: inline-block;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 20px;
	height: 20px;
	border-left: 5px solid #df1f26;
	padding-left: 10px;
}

.hotproduct-slide .hotpro-box {
	margin-left: -24px;
}

.hotproduct-slide .hotpro-box .items {
	float: left;
	display: inline;
	margin-left: 24px;
	width: 222px;
	margin-bottom: 15px;
}

.hotproduct-slide .hotpro-box .items .pic {
	width: 222px;
	height: 222px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}

.hotproduct-slide .hotpro-box .items .pic a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 220px;
	height: 220px;
	padding: 10px;
}

.hotproduct-slide .hotpro-box .items .pic a img {
	max-width: 200px;
	max-height: 200px;
}

.hotproduct-slide .hotpro-box .items .name a {
	display: block;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	text-align: center;
}

.hotproduct-slide .hotpro-box .items .name a:hover {
	color: #df1f26;
}

.hotproduct-slide .carousel-indicators li {
	background: #d0d5e5;
	border: 1px solid #d0d5e5;
}

.hotproduct-slide .carousel-indicators .active {
	width: 12px;
	height: 12px;
	border: 1px solid #df1f26;
	background: #df1f26;
}

.hotproduct-slide {
	position: relative;
}

.hotproduct-slide .carousel-indicators {
	position: absolute;
	width: auto;
	margin: 0;
	left: auto;
	right: 0;
	bottom: auto;
	top: -55px;
}

.indexcompany {
	margin-bottom: 40px;
}

.indexcompany .title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
}

.indexcompany .title h3 {
	display: inline-block;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 40px;
	border-bottom: 3px solid #df1f26;
	margin-bottom: -1px;
	height: 40px;
}

.indexcompany .lefts {
	width: 880px;
	float: left;
}

.indexcompany .rights {
	width: 365px;
	float: right;
}

.manufacturer {
	padding: 0 41px;
}

.manufacturer .picwrap {
	margin-left: -10px;
}

.manufacturer .picwrap .items {
	width: 192px;
	height: 192px;
	border: 1px solid #ddd;
	float: left;
	display: inline;
	margin-left: 10px;
}

.manufacturer .picwrap .items .pic {
	width: 190px;
	height: 190px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.manufacturer .picwrap .items .pic img {
	max-width: 190px;
	max-height: 190px;
}

.manufacturer .carousel-control {
	width: 34px;
	background: #7f7f7f;
	text-shadow: 0 0px 0px;
	filter: alpha(opacity=100);
	opacity: 1;
	line-height: 192px;
	font-size: 34px;
	text-align: center;
}

.manufacturer .carousel-control:hover {
	background: #df1f26;
}

.manufacturer .carousel-control.left {
	left: -41px;
}

.manufacturer .carousel-control.right {
	right: -41px;
}

.index-vedio {
	margin-bottom: 25px;
}

.index-vedio .body {
	text-align: center;
}

.index-vedio .title {
	margin-bottom: 15px;
}

.index-vedio .body img {
	max-width: 100%;
}

.index-enjury {
	margin-bottom: 60px;
}

.leftcatlog {
	margin-bottom: 25px;
}

.enjury-box {
	border: 2px solid #ddd;
	padding: 20px;
}

.storecontact .enjury-box .title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 25px;
	padding-left: 30px;
	border-bottom: none!important;
}

.enjury-box .enjury-form .item {
	margin-bottom: 20px;
}

.enjury-box .enjury-form .item input {
	height: 32px;
	border: 1px solid #ddd;
	width: 50%;
	padding-left: 10px;
}

.enjury-box .left {
	width: 100px;
	text-align: right;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	float: left;
	margin-right: 10px;
}

.enjury-box .right {
	position: relative;
	overflow: hidden;
}

.enjury-box .right .msg-conten {
	width: 100%;
	border: 1px solid #ddd;
	line-height: 20px;
	padding: 10px;
	height: 200px;
	font-size: 14px;
}

.enjury-box .right .msg-tip {
	font-size: 14px;
	color: #999;
	line-height: 25px;
}

.enjury-box .right .msg-option {
	font-size: 14px;
	color: #333;
	line-height: 25px;
	margin-bottom: 25px;
}

.enjury-box .right .msg-option input {
	width: 14px;
	height: 14px;
	margin-right: 5px;
	margin-top: 5px;
	float: left;
}

.enjury-box .right input.subenjury {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #df1f26;
	line-height: 40px;
	height: 40px;
	padding: 0 40px;
	border: none;
	width: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.enjury-box .right input.subenjury:hover {
	background: #b80c12;
}

.enjury-box .right .subenjury:hover {
}

/*footer*/
.container-wrap {
	width: 1200px;
	margin: 0 auto;
}

.share-con {
	padding: 20px 0;
	background: #eeeeee;
	padding-bottom: 0;
}

.share-box {
	text-align: center;
}

.share-content {
	display: inline-block;
}

.share-box .item {
	float: left;
	display: inline;
	margin-bottom: 15px;
}

.share-box .item .left {
	width: 38px;
	height: 38px;
	float: left;
	display: inline;
	margin-right: 10px;
}

.share-box .item .right {
	position: relative;
	overflow: hidden;
	width: 110px;
	text-align: left;
}

.footer-con .power-by {
	padding: 10px 0;
	color: #fff;
	line-height: 25px;
}

.footerpower-by {
	border-top: 1px solid #ddd;
	color: #666;
	padding: 10px 0;
	text-align: center;
	background: #f7f7f7;
}

.footer-con .power-by p {
	margin: 0;
	text-align: center;
}

.footerpower-by .power-by {
	line-height: 40px;
	margin-bottom: 0;
	border: none;
}

.footerpower-by .power-by p {
	margin: 0;
}

.footer-box {
	background: #666666;
	padding-bottom: 20px;
}

.footer-box .footer-item h3 {
	color: #fff;
	font-size: 16px;
}

.footer-box .footer-item li {
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.footer-box .footer-item li i {
	color: #fff;
	margin-right: 5px;
}

.footer-box .footer-item li a {
	color: #b1aeae;
	font-size: 14px;
}

.footer-box .footer-item li a:hover {
	color: #f5c522;
	text-decoration: none;
}

.newfooter .container-wrap {
	text-align: center;
}

.newfooter .footer-content {
	display: inline-block;
}

.newfooter .footer-item {
	width: 280px;
	display: inline;
	text-align: left;
}

.newfooter .footer-item h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}






/*产品列表*/
.paths-con {
	padding: 10px 0;
	padding-top: 15px;
}

.paths-con ul li {
	float: left;
	display: inline;
	line-height: 20px;
}

.paths-con ul li span {
	padding: 0 5px;
}

.product-list .left {
	width: 280px;
	float: left;
	display: inline;
}

.product-list .right {
	width: 980px;
	float: right;
}

.product-page .title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 10px 0;
}

.product-page .title h3 {
	display: inline-block;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 20px;
	border-left: 5px solid #df1f26;
	padding-left: 10px;
	height: 20px;
}

.product-page .menu-list {
	margin-bottom: 20px;
}

.product-page .menu-list .view-option {
	width: 17px;
	height: 17px;
	float: left;
	text-align: center;
	cursor: pointer;
	margin-right: 5px;
}

.product-page .menu-list .view-option span {
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(/public/images/home/view-icon.png);
	background-repeat: no-repeat;
}

.product-page .menu-list .tai-one span {
	background-position: 0 0;
}

.product-page .menu-list .tai-one span.active {
	background-position: 0 -28px;
}

.product-page .menu-list .tai-two span {
	background-position: -28px 0;
}

.product-page .menu-list .tai-two span.active {
	background-position: -28px -28px;
}

.product-page .menu-list .tai-two {
	margin-left: -1px;
}

.pange-change .num {
	line-height: 28px;
	margin-right: 10px;
}

.pange-change .num strong,.pange-change .num a,.pagelist strong,.pagelist a {
	display: inline-block;
	float: left;
	width: 28px;
	height: 28px;
	line-height: 25px;
	border: 1px solid #ddd;
	text-align: center;
	margin-left: 5px;
}

.pange-change .num strong,.pange-change .num a:hover,.pagelist strong,.pagelist a:hover {
	color: #fff;
	background: #df1f26;
	border: 1px solid #df1f26;
	text-decoration: none;
}

.pange-change .top-pre,.pange-change .top-next {
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	color: #666;
}

.pange-change .top-pre a,.pange-change .top-next a {
	color: #666;
	border: 1px solid #ddd;
	display: block;
}

.pange-change .top-pre a:hover,.pange-change .top-next a:hover {
	color: #df1f26;
	border: 1px solid #df1f26;
}

.product-page .listpage-box {
	margin-left: -24px;
}

.product-page .listpage-box .item {
	float: left;
	display: inline;
	width: 222px;
	margin-left: 24px;
	margin-bottom: 20px;
}

.product-page .listpage-box .item .pic {
	border: 1px solid #ddd;
	margin-bottom: 5px;
}

.product-page .listpage-box .item .pic a {
	display: table-cell;
	width: 220px;
	height: 220px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

.product-page .listpage-box .item .pic a img {
	max-width: 200px;
	max-height: 200px;
}

.product-page .listpage-box .item .name a {
	line-height: 25px;
	height: 25px;
	font-size: 14px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 5px;
	text-align: center;
}

.bottom-page .pagelist li {
	float: left;
	display: inline;
}

.bottom-page .pagelist li a {
	display: block;
	width: 28px;
	height: 28px;
	border: 1px solid #ddd;
	text-align: center;
	line-height: 26px;
	margin-left: 5px;
}

.bottom-page .pagelist li.cur a,.bottom-page .pagelist li a:hover {
	background: #df1f26;
	color: #fff;
	text-decoration: none;
	border: 1px solid #df1f26;
}

.bottom-page {
	margin-top: 30px;
}

.select-page select {
	border: 1px solid #ddd;
	height: 28px;
	padding: 0 10px;
	margin-right: 10px;
}

.select-page {
	color: #666;
}

.store-content {
	margin-bottom: 50px;
}


/*展示*/

.viewpage-box .item .item-left {
	margin-right: 30px;
}

.viewpage-box .item .item-left .pic {
	width: 157px;
	height: 157px;
	border: 1px solid #ddd;
}

.viewpage-box .item .item-left .pic a {
	display: table-cell;
	width: 155px;
	height: 155px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

.viewpage-box .item .item-left .pic a img {
	max-width: 135px;
	max-height: 135px;
}

.viewpage-box .item .item-mid {
	width: 500px;
}

.viewpage-box .item .item-right {
	width: 200px;
	float: right;
	padding-top: 50px;
}

.viewpage-box .item .item-mid .name a {
	left: i25px;
	height: 25px;
	display: block;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.viewpage-box .item .item-mid .name a:hover {
	color: #df1f26;
}

.viewpage-box .formlist .op-list .op-left {
	width: 110px;
	float: left;
	margin-right: 10px;
	line-height: 20px;
	color: #666;
}

.viewpage-box .formlist .op-list .op-left:after {
	content: ':';
	float: right;
	margin-right: 3px;
}

.viewpage-box .formlist .op-list .op-right {
	position: relative;
	overflow: hidden;
	color: #666;
}

.viewpage-box .item .item-right .contact a {
	display: inline-block;
	line-height: 32px;
	height: 32px;
	background: #df1f26;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 15px;
	margin-right: 12px;
}

.viewpage-box .item .item-right .contact a img {
	margin-right: 5px;
}

.viewpage-box .item .item-right .contact-now {
	height: 32px;
	line-height: 32px;
}

.viewpage-box .item .item-right .contact-now img {
	margin-top: 8px;
	margin-right: 5px;
}

.viewpage-box .item {
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}

.listshow-box {
	margin-left: -24px;
}

.listshow-box .item {
	float: left;
	display: inline;
	width: 222px;
	margin-left: 24px;
	margin-bottom: 20px;
	padding-bottom: 0;
	border-bottom: none;
}

.listshow-box .item .item-mid .formlist {
	display: none;
}

.listshow-box .item .item-right {
	display: none;
}

.listshow-box .item .item-left {
	float: none;
	margin-right: 0;
}

.listshow-box .item .item-mid {
	width: auto;
	float: none;
}

.listshow-box .item .item-left .pic {
	border: 1px solid #ddd;
	margin-bottom: 5px;
	width: auto;
	height: auto;
}

.listshow-box .item .item-left .pic a {
	display: table-cell;
	width: 220px;
	height: 220px;
	text-align: center;
	vertical-align: middle;
}

.viewpage-box .item .item-mid .name {
	margin-bottom: 10px;
}

.viewpage-box .item .item-mid .name a {
	line-height: 25px;
	height: 25px;
	display: block;
	font-weight: normal;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
	color: #666;
	text-overflow: ellipsis;
}

.viewpage-box .item .item-mid .name a:hover {
	color: #df1f26;
}

.vedioshow-box {
	padding-top: 10px;
	padding-bottom: 50px;
}


/*关于我们*/
.fileboxtop {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.fileboxtop .company-name {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 40px;
 /*border-bottom: 3px solid #df1f26; margin-bottom: -1px;*/
	height: 40px;
}

.filetop-contact .contact {
	margin-right: 15px;
}

.filetop-contact .contact a {
	display: block;
	padding: 0 20px;
	background: #df1f26;
	line-height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.filetop-contact .contact a img {
	margin-right: 5px;
}

.filetop-contact .contact a:hover {
	color: #fff;
}

.filetop-contact .contact-now {
	line-height: 30px;
}

.filetop-contact .contact-now img {
	margin-top: 8px;
	margin-right: 5px;
}

.store-filebox .info-content {
	margin-bottom: 30px;
}

.store-filebox .info-content .mid {
	float: none;
	position: relative;
	overflow: hidden;
	width: auto;
	border-right: none;
}

.file-aboutus p,.file-aboutus div {
	line-height: 25px;
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}

.exportinfo,.factoryinfo {
	margin-bottom: 30px;
}

.exportinfo .title,.factoryinfo .title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	line-height: 25px;
	padding-bottom: 5px;
}

.store-filebox .table-striped>tbody>tr {
	background: #f8fafd;
}

.store-filebox .table-striped>tbody>tr:nth-of-type(odd) {
	background: #fff;
}

.store-filebox .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 10px 20px;
	vertical-align: middle;
	line-height: 25px;
}

.store-filebox td.td-left {
	width: 300px;
	text-align: right;
	color: #666;
}

.store-filebox td.td-right a {
	display: inline-block;
	height: 32px;
	padding: 0 15px;
	line-height: 32px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

.store-filebox td.td-right a i {
	margin-right: 10px;
}

.store-filebox td.td-right a.vediomore-btn {
	background: #df1f26;
	margin-right: 10px;
}

.store-filebox td.td-right a.vediomore-btn:hover {
	background: #f1a908;
	text-decoration: none;
}

.store-filebox td.td-right a.picmore-btn {
	background: #2e2e2e;
}

.store-filebox td.td-right a.picmore-btn:hover {
	background: #171616;
	text-decoration: none;
}

.nomargin {
	margin: 0;
}

.aboutpic-box {
	margin-bottom: 30px;
}

.aboutpic-box .comvedio {
	width: 350px;
	text-align: right;
}

.tui-factory {
	margin-left: -20px;
}

.aboutpic-box .factorypic a {
	display: table-cell;
	width: 190px;
	margin-left: 20px;
	height: 190px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	float: left;
}



/*contact*/
.storecontact .title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 40px;
	height: 40px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.storecontact-top {
	margin-bottom: 30px;
}

.storecontact-top .left {
	width: 525px;
	float: left;
}

.storecontact-top .left .manpic {
	width: 135px;
	height: 135px;
	margin-right: 25px;
	float: left;
	display: inline;
}

.storecontact-top .left .manpic .picbox {
	width: 135px;
	height: 135px;
	border: 1px solid #ddd;
	display: table-cell;
	text-align: center;
	padding: 10px;
	vertical-align: middle;
}

.storecontact-top .left .manpic .picbox img {
	max-width: 100%;
}

.storecontact-top .left .contact-way {
	position: relative;
	overflow: hidden;
}

.storecontact-top .left .contact-way .name {
	font-size: 14px;
	color: #333;
	font-weight: 700;
	line-height: 30px;
}

.storecontact-top .left .contact-way .way-item {
	color: #666;
	font-size: 14px;
}

.storecontact-top .left .contact-way .way-item .wayleft {
	width: 90px;
	float: left;
	display: inline;
	line-height: 30px;
}

.storecontact-top .left .contact-way .way-item .wayleft:after {
	content: ':';
	float: right;
	margin-right: 3px;
}

.storecontact-top .left .contact-way .way-item .wayright {
	position: relative;
	overflow: hidden;
	line-height: 30px;
}

.waybtn-box .contact a {
	display: inline-block;
	height: 30px;
	background: #df1f26;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	line-height: 30px;
	padding: 0 10px;
	margin-right: 20px;
}

.waybtn-box {
	margin-top: 10px;
}

.waybtn-box .contact a img {
	margin-right: 5px;
}

.waybtn-box .contact-now {
	line-height: 30px;
	color: #666;
}

.waybtn-box .contact-now img {
	margin-top: 8px;
	margin-right: 5px;
}

.storecontact-top .right {
	position: relative;
	overflow: hidden;
	padding-left: 65px;
	border-left: 1px solid #ddd;
}

.storecontact-top .right .contact-item {
	color: #666;
	font-size: 14px;
	line-height: 25px;
}

.storecontact-top .right .contact-item .in-left {
	width: 120px;
	text-align: left;
	float: left;
	margin-right: 10px;
}

.storecontact-top .right .contact-item .in-left:after {
	content: ':';
	float: right;
	margin-right: 3px;
}

.storecontact-top .right .contact-item .in-right {
	position: relative;
	overflow: hidden;
}

.contact-info {
	margin-top: 15px;
}

.contact-info .info {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	padding: 5px 0;
}

.contact-info .info .left-info {
	width: 80px;
	float: left;
	text-align: left;
}

.contact-info .info .left-info:after {
	content: ':';
	float: right;
	margin-right: 3px;
}

.contact-info .info .right-info {
	position: relative;
	overflow: hidden;
        word-wrap: break-word;
}


/*相册展示*/
.photoview-box {
	padding: 50px 0;
}

.photoview {
	width: 602px;
	margin: 0 auto;
}

.viewbig {
	text-align: center;
	width: 600px;
	height: 600px;
	border: 1px solid #ddd;
	display: table-cell;
	vertical-align: middle;
}

.viewbig img {
	max-width: 600px;
	max-height: 600px;
}

.viewlist-box {
	position: relative;
	margin-top: 20px;
}

.viewlist {
	overflow: hidden;
	position: relative;
}

.viewlist ul {
	position: relative;
}

.viewlist ul li {
	float: left;
	display: inline;
	width: 92px;
	height: 92px;
	border: 1px solid #ddd;
	margin-right: 10px;
	cursor: pointer;
	position: relative;
}

.viewlist ul li.active {
	border: 1px solid #df1f26;
}

.viewlist-box .view-pre {
	width: 30px;
	position: absolute;
	width: 30px;
	height: 92px;
	background: #7f7f7f;
	line-height: 92px;
	font-size: 30px;
	color: #fff;
	left: -40px;
	text-align: center;
	cursor: pointer;
}

.viewlist-box i {
	line-height: 92px;
}

.viewlist-box .view-next {
	width: 30px;
	position: absolute;
	width: 30px;
	height: 92px;
	background: #7f7f7f;
	line-height: 92px;
	font-size: 30px;
	color: #fff;
	right: -40px;
	text-align: center;
	top: 0;
	cursor: pointer;
}

.viewlist-box .view-pre:hover,.viewlist-box .view-next:hover {
	background: #df1f26;
}

.left-contact .item {
	margin-bottom: 5px;
}

.left-contact .title {
	margin-bottom: 15px;
}

.left-contact .item .span-left {
	float: left;
	margin-right: 5px;
	width: 110px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
}

.left-contact .item .span-left:after {
	content: ':';
	float: right;
	margin-right: 3px;
}

.left-contact .item .span-right {
	padding-right: 10px;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	color: #666;
}

.left-contact .item .span-right p {
	margin-bottom: 0;
	line-height: 20px;
}

.newproduct-box {
	margin-bottom: 25px;
}

.newproduct-box .title {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	margin-bottom: 25px;
}

.newproduct-box .title h3 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 20px;
	margin: 0;
	border-left: 5px solid #df1f26;
	padding-left: 10px;
}

.newproduct-box .content {
	position: relative;
	padding-left: 48px;
	padding-right: 42px;
	overflow: hidden;
	height: 167px;
}

.newproduct-box .content .partner-btn {
	width: 35px;
	height: 167px;
	background: #b2b2b2;
	color: #fff;
	font-size: 34px;
	text-align: center;
	line-height: 167px;
	position: absolute;
	top: 0;
	cursor: pointer;
}

.newproduct-box .content .partner-btn:hover {
	background: #df1f26;
}

.newproduct-box .content .btn-pre {
	left: 0;
}

.newproduct-box .content .btn-next {
	right: 0;
}

.newslide-box {
	position: relative;
}

.newslide {
	overflow: hidden;
}

.newslide-box .item {
	width: 174px;
	float: left;
	display: inline;
}

.newslide-box .item .pic {
	width: 167px;
	height: 167px;
	border: 1px solid #ddd;
}

.newslide-box .item .pic a {
	display: table-cell;
	width: 165px;
	height: 165px;
	text-align: center;
	vertical-align: middle;
}

.newslide-box .item .pic a img {
	max-height: 165px;
	max-width: 165px;
}

.recomm-pro .title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 10px 0;
	margin-bottom: 25px;
}

.product-page {
	margin-bottom: 25px;
}

.recomm-pro .title h3 {
	display: inline-block;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 20px;
	border-left: 5px solid #df1f26;
	padding-left: 10px;
	height: 20px;
}

.recomm-pro {
	margin-bottom: 25px;
}

.recomm-pro  .recomm-box {
	margin-right: -20px;
}

.recomm-pro .item {
	margin-right: 20px;
	float: left;
	width: 176px;
	display: inline;
}

.recomm-pro .item .pic {
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 5px;
}

.recomm-pro .item .pic a {
	display: table-cell;
	width: 154px;
	height: 154px;
	text-align: center;
	vertical-align: middle;
}

.recomm-pro .item .pic a img {
	max-height: 154px;
	max-width: 154px;
}

.recomm-pro .item .name a {
	line-height: 25px;
	height: 25px;
	font-size: 14px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 5px;
	text-align: center;
}


/*产品详情*/
.leftwrap-top {
	margin-bottom: 40px;
}

.tb-pic a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 330px;
	width: 330px;
}

.tb-pic a img {
	vertical-align: middle;
}

.tb-pic a {
	*display: block;
	*font-family: Arial;
	*line-height: 1;
}

.tb-thumb {
	margin: 15px 0 0;
	margin-right: -10px;
}

.tb-thumb li {
	background: none repeat scroll 0 0 transparent;
	float: left;
	margin: 0 10px 0 0;
	padding: 1px;
}

.tb-booth img {
	max-height: 330px;
	max-width: 330px;
}

.tb-s40, .tb-s40 a {
	height: 73px;
	width: 73px;
}

.tb-s40 a img {
	max-height: 73px;
	max-width: 73px;
}

.tb-booth {
	border: 1px solid #ddd;
	position: relative;
	z-index: 1;
	width: 332px;
	height: 332px;
}

.tb-thumb .tb-selected {
	background: none repeat scroll 0 0 #df1f26;
	padding: 2px;
	position: relative;
}

.tb-thumb .tb-selected div {
	background-color: #FFFFFF;
	border: medium none;
}

.tb-thumb li div {
	border: 1px solid #CDCDCD;
}

div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomMask {
	position: absolute;
	background: url(../../../images/home/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}

.tb-thumb li .arrow-up {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #df1f26;
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -8px;
	display: none;
}

.tb-thumb .tb-selected .arrow-up {
	display: block;
}

.wrap-topleft {
	width: 332px;
	margin-right: 35px;
	float: left;
}

.wrap-topright {
	position: relative;
	overflow: hidden;
}

.wrap-topright .name {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 25px;
	padding: 10px 0;
	margin-bottom: 5px;
}

.wrap-topright .detailoption-box {
	/*background: #f4f3f3;*/
	padding: 10px 0;
	padding-left: 15px;
	margin-bottom: 10px;
}

.detailoption-box .option-item .left {
	float: left;
	width: 120px;
	margin-right: 10px;
	color: #666;
	line-height: 26px;
}

.detailoption-box .option-item {
	line-height: 26px;
	padding: 5px 0;
}

.detailoption-box .option-item .right {
	position: relative;
	overflow: hidden;
}

.detailoption-box .option-item .right span {
	font-weight: bold;
	color: #df1f26;
	font-size: 14px;
}

.detailoption-box .option-item .right span.unit {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	padding-left: 10px;
}

.detailoption-box .option-item input.emailone {
	border: 1px solid #ddd;
	height: 26px;
	width: 200px;
	padding-left: 5px;
}

.detailoption-box .option-item input.pronum {
	border: 1px solid #ddd;
	height: 26px;
	width: 85px;
	margin-right: 5px;
}

.detailoption-box .option-item .select-unit {
	border: 1px solid #ddd;
	height: 26px;
	width: auto;
	color: #666;
	width: 200px;
}

.wrap-topright .msg textarea {
	border: 1px solid #ddd;
	height: 85px;
	padding: 5px;
	width: 100%;
	margin-bottom: 10px;
}

.wrap-topright .contact-company a {
	display: inline-block;
	height: 36px;
	padding: 0 25px;
	line-height: 36px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
}

.wrap-topright .contact-company  a.addcart-list {
	color: #333;
	font-size: 14px;
	font-weight: normal;
}

.wrap-topright .contact-company  a.addcart-list .icon-cart {
	position: relative;
	top: 5px;
	display: inline-block;
	margin-right: 9px;
	height: 24px;
	width: 24px;
	background-image: url(../../../images/home/deal-sprites.png);
	background-position: -180px -40px;
}

.wrap-topright .contact-company  a.addcart-list:hover {
	color: #df1f26;
	text-decoration: none;
}

.wrap-topright .contact-company .contact-supplier {
	background: #333;
	margin-right: 15px;
}

.wrap-topright .contact-company .contact-supplier:hover {
	background: #444;
	text-decoration: none;
}

.wrap-topright .contact-company .add-order {
	background: #df1f26;
}

.wrap-topright .contact-company .add-order:hover {
	background: #b80c12;
	text-decoration: none;
}

.ptab-nav {
	height: 40px;
	border: 1px solid #ddd;
	background: #f7f7f7;
	margin-bottom: 20px;
}

.ptab-nav li {
	float: left;
	display: inline;
	line-height: 40px;
	padding: 0 15px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	border-right: 1px solid #ddd;
	cursor: pointer;
}

.ptab-nav ul li.active {
	background: #fff;
	border-top: 2px solid #df1f26;
	margin-top: -1px;
}

.quick-dbox, .packing-box, .pro-description {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.quick-dbox .title, .packing-box .title, .pro-description .title {
	color: #333;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 8px;
	overflow: hidden;
}

.quick-dbox .pro-option {
	width: 33.3%;
	float: left;
	display: inline;
	font-size: 12px;
}

.quick-dbox .pro-option .left {
	width: 160px;
	line-height: 25px;
	margin-right: 5px;
	text-align: left;
	float: left;
	color: #999;
}

.quick-dbox .pro-option .right {
	position: relative;
	overflow: hidden;
	line-height: 25px;
	color: #333;
}

.supplier-contact {
	padding-top: 30px;
}

.supplier-contact .sup-t-1 {
	font-size: 16px;
	line-height: 30px;
	color: #017fff;
	margin-bottom: 5px;
}

.supplier-contact .sup-t-2 {
	font-size: 12px;
	color: #999;
	line-height: 20px;
	margin-bottom: 10px;
}

.supplier-contact .sup-t-2 a {
	color: #017fff;
	padding: 0 5px;
}

.sup-box {
	border: 1px solid #ddd;
	padding: 20px;
}

.sup-box .title {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

.sup-box .content .sup-box-l {
	width: 600px;
	float: left;
	margin-right: 20px;
}

.sup-box-r {
	border: 1px solid #ddd;
	padding: 15px;
	-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.13);
	-moz-box-shadow: 3px 3px 4px rgba(0,0,0,.13);
	box-shadow: 3px 3px 4px rgba(0,0,0,.13);
	float: left;
	position: relative;
	margin-top: 48px;
}

.sup-box-r .arrow {
	width: 12px;
	height: 12px;
	border: 1px solid #ddd;
	position: absolute;
	background: #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: -6px;
	top: 10px;
	border-right: none;
	border-top: none;
}

.sup-box .content .sup-box-l .sup-item {
	padding: 6px 0;
}

.sup-btn {
	padding-left: 190px;
	margin-top: 15px;
}

.sup-btn input {
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #df1f26;
	border: none;
	padding: 0 36px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.sup-box .content .sup-box-l .sup-item .left {
	width: 175px;
	line-height: 30px;
	float: left;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin-right: 15px;
}

.sup-box .content .sup-box-l .sup-item .right {
	position: relative;
	overflow: hidden;
}

.sup-box .content .sup-box-l .sup-item .mail-man {
	line-height: 30px;
}

.sup-box .content .sup-box-l .sup-item .right input, .sup-box .content .sup-box-l .sup-item .right select {
	height: 30px;
	border: 1px solid #ddd;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 250px;
}

.sup-box .content .sup-box-l .sup-item .right input {
	padding: 0 10px;
	width: 250px;
	margin-right: 10px;
	height: 28px;
}

.sup-box .content .sup-box-l .sup-item .right input.textfield-num {
	width: 100px;
	height: 24px;
}

.sup-box .content .sup-box-l .sup-item .right .quantity-wrap {
	padding: 0;
	margin-bottom: 5px;
}

.sup-box .content .sup-box-l .sup-item .right textarea {
	border: 1px solid #ddd;
	width: 100%;
	padding: 5px;
	line-height: 20px;
	height: 80px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	resize: none;
}

.sup-box .content .sup-box-l .sup-item .alert-tips {
	color: #999;
}

.sup-box .content .sup-box-l .sup-item .alert-tips input {
	height: 12px;
	width: 12px;
	float: left;
	margin-top: 4px;
	margin-right: 5px;
}

.dcompany-file .c-dec {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 15px;
	color: #666;
}

.dcompany-file .c-dec a {
	color: #017fff;
}

.dcompany-file .c-more, .dcompany-file .c-more a {
	color: #017fff;
	line-height: 20px;
}

.dcompany-file .c-more {
	margin-bottom: 10px;
}

.dcompany-file .c-more span {
	padding: 0 10px;
}

.dcompany-file .item-part {
	border-top: 1px solid #ddd;
	padding-top: 20px;
	padding-bottom: 20px;
}

.dcompany-file .item-part .title {
	color: #333;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 8px;
	overflow: hidden;
}

.dcompany-file .item-part .item .left {
	width: 170px;
	float: left;
	margin-right: 10px;
	line-height: 25px;
	color: #999;
}

.dcompany-file .item-part .item .right {
	position: relative;
	overflow: hidden;
	color: #333;
	line-height: 25px;
}

.whosale {
	display: block;
	width: 100%;
	height: 75px;
}

.whosale li {
	display: block;
	height: 75px;
	float: left;
	background: #fff7f1;
}

.whosale li.current {
	background: #ffefe1;
}

.ncs-meta .price span {
	line-height: 14px;
	color: #FFF;
	background-color: #e14713;
	vertical-align: middle;
	height: 14px;
	padding: 1px 3px;
	margin-right: 8px;
}

.whosale .qty {
	background: none;
	display: block;
	padding: 15px 10px 0px 15px;
	color: #666;
	font-size: 12px;
}

.whosale .price {
	background: none;
	display: block;
	padding: 5px 10px 10px 15px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}

.whosale li.current .price {
	color: #E14713;
}

.storepro-box .pro-description {
	margin-bottom: 40px;
}

.storepro-box .pro-description img {
	max-width: 100%;
	margin: 10px 0;
}

.storepro-box .enjury-box .title,.enjury-box .title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 25px;
	padding-left: 30px;
	border-bottom: none!important;
}

.wrap-topright .contact-company a.add-fav {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../../../images/home/fav.png) no-repeat;
	margin-right: 3px;
	margin-top: 8px;
	padding: 0;
	margin-left: 20px;
}

.wrap-topright .contact-company a.add-fav:hover {
	background: url(../../../images/home/fav-active.png) no-repeat;
}

.store-cart .item {
	padding: 10px 0;
}

.store-cart .item .pic {
	width: 72px;
	height: 72px;
	border: 1px solid #ddd;
	float: left;
	margin-right: 10px;
	position: relative;
}

.store-cart .item .pic a {
	display: table-cell;
	width: 70px;
	height: 70px;
	text-align: center;
	vertical-align: middle;
}

.store-cart .item .pic a img {
	max-height: 70px;
	max-width: 70px;
}

.store-cart .item .pic .del {
	color: #999;
	font-size: 16px;
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: -7px;
	margin-bottom: -8px;
	z-index: 10;
	cursor: pointer;
}

.store-cart .item .pic .del:hover {
	color: #df1f26;
}

.store-cart .item .mid {
	width: 95px;
	margin-right: 10px;
}

.store-cart .item .mid .name {
	max-height: 40px;
	line-height: 20px;
	overflow: hidden;
}

.store-cart .item .price {
	width: 100px;
}

.store-cart .item .price span {
	display: block;
	height: 25px;
	line-height: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	color: #df1f26;
	font-weight: bold;
	text-overflow: ellipsis;
}

.start-order {
	padding-top: 15px;
	border-top: 1px solid #ddd;
	text-align: center;
}

.start-order a {
	display: inline-block;
	height: 30px;
	color: #fff;
	width: 210px;
	line-height: 30px;
	background: #df1f26;
	font-weight: bold;
	font-size: 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.start-order a:hover {
	background: #b80c12;
	text-decoration: none;
}