﻿@charset "UTF-8";
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
fieldset, img, input, button ,select{
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
ul, ol {
    list-style: none;
}
input , button{
    padding-top: 0;
    padding-bottom: 0;
    font-family: "微软雅黑";
}
button{
    cursor:pointer;
    background: transparent;
}
select, input {
    vertical-align: middle;
}
select, input, textarea {
    font-size: 12px;
    margin: 0;
    background: transparent;
}
textarea {
    resize: none;
    font-family: "Microsoft YaHei";
    outline-style: none;
}
img {
    border: 0;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
body {
    font: 14px/150% "微软雅黑"!important;
    color: #000;
    overflow-x: hidden;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1; /*IE/7/6*/
}
.f-l{
    float: left;
}
.f-r{
    float: right;
}
a {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
em ,i , u{
    font-style: normal;
    text-decoration: none;
}
.inner{
    width: 1230px;
    box-sizing: border-box;
    margin: 0 auto;
}

/*   index   */
.header{
    width: 100%;
    height: 76px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-image: linear-gradient(to right,#742aaf,#6c25af);
}
.header>img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.header_con{
    width: 1390px;
    position: relative;
    z-index: 1;
}
.logo{
    float: left;
    width: 126px;
    line-height: 76px;
}
.logo img{
    height: 54px;
}
.nav a{
    float: left;
    font-size: 12px;
    line-height: 75px;
    color: #fff;
    text-align: center;
    width: 120px;
    box-sizing: border-box;
    border-bottom: 1px solid transparent;
}
.nav a.on,
.nav a:hover{
    background-color: #fdba23;
    border-color: #fff;
}
.header_con_right a{
    float: left;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #fff;
    margin: 26px 12px 0 0;
    padding: 0 12px;
}
.header_con_right p{
    float: left;
    font-size: 12px;
    line-height: 76px;
    color: #9971be;
}
.swiper {
    width: 100%;
    height: 100vh;
}

.swiper .swiper-container {
    width: 100%;
    height: 100%;
}

.swiper .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.swiper .swiper-pagination {
    width: 14px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 60px;
    transform: none;
    display: flex;
    align-items: center;
}

.swiper .swiper-pagination span {
    width: 14px;
    height: 14px;
    margin: 20px 0;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
}

.swiper .swiper-pagination span.swiper-pagination-bullet-active {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #542084;
}

.swiper .swiper-container .swiper-slide:first-child{
    padding-top: 76px;
}

.swiper .swiper-container .swiper-slide:last-child{
    overflow-y: auto;
}

.banner {
    height: 100%;
    overflow: hidden;
}

.banner .swiper-slide>img {
    width: 1920px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.banner .banner-pagination {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 57px;
    transform: none;
    display: flex;
    justify-content: center;
    z-index: 99;
}

.banner .banner-pagination span {
    width: 82px;
    height: 5px;
    margin: 0 15px;
    border-radius: 0%;
    background: #fff;
    opacity: 1;
}

.banner .banner-pagination span.swiper-pagination-bullet-active {
    background: #fdba23;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner_txt{
    width: 100%;
    height: 320px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -220px;
}
.banner_txt h3{
    font-size: 64px;
    line-height: 64px;
    color: #fff;
    font-weight: bold;
}
.banner_txt h4{
    font-size: 24px;
    line-height: 70px;
    color: #fff;
}
.banner_txt>img{
    height: 102px;
}
.banner_txt h5{
    font-size: 16px;
    line-height: 72px;
    color: #fff;
}
.Logistics_business{
    height: 100%;
    background-color: #e1dbcc;
}
.title{
    text-align: center;
    padding: 116px 0 14px;
}
.title h3{
    font-size: 24px;
    line-height: 48px;
    color: #333;
    font-family: "SimSun";
    font-weight: bold;
}
.title p{
    font-size: 34px;
    line-height: 58px;
    color: #333;
    font-weight: bold;
}
.Logistics_business_con{
    width: 1190px;
    height: 600px;
    background: url(../images/bg4.png) no-repeat 46px 36px;
    background-size: auto 511px;
    position: relative;
}
.Logistics_business_con li{
    position: absolute;
    box-sizing: border-box;
    cursor: pointer;
}
.Logistics_business_con li>img{
    width: 100%;
    height: 100%;
}
.Logistics_business_con li:nth-child(1){
    width: 198px;
    height: 198px;
    top: 244px;
    left: 0;
}
.Logistics_business_con li:nth-child(2){
    width: 344px;
    height: 344px;
    top: 66px;
    left: 222px;
    animation-delay: .1s;
}
.Logistics_business_con li:nth-child(3){
    width: 217px;
    height: 217px;
    top: 420px;
    left: 334px;
    animation-delay: .2s;
}
.Logistics_business_con li:nth-child(4){
    width: 219px;
    height: 219px;
    top: 0;
    left: 590px;
    animation-delay: .3s;
}
.Logistics_business_con li:nth-child(5){
    width: 343px;
    height: 343px;
    top: 262px;
    left: 564px;
    animation-delay: .4s;
}
.Logistics_business_con li:nth-child(6){
    width: 253px;
    height: 253px;
    top: 166px;
    right: 0;
    animation-delay: .5s;
}
.Logistics_business_con li:nth-child(2) .Logistics_business_con_txt{
    padding-top: 120px;
}
.Logistics_business_con li:nth-child(3) .Logistics_business_con_txt{
    padding-top: 56px;
}
.Logistics_business_con li:nth-child(4) .Logistics_business_con_txt{
    padding-top: 60px;
}
.Logistics_business_con li:nth-child(5) .Logistics_business_con_txt{
    padding-top: 114px;
}
.Logistics_business_con li:nth-child(6) .Logistics_business_con_txt{
    padding-top: 76px;
}
.Logistics_business_con_txt{
    width: 100%;
    height: 100%;
    background: rgba(0,102,255,.7);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    box-sizing: border-box;
    border-radius: 50%;
    display: none;
}
.Logistics_business_con_txt h3{
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
}
.Logistics_business_con_txt h4{
    font-size: 18px;
    line-height: 58px;
    color: #fff;
}
.Logistics_business_con_txt a{
    display: block;
    font-size: 12px;
    line-height: 24px;
    border-radius: 2px;
    border: 1px solid #fff;
    text-align: center;
    width: 86px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}
.Logistics_business_con li:hover .Logistics_business_con_txt{
    display: block;
}
.more_btn{
    display: block;
    font-size: 26px;
    line-height: 130px;
    text-align: center;
    color: #333;
    font-weight: bold;
}
.Value_added_services{
    height: 100%;
    background-color: #e9e9e9;
}
.Value_added_services_con{
    background: url(../images/bg5.png) no-repeat left bottom;
    background-size: 93% auto;
    padding: 0 34px;
    margin-top: 18px;
}
.Value_added_services_con li{
    float: left;
    margin-left: 50px;
    background-color: #fff;
    width: 320px;
    height: 660px;
    box-sizing: border-box;
    padding: 94px 38px 0;
}
.Value_added_services_con li>img{
    height: 88px;
    display: block;
    margin: 0 auto;
}
.Value_added_services_con li h3{
    font-size: 30px;
    line-height: 74px;
    color: #4d4d4d;
    font-weight: bold;
    text-align: center;
    padding-bottom: 22px;
    background: url(../images/line1.png) no-repeat center bottom;
    background-size: 42px 5px;
}
.Value_added_services_con li p{
    font-size: 14px;
    line-height: 28px;
    height: 260px;
    color: #808080;
    margin-top: 40px;
}
.Value_added_services_con li a{
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    text-align: center;
    width: 106px;
    border-radius: 2px;
    border: 1px solid #000;
    margin: 6px auto 0;
}
.Value_added_services_con li a:hover{
    background-color: #fdba23;
    border-color: #fdba23;
    color: #fff;
}
.kf_center{
    height: 100%;
    background-color: #e4ded0;
}
.kf_center .swiper-container{
    margin-top: 18px;
    width: 1100px;
}
.kf_center .swiper-container .swiper-slide{
    background-color: #fff;
    height: 638px;
    box-sizing: border-box;
    padding: 10px 27px 0;
}
.kf_center .swiper-container .swiper-slide h3{
    font-size: 24px;
    line-height: 56px;
    color: #4d4d4d;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #4d4d4d;
}
.kf_center .swiper-container .swiper-slide h4{
    font-size: 12px;
    line-height: 28px;
    color: #999;
    text-align: center;
}
.kf_center .swiper-container .swiper-slide >img{
    width: 100%;
    margin: 12px 0 20px;
}
.kf_center .swiper-container .swiper-slide p{
    font-size: 12px;
    line-height: 22px;
    color: #4d4d4d;
}
.kf_center .swiper-container .swiper-slide p:nth-child(4){
    text-indent: 2em;
}
.kf_center .swiper-container .swiper-slide a{
    display: block;
    text-align: right;
    font-size: 18px;
    line-height: 82px;
    color: #fdba23;
    padding-right: 24px;
    position: absolute;
    bottom: 0;
    right: 30px;
    background: url(../images/look_more.png) no-repeat right center;
    background-size: auto 17px;
}
.kf_center .swiper-container .swiper-button-prev{
    left: 35px;
    width: 40px;
    height: 76px;
    margin-top: -38px;
    background-size: 100% 100%;
}
.kf_center .swiper-container .swiper-button-next{
    right: 35px;
    width: 40px;
    height: 76px;
    margin-top: -38px;
    background-size: 100% 100%;
}
.International_logistics{
    height: 100%;
    background-color: #ededed;
}
.International_logistics_con{
    text-align: center;
    margin-top: 18px;
}
.International_logistics_con>img{
    width: 100%;
}
.International_logistics_con p{
    padding: 0 54px;
    margin-top: 10px;
    font-size: 22px;
    line-height: 40px;
    color: #333;
}
.footer{
    background-color: #542084;
    color: #7d3eb8;
}
.footer_left{
    float: left;
    padding-top: 50px;
}
.footer_left h3{
    font-size: 34px;
    line-height: 64px;
    font-weight: bold;
}
.footer_left h3 span{
    font-size: 16px;
}
.footer_left p{
    font-size: 12px;
    line-height: 30px;
}
.footer_left h4{
    margin-top: 32px;
    overflow: hidden;
}
.footer_left h4>img{
    float: left;
    width: 78px;
    height: 78px;
    margin-right: 16px;
}
.footer_left h4 span{
    float: left;
    padding: 9px 0;
}
.footer_left h4 span i{
    display: block;
    font-size: 12px;
    line-height: 30px;
}
.footer_left>img{
    display: block;
    height: 54px;
    margin-top: 20px;
}
.footer_right{
    float: right;
}
.footer_right li{
    float: left;
    margin-left: 120px;
    padding-top: 58px;
}
.footer_right li h3{
    font-size: 24px;
    line-height: 73px;
    font-weight: bold;
}
.footer_right li a{
    display: block;
    font-size: 12px;
    line-height: 30px;
    font-weight: bold;
    color: #7d3eb8;
}
.footer_right li a:hover{
    color: #fff;
}
.footer_bottom{
    text-align: center;
    font-size: 12px;
    line-height: 84px;
}
/* 设置滚动条的样式 */
.swiper .swiper-container .swiper-slide:last-child::-webkit-scrollbar {
    width: 0;
}

/*   FBA物流业务   */
.header.bg1{
    background: rgba(86,0,166,.8);
}
.header.bg2{
    background: rgba(86,0,166,1);
}
.logistics_banner{
    height: 300px;
    position: relative;
    /*overflow: hidden;*/
}
.logistics_banner>img{
    width: 1920px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
.Special_line{
    margin: 35px auto 26px;
}
.Special_line_nav{
    float: left;
    width: 220px;
    min-height: 820px;
    border-right: 1px solid #e1e9eb;
    box-sizing: border-box;
}
.Special_line_nav a{
    display: block;
    font-size: 14px;
    line-height: 49px;
    color: #333;
    padding: 0 20px;
}
.Special_line_nav a.on,
.Special_line_nav a:hover{
    color: #fff;
    background-color: #fdba23;
}
.Special_line_con{
    float: left;
    width: 1010px;
    box-sizing: border-box;
    padding: 0 14px 0 40px;
}
.Special_line_con h2{
    font-size: 30px;
    line-height: 49px;
    color: #333;
    font-weight: bold;
}
.Special_line_con_list{
    padding-bottom: 80px;
}
.Special_line_con_list li{
    margin-bottom: 30px;
    color: #333;
}
.Special_line_con_list li h3{
    font-size: 24px;
    line-height: 72px;
    font-weight: bold;
}
.Special_line_con_list li h4{
    font-size: 14px;
    line-height: 28px;
}
.Special_line_con_list li h5{
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    margin-top: 16px;
}
.Special_line_con_list li p{
    font-size: 14px;
    line-height: 28px;
}

/*   关于柏顺   */
.logistics_banner_con{
    width: 1230px;
    height: 300px;
    box-sizing: border-box;
    padding-top: 138px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -615px;
}
.logistics_banner_con h3{
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
}
.logistics_banner_con p{
    font-size: 22px;
    line-height: 40px;
    font-weight: bold;
}
.about_us{
    padding: 100px 0 190px;
}
.about_us_tab a{
    float: left;
    width: 25%;
    font-size: 18px;
    line-height: 18px;
    color: #46566b;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.about_us_tab a:after{
    content: "/";
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
}
.about_us_tab a:last-child:after{
    display: none;
}
.tit{
    padding: 106px 0 20px;
    text-align: center;
}
.tit h3{
    font-size: 30px;
    line-height: 46px;
    color: #1a1a1a;
    font-weight: bold;
}
.tit p{
    font-size: 18px;
    line-height: 34px;
    color: #999999;
}
.about_us_info>img{
    display: block;
    margin: 0 auto 30px;
    max-width: 100%;
}
.about_us_info>p{
    font-size: 18px;
    line-height: 36px;
    color: #333;
    text-indent: 2em;
}
.about_us_info>p span{
    font-weight: bold;
}
.Corporate_Culture li{
    float: left;
    width: 25%;
    position: relative;
    cursor: pointer;
}
.Corporate_Culture li img{
    display: block;
    width: 100%;
}
.Corporate_Culture_txt{
    width: 100%;
    height: 100%;
    background: rgba(0,126,255,.9);
    box-sizing: border-box;
    padding: 26px 70px 0;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    opacity: 0;
    transition: all .5s;
}
.Corporate_Culture_txt h3{
    font-size: 30px;
    line-height: 92px;
    font-weight: bold;
    background: url(../images/line2.png) no-repeat left bottom;
    background-size: 81px 7px;
    margin-bottom: 40px;
}
.Corporate_Culture_txt p{
    font-size: 16px;
    line-height: 32px;
}
.Corporate_Culture li:hover .Corporate_Culture_txt{
    opacity: 1;
}
.Corporate_Culture_list{
    margin-top: 30px;
    height: 353px;
    background: url(../images/bg1.png) no-repeat left top;
    background-size: 100% auto;
    padding: 0 130px;
}
.Corporate_Culture_list li{
    overflow: hidden;
}
.Corporate_Culture_list li span{
    float: left;
    width: 90px;
    font-size: 28px;
    line-height: 50px;
    color: #333;
    font-weight: bold;
}
.Corporate_Culture_list li p{
    float: left;
    width: 880px;
    font-size: 18px;
    line-height: 36px;
    color: #333;
    padding: 7px 0;
}

/*   国际物流业务   */
.International_logistics2{
    height: auto;
    padding-bottom: 50px;
    background-color: #fff;
}
.our_partners{
    padding-bottom: 70px;
}
.our_partners .about_us_info>img{
    margin: 30px 0 60px;
}
.our_partners .about_us_info>p{
    text-align: center;
    text-indent: 0em;
    padding: 0 70px;
}

/*   客服中心   */
.Experience_mail li{
    padding: 20px 0 30px;
}
.Experience_mail li h3{
    font-size: 20px;
    line-height: 50px;
    color: #333;
    font-weight: bold;
    padding: 0 20px;
    background-color: #ebe2d1;
    border-left: 5px solid #fdba23;
    margin-bottom: 26px;
}
.Experience_mail li h3 i{
    float: right;
    font-size: 14px;
    color: #999;
}
.Experience_mail_con{
    overflow: hidden;
}
.Experience_mail_con>img{
    float: left;
    width: 185px;
    height: 124px;
}
.Experience_mail_con_txt{
    float: right;
    width: 760px;
}
.Experience_mail_con_txt p{
    font-size: 18px;
    line-height: 30px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.Experience_mail_con_txt a{
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #005bd8;
    margin-top: 22px;
}
.pages{
    text-align: center;
}
.pages a{
    display: inline-block;
    font-size: 18px;
    line-height: 118px;
    color: #4d4d4d;
    width: 180px;
    text-align: center;
}

/*   联系我们   */
.Contact_us{
    margin-top: 30px;
}
.Contact_us>img{
    float: left;
    width: 608px;
    height: 405px;
}
.Contact_us_con{
    float: right;
    width: 550px;
    padding-top: 20px;
}
.Contact_us_con h3{
    font-size: 24px;
    line-height: 44px;
    color: #333;
    font-weight: bold;
}
.Contact_us_con h4{
    font-size: 14px;
    line-height: 34px;
    color: #333;
    margin-bottom: 30px;
}
.Contact_us_con p{
    font-size: 14px;
    line-height: 30px;
    color: #808080;
}
.Contact_us_con>img{
    height: 77px;
    margin-top: 20px;
}
.map{
    padding-bottom: 80px;
}
#dituContent{
    height: 696px;
    border:#ccc solid 1px;
}

/*   人才招聘   */
.logistics_banner_nav{
    width: 956px;
    height: 114px;
    background-color: #fdba23;
    position: absolute;
    bottom: -58px;
    left: 50%;
    margin-left: -478px;
    z-index: 1;
}
.logistics_banner_nav a{
    float: left;
    width: 25%;
    height: 100%;
    padding: 20px 0 0 32px;
    box-sizing: border-box;
    overflow: hidden;
}
.logistics_banner_nav a:nth-child(2n){
    background-color: #ff890b;
}
.logistics_banner_nav a>img{
    float: left;
    width: 44px;
    margin: 16px 24px 0 0;
}
.logistics_banner_nav_con{
    float: left;
    width: 110px;
    color: #fff;
}
.logistics_banner_nav_con h3{
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
}
.logistics_banner_nav_con p{
    font-size: 12px;
    line-height: 16px;
    margin-top: 6px;
}
.manager_intr{
    display: none;
    margin-top: 100px;
}
.manager_intr.active{
    display: block;
}
.manager_intr>img{
    float: left;
    width: 615px;
    height: 801px;
}
.manager_intr_con{
    float: right;
    width: 564px;
}
.manager_intr_con>h3{
    font-size: 24px;
    line-height: 68px;
    color: #333;
    font-weight: bold;
    background: url(../images/line1.png) no-repeat left bottom;
    background-size: 47px 4px;
}
.manager_intr_con>h3 span{
    margin-left: 26px;
    font-size: 16px;
    font-weight: normal;
}
.manager_intr_con_ul li{
    margin-top: 24px;
    color: #333;
}
.manager_intr_con_ul li h4{
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
}
.manager_intr_con_ul li p{
    font-size: 14px;
    line-height: 32px;
}
.Concept{
    padding-bottom: 84px;
}
.Concept h3{
    font-size: 18px;
    line-height: 32px;
    color: #333;
    font-weight: bold;
    text-indent: 2em;
}
.Concept>img{
    margin: 36px auto 0;
}


@media screen and (min-width: 1441px) and (max-width: 1680px) {
    .index_body .inner{
        width: 1000px;
    }
    .header .header_con{
        width: 1390px;
    }
    .banner .swiper-slide>img {
        width: 1680px;
        margin-left: -840px;
    }
    .banner .banner-pagination{
        bottom: 40px;
    }
    .banner_txt{
        height: 280px;
        margin-top: -180px;
    }
    .banner_txt>img{
        height: 86px;
    }
    .banner_txt h3{
        font-size: 54px;
        line-height: 54px;
    }
    .banner_txt h4{
        font-size: 20px;
        line-height: 58px;
    }
    .banner_txt h5{
        font-size: 14px;
        line-height: 62px;
    }
    .title{
        padding: 90px 0 10px;
    }
    .Logistics_business_con{
        width: 990px;
        height: 530px;
        background: url(../images/bg4.png) no-repeat 46px 36px;
        background-size: auto 420px;
    }
    .Logistics_business_con li>img{
        width: 100%;
        height: 100%;
    }
    .Logistics_business_con li:nth-child(1){
        width: 166px;
        height: 166px;
        top: 200px;
        left: 0;
    }
    .Logistics_business_con li:nth-child(2){
        width: 288px;
        height: 288px;
        top: 52px;
        left: 188px;
    }
    .Logistics_business_con li:nth-child(3){
        width: 182px;
        height: 182px;
        top: 350px;
        left: 280px;
    }
    .Logistics_business_con li:nth-child(4){
        width: 184px;
        height: 184px;
        top: 0;
        left: 490px;
    }
    .Logistics_business_con li:nth-child(5){
        width: 286px;
        height: 286px;
        top: 216px;
        left: 474px;
    }
    .Logistics_business_con li:nth-child(6){
        width: 214px;
        height: 214px;
        top: 140px;
        right: 0;
    }
    .Logistics_business_con li:nth-child(2) .Logistics_business_con_txt{
        padding-top: 90px;
    }
    .Logistics_business_con li:nth-child(3) .Logistics_business_con_txt{
        padding-top: 42px;
    }
    .Logistics_business_con li:nth-child(4) .Logistics_business_con_txt{
        padding-top: 44px;
    }
    .Logistics_business_con li:nth-child(5) .Logistics_business_con_txt{
        padding-top: 88px;
    }
    .Logistics_business_con li:nth-child(6) .Logistics_business_con_txt{
        padding-top: 56px;
    }
    .Logistics_business_con_txt h3{
        font-size: 28px;
        line-height: 28px;
    }
    .Logistics_business_con_txt h4{
        font-size: 16px;
        line-height: 48px;
    }
    .Logistics_business_con_txt a{
        line-height: 20px;
        width: 80px;
    }
    .more_btn{
        display: block;
        font-size: 26px;
        line-height: 30px;
    }
    .Value_added_services_con{
        padding: 0 30px;
        margin-top: 12px;
        background: url(../images/bg5.png) no-repeat left bottom;
        background-size: 96% auto;
    }
    .Value_added_services_con li{
        margin-left: 40px;
        width: 270px;
        height: 520px;
        padding: 72px 32px 0;
    }
    .Value_added_services_con li>img{
        height: 72px;
    }
    .Value_added_services_con li h3{
        font-size: 24px;
        line-height: 60px;
        color: #4d4d4d;
        padding-bottom: 20px;
    }
    .Value_added_services_con li p{
        font-size: 12px;
        line-height: 24px;
        height: 200px;
        margin-top: 30px;
    }
    .Value_added_services_con li a{
        font-size: 14px;
        line-height: 28px;
        width: 100px;
        margin: 6px auto 0;
    }
    .kf_center .swiper-container{
        margin-top: 12px;
        width: 100%;
    }
    .kf_center .swiper-container .swiper-slide{
        height: 544px;
        padding: 6px 24px 0;
    }
    .kf_center .swiper-container .swiper-slide h3{
        font-size: 20px;
        line-height: 48px;
    }
    .kf_center .swiper-container .swiper-slide h4{
        font-size: 12px;
        line-height: 22px;
    }
    .kf_center .swiper-container .swiper-slide >img{
        width: 100%;
        margin: 10px 0 10px;
    }
    .kf_center .swiper-container .swiper-slide p{
        font-size: 12px;
        line-height: 18px;
    }
    .kf_center .swiper-container .swiper-slide a{
        font-size: 14px;
        line-height: 60px;
        padding-right: 20px;
        background: url(../images/look_more.png) no-repeat right center;
        background-size: auto 12px;
    }
    .kf_center .swiper-container .swiper-button-prev{
        left: 30px;
        width: 34px;
        height: 62px;
        margin-top: -31px;
        background-size: 100% 100%;
    }
    .kf_center .swiper-container .swiper-button-next{
        right: 30px;
        width: 34px;
        height: 62px;
        margin-top: -31px;
        background-size: 100% 100%;
    }
    .International_logistics_con{
        margin-top: 12px;
    }
    .International_logistics_con p{
        padding: 0 44px;
        margin-top: 10px;
        font-size: 20px;
        line-height: 36px;
    }
    .footer .inner{
        width: 1230px;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1440px) {
    .index_body .inner{
        width: 880px;
    }
    .header .header_con{
        width: 100%;
        padding: 0 20px;
    }
    .swiper .swiper-pagination span{
        margin: 10px 0;
    }
    .banner .swiper-slide>img {
        width: 1440px;
        margin-left: -720px;
    }
    .banner .banner-pagination{
        bottom: 30px;
    }
    .banner_txt{
        height: 220px;
        margin-top: -150px;
    }
    .banner_txt>img{
        height: 72px;
    }
    .banner_txt h3{
        font-size: 48px;
        line-height: 48px;
    }
    .banner_txt h4{
        font-size: 18px;
        line-height: 48px;
    }
    .banner_txt h5{
        font-size: 12px;
        line-height: 50px;
    }
    .title{
        padding: 100px 0 10px;
    }
    .title h3{
        font-size: 18px;
        line-height: 32px;
    }
    .title p{
        font-size: 26px;
        line-height: 42px;
    }
    .Logistics_business_con{
        width: 844px;
        height: 430px;
        background: url(../images/bg4.png) no-repeat 46px 36px;
        background-size: 75% 320px;
    }
    .Logistics_business_con li>img{
        width: 100%;
        height: 100%;
    }
    .Logistics_business_con li:nth-child(1){
        width: 140px;
        height: 140px;
        top: 160px;
        left: 0;
    }
    .Logistics_business_con li:nth-child(2){
        width: 230px;
        height: 230px;
        top: 30px;
        left: 166px;
    }
    .Logistics_business_con li:nth-child(3){
        width: 154px;
        height: 154px;
        top: 270px;
        left: 240px;
    }
    .Logistics_business_con li:nth-child(4){
        width: 160px;
        height: 160px;
        top: 0;
        left: 400px;
    }
    .Logistics_business_con li:nth-child(5){
        width: 230px;
        height: 230px;
        top: 184px;
        left: 404px;
    }
    .Logistics_business_con li:nth-child(6){
        width: 180px;
        height: 180px;
        top: 120px;
        right: 0;
    }
    .Logistics_business_con li:nth-child(2) .Logistics_business_con_txt{
        padding-top: 76px;
    }
    .Logistics_business_con li:nth-child(3) .Logistics_business_con_txt{
        padding-top: 36px;
    }
    .Logistics_business_con li:nth-child(4) .Logistics_business_con_txt{
        padding-top: 36px;
    }
    .Logistics_business_con li:nth-child(5) .Logistics_business_con_txt{
        padding-top: 76px;
    }
    .Logistics_business_con li:nth-child(6) .Logistics_business_con_txt{
        padding-top: 46px;
    }
    .Logistics_business_con_txt h3{
        font-size: 22px;
        line-height: 22px;
    }
    .Logistics_business_con_txt h4{
        font-size: 14px;
        line-height: 42px;
    }
    .Logistics_business_con_txt a{
        line-height: 20px;
        width: 80px;
    }
    .more_btn{
        display: block;
        font-size: 20px;
        line-height: 20px;
    }
    .Value_added_services_con{
        padding: 0 24px;
        margin-top: 12px;
        background: url(../images/bg5.png) no-repeat left bottom;
        background-size: 93% auto;
    }
    .Value_added_services_con li{
        margin-left: 36px;
        width: 230px;
        height: 440px;
        padding: 66px 28px 0;
    }
    .Value_added_services_con li>img{
        height: 64px;
    }
    .Value_added_services_con li h3{
        font-size: 22px;
        line-height: 54px;
        color: #4d4d4d;
        padding-bottom: 16px;
        background-size: 32px 4px;
    }
    .Value_added_services_con li p{
        font-size: 12px;
        line-height: 20px;
        height: 180px;
        margin-top: 12px;
    }
    .Value_added_services_con li a{
        font-size: 12px;
        line-height: 24px;
        width: 90px;
        margin: 6px auto 0;
    }
    .kf_center .swiper-container{
        margin-top: 10px;
        width: 100%;
    }
    .kf_center .swiper-container .swiper-slide{
        height: 450px;
        padding: 6px 24px 0;
    }
    .kf_center .swiper-container .swiper-slide h3{
        font-size: 16px;
        line-height: 32px;
    }
    .kf_center .swiper-container .swiper-slide h4{
        font-size: 12px;
        line-height: 22px;
    }
    .kf_center .swiper-container .swiper-slide >img{
        width: 100%;
        margin: 6px 0 6px;
    }
    .kf_center .swiper-container .swiper-slide p{
        font-size: 12px;
        line-height: 16px;
    }
    .kf_center .swiper-container .swiper-slide a{
        font-size: 14px;
        line-height: 40px;
        padding-right: 20px;
        background: url(../images/look_more.png) no-repeat right center;
        background-size: auto 12px;
    }
    .kf_center .swiper-container .swiper-button-prev{
        left: 30px;
        width: 30px;
        height: 54px;
        margin-top: -27px;
        background-size: 100% 100%;
    }
    .kf_center .swiper-container .swiper-button-next{
        right: 30px;
        width: 30px;
        height: 54px;
        margin-top: -27px;
        background-size: 100% 100%;
    }
    .International_logistics_con{
        margin-top: 12px;
    }
    .International_logistics_con p{
        padding: 0 40px;
        font-size: 14px;
        line-height: 20px;
        margin-top: 4px;
    }
    .footer .inner{
        width: 1230px;
    }

    /*   关于柏顺   */
    .Corporate_Culture_txt h3{
        font-size: 26px;
        line-height: 84px;
        margin-bottom: 30px;
    }
    .Corporate_Culture_txt p{
        font-size: 14px;
        line-height: 28px;
    }
}