/*头部*/
.header{
    width:100%;
    height:40px;
    background:#f89f0a;
    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;
    margin-left: 10px;
}
.header .main .header_left a{ 
    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 ul{
    display:none;
    overflow:hidden;
    background:#f89f0a;
    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;
    z-index:100;
}
.header .main>.header_nav>li ul a{
    color:#fff;
}
.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;
}
.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;
}
.huandeng_relative{
    position:absolute;
    /*top:210px;*/
    left:0;
    width:100%;
    height:500px;
    margin-top:40px;
}
/*友情链接*/
.top_list{
    overflow:hidden;
}
.top_list>p{
    line-height:50px;
    font-size:20px;
    font-weight:600;
}
.top_list .link a{
    display:inline-block;
    width:188px;
    float:left;
    line-height:30px;
    font-weight:600;
    color:#333;
    padding:0 0 0 10px;
}
.top_list .link a:hover{
    color:#f89f0a;
}
/*底部公共*/
.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:#f89f0a;
}
.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;
}
/*item*/
.item{
    width:1228px;
    margin:0 auto;
    overflow:hidden;
}
/*型号查询*/
.search_logo{
    overflow:hidden;
}
.search_logo img{
    height:154px;
    display:block;
    margin:50px auto 10px;
}
.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 #f89f0a;
    border-bottom:none;
    background:#f89f0a;
    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:#f89f0a;
    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:#f89f0a;
    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 span{
    font-size:24px;
}
.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:#f89f0a;
    color:#fff;
    font-size:14px;
}
.goods_one_list li p{
    line-height:40px;
    color:#f89f0a;
    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:#f89f0a;
}
.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:#f89f0a;
}

.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:#f89f0a;
}

.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:#f89f0a;
    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:59px;
    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:#f89f0a;
    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:#f89f0a;
}
.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;
}
/*询价单头部*/
.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:618px;
    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("../images/xia.png") no-repeat scroll center right ;
    background-size:25px;
    padding:0 25px 0 20px;
}
.top .top_one .top_one_center input{
    width: 430px;
    border: none;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    border-left: 1px solid #bfbfbf;
    padding: 0 10px;
    margin: 10px 0 0 0;
}
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:#f89f0a;
    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 #f89f0a;
    -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:#f89f0a;
    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:#f89f0a;
    color:#fff;
}
/*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;
}
.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 #ff7300;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 400;
}
.enquiry_item .enquiry_title h3 span{
    margin:0 0 0 10px;
    color:#747474;
}
.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;
}
.mgl_20{
    margin-left:20px;
}
.enquiry_div table{
    width:1048px;
    border:1px solid #ddd;
    border-bottom:1px solid #ddd;
    clear:both;
    margin:8px 0 0 0;
}
.enquiry_div table tr{
    width:1048px;
    border-bottom:1px solid #ddd;
    line-height:40px;
}
.enquiry_div table tr th{
    width:11.5%;
    background:#fff4e3;
    color:#333;
    font-size:14px;
    position:relative;
}
.enquiry_div table tr td>i{
    position:absolute;
    top:16px;
    left:-16px;
    font-weight:bold;
    display:none;
}
.enquiry_div table tr td{
 
    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:#707070;
    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_div>p{
    width:100%;
    text-align:right;
    color:#ff7300;
    font-size:18px;
    line-height:40px;
}
.enquiry_div>p span{
    color:#ff7300;
    font-size:14px;
}
.enquiry_div>p label{
    color:#a1a1a1;
    font-size:14px;
}
.enquiry_div>p #new_add{
    cursor:pointer;
}
.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;
    float:left;
}
.enquiry_div .enquiry_way span{
    display:inline-block;
    width:100px;
    font-size:14px;
    text-align:right;
    float:left;
}
.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;
    float:left;
}
.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:#ffa705;
}
.enquiry_submit p a:hover{
    color:#0B70AF;
    text-decoration:underline;
}
.enquiry_submit input[type="submit"]{
    display:block;
    width:auto;
    height:40px;
    line-height:40px;
    border:none;
    color:#fff;
    background:#ffa705;
    font-size:16px;
    margin:0 auto;
    padding:0 25px;
    border-radius:5px;
}


.enquiry_item .h_top{
    width:100%;
    background:#fff;
    overflow:hidden;
    line-height:35px;
    margin:0 0 20px 0;
}
.enquiry_item .h_top dt{
    width:130px;
    float:left;
    font-size:14px;
    text-align:right;
}
.enquiry_item .h_top dd{
    width:364px;
    float:left;
    font-size:14px;
    padding:0 0 0 30px;
}
.enquiry_item .one{
    overflow:hidden;
    width:100%;
    line-height:35px;
    margin:0 0 20px 0;
}
.enquiry_item .one dt{
    width:130px;
    float:left;
    text-align:right;
    font-size:14px;
     height: 35px;
}
.enquiry_item .one dd{
    width:888px;
    float:left;
    font-size:14px;
    padding:0 0 0 30px;
}
.enquiry_item .two{
    width:100%;
    overflow:hidden;
    margin:0 0 20px 0;
    line-height:35px;
}
.enquiry_item .two dt{
    width:150px;
    text-align:right;
    font-size:14px;
    float:left;
}
.enquiry_item .two dd{
    width:868px;
    padding:0 0 0 30px;
    font-size:14px;
    float:left;
    line-height:37px;
}
.enquiry_item .two dd>span{
    display:block;
    width:830px;
    overflow:hidden;
    border:1px solid #ddd;
    padding:10px;
    margin:10px 0 0 0;
}
.enquiry_item .two dd span textarea{
    width:100%;
    height:100px;
}
.enquiry_item .two dd span p{
    text-align:right;
}
.enquiry_item .two dd>p{
    line-height
}
.enquiry_item .two dd>p span{
    position:relative;
    width:90px;
    height:30px;
}
.enquiry_item .two dd>p span input{
    width:90px;
    height:30px;
    opacity:0;
    position:absolute;
    top:0;
    left:0;
}
.enquiry_item .two dd>p span label{
    width:90px;
    height:30px;
    background:#ffa705;
    line-height:30px;
    text-align:center;
    color:#fff;
}
/*采购页面*/
.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;
    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 .to_login{
    line-height:70px;
}
.purchase_my_login .to_login a{
    color:#f89f0a;
    margin:0 5px;
    font-size:14px;
}
.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;
}
/*首页头部*/
.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:#f89f0a;
}
.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 #f89f0a;
    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:#f89f0a;
    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:#f89f0a;
}



.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:#f89f0a;
    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:#f89f0a;
}
.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:#f89f0a;
}
.swiper-pagination-bullet {
    width: 10px!important;
    height: 10px!important;    
    background: #fff!important;
    opacity: 1!important;
}
.swiper-pagination-bullet-active {
    background: #f89f0a!important;
}
.new_index{
    width:990px;
    height:540px;
    overflow:hidden;
}
.new_swiper{
    width:700px;
    height:500px;
    overflow:hidden;
}
.huandeng_one{
    width:700px;
    height:340px;
}
.huandeng_two{
    width:700px;
    height:169px;
    background:#fff;
    padding:18px 0;
}
.huandeng_two .swiper-slide a{
    width:100px;
    height:200px;
    overflow:hidden;
}
.huandeng_two .swiper-slide a p{
    line-height:20px;
    font-size:12px;
    text-align:center;
}
.huandeng_two .swiper-slide a p b{
    font-size:16px;
}
.huandeng_two .swiper-slide a div{
    width:233px;
    height:60px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    margin:0 0 0 45px;
}
.huandeng_two .swiper-slide a div img{
    max-width:100px;
    max-height:60px;
    vertical-align:middle;
}
.swiper-button-prev{
    background-image:url("../images/swiper_button_1.png")!important;
}
.swiper-button-next{
    background-image:url("../images/swiper_button_2.png")!important;
}


.item_top_right{
    width:250px;
    height:500px;
    overflow:hidden;
    background:#fff;
    position:relative;
    z-index:0;
    padding:0 10px;
}
.item_top_right .fabucaigou_btn{
    width:98px;
    height:38px;
    background:#fff;
    border:1px solid #f89f0a;
    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:#f89f0a;
}
.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:59px;
    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:#f89f0a;
    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 #f89f0a;
    background:#fff;
    float:left;
    display:inline-block;
    margin:27px 0 0 40px;
    color:#f89f0a;
    font-size:12px;
    padding:2px 0;
    border-radius:2px;
}
.register .denglu_btn button:nth-child(1){
    background:#f89f0a;
    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:#f89f0a;
    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:#f89f0a;
}
.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:#f89f0a;
    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:#f89f0a;
    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="submit"]{
    width:100%;
    background:#f89f0a;
    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("../images/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;
    margin:20px 0;
    background:#fff;
}
.brand>img{
    width:60px;
    height:222px;
    float:left;
}
.brand ul{
    float:left;
    width:1130px;
    height:222px;
}
.brand ul li{
    width:101px;
    height:55px;
    float:left;
    margin:0 0 0 12px;
    position:relative;
}
.brand ul li:hover a p{
    display:block;
}
.brand ul li a div{
    position: absolute;
    background: #F89F0A;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
}
.brand ul li a div.h_top{
    width:0;
    height:2px;
    top:0;
    left:0;
}
.brand ul li a div.h_right{
    width:2px;
    height:0;
    top:0;
    right:0;
}
.brand ul li a div.h_bottom{
    width:0;
    height:2px;
    bottom:0;
    right:0;
}
.brand ul li a div.h_left{
    width:2px;
    height:0;
    bottom:0;
    left:0;
}
.brand ul li:hover a div.h_top{
    width:101px;
}
.brand ul li:hover a div.h_right{
    height:55px;
}
.brand ul li:hover a div.h_bottom{
    width:101px;
}
.brand ul li:hover a div.h_left{
    height:55px;
}
.brand ul li a p{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 20px;
    text-align:center;
    display:none;
}
.brand ul li a p label{
    padding: 3px 15px;
    background: #e53935;
    color: #fff;
    border-radius: 12px;
    overflow: hidden;
    font-size: 12px;
    display: block;
    width: 60%;
    margin: 4px auto 0 auto;
    font-size:12px;
}
.brand ul li a p span{
    color: #fff;
    line-height:32px;
}
.brand ul li a{
    width:101px;
    height:55px;
    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;
    padding-left:10px;
    background:#fff;
}
.top_list>p>a{
    font-size:20px;
    color:#333;
}
.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:#f89f0a;
}
.top_list .caigou_list{
    overflow:hidden;
    position:relative;
    max-height:310px;
    padding:0 0 70px 0;
    background:#fff;
}
.top_list .caigou_list li{
    width:140px;
    height:155px;
    float:left;
    text-align:center;
    line-height:20px;
    margin:10px 0 0 7px;
}
.top_list .caigou_list li .pic{
    width:110px;
    height:110px;
    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 #f89f0a;
    display:block;
    float:left;
    text-align:center;
    margin:0 19px 0 0;
    border-radius:3px;
}
.top_list .click_change a.active{
    background:#f89f0a;
    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:#f89f0a;
}
.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:#f89f0a;
    color:#fff;
}
.province_list .special_province{
    color:#f89f0a;
}
.top_list .province_map{
    width:595px;
    height:340px;
    padding:25px 0;
}
/*地图*/
.mapTipText{
 width:280px;
 background-color:#ffffff;
 overflow:hidden; 
 padding:10px 0;
 border:1px solid #ddd;
}
.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;
}

/*最新发布*/
.new_release{
    overflow:hidden;
    margin:20px 0;
    background:#fff;
    padding:10px 0;
}
.new_release>p{
    width:60px;
    height:60px;
    font-size:20px;
    font-weight:bold;
    text-align:center;
    color:#f89f0a;
    line-height:30px;
}
.new_release>div{
    width:1128px;
}
.new_release>div{
    height:50px;
    margin:5px 0 0 0;
    border-left:2px solid #f89f0a;
}
.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:600;
    color:#333333;
    padding-left:10px;
}
.zc_list a{
    display:inline-block;
    padding:0 10px;
    font-size:12px;
    font-weight:600px;
    color:#666666;
}
.zc_list a.active{
    color:#f89f0a;
}
.release_more{
    overflow:hidden;
    background:#fff;
}
.release_more li{
    width:350px;
    height:200px;
    font-weight:500;
    margin:0 36px 0 0;
    padding:0 0 0 10px;
}
.release_more li p{
    line-height:20px;
    font-size:14px;
    padding:0 0 0 5px;
    border-left:4px solid #f89f0a;
    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:#f89f0a;
}
.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:#f89f0a;
}
.ad_img{
    width:100%;
    overflow:hidden;
    margin:20px 0;
}
.ad_img a{
	width: 290px;
    margin-right: 10px;
    float: left;
    display: block;
}
.ad_img img{
    width:100%;
    display:block;
}
.ad_img a:nth-of-type(4n){
	margin:0;
}
.menu{
    width:100%;
    max-height:1600px;
    overflow:hidden;
    position:relative;
    padding: 0 0 20px 0;
}
.menu .menu_list{
    width:290px;
    height:375px;
    background:#fff;
    float:left;
    margin:0 10px 20px 0;
}
.menu .menu_list:nth-child(4n){
    margin:0 0 20px 0;
}
.menu .menu_list:nth-of-type(1) .menu_list_top,
.menu .menu_list:nth-of-type(33) .menu_list_top{
    background:#3b8b94!important;
}
.menu .menu_list:nth-of-type(2) .menu_list_top,
.menu .menu_list:nth-of-type(34) .menu_list_top{
    background:#6e3b80!important;
}
.menu .menu_list:nth-of-type(3) .menu_list_top,
.menu .menu_list:nth-of-type(35) .menu_list_top{
    background:#e86f06!important;
}
.menu .menu_list:nth-of-type(4) .menu_list_top,
.menu .menu_list:nth-of-type(36) .menu_list_top{
    background:#ea2c12!important;
}
.menu .menu_list:nth-of-type(5) .menu_list_top{
    background:#56609d!important;
}
.menu .menu_list:nth-of-type(6) .menu_list_top{
    background:#73bc91!important;
}
.menu .menu_list:nth-of-type(7) .menu_list_top{
    background:#dcd178!important;
}
.menu .menu_list:nth-of-type(8) .menu_list_top{
    background:#488b94!important;
}
.menu .menu_list:nth-of-type(9) .menu_list_top{
    background:#886350!important;
}
.menu .menu_list:nth-of-type(10) .menu_list_top{
    background:#5c5567!important;
}
.menu .menu_list:nth-of-type(11) .menu_list_top{
    background:#d88f28!important;
}
.menu .menu_list:nth-of-type(12) .menu_list_top{
    background:#9e4075!important;
}
.menu .menu_list:nth-of-type(13) .menu_list_top{
    background:#cc375d!important;
}
.menu .menu_list:nth-of-type(14) .menu_list_top{
    background:#76508d!important;
}
.menu .menu_list:nth-of-type(15) .menu_list_top{
    background:#4d5f8d!important;
}
.menu .menu_list:nth-of-type(16) .menu_list_top{
    background:#498bab!important;
}
.menu .menu_list:nth-of-type(17) .menu_list_top{
    background:#548d7c!important;
}
.menu .menu_list:nth-of-type(18) .menu_list_top{
    background:#edb625!important;
}
.menu .menu_list:nth-of-type(19) .menu_list_top{
    background:#c93559!important;
}
.menu .menu_list:nth-of-type(20) .menu_list_top{
    background:#984476!important;
}
.menu .menu_list:nth-of-type(21) .menu_list_top{
    background:#734c8b!important;
}
.menu .menu_list:nth-of-type(22) .menu_list_top{
    background:#5a688f!important;
}
.menu .menu_list:nth-of-type(23) .menu_list_top{
    background:#5f5f9b!important;
}
.menu .menu_list:nth-of-type(24) .menu_list_top{
    background:#4f779a!important;
}
.menu .menu_list:nth-of-type(25) .menu_list_top{
    background:#536d52!important;
}
.menu .menu_list:nth-of-type(26) .menu_list_top{
    background:#4fb67f!important;
}
.menu .menu_list:nth-of-type(27) .menu_list_top{
    background:#de745c!important;
}
.menu .menu_list:nth-of-type(28) .menu_list_top{
    background:#6e8b31!important;
}
.menu .menu_list:nth-of-type(29) .menu_list_top{
    background:#886d8e!important;
}
.menu .menu_list:nth-of-type(30) .menu_list_top{
    background:#6899ba!important;
}
.menu .menu_list:nth-of-type(31) .menu_list_top{
    background:#dac130!important;
}
.menu .menu_list:nth-of-type(32) .menu_list_top{
    background:#d34e4f!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:290px;
    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:290px;

    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;
    padding:0 0 0 10%;
}
.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;
}
.slide_more{
    width:100%;
    height:40px;
    clear:both;
    position:absolute;
    bottom:0;
    left:0;
    text-align:center;
    background:#f5f5f5;
}
.slide_more:after{
    content:"";
    border-bottom:1px solid #c3c3c3;
    width:100%;
    position:absolute;
    bottom:20px;
    left:0;
    z-index:0;
}
.slide_more a{
    display:inline-block;
    background:#f5f5f5;
    width:100px;
    height:40px;
    text-align:center;
    line-height:40px;
    font-size:14px;
    color:#999;
    font-family:微软雅黑;
    position:relative;
    z-index:1;
}
.slide_more a i{
    font-size:16px;
}
.supplier .click_change{
    text-align:center;  
    margin:20px 0 0 0;  
} 
.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 #f89f0a;
    color:#f89f0a;
}
.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:#f89f0a;
    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;
}
.goods{
    overflow:hidden;
    margin:0 0 20px 0;
    background:#fff;
}
.goods .goods_menu{
    overflow:hidden;
    height:400px;
    background:#0048b0;
}
.goods .goods_menu>p{
    background:#f89f0a;
    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:190px;
    margin:20px 19px 0 19px;
}
.goods .goods_list li .pic{
    width:170px;
    height:130px;
}
.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:#f89f0a;
    font-size:14px;
    font-weight:600;
}
.exhibition{
    overflow:hidden;
    height:423px;
}
.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:#f89f0a;
    padding:0 0 0 19px;
}
.exhibition li p{
    color:#333;
    padding:0 0 0 19px;
}
.recommend{
    overflow:hidden;
    padding:0 0 31px 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:#f89f0a;
}
.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:240px;
    margin:0 0 20px 0;
}
.export li{
    width:20%;
    height:60px;
    float:left;
    margin:10px 2.5%;
}
.export li .pic{
    width:148px;
    height:60px;
}
.cooperate{
    overflow:hidden;
    height:240px;
    /*margin:0 0 20px 0;*/
    background:#fff;
    /*width:590px;*/
    /*margin:0 0 0 10px;*/
}
.cooperate li{
    width:118px;
    height:100px;
    float:left;
}
.cooperate li .pic{
    width:118px;
    height:100px;
}
/*经销商*/
.top_nav{
    width:100%;
    height:60px;
    background:#f89f0a;
    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:#f89f0a;
}
.top_nav .w1190>span>ul>li .hover_menu:hover i{
    display:block;
    color:#f89f0a;
}
.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 #f89f0a;
    border-left: none;
    display: none;
    color:#666;
    overflow:hidden;
}
.top_nav .w1190>span>ul>li>.hover_menu>.hover_list p a{
    background:#f89f0a;
    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: #f89f0a;
}
.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(../images/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;
}
.pintai_select{
    width:80px!important;
    height:48px!important;
    float:left!important;
    border:none!important;
    background:#fff url("../images/xia.png") no-repeat center right;
    background-size: 27px 27px;
}
.select{
    position:relative;
}
.select .select_text{
    position:absolute;
    top:0;
    left:0;
    width:60px;
    height:100%;
    border:none;
    line-height:50px;
    padding:0 0 0 20px;
}
.select .select_option{
    position:absolute;
    top:48px;
    left:-1px;
    width:100%;
    height:auto;
    line-height:25px;
    background:#fff;
    text-align:center;
    display:none;
    border:1px solid #ddd;
    border-top:none;
}
.max_height{
    max-height:100%!important;
}


/*采购详情*/
.section{
      background: #f2f2f2;
}
.enquiry_item .h_bottom{
    width:1048px;
    overflow:hidden;
}
.enquiry_item .h_bottom .one dl{
    width:675px;
    padding:0 0 0 15px;
    line-height:30px;
    color:#666;
    font-size:14px;
}
.enquiry_item .h_bottom .one dl dt{
    width:75px;
    float:left;
    color:#222;
    font-weight:bold;
}
.enquiry_item .h_bottom .one dl dd{
    width:242.5px;
    float:left;
    padding:0 20px 0 0;
}
.enquiry_item .h_bottom .one .right{
    width:358px;
    height:72px;
    position:relative;
    background:url('../images/time.png') no-repeat top center;
    background-size:100%;
    margin:40px 0 0 0;
}
.enquiry_item .h_bottom .one .right a{
    width:100px;
    height:40px;
    line-height:40px;
    text-align:center;
    background:#fde8d6;
    color:#ff7300;
    border-radius:5px;
    margin:13px 0px 13px 43px;
    font-size:16px;
    user-select:none;
}
.enquiry_item .h_bottom .one .right p{
    width:180px;
    height:65px;
    color:#fff;
    margin:0;
    line-height:25px;
    font-size:14px;
    padding:7px 0 0 20px;
}
.enquiry_item .h_bottom .one .right p>span,
.enquiry_item .h_bottom .one .right p label{
    color:#fff;
}
.enquiry_item .h_bottom .one .right p label>span{
    margin:0 5px;
    color:#fff;
    user-select:none;
}
.enquiry_item .h_bottom table{
    width:100%;
    border:1px solid #ddd;
    line-height:35px;
    font-size:14px;
}
.enquiry_item .h_bottom table th{
    width:180px;
    text-align:left;
    padding:0 0 0 20px;
    background:#f5f5f5;
    color:#333;
}
.enquiry_item .h_bottom table td{
    width:360px;
    padding:0 0 0 20px;
    color:#333;
}
.caigou_detail{
    overflow:hidden;
}
.caigou_detail .left{
    width:200px;
    overflow:hidden;
}
.caigou_detail .left .h_top{
    width:178px;
    overflow:hidden;
    background:#fff;
    padding:0 10px 10px 10px;
    border:1px solid #ddd;
}
.caigou_detail .left .h_top h1{
    font-size:14px;
    line-height:30px;
}
.caigou_detail .left .h_top p{
    color:#666;
    line-height:20px;
    overflow:hidden;
}
.caigou_detail .left .h_top .one{
    width:178px;
    overflow:hidden;
    border-bottom:1px solid #ddd;
    margin:0 0 10px 0;
    padding:0 0 18px 0;
}
.caigou_detail .left .h_top .one p img{
    width:16px;
    height:16px;
    margin:0 3px;
}
.caigou_detail .left .h_top .one p label,
.caigou_detail .left .h_top .one p span,
.caigou_detail .left .h_top .one p strong{
    float:left;
}
.caigou_detail .left .h_top .one p strong{
    height:38px;
    line-height:38px;
    text-align:center;
    border:1px dashed #ddd;
    padding:0 13px;
}
.caigou_detail .left .h_top .one p strong i{
    color:#aaaba9;
}
.caigou_detail .left .h_top .two a{
    
    line-height:35px;
    text-align:center;
    border:1px solid #ddd;
    border-radius:4px;
    color:#496ab4;
    margin:10px 0;
    font-size:14px;
}
.caigou_detail .left .h_bottom{
    width:200px;
}
.caigou_detail .left .h_bottom img{
    width:100%;
    display:block;
    margin:10px 0 0 0;
}
.caigou_detail .right{
    width:970px;
    margin-left:20px;
    overflow:hidden;
}
.caigou_detail .right h1{
    font-size:14px;
    font-weight:normal;
    line-height:40px;
}
.caigou_detail .right table{
    border:1px solid #ddd;
    background:#fff;
}
.caigou_detail .right table tr{
    border-bottom:1px solid #ddd;
    line-height:35px;
}
.caigou_detail .right table tr td{
    width:242px;
    padding:0 0 0 10px;
}
.caigou_detail .right table tr td img{
    width:16px;
    height:16px;
    vertical-align:middle;
    margin:-4px 0 0 0;
}
.caigou_detail .right .h_bottom{
    width:100%;
    overflow:hidden;
    background:#fff;
    padding:0 0 20px 0;
}
.caigou_detail .right .h_bottom li{
    width:153px;
    height:194px;
    border-right:1px dashed #ddd;
    float:left;
    overflow:hidden;
    padding:0 20px;
    margin:20px 0 0 0;
    line-height:30px;
}
.caigou_detail .right .h_bottom li:nth-of-type(5n){
    border-right:none;
}
.caigou_detail .right .h_bottom li:last-of-type{
    border-right:none;
}
.caigou_detail .right .h_bottom li span{
    display:block;
    width:100%;
    color:#496ab4;
    font-size:14px;
    height:30px;
}
.caigou_detail .right .h_bottom li p{
    border-bottom:1px dashed #ddd;
    padding:0 0 10px 0;
    margin:0 0 10px 0;
}
.caigou_detail .right .h_bottom li p b{
    color:#ff7300;
    font-size:20px;
    margin:0 2px;
}
.caigou_detail .right .h_bottom li label img{
    vertical-align:middle;
    margin:-4px 5px 0 0;
}
.caigou_detail .right .h_bottom li a{
    display:block;
    width:80px;
    height:30px;
    background:#9abb59;
    line-height:30px;
    text-align:center;
    color:#fff;
    border-radius:4px;
    margin:5px 0;
}
.caigou_detail .right .h_bottom li em{
    display:block;
    font-style: normal;
    line-height:20px;
}
.rule_list{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    z-index:100000;
    display:none;
}
.rule_list a{
    width:30px;
    height:30px;
    background:#f2f2f2;
    border-radius:100%;
    text-align:center;
    line-height:30px;
    font-size:30px;
    position:absolute;
    top:100px;
    right:100px;
}
.rule_list span{
    position:absolute;
    top:25%;
    left:25%;
    display:block;
    width:50%;
    height:50%;
    overflow:auto;
    background:#fff;
    line-height:25px;
    padding:20px;
    text-indent:2em;
    text-align:justify;
}

.h_ad_right{
    width: 235px;
    height:478px;
    position:absolute;
    top:0;
    right:0;
    padding:10px;
    background:#f5f5f5;
    overflow:hidden;    
}
.h_ad_right .h_top{
    width: 235px;
    overflow:hidden
}
.h_ad_right .h_top a{
    display:block;
    width:116px;
    height:61px;
    margin-top:1px;
    background:#fff;
    float:left
}
.h_ad_right .h_top a:nth-of-type(2n){
    margin-left:1px;
}
.h_ad_right .h_top a img{
    width:116px;
    height:61px;
    display:block;
}
.h_ad_right .h_bottom{
    width: 235px;
    overflow:hidden
}
.h_ad_right .h_bottom a{
    display:block;
    width: 235px;
    height:142px;
    overflow:hidden;
    background:#fff;
    margin:5px 0 0 0;
}
.h_ad_right .h_bottom a img{
    width:235px;
    height:142px
}






/*新增*/
.h_baoguangtai{
    width:100%;
    height:386px;
    overflow:hidden;
}
.h_baoguangtai .p{
    color:#666;
    font-size:18px;
    padding:0 0 0 10px;
    line-height:50px;
}
.h_baoguangtai>.left{
    width:310px;
    height:382px;
    float:left;
    background:#fff;
    border-top:4px solid #f89f0a;
}
.h_baoguangtai .left .h_bottom{
    width:300px;
    height:206px;
    margin:5px;
}
.h_baoguangtai .left .h_bottom .click_change{
    width:100%;
    overflow:hidden;
}
.h_baoguangtai .left .h_bottom .click_change a{
    display:inline-block;
    padding:0 10px;
    line-height:25px;
    font-family:"微软雅黑";
    color:#999;
}
.h_baoguangtai .left .h_bottom .click_change a.active{
    border-bottom:1px solid #f89f0a;
    color:#f89f0a;
}
.h_baoguangtai .left .h_bottom .changed{
    width:100%;
}
.h_baoguangtai .left .h_bottom .changed dl{
    overflow:hidden;
}
.h_baoguangtai .left .h_bottom .changed dl dd{
    width:140px;
    float:left;
    padding:20px 0 0 10px;
    color:#666;
    font-size:14px;
}
.h_baoguangtai .left .h_bottom .changed dl dd span{
    color:#f89f0a;
    margin:0 3px 0 0;
}
.h_baoguangtai .center{
    width:310px;
    height:382px;
    float:left;
    background:#fff;
    margin-left:10px;
    border-top:4px solid #18cca0;
}
.h_baoguangtai .center .h_bottom{
    width:300px;
    height:206px;
    margin:5px;
}
.h_baoguangtai .center .h_bottom img{
    display:block;
    margin:0 auto;
}
.h_baoguangtai .center .h_bottom h1{
    width:100%;
    line-height:238px;
    text-align:center;
    color:#999;
    font-size: 20px;
}
.h_baoguangtai .right{
    width:550px;
    height:382px;
    float:left;
    background:#fff;
    margin-left:10px;
    border-top:4px solid #227faa;
}
.h_baoguangtai .right .h_bottom{
    width:546px;
    height:206px;
    margin:5px;
}
.h_baoguangtai .right .h_bottom .left{
    float:left;
    width:233px;
    height:206px;
    padding:0 10px;
}
.h_baoguangtai .right .h_bottom .left>p{
    width:100%;
    border-bottom:1px solid #efefef;
    line-height:29px;
}
.h_baoguangtai .right .h_bottom .left>p span{
    display:inline-block;
    border-bottom:1px solid #f89f0a;
    font-size:16px;
    line-height:30px;
    padding:0 5px 0 0;
}
.h_baoguangtai .right .h_bottom .left .bd ul{
    width:233px;
    height:186px;
}
.h_baoguangtai .right .h_bottom .left .bd ul li{
    width:100%;
    height:38px;
    line-height:21px;
    padding:10px 0;
}
.h_baoguangtai .right .h_bottom .left .bd ul li a{
    color:#666;
}
.h_baoguangtai .right .h_bottom .left .bd ul li span{
    color:#f89f0a;
    float:right;
}
.h_baoguangtai .right .h_bottom .left .bd ul li label{
    color:#999;
}
.h_baoguangtai .right .h_bottom .left .bd h1{
    width:100%;
    line-height:174px;
    text-align:center;
    color:#999;
    font-size: 20px;
}
.zhuantihuodong{
    width:100%;
    overflow:hidden;
    background:#fff;
}
.zhuantihuodong>p{
    padding:60px 0;
    text-align:center;
}
.zhuantihuodong>p a{
    display:inline-block;
    border:1px solid #ccc;
    width:200px;
    height:50px;
    line-height:50px;
    color:#666;
    font-size:18px;
}
.zhuantihuodong>p a:hover{
    background:#f89f0a;
    color:#fff;
    border:1px solid #f89f0a;
}
.zhuantihuodong .h_bottom{
    width:100%;
    height:400px;
    padding:0 10px;
}
.zhuantihuodong .h_bottom .left{
    width:500px;
    height:400px;
    background:#f89f0a;
    float:left;
}
.zhuantihuodong .h_bottom .left>img{
    width:500px;
    height:250px;
    display:block;
}
.zhuantihuodong .h_bottom .left dl{
    padding:20px 0;
}
.zhuantihuodong .h_bottom .left dt{
    width:380px;
}
.zhuantihuodong .h_bottom .left dt p,
.zhuantihuodong .h_bottom .left dt span,
.zhuantihuodong .h_bottom .left dd p,
.zhuantihuodong .h_bottom .left dd span{
    color:#fff;
}
.zhuantihuodong .h_bottom .left dt p{
    border-bottom:1px solid #fff;
}
.zhuantihuodong .h_bottom .right{
    width:630px;
    height:400px;
    float:left;
    padding:0 40px 0 20px;
}
.zhuantihuodong .h_bottom .right a{
    display:block;
}
.zhuantihuodong .h_bottom .right a>p{
    width:585px;
    line-height:40px;
    padding:0 0 0 20px;
    background-repeat:no-repeat;
    background-size:16px;
    font-size:14px;
    color:#666;
}
.zhuantihuodong .h_bottom .right a>p span{
    float:right;
    color:#666;
}
.zhuantihuodong .h_bottom .right .special{
    width:100%;
    height:120px;
    overflow:hidden;
    display:none;
}
.zhuantihuodong .h_bottom a:nth-of-type(1) .special{
    display:block;
}
.zhuantihuodong .h_bottom a:nth-of-type(1)>p{
    display:none;
}
.zhuantihuodong .h_bottom dl dt{
    width:530px;
    float:left;
}
.zhuantihuodong .h_bottom dl dt p{
    font-size:16px;
    color:#f89f0a;
    border-bottom:1px solid #ccc;
    line-height:40px;
}
.zhuantihuodong .h_bottom dl dt span{
    line-height:30px;
    color:#999;
}
.zhuantihuodong .h_bottom dl dd{
    width:100px;
    height:120px;
    float:left;
    text-align:center;
}
.zhuantihuodong .h_bottom dl dd p{
    font-size:36px;
    line-height:50px;
    color:#999;
}
.zhuantihuodong .h_bottom dl dd span{
    color:#999;
    line-height:17px;
}
.h_fixed_all{
    width:100%;
    height:100%;
    background:rgba(0,0,0,.7);
    position:fixed!important;
    top:0;
    left:0;
    z-index:1000000000;
}
.h_fixed_all img{
    width:70%;
    display:block;
    margin:60px auto 0 auto;
}
.h_fixed_all p{
    width:100%;
    position:absolute;
    bottom:150px;
    left:0;
    text-align:center;
}
.h_fixed_all p a{
    background:#f89f0a;
    width:200px;
    height:37px;
    line-height:37px;
    text-align:center;
    font-size:16px;
    color:#fff;
    margin:0 2px;
    display: inline-block;
}
.h_fixed_all p a:hover{
    opacity:0.8;
}
.h_fixed_all p a:nth-of-type(3){
    background:#fff;
    color:#666;
}
.h_fixed_all span{
    position:absolute;
    top:50px;
    right:10%;
    display:inline-block;
    width:40px;
    height:40px;
    background:#000;
    color:#fff;
    line-height:36px;
    text-align:center;
    font-size:40px;
    border:1px solid #fff;
}

/*找回密码*/
.retrieve_password{
    overflow:hidden;
    border:1px solid #ddd;
    padding:20px 0;
}
.retrieve_password .one{
    overflow:hidden;
    position:relative;
    height:40px;
}
.retrieve_password .one div{
    position:absolute;
    top:0;
    width:331px;
    height:40px;
    text-align:center;
}
.retrieve_password .one div span{
    position:relative;
    line-height:40px;
    color:#fff;
    font-size:18px;
}
.retrieve_password .one div img{
    width:331px;
    height:40px;
    display:block;
    position:absolute;
    top:0;
    left:0;
    z-index:0;
}
.retrieve_password .one .left{
    left:106px;
}
.retrieve_password .one .center{
    left:430px;
}
.retrieve_password .one .right{
    left:754px;
}
.retrieve_password .two{
    overflow:hidden;
    padding:50px 0;
}
.retrieve_password .two .h_bottom_one{
    width:420px;
    overflow:hidden;
    margin:0 auto;
}
.retrieve_password .two .h_bottom_one .h_bottom_two{
    line-height:34px;
    padding:15px 0;
    clear:both;
    overflow:hidden;
}
.retrieve_password .two .h_bottom_one .h_bottom_two span{
    width:100px;
    float:left;
}
.retrieve_password .two .h_bottom_one a{
    color:red;
}
.retrieve_password .two .h_bottom_one input[type="text"]{
    height:33px;
    border:1px solid #ddd;
}
.retrieve_password .two .h_bottom_one input[type="password"]{
    height:33px;
    border:1px solid #ddd;
}
.retrieve_password .two .h_bottom_one input.input_big{
    width:178px;
    display:block;
    float:left;
    padding:0 10px;
}
.retrieve_password .two .h_bottom_one input.input_bigs{
    width:178px;
    display:block;
    float:left;
    padding:0 10px;
}
.retrieve_password .two .h_bottom_one input.input_smalls{
    width:93px;
    padding:0 10px;
    float:left;
}
.retrieve_password .two .h_bottom_one .send{
    width:102px;
    background:#f89f0a;
    color:#fff;
    height:35px;
    float:left;
    margin:0 0 0 5px;
}
.retrieve_password .two .h_bottom_one .xyb{
    width:130px;
    height:40px;
    color:#fff;
    background:#f49f1a;
    display:block;
    margin-left: 115px;
    margin-top: 5px;

}
.retrieve_password .two .h_bottom_one input[type="submit"]{
    width:130px;
    height:40px;
    color:#fff;
    background:#f49f1a;
    display:block;
    margin-left: 110px;
    margin-top: 15px;
}
.retrieve_password .two .h_bottom_one .h_bottom{
    text-align:center;
}
.retrieve_password .two .h_bottom_one label{
    padding:50px 0;
    font-size:20px;
}
.retrieve_password .two .h_bottom_one label span{
    display:inline-block;
    width:60px;
    line-height:60px;
    background:green;
    color:#fff;
    text-align:center;
    font-size:30px;
    border-radius:100%;
    margin:0 10px;
}
.retrieve_password .two .h_bottom_one label a{
    font-size:20px;
}
.retrieve_password .two .h_bottom_one label a:hover{
    text-decoration:underline;
}
.retrieve_password .two .h_bottom_one .h_bottom_two .msg-box{
 float: left;
 padding: 10px 0 6px 0px;
line-height: 14px;
}
.retrieve_password .two .h_bottom_one .h_bottom_two>div .tips i{
    background-position:0 -40px;
}

.retrieve_password .two .h_bottom_one .h_bottom_two>div .true i{
    background-position:0 -79px;
}
.retrieve_password .two .h_bottom_one .h_bottom_two  .msg-box i{
  height: 16px;
  width: 20px;
  float: left;
  background: url(../images/icon.png) no-repeat;
  display: inline;
}
.retrieve_password .two .h_bottom_one .h_bottom_two>div .input_big.red{
    border-color: #FF8080;
}



/*友情链接2*/
.friend_link{
    width:100%;
    overflow:hidden;
    padding:0 0 20px 0;
}
.friend_link a{
    display:block;
    float:left;
    width:150px;
    margin:20px 58px 0 0;
    font-size:14px;
    color:#333;
}
.friend_link a:hover{
    color:#f89f0a;
}

/*轴承型号目录*/
.big_search_logo{
    display:block;
    height:137px;
    margin:50px auto;
}
.bearing_menu{
    margin-bottom:20px;
    padding:20px 0 0 0;
}
.p_b_l{
    width:100%;
    height:40px;
    border-bottom:1px solid #ccc;
}
.p_b_l span{
    display:inline-block;
    border-bottom:2px solid #f89f0a;
    font-size:18px;
    line-height:39px;
    padding:0 5px;
}
.bearing_menu dl{
    width:100%;
    line-height:35px;
}
.bearing_menu dl a{
    display:block;
    width:85px;
    float:left;
    margin:0 15px 0 0;
    font-size:14px;
    color:#666;
}
.bearing_menu dl a:hover{
    color:#f89f0a;
}
.bearing_menu dl a:nth-of-type(12n){
    margin:0;
}
.bearing_menu dl dd{
    width:135px;
    float:left;
    text-align:center;
    position:relative;
    margin-right:15.7px;
}
.bearing_menu dl dd:nth-of-type(8n){
    margin-right:0;
}
.bearing_menu dl dd a{
    width:135px;
}
.bearing_menu dl dd .h_pic{
    width:135px;
    height:135px;
}
.bearing_menu dl ul{
    display:none;
    position:absolute;
    top:170px;
    left:0;
    z-index:10;
    width:133px;
    background:#f5f5f5;
    border:1px solid #ddd;
    border-bottom:none;
}
.bearing_menu dl dd:hover{
    background:#f5f5f5;
}
.bearing_menu dl dd:hover ul{
    display:block;
}
.bearing_menu dl dd ul a{
    width:133px;
    display:block;
    border-bottom:1px solid #ddd;
}
.bearing_menu dl dd ul a:hover{
    background:#f89f0a;
    color:#fff;
}
.bearing_menu .one{
    width:100%;
    overflow:hidden;
}
.bearing_menu .one a{
    display:block;
    float:left;
    width:270px;
    padding:0 0 0 20px;
    position:relative;
    margin:0 10px 0 0px;
    line-height:40px;
}
.bearing_menu .one a:before{
    content:"";
    position:absolute;
    top:17px;
    left:7px;
    width:5px;
    height:5px;
    background:#f89f0a;
}
.bearing_menu .one a:nth-of-type(4n){
    margin:0;
}
.bearing_menu .one a label{
    display:block;
    width:190px;
    float:left;
}
.bearing_menu .one a span{
    display:block;
    width:80px;
    float:left;
    text-align:right;
}
.bearing_menu .two{
    overflow:hidden;
}
.bearing_menu .two a{
    width:575px;
    float:left;
    display:block;
    padding:10px;
}
.bearing_menu .two a:hover{
    background:#f5f5f5;
}
.bearing_menu .two a .h_pic{
    width:100px;
    height:100px;
    float:left;
    line-height:95px;
}
.bearing_menu .two a .right{
    width:465px;
    height:100px;
    float:left;
    margin-left:10px;
}
.bearing_menu .two a .right span{
    font-size:14px;
    line-height:30px;
}
.bearing_menu .two a .right p{
    line-height:25px;
    color:#999;
}
.bearing_menu .two a:hover .right span{
    color:#f89f0a;
}

/*型号查询*/
.bearing_message{
    overflow:hidden;
    background:#fef7ed;
    padding:40px 0;
    margin-bottom:20px;
}
.bearing_message .h_bg{
    width:240px;
    height:240px;
    border:1px solid #f89f0a;
    margin-left:40px;
    float:left;
}
.bearing_message .h_bg .h_pic{
    width:200px;
    height:200px;
    line-height:195px;
    margin:20px 0 0 20px;
}
.bearing_message .right{
    float:left;
    width:880px;
    height:240px;
    overflow:hidden;
    float:left;
    margin-left:20px;
}
.bearing_message .right p{
    padding:8px 0;
}
.bearing_message .right p label{
    font-size:14px;
    color:#5c5b58;
}
.bearing_message .right p span{
    font-size:12px;
    margin-right:85px;
    color:#666;
    line-height:20px;
    text-align:justify;
}
.bearing_message .right p span a{
    margin-right:20px;
    color:red;
}


/*型号目录弹出框*/


#mode{
    width:645px;
    height:400px;
    position: absolute;
    left:40%;
    top:47%; 
    margin:-100px 0 0 -150px;
    background: #fff;
    border: 1px solid #f5f5f5;
    display: none;
}

#mode p{
    margin-top: 10px;
    height: 30px;
    border-bottom: 1px solid #f89f0a;
}
#mode p b{
    margin-left: 10px;
      font-size: 15px;
}

#mode p span{
    float:right;  
    margin-right: 15px;
}
#mode .xgxh{
    margin-top: 15px;
    width: 560px;
    height: 80%;
    margin-left: 46px;
}

#mode .xgxh dl{
    line-height: 35px;
}

#mode .xgxh dl a {
    display: block;
    width: 130px;
    float: left;
    margin: 0 10px 0 0;
    font-size: 14px;
    color: #666;
}

#mode .ckgd{
    text-align: center;
    border-bottom: 0px; 
    margin-top: 0px;
}





