/* 2021-10-11 */
.productList{ margin-top: 20px;}

.inquiryBox{ width: 1100px; background-color: #FFF;}
.inquiryTle{ padding: 10px 0;}
.inquiryTle h4{ font-size: 18px; text-align: center; line-height: 2.2em;}
.inquiryMain{ padding: 20px 40px;}

.productads{ margin-top: 10px !important; text-align: center;}

/* 2020 */
.product_tip {width:180px;height:70px;background:url('image/sell_tip.gif') no-repeat;overflow:hidden;z-index:1000;position:absolute;}
.product_tip p {margin:0 0 4px 2px;font-weight:bold;}
.product_tip div {padding:8px 0 0 10px;}
.tool {padding:8px 0;border-bottom:#DDDDDD 1px solid;}
.tool table {width:100%;}
.tool select {padding:2px;}
.tool-btn {background:url('image/btn_1.gif') no-repeat;height:22px;line-height:22px;width:70px;padding:0 0 0 10px;border:none;cursor:pointer;}
.tool-btn:hover {background:url('image/btn_2.gif') no-repeat;}

.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;}

.productContBox{ width:100%;}
.productCatids{ width:100%; overflow:hidden; margin-bottom:20px; background-color:#FFF;}
.productCatidsLeft{ float:left; width:340px; height:520px; position:relative;}
.productCatidsLeft i{position:absolute;top:0;left:0;padding:10px 20px;background:rgba(0,0,0,0.5);border-bottom-right-radius: 15px;}
.productCatidsLeft .productCatidsList{ padding:120px 20px 20px 20px;overflow:hidden;}
.productCatidsLeft .productCatidsList a{display:inline-block;padding:3px 10px;background:#fff;border-radius:10px;margin:7px; font-size:14px;}
.productCatidsLeft .productCatidMore{ position: absolute; right: 10px; top: 10px; color: #fff;}
.productCatidsLeft .productCatidName{font-size:16px;color:#fff;}

.productCatidsRight{ float:left; width:860px;}
.productProBox{ width:840px; padding-left:20px; padding-top:10px;}
.productProBox ul{ width:840px;}
.productProBox li{float:left; width:200px; margin-right:10px; margin-bottom:10px;}
.productProBox .s_Img{ display:block;width:198px;height:198px; line-height:200px;background:#fff;border:1px solid #eeeeee; text-align:center; margin-bottom:5px;}
.productProBox a:hover .s_Img{border:1px solid #ff820d;}
.productProBox .s_Img img{ vertical-align:middle; max-width:90%; max-height:90%;}
.productProBox li p{line-height:20px;height:40px; font-size:14px;}

.productCatids:nth-child(1) .productCatidsLeft{background-image: linear-gradient(#f34545, #ffaea0);}
.productCatids:nth-child(2) .productCatidsLeft{background-image: linear-gradient(#e8b74a, #fbd853);}
.productCatids:nth-child(3) .productCatidsLeft{background-image: linear-gradient(#7636ff, #7783ff);}
.productCatids:nth-child(4) .productCatidsLeft{background-image: linear-gradient(#3c85ff, #6ac2ff);}
.productCatids:nth-child(5) .productCatidsLeft{background-image: linear-gradient(#73cd7e, #c0ffcc);}
.productCatids:nth-child(6) .productCatidsLeft{background-image: linear-gradient(#60a38e, #73ccb0);}
.productCatids:nth-child(7) .productCatidsLeft{background-image: linear-gradient(#c07e95, #e0a9ba);}
.productCatids:nth-child(8) .productCatidsLeft{background-image: linear-gradient(#92e5dd,#25a296);}
.productCatids:nth-child(9) .productCatidsLeft{background-image: linear-gradient(#d77972,#be4239);}

/*6-28*/
.next {
	display:none;
	position: absolute;
	top: 45px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 60px;
	-webkit-background-size: 60px;
	background-size: 60px;
	background-position: center;
	background-repeat: no-repeat;
	right: auto;
	left: 0;
	height: 60px;
	width: 35px;opacity: 0.8;
	background-color:#929292;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.next-bg {
	background-image:url(image/btn-fl1.png);    background-size: 100%;
}

.prev {
	display:none;
	position: absolute;
	top: 45px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 60px;
	-webkit-background-size: 60px;
	background-size: 60px;
	background-position: center;
	background-repeat: no-repeat;
	right: 0;
	height: 60px;
	width: 35px;opacity: 0.8;
	background-color:#929292;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.prev-bg {
	background-image: url(image/btn-fr1.png);    background-size: 100%;
}

.list-product-box{ position:relative;height:150px;overflow:hidden;}
.list-product-item{width: 380px;float: left;display: block;height: 130px;margin:0 10px;background-color: #fff;color: #000;}
.list-product-Img {
    margin-left: 10px;
    width: 110px;
    height: 110px;
    float: left;
    padding:10px 0;
	    text-align: center;
		overflow:hidden;
}

.list-product-Name {
    float: left;
    color: #282828;
    padding:10px;
    line-height: 20px;
    width:240px;
	position:relative;
	height:110px;
}
.list-product-Name .list-product-Title {height:40px;overflow: hidden;}
.list-product-Title a {display: block;height:40px;line-height:20px;overflow: hidden;font-size:14px;font-weight:bold;}
.list-product-Name p {
    font-size: 12px;
    height: 22px;margin-bottom:5px;
    line-height: 22px;
		color:#666;
		white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.p_vip{    display: inline-block;
    width: 30px;
    height: 18px;line-height:18px;border-radius:5px;
    margin-right: 5px;
    text-align:center;background:#ff820d;color:#fff;}
.list-product-Btns{overflow:hidden;}
.list-product-Btns a{font-size:12px;color:#c4c4c4;display:inline-block;padding:0 7px;border:1px solid #c4c4c4;border-radius:10px;}
.list-product-Btn {
    overflow: hidden; 
    clear: both;
    padding: 2px 0;
	
}
.list-product-Btn span{ padding:0 5px; color:#3b6480;}
.list-product-Btn a {
    display: block;
    padding: 0 9px;
    margin-right: 10px;
    border: 1px solid #a9a9a9;
    color: #282828;
    text-align: center;
    line-height: 20px;
    height: 20px;
    border-radius: 30px;
    float: left;
    margin-top: 4px;
    transition: .3s;
}
.list-product-btnGroup{position:absolute;bottom:10px;width:240px;}


.more{float:right;}
.more a{display:inline-block;padding:3px 10px;background:#ff0000;color:#fff;border-radius:5px;}

 
/*7.3*/
.order-r{float:right;}









