/* first 首页头部样式 */
.first-top{
    position: relative;
    /*  display: flex;*/
    width:226px;
    /* width: 1200px; */
    /*  justify-content: space-between;*/
    height: 477px;
}

.left-nav{
    width:226px;
    margin-left: 0px;
    float: left;
    background:#e0e5f6;
    padding: 0;
    height: 477px;
    text-align: left;
}
.eject{
    margin-left:226px;
    height: 477px;
}
.demo{
    height: 477px;
}
.dh{
    position: relative;
}
.first-banner{
    width: 100%;
    margin: 0;
    top: 0;
    overflow: hidden;
    height: 360px;
}
.first-banner a{
    height: 100%;
}
.first-left,
.first-right{
    width: 40px;
    background-size: 100% 100%;
}
.first-left{
    background-image: url(../img/z.png);
}
.first-right{
    background-image: url(../img/r.png);
}
/* end */

.index-nav{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    height: 477px;
}
.index-nav .div-a{
    width: 100%;
    height:49px;
    box-sizing: border-box;
    flex-direction: column;
}
.znav{
    width: 226px;
    text-align: left;
    height: 47px;
    position: relative;
}
.znav h1{
    width: 226px;
    color: #000000;
    font-size: 18px;
	font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    line-height: 48px;
    text-align: center;
}

.znav span{

    float: right;
    margin-right: 18px;
    position: absolute;
    left: 166px;
    line-height: 47px;
}
.index-nav .div-a div{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    padding:0 0 0 10px;
    text-align: left;
}

.index-nav .div-a div a{
    text-align: left;
    font-size: 16px;
	line-height: 16px;
	color: #000;
	font-weight: normal;
	margin-top: 10px;
}
.first-banner{
    width: 974px;
    height: 512px;
    margin-left: 226px;
}
.first-banner a{
    width: 100%;
    height: 477px;
}
.first-banner2{
    width: 100%;
    height: 376px;
	margin: 0 !important;
}
.first-banner2 a{
    width: 100%;
    height: 340px;
}

.dl{
    padding-top: 10px;
    width: 20%;
    border: 1px solid #bfbfbf;
    border-top: none;
    border-left: none;
    box-sizing: border-box;
}
.dl p{
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #707070;

}
.dl-div{
    width: 90%;
    margin: 0 auto;
}
.dl-div a{
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border: 1px solid #59af19;
    box-sizing: border-box;
    color: #59af19;
    margin-top: 10px;
}
.dl-div a.hk-a{
    background: #59af19;
    color: #fff;
}
.top1{
    width: 90%;
    margin: 0 auto;
    height: 30px;
    margin-top: 10px;
    border-bottom: 1px solid #59af19;
    box-sizing: border-box;
    font-size: 16px;
    position: relative;
}
.top1::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/gg.png)no-repeat;
    background-size: 100% 100%;
    left: 4.5em;
}
.gg-ul{
    width: 90%;
    margin: 0 auto;
}
.gg-ul a{
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
.top-adv a{
    height: 120px;
}

.sell-list{
    border: 1px solid #a6a6a6;
}
.sell-adv{
    width: 20%;
    height: 350px;
}
.sell-img-div{
    width: 50%;
    border-right: 1px solid #a6a6a6;
    box-sizing: border-box;
}
.sell-ul{
    width: 30%;
}
.sell-img{
    width: 95%;
    margin: 0 auto;
}
.sell-img div{
    height: 135px;
    overflow: hidden;
}
.sell-img a span{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    font-size: 15px;
    color: #707070;
}
.sell-adv2{
    width: 95%;
    margin: 10px auto 5px;
}
.sell-list-ul{
    margin: 0 auto;
    width: 95%;
}
.sell-list-ul a{
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%;
    position: relative;
    text-indent: 1em;
    color: #707070;
    font-size: 15px;
}
.sell-list-ul a::after{
    content: '';
    position: absolute;
    width: 0.3em;
    height: 0.3em;
    font-size: 15px;
    border-radius: 0.3em;
    background: #707070;
    left: 0;
    top: calc((100% - 0.3em)/2);
}
.buy-adv a{
    height: 170px;
}
.company-img a{
    width: calc(1200px/100*79/100*19);
    height: calc(1200px/100*79/100*19 +30px);
}
.company-img div{
    width: 100%;
    overflow: hidden;
    height: calc(100% - 30px);
    border: 1px solid #a6a6a6;
    box-sizing: border-box;
}
.company-img span{
    height: 30px;
    line-height: 30px;
    display: block;
    width: 100%;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}
.company-div{
    margin-top: 10px;
    border: 1px solid #a6a6a6;
    box-sizing: border-box;
}
.top3{
    display: block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 15px;
    position: relative;
    background: #59af19;
}
.top3::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 10px;
    top: calc((100% - 20px)/2);
    background: url(../img/tj.png)no-repeat;
    background-size: 100% 100%;
}
.company-ul{
    width: 95%;
    margin: 0 auto;
}
.company-ul a{
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    width: 100%;
    text-indent: 1em;
    color: #707070;
    position: relative;
}
.company-ul a::after{
    content: '';
    position: absolute;
    width: 0.3em;
    height: 0.3em;
    font-size: 15px;
    background-color: #707070;
    left: 0;
    top: calc((100% 0.3em)/2);
    border-radius: 0.3em;
}
.article-bor{
    border: 1px solid #a6a6a6;
    box-sizing: border-box;
}
.top4{
    height: 30px;
    display: block;
    position: relative;
    background: #59af19;
}
.top4 span{
    display: block;
    width: 100%;
    height: 30px;
    color: #fff;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
}
.top4 a{
    position: absolute;
    right: 0;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    color: #fff;
    font-size: 15px;
    top: 0;
}
.top4::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 10px;
    top: calc((100% - 20px)/2);
    background: url(../img/hy.png)no-repeat;
    background-size: 100% 100%;
}
.xwtop::after{
    background: url(../img/xw.png)no-repeat;
    background-size: 100% 100%;
}
.sctop::after{
    background: url(../img/sc.png)no-repeat;
    background-size: 100% 100%;
}
li {
    position: relative;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 14px;
    transition: all 0.5s;
}

li>p {
    /* position: absolute; */
    width: 100%;
    height: 30px;
    line-height: 30px;
    bottom: 0;
    z-index: 9;
    opacity: 1;
    padding-left: 10px;
}
li>p span {
    font-weight: 700;
    color: #9599A6;
    margin-right: 10px;
}




.dyg_kj{
  height: 477px;
  margin-bottom: 16px;
}
.dyg_left{
    width: 226px;
    position: absolute;
    top: 0;
    z-index: 999;
    margin-top: 0px;
}
.dyg_center{
    margin-left: 0px;
    float: left;
    position: relative;
    height: 477px;
    width: 974px;
}
.dyg_right{
    width: 263px;
    height: 438px;
    float: right;
    margin-top: 18px;
}
.dy_top{
    width: 261px;
    height: 319px;
    border: 1px solid #cacaca;
}
.dy_top_zt h1{
    font-size: 15px;
    color: #151515;
    text-align: center;
    line-height: 47px;
    font-weight: normal;
}
.dy_top_zt a{
    width: 236px;
    height: 31px;
    line-height: 31px;
    font-size: 13px;
    background: #fff;
    border: 1px solid #0178fe;
    text-align: center;
    color: #0178fe;
    border-radius: 6px;
    margin: 0 auto;
    margin-bottom: 11px;
    display: block;
}
.dy_top_zt a:hover{
    background: #0178fe;
    color: #fff;
}
.dy_top2{
    margin-left: 8px;
    margin-top: 10px;
}
.dy_top2 h1{
   font-size: 14px;
   line-height: 22px;
   background: url(../images/toppoc_03.png) no-repeat left center;
   padding-left: 34px;
   color: #0178fe;
   font-weight: normal;
}
.dy_bot-wz{
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    height: 150px;
}
.dy_bot-wz a{
    line-height: 20px;
    padding-left: 15px;
    background:  url(../images/toppoc2_03.png) no-repeat left center;
}

.dy_bot-adv{
    width: 263px;
    height: 106px;
    margin-top: 10px;
}
.dy_bot-adv img{
    width: 263px;
    height: 106px;
}


/*公共标题*/

.bg_tit{
    background-size:100%;
    width:1200px;
    height: 76px;
    position: relative;
}
.bg_tit img{
    position: absolute;
}

.pu_title h1{
    font-size: 30px;
    color: #1951c5;
    font-weight:normal;
    line-height:36px;
    float: left;
}
.pu_title h1 strong{
    font-weight: normal;
    font-size: 26px;
}
.pu_title a{
    position: absolute;
    font-size: 16px;
    line-height: 16px;
    float: right;
    color: #0177fc;
    right: 8px;
    top: 16px;
}
.pu_title a img{
margin-top: 22px;
}


/*2024.4.10*/
/*新闻资讯*/
.new_kj{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    flex-wrap: wrap;
    align-content: space-between;
    height: 800px;
    padding-bottom: 50px;
}
.new_top{
    width: 100%;
    height: 346px;
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
}
.new_top-adv{
    width: 600px;
    height: 344px;
}
.new_top-adv img{
    width: 600px;
    height: 344px;
}


.new_t_r-wz{
    width: 567px;
}
.new_t_r-wz h1{
    margin-top: 39px;
    font-size: 16PX;
    color: #404040;
    line-height: 16PX;
}
.new_t_r-wz hr{
    background: #ffb600;
    border: none;
    width: 49px;
    height: 2px;
    margin-top: 14px;
}
.new_t_r-wz h2{
    font-size: 18px;
    line-height: 18px;
    color: #2a2a2a;
    margin-top: 30px;
    width: 90%;
}
.new_t_r-wz p{
    font-size: 16px;
    color: #2a2a2a;
    line-height: 28px;
    margin-top: 15px;
    -webkit-line-clamp: 3;
    height: 84px;
    width: 95%;
}
.new_t_r-wz a{
    margin-top: 67px;
    border: 1px solid #234bcf;
    color: #234bcf;
    width: 190px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 5px;
}

.new_bottom-adv{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.new_b-wz{
    width: 390px;
    height: 380px;
    background: #fff;
}
.new_b-wz p{
    padding: 0 15px;
    width: 355px;
    -webkit-line-clamp: 2;
    line-height: 25px;
    font-size: 16px;
    height: 50px;
    margin-top: 14px;
}
.new_b-wz a{
    margin-top: 15px;
    color: #234bcf;
    line-height: 16px;
    font-size: 16px;
    text-align: left;
    padding: 0 15px;
}


.qg_kj{
    display: flex;
    width: 1200px;
    justify-content: space-between;
    margin-top: 20px;
}
.qg_left{
    width: 590px;
    height: 666px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-between;
}
.qg_l_t-adv{
    width: 100%;
}
.qg_l_b-wz{
    width: 100%;
    display: flex;
    height: 315px;
    justify-content: space-between;
    
}
.qg_l_b-wz a{
    width: 48%;
}
.qg_l_b-adv{
    width: 100%;
    height: 282px;
}
.qg_l_b-wz a h1{
    font-size: 17px;
    line-height: 17px;
    margin-top: 16px;
    font-weight: normal;
    width: 90%;
}

.qg_right{
    width: 590px;
    height: 666px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.qg_r_b-wz{
    width: 100%;
    height: 314px;
}
.qg_r_tit{
    width: 100%; 
}
.qg_r_tit a{
    text-align: right;
    width: 98%;
    padding-right: 2%;
    background: url(../images/qg_pic_03.jpg) no-repeat left center;
    line-height: 30px;
}
.qg_r_ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 254px;
    margin-top: 24px;
}
.qg_r_ul a{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.qg_r_ul a h1{
    width: 80%;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px; 
}
.qg_r_ul a span{
    width: 5%;
    font-size: 16px;
    line-height: 16px; 
}

/*供应信息*/
.gy_kj{
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gy_left-adv{
    width: 363px;
    height: 698px;
}
.gy_left-adv img{
    width: 363px;
    height: 698px;
}
.gy_right-adv{
    width: 826px;
    height:698px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.gy_r_t{
    display: flex;
    width: 826px;
    height: 262px;
    justify-content: space-between;
}

.gy_r-wz{
    width: 262px;
    height: 262px;
    display: flex;
} 
.gy_r-adv{
    width: 262px;
    height: 225px;
}
.gy_r-wz a h1{
    width: 80%;
    text-align: center;
    padding: 0 10%;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    background: #162046;
    font-weight: normal;
}
.gy_r_b{
    width: 826px;
    height: 398px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.gy_r_b-adv{
    width: 826px;
    height: 190px;
    display: flex;
    justify-content: space-between;
}
.gy_r_b_kj-adv{
    width: 269px;
    height: 190px;
}
.gy_r_b_kj-adv img{
    width: 269px;
    height: 190px;
}

.gy_r_b-wz{
    width: 522px;
    height: 190px;
}
.gy_r_b-wz p{
    width: 90%;
    font-size: 16px;
    line-height: 32px;
    height: 64px;
    margin-top: 20px;
    -webkit-line-clamp: 2;
}
.gy_r_b-wz a{
    margin-top: 30px;
    border: 1px solid #234bcf;
    color: #234bcf;
    width: 190px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 5px;
}
.hyzh{
    height: 960px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.hyzh_t-wz{
    width: 100%;
    height: 485px;
    display: flex;
    justify-content: space-between;
}
.hyzh_t_l{
    width: 610px;
    height: 485px;
}
.hyzh_t_l a{
    display: flex;
    width: 610px;
    height: 485px;
    flex-wrap: wrap;
}
.hyzh_t_l a h1{
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    background: #1f2e69;
    width: 80%;
    padding:0 10%;
    font-weight: normal;
}
.hyzh_t_l-adv{
    width: 610px;
    height: 425px;
}
.hyzh_t_r{
    width: 570px;
    height: 485px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.hyzh_t_r-wz{
    width: 570px;

}
.hyzh_t_r-wz h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    padding-left: 40px;
    background: url(../images/hyzh_pic_03.jpg) no-repeat left center;
    font-weight: normal;
    line-height: 20px;
}
.hyzh_t_rkj{
    margin-left: 44px;
    border: 1px solid #234bcf;
    width: 505px;
    height: 88px;
    border-radius: 5px;
    padding: 10px;
    margin-top: 14px;
}
.hyzh_t_rkj a{
    display: flex;
    justify-content: space-evenly;
    width: 505px;
    height: 88px;
}
.hyzh_t_rkj-wz{
    width: 335px;
    height: 86px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}
.hyzh_t_rkj-adv{
    width: 139px;
    height: 86px;
    border-radius: 6px;
}
.hyzh_t_rkj-wz h3{
    font-size: 18px;
    color: #141414;
    line-height: 18px;
    width: 90%;
}
.hyzh_t_rkj-wz h2{
    font-size: 14px;
    line-height: 16px;
    padding-left: 18px;
    background: url(../images/hyr_pic_03.jpg) no-repeat left center;
    width: 95%;
}
.hyzh_b-wz{
    width: 100%;
    height: 446px;
}
.hyzh_b_kj{
    width: 100%;
    height: 446px;
    display: flex;
    justify-content: space-between;
}
.hyzh_b_kj a{
    border-bottom: 10px solid #ffb600;
    background: #e6eafc;
    width: 336px;
    height: 436px;
    padding: 0 22px;
}
.hyzh_b_kj a h1{
    width: 90%;
    font-size: 16px;
    color: #141414;
    line-height: 16px;
    font-weight: normal;
    margin-top: 39px;
}
.hyzh_b_kj a hr{
    width: 67px;
    height: 3px;
    background: #3083fd;
    margin-top: 12px;
}
.hyzh_b-adv{
    width: 336px;
    height: 184px;
    margin-top: 23px;
}
.hyzh_b_kj a h2{
    font-size: 18px;
    color: #141414;
    line-height: 18px;
    margin-top: 20px;
}
.hyzh_b_kj a p{
    font-size: 16px;
    line-height: 16px;
    margin-top: 12px;
    -webkit-line-clamp: 1;
    height: 16px;
}
.hyzh_b_kj a h3{
    margin-top: 26px;
    line-height: 35px;
    color: #fff;
    background: #ffb600;
    text-align: center;
    width: 183px;
    border-radius: 6px;
    font-weight: normal;
    padding: 0 20px;
}
.hyzh_b-adv img{
    width: 336px;
    height: 184px;
}

.qyml_zong{
    background: url(../images/qyzong_02.jpg) no-repeat center center;
    background-size: cover;
    height: 690px;
    padding-top: 42px;
    margin-top: 20px;
}
.qyml_kj-wz{
    height: 488px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 56px;
}
.qyml_kj-wz a{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 230px;
    height: 230px;
}
.qyml_kj-wz a h1{
    width: 80%;
    padding: 0 10%;
    color: #fff;
    background: #7596ea;
    line-height: 35px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
.qyml-adv{
    width: 230px;
    height: 195px;

}
.qyml-adv img{
    width: 230px;
    height: 195px;
    
}

.zhxx{
    height: 628px;
    margin-top: 26px;
    display: flex;
    justify-content: space-between;
}
.zhxx_left_kj{
    width: 804px;
    height: 628px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
}
.zhxx_left-wz{
    width: 392px;
    height: 256px;
}
.zhxx-adv{
    width: 392px;
    height: 256px;
}
.zhxx_l_top{
    display: flex;
    justify-content: space-between;
    width: 803px;
    height: 340px;
}
.zhxx_left-wz h1{
    font-size: 18px;
    color: #000000;
    line-height: 18px;
    text-align: left;
    width: 388px;
    font-weight: normal;
    margin-top: 15px;
}
.zhxx_left-wz p{
    line-height: 24px;
    font-size: 16px;
    color: #00000080;
    width: 95%;
    -webkit-line-clamp: 2;
    height: 48px;
}
.zhxx_l_b{
    height: 266px;
    width: 803px;
    display: flex;
    margin-top: 18px;
    flex-wrap: wrap;
    align-content: space-between;
}
.zhxx_l_bkj{
    width: 803px;
    height: 128px;
    display: flex;
    justify-content: space-between;
}
.zhxx_l_b-adv{
    width: 206px;
    height: 127px;
}
.zhxx_l_b-adv img{
    width: 206px;
    height: 127px;
}
.zhxx_l_b-wz{
    width: 577px;
    height: 127px;
}
.zhxx_l_b-wz h1{
    font-size: 19px;
    line-height: 19px;
    width: 95%;
    font-weight: normal;
    margin-top: 8px;
}
.zhxx_l_b-wz p{
    width: 95%;
    font-size: 16px;
    line-height: 24px;
    width: 98%;
    margin-top: 12px;
    -webkit-line-clamp: 2;
}
.zhxx_l_b-wz a{
    width: 50px;
    height: 20px;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    float: right;
    background: #3db3b3;
    margin-right: 20px;
    margin-top: 10px;
}
.zhxx_right-adv{
    width: 376px;
    height: 628px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.zhxx_r1{
    width: 374px;
    height: 500px;
}
.zhxx_r2{
    width: 374px;
    height: 121px;
}

/*特殊轮播*/
.qy{
    width: 100%;
    position: relative;
}
.qy-sw{
    width: 594px;
    margin: 0 auto;
}
.qy_img-wz{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}


.qy_img-wz a{
    margin-bottom: 10px;
    display: block;
    width: 100%;
    height: 374px;
    position: relative;
}
.qy_img-wz a img{
    width: 100%;
    height: 100%;
}
.qy_img-wz a h1{
    font-size: 17px;
    line-height: 46px;
    background: #00000080;
    color: #fff;
    position: absolute;
    padding: 0 5%;
    width: 90%;
    top: 328px;
    font-weight: normal;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background: url("../images/lb_03.png") no-repeat!important;
    background-size: 100% 100%;
    height: 44px!important;
    top: 46%!important;
    left: 10!important;
    width: 44px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background: url("../images/lb_05.png") no-repeat!important;
    background-size: 100% 100%;
    height: 44px!important;
    top: 46%!important;
    right: 10!important;
    width: 44px;
}
.swiper-wrapper{
    width: 592px;
}