/*头部*/
.header{
    width:100%;
    height:40px;
    background:#3996ec;
    position: relative;
    z-index: 10;
}
.main{
    width:1190px;
    line-height:40px;
    margin:0 auto;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    line-height:40px;
}
.header .main .header_left{
    float:left;
    color:#fff;
}
.header .main>.header_nav{
    display:inline-block;
    float:right;
}
.header .main>.header_nav>li{
    float:left;
    position:relative;
}
.header .main>.header_nav>li>a{
    color:#fff;
    padding:0 10px;
}
.header .main>.header_nav>li>a:hover,
.header .main>.header_nav>li ul a:hover{
    color:#000;
}
.header .main>.header_nav>li:hover ul{
    display:block;
}
.header .main>.header_nav>li ul{
    display:none;
    overflow:hidden;
    background:#3996ec;
    position:absolute;
    top:40px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    color:#fff;
    text-align:center;
    padding:0 10px 10px 10px;
    line-height:25px;
}
.header .main>.header_nav>li ul a{
    color:#fff;
}
/*头部搜索*/
.header_search{
    width:1190px;
    height:130px;
    overflow:hidden;
    margin:0 auto;
    clear:both;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    border-bottom:1px solid #3996ec;
}
.header_search .left{
    width:200px;
}
.header_search .left img{
    width:175px;
    height:60px;
    display:block;
    margin:35px 0 0 12px;
}
.header_search .center{
    width:698px;
    height:50px;
    border-radius:4px;
    border:1px solid #ddd;
    margin:30px 10px 0 10px;
}
.header_search .center select{
    width:70px;
    height:50px;
    border:none;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    display:block;
    padding:0 0 0 10px;
    background:url(../image/xia.png) no-repeat right center;
    background-size: 28px;
    margin:0 10px 0 0;
}
.header_search .center input{
    width:538px;
    height:30px;
    border:none;
    display:block;
    border:4px 0 0 4px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    padding:0 0 0 10px;
    line-height:30px;
    margin:10px 0 0 0;
    border-left:1px solid #ddd;
}
.header_search .center button{
    width:80px;
    height:50px;
    border:none;
    display:block;
    background:#3996ec;
}
.header_search .center button i{
    color:#fff;
    font-size:28px;
}
.header_search .center span{
    line-height:30px;
    color:#333;
}
.header_search .center span a{
    color:#666;
    padding:0 10px 0 0;
}
.header_search .center span a.active{
    color:#3996ec;
}
.header_search .right{
    width:270px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.header_search .right a{
    display:block;
    width:167px;
    height:50px;
    border:1px solid #3996ec;
    color:#3996ec;
    font-weight:700;
    text-align:center;
    line-height:50px;
    margin:30px auto 0 auto;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    border-radius:4px;
    font-size:16px;
}
/*toubuguanggao*/
.huandeng_relative{
    position:absolute;
    width:100%;
   
    top:220px;
    left:0;
}
.person_center{
    width:270px; 
    left:0;
}
.person_center th{
    width:90px;
}
.person_collect{
    width:100px; 
    left:0;   
}
.person_web{
    width:400px; 
    right:0!important;   
}
.person_web .person_web_nav{
    width:100%;
    overflow:hidden;
    clear:both;
}
.person_web .person_web_nav .person_web_left{
    width:90px;
    float:left;
}
.person_web .person_web_nav .person_web_right{
    width:290px;
    float:left;
    text-align:left;
}
.person_web .person_web_nav .person_web_right a{
    display:inline-block;
    padding:0 10px;
}
.item .item_top{
    width:100%;
    clear:both;
    overflow:hidden;
    background:#fff;
}
.item .item_top .item_top_left{
    width:200px;
    float:left;
}
.item .item_top .item_top_left img{
    width:94%;
    display:block;
    margin:22px 0 42px 0;
}
.item .item_top .item_top_left .product_list{
    width:100%;
    height:540px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    padding:0 0 10px 0;
    position:relative;
}
.product_list>p{
    background:#e63b0d;
    color:#fff;
    line-height:40px;
    font-size:16px;
    text-align:center;
}
.product_list ul{
    width:200px;
    height:500px;
    background:#ff5931;
    position:relative;
}
.product_list ul>li{
    position:relative;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    color:#fff;
    text-align:center;
}
.product_list ul>li .tuijian_brand>p{
    position:relative;
    z-index:1;
}
.product_list ul>li .tuijian_brand>p:before{
    content:"";
    width:100%;
    border-bottom:1px dashed #ef350e;
    position:absolute;
    top:18px;
    left:0;
}
.product_list ul>li .tuijian_brand>p a{
    display:inline-block;
    width:50%;
    text-align:center;
    color:#fffac0;
    font-size:14px;
    line-height:36px;
    padding:0 2px;
    background:#ff5931;
    position:relative;
    z-index:1;
}
.product_list ul>li .tuijian_brand .tuijian_list{
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    transition: padding-left 0.2s;
    -webkit-transition: padding-left 0.2s;
}
.product_list ul>li .tuijian_brand .tuijian_list:hover{
    padding-left:8px;
    background:#fff;
}
.product_list ul>li .tuijian_brand .tuijian_list:hover a{
    color:#3996ec;
}
.product_list ul>li .tuijian_brand .tuijian_list:hover i{
    display:block;
}
.product_list ul>li .tuijian_brand .tuijian_list:hover .hover_block{
    display:block;
}
.product_list ul>li .tuijian_brand .tuijian_list>a{
    display:block;
    float:left;
    width:48px;
    line-height:22px;
    font-size:12px;
    color:#fff;
}
.product_list ul>li .tuijian_brand .tuijian_list>a:hover{
    text-decoration:underline;
}
.product_list ul>li .tuijian_brand .tuijian_list>a:nth-child(2){
    margin:0 13px;
}
.product_list ul>li .tuijian_brand .tuijian_list i{
    font-size:2px;
    color:#F89F0A;
    display:none;
}
.product_list ul>li .tuijian_brand .tuijian_list .hover_block{
    position:absolute;
    top:0;
    left:200px;
    z-index:100;
    width:719px;
    height:498px;
    background:#fff;
    border:1px solid #3996ec;
    border-left:none;
    display:none;
}
.product_list ul>li .tuijian_brand .tuijian_list .hover_block .product_left>p{
    width:100%;
    overflow:hidden;
    text-align:left;
}
.product_list ul>li .tuijian_brand .tuijian_list .hover_block .product_left>p a{
    display:inline-block;
    background:#3996ec;
    color:#fff;
    line-height:24px;
    padding:0 15px;
    margin:20px 0 0 20px;
}
.product_list ul>li .tuijian_brand .tuijian_list .hover_block .product_left table{
    margin:20px 0 0 20px;
}
.product_list ul>li .tuijian_brand .tuijian_list .hover_block .product_left table tr{
    margin:0 0 10px 0;
    overflow:hidden;
}
.product_list ul>li .tuijian_brand .tuijian_list .hover_block .product_left table a{
    color:#666;
    line-height:20px;
    padding:0;
    text-align:left;
}
.product_list ul>li .tuijian_brand .tuijian_list .hover_block .product_left table th{
    width:84px;
    position:relative;
}
.product_list ul>li .tuijian_brand .tuijian_list .hover_block .product_left table th a{
    color:#000;
    position:absolute;
    top:0;
    left:0;
}
.product_list ul>li .tuijian_brand .tuijian_list .hover_block .product_left table td{
    border-bottom:1px solid #ccc;
    padding:0 0 10px 0;
}
.product_list ul>li .tuijian_brand .tuijian_list .hover_block .product_left table td a{
    margin:0 10px 0 0;
}
.product_list ul>li .tuijian_brand .tuijian_list .hover_block .product_left table td a.active{
    color:#3996ec;
}



.item_top_center{
    width:700px;
    float:left;
    margin:0 10px;
}
.item_top_center .search_top{
    width:700px;
    padding:27px 0 47px 0;
}
.item_top_center .search_top>div{
    width:100%;
    height:40px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    border:1px solid #ccc;
}
.item_top_center .search_top select{
    width:79px;
    height:38px;
    border:none;
    float:left;
    text-align:center;
    line-height:38px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    padding:0 0 0 20px;
    margin:0 20px 0 0;
}
.item_top_center .search_top input[type="text"]{
    width:500px;
    height:38px;
    border:none;
    float:left;
    line-height:38px;
}
.item_top_center .search_top button{
    width:99px;
    height:38px;
    border:none;
    float:left;
    line-height:38px;
    background:#3996ec;
    color:#fff;
}
.item_top_center .search_top button i{
    font-size:25px;
}
.item_top_center .search_top ul{
    padding:12px 0 0 0;
}
.item_top_center .search_top ul a{
    display:inline-block;
    padding:0 5px 0 0;
    color:#000;
}
.item_top_center .search_top ul a.active{
    color:#3996ec;
}
.item_top_center .center_nav{
    position:relative;
    height:40px;
}
.item_top_center .center_nav>div{
    width:970px;
    position:absolute;
    z-index:1;
}
.item_top_center .center_nav a{
    display:inline-block;
    font-size:14px;
    color:#555;
    font-weight:700;
    padding:0 15px;
    line-height:40px;
}
.item_top_center .center_nav a.active{
    color:#3996ec;
}
.swiper-pagination-bullet {
    width: 10px!important;
    height: 10px!important;    
    background: #fff!important;
    opacity: 1!important;
}
.swiper-pagination-bullet-active {
    background: #3996ec!important;
}
.huandeng_one{
    width:700px;
    height:340px;
}
.huandeng_two{
    margin:36px 0 0 0;
}
.item_top_center .huandeng_two .swiper-slide a{
    width:100px;
    height:200px;
    overflow:hidden;
}
.item_top_center .huandeng_two .swiper-slide a p{
    line-height:20px;
    font-size:12px;
    text-align:center;
}
.item_top_center .huandeng_two .swiper-slide a p b{
    font-size:16px;
}
.item_top_center .huandeng_two .swiper-slide a div{
    width:190px;
    height:60px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    margin:0 0 0 45px;
}
.item_top_center .huandeng_two .swiper-slide a div img{
    max-width:100px;
    max-height:60px;
    vertical-align:middle;
}
.swiper-button-prev{
    background-image:url("../image/swiper_button_1.png")!important;
}
.swiper-button-next{
    background-image:url("../image/swiper_button_2.png")!important;
}
.item_top_right{
    width:250px;
    height:680px;
    overflow:hidden;
    float:left;
    background:#fff;
    position:relative;
    z-index:0;
    padding:0 10px;
}
.item_top_right .fabucaigou_btn{
    width:98px;
    height:38px;
    background:#fff;
    border:1px solid #3996ec;
    border-radius:4px;
    margin:27px 0 0 0;
    float:left;
}
.item_top_right .item_top_right_top{
    width:100%;
    clear:both;
    overflow:hidden;
    margin:0 0 95px 0;

}
.item_top_right .item_top_right_top img{
    width:70px;
    height:70px;
    float:left;
    display:block;
    margin:15px 0 0 40px;
}
.item_top_right .item_top_right_nav{
    width:250px;
    height:65px;
    margin:10px 0 0 0;
    overflow:hidden;
    clear:both;
}
.item_top_right .item_top_right_nav a{
    padding:5px 15px;
    display:inline-block;
    font-weight:600;
}
.item_top_right .item_top_right_nav a.active{
    color:#3996ec;
}
.item_top_right .register{
    width:250px;
    margin:20px 0 0 0;
}
.item_top_right .register>div{
    width:190px;
    margin:0 auto;
}
.item_top_right .register .pic{
    width:60px;
    height:60px;
    float:left;
    overflow:hidden;
    border-radius:100%;
    display:table-cell;
    vertical-align:middle;
}
.item_top_right .register .pic img{
    max-width:100%;
    max-height:100%;
    vertical-align:middle;
}
.item_top_right .register p{
    width:110px;
    float:left;
    line-height:60px;
    padding:0 0 0 20px;
}
.register .denglu_btn{
    width:250px!important;
    height:104px;
    clear:both;
    overflow:hidden;
    padding:10px 0 0 0;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.denglu_btn>a{
    width:60px;
    height:48px;
    display:inline-block;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    text-align:center;
}
.denglu_btn>a>span{
    color:#3996ec;
    font-weight:600;
    font-size:16px;
    line-height:18px;
}
.denglu_btn>a>p{
    width:60px!important;
    padding:0!important;
    line-height:30px!important;
}
.register .denglu_btn button{
    width:78px;
    border:1px solid #3996ec;
    background:#fff;
    float:left;
    display:inline-block;
    margin:27px 0 0 40px;
    color:#3996ec;
    font-size:12px;
    padding:2px 0;
    border-radius:2px;
}
.register .denglu_btn button:nth-child(1){
    background:#3996ec;
    color:#fff;
}
.register .sousuo{
    width:250px!important;
    overflow:hidden;
    margin:5px 0 0 0!important;
    border:1px solid #ccc;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    background:#fff;
}
.sousuo .sousuo_one button{
    width:78px;
    border:1px solid #ccc;
    background:#fff;
    padding:2px 0;
    border-radius:2px;
    margin:0 0 15px 10px;
}
.sousuo .sousuo_one button:nth-child(1){
    margin:0 0 10px 40px;
}
.sousuo .sousuo_one a{
    display:block;
    float:left;
    width:61px;
    border-left:1px solid #ccc;
    border-bottom:1px solid #ccc;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    text-align:center;
    line-height:29px;
    background:#f9f9f9;
    color:#1b1b1b;
}
.sousuo .sousuo_one a:nth-child(1){
    border-left:none;
}
.sousuo .sousuo_one a.active{
    background:#fff;
    color:#3996ec;
    border-bottom:none;
}
.sousuo .sousuo_two{
    width:100%;
    height:130px;
    overflow:hidden;
    padding:5px 10px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.sousuo .sousuo_two li{
    width:230px;
    height:130px;
}
.sousuo .sousuo_two span{
    display:inline-block;
    line-height: 27px;
}
.sousuo .sousuo_two input[type="radio"]{
    display:inline-block;
    vertical-align:middle;
}
.sousuo .sousuo_two p{
    width:100%;
    padding:0;
    line-height:30px;
}
.sousuo .sousuo_two li .announcemeng{
    text-indent:2em;
    line-height:30px;
    text-align:justify;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 4; /** 显示的行数 **/
    line-clamp: 4;
    overflow: hidden;  /** 隐藏超出的内容 **/
}
.sousuo .sousuo_two .sousuo_two_div{
    width:100%;
    height:78px;
    /*overflow:hidden;*/
    line-height:28px;
    color:#666;
}
.sousuo .sousuo_two .sousuo_two_div div:before{
    content:"•";
    padding:0 2px;
}
.sousuo .sousuo_two .sousuo_two_div div:hover{
    color:#3996ec;
}
.sousuo .sousuo_two li .sousuo_two_p{
    height:50px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    padding:13px 0 0 0;
    background:#fff;
    position:relative;
}
.sousuo .sousuo_two li .sousuo_two_p span{
    color:#3996ec;
    font-size:14px;
    font-weight:600;
    float:left;
    line-height:23px;
}
.sousuo .sousuo_two li .sousuo_two_p input{
    width:105px!important;
    height:22px;
    float:left;
}
.sousuo .sousuo_two li .sousuo_two_p a{
    display:inline-block;
    background:#3996ec;
    color:#fff;
    line-height:23px;
    padding:0 10px;
    border-radius:3px;
    float:left;
}
.sousuo .sousuo_two p input[type="text"]{
    width:68px;
    margin:0 8px 0 0;
    border-radius:3px;
    border:1px solid #ccc;
}
.sousuo .sousuo_two p input[type="button"]{
    width:100%;
    background:#3996ec;
    border:none;
    color:#fff;
    line-height:30px;
}
.register .sousuo_nav{
    width:250px!important;
    overflow:hidden;
    padding:11px 0 6px 0;
    clear:both;
    background:#fff;
}
.sousuo li .sousuo_three{
    padding:50px 0 0 0!important;
}
.register .sousuo_nav a{
    font-size:14px;
    font-weight:400;
    padding:0 12px;
    display:inline-block;
    line-height:30px;
}
.register .sousuo_nav a .all_img{
    display:inline-block;
    width:27px;
    height:27px;
    background:url("../image/all.png");
    float:left;
}
.register .sousuo_nav a .all_img.all_img_2{
    background-position:0 -45px;
}
.register .sousuo_nav a .all_img.all_img_3{
    background-position:0 -132px;
}
.register .sousuo_nav a .all_img.all_img_4{
    background-position:0 -1051px;
}
.register .sousuo_nav a .all_img.all_img_5{
    background-position:0 -85px;
}
.register .sousuo_nav a .all_img.all_img_6{
    background-position:0 -217px;
}
.register .sousuo_nav a  span{
    float:left;
}
.brand{
    width:100%;
    overflow:hidden;
    padding:20px 0;
}
.brand>img{
    width:60px;
    height:222px;
    float:left;
}
.brand ul{
    float:left;
    width:1130px;
    height:222px;
}
.brand ul li{
    width:120px;
    height:65px;
    float:left;
    margin:4px 0 4px 4px;
}
.brand ul li a{
    width:120px;
    height:65px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.brand ul a img{
    max-width:100%;
    max-height:100%;
    vertical-align:middle;
}
.top_list{
    overflow:hidden;
}
.top_list>p{
    line-height:50px;
    font-size:20px;
    font-weight:600;
}
.top_list>p>span{
    font-size:12px;
    color:#999;
    font-weight:normal;
}
.top_list>p>span a{
    margin:0 10px 0 0;
    color:#999;
    font-weight:normal;
}
.top_list>p>span a.active{
    color:#3996ec;
}
.top_list .caigou_list li{
    width:140px;
    float:left;
    text-align:center;
    line-height:20px;
    margin:10px 0 0 7px;
}
.top_list .caigou_list li .pic{
    width:140px;
    height:140px;
    display:table-cell;
    vertical-align:middle;
}
.top_list .caigou_list li .pic img{
    max-width:100%;
    max-height:100%;
    vertical-align:middle;
}
.top_list .caigou_list li p{
    font-size:14px;
    color:#333;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.top_list .caigou_list li span{
    font-size:12px;
    color:#999;
}
.top_list .click_change a{
    width:98px;
    line-height:20px;
    border:1px solid #3996ec;
    display:block;
    float:left;
    text-align:center;
    margin:0 19px 0 0;
    border-radius:3px;
}
.top_list .click_change a.active{
    background:#3996ec;
    color:#fff;
}
.top_list .changed{
    clear:both;
}
.top_list .changed li{
    line-height:30px;
    text-align:center;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    padding:0 19px 0 0;
    display:none;
}
.top_list .changed li p:hover span{
    color:#3996ec;
}
.changed .changed_list{
    display:none;
    position:relative;
}
.changed .changed_list .swiper_pause{
    position:relative;
    top:0;
    left:0;
    z-index:0;
}
.changed .changed_list:first-child{
    display:block;
}
.top_list .changed li p:before{
    content:"•";
    float:left;
}
.top_list .changed li p:hover{
    color:#3996ec;
}
.top_list .changed li p span{
    display:inline-block;
    width:33%;
    float:left;
}
.top_list .changed li p span:nth-child(1),
.top_list .changed li p span:nth-child(3){
    text-align:left;
}
.new_release{
    overflow:hidden;
    margin:20px 0;
}
.new_release>p{
    width:60px;
    height:60px;
    font-size:20px;
    font-weight:bold;
    text-align:center;
    color:#3996ec;
    line-height:30px;
}
.new_release>div{
    width:1128px;
}
.new_release>div{
    height:50px;
    margin:5px 0 0 0;
    border-left:2px solid #3996ec;
}
.new_release .release p{
    line-height:25px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    padding:0 0 0 10px;
}
/*轴承分类*/
.zc_list{
    line-height:30px;
    overflow:hidden;
    margin:20px 0;
}
.zc_list span{
    display:inline-block;
    padding:0 10px 0 0;
    font-size:14px;
    font-weight:600px;
    color:#333333;
}
.zc_list a{
    display:inline-block;
    padding:0 10px;
    font-size:12px;
    font-weight:600px;
    color:#666666;
}
.zc_list a.active{
    color:#3996ec;
}
.release_more{
    overflow:hidden;
}
.release_more li{
    width:350px;
    height:200px;
    font-weight:500;
    margin:0 46px 0 0;
}
.release_more li p{
    line-height:20px;
    font-size:14px;
    padding:0 0 0 5px;
    border-left:4px solid #3996ec;
    margin:10px 0;
    color:#333333;
    font-weight:600;
}
.release_more li a{
    display:inline-block;
    line-height:20px;
    padding:0 0 0 5px;
    margin:10px 0;
    color:#333333;
}
.release_more li a.active{
    color:#3996ec;
}
.zc_more li a{
    display:inline-block;
    line-height:30px;
    padding:0 10px 0 0;
    color:#333;
    font-weight:500;
}
.zc_more li a.active{
    color:#3996ec;
}
.ad_img{
    width:100%;
    overflow:hidden;
    margin:20px 0;
}
.ad_img img{
    width:290px;
    display:block;
    float:left;
    margin:0 0 0 10px;
}
.ad_img img:nth-child(1){
    margin:0;
}
.supplier .click_change{
    text-align:center;    
} 
.supplier .click_change a{
    display:inline-block;
    height:40px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    padding:0 10px;
    margin:0 30px;
    line-height:36px;
    font-size:20px;
    font-weight:700;
    color:#666;
}
.supplier .click_change a.active{
    border-bottom:4px solid #3996ec;
    color:#3996ec;
}
.supplier .changed{
    overflow:hidden;
    margin:20px 0;
}
.supplier .changed .changed_list li{
    width:280px;
    height:60px;
    float:left;
    overflow:hidden;
    margin:10px 8px;
}
.supplier .changed .changed_list li .pic{
    width:60px;
    height:60px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.supplier .changed .changed_list li .pic img{
    max-width:60px;
    max-height:60px;
    vertical-align:middle;
}
.supplier .changed .changed_list li h2,
.supplier .changed .changed_list li p{
    font-size:12px;
    color:#333;
    line-height:20px;
}
.supplier .changed .changed_list li a{
    font-size:12px;
    color:#3996ec;
    text-decoration:underline;
    line-height:20px;
}
.supplier .changed .changed_list li .supplier_info{
    width:210px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    padding:0 0 0 10px;
}
.top_list .link a{
    display:inline-block;
    width:198px;
    float:left;
    line-height:30px;
    font-weight:600;
    color:#333;
}
.exhibition{
    overflow:hidden;
    height:280px;
}
.exhibition li{
    overflow:hidden;
    margin:0 0 20px 0;
}
.exhibition li h3,
.exhibition li span,
.exhibition li p{
    width:80%;
    line-height:30px;
    font-weight:600;
}
.exhibition li h3{
    color:#666;
}
.exhibition li h3:before{
    content:"•";
    display:inline-block;
    vertical-align:middle;
    padding:0 5px;
    font-size:20px;
}
.exhibition li span{
    color:#3996ec;
    padding:0 0 0 19px;
}
.exhibition li p{
    color:#333;
    padding:0 0 0 19px;
}
.recommend{
    overflow:hidden;
    padding:0 0 20px 0;
}
.recommend li{
    line-height:30px;
    font-size:15px;
    color:#666666;
    font-weight:600;
}
.recommend li:before{
    content:"•";
    font-size:16px;
    padding:0 5px;
    color:#3996ec;
}
.recommend_pic{
    width:416px;
    height:200px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    margin:20px 0 20px 0;
    overflow:hidden;
}
.recommend_pic img{
    max-width:100%;
    max-height:100%;
    vertical-align:middle;
}
.export{
    overflow:hidden;
    height:200px;
    padding:0 0 20px 0;
}
.export li{
    width:25%;
    height:60px;
    float:left;
}
.export li .pic{
    width:148px;
    height:60px;
}
.cooperate{
    overflow:hidden;
    padding:0 0 20px 0;
}
.cooperate li{
    width:119px;
    height:100px;
    float:left;
}
.cooperate li .pic{
    width:119px;
    height:100px;
}
.bottom{
    overflow:hidden;
    clear:both;
}
.bottom .bottom_top{
    background:#2d3236;
    overflow:hidden;
    padding:20px 0;
}
.bottom .bottom_top li{
    width:12%;
    float:left;
    margin:0 0 0 4%;
    font-weight:500;
}
.bottom .bottom_top li p{
    color:#bbbcbc;
    line-height:55px;
    font-size: 18px;
}
.bottom .bottom_top li p i{
    font-size:26px;
    display:inline-block;
    margin:0 10px 0 0;
}
.bottom .bottom_top li a{
    display:inline-block;
    line-height:30px;
    padding:0 20px 0 0;
    color:#818081;
}
.bottom .bottom_top li a:hover{
    color:#3996ec;
}
.bottom .bottom_top li>img{
    width:150px;
    display:block;
}
.bottom_bottom{
    overflow:hidden;
    padding:20px;
    background:#23282c;
    text-align:center;
    line-height:30px;
}
.bottom_bottom p span{
    color:#777879;
}
.bottom_bottom p label{
    color:#4b4f4e;
}
.goods{
    overflow:hidden;
    margin:0 0 40px 0;
}
.goods .goods_menu{
    overflow:hidden;
    height:400px;
    background:#0048b0;
}
.goods .goods_menu>p{
    background:#003c93;
    color:#fff;
    font-size:14px;
    padding:0 0 0 10px;
    line-height:30px;
    border-bottom:1px solid #fff;
}
.goods .goods_menu li{
    height:369px;
    padding:10px 0;
    overflow:auto;
}
.goods .goods_menu li a{
    padding:0 0 0 10px;
    color:#fff;
    display:block;
    line-height:30px;
    font-size:12px;
}
.goods .goods_list{
    width:87.5%;
    height:400px;
    margin:0 0 0 2.5%;
}
.goods .goods_list ul{
    overflow:hidden;
}
.goods .goods_list li{
    float:left;
    width:170px;
    height:150px;
    margin:20px 19px 0 19px;
}
.goods .goods_list li .pic{
    width:170px;
    height:100px;
}
.goods .goods_list li p{
    line-height:30px;
    font-size:14px;
    font-weight:600;
}
.goods .goods_list li span{
    font-size:10px;
    line-height:20px;
}
.goods .goods_list li span label{
    color:#3996ec;
    font-size:14px;
    font-weight:600;
}
.bg_green{
    background:#00811d!important;
}
.bg_red{
    background:#e02c4f!important;
}
.bg_green_over{
    background:#006817!important;
}
.bg_red_over{
    background:#de1038!important;
}

/*翻页*/
.paga_turning{
    width:100%;
    overflow:hidden;
    text-align:right;
    margin:27px 0 0 0;
    clear:both;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    padding:0 40px 0 0;
}
.paga_turning a{
    display:inline-block;
    height:30px;
    border:1px solid #ccc;
    line-height:30px;
    padding:0 11px;
    border-radius:2px;
    margin:0 2px;
}
.paga_turning a.active{
    background:#3996ec;
    color:#fff;
}
.paga_turning span{
    display:inline-block;
    line-height:30px;
    margin:0 4px;
}
.paga_turning input[type="text"]{
    width:30px;
    height:30px;
    border:1px solid #ccc;
    text-align:center;
    border-radius:2px;
}
.paga_turning input[type="button"]{
    background:#fff;
    width:40px;
    height:30px;
    border:1px solid #ccc;
    text-align:center;
    cursor:pointer;
    border-radius:2px;
}

/*搜索订单*/
.top{
    padding:45px 0 0 0;
    background:#fff;
}
.top .top_one{
    height:95px;
    margin:0 auto;
}
.top .top_one .top_one_left{
    width:280px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.top .top_one .top_one_left img{
    height:50px;
    display:block;
    float:left;
}
.top .top_one .top_one_left p{
    width:100px;
    height:30px;
    line-height:30px;
    float:left;
    margin:10px 0 0 10px;
    border-left:2px solid #ccc;
    color:#999999;
    font-size:20px;
    padding:0 0 0 10px;
    font-weight:600;
}
.top .top_one .top_one_center{
    width:620px;
    height:50px;
    border:1px solid #cccccc;
    border-radius:3px;
    margin:0 40px 0 20px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.top .top_one .top_one_center select{
    height:50px;
    border-right:1px solid #ccc;
    border:none;
    color:#333333;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../image/xia.png") no-repeat scroll center right ;
    background-size:25px;
    padding:0 25px 0 20px;
}
.top .top_one .top_one_center input{
    width:440px;
    border:none;
    height:43px;
    line-height:47px;
    font-size:14px;
}
input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#ccc;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#ccc;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#ccc;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#ccc;
}
.top .top_one .top_one_center button{
    width:85px;
    height:48px;
    background:#3996ec;
    color:#fff;
    border:none;
}
.top .top_one .top_one_center button i{
    font-size:27px;
}
.top .top_one .top_one_right{
    width:170px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.top .top_one .top_one_right input{
    width:170px;
    height:50px;
    border:1px solid #3996ec;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    background:#fff;
    color:#3996ec;
    border-radius:4px;
    font-weight:600;
    font-size:16px;
}
.top .top_two{
    height:40px;
    margin:0 auto;
    line-height:40px;
}
.top .top_two a{
    color:#666666;
    display:inline-block;
    height:40px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    margin:0 20px;
    padding:0 10px;
    font-size:16px;
    font-weight:600;
}
.top .top_two a.active{
    background:#3996ec;
    color:#fff;
}
/**/
.link_nav{
    overflow:hidden;
    clear:both;
    line-height:15px;
    margin:20px 0;
}
.link_nav a{
    display:inline-block;
    padding:0 3px;
    margin:0 3px;
    color:#666666;
}
.link_nav a.active{
    border:1px solid #3996ec;
    color:#3996ec;
}
.link_nav a.active label{
    color:#3996ec;
}
.link_nav span{
    color:#3996ec;
    padding:0 3px;
}
.order .order_right{
    width:340px;
}
.order .order_right .pic{
    width:340px;
    height:500px;
}
.province_list{
    height:340px;
}
.province_list>a{
    display:inline-block;
    width:110px;
    height:30px;
    border-radius:3px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    text-align:center;
    line-height:30px;
    color:#666666;
    font-size:14px;
    font-family:"宋体";
    margin:13px 0 13px 5px;

}
.province_list>a.active{
    background:#3996ec;
    color:#fff;
}
.province_list .special_province{
    color:#3996ec;
}
.top_list .province_map{
    width:595px;
    height:340px;
}
.menu{
    width:100%;
    max-height:1600px;
    overflow:hidden;
    position:relative;
}
.menu .menu_list{
    width:290px;
    height:375px;
    background:#fff;
    float:left;
    margin:0 10px 20px 0;
}
.menu .menu_list:nth-child(2){

}
.menu .menu_list:nth-child(4n){
    margin:0 0 20px 0;
}
.menu .menu_list:nth-child(2n) .menu_list_top{
    background:#f55443;
}
.menu .menu_list:nth-child(4n-1) .menu_list_top{
    background:#2c50f6;
}
.menu .menu_list:nth-child(4n) .menu_list_top{
    background:#dd752f!important;
}
.menu .menu_list .menu_list_top{
    width:100%;
    height:48px;
    background:#f4731c;
    line-height:48px;
    font-size:16px;
    color:#fff;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    padding:0 10px;
}
.menu .menu_list .menu_list_top a{
    float:right;
    font-size:12px;
    color:#fff;
}
.menu .menu_list .menu_list_top a i{
    vertical-align:middle;
}
.menu .menu_list .menu_list_bottom{
    width:290px;
    height:327px;
}
.menu .menu_list .menu_list_bottom .menu_list_bottom_left{
    float:left;
    width:185px;
    height:327px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    position:relative;
}
.menu .menu_list .menu_list_bottom .menu_list_bottom_left img{
    width:185px;
    height:327px;
    display:block;
}
.menu .menu_list .menu_list_bottom .menu_list_bottom_left div{
    width:100%;
    height:66px;
    position:absolute;
    bottom:0;
    left:0;
    line-height:22px;
    font-size:14px;
    color:#333333;
}
.menu .menu_list .menu_list_bottom .menu_list_bottom_left div span{
    font-size:12px;
    color:#999;
}
.menu .menu_list .menu_list_bottom .menu_list_bottom_right{
    float:left;
    width:105px;
    height:327px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    text-align:center;
    overflow:hidden;
    padding:15px 0 0 0;
}
.menu .menu_list .menu_list_bottom .menu_list_bottom_right a{
    display:block;
    width:100%;
    line-height:30px;
    color:#333;
    font-family:"宋体";
}
.menu .menu_list .menu_list_bottom .menu_list_bottom_right a:nth-child(5){
    margin:30px 0 0 0;
}
.menu .slide_more{
    width:100%;
    height:40px;
    clear:both;
    position:absolute;
    bottom:0;
    left:0;
    text-align:center;
    background:#fff;
}
.menu .slide_more:after{
    content:"";
    border-bottom:1px solid #c3c3c3;
    width:100%;
    position:absolute;
    bottom:20px;
    left:0;
    z-index:0;
}
.menu .slide_more a{
    display:inline-block;
    background:#fff;
    width:100px;
    height:40px;
    text-align:center;
    line-height:40px;
    font-size:14px;
    color:#999;
    font-family:"宋体";
    position:absolute;
    z-index:1;
}
.menu .slide_more a i{
    border:1px solid #c3c3c3;
    border-radius:100%;
    font-size:12px;
}
/*地图*/
.mapTipText{
    width: 280px;
    height: 110px;
    background-color: #ffffff;
}
.mapTipText .mapTipImg{
    height: 66px; 
    width: 66px; 
    float: left;
    border: 2px solid #ffffff; 
    border-radius: 50%;
    overflow: hidden;
    margin: -12px 5px 0 -12px;
}
.mapTipText .mapTipImg img{
    width: 100%;
    height: 100%;
}
.mapTipText .mapTipList{
    float: left;
    margin-left: 4px;
}
.mapTipText .mapTipList h2{
    text-align: left;
}
.mapTipText .mapTipList h2 a{
    font-size: 24px; 
    color: #262626;
    text-decoration:none;
}
.mapTipText .mapTipList h2 a:hover{ 
    color: #0085d2;
}
.mapTipText .mapTipList h2 a span{
    font-size: 16px;
    margin-left: 3px;
}
.mapTipText .mapTipList ul{ 
    width: 203px;
    padding-right: 10px;
}
.mapTipText .mapTipList ul li{
    list-style: none;
    float: left;
    padding: 7px 3px 0 3px;
}
.mapTipText .mapTipList ul li a{
    color: #262626;
    text-decoration:none;
}
.mapTipText .mapTipList ul li a:hover{
    background-color:#2ebcfe;
    color:#ffffff;
}


/*采购页面*/
.purchase_new{
    clear: both;
}
.purchase_new>p{
    text-align: center;

}
.purchase_new>p span{
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    padding: 16px 0;
}
.purchase_new .click_change{
    text-align: center;
    padding: 0 0 14px 0;
    position:relative;
}
.purchase_new .click_change>a{
    width: 104px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    background-color: #e4e7eb;
    color: #666;
    text-align: center;
    transition: all .3s ease 0s;
    vertical-align: top; 
}
.purchase_new .click_change>a.active,
.purchase_new .click_change>a:hover {
    background-color: #3c4556;
    color: #d6b792;
}
.purchase_new .click_change span{
    position:absolute;
    top:0;
    right:0;
    line-height:38px;
    font-weight:700;
}
.purchase_new .click_change span i{
    vertical-align:middle;
}
.purchase_new .click_change span a{
    color:#d6b792;
}
.purchase_new .changed li .purchase_li{
    width: 290px;
    height: 280px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    margin: 0 10px 10px 0;
    float: left;
    border: 1px solid rgb(224, 227, 233);;
    padding: 12px 16px 0;
    position: relative;
    transition: all .3s ease-out 0s;
    background:#fff;
}
.purchase_new .changed li .purchase_li:nth-child(4n){
    margin: 0 0 10px 0;
}
.purchase_new .changed li .purchase_li>img{
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.purchase_new .changed li .purchase_li>h3 {
    color: #222;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.purchase_new .changed li .purchase_li>h3>a{
    color: #222;
}
.purchase_new .changed li .purchase_li>div{
    color: #666;
    height: 60px;
    overflow: hidden;
    margin:6px 0;
}
.purchase_new .changed li .purchase_li>div span{
    display: inline-block;
    background-color: #e8ebef;
    border-radius: 2px;
    margin: 0 10px 8px 0;
    line-height: 22px;
    padding: 0 10px;
    color: #666;
}
.purchase_new .changed li .purchase_li>p{
    line-height: 25px;
    color: #999;
    font-size: 12px;
}
.purchase_new .changed li .purchase_li>p.one{
    font-weight: 700;
    color: #c7a47b;
    font-size: 12px;
}
.purchase_new .changed li .purchase_li>p>span{
    color: #040404;
}
.purchase_new .changed li .purchase_li>a{
    width: 100%;
    height: 43px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    margin:10px 0 0 0;
    border-top: 1px solid #e0e3e9;
    line-height: 43px;
    color: #222;
    font-weight: 700;
    letter-spacing: 2px;
    transition: all .3s ease 0s;
}
.purchase_new .changed li .purchase_li .border_left,
.purchase_new .changed li .purchase_li .border_right{
    background-color: #d6b792;
    height: 3px;
    position: absolute;
    top: 0;
    transition: all .3s ease-out 0s;
    width: 0;
    margin:0;
}
.purchase_new .changed li .purchase_li .border_left{
    right:50%;
}
.purchase_new .changed li .purchase_li .border_right{
    left:50%;
}
.purchase_new .changed li .purchase_li:hover{
    box-shadow:0px 4px 6px #e0e3e9;
}
.purchase_new .changed li .purchase_li:hover>a{
    font-size:14px;
    color:#c7a47b;
}
.purchase_new .changed li .purchase_li:hover .border_left,
.purchase_new .changed li .purchase_li:hover .border_right{
    width:50%;
}
.item_top_right .purchase_my{
    width: 100%;
    height: 497px;
    margin: 183px 0 0 0;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    overflow:hidden;

}
.purchase_my .purchase_my_blank{
    width:100%;
    height:60px;
    overflow:hidden;
}
.purchase_my .purchase_my_blank>div{
    width:150px;
    height:110px;
    border:10px solid #fff;
    border-radius:100%;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    margin:20px auto 0 auto;
}
.purchase_my_login{
    width:100%;
    height:440px;
    background:#fff;
    text-align:center;
    padding:90px 0 0 0;
}
.purchase_my_login>p{
    line-height:40px;
    text-align:center;
    font-size:16px;
    color:#999;
}
.purchase_my_login>p>span{
    color:blue;
    font-size:12px;
}
.purchase_my_login>span{
    line-height:40px;
    display:inline-block;
    width:100%;
    color:#999;
}
.purchase_my_login>div{
    width:100%;
    margin:20px 0 50px 0;
}
.purchase_my_login>div a{
    display:inline-block;
    width:80px;
    height:40px;
    background:blue;
    line-height:40px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    text-align:center;
    color:#fff;
    margin:0 10px 0 10px;
}
.purchase_my_login>div a:nth-child(2){
    border:2px solid blue;
    background:#fff;
    color:blue;
    line-height:36px;
}
.purchase_my_login ul{
    width:100%;
    height:100px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    text-align:center;
    border-top:1px solid #f2f2f2;
}
.purchase_my_login ul li{
    padding:20px 0;
}
.purchase_my_login ul li:nth-child(1){
    border-right:1px solid #f2f2f2;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.purchase_my_login ul li span,
.purchase_my_login ul li p{
    line-height:30px;
    font-size:16px;
    color:#999;
}
.purchase_my_login ul li i{
    font-size:45px;
    color:#999;
    margin:15px 0 0 0;
    display:inline-block;
}

/*enquiry询价页面*/
.enquiry{
    background:#f2f2f2;
}
.enquiry_h1{
    padding:36px 0;
    text-align:center;
}
.enquiry_h1 h1{
    font-size:30px;
}
.enquiry_item{
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    border:1px solid #ddd;
    overflow:hidden;
    padding:40px 70px;
    background:#fff;
}
.enquiry_item .login_yn{
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    border:1px solid #ddd;
    background:#fffbdd;
    line-height:34px;
    margin:8px 0;
    padding:0 10px;
    font-size:14px;
    color:#333;
}
.enquiry_item .login_yn>div{
    display:inline-block;
}
.enquiry_item .login_yn>a{
    float:right;
    color:;
}
.enquiry_item .login_yn a{
    color:#0071F2;
}
.enquiry_item .enquiry_title{
    padding: 14px 0;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 15px;    
}
.enquiry_item .enquiry_title h3{
    border-left: 5px solid #496ab4;
    padding-left: 10px; 
    font-size: 18px;
    font-weight:400;
}
.enquiry_item .enquiry_div{
    padding:0 0 20px 0;
}
.enquiry_item .enquiry_div input.title{
    height:35px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    line-height:35px;
    font-size:14px;
    color:#333;
    padding:0 15px;
    border:1px solid #ddd;
}
.enquiry_item .enquiry_div .product_radio a{
    display:inline-block;
    line-height:19px;
}
input[type="radio"].radio{
    -webkit-appearance: none;
}
input[type=radio]:before {
    content: '';
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #fff;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #848484;
    border-radius: 50%;
    margin:0 5px 0 2px;
}
input[type=radio]:checked:before {
    background-color: #333;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #848484;
}

input[type=radio]:before {
    content: '';
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #fff;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #848484;
    border-radius: 50%;
    margin:0 5px 0 2px;
}
input[type=radio]:checked:before {
    background-color: #333;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #848484;
}
.mgl_20{
    margin-left:20px;
}
.enquiry_div table{
    border:1px solid #ddd;
    border-bottom:none;
    clear:both;
    margin:8px 0 0 0;
}
.enquiry_div table tr td>i{
    position:absolute;
    top:16px;
    left:-16px;
    font-weight:bold;
    display:none;
}
.enquiry_div table tr td{
    width:12.5%;
    text-align:center;
    padding:10px 0;
    border-bottom:1px solid #ddd;
    position:relative;
}
.enquiry_div table tr td select{
    width:90%;
    height:27px;
    border:1px solid #ddd;
    border-radius:3px;
}
.enquiry_div table tr td input[type='text'],
.enquiry_div table tr td select{
    width:90%;
    height:27px;
    border:1px solid #ddd;
    border-radius:3px;
    line-height:27px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.enquiry_div table tr td>div{
    width:100px;
    height:27px;
    margin:0 15px;
    border:1px solid #ddd;
    border-radius:3px;
    line-height:27px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    position:relative;
}
.enquiry_div table tr td>div input{
    width:100px;
    height:27px;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    opacity:0;
}
.enquiry_div table tr td>div span{
    width:100px;
    height:27px;
    position:absolute;
    top:0;
    left:0;
    color:#0071F2;
    line-height:27px;
}
.enquiry_div table tr td>div span i{
    vertical-align:middle;
}
.enquiry_div>a{
    line-height:19px;
    font-size:14px;
    color:#0071F2;
    display:inline-block;
    margin:6px 0 0 0;
}
.enquiry_div .enquiry_require{
    width:100%;
    clear:both;
    margin:0 0 10px 0;
    overflow:hidden;
}
.enquiry_div .enquiry_require .enquiry_require_left{
    width:130px;
    text-align:right;
    line-height:35px;
    color:#333;
    font-size:14px;
    float:left;
}
.enquiry_div .enquiry_require .enquiry_require_right{
    width:calc(100% - 130px);
    padding:0 0 0 30px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    float:left;
    line-height:35px;
}
.enquiry_div .enquiry_require .enquiry_require_right .time{
    width:178px;
    height:27px;
    border:1px solid #9ab26b;
    font-size:14px;
    margin:3px 0 0 0;
    border-radius:3px;
    padding:0 15px;
}
.enquiry_div .enquiry_require .enquiry_require_right .end_time{
    font-size:14px;
    color:#999;
}
.enquiry_div .enquiry_require .enquiry_require_right>i{
    color:red;
    margin:0 0 0 10px;
}
.enquiry_div .enquiry_require .enquiry_require_right .checkbox{
    vertical-align:middle;
}
.enquiry_div .enquiry_require .enquiry_require_right label{
    margin:0 20px 0 0;
}
.enquiry_div .enquiry_require .enquiry_require_right textarea{
    width:100%;
    height:150px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    border-radius:3px;
}
.enquiry_div .enquiry_require .enquiry_require_right .enquiry_require_add{
    width:100px;
    height:35px;
    line-height:35px;
    text-align:center;
    position:relative;
}
.enquiry_div .enquiry_require .enquiry_require_right .enquiry_require_add input{
    position:absolute;
    top:0;
    left:0;
    z-index:0;
    width:100px;
    height:35px;
    opacity:0;
}
.enquiry_div .enquiry_require .enquiry_require_right .enquiry_require_add span{
    color:#496ab4;
    font-size:14px;
}
.enquiry_require_right .enquiry_require_right_dashed{
    width:100%;
    border:1px dashed #ddd;
    padding:10px 0 30px 10px;
    position:relative;
}
.enquiry_require_right .enquiry_require_right_dashed p>span{
    display:inline-block;
    width:70px;
    text-align: right;
    margin: 0 10px 0 0;
}
.enquiry_require_right .enquiry_require_right_dashed .click_down{
    width:100%;
    height:29px;
    position:absolute;
    bottom:0;
    left:0;
    background:#f2f2f2;
    line-height:29px;
    padding:0 0 0 10px;
    cursor:pointer;
}
.enquiry_require_right .enquiry_require_right_dashed .click_down>span{
    color:#496AB4;
    line-height:29px;
}
.enquiry_require_right .enquiry_require_right_dashed .click_down i{
    vertical-align:middle;
}
.enquiry_require_right .enquiry_require_right_dashed .login_money{
    width:100%;
    display:block;
    overflow:hidden;
    display:none;
}
.enquiry_require_right .enquiry_require_right_dashed .login_money a{
    color:#0071F2;
}
.enquiry_require_right .enquiry_require_right_dashed .login_money span{
    float:left;
}
.enquiry_require_right .enquiry_require_right_dashed .login_money div{
    
}
.enquiry_require_right .enquiry_require_right_dashed .login_money .login_money_span{
    display:block;
    width:300px;
    overflow:hidden;
}
.login_money .login_money_span .login_money_other{
    width:300px;
    line-height:35px;
    overflow:hidden;
}
.login_money .login_money_span .login_money_other span{
    display:block;
    float:none;
}
.enquiry_require_right .hide_div{
    width:300px;
    height:35px;
    position:relative;
    border:1px solid #ddd;
    background:#fff;
    display:none;
    padding:4px 0 0 4px;
}
.enquiry_require_right .hide_div>div{
    width:10px;
    height:10px;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    transform: rotate(45deg);
    position:absolute;
    top:-7px;
    left:115px;
    background:#fff;
}
.enquiry_require_right .hide_div input{
    border:none;
}



.enquiry_div>a i{
    vertical-align:middle;
}
.enquiry_div .enquiry_way{
    line-height:27px;
    padding:10px 0;
    margin:0 0 10px 0;
}
.enquiry_div .enquiry_way span{
    display:inline-block;
    width:100px;
    font-size:14px;
    text-align:right;
}
.enquiry_div .enquiry_way input{
    width:300px;
    height:27px;
    border:1px solid #ddd;
    border-radius:3px;
    padding:0 0 0 10px;
    margin:0 0 0 30px;
}
.enquiry_div .enquiry_way i{
    color:red;
}
.enquiry_submit{
    width:100%;
    padding:20px 0;
}
.enquiry_submit p{
    padding:20px 0;
    text-align:center;
    line-height:14px;
}
.enquiry_submit p input{
    vertical-align:middle;
}
.enquiry_submit p a{
    color:#07F;
}
.enquiry_submit p a:hover{
    color:#0B70AF;
    text-decoration:underline;
}
.enquiry_submit input[type="submit"]{
    display:block;
    width:106px;
    height:36px;
    line-height:36px;
    border:none;
    color:#fff;
    background:#07F;
    font-size:16px;
    margin:0 auto;
}
.red{
    color:red;
}
/*经销商*/
.top_nav{
    width:100%;
    height:60px;
    background:#3996ec;
    line-height:60px;
}
.top_nav>.w1190{
    margin:0 auto;
    height:60px;
}
.top_nav>.w1190>a{
    height:60px;
    padding:;
    display:inline-block;
    font-size:14px;
    color:#fff;
    text-align:center;
    padding:0 20px;
}
.top_nav>.w1190>span{
    display:inline-block;
    width:200px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    padding:0 10px;
    font-size:16px;
    text-align:left;
    background:#f8800a;
    color:#fff;
    position:relative;
}
.top_nav .w1190>span>i{
    float:right;
    vertical-align:middle;
}
.top_nav .w1190>a.active{
    color:#6a3500;
}
.top_nav .w1190>span:hover>ul{
    display:block;
}
.top_nav .w1190>span>ul{
    position:absolute;
    top:60px;
    left:0;
    width:200px;
    height:500px;
    background:#ff5931;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    display:none;
}
.top_nav .w1190>span>ul li{
    width:200px;
}
.top_nav .w1190>span>ul>li>p{
    line-height:36px;
    text-align:center;
    position:relative;
}
.top_nav .w1190>span>ul>li>p:before{
    content:"";
    width:100%;
    border-top:1px dashed #ef350e;
    position:absolute;
    top:18px;
    left:0;
}
.top_nav .w1190>span>ul>li>p>span{
    width:50%;
    height:36px;
    display:inline-block;
    line-height:36px;
    font-size:14px;
    color:#fffac0;
    background:#ff5931;
    position:relative;
    z-index:0;
}
.top_nav .w1190>span>ul>li .hover_menu{
    width:100%;
    padding-left:5px;
    line-height:22px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    transition: all .4s ease 0s;
}
.top_nav .w1190>span>ul>li .hover_menu a{
    font-size:12px;
    color:#fff;
    padding:0 4px;
}
.top_nav .w1190>span>ul>li .hover_menu i{
    color:#fff;
    display:inline-block;
    display:none;
    float:right;
    margin:2px 0 0 0;
}
.top_nav .w1190>span>ul>li .hover_menu:hover{
    padding-left:0;
    background:#fff;
}
.top_nav .w1190>span>ul>li .hover_menu:hover>a{
    color:#3996ec;
}
.top_nav .w1190>span>ul>li .hover_menu:hover i{
    display:block;
    color:#3996ec;
}
.top_nav .w1190>span>ul>li>.hover_menu>.hover_list{
    position: absolute;
    top: 0;
    left: 200px;
    z-index: 100;
    width: 719px;
    height: 498px;
    background: #fff;
    border: 1px solid #3996ec;
    border-left: none;
    display: none;
    color:#666;
    overflow:hidden;
}
.top_nav .w1190>span>ul>li>.hover_menu>.hover_list p a{
    background:#3996ec;
    display:inline-block;
    color:#fff;
    line-height:24px;
    padding:0 15px;
    margin:20px 0 0 20px;
}
.top_nav .w1190>span>ul>li>.hover_menu>.hover_list table th a{
    width:84px;
    position:relative;
    top:0;
    color:#000;
    padding:0 0 0 10px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.top_nav .w1190>span>ul>li>.hover_menu>.hover_list table tr a{
    color: #666;
    display: inline-block;
    margin: 0 10px 10px 0;
}
.top_nav .w1190>span>ul>li>.hover_menu>.hover_list table tr a.active{
    color: #3996ec;
}
.top_nav .w1190>span>ul>li>.hover_menu:hover .hover_list{
    display: block;
}
.dealer img{
    width: 100%;
    display: block;
}
.dealer_introduce{
    width: 1190px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.dealer_introduce h1{
    font-size: 36px;
    color: #5b5b5b;
    padding: 30px 0 20px 0;
    font-weight:400;
}
.dealer_introduce p{
    font-size: 14px;
    color: #737373;
    line-height: 32px;
}
.search_result{
    width:100%;
    overflow:hidden;
}
.search_result li{
    width:380px;
    height:874px;
    float:left;
    overflow:hidden;
    margin:0 25px 20px 0;
}
.search_result li:nth-child(3n){
    margin:0;
}
.search_result li a>div{
    width:380px;
    height:380px;
}
.search_result li h3 a{
    font-size:16px;
    color:#f8800a;
    display:inline-block;
    padding:10px 5px;
}
.search_result li h3 a:hover{
    text-decoration:underline;
}
.search_result li>p{
    line-height:30px;
}
.search_result li>p>span{
    display:inline-block;
    height:30px;
    width:100px;
    float:left;
    text-align:right;
    font-size:14px;
}
.search_result li>p>label{
    width:280px;
    display:inline-block;
    overflow:hidden;
    float:left;
}
.search_result li>p>label>span{
    display:block;
    font-size:14px;
}
.serach_menu{
    width:100%;
    height:50px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    padding:7px 0 0 0;
    margin:20px 0;
}
.serach_menu select{
    -webkit-appearance:none;
    width:190px;
    height:36px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    padding:0 0 0 5px;
    color:#999;
    font-size:12px;
    border:2px solid #f77f0e;
    background:url(../image/select.jpg) no-repeat center right;
    margin-right:10px;
    display:block;
    float:left;
}
.serach_menu input{
    width:190px;
    height:36px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    padding:0 0 0 5px;
    color:#999;
    font-size:12px;
    border:2px solid #f77f0e;
    display:block;
    float:left;
}


/*型号查询*/
.search_logo{
    overflow:hidden;
}
.search_logo img{
    height:154px;
    display:block;
    margin:50px auto;
}
.search_a{
    text-align:center;
    overflow:hidden;
    height:36px;
}
.search_a a{
    display:inline-block;
    height:36px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    padding:0 10px;
    line-height:37px;
    background:#fff;
}
.search_a a.active{
    border:1px solid #3996ec;
    border-bottom:none;
    background:#3996ec;
    color:#fff;
    border-radius:4px 4px 0 0;
}
.search_changed{
    width:100%;
    overflow:hidden;
    border-top:1px solid #ddd;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    padding: 0 0 20px 0;
}
.search_changed li{
    text-align:center;
}
.search_changed li>a{
    display:inline-block;
    margin:40px 10px 0 10px;
}
.search_changed li p{
    line-height:60px;
    padding:20px 0;
    font-size:14px;
}
.search_changed li p input[type="button"]{
    display:inline-block;
    width:100px;
    height:30px;
    background:#3996ec;
    color:#fff;
    border:none;
    margin:0 0 0 20px;
}
.search_changed li p.introduce_search{
    padding:0;
    line-height:30px;
    color:#ef3636;
    font-weight:600;
}
.search_changed li table{
    width:100%;
    border-left:1px solid #d5d5d5;
    border-top:1px solid #d5d5d5;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    margin:20px 0;
}
.search_changed li table tr{
    border-top:1px solid #d5d5d5;
    border-right:1px solid #d5d5d5;
}
.search_changed li table tr th{
    padding:10px 0;
    background:#3996ec;
    color:#fff;
    font-size:14px;
    border-bottom:1px solid #d5d5d5;
    border-right:1px solid #d5d5d5;
}
.search_changed li table tr td{
    padding:10px 0;
    border-bottom:1px solid #d5d5d5;
    border-right:1px solid #d5d5d5;
    color:#151515;
}
.w70px{
    width:70px;
}
.w128px{
    width:128px;
}
.title_ce{
    padding:20px;
    font-size:24px;
    text-align:center;
    color:#333;
    clear:both;
}
.title_ce label{
    font-size:14px;
    color:#999;
}
.search_list_brand{
    width:100%;
    margin:10px 0;
    clear:both;
}
.search_list_brand li{
    overflow:hidden;
    width:132px;
    float:left;
}
.search_list_brand li img{
    display:block;
    width:100%;
}
.search_list_enterprise{
    width:100%;
    overflow:hidden;
    clear:both;
}
.search_list_enterprise li{
    width:290px;
    float:left;
    margin:0 10px 20px 0;
}
.search_list_enterprise li:nth-child(4n){
    margin:0 0 20px 0;
}
.search_list_enterprise li div{
    width:290px;
    height:290px;
}
.search_list_enterprise li p{
    line-height:46px;
    text-align:center;
    color:#333;
    font-size:14px;
}


/*商品列表统一*/
.goods_one_list{
    width:100%;
    overflow:hidden;
}
.goods_one_list li{
    width:230px;
    height:324px;
    overflow:hidden;
    float:left;
    margin:0 10px 10px 0;
    border:1px solid #ccc;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box; 
}
.goods_one_list li .pic img{
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}
.goods_one_list li:hover .pic img{
    transform: scale(1.4);
}
.goods_one_list li:nth-child(5n){
    margin:0 0 0 0;
}
.goods_one_list li .pic{
    width:228px;
    height:228px;
    position:relative;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    overflow:hidden;
}
.goods_one_list li .pic span{
    position:absolute;
    bottom:0;
    left:0;
    display:block;
    width:80px;
    height:30px;
    text-align:center;
    line-height:30px;
    background:#3996ec;
    color:#fff;
    font-size:14px;
}
.goods_one_list li p{
    line-height:40px;
    color:#3996ec;
    font-weight:600;
    padding:0 10px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.goods_one_list li p span{
    font-size:16px;
    color:#3996ec;
}
.goods_one_list li p label{
    font-size:14px;
    color:#999999;
    float:right;
    font-weight:400;
}
.goods_one_list li a>span{
    display:block;
    width:100%;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    padding:0 10px 10px 10px;
    color:#696969;
    line-height:20px;
}

/*查询型号详情*/
.search_detail{
    clear:both;
    overflow:hidden;
}
.search_detail .search_detail_left{
    width:970px;
    float:left;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.search_detail_left>p{
    line-height:40px;
    font-size:16px;
    font-weight:600;
}
.model_p{
    line-height:40px;
    padding:20px 0 0 0;
    font-size:16px;
}

.search_detail_left .xinghao_one{
    width:100%;
    height:198px;
    overflow:hidden;
}
.search_detail_left .xinghao_one table{
    line-height:30px;
    color:#333;
}
.search_detail_left .xinghao_one table span{
    color:#3996ec;
}

.search_detail_left .xinghao_two{
    width:100%;
    height:90px;
}
.search_detail_left .xinghao_two>div span{
    line-height:30px;
    display:inline-block;
    margin:0 20px 0 0;
}
.search_detail_left .xinghao_two>div span label{
    color:#3996ec;
}

.search_detail_left .xinghao_three{
    width:100%;
    height:310px;
    overflow:hidden;
}
.search_detail_left .xinghao_three>div{
    overflow:hidden;
}
.search_detail_left .xinghao_three>div .xinghao_three_left{
    width:250px;
    height:250px;
    float:left;
}
.search_detail_left .xinghao_three>div .xinghao_three_left .pic{
    width:250px;
    height:250px;
}
.search_detail_left .xinghao_three>div .xinghao_three_right{
    float:left;
    width:calc(100% - 250px);
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    padding:10px 20px;
}
.search_detail_left .xinghao_three>div .xinghao_three_right p{
    text-indent:2em;
    line-height:20px;
}
.search_detail_left .xinghao_four{
    width:100%;
    height:295px;
    overflow:hidden;
}
.search_detail_left .xinghao_four>div{
    width:100%;
}
.search_detail_left .xinghao_four>div a{
    display:block;
    float:left;
    width:185px;
    height:215px;
    margin:0 0 20px 11px;
}
.search_detail_left .xinghao_four>div a:nth-child(1){
    margin:0 0 20px 0;
}
.search_detail_left .xinghao_four>div a .pic{
    width:185px;
    height:185px;
}
.search_detail_left .xinghao_four>div a p{
    line-height:30px;
    text-align:center;
}
.search_detail_left .xinghao_five{
    width:100%;
    height:243px;
    overflow:hidden;
}
.search_detail_left .xinghao_five textarea{
    width:100%;
    height:180px;
    border:none;
    border:1px solid #ccc;
    padding:10px;
    color:#666;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    margin:0 0 20px 0;
}
.search_detail_left .xinghao_five button{
    float:right;
    width:125px;
    height:40px;
    border:none;
    background:#3996ec;
    border-radius:4px;
    color:#fff;
}

.search_detail_left .xinghao_six{
    width:100%;
    max-height:971px;
    overflow:hidden;
    padding:20px 0 0 0;
}
.search_detail_left .xinghao_six>p{
    background:#f9f9f9;
    line-height:30px;
    font-size:14px;
    padding:0 10px;
}
.search_detail_left .xinghao_six>p>span{
    color:#a5a8a9;
}
.search_detail_left .xinghao_six>p>label{
    float:right;
    color:#a5a8a9;
}
.search_detail_left .xinghao_six>div{
    width:100%;
    overflow:hidden;
    border:1px solid #cccccc;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    margin:20px 0 0 0;
    padding:0 0 20px 0;
}
.search_detail_left .xinghao_six .pinglun_list{
    width:100%;
    max-height:808px;
    overflow:hidden;
    padding:10px;
}
.search_detail_left .xinghao_six .pinglun_list li{
    width:950px;
    overflow:hidden;
    border-top:1px solid #e6e6e6;
}
.search_detail_left .xinghao_six .pinglun_list li:nth-child(1){
    border:none;
}
.search_detail_left .xinghao_six .pinglun_list li .left{
    width:80px;
    height:80px;
    float:left;
    overflow:hidden;
    padding:10px 0 0 10px;
}
.search_detail_left .xinghao_six .pinglun_list li .left .pic{
    width:60px;
    height:60px;
    border-radius:100%;
    overflow:hidden;
}
.search_detail_left .xinghao_six .pinglun_list li .right{
    float:left;
    width:860px;
    line-height:40px;
    font-size:14px;
}
.search_detail_left .xinghao_six .pinglun_list li .right>p{
    color:#5f5c58;
}
.search_detail_left .xinghao_six .pinglun_list li .right>p>span{
    color:#a6a5a4;
}
.search_detail_left .xinghao_six .pinglun_list li .right>p>label{
    color:#a6a5a4;
    float:right;
}
.search_detail_left .xinghao_six .pinglun_list li .right>span{
    font-size:16px;
}


.search_detail .search_detail_right{
    width:200px;
    float:left;
    margin:0 0 0 20px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.search_detail .search_detail_right .qr_img img{
    width:185px;
    display:block;
    margin:0 0 0 7px;
}
.search_detail .search_detail_right .qr_img p{
    text-align:center;
    line-height:35px;
}
.search_xinghao{
    width:100%;
    overflow:hidden;
    background:#fff;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.search_xinghao>p{
    background:#3996ec;
    line-height:30px;
    border-radius:5px 5px 0 0;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    padding:0 10px;
    color:#fff;
    font-size:14px;
    margin:20px 0 0 0;
}
.search_xinghao p span,
.search_xinghao p label{
    color:#fff;
}
.search_xinghao_list{
    width:100%;
    height:260px;
    border:1px solid #ccc;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    padding:10px 0;
}
.search_xinghao_list a{
    display:block;
    line-height:30px;
    padding:0 0 0 10px;
    color:#333333;
}
.search_xinghao_list a:hover{
    color:#3996ec;
}
.search_product_list_box{
    width:100%;
    border:1px solid #ccc;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.search_product_list{
    width:100%;
    max-height:1445px;
    padding:10px 0 45px 0;
    overflow:hidden;
}
.search_product_list_box>p{
    text-align:center;
    padding:30px 0 20px 0;
    display:none;
}
.search_product_list_box>p a{
    display:block;
    width:200px;
    margin:0 auto;
    text-align:center;
}
.search_product_list_box>p a img{
    display:inline;
    height:28px;
}
.search_product_list>a{
    display:block;
    width:100%;
    overflow:hidden;
    border-top:1px dashed #f3f3f3; 
    padding:15px 0;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.search_product_list>a:nth-child(1){
    border:none;
}
.search_product_list>a .search_product_left{
    width:47px;
    margin:0 10px;
}
.search_product_list>a .search_product_left>div{
    width:47px;
    height:47px;
}
.search_product_list>a .search_product_right{
    width:131px;
    height:47px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    line-height:14px;
}
.search_product_list>a .search_product_right>p{
    color:#cc161d;
    font-weight:bold;
}
.search_product_list>a .search_product_right>span,
.search_product_list>a .search_product_right>label{
    color:#bcbbb8;
    display:inline-block;
}
.search_product_list>a .search_product_right>label>span{
    color:#cc9a8b;
}
/*搜索结果页面*/
.search_end{
    width:100%;
    height:50px;
    line-height:50px;
}
.search_end>span{
    color:#999;
}
.search_end>label{
    float:right;
    color:#999;
}
.search_end>label>span{
    color:#3996ec;
}
.search_term{
    border:1px solid #ddd;
    border-bottom:none;
}
.search_term li{
    clear:both;
    overflow:hidden;
    border-bottom:1px solid #ddd;
}
.search_term li .left{
    text-align:right;
    height:60px;
    line-height:60px;
}
.search_term li .left span{
    display:inline-block;
    width:50px;
    height:20px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    line-height:18px;
    text-align:center;
    border:1px solid #888;
    cursor:pointer;
    margin:20px 5px 0 0;
    transition:.3s;
}
.search_term li .left span.two{
    display:none;
}
.search_term li .left span i{
    width:12px;
    height:8px;
    display:inline-block;
    overflow:hidden;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    position:relative;
    top:-1px;
    left:0px;
    text-align:center;
    line-height:14px;
    border:1px solid #fff;
}
.search_term li .left span i em.xia{
    display:inline-block;
    width:8px;
    height:8px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    border-left:1px solid #888;
    border-bottom:1px solid #888;
    position:absolute;
    top:-4px;
    left:1px;
    transform:rotate(-45deg);
}
.search_term li .left span i em.horizon{
    display:inline-block;
    width:7px;
    border-bottom:1px solid #888;
    position:absolute;
    top:2px;
    left:1px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.search_term li .left span i em.vertical{
    display:inline-block;
    height:8px;
    border-left:1px solid #888;
    position:absolute;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    top:0px;
    left:4px;
}
.search_term li .left span:hover{
    border:1px solid #3996ec;
    color:#3996ec;
}
.search_term li .left span:hover label{
    color:#3996ec;
}
.search_term li .left span:hover i em.xia{
    border-left:1px solid #3996ec;
    border-bottom:1px solid #3996ec;
}
.search_term li .left span:hover i em.vertical{
    border-left:1px solid #3996ec;
}
.search_term li .left span:hover i em.horizon{
    border-bottom:1px solid #3996ec;
}
.search_term li .center{
    max-height:60px;
    line-height:60px;
    overflow:hidden;
    transition:.3s;
}
/*.search_term li .center div>input{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
}
*/
/*.search_term li .center div>input:checked{
    width:120px;
    height:49px;
    border:1px solid #3996ec;
    transform:rotate(0);
    left: -4px;
    top: -22px;
}*/
.search_term li .center.active{
    max-height:180px;
    overflow:auto;
}
.search_term li .center a{
    display:inline-block;
    margin:0 10px;
    color:#666;
}
.search_term li .center div{
    width:120px;
    height:60px;
    position:relative;
    float:left;
    margin:5px;
    display:inline-block;
}
.search_term li .center div input{
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    width:100px;
    height:50px;
    opacity:0;
}
.search_term li .center img{
    display:block;
    width:100px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.filter_condition{
    width:100%;
    height:40px;
    background:#f5f5f5;
    border:1px solid #e8e8e8;
    margin:20px 0 0 0;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.filter_condition>a{
    display:block;
    border-right:1px solid #e8e8e8;
    line-height:38px;
    float:left;
    padding:0 18px;
    position:relative;
    color:#888;
}
.filter_condition a.active{
    color:#fff;
    background:#3996ec;
}
.filter_condition a i{
    color:#888;
    display:inline;
    line-height:normal;
}
.filter_condition a i.icon-xia1,
.filter_condition a i.icon-up{
    position:absolute;
    right:7px;
    font-size:12px;
}
.filter_condition a i.icon-xia1{
    bottom:11px;
}
.filter_condition a i.icon-up{
    top:9px; 
}
.filter_condition a i.icon-xia{
    font-size:22px; 
    vertical-align:middle;
    display:inline-block;
    transition:0.3s;
}
.filter_condition a .area-danxuan{
    background:#f5f5f5;
    height:33px;
    display:inline-block;
    border:none;
    display:inline;
    width:52px;
    color:#888;
}
.filter_condition a.three:hover{
    background:#fff;
}
.filter_condition a.three:hover i.icon-xia{
    transform:rotate(180deg);
}
.filter_condition a>ul{
    width:100%;
    background:#fff;
    color:#888;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    text-align:center;
    display:none;
    position:absolute;
    left:0;
    top:39px;
    border:1px solid #e8e8e8;
    border-top:none;
}
.filter_condition a.three:hover ul{
    display:block;
}
.filter_condition a.three:hover input{
    background:#fff;
}
.filter_condition a>span{
    display:inline-block;
    margin:0 5px;
}
.filter_condition a>input[type="text"]{
    font-size:12px;
}
.filter_condition a>input[type="submit"]{
    border:1px solid #3996ec;
    color:#3996ec;
    background:#fff;
    height:25px;
    padding:0 7px;
    border-radius:3px;
    display:none;
}






.search_goods{
    width:100%;
    overflow:hidden;
    margin:20px 0 10px 0;
}
.search_goods .left{
    width:1190px;
    overflow:hidden;
    float:left;
}
.search_goods .left li{
    width:228px;
    height:410px;
    margin:0 10px 26px 0;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    border:1px solid #e6e6e6;
    float:left;
    overflow:hidden;
    transition:0.3s;
}
.search_goods .left li:hover{
    border:1px solid #3996ec;
}
.search_goods .left li .goods_img{
    width:228px;
}
.search_goods .left li .goods_img a{
    display:block;
}
.search_goods .left li .goods_img a>.pic{
    width:228px;
    height:228px;
}
.search_goods .left li .goods_img .swiper{
    width:100%;
    height:40px;
    background:#fff;
    padding:5px 0;
}
.search_goods .left li .goods_img .swiper .pic{
    width:40px!important;
    height:40px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    margin:0 3.5px;
}
.search_goods .left li .goods_img .swiper .swiper-wrapper{
    width:188px;
    margin:0 0 0 20px;
    background:#fff;
}
.search_goods .left li .goods_img .swiper .pic.active{
    border:1px solid #3996ec;
}
.btn1,.btn2{
    width:20px!important;
    height:40px!important;
    top:22px!important;
    background-size: 9px 15px!important;
    opacity: 1!important;
    background:#fff;
}
.btn1{
    left:0!important;
}
.btn2{
    right:0!important;
}
.search_goods .left li .information{
    width:228px;
    height:140px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    background:#fff;
}
.search_goods .left li .information p{
    line-height:30px;
    color:#ff7300;
    padding: 0 10px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    padding:5px;
}
.search_goods .left li .information p span{
    color:#ff7300;
    font-size:14px;
    font-weight:bold;
	padding-left:10px;
	
}
.search_goods .left li .information p.nowrap{
    line-height:25px;
    color:#333;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    padding:0 10px;
}
.search_goods .left li .information span.nowrap{
    display:block;
    width:100%;
    line-height:25px;
    color:#999;
 
    padding: 0 10px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.search_goods .left li .information a.nowrap:hover{
    color:#3996ec;
}
.search_goods .left li .information table{
    width:228px;
    text-align:center;
    color:#999;
}
.search_goods .left li .information table td{
    border-top:1px solid #e6e6e6;
    border-left:1px solid #e6e6e6;
    line-height:40px;
}
.search_goods .left li .information table td:nth-child(1){
    border-left:none;
}
.search_goods .left li .information table td .pic{
    width:100%;
/*   height:40px;*/
    display:block;
}
.search_goods .left li .information table td span{
    color:#b57c5b;
    font-weight:700;
}
.search_goods .left li .information table td label{
    color:#3388bb;
    font-weight:700;
}
.search_goods .right{
    width:200px;
    overflow:hidden;
    float:left;
}
.search_goods .right li{
    width:200px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    border:1px solid #e6e6e6;
    margin:0 0 10px 0;
}
.search_goods .right li:hover{
    border:1px solid #3996ec;
}
.search_goods .right li>a{
    display:block;
    width:200px;
    height:200px;
}
.search_goods .right li a img{
    display:block;
}
.search_goods .right li div{
    background:#f5f5f5;
    padding:6px;
    position:relative;
}
.search_goods .right li .price{
    color:#ff7300;
    padding:5px 0;
}
.search_goods .right li p span{
    color:#ff7300;
    font-size:16px;
    font-weight:700;
}
.search_goods .right li p.limit_p{
    position:relative;
    line-height:1.5em;
    height:3em;
    overflow:hidden;
    color:#888;
}
.search_goods .right li p.limit_p:after{
    content:"...";
    position:absolute;
    font-weight:bold;
    bottom:0;
    right:0;
    background:#f5f5f5;
}
.search_goods .right li div>span{
    position:absolute;
    top:11px;
    right:6px;
    z-index:1;
}
.search_goods .right li div span a{
    display:inline-block;
    width:20px;
    height:21px;
}
.search_goods .right li div span>label{
    display:inline-block;
    width:40px;
    height:18px;
    text-align:center;
    line-height:18px;
    background:#3996ec;
    color:#fff;
}
/*商城首页*/
.mall_special_offer{
    height:35px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    border-bottom:1px solid #3996ec;
    margin:20px 0 0 0;
    background:#fff;
}
.mall_special_offer>a{
    display:block;
    float:left;
    width:80px;
    height:35px;
    text-align:center;
    line-height:35px;
    color:#333333;
    position:relative;
}
.mall_special_offer>a div{
    width:10px;
    height:10px;
    background:#fff;
    position:absolute;
    bottom:-5px;
    left:32px;
    z-index:10;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);    
    -moz-transform:rotate(45deg);       
    -ms-transform:rotate(45deg);       
    -o-transform:rotate(45deg);
    display:none;
}
.mall_special_offer>a label{
    position:absolute;
    left:500px;
    top:0;
    display:none;
}
.mall_special_offer>a label span{
    background:#3996ec;
    color:#fff;
    padding:0 5px;
    margin:0 5px;
}
.mall_special_offer>a.active{
    color:#fff;
    background:#3996ec;
}
.mall_special_offer>a.active div{
    display:block;
}
.mall_special_offer>a.active>label{
    display:block;
}
.mall_special_list{
    padding:20px 0 0 0;
    overflow:hidden;
}
.mall_special_list li>div{
    float:left;
    width:190px;
    height:320px;
    margin:0 0 0 10px;
    overflow:hidden;
    position:relative;
}
.mall_special_list li>div:first-child{
    margin-left:0;
}
.mall_special_list li>div a .pic{
    width:190px;
    height:190px;
}
.mall_special_list li>div p{
    padding:5px;
}
.mall_special_list li>div p.title{
    color:#333;
    height:3em;
    line-height:1.5em;
    overflow:hidden;
}
.mall_special_list li>div p.now_price{
    color:#ff4400;
}
.mall_special_list li>div p.now_price span{
    color:#ff4400;
    font-size:14px;
    font-weight:600;
}
.mall_special_list li>div p.old_price,
.mall_special_list li>div p.saled label{
    color:#999;
}
.mall_special_list li>div p.saled label{
    width:40%;
    display:block;
    float:left;
}
/*.mall_special_list li>div p input{
    display:inline-block;
    width:50%;
    float:right;
    height:;
}*/
.mall_special_list li>div>span{
    display:inline-block;
    position:absolute;
    right:5px;
    bottom:40px;
    width:30px;
    height:30px;
    background:#ff6600;
    border-radius:100%;
    color:#fff;
    line-height:30px;
    text-align:center;
    z-index:10;
}




.mall_company{
    margin:10px auto;
    overflow:hidden;
}
.mall_company>p{
    text-align:center;
    line-height:24px;
    padding:22px 0;
    font-size:24px;
}
.mall_company>p i{
    font-size:27px;
    color:#f41a1a;
}
.mall_company .company_swiper{
    width:370px;
    height:370px;
    overflow:hidden;
}
.mall_company .company_swiper .swiper_four a{
    width:370px;
    height:370px;
    display:block;
}
.mall_company .company_swiper .swiper_four a img{
    width:100%;
    height:100%;
}
.mall_company .company_swiper .swiper_four .swiper-pagination-bullet {
    width: 20px!important;
    height: 3px!important;
    border-radius:0!important;
    background: #fff!important;
    opacity: 1!important;
}
.mall_company .company_swiper .swiper_four .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ef7c0f!important;
}
.mall_company .company_img{
    width:820px;
    height:370px;
}
.mall_company .company_img a{
    display:block;
    float:left;
    width:273px;
    height:185px;
    overflow:hidden;
    border-left:2px solid #fff;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box; 
}
.mall_company .company_img a img{
    height:185px;
    display:block;
}
.mall_company .company_img a:first-child{
    width:546px;
    height:185px;
    overflow:hidden;
    border-bottom:2px solid #fff;
}
.mall_company .company_img a:nth-child(2){
    border-bottom:2px solid #fff;
}

.mall_company .company_list a{
    width:120px;
    display:block;
    margin:5px 6px;
}
.mall_company .company_list a img{
    display:block;
    width:100%;
}
.mall_ad a{
    display:block;
    width:396px;
    border-left:1px solid #fff;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.mall_ad a img{
    width:100%;
    display:block;
}
.mall_ad a:nth-child(1){
    border:none;
}
.mall_goods>p{
    line-height:28px;
    padding:16px 0;
    font-size:24px;
    font-weight:600;
    position:relative;
    color:#333;
}
.mall_goods>p>span{
    font-size:30px;
    color:#ef7c0f;
    margin:0 2px;
}
.mall_goods>p>label{
    margin:0 88px 0 0;
    font-size:14px;
    font-weight:500;
}
.mall_goods>p>label>a{
    display:inline-block;
    margin:0 15px 0 0;
    color:#333;
}
.mall_goods>p>label>a.active{
    color:#ef7c0f;
}
.mall_goods>p>a{
    position:absolute;
    top:16px;
    right:0;
    display:inline-block;
    width:88px;
    height:28px;
    background:#ef7c0f;
    color:#fff;
    font-size:14px;
    line-height:28px;
    text-align:center;
    font-weight:500;
}
.mall_goods>div{
    height:470px;
}
.mall_goods>div .left{
    position:relative;
    width:190px;
    height:470px;
}
.mall_goods>div .left img{
    width:190px;
    height:470px;
    display:block;
}
.mall_goods>div .left>p{
    position:absolute;
    bottom:0;
    left:0;
    text-align:center;
}
.mall_goods>div .left>p a{
    display:inline-block;
    width:70px;
    height:20px;
    line-height:20px;
    text-align:center;
    border:1px solid rgba(255,255,255,0.5);
    border-radius:11px;
    color:#fff;
    margin:10px 5px;
}
.mall_goods>div .left>p a:hover{
    background:rgba(255,255,255,0.5);
}
.mall_goods>div .center{
    width:800px;
    height:470px;
    overflow:hidden;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    border-top:1px solid #dfdfdf;
}
.mall_goods>div .center a{
    display:block;
    width:200px;
    height:234.5px;
    overflow:hidden;
    border-right:1px solid #dfdfdf;
    border-bottom:1px solid #dfdfdf;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    line-height:18px;
    background:#fff;
}
.mall_goods>div .center a .pic{
    width:200px;
    height:170px;
}
.mall_goods>div .center a .goods_info{
    width:100%;
    height:65px;
    padding:0 10px 11px 10px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.mall_goods>div .center a .goods_info p{
    color:#f41613;
    font-size:14px;
}
.mall_goods>div .center a .goods_info p label{
    color:#101010;
    font-size:14px;
}
.mall_goods>div .center a .goods_info p>span{
    color:#f41613;
    font-size:16px;
}
.mall_goods>div .center a .goods_info>span{
    color:#9b9b9b;
    display:inline-block;
    width:100%;
}
.mall_goods>div .right{
    width:195px;
    margin:0 0 0 5px;
}
.mall_goods>div .right>p{
    line-height:14px;
    font-size:16px;
    padding:5px 0;
}
.mall_goods>div .right a{
    display:block;
    width:195px;
    height:68px;
    margin:0 0 6px 0;
}
.mall_goods>div .right .pic{
    width:68px;
    height:68px;
}
.mall_goods>div .right .goods_info{
    width:117px;
    height:68px;
    margin:0 0 0 10px;
    background:#fff;
    line-height:22.5px;
}
.mall_goods>div .right .goods_info span{
    display:block;
    width:100%;
    color:#6b6b6b;
}
.mall_goods>div .right .goods_info p{
    color:#919191;
}
.mall_goods>div .right .goods_info label{
    color:#f21d0f;
}
.mall_goods>a{
    display:block;
    margin:10px 0 0 0;
}
.mall_goods>a img{
    display:block;
    width:100%;
}
.footer{
    background:#f5f5f5;
    overflow:hidden;
    margin:60px 0 0 0;
}
.footer .footer_one{
    padding:50px 0 50px 0;
    border-bottom:1px solid #eaeaea;
    overflow:hidden;
}
.footer .footer_one a{
    display:block;
    float:left;
    width:238px;
    height:48px;
}
.footer .footer_one a img{
    width:48px;
    height:48px;
    display:block;
}
.footer .footer_one a div{
    width:190px;
    height:48px;
    padding:0 10px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    line-height:24px;
}
.footer .footer_two{
    padding:0 0 10px 0;
    overflow:hidden;
}
.footer .footer_two ul{
    width:198px;
    overflow:hidden;
    float:left;
}
.footer .footer_two ul strong{
    font-size:14px;
    line-height:40px;
    color:#545454;
}
.footer .footer_two ul a{
    display:block;
    line-height:22px;
    color:#545454;
}
.footer .footer_two ul a:hover{
    color:#3996ec;
}
.footer .footer_three{
    overflow:hidden;
    background:#fff;
    padding:15px 0;
}
.footer .footer_three p{
    text-align:center;
    line-height:25px;
}
.footer .footer_three p a{
    display:inline-block;
    line-height:;
    padding:0 5px;
}
.footer .footer_three p a img{
    margin:5px 0;
    display:inline-block;
    height:24px;
}

/*搜索未果页面*/
.search_no{
    width:100%;
    border:1px solid #fcede1;
    background:#fff9f5;
    overflow:hidden;
}
.search_no .left{
    width:100px;
    height:250px;
    float:left;
}
.search_no .left a{
    width:100px;
    height:250px;
}
.search_no .left{
    width:100px;
    height:250px;
    float:left;
}
.search_no .right{
    float:left;
    width:1000px;
}
.search_no .right h2{
    line-height:55px;
}
.search_no .right p{
    color:#666;
    line-height:30px;
}
.search_no .right span{
    color:#3996ec;
    line-height:25px;
    display:inline-block;
    background:#f7faff;
    line-height:30px;
    border:1px solid #e1e7f5;
    padding:0 10px;
    margin:5px 0 0 0;
}
.search_no .right span label{
    color:#666;
}
.search_no .right span a{
    color:#3996ec;
    margin:0 5px;
    display:inline-block;
}
.search_no .right input{
    display:inline;
    margin:10px 0;
}
.search_no .right input[type=button]{
    background:#3996ec;
    color:#fff;
    border:none;
}



/*********** 产品分类列表页category *********************/

.h_img{
			width: 196px;
		    height: 196px;
		    line-height: 191px;
		    text-align: center;
		    display: inherit!important;
		    background:#eee;
		}
		.h_img>img{
			max-width: 100%;
		    max-height: 100%;
		    display: inline!important;
		    vertical-align: middle;
		}
		.goods_one .pinpai_a{
			height:64px;
			overflow:hidden;
		}
		.swiper-slide.h_img{
			width: 40px!important;
		    height: 40px;
		    line-height: 35px;
		}
		.search_goods .left li:hover .information .h_bottom{
			display:block;
		}
		.search_goods .left li .information{
			position:relative;
		}
		.search_goods .left li .information .h_bottom{
		    position: absolute;
		    top: 0;
		    left: 0;
		    z-index: 100;
		    background: #fff;
		    width: 228px;
		    height: 90px;
		    display: none; 
		    overflow: hidden;
	    }
	    .search_goods .left li .information .h_bottom .one{
		    width: 228px;
		    height: 40px;
		    line-height: 40px;
		    text-align: center;
		    margin: 0;
		    border-top: 1px solid #ccc;
		    border-bottom: 1px solid #ccc;
	    }
	    .search_goods .left li .information .h_bottom .one span{
			display: block;
		    width: 90px;
		    font-size: 14px;
		    font-weight: bold;
		    color: #ff7300;
		    float:left;
	    }
	    .search_goods .left li .information .h_bottom .one span:nth-of-type(2){
		    width: 137px;
		    font-weight: normal;
		    border-left:1px solid #ccc;
		    color:#88B5F7;
	    }
	    .search_goods .left li .information .h_bottom .two{
	    	width:100%;
	    	line-height:30px;
	    }
	    .search_goods .left li .information .h_bottom .two p{
    	    padding: 0;
		    line-height: 22px;
		    color: #666;
		    padding-left: 6px;
	    }
	    .search_goods .left li .information .h_bottom .two p span{
    	    color: #999;
    		font-size: 12px;
    		margin-left: 10px;
	    }
	    .search_goods .left li .information .h_bottom .two p label{
    	    color: #e70012;
    		font-size: 12px;
    		margin-left: 10px;
	    }
	    .search_goods .left li .information .h_bottom .three a{
			margin-left:6px;
			margin-right:10px;
			color:#666;
	    }
	    .search_goods .left li .information .h_bottom .three a:hover{
			color:#3996ec;
	    }
		
		.screeBox_1 span {
		background: #3996ec;
		padding: 3px 5px;
		margin: 0 3px;
		color:#FFF;
		}

.pages{text-align:center;}
