@charset "UTF-8";
@media (max-width: 767px) {

    .bd-bg{
        background-color: #F5F5F5;
    }
    .part-bg{
        background-color: #ffffff;
    }


    /*头部*/
    .yeel-hd-nav{
        display: none;
    }
    .yeel-hd-nav-wap{
        display: block;
    }

    /*头部-顶部logo*/
    .yeel-hd-top{
        padding: 0.32rem 0.3rem;
        background-color: #ffffff;
        height: auto;
    }
    .yeel-hd-top .left-logo .logo-img{
        display: inline-block;
        margin-right: 0.3rem;
        vertical-align: bottom;
        max-height: 0.48rem;
        height: 0.48rem;
        min-height: 0.32rem;
    }
    .yeel-hd-top .left-logo .logo-indro,
    .yeel-hd-top .right-login{
        display: none;
    }

    /*头部-导航*/
    .yeel-hd-nav-wap{
        width:7.5rem;
        height:0.8rem;
        line-height:0.8rem;
        background-color: #585858;
        z-index: 99;
    }
    .yeel-hd-nav-wap .swiper-wrapper a{
        font-size:0.26rem;
        display:block;
        color: #ffffff;

        height: 100%;
    }
    .yeel-hd-nav-wap .swiper-wrapper .swiper-slide{
        position: relative;
        width: auto;
        cursor: pointer;
        padding:0 0.32rem;
    }
    .yeel-hd-nav-wap .swiper-wrapper .selected{
        background-color: #E95717;
    }


    /*底部*/
    .yeel-footer{
        padding: 0;
    }
    .yeel-footer .footer-logo{
        height: 0.32rem;
        margin: 0.5rem 0;
    }
    .yeel-footer .footer-logo img{
        height: 100%;
        margin: 0 auto;
    }





    /*首页-登录*/
    .hd-ylfw-part .ylfw-title{
        padding: 18px 22px;
        font-size: 0.28rem;
        line-height: 0.4rem;
        margin-right: 40px;
    }
    .hd-ylfw-list{
        display: none;
    }

    .yeel-login-part{
        display: none;
    }


    /*banner*/
    .carousel-caption {
        padding-top: 0.5rem;
        min-height: 3.2rem;
    }
    .carousel-caption h2, .carousel-caption h3{
        font-size: 0.28rem;
        letter-spacing: 0.01rem;
        line-height: 0.4rem;
    }
    .carousel-caption .item-title{
        font-size: 0.6rem;
        letter-spacing: 0.1rem;
        line-height: 1.3rem;
    }


    .container{
        padding: 0;
    }
    .row{
        margin: 0;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
        padding-left:0.24rem;
        padding-right: 0.24rem;
    }




    /*首页-块儿标题*/
    .bd-part-title{
        font-size: 0.32rem;
        margin: 0.4rem 0 0.6rem;
        position: relative;
        letter-spacing: 0.1rem;
    }
    .bd-part-title span{
        letter-spacing: 0;
    }
    .bd-part-title:before,.bd-part-title:after{
        content: '';
        display: block;
        height: 0.02rem;
        width: 2.2rem;
        background-color: #E5E5E5;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }
    .bd-part-title:before{
        left: 0.24rem;
    }
    .bd-part-title:after{
        right: 0.24rem;
    }


    /*首页-物流协同*/
    .bd-part01{
        background-color: #ffffff;
        margin-bottom: 0.24rem;
        padding-bottom: 0.2rem;
    }
    .bd-part01 .bd-part-title{
        margin-bottom: 0.3rem;
    }
    .bd-part01 .bd-part-title:before,
    .bd-part01 .bd-part-title:after{
        width: 2.4rem;
    }
    .bd-part01 .table-outer{
        padding: 0 0.24rem;
        border: none;
        margin-bottom: 0.2rem;
    }
    .bd-part-order table{
        border-bottom: 1px solid #EEEEEE;
    }
    .bd-part-order table caption, .bd-part01-btm .btm-title{
        padding: 0.2rem 0.24rem;
        font-size: 0.28rem;
        color: #4E4F54;
        letter-spacing: 0.04rem;
    }
    .bd-part-order table caption{
        border-bottom: none;
    }
    .bd-part-order table > thead > tr > th, .bd-part-order table > tbody > tr > td{
        padding: 0.2rem 0.02rem;
        font-size: 0.24rem;
        line-height: 1.5;
        border-bottom: none;
        border-top:none;
    }
    .bd-part-order table > thead > tr > th{
        color: #999999;
    }
    .bd-part-order table > tbody > tr:nth-child(2n) > td{
        background-color: #FBFBFB;
    }


    .bd-part-total{
        padding: 0;
        border: none;
        min-height:1rem;
    }
    .bd-part-total .title-txt{
        padding: 0.2rem 0.24rem;
        font-size: 0.28rem;
        color: #4E4F54;
        letter-spacing: 0.04rem;
        border: 1px solid #E8E8E8;
        border-bottom: none;
        margin-bottom: 0;
        text-align: center;
    }
    .bd-part-total-main{
        border: 1px solid #E8E8E8;
        margin-bottom: 0.2rem;
    }
    .bd-part-total .total-item{
        float: left;
        width: 49%;
        margin: 0 1% 0 0;
        padding: 0.28rem 0.2rem;
        border: none;
        text-align: center;
    }
    .bd-part-total .total-item:nth-child(2n){
        margin: 0 0 0.2rem 1%;
    }
    .bd-part-total .total-item label{
        font-size: 0.24rem;
        color: #575A5E;
        letter-spacing: 0.03rem;
        text-align: center;
        line-height: 0.34rem;
        margin-top: 0;
        display: block;
        margin-bottom: 0.2rem;
    }
    .bd-part-total .total-item span{
        font-size: 0.28rem;
        line-height: 0.4rem;
        min-height: 0.4rem;
        display: block;
        text-align: center;
    }


    .bd-part01-btm{
        padding: 0 0.24rem !important;
    }
    .bd-part01-btm-pc{
        display: none;
    }
    .bd-part01-btm-wap{
        display: block;
    }
    .bd-part01-btm-bd{
        padding: 0.32rem 0.4rem 0.01rem;
        border: 1px solid #E8E8E8;
        border-top: none;
    }
    .bd-part01-btm-bd li{
        width: 1rem;
        height: 1rem;
        border: 0.02rem solid #EC6217;
        margin-right: 0.72rem;
        margin-bottom: 0.4rem;
    }
    .bd-part01-btm-bd li:nth-child(4n){
        margin-right: 0;
    }
    .bd-part01-btm-bd li span{
        font-size: 0.24rem;
        margin-top: 0;
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }
    .bd-part01-btm-bd li span.two{
        line-height: 0.34rem !important;
        height: auto;
        margin-top: 0;
    }
    .bd-part01-btm-bd li:after{
        width: 0.34rem;
        height: 0.14rem;
        right: -0.56rem;
        z-index: 2;
        background:transparent url("../images/wlxt-jiantou.png") center center no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .bd-part01-btm-bd li.fourth-li:after{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        top: auto;
        bottom: -0.28rem;
        left: 50%;
        right: auto;
        margin-left: -0.16rem;
    }
    .bd-part01-btm-bd li.secline-li:after{
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }






    /*首页-智慧物流*/
    .index-bd-part02 {
        padding-bottom: 0.01rem;
        background: #ffffff;
        margin-bottom: 0.24rem;
    }
    .index-bd-part02 .bd-part-title{
        margin-bottom: 0.3rem;
    }
    .index-bd-part02 .bd-part-title:before,
    .index-bd-part02 .bd-part-title:after{
        width: 2.4rem;
    }

    .zhwl-tab-nav{
        height: 0.8rem;
        top: 0;
        left: 0.24rem;
        right: 0.24rem;
    }
    .zhwl-tab-nav li{
        width: 50%;
        height: 100%;
        float: left;
    }
    .zhwl-tab-nav li a{
        width: 100%;
        font-size: 0.26rem;
    }
    .zhwl-tab-nav li a span{
        width: 100%;
        text-align: center;
    }
    .zhwl-tab-nav li.active a:after{
        display: none;
    }


    .zhwl-tab-content{
        padding: 0.96rem 0 0;
        min-height: 4.72rem;
    }
    .zhwl-tab-content .zhwl-tab-pane-item{
        width: 49%;
        margin: 0 1% 0.2rem 0;
        border: 1px solid #EEEEEE;
        padding-left: 0;
        min-height: 5rem;
        height: auto;
    }
    .zhwl-tab-content .zhwl-tab-pane-item:nth-child(2n){
        margin: 0 0 0.2rem 1%;
    }

    .zhwl-tab-pane-item .zhwl-item-img{
        margin-bottom: 0.1rem;
    }
    .zhwl-tab-pane-item .zhwl-item-title{
        font-size: 0.24rem;
        letter-spacing: 0.04rem;
        margin-bottom: 0.12rem;
    }
    .zhwl-tab-pane-item .zhwl-item-title span{
        padding-left: 0.04rem;
    }
    .zhwl-tab-pane-item .zhwl-item-indro{
        font-size: 0.24rem;
        color: #555555;
        letter-spacing: 0.02rem;
        padding: 0 0.2rem;
        line-height: 0.34rem;
    }


    /*首页-集装箱物流*/
    .index-bd-part03{
        background:#ffffff;
        margin-bottom: 0.24rem;
        padding-bottom: 0;
    }
    .index-bd-part03 .bd-part-title{
        margin-bottom: 0.8rem;
    }
    .jzxwl-bd-item{
        width: 5.6rem;
        padding: 0;
        margin: 0 auto 0.8rem;
    }

    .jzxwl-bd-item .item-icon{
        width: 1.68rem;
        margin-bottom: 0.4rem;
    }
    .jzxwl-bd-item .item-title{
        font-size: 0.24rem;
        color: #E95717;
        letter-spacing: 0.02rem;
        margin-bottom: 0.2rem;
        line-height: 0.34rem;
    }
    .jzxwl-bd-item .item-title span{
        padding-left: 0.02rem;
    }
    .jzxwl-bd-item .item-indro{
        font-size: 0.24rem;
        line-height: 0.34rem;

        color: #555555;
        letter-spacing: 0.02rem;
    }


    /*首页-移动端产品*/
    .index-bd-part04{
        background:#ffffff;
        margin-bottom: 0.24rem;
        padding-bottom: 0.56rem;
    }
    .index-bd-part04 .bd-part-title{
        margin-bottom: 0.6rem;
    }
    .yddcp-bd-item .code-img-title{
        font-size: 0.24rem;
        color: #4E4F54;
        margin-bottom: 0.28rem;
        line-height: 0.34rem;
    }
    .yddcp-bd-item .code-img-title span{
        letter-spacing: 0.04rem;
        padding-left: 0.04rem;
    }
    .yddcp-bd-item-img{
        width: 1.8rem;
    }


    /*首页-合作伙伴*/
    .index-bd-part05{
        padding-bottom: 0.26rem;
        margin-bottom: 0.24rem;
    }
    .index-bd-part05 .bd-part-title:before,
    .index-bd-part05 .bd-part-title:after{
        width: 2.4rem;
    }
    .index-bd-part05 .hzhb-logo{
        width: 21%;
        margin: 0 2% 0.3rem;
        height: 0.48rem;
        float: left;
        position: relative;
    }
    .index-bd-part05 .hzhb-logo img{
        max-height: 100%;
    }
    .index-bd-part05 .hzhb-logo .active-logo{
        display: block;
    }
    .index-bd-part05 .hzhb-logo .default-logo{
        display: none;
    }


    /*首页-业务合作咨询*/
    .index-bd-part06 .bd-part-title{
        margin: 0.5rem 0 0.6rem;
    }
    .index-bd-part06 .bd-part-title:before,
    .index-bd-part06 .bd-part-title:after{
        background-color: #545454;
    }

    .index-bd-part06 .ywzx-item{
        margin-bottom: 0.58rem;
        color: #ffffff;
        text-align: center;
    }
    .index-bd-part06 .ywzx-item-title{
        font-size: 0.28rem;
        color: #c3c4c5;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 0.3rem;
    }
    .index-bd-part06 .ywzx-item-txt{
        font-size: 0.26rem;
        letter-spacing: 0.01rem;
        line-height: 1.5;
        color: #e7e7e7;
    }



    /*集装箱*/
    /*集装箱-banner*/
    .about-banner{
        padding-top: 0.5rem;
        min-height: 3.2rem;
        height: 3.2rem;
    }
    .carousel-caption h2, .carousel-caption h3{
        font-size: 0.28rem;
        letter-spacing: 0.01rem;
        line-height: 0.4rem;
    }
    .about-banner .banner-item-up .banner-item-title{
        font-size: 0.6rem;
        letter-spacing: 0.1rem;
        line-height: 0.84rem;
        margin-bottom: 0.32rem;
    }
    .banner_wrap .banner-item-indro{
        font-size: 0.28rem;
        letter-spacing: 0.01rem;
        line-height: 0.4rem;

    }

    /*集装箱-块标题*/
    .container-common-title{
        font-size: 0.32rem;
        color: #666666;
        letter-spacing: 0.1rem;
        padding: 0.6rem 0;
        position: relative;
    }
    .container-common-title .title{
        font-size: 0.32rem;
    }
    .container-common-title span{
        letter-spacing: 0;
    }
    .container-common-title:before,.container-common-title:after{
        content: '';
        display: block;
        height: 0.02rem;
        width: 1.6rem;
        background-color: #E5E5E5;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }
    .container-common-title:before{
        left: 0;
    }
    .container-common-title:after{
        right:0;
    }


    /*集装箱-图标*/
    .tab-bar{
        background-color: #ffffff;
        margin-top: 0;
        margin-bottom: 0.24rem;
    }

    .tab-bar-mar{
        display: none;
    }
    .tab-bar-wap-mar{
        width: 100%;
        display: block;
        padding: 0.6rem 0.24rem;
    }
    .tab-bar-wap-mar .cell{
        float: left;
        width: 25%;
        text-align: center;
    }

    .tab-bar-wap-mar dl dt{
        text-align: center;
        font-size: 0;
        float: none;
        height: 0.56rem;
        line-height: 0.56rem;
        margin-bottom: 0.4rem;
    }
    .tab-bar-wap-mar dl dt img{
        width: 0.56rem;
    }
    .tab-bar-wap-mar dl dd{
        height: auto;
        line-height: 0.34rem;
        float: none;
        padding-left: 0;
        font-size: 0.24rem;
        color: #4E4F54;
        letter-spacing: 0.04rem;
        text-align: center;
    }

    .section-fangan,.section-xitong,.section-kucun{
        background: #ffffff;
        padding: 0 0.24rem 0.6rem;
        margin-bottom: 0.24rem;
        margin-top: 0;
    }


    /*集装箱-“散改集” 解决方案*/
    .fangan-title .subtitle{
        display: none;
    }
    .fangan-main{
        display: none;
    }
    .fangan-main-wap{
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }
    .fangan-main-cont{
        width: 100%;
        height: 9.6rem;
    }
    .fangan-main-wap .fangan-main-cont dl{
        display: block;
    }


    .fangan-main-wap .fangan-main-bar{
        width: 0.02rem;
        height: 9.4rem;
        background-color: #E95717;
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0);
        margin-top: 0;
    }
    .fangan-main-wap .fangan-main-bar img{
        display: none;
    }
    .fangan-main-wap .fangan-main-cont dl{
        width: 3.16rem;
        height: 2rem;
    }

    .fangan-main-wap .fangan-main-cont dl:nth-child(2n){
        bottom: auto;
        right: 0;
    }
    .fangan-main-wap .fangan-main-cont dl:nth-child(2n) dt::before{
        width: 0.21rem;
        height: 0.15rem;
        top: 50%;
        left: -0.18rem;
        margin-left: 0;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .fangan-main-wap .fangan-main-cont dl:nth-child(2n-1) dt::before{
        right: -0.18rem;
        left: auto;
        width: 0.21rem;
        height: 0.15rem;
        margin-right: 0;
        top: 50%;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .fangan-main-wap .fangan-main-cont dl:nth-child(2n)::after{
        width: 0.12rem;
        height: 0.12rem;
        left: -0.2rem;
        bottom: auto;
        top: 50%;
    }
    .fangan-main-wap .fangan-main-cont dl:nth-child(2n-1)::after{
        width: 0.12rem;
        height: 0.12rem;
        right: -0.43rem;
        bottom: auto;
        top: 50%;
        left: auto;
    }




    .fangan-main-wap .fangan-main-cont dl.first{
        top: 0;
        left: 0;
    }
    .fangan-main-wap .fangan-main-cont dl.sec{
        top: 1.5rem;
        right: 0;
    }
    .fangan-main-wap .fangan-main-cont dl.third{
        left: 0;
        top: 3rem;
    }
    .fangan-main-wap .fangan-main-cont dl.fourth{
        right: 0;
        top: 4.4rem;
    }
    .fangan-main-wap .fangan-main-cont dl.fifth{
        left: 0;
        top: 6rem;
    }
    .fangan-main-wap .fangan-main-cont dl.sixth{
        right: 0;
        top: 7.6rem;
    }


    .fangan-main-wap .fangan-main-cont dl dt{
        float: right;
    }
    .fangan-main-wap .fangan-main-cont dl dd{
        float: left;
    }

    .fangan-main-wap .fangan-main-cont dl:nth-child(2n-1) dt,
    .fangan-main-wap .fangan-main-cont dl:nth-child(2n) dd{
        width: 0.44rem;
        height: 100%;
        font-size: 0.24rem;
        line-height: 0.32rem;
        text-align: center;
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        position: relative;
    }
    .fangan-main-wap .fangan-main-cont dl:nth-child(2n-1) dt .title-txt,
    .fangan-main-wap .fangan-main-cont dl:nth-child(2n) dd .title-txt{
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }
    .fangan-main-wap .fangan-main-cont dl:nth-child(2n-1) dd,
    .fangan-main-wap .fangan-main-cont dl:nth-child(2n) dt{
        width: 2.66rem;
        font-size: 0.24rem;
        height: 100%;
        color: #666666;
        padding: 0.18rem;
        line-height: 0.32rem;
    }



    /*集装箱-集装箱管理系统*/
    .section-xitong{
        height: 10.28rem;
    }
    .xitong-main,.xitong-in{
        width: 100%;
    }
    .xitong-main dl{
        width: 48.5%;
        margin-right: 1.5%;
        margin-bottom: 0.4rem;
    }
    .xitong-main dl:nth-child(2n){
        margin-left: 1.5%;
        margin-right: 0;
    }
    .xitong-main dl img{
        width: 100%;
    }
    .xitong-main dl dd{
        font-size: 0.24rem;
        color: #666666;
        letter-spacing: 0.03rem;
        padding-top: 0.2rem;
    }



    /*集装箱-多式联运，移动库存*/

    .kucun-main{
        background:none;
    }
    .kucun-main-in{
        width: 100%;
    }
    .kucun-left{
        width: 100%;
        float: none;
    }
    .kucun-right{
        display: none;
    }
    .kucun-right-wap{
        display: block;
        width: 100%;
        float: none;
        font-size: 0.24rem;
        color: #57595D;
        letter-spacing: 0.02rem;
        padding-top: 0;
    }

    .kucun-right-wap{
        margin-bottom: 0.4rem;
    }


    /*集装箱-全程溯源*/
    .section-suyuan{
        background: #ffffff;
        padding: 0 0.24rem 0.6rem;
        height: auto;
        margin-top: 0;
    }
    .suyuan-main{
        width: 100%;
    }
    .suyuan-left{
        float: none;
        margin-bottom: 0.5rem;
    }
    .suyuan-pc{
        display: none;
    }
    .suyuan-wap{
        display: block;
        width: 100%;
    }
    .suyuan-right{
        float: none;
        width: 100%;
    }



    /*E35派车*/
    .ylpc-bd-part .bd-part-title{
        display: block;
    }
    .ylpc-bd-part .bd-part-title:before{
        left: 0;
    }
    .ylpc-bd-part .bd-part-title:after{
        right: 0;
    }
    .ylpc-bd-part-title{
        display: none;
    }
    /*E35派车-banner*/
    .banner_wrap{
        min-height: 3.2rem;
        height: 3.2rem;
    }
    .banner_wrap .swiper-container,.banner_wrap .swiper-slide{
        height: 100%;
    }
    .banner_wrap .banner-item-title{
        font-size: 0.6rem;
        letter-spacing: 0.1rem;
        line-height: 0.84rem;
        margin-bottom: 0.32rem;
    }

    /*E35派车-第一部分*/
    .ylpc-bd-part01{
        padding: 0.6rem 0.24rem 0.1rem;
        background: #ffffff;
        margin-bottom: 0.24rem;
    }
    .ylpc-bd-part01-item{
        margin-bottom: 0.5rem;
    }
    .ylpc-bd-part01-item .ylpc-bd-part01-item-icon{
        width: 1.2rem;
        height: 1.2rem;
        margin-bottom: 0.1rem;
    }
    .ylpc-bd-part01-item .ylpc-bd-part01-item-txt{
        font-size: 0.24rem;
    }

    /*E35派车-在线派车*/
    .ylpc-bd-part{
        background-color: #ffffff;
        margin-bottom: 0.24rem;
        padding-bottom: 0.6rem;
    }
    .ylpc-bd-part02{
        padding: 0 0 0.6rem 0;
    }
    .ylpc-bd-part02 .bd-part-title:before{
        left: 0.24rem;
    }
    .ylpc-bd-part02 .bd-part-title:after{
        right: 0.24rem;
    }

    .ylpc-bd-part-imgOuter, .ylpc-bd-part-txtOuter{
        display: inline-block;
        vertical-align: middle;
    }
    .ylpc-bd-part-imgOuter{
        width: 3.8rem;
        padding: 0;
    }
    .ylpc-bd-part-txtOuter{
        width: 3.7rem;
        padding:0;
    }

    .ylpc-bd-part02 .ylpc-bd-part-txt{
        padding-right: 0.6rem;
        font-size: 0.24rem;
        line-height:2;
    }
    .ylpc-bd-part-indro{
        font-size: 0.24rem;
        line-height:2;
        margin-bottom: 0;
    }
    .ylpc-bd-part-orange{
        margin-bottom: 0.24rem;
        font-size: 0.24rem;
    }
    .ylpc-bd-part-btn .btn{
        width: 2.4rem;
        font-size: 0.26rem;
        line-height: 0.4rem;
        padding: 0.14rem 0.12rem;
        display: none;
    }

    /*E35派车-全程数据可视*/
    .ylpc-bd-part03{
        padding: 0 0.24rem 0.6rem;
    }
    .ylpc-bd-part03 .ylpc-bd-part-txtOuter{
        width: 3rem;
        margin-left: 0.2rem;
    }



    /*仓储监管*/
    .common-main{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .common-title-container .common-title-in{
        margin: 0;
        font-size: 0.32rem;
        padding: 0.8rem 0;
    }
    .common-title-container{
        display: none;
    }
    .section-link .bd-part-title,
    .section-manage .bd-part-title,
    .section-solution .bd-part-title{
        display: block;
    }
    /*仓储监管-园区智能化解决方案*/
    .section-solution{
        background: #ffffff;
        margin-bottom: 0.24rem;
        height: auto;
        padding-bottom: 0.6rem;
    }
    .section-solution .bd-part-title:before,
    .section-solution .bd-part-title:after{
        width: 1.5rem;
    }
    .common-title-container:after{
        font-size: 0.8rem;
    }
    .section-solution-left{
        width: 6.1rem;
        margin: 0 auto 0.4rem;
        height: auto;
        float: none;
    }
    .section-solition-right{
        float: none;
        width: 100%;
        padding: 0 0.8rem;
        height: auto;
        margin-left: 0;
        text-align: center;
        font-size: 0.24rem;
    }
    .section-solition-right .title{
        padding-top: 0;
        padding-bottom: 0.3rem;
        font-size: 0.32rem;
    }
    .section-solition-right .p{
        font-size: 0.24rem;
    }

    /*仓储监管-场站管理系统*/
    .section-manage{
        margin-bottom: 0.24rem;
        background-color: #ffffff;
        padding-bottom: 0.4rem;
    }
    .section-manage-left,.section-manage-right{
        width: 5.4rem;
        margin: 0 auto;
        float: none;
        height: auto;
    }
    .section-manage-bottom{
        margin-top: 0;
        width: 100%;
        text-align: center;
    }
    .section-manage-bottom li{
        font-size: 0.24rem;
        display: inline-block;
        float: none;
    }
    .section-manage-bottom li+li{
        margin-left: 0.6rem;
    }


    /*仓储监管-全供应链协同*/
    .section-link{
        background: #ffffff;
        height: auto;
        width: 100%;
        padding-bottom: 0.6rem;
    }
    .section-link .bd-part-title{
        display: block;
    }
    .section-link-main{
        width: 100%;
        height: auto;
    }
    .section-link-img-pc{
        display: none;
    }
    .section-link-main .section-link-img-wap{
        display: block;
        width: 100%;
        margin: 0 auto;
    }



    /*智能管车*/
    .zngc-bd-part01New,.zngc-bd-part02New,.zngc-bd-part03New,.zngc-bd-part04New{
        background: #ffffff;
    }
    .zngc-bd-part01New .bd-part-title,.zngc-bd-part02New .bd-part-title,.zngc-bd-part03New .bd-part-title,.zngc-bd-part04New .bd-part-title{
        margin-top: 0.4rem;
        margin-bottom: 0.6rem;
    }
    .zngc-bd-part01 .bd-part-title:after,.zngc-bd-part02 .bd-part-title:after,.zngc-bd-part03New .bd-part-title:after,.zngc-bd-part04New .bd-part-title:after{
        left: auto;
        z-index: 0;
        content: '';
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }

    /*智能管车-“定位+载重+油耗” 数据实时掌控*/
    .zngc-bd-part01{
        padding-bottom: 0.01rem;
        margin-bottom: 0.24rem;
        min-height: 7rem;
    }
    .zngc-bd-part01 .bd-part-title:before,.zngc-bd-part01 .bd-part-title:after{
        width: 0.2rem;
    }
    .zngc-bd-part01 .title-btm{
        font-size: 0.28rem;
        margin-bottom: 0.6rem;
    }
    .GPSzzrw-bd{
        display: none;
    }
    .GPSzzrw-bd-wap{
        display: block;
        padding: 0 0.24rem;
    }
    .GPSzzrw-bd-wap-item{
        float: left;
        text-align: center;
        margin-bottom: 0.6rem;
    }
    .GPSzzrw-bd-wap-item.width33{
        width: 33.333%;
        padding: 0 0.24rem;
    }
    .GPSzzrw-bd-wap-item.width50{
        width: 50%;
        padding: 0 0.8rem;
    }
    .GPSzzrw-bd-wap-item-icon{
        width: 0.56rem;
        height: 0.56rem;
        margin: 0 auto 0.4rem;
    }
    .GPSzzrw-bd-wap-item-icon img{
        max-width: 100%;
        max-height: 100%;
        display: block;
    }
    .GPSzzrw-bd-wap-item-txt{
        font-size: 0.24rem;
        color: #4E4F54;
        letter-spacing: 0.04rem;
    }
    
    
    /*智能管车-IoT设备*/
    .zngc-bd-part02New{
        margin-bottom: 0.24rem;
        padding-bottom: 0.6rem;
        min-height: 6.4rem;
    }
    .iotDevice-bd-item{
        margin-bottom: 0.3rem;
    }
    .iotDevice-bd-item:last-child{
        margin-bottom: 0;
    }
    .iotDevice-bd-item-txt .item-txt-title{
        font-size: 0.26rem;
        color: #E95717;
    }
    .iotDevice-bd-item-txt .item-txt-indro{
        font-size: 0.24rem;
        color: #4E4F54;
        letter-spacing: 0.03rem;
        line-height: 0.4rem;
        padding-top: 0.08rem;
        padding-bottom: 0.3rem;
    }


    /*智能管车-数据可视与智能分析*/
    .zngc-bd-part03{
        padding-bottom: 0.2rem;
        margin-bottom: 0.24rem;
        min-height: 8.4rem;
    }
    .zngc-bd-part03New .bd-part-title:before,.zngc-bd-part03New .bd-part-title:after{
        width: 1.56rem;
    }
    .dataVisua-bd-item{
        margin-bottom: 0.4rem;
    }
    .dataVisua-bd-item .item-title{
        font-size: 0.24rem;
        color: #4E4F54;
        letter-spacing: 0.04rem;
        padding-top: 0.12rem;
        line-height: 0.4rem;
    }
    
    /*智能管车-异常报警*/
    .zngc-bd-part04New{
        margin-bottom: 0;
        min-height: 5.4rem;
    }
    .zngc-bd-part04New canvas{
        display: none !important;
    }
    .zngc-bd-part04New-img{
        width: 6.2rem;
    }



    /*关于我们*/
    .section-about,.section-civilization,.section-team{
        background: #ffffff;
    }
    .section-about .bd-part-title,.section-civilization .bd-part-title,.section-team .bd-part-title{
        display: block;
    }
    /*关于我们-关于我们*/
    .section-about{
        padding-bottom: 0.4rem;
        margin-bottom: 0.24rem;
        background: #ffffff;
    }
    .common-section-main{
        padding:0 0.6rem;
    }
    .common-section-main p{
        font-size: 0.24rem;
        color: #656B6F;
        letter-spacing: 0.02rem;
        line-height: 0.4rem;
    }
    .common-main p{
        font-size: 0.24rem;
        color: #4E4F54;
        line-height: 0.4rem;
        text-indent: 0;
    }
    .common-main p + p{
        margin-top: 0.3rem;
    }
    /*关于我们-企业文化*/
    .section-civilization{
        margin-bottom: 0.24rem;
        margin-top: 0;
        height: 17.6rem;
    }
    .section-civilization-main{
        display: none;
    }
    .section-civilization-wap-main{
        display: block;
        padding: 0.36rem 0.6rem 0;

    }

    .section-civilization-wap-main-top{
        width: 100%;
        border: 1px solid #E95717;
        padding: 1rem 1.1rem 0.8rem;
        text-align: center;
        margin-bottom: 0.6rem;
        position: relative;
        font-size: 0.24rem;
    }
    .section-civilization-wap-top-title{
        display: inline-block;
        background: #E95717;
        position: absolute;
        height: 0.72rem;
        top: -0.36rem;
        left: 50%;
        padding:0.15rem 0.5rem;
        font-size: 0.28rem;
        line-height: 0.42rem;
        color: #FFFFFF;
        letter-spacing: 0.04rem;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }
    .section-civilization-wap-top-title-item{
        margin-bottom: 0.6rem;
    }
    .section-civilization-wap-top-title-item:last-child{
        margin-bottom: 0;
    }
    .section-civilization-wap-top-title-item .title{
        color: #E95717;
    }
    .section-civilization-wap-top-title-item .indro{
        letter-spacing: 0.01rem;
    }




    .section-civilization-wap-btm-item{
        text-align: center;
        margin-bottom: 0.6rem;
        font-size: 0.24rem;
        line-height: 0.4rem;
        width: 45%;
        float: left;
    }
    .section-civilization-wap-btm-item:nth-child(2n-1){
        margin-right: 5%;
    }
    .section-civilization-wap-btm-item:nth-child(2n){
        margin-left: 5%;
    }
    .section-civilization-wap-btm-item-icon{
        width: 0.96rem;
        height: 0.96rem;
        margin: 0 auto 0.4rem;
    }
    .section-civilization-wap-btm-item-icon img{
        max-width: 100%;
    }
    .section-civilization-wap-btm-item-title{
        color: #4E4F54;
        letter-spacing: 0.04rem;
        margin-bottom: 0.2rem;
    }
    .section-civilization-wap-btm-item-indro{
        color: #4E4F54;
        letter-spacing: 0.02rem;
        min-height: 1.4rem;
    }







    /*关于我们-团队风采*/
    .section-team{
        padding-bottom: 0.2rem;
        margin-bottom: 0;
    }
    .section-team .common-section-main ul{
        width: 100%;
    }
    .section-team .common-section-main li{
        width: 47%;
        height: auto;
        margin-right: 0;
        margin-bottom: 0.4rem;
    }
    .section-team .common-section-main li:nth-child(2n-1){
        margin-right: 3%;

    }
    .section-team .common-section-main li:nth-child(2n){
        margin-left: 3%;
    }
    #section-team-main{
        height: 6.8rem;
    }



    .pd-lr0 {
        padding-left: 0;
        padding-right: 0;
    }


    /*首页banner下方操作区域*/
    .ope-area{
        font-size: 0.28rem;
    }
    .ope-area .ope-area-item{
        width: 33.33%;
        float: left;
        position: relative;
        padding: 0.4rem 0;
    }
    .ope-area .ope-area-item:after{
        width: 0.02rem;
        height: 0.32rem;
        margin-top: -0.16rem;
    }

    .ope-area .ope-area-item .item-icon{
        margin-right: 0.2rem;
        width: 0.48rem;
        height: 0.48rem;
    }


    /*集装箱物流*/
    .bd-container-part{
        padding-bottom: 0.4rem;
    }
    .bd-container-part .container-common-title{
        padding: 0.4rem 0 0.6rem;
        font-size: 0.32rem;
    }
    .bd-container-part .xitong-main dl {
        margin-right: 0;
        padding: 0 0.6rem;
        width: 100%;
        margin-left: 0;
    }

    .bd-container-part .xitong-main dl:hover dt{
        box-shadow: 0 0.06rem 0.1rem 0.04rem rgba(121,121,121,.4);
    }

    .bd-container-part .xitong-main dd{
        padding: 0 0.18rem;
    }
    .bd-container-part .xitong-main dd.title{
        font-size: 0.32rem;
        padding-top: 0.42rem;
    }
    .bd-container-part .xitong-main dd.indro{
        font-size: 0.28rem;
        padding-top: 0.26rem;
    }




    .yeel-footer .footer-right-list{
        text-align: center;
        padding-bottom: 0.3rem;
    }
    .yeel-footer .footer-right .footer-right-list li{
        padding: 0 0.3rem;
        width: 100%;
        margin: 0.12rem 0;
    }




    .index-bd-part06{
        padding-bottom: 0.6rem;
    }
    .index-bd-part06 .btm-map{
        margin-bottom: 0.3rem;
    }
    .index-bd-part06 .btm-code{
        float: none;
        margin: 0 auto;
    }




    /*关于我们----E-35-让大宗商品运输更容易*/
    .section-e35-easier{
        min-height: 3rem;
        margin: 0.8rem 0 0;
        padding: 1.32rem 0 0.7rem;
    }
    .section-e35-easier .easier-list{
        margin-bottom: 0.3rem;
    }
    .section-e35-easier .easier-list .e-item{
        width: 32%;
        display: inline-block;
        margin-bottom: 0.4rem;
    }
    .section-e35-easier .easier-list .item-inner{
        width: 1.9rem;
        height: 1.9rem;
        padding:0.42rem 0;
        font-size: 0.24rem;
    }
    .section-e35-easier .e-item .e-item-icon{
        width: 0.54rem;
        height: 0.54rem;
        margin: 0 auto 0.14rem;
    }
    .section-e35-easier .e-item .e-item-icon img{
        display: block;
        width: 100%;
    }
    .section-e35-easier .easier-title{
        font-size:0.32rem;
    }


    /*我要发货*/
    .send-goods-main{
        padding-bottom: 0;
    }
    .send-goods-main .main-tab{
        width: 100%;
    }
    .send-goods-main .main-tab .main-tab-content{
        padding:0.5rem 0.3rem;
    }
    .send-goods-main .main-tab .tab-content-item input[type='text']{
        width: 100%;
    }
    .send-goods-main .main-tab .tab-content-item .unit{
        right: 4%;
    }


    .send-goods-main .main-title{
        font-size: 0.38rem;
        padding: 0.28rem 0;
    }
    .send-goods-main .main-tab .ul1 li{
        font-size: 0.3rem;
        padding: 0.2rem 0;
    }
    .send-goods-main .main-tab .tab-content-item .form-item{
        margin-bottom: 0.48rem;
        height: auto;
    }
    .send-goods-main .main-tab .tab-content-item .label-title{
        font-size: 0.28rem;
        margin-bottom: 0.2rem;
    }
    .send-goods-main .main-tab .tab-content-item input[type='text']{
        font-size: 0.28rem;
        padding: 0.16rem 0.28rem;
        -webkit-border-radius: 0.08rem;
        -moz-border-radius: 0.08rem;
        border-radius: 0.08rem;
    }
    .send-goods-main .main-tab .tab-content-item .unit{
        font-size: 0.28rem;
        padding: 0.16rem 0.28rem;
    }
    .send-goods-main .main-tab .main-tab-content .btn-submit{
        width: 4rem;
        height: 0.88rem;
        line-height: 0.88rem;
        -webkit-border-radius: 0.44rem;
        -moz-border-radius: 0.44rem;
        border-radius: 0.44rem;
        font-size: 0.32rem;
    }
    .form-itemSec .your-own{
        height: 0.72rem;
    }
    .form-itemSec .your-own .radio{
        width: 1.96rem;
        height: 0.72rem;
        margin-right: 0.2rem;
    }

    .form-itemSec .your-own .radio i{
        width: 1.96rem;
        height: 0.72rem;
        line-height: 0.72rem;
        border-radius: 0.08rem;
        font-size: 0.28rem;
    }


    /*弹出框*/
    .modal-dialog-new{
        width: 7rem;
    }
    .modal-bd-top{
        padding: 0.5rem 0.4rem;
    }
    .modal-bd-top-left .top-right-date{
        width: 1.8rem;
        margin-right: 0.48rem;
    }
    .modal-bd-top-right{
        width: 3.9rem;
    }
    .modal-bd-top-right .form-control,
    .modal-bd-top-right .layui-input{
        line-height: 0.8rem;
        padding: 0.2rem 0.2rem;
        border: none;
        height: 0.8rem;
        width:3.9rem;
        position: relative;
    }
    .modal-bd-top-right .btn{
        min-width: 1.7rem;
        font-size: 14px;
        line-height: 20px;
    }

    .layui-layer{
        width: 100%;
        max-width: 100%;
    }



}
@media (min-width: 768px) {
    .send-goods-main{
        padding-bottom: 40px;
    }
    .section-e35-easier .easier-list .item-inner{
        width: 132px;
        height: 132px;
        padding: 28px 0;
    }
    .section-e35-easier .e-item .e-item-icon{
        width: 42px;
        height: 42px;
    }
    /*我要发货*/
    .send-goods-main .main-tab{
        width: 100%;
    }
    .send-goods-main .main-tab .main-tab-content{
        padding:50px 0 50px 4%;
    }
    .send-goods-main .main-tab .tab-content-item input[type='text']{
        width: 90%;
    }
    .send-goods-main .main-tab .tab-content-item .unit{
        right: 12%;
    }


}
@media (min-width: 992px){
    .bd-part-total{
        min-height: 455px;
    }
    .section-e35-easier .easier-list .item-inner{
        width: 152px;
        height: 152px;
        padding: 30px 0;
    }
    .section-e35-easier .e-item .e-item-icon{
        width: 54px;
        height: 54px;
    }

    /*我要发货*/
    .send-goods-main .main-tab{
        width: 94%;
    }
    .send-goods-main .main-tab .main-tab-content{
        padding:50px 0 50px 7%;
    }
    .send-goods-main .main-tab .tab-content-item input[type='text']{
        width: 80%;
    }
    .send-goods-main .main-tab .tab-content-item .unit{
        right: 22%;
    }

}
@media (min-width: 1200px){
    .bd-part-total{
        min-height: 350px;
    }


    /*我要发货*/
    .send-goods-main .main-tab{
        width: 88%;
    }
    .send-goods-main .main-tab .main-tab-content{
        padding:50px 0 50px 6%;
    }
    .send-goods-main .main-tab .tab-content-item input[type='text']{
        width: 80%;
    }
    .send-goods-main .main-tab .tab-content-item .unit{
        right: 22%;
    }



}
/*加入我们*/
.row-fluid-one p{
    font-size: 0.24rem;
    color: #4E4F54;
    line-height: 0.4rem;
    text-indent: 0;
    display: inline-block;
    color: #4E4F54;
}
.row-fluid-one div{
    /*text-align: center;*/
    text-align: left;
    padding: 0;
}
.row-fluid-one div:nth-child(1){
    text-align: center;
}

.row-fluid-one .img-one{
    /*vertical-align:text-bottom;*/
    /*vertical-align: inherit;*/
    vertical-align: middle;
    margin-right: 0.2rem;
    width: 0.26rem;
    height: 0.26rem;
    /*width: 26px;*/
    /*height:26px;*/
}
.row-fluid-one .img-tow{
    /*vertical-align: inherit;*/
    vertical-align: middle;
    margin-right: 0.05rem;
    width:0.16rem;
    height: 0.16rem;
    /*width: 16px;*/
    /*height:16px;*/
}
.row-fluid-one div p{
    font-size: 0.24rem;
    /*font-size: 16px;*/
}
.row-fluid-one div:nth-child(1) p{
    color: #E95717;
}
.row-fluid-one{
    margin-bottom: 0.1rem;
}

.new-work{
    background: url("../images/about-civilization2.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    background: #ffffff;
    margin-bottom: 0.4rem;
}
.new-fulid{
    background: #ffffff;
}
.new-work.scection-about-common .common-title-container:after {
    content: '02';
}

.row-work-one{
    height: 1.6rem;
    width: 100%;
    border: 1px solid #E95717;
    margin-right:0.4rem ;
    padding: 0.2rem 0.2rem;
    margin-bottom: 0.2rem;
    position: relative;
}
.row-work-one a{
    color:  #E95717;
    font-size: 0.12rem;
    position: absolute;
    left: 80%;
}
.row-work-one h3{
    display: inline-block;
    font-weight: 600;
    color: #E95717;
}
.row-work-one span{
    font-size: 0.12rem;
    margin-right: 0.3rem;
}
.row-work-one p{
    font-size: 0.12rem;
}
.row-work-one div{
    /*margin-bottom: 0.2rem;*/
    /*padding-bottom: 0.2rem;*/
    position: absolute;
}
.row-work-one div:nth-child(1){
    top: 15%;
    width: 100%;
}
.row-work-one div:nth-child(2){
    top: 45%;
}
.row-work-one div:nth-child(3){
    top: 75%;
}
.hidden-xs .row-fluid-one div{
    text-align: center;
}
.hidden-xs .row-fluid-one div .img-one{
    vertical-align:text-bottom;
}
.hidden-xs .row-fluid-one div .img-tow{
    vertical-align: inherit;
}
.small p{
    font-size: 0.24rem !important;
}
 .small a{
    font-size: 0.24rem !important;
}
 .small span{
    font-size: 0.24rem !important;
}






/*加入我们的职位*/
.join-us-title{
    margin-top: 0.2rem;
}
.container-fluid{
    margin-top: 0.2rem;
}
.join-black a{
    font-size: 0.14rem;
    color:#4E4F54 ;
}
.join-us-title .row-tow .tit{
    height: 0.4rem;
    line-height: 0.4rem;
    width: 4.0rem;
    background-color:#E95717 ;
    color: #ffffff;
    font-size: 0.16rem;
    position: relative;
}
.join-us-title .tit span:nth-child(1){
    margin-left: 0.3rem;
}
.join-us-title .tit span:nth-child(2){
    font-size: 0.12rem;
}
.join-us-title .tit:after{
    position: absolute;
    content: '';
    top:0;
    right: -10%;
    width: 0;
    height: 0;
    border-bottom: 0.4rem solid #E95717;
    border-right: 0.4rem solid transparent;
}
.join-us-title .row-tow div:nth-child(2) div{
    width: 1rem;
}
.join-us-title .row-tow div:nth-child(2) p{
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.13rem;
    padding-top: 0.1rem;
}
.join-us-title .row-tow div:nth-child(2) span{
    color:#E95717 ;
}
.join-us-title .row-tow {
    margin-bottom: 0.1rem;
}
.join-us-title .row-tow div{
    margin-top: 0.1rem;
}
.join-us-title .row-three ol{
    list-style: inherit;
    font-size: 0.14rem;
    margin-top: 0.2rem;
}
.join-us-title .row-three ol li{
    margin-bottom: 0.1rem;
}
.join-us-title .row-three div:nth-child(1) span{
    height: 0.14rem;
    width: 0.04rem;
    background-color: #E95717;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.2rem;
}
.join-us-title .row-three div:nth-child(1) h3{
    color: #E95717;
    font-weight: 600;
    font-size: 0.15rem;
    display: inline-block;
}
.join-us-title .row-three div:nth-child(1){
    margin-bottom: 0.2rem;
}
.join-us-title .row-three-post{
   font-size: 0.14rem;
}
.join-us-title .row-three div:nth-child(3) .row-three-list{
    margin-bottom: 0.2rem;
}
.join-us-title .row-three div:nth-child(4){
    margin-top: 0.1rem;
}
.join-us-title .row-three-contact span{
    height: 0.14rem;
    width: 0.04rem;
    background-color: #E95717;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.2rem;
}
.join-us-title .row-three-contact h3{
    color: #E95717;
    font-weight: 600;
    font-size: 0.15rem;
    display: inline-block;
}
.join-us-title .row-three-contact{
    margin-top:0.1rem;
    margin-bottom: 0.2rem;
}
.join-us-title .row-three-address h3{
    font-size: 0.13rem;
    color:#E95717 ;
    font-weight: 600;
}
.join-us-title .row-three-way{
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}
.join-us-title .row-three-way ul li{
    margin-bottom: 0.1rem;
    font-size: 0.13rem;
}
.join-us-title .list-post-title{
    margin-bottom: 0.2rem;
}
.join-us-title .row-four{
    margin-left: 0.02rem;
    margin-right: 0rem;
}
.row-fluid-one{
    margin-bottom: 0.2rem;
}
/*小屏*/
.join-us-title #small h3{
    font-size: 0.3rem !important;
}
.join-us-title #small span{
    height: 0.28rem;

}
.join-us-title #small span:nth-child(1){
    font-size: 0.3rem;
}
.join-us-title #small .tit{
    height: 0.6rem;
    line-height: 0.6rem;
    width: 4.1rem;
}
.join-us-title #small .tit:after{
    border-bottom: 0.6rem solid #E95717;
    right: -9.4%;
}
.join-us-title #small li{
    font-size: 0.24rem !important;
}
.join-us-title #small .require{
    font-size: 0.24rem;
}
.container-fluid .join-black-1{
    font-size: 0.24rem !important;
}
.join-us-title #small p{
    font-size: 0.26rem;
}

    /*底部局部样式*/
.yeel-footer .row-footer-list div{
    text-align: center;
}
.yeel-footer .row-footer-list-tow{
    text-align: center;
}
.yeel-footer .row-footer-list-tow div{
    margin-bottom: 0.4rem;
}
.yeel-footer .row-footer-list-tow div:last-child{
    margin-bottom: 0rem;
}
.yeel-footer .row-footer-list-tow div:nth-child(1){
    margin-top: 0.8rem;
}
.yeel-footer .footer-img{
    border-top: 0.01rem solid #E5E5E5;
}
.yeel-footer .footer-img img{
    margin-top: 0.25rem;
}



