/* 通用 */
@font-face {
    font-family: "SourceHanSansCN";
    src: url("../fonts/SourceHanSansCN-Bold.otf") format("otf"),
        url("../fonts/SourceHanSansCN-ExtraLight.otf") format("otf"),
        url("../fonts/SourceHanSansCN-Heavy.otf") format("otf"),
        url("../fonts/SourceHanSansCN-Light.otf") format("otf"),
        url("../fonts/SourceHanSansCN-Medium.otf") format("otf"),
        url("../fonts/SourceHanSansCN-Normal.otf") format("otf"),
        url("../fonts/SourceHanSansCN-Regular.otf") format("otf");
}

* {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    font: 14px/24px "SourceHanSansCN", "arial";
    -webkit-text-size-adjust: none;
    word-wrap: break-word;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
iframe {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

body,
button,
input,
select,
textarea {
    font-family: 'SourceHanSansCN';
    font-size: 14px;
    color: #333;
}

ol,
ul {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #0268ba;
}

.clear {
    clear: both;
}

.clearfix::before,
.clearfix::after {
    content: "";
    height: 0;
    clear: both;
    visibility: hidden;
    display: block;
    line-height: 0;
}

em,
i {
    font-style: normal;
}

img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    border: 0;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.bgfff {
    background: #fff;
}

.col333 {
    color: #333333;
}

.col666 {
    color: #666666;
}

.col999 {
    color: #999999;
}

.blue {
    color: #005ca3;
}

.colfff {
    color: #fff;
}

.col000 {
    color: #000;
}

.texcenter {
    text-align: center;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.wz_close01 {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wz_close02 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.wz_close03 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.wz_close04 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.mr0 {
    margin-right: 0 !important;
}

.p-relative {
    position: relative;
}

.bor {
    border: 1px solid red;
}

/* 当前项目通用样式 start*/
/* 版心宽度 */
.container {
    max-width: 1200px;
    margin: 0 auto;
}

.abs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.dis_block {
    display: block;
}

.pcno {
    display: none !important;
}

.p1 {
    font-size: 45px;
    text-align: center;
}

.mt20 {
    margin-top: 20px;
}

.mt14 {
    margin-top: 14px;
}

.mt16 {
    margin-top: 16px;
}

.mt24 {
    margin-top: 24px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt55 {
    margin-top: 55px;
}

.mt65 {
    margin-top: 65px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px !important;
}

.mt240 {
    margin-top: 240px;
}

.mt265 {
    margin-top: 265px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb24 {
    margin-bottom: 24px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb55 {
    margin-bottom: 55px !important;
}

.mb65 {
    margin-bottom: 65px !important;
}

.ml40 {
    margin-left: 40px;
}

.mr105 {
    margin-right: 105px;
}

.split_line {
    position: relative;
    width: 600px;
    margin: 30px auto;
    background-color: #e5e6e8;
    height: 2px;
}

.split_line .short_line {
    position: absolute;
    width: 70px;
    height: 2px;
    background-color: #005ca3;
    left: 50%;
    margin-left: -35px;
    top: -1px;

}

/* 当前项目通用样式 end*/

/* 头部 */
.header {
    width: 100%;
}

.header .hy {
    height: 44px;
    background-color: #005ca3;
    color: #fff;
}

.header .hy .hy_txt {
    line-height: 44px;
}

.header .hea_top {
    height: 140px;
}

.header .hea_top_h {
    margin-top: 52px;
    margin-left: 20px;
    padding-left: 20px;
    border-left: solid 1px #9a9a9a;
}

.header .hea_top_h h1,
.header .hea_top_h h2 {
    font-size: 16px;
    line-height: 26px;
}

.header .hea_top_tel {
    margin-top: 60px;
    background: url(../images/top_tel.png) no-repeat left top;
    padding-left: 37px;
}

.header .hea_top_tel p {
    line-height: 18px;
}

.header .hea_top_tel .tel_num {
    color: #005ca3;
    font-style: oblique;
    font-weight: bold;
    font-size: 26px;
    font-family: Vani;
}

.nav {
    background: #fff;
    height: 60px;
    border-top: 1px solid #ececec;
    text-align: center;
    line-height: 60px;
}

.nav ul {
    font-size: 0;
}

.nav ul li:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0;
    top: 22.5px;
    height: 15px;
    width: 1px;
    background-color: #ececec;
}

.nav ul li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    /*padding: 0 5%;*/
    padding: 0 7%;
    line-height: 60px;
}

.nav ul li a {
    display: inline-block;
    height: 60px;
}

.nav ul li:first-child {
    padding-left: 0
}

.nav ul li:last-child {
    padding-right: 0;
}

.nav ul li:hover a,
.nav ul li a.active {
    color: #005ca3;
    font-weight: bold;
    border-top: 1px solid #005ca3;
}

/* 大图切换 */

.topswiper .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #fff;
}

.topswiper .bx-wrapper .bx-pager.bx-default-pager a:hover,
.topswiper .bx-wrapper .bx-pager.bx-default-pager a.active{
    background-color: #005ca3;
}


.addWrap{position:relative; z-index:2;width:100%;background:#fff;margin:0; padding:0;}
.addWrap .swipe{overflow: hidden;visibility:hidden;position:relative;}
.addWrap .swipe-wrap{overflow:hidden;position:relative;}
.addWrap .swipe-wrap > div{float:left;width:100%;position:relative;}
#position{position:absolute; bottom:0;right:50%;margin:0 -21px 10px auto;}
#position li{width:10px;height:10px;margin:0 2px;background-color:#005ca3; border-radius:50%; display:inline-block; cursor:pointer; transition: all .2s ease-out;}
#position li.cur{background-color: rgba(255, 255, 255, 0.74);}

/* 服务模块 */
.service {
    color: #666;
    font-size: 16px;
}

.service .p1 {
    text-align: center;
    font-size: 45px;
    color: #000;
}

/* .service .service_intro {
    max-width: 1200px;
    min-height: 500px;
    margin-top: 75px;
}

.service .service_intro a {
    position: relative;
    display: block;
    width: 255px;
    height: 619px;
    color: #fff;
    font-size: 24px;
}

.service .service_intro a>div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #09183f;
    opacity: 0.75;
    z-index: 0;
}

.service .service_intro a>img {
    position: absolute;
    width: 12px;
    height: 24px;
    right: 0;
    top: 50%;
    margin-top: -12px;
    z-index: -9999;
}

.service .service_intro a span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
}

.service .service_intro a .line {
    width: 35px;
    height: 2px;
    background-color: #fff;
    margin: 20px auto;
}

.service .service_intro a .mask_active {
    background-color: #0481cd;
    opacity: 0.9;
}

.service .service_intro a .triangle {
    z-index: 99;
}

.service .service_intro .platform_service {
    display: block;
    float: left;
    background: url(../images/platform.png) no-repeat;
}

.service .service_intro .service_content {
    display: none;
    float: left;
    overflow: hidden;
}

.service .service_intro ul.active {
    display: block;
    width: 600px;
    min-height: 516px;
    margin-left: 35px;
    margin-right: 35px;
}

.service .service_intro .service_content li {
    width: 100%;
    border-bottom: 1px solid #e5e6e8;
}

.service .service_intro .service_content li img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-bottom: 8px;
}

.service .service_intro .service_content li p {
    margin-left: 37px;
}

.service .service_intro .enterprise_freight {
    display: block;
    float: left;
    background: url(../images/freight.png) no-repeat;
} */
.service ul {
    min-height: 607px;
    padding: 40px 0;
}

.service ul li p {
    width: 82%;
    margin: 0 auto;
    position: relative;
}

.service ul li p:first-child {
    font-size: 18px;
}

.service ul li p:last-child {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.service .ptfw {
    width: 39%;
}

.service .ptfw .ptfw_t,
.service .qyhy .qyhy_t {
    position: relative;
    padding: 40px 0;
}

.service .ptfw .ptfw_t p {
    background: url(../images/icon_flatform.png) no-repeat top center;
    padding-top: 55px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.service .qyhy .qyhy_t p {
    background: url(../images/icon_car01.png) no-repeat top center;
    padding-top: 55px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.service .ptfw ul {
    border: 1px solid #ff5231;
    border-top: none;
}

.service .ptfw ul li {
    margin-top: 61px;
}

.service .ptfw ul li:first-child {
    margin-top: 0;
}

.service .ptfw ul li p:first-child {
    color: #ff5231;
    padding-left: 10px;
}

.service .ptfw ul li p:last-child {
    padding-left: 10px;
}

.service .ptfw ul li p:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 3px;
    height: 17px;
    background-color: #ff5231;
}

.service .qyhy {
    width: 59%;
}

.service .qyhy ul {
    border: 1px solid #3f78fc;
    border-top: none;
}

.service .qyhy ul li p:first-child {
    color: #3f78fc;
    padding-left: 10px;
}

.service .qyhy ul li p:last-child {
    padding-left: 10px;
}

.service .qyhy ul li {
    margin-top: 40px;
}

.service .qyhy ul li:first-child {
    margin-top: 0;
}

.service .qyhy ul li p:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 3px;
    height: 17px;
    background-color: #3f78fc;
}

/* 平台模式 */
.platform_pattern {
    position: relative;
    min-height: 300px;
    margin-top: 70px;
    border-bottom: 1px solid #fff;
}

.platform_pattern .p1 {
    display: block;
    text-align: center;
    font-size: 45px;
    color: #fff;
    padding-top: 90px;
}

.platform_pattern .info {
    max-width: 1200px;
    margin: 70px auto;
}

/* 货运解决方案 */
.freight_plan .p1 {
    display: block;
    text-align: center;
    font-size: 45px;
    margin-top: 70px;
}

.freight_plan ul {
    margin: 65px auto 0;
}

.freight_plan ul li {
    width: 22%;
    float: left;
    margin-left: 4%;
    background-color: #f7f8fa;
    text-align: center;
    box-shadow: 0 0 4px #e0e0e0;
    border-radius: 5px;
    cursor: pointer;
}

.freight_plan ul li img {
    margin-left: 108px;
}

.freight_plan ul li .check {
    display: none;

}

.freight_plan ul li .uncheck {
    display: block;
}

.freight_plan ul li .p2 {
    display: block;
    position: relative;
    width: 90px;
    margin: 0 auto;
    text-align: start;
    padding-left: 15px;
    margin-bottom: 12px;
    color: #666666;
    font-size: 18px;
    left: 10px;
}

.freight_plan ul li .p2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #999;
}

.freight_plan ul li:first-child {
    margin-left: 0;
}

.freight_plan ul li:first-child .p2 {
    width: 122px;
    text-align: start;
}

.freight_plan ul li.active,
.freight_plan ul li:hover {
    background: #38bdfe;
    background: linear-gradient(to top right, #25a3f8, #38bdfe);
    box-shadow: 2px 2px 10px #28a7f9;
    transition: all .3s;
    transform: translateY(-10px)
}

.freight_plan ul li.active p,
.freight_plan ul li:hover p {
    color: #fff;
}

.freight_plan ul li.active img.uncheck,
.freight_plan ul li:hover img.uncheck {
    display: none;
}

.freight_plan ul li.active img.check,
.freight_plan ul li:hover img.check {
    display: block;
}

.freight_plan ul li.active .p2:before,
.freight_plan ul li:hover .p2:before {
    background-color: #fff;
}

/* 企业文化 */
.corporate_culture {
    position: relative;
    margin-top: 90px;
    min-height: 300px;
    border-bottom: 1px solid #fff;
}

.corporate_culture .p1 {
    display: block;
    text-align: center;
    font-size: 45px;
    padding-top: 90px;
}

.corporate_culture .culture_info {
    max-width: 1200px;
    height: auto;
    margin: 50px auto;
}

/* 社会价值 */
.social_value .p1 {
    text-align: center;
    font-size: 45px;
    padding-top: 90px;
}

.social_value ul {
    width: 1200px;
    margin: 50px auto 0;
}

.social_value ul li {
    float: left;
    text-align: center;
    margin-left: 68px;
}

.social_value ul li img {
    /* margin-left: 50%;
    transform: translateX(-50%); */
    margin: 0 auto;
}

.social_value ul li:first-child {
    margin-left: 0;
}

/* 专业高效 */
.profession {
    margin-top: 90px;
}

.profession .profession_info {
    width: 100%;
    margin-top: 50px;
    background: url(../images/profession.png) no-repeat center center;
    height: 633px;
    border-top: 1px solid #fff;
}

.profession .profession_info ul {
    font-size: 0;
}

.profession .profession_info ul li {
    display: inline-block;
    width: 33%;
    color: #fff;
    border-left: 1px solid #eee;
    border-left: 1px solid rgb(255, 255, 255, 0.2);
    font-size: 95px;
    font-weight: bold;
    text-align: center;
    padding: 60px 0;
}

.profession .profession_info ul li p:first-child {
    font-family: Impact;
}

.profession .profession_info ul li:first-child {
    border-left: none;
}

.profession .profession_info .info_second li {
    border-top: 1px solid #eee;
    border-top: 1px solid rgb(255, 255, 255, 0.2);
}

/* 地图 */
.map {
    margin-top: 70px;
}

.map .container span {
    display: inline-block;
}

.map .container .map_info {
    position: relative;
    width: 160px;
    height: 60px;
    color: #005ca3;
}

.map .container .num {
    position: absolute;
    top: 0;
    left: 0;
    font-family: impact;
    font-size: 60px;
    height: 60px;
    line-height: 60px;
}

.map .container .unit {
    font-size: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 3px;
    left: 62px;
}

/* 合作企业 */
.cooperation {
    margin-top: 90px;
}

.cooperation ul {
    font-size: 0;
}

.cooperation ul li {
    display: inline-block;
    position: relative;
    width: 155px;
    height: 130px;
    border-bottom: 1px solid #f5f5f5;
    margin: 0 22.5px;
}

.cooperation ul li:not(:nth-child(6n)):after {
    content: '';
    position: absolute;
    right: -24px;
    top: 20px;
    width: 2px;
    height: 90px;
    background-color: #f5f5f5;
}

.cooperation ul li:not(:nth-child(6n)):before {
    content: '';
    position: absolute;
    right: -24px;
    bottom: 0;
    width: 4px;
    height: 4px;
    background-color: #f5f5f5;
}

/* .cooperation ul li:nth-child(6n+1) {
    margin-left: 0px;
}

.cooperation ul li:nth-child(6n) {
    margin-right: 0px;
} */

.cooperation ul li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

/* 底部 */
.footer {
    background-color: #2f343a;
    padding-top:50px;
    color: #fff;
}

.footer .footer_f ul {
    min-width: 770px;
    border-bottom: 1px solid #525b63;
}

.footer .footer_s ul {
    min-width: 770px;
}

.footer .footer_f ul li {
    position: relative;
    display: inline-block;
    line-height: 60px;
    /*padding: 0 41px;*/
    padding: 0 55px;
}

/* .footer .footer_f ul li:last-child {
    padding-right: 0px;
} */

.footer .footer_f ul li:first-child {
    /*padding-left: 0px;*/
    padding-left: 15px;
}

.footer .footer_f ul li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 22.5px;
    height: 15px;
    width: 1px;
    background-color: #525b63;
}

.footer .footer_f ul li+li+li+li+li+li:after {
    content: none;
}

.footer .footer_f ul li a {
    display: inline-block;
    color: #fff;
}

.footer .footer_f ul li a:hover {
    color: #0268ba;
}

.footer .footer_s li {
    display: inline-block;
    margin-right: 43px;
}

.footer .footer_s .code {
    width: 125px;
    height: 125px;
}

.footer .footer_s li:last-child {
    margin-right: 30px;
}

.footer .footer_t {
    margin-top: 78px;
    border-top: 1px solid #525b63;
    color: #525b63;
    text-align: center;
    padding: 20px 0;
}


/* 移动端 */
.wap {
    display: none;
}

.wap_header {
    position: fixed;
    height: 50px;
    top: 0;
    left: 0;
    width: 92%;
    padding: 0 4%;
    background: #F4F4F4;
    z-index: 999;
}

.wap_header .w_h_zi {
    line-height: 50px;
}

.ptb3 {
    padding: 3% 0;
}

.wap_con {
    width: 94%;
    margin: 0 auto;
}

.wap_logo {
    width: 30%;
}

.wap_h {
    position: relative;
    width: 64%;
    border-left: solid 1px #ddd;
    /* padding-left: 3%; */
}

/* translate实现垂直居中 */
.center_h {
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.wap_header #navToggle {
    margin-top: 15px;
}

.m_nav {
    position: fixed;
    top: 0px;
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
    width: 100%;
    height: 100%;
    background: rgba(28, 28, 28, 0.95);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    z-index: 1000;
    opacity: 0;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}

.m_nav.open {
    transform: translateX(0);
    opacity: 1;
}

.m_nav .top {
    height: 60px;
    padding: 20px;
    box-sizing: border-box;
}

.m_nav .top .closed {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    float: right;
    cursor: pointer;
}

.m_nav .logo {
    width: 100%;
    margin: 0 auto;
}

.m_nav .logo img {
    height: 50px;
    display: block;
    margin: 30px auto;
}

.m_nav .ul {
    margin-top: 30px;
}

.m_nav .ul li {
    padding: 0 20px;
    border-bottom: 1px solid #333;
    transform: translateY(0);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}

.m_nav.open .ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.m_nav .ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 100%;
}

/* wap底部 */
.wap_footer {
    background-color: #2f343a;
    color: #fff;
    padding: 20px 0;
}

.wap_footer .code {
    width: 60px;
    height: 60px;
}

@media only screen and (max-width:1200px) {

    .freight_plan ul li img {
        margin-left: 50%;
        transform: translateX(-50%);
    }

    /* 社会价值 */
    .social_value ul {
        width: 94%;
    }

    .social_value ul>li {
        width: 30%;
        margin-left: 5%;
    }

    .social_value ul li:nth-child(4) {
        margin-left: 17%;
    }
}

@media only screen and (min-width:768px) and (max-width:1200px) {
    .container {
        max-width: 94% !important;
        margin: 0 auto;
    }

    .pcno {
        display: none !important;
    }

    .wapno {
        display: block !important;
    }

    /* 2大服务 */

    .service .service_intro a {
        width: 21%;
    }

    .service .service_intro ul.active {
        width: 50%;
        margin: 0 4%;
    }

    .service .service_intro .service_content li:first-child {
        margin-top: 0;
    }

    .service .service_intro #platform>li>div {
        margin-top: 18px;
    }

    .service .service_intro #freight>li>div {
        margin-top: 8px;
    }

    /* 专业高效，提升货运效率 */
    .profession .profession_info ul li {
        width: 32%;
        font-size: 50px;
    }

    .profession .map .container>div:first-child {
        margin-left: 0;
        width: 20%;
    }

    .profession .map .map_img {
        width: 80%;
        margin-right: 0;
    }

    .profession .map .map_info {
        margin-top: 60px;
    }

    /* 合作企业 */
    .cooperation ul li {
        width: 21%;
        margin: 0 2%;
    }

    .cooperation ul li:not(:nth-child(6n)):after {
        content: none;
    }

    .cooperation ul li:not(:nth-child(6n)):before {
        content: none;
    }

    .cooperation ul li:not(:nth-child(4n)):after {
        content: '';
        position: absolute;
        right: -24px;
        top: 20px;
        width: 2px;
        height: 90px;
        background-color: #f5f5f5;
    }

    .cooperation ul li:not(:nth-child(4n)):before {
        content: '';
        position: absolute;
        right: -24px;
        bottom: 0;
        width: 4px;
        height: 4px;
        background-color: #f5f5f5;
    }
}

@media only screen and (max-width:999px) {
    .footer {
        display: none !important;
    }

    .wap_footer {
        display: block !important;
    }
}

@media only screen and (min-width:768px) and (max-width: 1024px) {
    .nav ul li {
        padding: 0 3%;
    }

    .service .ptfw ul li {
        margin-top: 40px;
    }

    .service .qyhy ul li {
        margin-top: 30px;
    }


    /* 平台模式 */
    .platform_pattern .info {
        width: 98%;
    }

    /* 货运解决方案 */
    /* .freight_plan ul {
        text-align: center;
        font-size: 0;
    }

    .freight_plan ul li {
        display: inline-block;
        margin-left: 4%;
        float: none !important;
        margin-bottom: 20px;
    } */

    /* 企业文化 */
    .corporate_culture .culture_info {
        width: 98%;
        margin: 135px auto;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        max-width: 94% !important;
        margin: 0 auto;
    }

    .m_nav {
        display: block;
    }

    .pcno {
        display: block !important;
    }

    .wapno {
        display: none !important;
    }

    .split_line {
        width: 100%;
        margin: 10px 0;
    }

    /* 2大服务模块 */

    .p1 {
        font-size: 25px !important;
    }

    /*.service {
        margin-top: -40px;
    }

    .service .service_intro {
        margin-top: 20px;
    }

    .service .service_intro a {
        width: 80%;
        height: 30px;
        margin-left: 10%;
        background: none !important;
        line-height: 30px;
    }

    .service .service_intro .triangle {
        right: 2%;
        transform: rotate(-90deg);
    }

    .service .service_intro ul.active {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .service .service_intro ul>li:first-child {
        margin-top: 20px;
    }

    .service .service_intro ul>li>div {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .service .service_intro .enterprise_freight {
        margin-top: 20px;
    } */
   .service{padding-top: 50px;}
    .service ul {
        min-height: 400px;
        padding: 20px 0;
    }
.service .ptfw ul li {
    margin-top: 30px;
}
    .service .ptfw {
        width: 100%;
    }

    .service .qyhy {
        width: 100%;
        margin-top: 20px;
    }

    .service .ptfw .ptfw_t,
    .service .qyhy .qyhy_t {
        padding: 20px 0;
    }

    /* 平台模式 */
    .platform_pattern {
        margin-top: 30px;
    }

    .platform_pattern .p1 {
        padding-top: 50px;
    }
	.social_value ul>li p{height: 50px;}
    .platform_pattern .info {
        width: 95%;
    }

    /* 货运解决方案 */
    .freight_plan .p1 {
        margin-top: 30px;
    }

    .freight_plan ul {
        width: 94%;
        margin: 40px auto;
    }

    .freight_plan ul li {
        width: 45%;
        margin-left: 10%;
        margin-bottom: 20px;
    }

    .freight_plan ul li img {
        margin-left: 50%;
        transform: translateX(-50%);
        -moz-transition: translateX(-50%);
        /* Firefox 4 */
        -webkit-transition: translateX(-50%);
        /* Safari and Chrome */
        -o-transition: translateX(-50%);
        /* Opera */
    }

    .freight_plan ul li.active,
    .freight_plan ul li:hover {
        transform: translateY(0px)
    }

    .freight_plan ul li:nth-child(2n+1) {
        margin-left: 0;
    }

    /* 企业文化 */
    .corporate_culture {
        margin-top: 30px;
    }

    .corporate_culture .p1 {
        padding-top: 30px;
    }

    .corporate_culture .culture_info {
        width: 100%;
    }

    /* 社会价值 */
    /* .social_value .p1 {
        padding-top: 30px;
    }

    .social_value ul {
        width: 94%;
    }

    .social_value ul li {
        width: 45%;
        margin-left: 10%;
    }

    .social_value ul li:nth-child(2n+1) {
        margin-left: 0;
    }

    .social_value ul li:nth-child(5) {
        margin-left: 50%;
        transform: translateX(-50%);
    } */

    /* 专业高效，提升货运效率 */
    .profession .profession_info ul li {
        width: 32%;
        font-size: 27px;
    }

    .profession .profession_info>div {
        margin-top: 80px;
    }

    .profession .map {
        margin-top: 20px;
    }

    .profession .map .container>div:first-child {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    .profession .map .container .map_info {
        margin: 0 auto;
        font-size: 30px !important;
    }

    .profession .map .container .map_img {
        width: 100%;
        margin-right: 0;
    }

    .profession .map .container .map_title {
        margin-top: 10px;
        margin-bottom: 10px !important;
    }

    /* 企业合作 */
    .cooperation ul li {
        width: 45%;
        margin: 0 4%;
    }

    .cooperation ul li:not(:nth-child(6n)):after {
        content: none;
    }

    .cooperation ul li:not(:nth-child(6n)):before {
        content: none;
    }

    .cooperation ul li:not(:nth-child(2n)):after {
        content: '';
        position: absolute;
        right: -24px;
        top: 20px;
        width: 2px;
        height: 90px;
        background-color: #f5f5f5;
    }

    .cooperation ul li:not(:nth-child(2n)):before {
        content: '';
        position: absolute;
        right: -24px;
        bottom: 0;
        width: 4px;
        height: 4px;
        background-color: #f5f5f5;
    }

    .cooperation ul li:nth-child(2n+1) {
        margin-left: 0;
    }

    .cooperation ul li:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width:414px) {
    .service .qyhy ul li {
        margin-top: 30px;
    }
}

@media only screen and (max-width:375px) {
    .service .ptfw ul li {
        margin-top: 40px;
    }

    .service .qyhy ul li {
        margin-top: 20px;
    }
}

@media only screen and (max-width:360px) {
    .freight_plan ul li .tl {
        font-size: 20px;
    }
}

@media only screen and (max-width:320px) {
    .wap .wap_con .wap_logo {
        width: 26%;
    }

    .wap .wap_con .wap_h {
        width: 70%;
    }

    .service .ptfw ul li {
        margin-top: 30px;
    }

    .service .qyhy ul li {
        margin-top: 20px;
    }

    .freight_plan ul li .p2 {
        font-size: 14px;
    }

    .profession .profession_info ul li {
        font-size: 20px;
    }

    .profession .profession_info ul li>p:last-child {
        font-size: 14px;
    }
}