

/* 关于我们 */
.about {
    background: url(../images/about.jpg)no-repeat center top;
    margin-top: 79px;
    padding-top: 50px;

}

.about .p1 {
    text-align: center;
    font-size: 100px;
    opacity: 0.2;
    color: #fff;
    font-family: Impact;
    line-height: 100px;
    text-transform: uppercase;
}

.about .p2 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin-top: -150px;
}

.about .p3 {
    width: 117px;

    height: 3px;
    background: #fff;
    margin: 0 auto;
    margin-top: 20px;
}

.about .p4 {
    font-size: 17px;
    line-height: 36px;
    color: #fff;
    padding: 0 46px;
    text-align: center;
    margin-top: 33px;
}

.about .abam {
    display: block;
    width: 141px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
    font-size: 16px;
    background: #23ac38;
    margin: 0 auto;
    margin-top: 33px;
}

.about .abam:hover {
    background: #2d7859;
}

.about .abb {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.about .ablb {
    background: #fff;
    padding: 30px 30px;
    margin-top: 80px;
}

.about .ablb .abimg {
    /*margin: 0 10%;*/
    border: 1px solid #d2d1d1;
    transition: all 0.5s;
    box-sizing: border-box;
}

.about .ablb .abimg:hover {
    border: 1px solid #2b5c9f;
}

.about .ablb .abimg img{
    width: 100%;
}
.ablb_www{
    overflow: hidden;
}
/* 公司渠道 */
.gsqd {
    margin-top: 83px;
}

.gs .hd ul {
    max-width: 333px;
    margin: 0 auto;
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
}

.gs .hd ul li {
    width: 148px;
    line-height: 48px;
    border: 1px solid #858585;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.gs .hd ul li a {
    color: #333333;
}

.gs .hd ul li.on {
    background: #2b5c9f;
    border: 1px solid #2b5c9f;
}

.gs .hd ul li.on a {
    color: #fff;
}

.bd1 {
    margin: 0 14.5px;
}

.gs .bd {
    margin-top: 39px;
}

.bdlb {
    margin-left: -14.5px;
    margin-right: -14.5px;
}

.bdimg {
    border: 2px solid #fff;
    transition: all 0.5s;
    overflow: hidden;
    border-radius: 2px;
}

.bd1 p {
    transition: all 0.5s;
    color: #333333;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    margin-top: 30px;
}

.bd1:hover p {
    color: #2b5c9f;
}

.bd1:hover .bdimg {
    border: 2px solid #2b5c9f;
}

.bd1 .bdimg img {
    width: 100%;

    transition: all 0.8s;
}

.bd1:hover .bdimg img {
    transition: all 0.8s;
    transform: scale(1.15);
}

/* 仓储物流 */
.ccwl {
    background: url(../images/ccwl.jpg)no-repeat center;
    padding-top: 63px;
    margin-top: 70px;
    padding-bottom: 103px;
}

.ccwl .bt {
    background: url(../images/bt2.png)no-repeat bottom center;
}

.ccwl .bt .pt1,
.ccwl .bt .pt2,
.ccwl .bt .pt3 {
    color: #fff;
}

.qh2 .hd ul {
    max-width: 330px;
    margin: 0 auto;
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
}

.qh2 .hd ul li {
    width: 150px;
    line-height: 49px;
    border: none;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background: #fff;
}

.qh2 .hd ul li a {
    color: #333333;
}

.qh2 .hd ul li.on {
    background: #daa422;
    border: none;
}

.qh2 .bdimg {
    border: 2px solid rgb(255, 255, 255, 0);

}

.qh2 .bd1:hover .bdimg {
    border: 2px solid rgb(255, 255, 255, 1);
}

/* 新闻中心 */
.news {
    margin-top: 84px;
}

.zdxw {
    margin-top: 52px;
}

.zdxw a {
    display: flex;
    justify-content: space-between;
}

.zdl {
    width: 37.826%;
    overflow: hidden;
}

.zdl img {
    width: 100%;
    transition: all 0.8s;
}

.zdxw:hover .zdl img {
    transition: all 0.8s;
    transform: scale(1.15);
}

.zdr {
    background: #f1f1f1;
    width: 62.124%;
    padding-top: 63px;
    padding-left: 50px;
    padding-right: 37px;
}

.zdr .p1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    transition: all 0.5s;
}

.zdxw:hover .zdr .p1 {
    color: #2b5c9f;
}

.zdr .p2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    margin-top: 25px;
}

.zdr .p3 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.zdr .p3 .nt {
    font-size: 14px;
    color: #acacac;
    line-height: 14px;
    padding-top: 19px;
}

.zdr .p3 .lj {
    width: 130px;
    line-height: 46px;
    background: #2b5c9f;
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
    text-align: center;
}

.zdr .p3 .lj:hover {
    background: #daa422;
}

.tjxw {
    margin-left: -17.5px;
    margin-right: -17.5px;
    margin-top: 52px;
}

.n {
    background: #f1f1f1;
    margin: 0 17.5px;
    padding-top: 58px;
    padding-bottom: 48px;
}

.nl {
    width: 60px;
    height: 107px;
    background: #333333;
    color: #fff;
    text-align: center;
    padding-top: 25px;
    margin-top: 10px;
    transition: all 0.3s;
}

.n1:hover .nl {
    background: #2b5c9f;
}

.nl .p1 {
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    font-weight: 600;
}

.nl .p2 img {
    width: auto !important;
    display: inline-block;
}

.nl .p3 {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}

.nr {
    width: calc(100% - 60px);
    padding-left: 13px;
    padding-right: 28px;

}

.nr .p1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    transition: all 0.5s;
}

.n1:hover .nr .p1 {
    color: #2b5c9f;
}

.nr .p2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    color: #ababab;
    margin-top: 27px;

}

/* 友情链接 */
.yqlj {
    margin-top: 62px;
    margin-bottom: 53px;
}

.yqlj .p1 {
    font-size: 20px;
    line-height: 20px;
    color: #0f0e0e;
    padding-bottom: 14px;
    font-weight: 600;
    background: url(../images/yqlj1.png)no-repeat left bottom;
}

.yqlj .p1 span {
    color: #a9a9a9;
}

.yqlj .p2 {
    margin-top: 11px;
}

.yqlj .p2 a {
    color: #666666;
    font-size: 14px;
    line-height: 20px;

}

.yqlj .p2 a:last-child span {
    display: none;
}

.yqlj .p2 a:hover {
    color: #2b5c9f;
}

.yqlj .p2 a:hover span {
    color: #666666;
}

/* 尾部 */
.fb2 {
    display: flex;
    justify-content: space-between;
    padding-top: 66px;

}

.fb1 {
    background: url(../images/foot.png)no-repeat center top;
    padding-bottom: 75px;
}

.fb2 .d1 .p1 {
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    font-weight: 600;
}

.fb2 .d1 .p2 {
    width: 14px;
    height: 1px;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 14px;
}

.fb2 .d1 ul li {
    font-size: 14px;
    line-height: 14px;
}

.fb2 .d1 ul li a {
    color: #fff;
}

.fb2 .d1 ul li a:hover {
    opacity: 0.8;
}

.fb2 .d1 ul li+li {
    margin-top: 18px;
}

.d2 {
    width: 1px;
    height: 119px;
    background: #0040a1;
}

.d3 p:nth-child(1) {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.d3 p:nth-child(2) {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
}



.d3 p:nth-child(3),
.d3 p:nth-child(4),
.d3 p:nth-child(5) {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin-top: 14px;
}

.d4 p {
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    margin-top: 9px;
}

.fb3 {
    background: #2b5c9f;
    padding: 25px 0;
    border-top: 1px solid #557db2;
}

.fb3 p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.fb3 p a {
    color: #fff;
}

.fb3 p a:hover {
    opacity: 0.8;
}

.sjbq {
    display: none;
}

@media (max-width: 1410px) {
    .zdr {
        padding-top: 36px;
    }
}

@media (max-width: 1200px) {
    .zdr .p2 {
        margin-top: 11px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
}

@media (max-width: 990px) {
    header {
        display: none;
    }

    .x-banner,
    .page-banner {
        margin-top: 60px;
    }

    .zdxw {
        display: none;
    }

    .bt,
    .ccwl .bt {
        background: none;
    }

    .yqlj {
        display: none;
    }

    .news {
        padding-bottom: 50px;
    }

    footer {
        display: none;
    }

    
    .sjbq {
        display: block;
    }

   

    .fw {
        width: 95%;
        margin: 0 auto;
    }

    .fw .du .dul .p1 span {
        margin-right: 30px;
    }

    .fw .du .dul .sec li {
        padding-left: 10px;
        margin-bottom: 8px;
    }

    .fw .du .dul .sec {
        display: none;
    }

    .fw .du .dul .sec a {
        color: #939090;
        font-size: 12px;
    }

    .fw .du .dul p {
        border-bottom: 1px solid #7a7a7a;
        line-height: 40px;
    }

    .fw .du {
        font-size: 14px;
    }

    .sjbq {
        font-size: 12px;
        color: #bcbbbe;
        padding-top: 5px;
    }

    .sjbq a {
        color: #bcbbbe;
    }
}

@media (max-width: 768px) {
    .hotss {
        display: none;
    }
}

@media (max-width: 600px) {
    .bt .pt1 {
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        color: #284f90;
        text-align: center;
    }

    .bt .pt2 {
        font-size: 20px;
        line-height: 20px;
        font-family: Arial;
        font-weight: 600;
        color: #333333;
        text-align: center;
        text-transform: uppercase;
        margin-top: 5px;
    }

    .bt .pt3 {
        font-size: 15px;
        line-height: 18px;
        color: #666666;
        text-align: center;
        margin-top: 3px;
    }

    .jypp {
        margin-top: 40px;
    }

    .pinpai {
        margin-top: 3px;
    }

    .pp .p1 {
        margin-top: 5px;
        font-size: 15px;
    }

    .about {
        margin-top: 40px;
        padding-top: 20px;
        padding-bottom: 35px;
    }

    .about .p1 {
        font-size: 50px;
        line-height: 50px;
    }

    .about .p2 {
        font-size: 30px;
        line-height: 30px;
        text-align: center;
        font-weight: 600;
        color: #fff;
        margin-top: -37px;
    }

    .about .p4 {
        font-size: 14px;
        line-height: 26px;
        color: #fff;
        padding: 0;
        text-align: center;
        margin-top: 9px;
    }

    .about .abam {
        display: block;
        width: 120px;
        line-height: 36px;
        text-align: center;
        color: #fff;
        transition: all 0.5s;
        font-size: 14px;
        background: #2b5c9f;
        margin: 0 auto;
        margin-top: 13px;
    }

    .about .ablb {
        margin-top: 20px;
        padding: 21px 12.5px;

    }

    .about .ablb .abimg {
        /*margin: 0 5.5px;*/
    }

    .gsqd {
        margin-top: 40px;
    }

    .gs .hd ul {
        justify-content: center;
    }

    .gs .hd ul li {
        width: 110px;
        line-height: 33px;

        text-align: center;
        font-size: 14px;
        cursor: pointer;
        margin: 0 5px;
    }

    .gs .hd ul {
        margin-top: 0;
    }

    .gs .bd {
        margin-top: 18px;
    }

    .bd1 p {
        transition: all 0.5s;
        color: #333333;
        font-size: 15px;
        line-height: 15px;
        text-align: center;
        margin-top: 12px;
    }

    .ccwl {
        margin-top: 40px;
        padding-top: 23px;
        padding-bottom: 43px;
    }

    .news {
        margin-top: 40px;
    }

    .tjxw {
        margin-top: 0;
    }

    .n {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .nr .p2 {
        margin-top: 13px;
    }
}
.xypg-news-detail .xypg-detail-con p{
    font-size: 16px ! important;
}
.xypg-news-detail .xypg-detail-con p span{
    font-size: 16px ! important;
}
.page-wrap-right img{
    max-width: 100% ! important;
    height: auto ! important;
}