@charset "utf-8";
.row{
    margin: 0;
}
.ycx-body {
    margin-top: 0px;
    background-color: #F7F7F7;
    padding-bottom: 40px;
}
.title {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 24px;
    color: #EB6438;
    font-weight: normal;
}
.subtitle {
    display: none;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

/***** 物流 *****/
.section1 .body {
    padding: 20px;
    background-color: #FFFFFF;
    transition: all 0.3s;
}
.section1 .body:hover{
    cursor: pointer;
    box-shadow: 5px 5px 20px rgba(235, 100, 56, 0.15);
}
.section1 .logo{
    padding: 20px;
}
.section1 .desc {
    color: #999999;
    padding: 20px;
    transition: all 0.3s;
}
.section1 .body:hover .desc{
    cursor: pointer;
    color: #666666;
}
.section1 .body .desc strong{
    transition: all 0.3s;
}
/*.section1 .body:hover .desc strong{*/
/*    color: #EB6438;*/
/*    font-size: 26px;*/
/*    font-weight:400;*/
/*}*/
/***** 服务优势 *****/
.section2 .services {
    list-style: none;
}
.section2 .services li{
    padding:0;
}
.section2 ul li {
    /*width: 20%;*/
    float: left;
    text-align: center;
    padding: 0;
}
.section2 ul li:nth-child(n+2):not(:nth-child(n+6)) {
 margin-left: 4.16%;
}
.section2 .service-card {
    /*margin: 10px;*/
    background-color: #FFFFFF;
    /*box-shadow:0 0 3px 1px #cccccc;*/
    height: 400px;
    cursor: pointer;
    transition: all 0.3s;
}
.section2 .service-card:hover {
    box-shadow: 5px 5px 20px rgba(235, 100, 56, 0.15);
}
.section2 .service-card .title {
    text-align: center;
    font-size: 18px;
    color: #666666;
    padding: 20px 0px;
    transition: all 0.3s;
}
.section2 .service-card:hover .title {
    color: #EB6438;
}
.section2 .service-card img {
    width: 100%;
}
.section2 .service-card .desc {
    padding: 20px;
    text-align: left;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    transition: all 0.3s;
}
.section2 .service-card:hover .desc {
    color: #666666;
}

/***** 运输方式 *****/
.section3 .trans-title {
    color: #666666;
    font-size: 22px;
}
.section3 .trans-desc {
    padding: 20px 0px;
    color: #999999;
    line-height: 24px;
    font-size: 14px;
    margin-top: 10%;
    transition: all 0.3s;
}

.section3 .trans-more {
    text-align:right;
    color: #999999;
    line-height: 24px;
    font-size: 12px;
}
.section3 .row:nth-child(2){
    padding: 20px;
    background: #ffffff;
    transition: all 0.3s;
}
.section3 .row:nth-child(2) div{
    padding:0;
}
.section3 .row:nth-child(2)  .row {
    padding-left: 10%;
}
.section3 .row:nth-child(2):hover{
    box-shadow: 5px 5px 20px rgba(235, 100, 56, 0.15);
    cursor: pointer;
}
.section3 .row:nth-child(2) .trans-title {
    transition: all 0.3s;
}
.section3 .row:nth-child(2):hover .trans-title{
    color: #EB6438;
}
.section3 .row:nth-child(2):hover .trans-desc{
    color: #666666;
}

/***** 托运流程 *****/
.section4 .body {
     background-color: #ffffff;
     text-align:center;
     padding: 40px;
    transition: all 0.3s;
 }
.section4 .body:hover{
    box-shadow: 5px 5px 20px rgba(235, 100, 56, 0.15);
    cursor: pointer;
}
.section4 .body .card {
    text-align: center;
}
.section4 .body .card .pic {
    text-align: center;
}
.section4 .body .card .pic img {
    width: 64px;
    height: 64px;
}
.section4 .body .card .title {
    padding: 10px;
    font-size: 16px;
    color: #666666;
}
.section4 .body .card .desc {
    padding: 10px;
    font-size: 12px;
    color: #999999;
}


/***** 手机 *****/
.section5 .body {
    background-color: #ffffff;
    text-align:center;
    padding: 40px;
}
.section5 .qrcode {
    width:100%;
}
.section5 .qrcode img {
    margin-bottom: 5px;
}
.section5 .qrcode p {
    width:100%;
    font-size: 12px;
    color: #999999;
}
@media screen and (max-width: 992px)  {
    .section2 ul li:nth-child(n+2):not(:nth-child(n+6)) {
        margin-left: 0;
    }
    .section2 .service-card {
        height: auto;
    }
    .section3 .row:nth-child(2) .row{
        padding-left: 0;
    }
    .section3 .row:nth-child(2) .row .trans-title{
        text-align: center;
    }
    .section3 .trans-desc{
        margin-top: 5%;
    }
}

@media screen and (max-width: 768px) {
}