#banner{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 645px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
#banner .swiper-slide {
    background-position: center;
    background-size: cover;
}

.container-fluid{
    padding-right: 0;
    padding-left: 0;
}

#totaldatawrap{
    width: 169px;
    height: 360px;
}
#totaldata{
    width: 100%;
    height: 100%;
    background: url(../images/home/data-bg.png) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    position: relative;
    z-index: 999;
    margin-top: -40px;
}

#totaldata{
    font-size: 32px;
    text-align: center;
    line-height: 1em;
}
#totaldata .target{
    font-size: 12px;
    text-align: center;
    line-height: 2em;
    
}
#totaldata .row{
    padding:15px 30px;
}
#totaldata .row>div{
    padding:20px 0;
    border-bottom: 1px solid #6ebf71;
    
}
#totaldata .row>div:last-child{
    border-bottom: none;
}

.blocktit{
    font-size: 20px;
    line-height: 1em;
    color: #404040;
    padding-left: 12px;
    border-left: 5px solid #5eab1f;
    margin-bottom: 42px;
    font-weight: bold;
}

#cntrans{
    margin-left: 50px;
    margin-top: 60px;
    width: 450px;
    margin-bottom: 35px;
}

#cntrans .con{
    font-size: 14px;
    color: #404040;
    line-height: 2em;
}
#cntrans .knowmore{
    margin-top: 30px;
    background: none;
    border:1px solid #4aaf4d;
    color: #4aaf4d;
}

#cntrans .knowmore a{
    color: #4aaf4d;
}

#news{
    margin-top: 60px;
    width: 368px;
    margin-bottom: 35px;
}
#news ul li{
    height: 40px;
    padding:0 15px;
    color: #434343;
    font-size: 14px;
    line-height: 40px;
    background: #f7f7f7;
    overflow: hidden;
    white-space: nowrap;
}
#news ul li span{
    padding-right: 25px;
}
#news ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #444;
    overflow: hidden;
    width: 22em;
    text-overflow: ellipsis;
}
#news ul li:hover{
    color: #fff;
    background: #4aaf4d;
}
#news ul li:hover a{
    color: #fff;
}

#bussswiper{
    position: relative;
    margin-top: -126px;
}
#bussiness h2{
    padding-top: 48px;
    font-size: 20px;
    text-align: center;
    height: 220px;
    width: 100%;
    background: #f7f7f7;
    font-weight: bold;
}

#bussiness .swiper-slide{
    height: 240px;
}

#bussiness .cover{
    width: 100%;
    height: 116px;
}

#bussiness h3{
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    color: #404040;
    padding: 0;
    margin: 0;
    text-align: center;
}
#bussiness p{
    font-size: 12px;
    color: #939393;
    padding: 0 15px;
}

.swiper-button-prev-buss {
    background-image: url(../images/home/prev.png);
    left: -15px;
    right: auto;
}

.swiper-button-next-buss {
    background-image: url(../images/home/next.png);
    right: -15px;
    left: auto;
}

.swiper-button-next-buss, .swiper-button-prev-buss{
    width: 38px;
    height: 40px;
    background-size: 100% 100%;
    top: 76px;
    position: absolute;
    z-index: 99;
    cursor: pointer;
}
/*华运模块*/
.huayun-wrap {
    margin-top: 6rem;
    margin-bottom: 5rem;
    background: url("./img/bg.png") no-repeat center center;
}

.huayun-wrap .name {
    font-size: 3rem;
    font-weight: bold;
}

.huayun-wrap .huayun-desc {
    margin: 2rem 0 3rem;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
}

.huayun-wrap .btn {
    padding: 1.2rem;
    border-radius: 4px;
    opacity: 1;
    border: 1px solid #5b9d35;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    color: #5b9d35;
}

.huayun-wrap .img {
    padding-top: 2.5rem;
    width: 100%;
    min-height: 40rem;
}

/*end华运模块*/

/*华运数量*/
.huayun-number {
    margin-top: 6rem;
    background: #508a2f;
}

.huayun-number .row {
    /* 主题/选中 */
    margin: 0 auto;
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.huayun-number .row-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(228, 231, 237, 0.5);
}

.huayun-number .row-item-last {
    border-right: none;
}

.huayun-number .img {
    width: 5rem;
    height: 5rem;
    margin-right: 2rem;
}

.huayun-number .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.huayun-number .content .con1 {
    font-family: D-DIN;
    font-size: 5rem;
    font-weight: bold;
    background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.9) 0%,
            rgba(238, 255, 240, 0.63) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    z-index: 0;
}

.huayun-number .content .con2 {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #ffffff;
    z-index: 0;
}

/* 针对移动设备 */
@media (max-width: 768px) {
    .huayun-number .row-item {
        border-bottom: 1px solid rgba(228, 231, 237, 0.5);
        border-right: none;
        justify-content: start;
        padding: 1.8rem 0;
    }

    .huayun-number .row-item-last {
        border-bottom: none;
    }
}

/*end华运数量*/

/*发展历程模块*/
.examplSwiper {
    padding-top: 9rem;
    padding-bottom: 12rem;
    background-size: cover;
    display: block;
    background: url("../images/home/exampleBg.png") center center;
}
.examplSwiper .developHeader {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.examplSwiper .swiper-container-horizontal{
    margin-top:45px;
}
.examplSwiper .developTitle {
    font-size: 3rem;
    font-weight: bold;
    font-variation-settings: "opsz" auto;
    color: #14181f;
}
.examplSwiper .line {
    width: 4.4rem;
    height: 0.5rem;
    opacity: 1;
    /* 主题/默认 */
    background: #5b9d35;
    margin-top:9px;
    margin-bottom: 2rem;
}
.examplSwiper .examp_left-jiantou {
    position: absolute;
    left: 0;
    top: 43%;
    width: 3rem;
    height: 3rem;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
}
.examplSwiper .examp_right-jiantou {
    position: absolute;
    right: 0%;
    top: 43%;
    width: 3rem;
    height: 3rem;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
}
.examplH5 {
    display: none;
    text-align: center;
    position: relative;
}

.examplH5::-webkit-scrollbar {
    display: none;
}

/* 针对移动设备 */
@media (max-width: 768px) {
    #examplSwiper {
        display: none;
    }
    .examplH5 {
        display: block;
    }
}

/*end轮播图模块*/
/*企业文化*/
.huayun-enterprise {
    margin-top: 8rem;
    margin-bottom: 5rem;
}
.huayun-enterprise .enterpriseBox {
    display: flex;
    flex-wrap: wrap;
}
.huayun-enterprise .enterpriseHeader {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.huayun-enterprise .enterpriseTitle {
    font-size: 3rem;
    font-weight: bold;
    font-variation-settings: "opsz" auto;
    color: #14181f;
}

.huayun-enterprise .line {
    width: 4.4rem;
    height: 0.5rem;
    opacity: 1;
    /* 主题/默认 */
    background: #5b9d35;
    margin-top:9px;
    margin-bottom: 6rem;
}

.huayun-enterprise .enterpriseItem {
    height: 35.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    position: relative;
    margin-bottom: 2rem;
}
.huayun-enterprise .enterpriseBg1 {
    margin-right: 1.6rem;
    background: url("../images/home/enterpriseBg1.jpg") no-repeat center center;
    background-size: cover;
}
.huayun-enterprise .enterpriseBg2 {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
    background: url("../images/home/enterpriseBg2.png") no-repeat center center;
    background-size: cover;
}
.huayun-enterprise .enterpriseBg3 {
    margin-left: 1.6rem;
    background: url("../images/home/enterpriseBg3.png") no-repeat center center;
    background-size: cover;
}
/* 针对移动设备 */
@media (max-width: 768px) {
    .huayun-enterprise .enterpriseBg1 {
        margin-right: 0;
    }
    .huayun-enterprise .enterpriseBg2 {
        margin-left: 0;
        margin-right: 0;
    }
    .huayun-enterprise .enterpriseBg3 {
        margin-left: 0;
    }
}
.huayun-enterprise .enterpriseImg {
    width: 5rem;
    height: 5rem;
    margin-bottom: 1.5rem;
    z-index: 100;
}

.huayun-enterprise .title1 {
    font-size: 28px;
    margin-bottom: 0.8rem;
    z-index: 100;
}
.huayun-enterprise .title2 {
    font-size: 16px;
    text-align: center;
    z-index: 100;
}

.huayun-enterprise .mark {
    position: absolute;
    bottom: 0;
    top: 0;
    background: rgba(91, 157, 53, 0);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.huayun-enterprise .enterpriseItem:hover .mark {
    background: rgba(91, 157, 53, 0.5);
    z-index: 90;
}
/*end企业文化*/

/*华运业务*/
.huayun-yewu {
    position: relative;
    padding-bottom: 6.6rem;
    background: url("../images/home/yewu-bg.jpg");
}

.huayun-yewu .yeheadeer {
    padding-top: 9rem;
    margin-bottom: 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.huayun-yewu .yeheadeer .enterpriseTitle {
    font-size: 3rem;
    font-weight: bold;
    font-variation-settings: "opsz" auto;
    color: #fff;
}

.huayun-yewu .yeheadeer .line {
    width: 4.4rem;
    height: 0.5rem;
    opacity: 1;
    /* 主题/默认 */
    background: #5b9d35;margin-top: 9px;
}

.huayun-yewu .container {
    overflow: hidden;
    position: relative;
}

.huayun-yewu .swiper-slide {
}

.huayun-yewu .yewu-item-wrap .img-item {
    width: 100%;
}

.huayun-yewu .yewu-item-wrap .yewu-name {
    width: 100%;
    height: 5rem;
    opacity: 1;
    background: #5b9d35;
    color: #fff;
    line-height: 5rem;
    text-align: center;
    font-size: 2rem;
    z-index: 1;
}
.huayun-yewu .yewu-item-wrap .yewu-name a{
    color:#fff;
}

.huayun-yewu .jiantou-wrap .left-jiantou {
    position: absolute;
    left: 0;
    top: 50%;
    width: 4rem;
    height: 4rem;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1;
}

.huayun-yewu .jiantou-wrap .right-jiantou {
    position: absolute;
    right: 0%;
    top: 50%;
    width: 4rem;
    height: 4rem;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1;
}

/*end华运业务*/

@media all and (max-width:1170px){
    #totaldatawrap{
        width: 100%;
        height: 110px;
        float: none;
        margin-bottom: 30px;
    }
    #totaldata .row>div{
        border-bottom: none;
    }
    #cntrans{
        width: 45%;
        margin-left: 30px;
    }
    #news{
        width: 45%;
        margin-right: 30px;
    }
    #totaldata{
        margin-top: 20px;
    }
}
@media all and (max-width:970px){
    #cntrans{
        width: 45%;
        margin-left: 15px;
    }
    #news{
        width: 45%;
        margin-right: 15px;
    }

    #banner{
        height: 320px;
    }
}
@media all and (max-width:768px){
    #cntrans{
        width: 100%;
        margin-left: 0;
        padding: 0 15px;
        margin-bottom: 0;
        margin-top: 30px;
    }
    #news{
        width: 100%;
        margin-right: 0;
        padding: 0 15px;
    }

    #banner{
        height: 240px;
    }

    .swiper-button-prev-buss{
        left: 0;
    }

    .swiper-button-next-buss {
        right: 0;
    }

    .w1100{
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: visible;
    }
    .w1200{
        box-sizing: border-box;
        overflow-y: visible;
    }
    .blocktit{
        margin-bottom: 20px;
    }

    #news ul li {
        height: 35px;
        line-height: 35px;
    }

    #news {
        margin-top: 35px;
        margin-bottom: 0;
    }

    #bussiness h2 {
        padding-top: 20px;
        height: 174px;
    }
    .huayun-enterprise .enterpriseBox .col-md-4{width:100%;}
    .examplSwiper{
        margin-bottom: 6rem;
    }
    .huayun-enterprise{
        margin-top: 6rem;margin-bottom: 2rem;
    }
    .examplSwiper{
        padding-bottom:3rem;
        padding-top:4rem;
    }
    .huayun-yewu .yeheadeer{
        padding-top:4rem;
    }
    .huayun-yewu{
        padding-bottom:5.6rem;
    }
    .huayun-number{
        margin-top: 3rem;
    }
}