.banner_main_left .logo {
    width: 135px;
    height: 44px;
    margin-bottom: 16px;
}
.banner_main_left p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #3d485d;
    line-height: 25px;
}
/* 介绍 */
.introduce {
    padding-top: 60px;
}
.introduce_main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 53px 0px;
    background: #f7f8fb;
}
.introduce_main_l {
    width: 348px;
    height: 168px;
    background-image: url(https://files.yuanian.com/yuanian/page_image/Al/ytkg/introduce-l.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.introduce_main_l .base-info {
    width: 100%;
    height: 78px;
    background: linear-gradient(180deg, rgba(204, 214, 223, 0.07), rgba(157, 172, 187, 0.07));
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    position: absolute;
    bottom: 0px;
}
.introduce_main_l .base-info .base-info-main {
    padding: 15px;
    display: flex;
    align-items: center;
}
.base-info-main .line {
    width: 4px;
    height: 40px;
    background: #e3030f;
}
.info-main-r {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
    line-height: 24px;
    text-indent: 10px;
}
.introduce_main_r {
    width: 573px;
    margin-left: 73px;
    position: relative;
}
.introduce_main_r img {
    position: absolute;
    top: -8px;
    left: -21px;
    width: 42px;
    height: 28px;
}
.introduce_main_r p {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    /* 火狐 */
    text-justify: distribute;
    color: #323232;
    line-height: 22px;
}
/* 决策 */
.zxqj_main {
    width: 1100px;
    margin: 0 auto;
}
.zxqj_main dl {
    float: left;
    margin-right: 20px;
    width: 259px;
    height: 229px;
    background: linear-gradient(180deg, #f5f7f9, #ffffff);
    box-shadow: -8px -8px 20px 0px #ffffff, 0px 8px 20px 0px rgba(55, 99, 170, 0.10);
}
.zxqj_main dl:last-child {
    margin-right: 0px;
}
.zxqj_main dl:hover {
    background: linear-gradient(0deg, #ffffff, #edeff3 95%);
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.10), 2px 2px 0.3px 0px #ffffff inset, 0px 1px 3px 0px rgba(254, 254, 254, 0.50) inset;
}

.zxqj_main dl dt {
    padding: 25px 20px 15px 24px;
    display: flex;
    align-items: center;
    height: 32px;
}

.zxqj_main dl dt img {
    height: 32px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: 1s;
}

.zxqj_main dl:hover dt img {
    margin-top: -20px;
}

.zxqj_main dl dt h3 {
    margin-left: 2px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #323232;
    line-height: 22px;
}

.zxqj_main dl dd p {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: #666666;
    line-height: 26px;
    padding: 0px 24px;
}

/* 战略任务 */
.strategytask {}

.strategytask-main {
    padding: 38px 0px;
    background: linear-gradient(180deg, #f5f7f9, #ffffff);
    box-shadow: -8px -8px 20px 0px #ffffff, 0px 8px 20px 0px rgba(55, 99, 170, 0.10);
    position: relative;
}
.strategytask-main img{
    width: 188px;
    height: 140px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.strategytask-main ul{
    padding-left: 30px;
}
.strategytask-main ul li{
    display: flex;
    align-items: center;
}
.strategytask-main ul li span{
    width: 3px;
    height: 13px;
    background: #d1161b;
    display: inline-block;
}
.strategytask-main ul li p{
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: #323232;
    line-height: 34px;
    margin-left: 8px;
}

/* 业务发展 */
.ywfz {
    background: #f7f8fb;
    padding-bottom: 60px;
}
.ywfz  h2{
    padding:  60px 0px 30px 0px;
}
.ywfz-mian {
    display: flex;
}

.ywfz-mian li {
    width: 266px;
    margin-right: 12px;

}

.ywfz-mian li:nth-child(even) .top {
    height: 48px;
    background: #d1161b;
}

.ywfz-mian li:nth-child(odd) .top {
    height: 48px;
    background: #0044b7;
}

.ywfz-mian li .base {
    height: 266px;
    padding: 15px 22px 0px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    margin-top: -44px;
}

.ywfz-mian li:nth-child(even) .base {
    background: rgba(255, 255, 255, 0.98);
}

.ywfz-mian li:nth-child(odd) .base {
    background: rgba(255, 255, 255, 0.95);
}

.ywfz-mian li:nth-child(odd) .base:hover {
    background-image: url(https://files.yuanian.com/yuanian/page_image/Al/ytkg/fz-bg1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ywfz-mian li:nth-child(even) .base:hover {
    background-image: url(https://files.yuanian.com/yuanian/page_image/Al/ytkg/fz-bg2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ywfz-mian li:last-child {
    margin-right: 0px;
}

.ywfz-mian li .base img {
    width: 58px;
    height: 58px;
}

.ywfz-mian li .base .content {
    padding: 0px 3px;
}

.ywfz-mian li .base .content h5 {
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    color: #323232;
    line-height: 24px;
    padding: 12px 0px;
}

.ywfz-mian li .base .content p {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    /* 火狐 */
    text-justify: distribute;
    color: #3d485d;
    line-height: 24px;
}

/* 数字化转型 */
.szhzx-main {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

.szhzx-main dl {
    width: 297px;
    height: 207px;
    padding: 30px 22px 0px;
    background: #f6f8fc;
    background-size: 81px 74px;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.szhzx-main dl:nth-child(1) {
    background-image: url(https://files.yuanian.com/yuanian/page_image/Al/ytkg/system-icon1.png);
}

.szhzx-main dl:nth-child(2) {
    background-image: url(https://files.yuanian.com/yuanian/page_image/Al/ytkg/system-icon2.png);
}

.szhzx-main dl:nth-child(3) {
    background-image: url(https://files.yuanian.com/yuanian/page_image/Al/ytkg/system-icon3.png);
}

.szhzx-main dl dt img {
    width: 222px;
    height: 35px;
}

.szhzx-main dl dd p {
    font-size: 12px;
    font-weight: 500;
    text-align: justify;
    /* 火狐 */
    text-justify: distribute;
    color: #3d485d;
    line-height: 24px;
    padding-top: 10px;
}

/* 公司 */
.company {
    padding-top: 60px;
}

.company-main {
    position: relative;
    overflow: hidden;
}

.company-main .swiper-slide {
    height: 283px;
    background: #f7f8fb;
    border-radius: 8px;
    padding: 37px 85px 0px 0px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.company-main .swiper-slide .product-img {
    width: 365px;
    height: 246px;
}

.company-main .swiper-slide .tex {
    width: 586px;
    margin-left: 73px;
    box-sizing: border-box;
}

.company-main .swiper-slide .tex .t-01 {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    color: #323232;
    line-height: 30px;
    padding-top: 20px;
    position: relative;
}

.company-main .swiper-slide .tex .t-02 {
    padding: 26px 0px 0px;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    /* 火狐 */
    text-justify: distribute;
    color: #3d485d;
    line-height: 30px;
}


.company-main .customer-pagination {
    position: absolute;
    width: 100%;
    left: -85px;
    bottom: 24px;
    z-index: 99;
    text-align: right;
}

.company-main .customer-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 5px;
    margin: 0 5px !important;
    border-radius: 3px;
    position: relative;
    background: rgba(153, 153, 153, 0.13) !important;
    overflow: hidden;
}

.company-main .customer-pagination .swiper-pagination-bullet-active {
    width: 50px !important;
    border-radius: 3px;
    background: transparent !important;
    opacity: 1;
}

.company-main .customer-pagination .swiper-pagination-bullet-active::before {
    content: "";
    background: rgba(153, 153, 153, 0.13);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 3px;
}

.company-main .customer-pagination .swiper-pagination-bullet-active::after {
    position: absolute;
    left: 0;
    content: "";
    background: #adadad;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 3px;
    animation: banner-pagination-bullet 5s linear;
}

@keyframes banner-pagination-bullet {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}


/* 云图控股介绍 */
.yzyljs {
    padding-top: 60px;
}

.yzyljs-main {
    background: #f7f8fb;
}

.yzyljs-main-r {
    padding: 50px 108px 40px 71px;
    position: relative;
}

.yzyljs-main-r img {
    width: 332px;
    height: 119px;
    position: absolute;
    right: 72px;
    top: 18px;
}

.yzyljs-main-r p {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    /* 火狐 */
    text-justify: distribute;
    color: #323232;
    line-height: 30px;
}

#ljgd_main {
    display: flex;
}

#ljgd_main .ljgd_main_a {
    width: 540px;
}

#ljgd_main .ljgd_main_a:last-child {
    margin-right: 0px;
}

#ljgd_main .ljgd_main_a p {
    width: 100%;
}

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

    /* 介绍 */
    .introduce {
        padding-top: 30px;
    }

    .introduce_main {
        display: inherit;
        padding: 0px 0px 30px;
    }

    .introduce_main_l {
        width: 100%;
    }

    .introduce_main_r {
        width: 92%;
        margin: 0 auto;
        margin-left: auto;
        margin-top: 20px;
    }

    .introduce_main_r img {
        display: none;
    }

    /* 决策 */
    .zxqj_main {
        width: 92%;
    }

    .zxqj_main dl {
        width: 90%;
        padding: 5%;
        height: auto;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .zxqj_main dl dt,
    .zxqj_main dl dd p {
        padding: 0px;
    }
    /* 战略任务 */
    .strategytask-main {
        padding: 4%;
    }
    .strategytask-main ul {
        padding-left: 0px;
        position: sticky;
    }
    .strategytask-main ul li {
        align-items: inherit;
    }
    .strategytask-main ul li span {
        margin-top: 11px;
    }

    /* 业务发展 */
    .ywfz {
        padding-bottom: 30px;
    }

    .ywfz-mian {
        display: inherit;
    }

    .ywfz-mian li {
        width: 100%;
        margin-bottom: 12px;
    }

    .ywfz-mian li .base .content {
        padding: 0px;
    }

    /* 数字化转型 */
    .szhzx-main {
        display: inherit;
        padding-bottom: 30px;
    }
    .szhzx-main dl {
        width: auto;
        margin-bottom: 10px;
    }
    /* 公司 */
    .company {
        padding-top: 30px;
    }

    .company-main .swiper-slide {
        height: auto;
        padding: 5% 5% 10%;
        flex-wrap: wrap;
    }
    .company-main .swiper-slide .product-img {
        width: 100%;
    }
    .company-main .swiper-slide .tex {
        width: auto;
        margin-left: 0px;
    }
    .company-main .swiper-slide .tex .t-02 {
        padding: 20px 0px 0px;
    }
    .company-main .customer-pagination {
        left: 0px;
        bottom: 16px;
        text-align: center;
    }
    .yzyljs {
        padding-top: 30px;
    }
    .yzyljs-main-r {
        width: 92%;
        margin: 0 auto;
        padding: 5%;
    }
    .yzyljs-main-r img {
        display: none;
    }
    #ljgd_main {
        display: inherit;
    }

    #ljgd_main .ljgd_main_a {
        width: 90%;
    }
}
