@font-face {
  font-family: 'Hiragino Sans GB';    
}
body {
   /*font-family: 'tahoma','Arial','Hiragino Sans GB','Microsoft YaHei';*/
}
.head-nav{
    border-bottom:2px solid #e20523;
}
.head-nav .pro{
    position:relative;
}
.head-nav .pro:hover .sider-bar{
    display:block;
}
.head-nav .sider-bar{
    display:none;
    position:absolute;
    top:40px;
    left:0px;
    z-index:222;
    overflow:hidden;
}
.head-nav .sider-bar .hover-list{
    position: absolute;
    top:0;
    left:230px;
}
.right-con{
    padding-top:0;
    overflow-y:auto;
    scrollbar-face-color: #a9aaad;/*移动滑块颜色*/
    scrollbar-shadow-color: #a9aaad;/*移动滑块边框颜色*/
    scrollbar-track-color: #f1f1f1;/*背景颜色*/
    scrollbar-arrow-color: #f1f1f1;/*箭头颜色*/
    /*min-height:990px;*/
}
.pro-detail{
	
}
/****pro-breadcrumb****/
.pro-breadcrumb{
    background:#f1f1f1;
    font-size:14px;
    color:#666;
    margin-top: 64px;
}
.pro-breadcrumb .breadcrumb{
    padding:10px 0;
    margin:0;
    background: transparent;
}
.pro-breadcrumb .breadcrumb>li+li:before{
    content:"\003E";
}
.pro-breadcrumb .breadcrumb>li>a{
    color:#CFAC34;
}
.pro-breadcrumb .breadcrumb li:last-child a{
    color:#666;
}
.pro-breadcrumb-width{
    width:1084px;
    margin:0 auto;
}
/*****proselect******/ 
.pro-select{
    position:fixed;
    top:218px;
    bottom:35px;
    width:230px;
/*    height:715px;*/
    background:#fff;
    /*border:1px solid #e5e5e5;*/ 
    /*padding-right:10px;*/
    vertical-align:top;
}
.pro-select-title{
    padding:9px 14px;
    font-size:16px;
    color:#000;
    background:#d9d9d9;
}
.pro-select-title img{
    margin-bottom:2px;
    margin-right:2px;
}
.pro-select-con{
/*    height:588px;*/
    
   /*min-height:400px;*/
}
.pro-select-con{height:450px; overflow-y:hidden;}
.pro-check,.pro-select-con{overflow-x:hidden;
   
    scrollbar-face-color: #a9aaad;/*移动滑块颜色*/
    scrollbar-shadow-color: #a9aaad;/*移动滑块边框颜色*/
    scrollbar-track-color: #f1f1f1;/*背景颜色*/
    scrollbar-arrow-color: #f1f1f1;/*箭头颜色*/}
    .pro-check{max-height: 200px; overflow-y:auto;}
.pro-check::-webkit-scrollbar,.pro-select-con::-webkit-scrollbar
{
    width: 10px;
    background-color: #f5f5f5;
    border-radius: 10px;
}
.pro-check::-webkit-scrollbar-thumb,.pro-select-con::-webkit-scrollbar-thumb
{
    background-color: #dcdcdc;
    border-radius: 10px;
}
.pro-select-con p{
    padding:9px 10px;
    margin:0;
    font-size:15px;
    color:#000;
    font-weight:bold;
}
.pro-select-con span{
    font-size:13px;
    color:#868789;
}
.pro-select-con hr{
    margin:0 0 10px;
    width:100%;
    border-top:1px solid #f1f1f1;
}
.pro-select-detail{
    overflow:hidden;padding-bottom: 20px;
}
.pro-check{
    padding:0 10px;
    /*overflow:hidden;*/    
}
.pro-check-img{
    position:relative;
    width:99px;
    padding-top:60px;
    float:left;
}

.pro-check-img img{
    position:absolute;
    bottom:30px;
    vertical-align:bottom;
}
.pro-check input{
    background:#fff;
    border:1px solid #f1f1f1;
}
.pro-check ul{
    padding:9px;
    height:100px;
    border:1px solid #f1f1f1;
    overflow-y:auto;
    scrollbar-face-color: #a9aaad;/*移动滑块颜色*/
    scrollbar-shadow-color: #a9aaad;/*移动滑块边框颜色*/
    scrollbar-track-color: #f1f1f1;/*背景颜色*/
    scrollbar-arrow-color: #f1f1f1;/*箭头颜色*/
}
.pro-check ul::-webkit-scrollbar
{
    width: 10px;
    background-color: #f1f1f1;
}
.pro-check ul::-webkit-scrollbar-thumb
{
    background-color: #a9aaad;
}
.pro-check .pro-check-search{
    width:93%;
    padding:0 5px;
    margin-top:5px;
    box-sizing: content-box;
    box-shadow:-1px -1px 4px #aaa;
}
.pro-checkbox {
	position: relative;
    float:left;
    width:99px;
    margin-top:5px;
    margin-bottom:5px;
}
.radio+.radio, .checkbox+.checkbox {
    margin-top: 5px;
}
.pro-checkbox label{
    width:15px;
}
.pro-checkbox .checkboxInput {
	cursor: pointer;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 4px;
  	left: 0;
	background: #fff;
	border:1px solid #d7d9da;
}
.pro-checkbox .checkboxInput:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 2px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pro-checkbox .checkboxInput:hover::after {
	opacity: 0.5;
}
.pro-checkbox input[type=checkbox]:checked + .checkboxInput:after {
	opacity: 1;
}
/******prolist******/
.pro-list{
    margin-bottom:10px;
    padding:18px 16px;
    background:#fff;
    overflow:hidden;
}
.pro-list h4{
    font-size:18px;
    color:#333;
    font-weight:bold;
}
.pro-list h4 span{
    margin-left:10px;
    font-size:12px;
    color:#999;
    font-weight: normal;
}
.pro-list h5{
    font-size:16px;
    font-weight:bold;
    color:#3C8AD4
}
.pro-list-con{
    width:50%;
    float:left;
    padding:13px;
}
.pro-list-img{
    padding:4px 0;
    float:left;
    width:138px;
    height:95px;
    text-align:center;
    background:#fff;
}
.pro-list-con img{
    width:120px;
}
.pro-list-con p{
    position:relative;
    width:286px;
    float:right;
    max-width:65%;
    font-size:13px;
    color:#868789;
    line-height: 17px; 
    text-align:left;
    /*max-height:85px;*/
    overflow: hidden;
    /*text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;*/
    margin-bottom:0;
}
.pro-list-con .p-after:after{
    content: "..."; 
    position: absolute; 
    bottom: 0; 
    right: 0; 
    padding-left: 40px;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -moz-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(left, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);
}

.pro-list .pro-list-con:hover{
    background:#EAEFF5;
}
.pro-list .pro-list-con:hover p:after{
    background: -webkit-linear-gradient(left, transparent, #EAEFF5 55%);
    background: -moz-linear-gradient(left, transparent, #EAEFF5 55%);
    background: -o-linear-gradient(left, transparent, #EAEFF5 55%);
    background: linear-gradient(to right, transparent, #EAEFF5 55%);
}
/******related-list*******/
.related-list{
    margin-bottom:10px;
    padding:18px 10px;
    background:#fff;
    overflow:hidden;
}
.related-list:last-child{
    margin-bottom:0;
}
.search_brand .related-list{padding: 15px 0px;}
.search_brand .related-list span{padding: 0px 0px 0px 10px;margin:0px 0px 15px 12px;border-left: 3px solid #f79c05;font-size: 16px;color: #333;font-weight: bold;height: 17px;line-height: 17px;}
.rl-title{border-bottom: 1px solid #f1f1f1;}
.rl-title label a{font-size: 16px;color: #333;}
.rl-title label a.cor01n{color: #e20523;font-size: 14px;}
.rl-title label{font-weight: bold;height: 17px;line-height: 17px;float: right;width: auto;margin-right: 12px;display: inline;font-size: 12px;}
.related-list h4{
    margin:0px 0px 12px 0px;
    font-size:18px;
    color:#333;
    font-weight:bold;
    padding-left:8px;
}
.related-list img{
    width:120px;
}
.related-list span{
    display:inline-block;
   /* margin:7px 7px 10px;*/
  margin-left:7px;
    font-size:12px;
    color:#999;
    font-weight: normal;
}
.related-list li{
    float:left;
    margin:7px 8px;
    height:136px;
    margin-top: 15px;
}
.search_brand .related-list-con{padding: 0px 12px;}
    .search_brand .related-list-con p{overflow: hidden;text-overflow: ellipsis;
    white-space: nowrap;}
     .search_brand .related-list-con p a{color: #666;}
.related-list-con{
    text-align:center;
}
.related-list-con li p {
    margin:0px;
    width: 138px;
    font-size: 13px;
    color: #666;
    height:20px;line-height: 28px;
    overflow: hidden;
}
.search_brand>.related-list .related-list-con ul{}
.related-list-top ul{padding-top: 10px;width: 85%;display: inline-block;float: left;}
.related-list-top ul li{margin: 7px 18px 7px 2px;}
.related-list-top ul.others{display: none;}
.related-list-top .zz-more{padding: 10px 30px 10px 15px;background:#f1f1f1 url(../img/arrowb1.png) no-repeat 66px;float: right;margin-top: 25px;border: 0px;font-size: 12px;}
.related-list-top .zz-more:hover{color: #e20523;}
.search_brand>.related-list .related-list-con ul::-webkit-scrollbar {/*滚动条整体样式*/
        width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
.search_brand>.related-list .related-list-con ul::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 10px;
         /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
        background: #dcdcdc;
    }
.search_brand>.related-list .related-list-con ul::-webkit-scrollbar-track {/*滚动条里面轨道*/
        /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
        border-radius: 10px;
        background: #f5f5f5;
    }
.search_brand .related-list-con ul::after,.search_brand .related-list-con::after{display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0}
.related-list-con  li:hover p{
    color:#e20523;
}
.related-list-con ul li:hover .related-list-img {
    border: 1px solid #e20523;
}
.related-list-img{
    padding: 4px 0;
    width: 138px;
    height: 95px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}
/******prodetail*******/
/*.right-con{
    background:#fff;
}*/
.pro-detail-head .head-con{
    /*position:fixed !important;
    top:0;
    left:0;*/
    width:100%;
    background:#fff;
    box-shadow: none!important;
    /*z-index:322;*/
}
.pro-detail-breadcrumb{
    /*position:fixed !important;
    top:88px;
    left:0;*/
    width:100%;
    /*z-index:222;*/
}
.pro-detail-select{
    position:fixed !important;
    top:128px !important;
    left:0;
    z-index:999;
    /*height:960px !important;*/
}
.pro-detail-select .pro-select-con{
    /*height:930px !important;*/
}

.pro-detail{
    /*padding:20px;*/
    background:#fff;
    overflow:hidden;
    vertical-align:top;
    min-height:400px;
}
.pro-detail-title{
    position:fixed;
    padding:5px 20px 0px 20px;
    top:128px;
    width:80%;
    background:#fff;
    z-index:222;
}
.pro-detail-title h4{
    font-size:20px;
    color:#333;
    font-weight:bold;margin: 10px 0px 11px 0px;
}
.hasImg{
    position:fixed;
    top:185px;
    width:80%;
    background:#fff;
    padding:0 20px;
    margin-right:40px;
    z-index:999;
}
.pro-detail-left{
    position:fixed;
    float:left;
    margin:0 20px 0px 0px;
    top:193px;
    left:240px;
    background:#fff;
    z-index:220;
    text-align:center;
    width:150px;
}
.pro-detail-left p{
    margin-top:10px;
    font-size:13px;
    color:#666;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.pro-detail-left a:hover p{
    color:#e20523;
}
.pro-detail-left>div{
    margin:20px 10px;;
}
.pro-detail-left .imgType{
    width:138px;
    height:95px;
    line-height: 95px;
    margin:0 auto;
}
.pro-detail-left img{
    max-width:100%;
    max-height:100%;
    vertical-align:bottom;
}
.pro-detail-right{
    
    padding:65px 20px 0px 20px;
    margin-left:180px;
    background:#fff;
}

/******pro-detail-model***/
.activeModel{
    padding:4px;
    background:#fff;
    color:#000;
    border-top:1px solid #e20523;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
}
.pro-detail-model{
    display:none;
    margin-left:-347px;
  /* margin-left:-280px;*/
    padding:10px 14px;
    width:440px;
    border:1px solid #ddd;
    overflow:hidden;
    z-index:221;
    position: relative;
    background: #fff;
}
.pro-detail-model ul li p{
    display:inline-block;
    margin-bottom:5px;
    float: left;
}
.pro-detail-model ul li{float: left;}
.pro-detail-model ul li p:last-child{
    width: 250px;
}
.pro-detail-model ul li p:first-child{
    color:#868789;
}
.pro-detail-model-img{
    width:100px;
    height:68px;
    /*padding-top: 10px;
    padding-right: 20px;*/
}
.pro-detail-model-img img{
    max-width:90%;
    /*max-height:100%;*/
}
.pro-detail-model .collect{
    margin-top:4px;
    padding-left:28px;
    color:#333;
    background:url(../img/blackstar.png) 17px 1px no-repeat;
}
.pro-detail-model .collect img{
    margin-right:5px;
    vertical-align:top;
}
.pro-detail-model a:hover p{
    color:#e20523;
}
.pro-detail-model a:hover .collect{
    background:url(../img/bluestar.png) 17px 1px no-repeat;
}
.pro-detail-model img{
   max-width:100%;
}
.pro-detail-model h3{
    margin-top:0;
    font-size:16px;
    color:#333;
    font-weight:bold;
}
.pro-detail-model h3 img{
  margin:5px 10px;
}
.pro-detail-model p{
    color:#333;
}
.pro-detail-model input{
    width:50px;
    height:20px;
    color:#666;
    line-height:20px;
    text-align:center;
    border:none;
}

.order, .joinShopcart{
    padding:3px 10px;
    border:none;
    /*width: 82px;
    height: 25px;*/
    /*line-height: 24px;*/
}
.numberinput{
    display:inline-block;
    /*vertical-align:bottom;*/
    border:1px solid #ddd;
}
.sub{
    height:20px;
    width:20px;
    border-right:1px solid #ddd;
    background:url(img/jian01.jpg) -5px 26px;
    vertical-align:bottom;
}
.add{
    height:20px;
    width:20px;
    border-left:1px solid #ddd;
    background:url(img/jia01.jpg) -4px 26px;
    vertical-align:bottom;
}
.pro-detail-model .queryPrice{
    color:#FF7300;
    cursor: pointer;
}
.priceNumber{
    font-size:15px;
    color:#FF7300;
}
.pro-detail-model ul li .price{
    display:none;
}
.joinShopcart{
    margin-left:5px;
    border:1px solid #FF7300;
    background: #fdf8f4;
}

/******pro table *******/
.table{
    margin-top:48px;
    margin-bottom:31px;
    table-layout:fixed;word-break:break-all;
}
#accessoryid table{table-layout:fixed;word-break:break-all;}
.table thead>tr>th, 
.table tbody>tr>th,  
.table thead>tr>td, 

.table tfoot>tr>td{
    padding:3px 7px;
    border-top:none;
    white-space: nowrap;
}
.table tbody>tr>td{
    padding:0px;
    padding-left:7px;
    border-top:none;
}
.table tbody+tbody{
    border-top:none;
}
.table th{
    font-size:14px;
    color:#333;
    font-weight:normal;
}
.table tr{
    font-size:12px;
    color:#666; 
}
.table tbody tr:hover{
    /*background:#E9EFF5;*/
   
}
.table tbody tr:hover .pro-detail-model{
    background:#fff;
}
/*.pro-detail-right .table tbody tr:hover{
	background: #fff;
}*/
/*.pro-detail-right .table td{padding:0px;}*/
.pro-divbg{width:100%;background:#E9EFF5;padding: 0px 0px 0px 7px;}
tr.table-third-title:hover{background:#E9EFF5;}
/*.table .tbody .table-third-title:hover{
    background: #fff;
}
.table .tbody .table-third-title:hover td{
    background: #fff;
}*/
.pro-detail .table-title{
    /*position:fixed;*/
    /*top:188px;*/
    background:#fff;
    z-index:222;
     left:257px;
     /*display: table;*/
    /*width:1200px;*/
}
.pro-detail .table{margin-left: 15px;}
.pro-detail-right .table-title{background: #fff;}
.pro-detail-right .table-title,.pro-detail-right .table-second-title,.pro-detail-right .table-third-title{left:441px;}
.pro-detail-right .table-second-title{background: #E9EFF5;}
/*.pro-detail-right th,.pro-detail th{float: left;}*/
.pro-detail-right .table thead > tr > th,.pro-detail .table thead > tr > th{height:26px;line-height:19px;border-bottom: 2px solid #ddd;}
/*.table-second-title td span:last-child{margin-left:8px;color: #333;}*/
.pro-dmc{width: 100%;}
#accessoryid>td{padding:0px;}
/*.table-title tr th{
    min-width:90px;
}
.table-title tr th:first-child{
    min-width:130px;
}
.table-title tr th:nth-last-child(2){
    min-width:130px;
}*/
.pro-detail .table-second-title{
    background: #E9EFF5;
    left:257px;
    /*position: fixed;*/
}
/*.table-second-title td{
    padding:0!important;
}*/
.table-second-title span:first-child{
    color:#333;
    font-size:15px;
    font-weight:bold;
}
.pro-detail .table-third-title {
    background:#fff;
    left:257px;
}
.table-third-title{background: #fff;}
.table-third-title  span{
    font-size:13px;
    color:#333;
    font-weight:bold;
}


.scrollFixed{
    position:fixed;
    top:214px;
    z-index:222;
}
.secondScrollFixed{
    position:fixed;
    top:240px; 
    z-index:222;
}
.imgscrollFixed{
    position:fixed;
    top:490px;
    z-index:222;
}
.imgsecondScrollFixed{
    position:fixed;
    top:517px;  
    z-index:222;
}
.imgscrollFixeds{
    position:fixed;
    top:381px;
    z-index:222;
}
.imgsecondScrollFixeds{
    position:fixed;
    top:407px;
    z-index:222;
}


/*产品表格样式*/
.scrollFix {
				position: fixed;
			z-index: 223;
			display: table;
			}
			
			.top345 {
				top: 345px;
				
			}
			
			.top370 {
				top: 370px;
				
			}
			
			.top391 {
				top: 391px;
				 
			}
			.top188 {
				top: 188px;
				 
			}
			.top213 {
				top: 213px;
				 
			}
			.top234 {
				top: 234px;
				 
			}
			
			.table-title th{vertical-align: top !important;}
/******pro-detail-list******/
.hasImg ul{
    margin:10px 42px 10px 0;
    padding: 20px 20px 10px;
    max-height:140px;
    text-align:center;
    background:#F3F3F3;
    overflow-y:auto;
    scrollbar-face-color: #a9aaad;/*移动滑块颜色*/
    scrollbar-shadow-color: #a9aaad;/*移动滑块边框颜色*/
    scrollbar-track-color: #f1f1f1;/*背景颜色*/
    scrollbar-arrow-color: #f1f1f1;/*箭头颜色*/
}
.hasImg ul::-webkit-scrollbar
{
    width: 10px;
    background-color: #f1f1f1;
}
.hasImg ul::-webkit-scrollbar-thumb
{
    background-color: #a9aaad;
}
.hasImg li{
    float:left;
    margin-right:9px;
}
.hasImg li:hover p{
    color:#e20523;
}
.hasImg li:hover .imgType{
    border:1px solid #e20523;
}
.hasImg p{
    margin-top:10px;
    font-size:13px;
    color:#666;
}
.hasImg .imgType{
    padding:10px 0;
    width:130px;
    height:82px;
    background:#fff;
    border:1px solid #ddd;
}
.hasImg img{
    max-width:75px;;
    max-height:60px;
}
@media screen and (max-width: 1024px) {
    .pro-check-img{
        width:89px;
    }
    .checkbox{
        width:89px;
    }
    .pro-list-con p{
        width:59%;
    }
}
@media screen and (min-width: 1800px) {
    .col-lg-2{
        width:12.66%;
    }
}


.search-left{
    float: left;
    width: 232px;
    /*height: 715px;*/
   max-height: 604px;
    background: #fff;
    border: 1px solid #e5e5e5;
    vertical-align: top;
    overflow: auto;
}
.search-left .pro-select-con{
    padding:10px;
}
.search-left li{
    font-size:13px;
    color:#868789;
    line-height:25px;
}
.showModel .outera{position: relative;}
.showModel .outera img{position: absolute;top:3px;right:-17px;}

.pro-detail-right>table>tbody>tr:hover,.pro-detail>table>tbody>tr:hover{
	background: url(../img/graybg.png) repeat-x;
}


/*十大行业*/
.ten-banner{width: 100%;height: 340px;background: url(../img/banner/tenbanner.png) no-repeat center;}
.ten-con::after{display: block;clear: both;content: "";visibility: hidden;height: 0}
.ten-block{width: 100%;}
.content.ten-con{margin: 20px auto;}
.sider-bar.ten-sidebar{position: relative;float: left;height: auto;border: 0px;padding-bottom: 30px;}
.sider-bar.ten-sidebar li span{font-weight: normal;font-size: 14px;margin-left: 50px;}
.sider-bar.ten-sidebar li:hover,.sider-bar.ten-sidebar li.active{background: #fa9c08;}
.sider-bar.ten-sidebar li:hover span,.sider-bar.ten-sidebar li.active span{color: #fff !important;}
.sider-bar.ten-sidebar li p{background-position: 20px 3px;background-repeat:no-repeat ;background-size:20px ;}
.sider-bar.ten-sidebar li:nth-child(1) p{background-image:url(../img/banner/ibico8g.png);}
.sider-bar.ten-sidebar li:nth-child(1):hover p,.sider-bar.ten-sidebar li:nth-child(1).active p{background-image:url(../img/banner/ibico8w.png);}

.sider-bar.ten-sidebar li:nth-child(2) p{background-image:url(../img/banner/ibico9g.png);}
.sider-bar.ten-sidebar li:nth-child(2):hover p,.sider-bar.ten-sidebar li:nth-child(2).active p{background-image:url(../img/banner/ibico9w.png);}

.sider-bar.ten-sidebar li:nth-child(3) p{background-image:url(../img/banner/ibico4g.png);}
.sider-bar.ten-sidebar li:nth-child(3):hover p,.sider-bar.ten-sidebar li:nth-child(3).active p{background-image:url(../img/banner/ibico4w.png);}

.sider-bar.ten-sidebar li:nth-child(4) p{background-image:url(../img/banner/ibico5g.png);}
.sider-bar.ten-sidebar li:nth-child(4):hover p,.sider-bar.ten-sidebar li:nth-child(4).active p{background-image:url(../img/banner/ibico5w.png);}

.sider-bar.ten-sidebar li:nth-child(5) p{background-image:url(../img/banner/ibico7g.png);}
.sider-bar.ten-sidebar li:nth-child(5):hover p,.sider-bar.ten-sidebar li:nth-child(5).active p{background-image:url(../img/banner/ibico7w.png);}

.sider-bar.ten-sidebar li:nth-child(6) p{background-image:url(../img/banner/ibico2g.png);}
.sider-bar.ten-sidebar li:nth-child(6):hover p,.sider-bar.ten-sidebar li:nth-child(6).active p{background-image:url(../img/banner/ibico2w.png);}

.sider-bar.ten-sidebar li:nth-child(7) p{background-image:url(../img/banner/ibico3g.png);}
.sider-bar.ten-sidebar li:nth-child(7):hover p,.sider-bar.ten-sidebar li:nth-child(7).active p{background-image:url(../img/banner/ibico3w.png);}

.sider-bar.ten-sidebar li:nth-child(8) p{background-image:url(../img/banner/ibico1g.png);}
.sider-bar.ten-sidebar li:nth-child(8):hover p,.sider-bar.ten-sidebar li:nth-child(8).active p{background-image:url(../img/banner/ibico1w.png);}

.sider-bar.ten-sidebar li:nth-child(9) p{background-image:url(../img/banner/ibico6g.png);}
.sider-bar.ten-sidebar li:nth-child(9):hover p,.sider-bar.ten-sidebar li:nth-child(9).active p{background-image:url(../img/banner/ibico6w.png);}

.sider-bar.ten-sidebar li:nth-child(10) p{background-image:url(../img/banner/ibico10g.png);}
.sider-bar.ten-sidebar li:nth-child(10):hover p,.sider-bar.ten-sidebar li:nth-child(10).active p{background-image:url(../img/banner/ibico10w.png);}
.sider-bar.ten-sidebar li img{width: 20px;opacity: 1 !important;margin-left: 20px;}
.sider-bar.ten-sidebar .pro-select-title{padding: 15px 20px;}
.sider-bar.ten-sidebar .pro-select-title img{margin-left:0px ;margin-right: 8px;}
.ten-right{float: right;width: 945px;}
.ten-right .pro-breadcrumb{border-bottom: 1px solid #dfdfdf;}
.ten-right .related-list{margin-top: 13px;}

.pro-select-title input{border: 0px;background: transparent url(../img/searchblack.png) no-repeat left;color: #333;padding-left: 30px;}
.pro-select-title input::-webkit-input-placeholder {color: #333;}
.search_brand .pro-select-con .pro-select-detail>p{font-size: 16px;padding: 12px 10px;}
.search_brand .pro-select-con .pro-select-detail .pro-checkbox{width: 100%;}

.sbrand-con ul{padding-left: 17px;}
.sbrand-con ul li{list-style-type: disc;line-height: 30px;height: 30px;margin: 0px;}
.searchno{padding:5px 0px 210px 0px !important;background:#fff url(../img/seanulbg.png) no-repeat right bottom;}
.searchno h2{font-size: 16px;color: #333;font-weight: bold;border-bottom: 1px solid #ededed;padding: 22px 25px;margin: 0px;}
.searchno h2 img{width: 34px;margin-right: 22px;}
.searchno h2 a{color: #f95d59}
.sbrand-con{padding: 10px 82px;color: #666;font-size: 14px;}
.sbrand-con h3{color: #333;font-size: 14px;font-weight: bold;margin: 20px 0px;}
.sbrand-con p{font-weight: bold;}
