body {
    margin: 0;
    padding: 0;
    background: #fff;
    background-image: url(./img/back.png);
    background-repeat: no-repeat;
    height:1064px;
    background-position: center;
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    margin: 0;
    display: inline-block;
}

ul,
li,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.left_heade,
.right_heade {
    display: inline-block;
}

.right_heade {
    float: right;
}

.left_heade span,
.right_heade span {
    padding: 0 1px;
}

.header_ {
    width: 100%;
    background: #f5f5f5;
    padding: 6px 0;
    font-size: 13px;
    display: block;
    color: #666666;
    z-index: 99;
    border-bottom: 4px solid #aeaeae;
}

.head_ {
    /* width: 1200px; */
    width: 100%;
    height: 36px;
    background: #dcdcdc;
    /* border-bottom: #e5e5e5 1px solid; */
    position: relative;
    z-index: 9;
    left: 0;
}

.right_heade img,
.right_heade span {
    vertical-align: middle;
}

.nav_header {
    width: 1200px;
    margin: 0 auto;
}

.logo_se {
    width: 100%;
    background-image: linear-gradient(#fafbfc, #e5eaed);
    /* background-image: url(./img/back.png); */
    background-repeat: no-repeat;
    background-size: 100% 101px;
}

.logo_seach {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_img,
.logo_cat {
    display: inline-block;
}

.logo_img img {
    width: 464px;
    height: 47px;
}

.logo_mem { 
    width: 205px;
    display: inline-block;    
}
.logo_mem div{
    width: 60px;
    display: inline-block;
    font-size: 13px;
    color:#fff;
    padding: 10px 15px;
    text-align: center;
}
.btn_cp{
    background: #196c21;
}
.btn_cg{
    background-image: linear-gradient(to right, #f77d36, #f74d1e);
}
/* 导航 */
.cont {
    width: 1200px;
    margin-top: 20px;
    margin: 0 auto;
}

.nav_ {
    width: 100%;
    font-weight: bold;
    background: #196c21;
    background-repeat: no-repeat;
}

.nav_tit {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_ li {
    /* width:80px; */
    text-align: center;
    display: inline-block;
    padding: 13px 20px;
    font-size: 16px;
    color: #f1f1f1;
    font-weight: bold;
}

.nav_ li:hover {
    background: #f1f1f1;
    color: #006f69;
    border-radius: 20px;
    padding: 5px 20px;
}

.ban_mask{
    width: 1200px;
    font-size: 0;
    height: 500px;
    /* margin: 0 auto; */
    /* position: absolute;
    left: calc((100% - 1200px)/2);
    top: 0px; */
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
    background: #fff;
}
.ban_left {
    width: 180px;
    /* border: 1px solid #dddddd; */
    height:500px;
    display: inline-block;
    background:#196c21;
}

.icon_ {
    vertical-align: middle;
    display: inline-block;
}

.big_class {
    /*height:95px;*/
}

.big_li {
    /* height: 120px; */
    padding:0 10px;
    margin-top: 13px;
    /* border-bottom: 1px solid #6968c8; */
}

.big_li span {
    vertical-align: middle;
    font-size: 15px;
}

.small_class {
    flex-wrap: wrap;
    font-size: 13px;
    /* margin-top: 8px; */
    height: 20px;
    overflow: hidden;
}

.small_class li {
    padding: 3px 3px;
    display: inline-block;
    color:#dbd6d6;
}
.ban_img {
    width: 760px;
    display: inline-block;

}
.ban_img img{
    width: 760px;
    height:322px;

}
.ban_right{
    width: 1005px;

}
.ban_t{
    width: 1005px;
}
.mem{
    width: 230px;
    display: inline-block;
}
.mem_r{
    width:90px;
    text-align: center;
    padding:13px 10px;
    color:#fff;
    display: inline-block;
    background-color: #ff6600;

}

.mem_l{
    width:90px;
    text-align: center;
    padding:13px 10px;
    color:#fff;
    display: inline-block;
    background-color: #f64400;
    margin-left: 5px;
}
.mem_r span,.mem_l span{
    margin-left: 5px;
    vertical-align: middle;
    font-size:15px;

}
.mem_r img,.mem_l img{
    vertical-align: middle;
}
.ann_t{
    font-size:0;
    border-bottom: 1px solid #dddddd;
    padding: 5px 0;
}
.ann_t span{
    color:#ff6600;
    padding:5px 24px; 
    font-size: 15px;
    border-bottom: 1px solid #ff6600;

}
.announ{
    margin-top: 20px;
}
.announ_list{
    width:208px;
    height:200px;
    padding: 10px;
}
.announ_list li{
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    height: 33px;
    line-height: 33px;
}
.ban_comp ul{
    width: 1005px;
    margin-top: 10px;

}
.ban_comp li{
    width: 179px;
    text-align: center;
    padding: 10px;
    display: inline-block;
    border:1px solid #dddddd;
    border-right: 0;
}
.bc_name{
    width:180px;
    /* padding: 10px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    color:#dd363e;
}
.bc_bus{
    width:178px;
    /* padding: 10px; */
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    color:#999999;
    margin-top: 5px;
}
.bc_img{
    width: 122px;
    display: inline-block;
    margin-top: 15px;
    overflow: hidden;
}
.bc_img img{
    width: 122px;
    height: 80px;
     transition: all 0.6s;
}
.bc_img img:hover{
    transform: scale(1.2);  
    background-size:110%;
}


.public {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.cont {
    width: 1200px;
    margin: 0 auto;
}
/* 实力商家 */
.company{
    width: 1200px;
    background: #fff;
    margin-top: 20px;
    font-size:0;
    padding:20px 0;
}
.comp_any{
    width: 1120px;
    margin:0 20px;
    padding: 0 20px;
    background: #196c21;
    border-radius: 15px;
}
.comp_tit{
    width: 35px;
    display: inline-block;
    vertical-align: middle;

}
.comp_tit span{
    writing-mode: vertical-rl;
    font-size:22px;
    color:#fff;
    display: block;
    text-indent: 3px;
}
.comp_tit img{
    margin-top: 10px;
}
.comp{
    width: 1038px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.comp_top{}
.comp_top li{
    width: 140px;
    display: inline-block;
    text-align: center;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: bold;
    color:#fff;
}
.comp_top li:hover{
    
    background-image: linear-gradient(to right, #f77d36, #f74d1e);
}
.comp_cont{
    width: 1038px;
    height: 265px;
    padding:10px 0 20px 0;
}
.comp_{
    width: 300px;
    padding: 20px 15px;
    display: inline-block;
    background: #fff;
}
.comp_name{
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:14px;

}
.comp_intro{
    width: 300px;
    height: 42px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 21px;
    font-size:13px;
    color:#808080;
    margin-top:10px;
}
.comp_list ul{
    width: 300px;
    height: 75px;
    margin-top:20px;
}
.comp_list li{
    width:66px;
    display: inline-block;
}
.comp_list img{
    width: 66px;
    height: 52px;
}

.comp_i{
    width: 66px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    margin-top: 5px;
}
.comp_btn{
    width: 300px;
    margin-top: 20px;


}
.comp_btn div{
    width: 100px;
    padding: 8px 10px;
    text-align: center;
    font-size:13px;
    border-radius: 20px;
}
.ckxq{
    background: #fff;
    border: 1px solid #f64400;
    color:#f64400;
}
.lxsj{
    background-image: linear-gradient(to right, #f5211d, #f75136);
    color:#fff;
}
/* 二手机械 */
.buy_traf{
    width: 1200px;
    margin-top: 20px;
    font-size:0;
}
.buy{
    width:600px;
    display: inline-block;
    vertical-align: middle;

}
.buy_top{
    padding: 5px 0;
}
.buy_top span{
    border-left: 3px solid #f64400;
    color:#f64400;
    font-size:18px;
}
.buy_class{
    display: inline-block;
}
.buy_class li{
    display: inline-block;
    font-size:13px;
    margin-left: 20px;
}
.m_{
    display: inline-block;
    font-size:13px;
    color:#999999;
    float: right;
    margin-top: 5px;
}
.buy_cont{
    width: 600px;
}
.buy_ad{
    width:199px;
    display: inline-block;

}
.buy_ad img{
    width:199px;
    height: 520px;
}
.buy_list{
    width: 400px;
    display: inline-block;
    border: 1px solid #dcdcdc;
    border-right: 0;
    border-bottom: 0;
}
.buy_list img{
    width: 160px;
    height: 160px;
      transition: all 0.6s; 
}
.buy_list img:hover{
     transform: scale(1.2);  
    background-size:110%;
}
.buy_list ul{
    width: 400px;
    height: 517.7px;
    flex-wrap: wrap;
}
.buy_list li{
    width:160px;
    padding:20px 19px 26px 19px;
    display: inline-block;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
}
.buy_tit{
    width: 160px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 21px;
    font-size:14px;
    color:#333;
    margin-top: 10px;
}
/* 物流运输 */
.traf_ad{
    width: 199px;
    display: inline-block;
    vertical-align: middle;
}
.traf{
    width: 600px;
    /* display: inline-block; */
}
.traf_cont{
    width:397px;
    display: inline-block;
}
.traf_left{
    width: 398px;
    height: 240.5px;
    display: inline-block;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.traf_t{
    padding:5px 10px;
    background-color: #f2f2f2;
    font-size:13px;
    margin-top: 5px;
}
.traf_t li{
    display: inline-block;
}
.traf_t li:nth-child(1){
    width: 260px;
    display: inline-block;
}
.traf_t li:nth-child(2){
    width: 100px;
    text-align: center;
    display: inline-block;
}
.traf_list{
    width:377px;
    padding: 0 10px;
}
.traf_list ul{
    margin-top:8px;
    /* height: 200px; */
}
.traf_list li{
    height: 40px;
    line-height: 40px;
}
.traf_list div{
    width: 290px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:14px;
    vertical-align: middle;

}
.traf_list span{
    vertical-align: middle;
    font-size:13px;
    float: right;
}
.t_ad{
    margin-top: 33px;
    vertical-align: bottom;
}
/* 广告位 */
.ad_{
    width: 1200px;
    margin-top: 20px;
    font-size:0;
}
/* 动力耕整地机械 */
.sell{
    width: 1200px;
    margin-top: 20px;
    font-size: 0;
    background: #fff;

}
.sell_ad{
    width: 200px;
    position: relative;
    display: inline-block;
}
.sell_ad img{
    width: 200px;
    height: 280px;
}
.sell_class{
    width: 200px;

}
.sell_class ul{
    width: 180px;
    /*height: 153px;*/
    padding: 0 10px;
    flex-wrap: wrap;
    position: absolute;
    bottom:80px;
    right:0px;
}
.sell_class li{
    /* width: 80px; */
    color:#fff;
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
    font-size:14px;
    margin-top:8px;
    border-radius: 20px;
    border:1px solid #dddddd;
    background: rgba(253, 253, 253, 0.2);
}
.sell_list{
    width: 980px;
    display: inline-block;
}
.sell_list ul{
    width: 980px;

}
.sell_list li{
    width: 175px;
    padding: 10px;
    display: inline-block;
      transition: 1s;
}
.sell_list li:hover{
    box-shadow: 5px 5px 5px 5px #d2d3d9;
    transition: 1s;
}
.sell_list img{
    width: 175px;
    height: 175px;
}
.sell_name{
    width: 175px;
    height: 38px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    font-size:14px;
    color:#333;
    margin-top: 10px;
}
.sell_price{
    font-size:18px;
    color:#fd645e;
    margin-top: 5px;
}
/* 行业资讯 */
/* 行业资讯 */
.news{
    width: 1200px;
    /* margin-top: 20px; */
    font-size:0;
}
.news_cont{
    width: 1200px;
}
.news_left{
    width: 380px;
    /* display: inline-block; */
}
.news_left>span{
    font-size:17px;
    color:#fff;
}
.news_{
    width: 333px;
    padding: 24px 23px;
    background: #fff;
    margin-top: 15px;

}
.news_hot{
    width: 333px;
}
.news_img{
    width: 83px;
    display: inline-block;
}
.news_img img{
    width: 83px;
    height: 83px;
}
.news_des{
    width: 240px;

}
.news_des h3{
    width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}
.news_intro{
    width: 240px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    line-height: 20px;
    font-size:13px;
    color:#808080;
    margin-top: 5px;
}
.news_list{
    margin-top: 10px;
}
.news_list li{
    width: 330px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    height: 28px;
    line-height:28px;
}
.cont_{
    width: 100%;
    height:413px;
    margin-top: 20px;
    background-image: url(./img/back_.jpg);
    background-repeat: no-repeat;
  }