/*body{background:#f5f5f5}*/
/*.sell-left{width:961px;overflow:hidden;float:left}*/
/*.sell-right{width:230px; float:right}*/

/*产品列表 网格*/


.productShowGrid{width:980px;overflow:hidden;float:left}
.productShowGrid ul { overflow: hidden;width:1050px }
.productShowGrid ul li { width: 205px;padding:10px 10px 15px 10px;overflow:hidden;  background: #fff; border: 1px solid #eee; margin-right: 15px; margin-bottom: 15px; float: left; vertical-align: middle; position:relative}
.productShowGrid ul li:hover { border: 1px solid #e02445; -webkit-transition-duration: .3s; transition-duration: .3s; }
.productShowGrid .productImg {width: 205px; height: 205px; overflow: hidden;margin:0px 0px 0px 0px }
.productShowGrid .productImg img { width:205px;height:205px;cursor: pointer;transition: all 0.6s;}
.productShowGrid .productImg:hover img{transform: scale(1.05);}
.productShowGrid .productInfo .productTit { font-size: 14px; color: #000; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.productShowGrid .productInfo .productTit a:hover { color: #e02445; }
.productShowGrid .productInfo .productTit em{ color: #e02445; }
.productShowGrid .productInfo .companyName { line-height: 26px;  /*padding-right: 80px;*/ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #666; margin-top: 8px; height:26px;}
.productShowGrid .productInfo .companyName a { color: #666; margin-top: 5px; }
.productShowGrid .productInfo .companyName em{float:right}
.productShowGrid .productInfo .companyName i{width:140px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;display:block;float:left}
.productShowGrid .productInfo .iconGroup {margin:8px 0px ;z-index:20; position:relative}
.productShowGrid .productInfo .iconGroup i { margin-right: 5px;}
.productShowGrid .productInfo .iconGroup i.year{display:block;font-size:14px;line-height:16px;margin-top:0px;padding-left: 10px;float:left}
.productShowGrid .productInfo .iconGroup i.year b{font-weight:bold;color:#ee2e2c;font-size:16px;}
.productShowGrid .productInfo .iconGroup em{width:47px;height:16px; text-indent:-9999px;display:block;background:url(img/hb.png) no-repeat;float:left}
.productShowGrid .productPrice { color: #ff5700; font-size: 16px;margin-top:15px;margin-bottom:10px; height:16px;line-height:16px;}
.productShowGrid .productPrice i { float:right;font-size:12px;color:#999 }



.productShowGrid .productInfo .iconGroup div{float:left;position:relative;width:16px;height:16px;z-index:100;margin:0px 4px;}
.productShowGrid .productInfo .iconGroup div span{display:none}
.productShowGrid .productInfo .iconGroup div:hover span{display:block;z-index:1000;width:100px;height:100px;overflow:hidden; position:absolute;left:-80px;padding:5px;top:-115px; box-shadow: 0px 0px 5px rgba(0,0,0,0.25); background:white;}
.productShowGrid .productInfo .iconGroup div span img{width:100px;height:100px;}

/*产品推荐*/
.productHot ul { overflow: hidden;}
.productHot ul li { width: 228px; overflow: hidden; background: #fff; border: 1px solid #eee; margin-bottom: 20px; float: left; position: relative; }
.productHot ul li:hover { border: 1px solid #e02445; /*-webkit-box-shadow: 0px 5px 10px #ccc; box-shadow: 0px 5px 10px #ccc;*/ -webkit-transition-duration: .3s; transition-duration: .3; }
.productHot ul li em { position: absolute; top: 10px; right: 0px; width: 70px; height: 20px; background: url(img/sprite_global.png) no-repeat left -20px; }
.productHot ul li:hover em { position: absolute; top: 10px; right: 0px; width: 70px; height: 20px; background: url(img/sprite_global.png) no-repeat left 0px; }
.productHot .productImg { padding: 15px; width: 198px; height: 198px; overflow: hidden; }
.productHot .productImg img { width: 100%; height:100%;}
.productHot .productInfo { border-top: 1px solid #eee; padding: 10px;}
.productHot .productInfo .productTit { font-size: 14px; color: #000; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.productHot .productInfo .productTit em{ color: #e02445; }
.productHot .productInfo .companyName { position: relative;/* padding-right: 60px; */white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #979797; margin-top: 8px; }
.productHot .productInfo .companyName a{ color: #000; }
.productHot .productInfo .productPrice { color: #ee2e2c; margin-top: 5px;font-size:14px; }
.productHot .productInfo .productPrice em { color: #e02445; font-size: 14px; }
.productHot .p-local{ background:url(img/global.png) no-repeat left 10px;border-top:#eee 1px solid;padding:10px 0px 5px 18px;color:#777 overflow:hidden;margin-top:10px;}

.selectList { background: #fff; border: 1px solid #eee; margin-bottom: 20px;  box-shadow: 0px 0px 3px rgba(0,0,0,0.15);}
.selectList dl { position: relative; padding: 10px 80px 10px 100px; line-height: 30px; border-bottom: 1px solid #eee; overflow: hidden; }
.selectList dl: last-child { border-bottom: #fff 0px solid; }
.selectList dl dt { position: absolute; width: 100px; left: 20px; top: 12; text-align: left; margin: 0; font-size: 12px; }
.selectList dl dd a { color: #266eab; line-height: 30px; margin-left: 20px; display: inline-block; }
.selectList dl dd a:hover{ text-decoration:underline}
.selectList dl dd { height: 30px; overflow: hidden; }
.selectList dl dd.showMore { position: absolute; top: 10px; right: 10px; cursor: pointer; }
.selectList dl dd.showMore h3 { line-height: normal; padding: 5px 8px; background: #f7f7f7; border: 1px solid #eee;font-size:12px; text-align:center; font-weight: normal; transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; border-radius: 3px; }
.selectList dl dd.showMore h3 i { background: none; float: none; display: inline-block; font-size: 12px;}
.selectList dl dd.showMore h3:hover { color: #ff6000; border: #ff6000 solid 1px; background: #fbeaed; }
.selectList dl dd a.on{font-weight:bold}

.sell_tip {width:180px;height:70px;background:url('image/sell_tip.gif') no-repeat;overflow:hidden;z-index:1000;position:absolute;}
.sell_tip p {margin:0 0 4px 2px;font-weight:bold;}
.sell_tip div {padding:8px 0 0 10px;}
.tool {background: #fff; overflow:hidden;padding:10px; margin-bottom:20px; box-shadow: 0px 0px 3px rgba(0,0,0,0.15);}
.tool table {width:100%;}
.tool select {height: 23px;padding: 0 0 0 5px;border: 1px solid #ccd1d9;font-size:12px;}
.tool-btn {border:#ccd1d9 1px solid;;height:24px;line-height:24px;width:70px;padding:0px;cursor:pointer; background:white;font-size:12px;}
.tool-btn:hover {border:#ee2e2c 1px solid;background:#ee2c2c;color:white}

.showChange {
    float: right;
    margin-right: 5px;
	margin-top:1px
}
.showChange a{cursor: pointer;display:block;line-height:26px;float:left;padding:0px 10px;text-indent:-9999px}
.showChange a.tupian {
    background:white url("img/matrix_green.png") no-repeat center;
}
.showChange a.tupian_gray {
    background: url("img/matrix_gray.png") no-repeat center;
}
.showChange a.tuwen {
    background:white url("img/bar_green.png") no-repeat center;
}
.showChange a.tuwen_gray {
    background: url("img/bar_gray.png") no-repeat center;
}

.img_list li {height:22px;line-height:22px;overflow:hidden;}
.product_option {padding:10px 20px 10px 20px;}
.iq_btn {margin-top:10px;border:none!important;}
.cc_inp {border:#CCCCCC 1px solid;text-align:center;}

.first-screen{ background:white;overflow:hidden;padding:20px}
.salebox_l{width:360px;float:left;padding:0px 30px 20px 0px;overflow:hidden}

.base{padding-top:10px}
.base dl{overflow:hidden;width:100%;padding:5px 0px;font-size:14px;line-height:20px;}
.base dt{float:left;color:#777}
.base dd{overflow:hidden;;color:#555}
.buynow{padding-top:15px;overflow:hidden;width:100%}
.buynow a{background:#ff7200;display:block;float:left;margin-right:20px;padding:12px 30px;font-size:16px;color:white;border-radius:2px; cursor:pointer}
.buynow a.demo{background:#ee2e2c}
.buynow a:hover{background:#f00}
.buynow a i{font-size: 21px;padding: 0 6px;color: #fff;margin-right: 0;}
.left-side{width:230px;float:left;overflow:hidden;}


.proInfo{width:518px;  float:left; border-right:1px solid #f3f3f3;font-size:14px;}
.proInfo h1{font-size: 22px; line-height: 30px; overflow: hidden; color: #000; margin-bottom: 15px; max-height: 60px; font-weight:normal}
.proInfo h5{font-size:14px;color:#ee2e2c;margin-bottom:15px;margin-top:-10px;padding-right:20px;}
.proInfo p{font-size:14px;line-height:41px;color:#4c4c4c;height:41px;overflow:hidden;}
.proInfo i{color:#888;margin-right:20px;float:left; text-align:justify}
.proInfo .proPrice{background:url("img/copyright.png") no-repeat 0px -96px scroll; width:479px;height:62px;line-height:31px; padding:15px 0; margin-bottom:10px; font-size:12px; position:relative}
.proInfo .proPrice p{ height:31px; line-height:31px;padding-left:20px;margin:0px}
.proInfo .proPrice span{color:#ee2c2e;float:left;line-height:31px;font-size:18px;}
.proInfo .proPrice em{margin-right:10px; color:#000; font-size:13px;}
.proInfo .proPrice font{font-size:24px;margin-left:5px;font-weight:bold;}
.proInfo p a:hover{color:#ee2c2e}
.proInfo p a{color:#4c4c4c;font-size:14px}
.proInfo p font{color:#ee2c2e}
.proInfo a.onlineInquiry{ display:block; width:175px; height:43px; background:#ee2c2e; border-radius:3px; text-align:center; line-height:43px; color:#fff; font-size:16px; margin-top:30px;transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s}
.proInfo a:hover.onlineInquiry{ background:#cd0225}

.qrcode { width:47px;position: absolute;right:10px;top:23px;z-index:1000
}
.qrcode p{font-size:12px;}
.qrcode dl{display:none}
.qrcode:hover dl {
  display: inline-block;position: relative;z-index:10000;background:white;width:110px;box-shadow: 0px 0px 3px rgba(0,0,0,0.15);top:10px;padding:5px;left:-30px
}
.qrcode:hover dl img{width:110px;height:110px;}

/*买家正在看*/
.shopInfo{width:215px; float:right; padding:0 15px; overflow:hidden;}
.shopInfo h2{ font-weight:normal; text-align:center; height:44px; line-height:44px; font-size:16px; padding-top:4px; background:url("img/copyright.png") no-repeat 0px -189px scroll;}
.shopInfo h3{border-bottom:1px solid #e9e9e9;height:45px;font-size:18px;line-height:45px;}


.shopInfo a{width:110px;height:90px; display: block; color: #333; font-size: 12px; padding:19px 0px 19px 102px; border-bottom:1px solid #f3f3f3; position: relative; overflow:hidden;}
.shopInfo a img {width: 90px; height: 90px; position: absolute; left: 0; top: 19px;}
.shopInfo a b{display: block;  line-height:20px; color: #333; overflow: hidden; font-weight: 400;}
.shopInfo a:hover b{ color:#ee2c2e}
.shopInfo a span {display: block; height: 25px; line-height: 25px; overflow: hidden; color: #ee2c2e; margin-top:5px;}
.shopInfo a:last-child{ border:none}

.left-side .shopInfo{width:210px; float:none; padding:0 0px; overflow:hidden; background:white}




.right-side { width: 915px;background: #fff;font-size:14px; line-height:33px;overflow:hidden; float:right;padding:0px 20px ;border:#e3e3e3 1px solid}
.right-side h3{border-bottom:1px solid #e9e9e9;height:45px;font-size:18px;line-height:45px;}
.sx { width:100%; overflow:hidden;margin-bottom:20px;font-size:14px;border-bottom:#f3f3f3 1px solid;padding-bottom:15px;margin-top:20px;}
.sx dl{height:30px;line-height:30px; float:left;width:33%;overflow:hidden;padding:0px;}
.sx dl dt{float:left;color:#777}
.sx dl dd{overflow:hidden}
.content{padding:0px 0px}


/*声明*/
.state{ height:auto; margin:0 auto; margin-top:20px; background:#fff; padding:25px 0px; color:#999; line-height:22px}
.state h2{ height:30px; line-height:30px; font-size:16px; color:#ee2c2e;}
.state b{ color:#333}
.state p{ margin-top:10px;font-size:12px}
.state p a{ color:#e02445}
.state p a:hover{ text-decoration:underline}


.s-shopInfo{background:white;border:#e3e3e3 1px solid;margin-top:15px}
.s-shopInfo h2{ padding:0px 15px; height:45px; line-height:45px; font-size:16px;border-bottom:#eee 1px solid;background:#f9f9f9;}
.s-shopInfo dl{padding:0 15px;padding:0 15px; overflow:hidden}
.s-shopInfo a{width:95px;height:90px; display: block; color: #333; font-size: 12px; padding:19px 0px 19px 102px; border-bottom:1px solid #f3f3f3; position: relative; overflow:hidden;}
.s-shopInfo a img {width: 90px; height: 90px; position: absolute; left: 0; top: 19px;}
.s-shopInfo a b{display: block;  line-height:20px; color: #333; overflow: hidden; font-weight: 400;}
.s-shopInfo a:hover b{ color:#ee2c2e}
.s-shopInfo a span {display: block; height: 25px; line-height: 25px; overflow: hidden;font-weight:bold; color: #ee2c2e; margin-top:5px;}
.s-shopInfo a:last-child{ border:none}

.sell-list ul li{height:100px;padding:15px 20px 15px 15px;border:#e3e3e3 1px solid;margin-bottom:15px;background:white;position: relative;margin-right:10px;z-index:10}
.sell-list ul li:hover{border:#ee2e2c 1px solid;}
.sell-list ul li:hover .s-buy a{background:#ee2e2c;color:white}

.s-db{float:left;margin-right:15px;margin-top:35px}
.s-db input{width:14px;height:14px;border:#e3e3e3 1px solid;border-radius:0px;background:white;box-sizing: border-box;}
.s-pic{float:left;margin-right:15px}
.s-pic img{width:100px;height:100px;border:#eee 1px solid}
.s-info{width:340px;float:left;overflow:hidden;}
.s-title{line-height:21px;font-size:14px;margin-bottom:5px;margin-right:15px;height:21px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}
.s-title a{color:#266eab}
.s-hs{color:#777;overflow:hidden;height:40px;line-height:20px;overflow:hidden}
.s-hs em{margin-right:10px}
.s-brand{border:#ee2e2c 1px solid;color:white; float:left; position:absolute; bottom:15px; height:20px;line-height:20px;background:#ee2e2c; overflow:hidden}
.s-brand i{float:left;display:block;padding:0px 5px;}
.s-brand em{background:white;display:block;float:left;height:20px;line-height:20px;padding:0px 8px;}
.s-brand em a{color:#ee2e2c}
.s-price{float:left;width:110px;font-size:12px;color:#ee2e2c;margin-top:30px;padding-left:20px}
.s-price {font-size:18px}
.s-group{float:left;width:200px;}
.s-name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:10px;}
.s-name a{color:#000}
.s-local{margin-bottom:12px; background:url(img/global.png) no-repeat left 1px;padding-left:15px;}
.s-service{float:right;width:80px; text-align:center}
.s-buy{width:80px;margin:15px 0px 0px 0px;overflow:hidden}
.s-buy a{line-height:24px;border:#ee2e2c 1px solid;display:block;color:#ee2e2c;border-radius:1px;font-size:12px;}

.sell-list ul li:hover .s-brand{border:#d10000 1px solid;color:white; float:left; position:absolute; bottom:15px; height:20px;line-height:20px;background:#d10000; overflow:hidden}
.sell-list ul li:hover .s-brand i{float:left;display:block;padding:0px 5px;}
.sell-list ul li:hover .s-brand em{background:white;display:block;float:left;height:20px;line-height:20px;padding:0px 8px;}
.sell-list ul li:hover .s-brand em a{color:#d10000;font-weight:bold}


/*幻灯广告区域*/
.slider{z-index:1;overflow:hidden;width:100%;}
.slider_stage a{ display:block; width:100%; min-width:1200px; height:380px; }
.slider_stage { width:100%; height:380px; overflow: hidden;}
.prev,.next{ display:block; width:38px; height:84px; position:absolute; top:30%; margin-top:-42px;  z-index:10; cursor:pointer;}
.prev1,.next1{ background:url(img/header_icon.png) no-repeat; display:none;}
.prev:focus,.next:focus{ outline:none}
.prev{ left:50%; margin-left:-600px;background-position:-312px -3px;}
.next{ right:50%; margin-right:-600px;background-position:-312px -87px;}
.slider:hover .prev1,.slider:hover .next1{ display:block }
.slider-menu-1 { position: absolute;left: 50%;top: 300px;width: 750px;height: 24px;margin-left: -400px;text-align: center;z-index: 50; }
.slider-menu-1-box { width:750px; margin:0 auto;}
.slider-menu-1 ul { padding-left:0px; text-align:center;}
.slider-menu-1 ul li { position:relative; display:inline-block; *display:inline; *zoom:1;}
.slider-menu-1 ul li a { display:block; border:#efefef 1px solid;width:15px; height:15px;margin:0px 5px; border-radius:50%}
.slider-menu-1 ul li.current a { border:#bd2639 1px solid;background:#bd2639 }



/*标题居中样式*/
.i-title{font-size:28px;color:#000;height:65px;overflow:hidden; text-align:center; position:relative}
.i-title b{display:block; background:#f5f5f5;width:150px; text-align:center; font-weight:400; position:absolute; top:0px; left:535px; z-index:10}
.i-title b.white{background:white}
.i-title .ch-title {width: 225px;height: 2px;background: #333;margin: 10px auto;-webkit-transition: width .3s linear;-moz-transition: width .3s linear;-ms-transition: width .3s linear;-o-transition: width .3s linear;transition: width .3s linear;position:absolute;top:10px;left:500px;}
.used-shop{width:1230px;}
.used-shop dl{width:346px;float:left;overflow:hidden; background:white;margin-right:20px;padding:20px; position:relative;margin-bottom:20px}
.used-shop dl:hover{box-shadow:0px 0px 15px rgba(0,0,0,0.2);-webkit-box-shadow:0px 0px 15px rgba(0,0,0,0.2);-moz-box-shadow:0px 0px 15px rgba(0,0,0,0.2);}
.u-shop img{float:left;width:50px;height:50px;border-radius:100%;margin-right:10px}
.u-shop{overflow:hidden;width:100%}
.u-info{overflow:hidden;}
.u-info h5{height:20px;line-height:20px; overflow:hidden;font-size:16px;margin-bottom:10px;font-weight:normal}
.u-info p{font-size:12px}
.u-list{overflow:hidden;margin-top:15px;width:370px;}
.u-list a{width:162px;margin-right:20px; float:left;display:block; overflow:hidden}
.u-list img{width:162px;height:121px}
.tip{position:absolute; right:-5px; top:-5px;width:60px;height:60px; display:block; background:url(img/seller_tip@1x.png) no-repeat}

/*carstyle*/
.carstyle{width:1250px;}
.carstyle span.p0{ background:url(image/new.png) no-repeat;left: 0px;top: 0px; position: absolute;width:64px;height:64px; z-index: 10;}
.carstyle li{float:left;overlfow:hidden;position: relative;font-size:12px; background:white;width:285px;margin:0px 20px 20px 0px;overflow:hidden}
.carstyle li div{padding:5px 15px}
.carstyle li:hover{box-shadow:0px 0px 15px rgba(0,0,0,0.2);-webkit-box-shadow:0px 0px 15px rgba(0,0,0,0.2);-moz-box-shadow:0px 0px 15px rgba(0,0,0,0.2);}
.carstyle ul li img{width:285px}
.carstyle li h3{margin:10px 0px 10px 0px;height:18px;overflow:hidden;font-weight:normal;font-size:16px;line-height:18px;white-space: nowrap;text-overflow: ellipsis;}
.carstyle li h3 a{display:inline;color:#171717}
.carstyle li h3 a:hover{color:#e94615;}
.carstyle li p{color:#999;height:14px;line-height:14px;overflow:hidden;margin:10px 0px 0px 0px;font-size:14px}
.carstyle li ins{color:#f60;padding:10px 0px;height:40px; line-height:40px;text-decoration:none}
.carstyle li ins em{font-size:24px;font-style:normal;font-weight:bold}


.index-entry-buysell{position:relative;z-index:3;height:200px;font-size:14px;background-color:#fff;border:1px solid #dfe3e3;border-top:0;box-shadow:0 1px 4px 0 rgba(88,100,117,.2);border-radius:6px;padding:20px 0px; margin-top:-50px}


.index-entry-buysell .left{width:700px;float:left;overflow:hidden;padding:0px 50px 0px 30px}

.index-entry-buysell .qc-head{width:700px;height:45px;line-height:40px;overflow:hidden;border-bottom:#eee 1px solid}
.index-entry-buysell .qc-head h2{width:180px;float:left;font-size:18px;font-weight:normal;color:#000;background:url(img/arrrow-back.png) no-repeat 80px 15px}
.index-entry-buysell .qc-head ul{width:190px;float:right}
.index-entry-buysell .qc-head li{font-size:14px; float:left;width:50%;}
.index-entry-buysell .qc-body{padding-top:15px}
.index-entry-buysell .qc-body ul li{width:90px;padding:5px;float:left;text-align:center}

.index-entry-buysell .qc-body ul.jy li img{width:50px;margin:0px 20px}

.index-entry-buysell .right{overflow:hidden;padding:0px 30px 0px 0px}
.index-entry-buysell .right dt{font-size:18px;font-weight:normal;color:#000;height:45px;line-height:40px;overflow:hidden;border-bottom:#eee 1px solid; background:url(img/arrrow-back.png) no-repeat 80px 15px}
.index-entry-buysell .right dt span{float:right;color:#999}
.index-entry-buysell .right dt font{color:#f53}
.index-entry-buysell .right dl a{display:block;padding:10px;background:#f53;color:white;font-size:20px;border-radius:5px;margin-top:20px;text-align:center}




