/* 轮播图效果修饰 */

/*.banner {*/
/*    width: 100%;*/
/*    height: 600px;*/
/*    margin: 0 auto;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/

/*.banner .swiper-wrapper {*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*}*/
/*.swiper-wap{*/
/*    display: none;*/
/*}*/

/*.banner .swiper-wrapper .swiper-slide {*/
/*    height: 600px;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: auto 100%;*/
/*}*/

/*.banner img {*/
/*    width: auto;*/
/*    height: auto;*/
/*    max-width: 100%;*/
/*    max-height: 100%;*/
/*    display: none;*/
/*}*/

/*.banner .swiper-text {*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    margin-left: -600px;*/
/*    width: 1200px;*/
/*    height: 100%;*/
/*    z-index: 2;*/
/*    color: #333;*/
/*    overflow: hidden;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*}*/

/*.banner .swiper-text .text-title {*/
/*    font-size: 48px;*/
/*    color: #FFFFFF;*/
/*}*/

/*.banner .swiper-text .text-menu {*/
/*    margin-top: 10px;*/
/*}*/

/*.banner .swiper-text .text-menu p {*/
/*    width: 70px;*/
/*    height: 30px;*/
/*    line-height: 30px;*/
/*    display: inline-block;*/
/*    text-align: center;*/
/*    margin-right: 20px;*/
/*    background: #E1E4EB;*/
/*    color: #000;*/
/*    border-radius: 2px;*/
/*}*/

.title h2 {
    font-size: 32px;
    line-height: 38px;
    color: #333333;
    margin-bottom: 8px;
    margin-top: 0;
    font-weight: normal;
}

.title p {
    color: #999999;
    font-size: 16px;
    line-height: 19px;
}


/* 产品服务修饰 */

.pro-service {
    width: 1280px;
    margin: auto;
    overflow: hidden;
    padding: 40px;
    max-width: 100%;
}

.pro-service .title {
    text-align: center;
}

.pro-service .service-menu {
    margin-top: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.pro-service .service-menu .menu{
    width: 180px;
    height: 480px;
    background-image: linear-gradient( 180deg, #D7E4FB 0%, #F6F9FF 100%);
    border-radius: 8px 8px 8px 8px;
    margin-left: 24px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    display: block;
}
.pro-service .service-menu .menu:hover{
    text-decoration: none;
}
.pro-service .service-menu .menu .bg{
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding:358px 21px 25px 21px;
    transition: all 0.3s ease-in;
}
.pro-service .service-menu .menu .bg-supply-chain{
    background-image: url(../../images/index/bg-supply-chain.png);
}
.pro-service .service-menu .menu .bg-b2b2c{
    background-image: url(../../images/index/bg-b2b2c.png);
}
.pro-service .service-menu .menu .bg-b2c{
    background-image: url(../../images/index/bg-b2c.png);
}
.pro-service .service-menu .menu .bg-b2cpro{
    background-image: url(../../images/index/bg-b2cpro.png);
}
.pro-service .service-menu .menu .bg-independent{
    background-image: url(../../images/index/bg-independent.png);
}

.pro-service .service-menu .menu  .service-menu-icon{
    display: none;
}

.pro-service .service-menu .menu:first-child{
    margin-left: 0;
}

.pro-service .service-menu p, .pro-service .service-menu .btn-more{
    display: none;
}

.pro-service .service-menu .menu.on{
    width: 384px;
    background-image: linear-gradient( 180deg, #4A83F7 0%, #F6F9FF 100%);
}

.pro-service .service-menu .menu.on .bg{
    align-items: flex-start;
}

.pro-service .service-menu .menu .title{
    font-size: 16px;
    line-height: 22px;
    color: #262626;
    font-weight: bold;
}
.pro-service .service-menu .menu p{
    font-size: 12px;
color: #262626;
line-height: 17px;
margin: 8px 0 33px;
}
.pro-service .service-menu .menu.on p{
    display: block;
}
.pro-service .service-menu .menu.on .btn-more{
    display: inline-block;
    font-size: 12px;
color: #262626;
line-height: 17px;
padding-right: 20px;
cursor: pointer;
background: url(../../images/index/arrow-rihgt.png) no-repeat right center;
}
/* .pro-service .service-menu .menu.on .btn-more:hover{
    color:#2A68FB
} */
/* 合作优势部分 */

.cooperation {
    width: 100%;
    padding: 100px 0;
    background: #F7F8FA;
    position: relative;
}

.cooperation .title-phone {
    display: none;
}

.cooperation .cooperation-center {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.cooperation .cooperation-center .item {
    display: flex;
}

.cooperation .cooperation-center .img {
    width: 580px;
    height: 435px;
    border-radius: 10px;
    margin-right: 120px;
    overflow: hidden;
}

.cooperation .cooperation-center .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f7f8fa;
}

.cooperation .cooperation-center .text .icon {
    width: 170px;
    height: 100px;
    margin-top: 20px;
}

.cooperation .cooperation-center .text .content {
    color: #666666;
    width: 360px;
    height: 140px;
    line-height: 24px;
    margin-top: 10px;
}

.cooperation .cooperation-center .btnBox {
    color: #666666;
    width: 42%;
    line-height: 24px;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.cooperation .cooperation-center .btnBox .leftBtn,.cooperation .cooperation-center .btnBox .rightBtn {
    width: 48px;
    height: 48px;
    cursor: pointer;
    transition: 0.5s;
    background-position: center;
    background-repeat: no-repeat;
}

.cooperation .cooperation-center .btnBox .leftBtn {
    margin-right: 10px;
    background-image: url('../../images/index/btn-left.png');
}

.cooperation .cooperation-center .btnBox .rightBtn {
    background-image: url('../../images/index/btn-right.png');
}

.cooperation .cooperation-center .btnBox .leftBtn:hover {
    background-image: url('../../images/index/btn-left-on.png');
}

.cooperation .cooperation-center .btnBox .rightBtn:hover {
    background-image: url('../../images/index/btn-right-on.png');
}


/* 资讯中心 */

.message {
    margin: 60px auto;
    overflow: hidden;
}

.message .title {
    text-align: center;
    margin-bottom: 40px;
}

.message .message-box {
    height: 273px;
    padding: 24px;
    transition: 0.5s;
    display: flex;
    width: 1200px;
    max-width: 100%;
    margin: 20px auto 0;
}

.message .message-box:first-child {
    margin-top: 0;
}

.message .message-box a:hover {
    text-decoration: none;
}

.message .message-box .message-img {
    width: 400px;
    height: 225px;
    border-radius: 4px;
    margin-right: 24px;
    overflow: hidden;
    transition: 0.5s;
}

.message .message-box .message-img img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.message .message-box :hover.message-img img {
    transform: scale(1.1);
}

.message .message-box .content {
    flex: 1;
    position: relative;
    width: 0;
}

.message .message-box .content .content-text {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    height: 48px;
    margin-bottom: 40px;
    overflow: hidden;
    padding-right: 100px;
}

.message .message-box .content .warp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.message .message-box .wap-time {
    display: none;
}

.message .message-box .content .information {
    display: flex;
    align-items: center;
}

.message .message-box .content .information p {
    margin: 0 10px 0 0;
}

.message .message-box .content .information img {
    width: 28px;
    height: 28px;
}

.message .message-box:hover {
    box-shadow: 0 20px 50px 1px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.message .message-box:hover .message-img {
    margin-right: 40px;
}

.message .message-box .content h3 {
    transition: 0.5s;
    cursor: pointer;
    color: #333;
    font-size: 20px;
    line-height: 23px;
    margin: 21px 0 30px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 100px;
}

.message .message-box:hover .content h3 {
    color: #2A68FB;
}

.message .message-box .time {
    text-align: center;
    width: 80px;
    height: 80px;
    border: 1px solid #F5F5F5;
    border-radius: 8px;
    position: absolute;
    right: 0;
    top: 0;
}

.message .message-box .time p {
    margin-bottom: 0;
}

.message .message-box .time p:nth-child(1) {
    font-weight: 400;
    color: #333333;
    font-size: 24px;
    line-height: 32px;
    margin: 12px 0 6px;
}

.message .message-box .detail {
    color: #2A68FB;
    cursor: pointer;
    opacity: 0;
    transition: 0.5s;
}

.message .message-box:hover .detail {
    opacity: 1;
}

.message .moreBtn {
    display: block;
    width: 170px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    border-radius: 64px;
    border: 1px solid #EBEBEB;
    margin: 50px auto;
    color: #666666;
    cursor: pointer;
    transition: 1s;
}

.message .moreBtn .iconfont {
    text-indent: -26px;
    display: inline-block;
    color: rgba(255, 255, 255, 0);
    transition: all ease-out 0.3s;
}

.message .moreBtn:hover {
    background: #2A68FB;
    color: #FFFFFF;
    text-decoration: none;
}

.message .moreBtn:hover .iconfont {
    text-indent: 8px;
    color: #fff;
}


/* 客户案例 */

.client {
    height: 570px;
    width: 100%;
    background-image: url('../../images/index/anli.png');
    background-size: 100% 100%;
    border: 1px solid #FFFFFF;
}

.client .client-Box {
    margin: 60px auto;
    padding: 50px 0 50px;
    width: 1200px;
    height: 450px;
    border-radius: 8px;
    background: #F7F8FA;
    max-width: 100%;
}

.client .client-Box .title {
    text-align: center;
}

.client .client-row {
    position: relative;
}

.client .client-row .ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.client .client-row .ul .rowList {
    position: relative;
    margin: 20px;
    width: 180px;
    height: 100px;
    background: #F7F8FA;
    box-shadow: -4px -4px 15px 1px #FFFFFF, 10px 10px 20px 1px rgba(0, 0, 0, 0.05);
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    border: 2px solid;
    border-image: linear-gradient(137deg, rgba(255, 255, 255, 1), rgba(246, 247, 249, 1)) 2 2;
}

.client .client-row .ul .rowList p {
    margin-top: 60px;
    line-height: 20px;
    text-align: center;
    opacity: 0;
    transition: 0.5s;
}

.client .client-row .ul .rowList img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 0;
}


/* .client .client-row .ul .rowList:hover img {
    margin-top: -60px;
} */


/* .client .client-row .ul .rowList:hover p {
    opacity: 1;
    color: #2A68FB;
} */

/*@media screen and (max-width: 1200px) {*/
/*    .banner .swiper-text {*/
/*        left: 0;*/
/*        margin-left: 20px;*/
/*        width: 100%;*/
/*    }*/
/*}*/

@media screen and (max-width: 750px) {
/*    .banner {*/
/*        height: auto;*/
/*    }*/
/*    .swiper-wap{*/
/*        display: block;*/
/*    }*/
/*    .swiper-pc{*/
/*        display: none;*/
/*    }*/
/*    .banner .swiper-wrapper .swiper-slide {*/
/*        height: auto;*/
/*    }*/
/*    .banner img {*/
/*        display: block;*/
/*        width: 100%;*/
/*    }*/
/*    .banner .swiper-text {*/
/*        left: 0;*/
/*        margin-left: 0px;*/
/*        width: 100%;*/
/*        text-align: center;*/
/*        justify-content: flex-start;*/
/*        padding-top: 1.2rem;*/
/*    }*/
/*    .banner .swiper-text .text-title {*/
/*        font-size: 0.56rem;*/
/*        line-height: 0.66rem;*/
/*        margin-bottom: 0.16rem;*/
/*        color: #FFFFFF;*/
/*    }*/
/*    .banner .swiper-text .text-menu {*/
/*        margin-top: 0.24rem;*/
/*    }*/
/*    .banner .swiper-text .text-menu p {*/
/*        width: 1.2rem;*/
/*        height: 0.64rem;*/
/*        background: #E1E4EB;*/
/*        border-radius: 2px;*/
/*        font-size: 0.24rem;*/
/*        color: #999999;*/
/*        line-height: 0.64rem;*/
/*        margin: 0 0.12rem;*/
/*    }*/
    .title {
        text-align: center;
    }
    .title h2 {
        font-size: 0.36rem;
        margin-bottom: 0;
        line-height: 0.5rem;
    }
    .title p {
        font-size: 0.2rem;
        line-height: 0.28rem;
        color: #999999;
    }
    /* 产品服务 */
    .pro-service {
        padding: 0.48rem 0.32rem 0.32rem;
    }
    .pro-service .service-menu {
        display: block;
        margin-top: 0.6rem;
    }
    .pro-service .service-menu .menu {
        width: 100% !important;
        height: 2rem;
        padding: 0.4rem 1.16rem 0.4rem 1.7rem;
        position: relative;
        margin-bottom: 0.16rem;
        display: block;
        background-image: none !important;
        border: 2px solid #F3F4F5;
        margin-left: 0;
    }
    .pro-service .service-menu .menu:hover {
        width: 100%;
        height: 2rem;
    }
    .pro-service .service-menu .menu .bg{
        padding: 0;
        background-image: none;
        display: block;
    }
    .pro-service .service-menu .menu .service-menu-icon {
        display: block;
        position: absolute;
        left: 0.48rem;
        transform: translateX(0%);
        height: 0.8rem;
        width: 0.8rem;
    }
    .pro-service .service-menu .menu .title {
        text-align: left;
        font-size: 0.32rem;
        line-height: 0.38rem;
        color: #333333;
        margin-bottom: 0.1rem;
    }
    .pro-service .service-menu .menu p {
        display: block;
        opacity: 1;
        text-align: left;
        font-size: 0.24rem;
        line-height: 0.32rem;
        color: #999999;
        margin: 0;
    }
    .pro-service .service-menu .menu .btn-more{
        display: none !important;
    }
    /* 合作优势 */
    .cooperation {
        padding: 0.48rem 0 0.6rem;
    }
    .cooperation .title-phone {
        display: block;
        position: static;
        margin-bottom: 0.24rem;
    }
    .cooperation .cooperation-center .item .title-pc {
        display: none;
    }
    .cooperation .cooperation-center .item {
        padding: 0 0.32rem 0;
        flex-direction: column;
        width: 100%;
    }
    .cooperation .cooperation-center .img {
        width: 100%;
        height: auto;
    }
    .cooperation .cooperation-center .text {
        align-items: center;
    }
    .cooperation .cooperation-center .text .content {
        height: auto;
        color: #999999;
        font-size: 0.24rem;
        line-height: 0.32rem;
        width: auto;
        padding: 0 0.5rem;
        text-align: center;
    }
    .cooperation .cooperation-center .text .icon {
        width: 1.84rem;
        height: auto;
    }
    .cooperation .cooperation-center .btnBox {
        display: none;
    }
    /* 资讯中心 */
    .message {
        padding: 0.48rem 0.32rem;
        margin: 0;
    }
    .message .title {
        margin-bottom: 0.24rem;
    }
    .message .message-box {
        height: auto;
        display: block;
        padding: 0.24rem;
        box-shadow: 0 0.2rem 0.5rem 1px rgba(0, 0, 0, 0.05);
    }
    .message .message-box .message-img {
        width: 100%;
        height: auto;
    }
    .message .message-box .content{
        width: auto;
    }
    .message .message-box .content h3 {
        font-size: 0.32rem;
        line-height: 0.45rem;
        margin: 0.24rem 0 0.16rem;
    }
    .message .message-box .content .content-text {
        font-size: 0.24rem;
        line-height: 0.32rem;
        color: #999999;
        margin: 0 0 0.24rem;
        height: 0.64rem;
        padding-right: 0;
    }
    .message .message-box .warp {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 0.24rem;
        color: #999999;
    }
    .message .message-box .wap-time {
        display: block;
    }
    .message .message-box .wap-time p {
        margin-bottom: 0;
    }
    .message .message-box .content .information {
        height: auto;
    }
    .message .message-box .content .information p {
        margin-bottom: 0;
    }
    .message .message-box .time,
    .message .message-box .detail {
        display: none;
    }
    .message .moreBtn {
        width: 2.1rem;
        height: 0.64rem;
        background: #2A68FB;
        border-radius: 0.6rem;
        color: #FFFFFF;
        font-size: 0.2rem;
        margin: 0.6rem auto 0.12rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .message .moreBtn .iconfont {
        text-indent: 0;
        color: #fff;
        font-size: 0.3rem;
        margin-left: 0.1rem;
    }
    /* 客户案例 */
    .client {
        padding: 0.48rem 0.32rem;
        height: auto;
    }
    .client h2 {
        margin: 0.1rem 0 0.1rem;
    }
    .client .client-Box {
        margin: 0;
        background-color: #fff;
        height: auto;
        padding: 0.48rem 0 0.1rem;
    }
    .client .client-row .ul {
        margin-top: 0.4rem;
        justify-content: space-evenly;
    }
    .client .client-row .ul .rowList {
        width: 2.7rem;
        height: 1.4rem;
        box-shadow: -4px -4px 15px 1px #FFFFFF, 0.1rem 0.1rem 0.2rem 1px rgba(0, 0, 0, 0.05);
        border-radius: 0.08rem;
        margin: 0 0 0.4rem 0;
    }
    .client .client-row .ul .rowList:nth-child(7),
    .client .client-row .ul .rowList:nth-child(8),
    .client .client-row .ul .rowList:nth-child(9) {
        display: none;
    }
}
