.banner_main_left .logo {
    width: 150px;
    height: 36px;
    margin-bottom: 26px;
}

.introduce_main {
    height: 330px;
    background-image: url(https://files.yuanian.com/yuanian/page_image/Al/xyhg/introduce-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -30px;
    display: flex;
    align-items: center;
}

.introduce_main_main {
    box-sizing: border-box;
    height: 250px;
    opacity: 0.92;
    background: #ffffff;
    padding: 42px 58px 0px 70px;
    position: relative;
}

.introduce_main_main .line {
    position: absolute;
    top: 30px;
    left: 68px;
    width: 25px;
    height: 4px;
    background: #e3030f;
}

.introduce_main_main p {
    font-size: 13px;
    font-weight: 500;
    text-align: justify;
     /* 火狐 */
     text-justify:distribute;
    color: #3d485d;
    line-height: 30px;
}

.introduce_main_main .p-one {
    padding-bottom: 16px;
}

.introduce_main_main .yh {
    width: 42px;
    height: 28px;
    position: absolute;
    bottom: 24px;
    right: 52px;
}


/* 业务发展 */
.ywfz {
    background: #f7f8fb;
    padding-bottom: 60px;
}

.ywfz-mian {
    display: flex;
}

.ywfz-mian li {
    width: 350px;
    margin-right: 25px;

}

.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: 174px;
    padding: 36px 30px 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/xyhg/jc-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/xyhg/jc-bg2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

.ywfz-mian li .base .content {
    display: flex;
    align-items: center;
}

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

.ywfz-mian li .base .content h5 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #323232;
    line-height: 28px;
    margin-left: 10px;
}

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

/* 公司 */
.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%
    }
}

/* 财务体系 */
.szhzx{
    padding-bottom: 60px;
}
.szhzx-main {
    display: flex;
    justify-content: space-between;
}

.szhzx-main dl {
    width: 423px;
    height: 270px;
    background: #f6f8fc;
    padding: 30px 45px 0px 42px;
    background-size: 82px 79px;
    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/xyhg/tx-icon1.png);
}

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


.szhzx-main dl dt img {
    width: 162px;
    height: 42px;
}

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

#zxtd {
    padding-bottom: 44px;
    background-image: url(https://files.yuanian.com/yuanian/page_image/Al/xyhg/system-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.zxtd_main_left {
    width: 744px;
}

#zxtd #zxtd_main dl {
    padding: 24px 20px 0;
    width: 316px;
    height: 159px;
    background: linear-gradient(180deg, #f5f7f9, #ffffff);
    box-shadow: -8px -8px 20px 0px #ffffff, 0px 8px 20px 0px rgba(55, 99, 170, 0.10);
    margin-right: 16px;
    margin-bottom: 16px;
}

#zxtd #zxtd_main dl dt {
    height: 32px;
}

#zxtd #zxtd_main dl dt img {
    width: 32px;
    height: 32px;
}

#zxtd #zxtd_main dl dt h3 {
    color: #323232;
    line-height: 22px;
    margin-left: 6px;
}

#zxtd #zxtd_main dl dd p {
    text-align: justify;
    /* 火狐 */
    text-justify:distribute;
    color: #666666;
    line-height: 26px;
}

.zxtd_main_right dl {
    height: 358px !important;
    margin-right: 0px !important;
    background: url(https://files.yuanian.com/yuanian/page_image/Al/xyhg/icon5-bg.png) !important;
    background-size: cover !important;
}

/* 旭阳集团介绍 */
.yzyljs {
    padding-top: 60px;
}

.yzyljs-main {
    height: 210px;
    background: #f7f8fb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yzyljs-main-l {
    width: 282px;
    height: 136px;
    background-image: url(https://files.yuanian.com/yuanian/page_image/Al/xyhg/logo1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 70px;
    position: relative;
}

.yzyljs-main-l span {
    width: 100%;
    height: 65px;
    position: absolute;
    bottom: 0px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #323232;
    line-height: 65px;
}

.yzyljs-main-r {
    width: 573px;
    margin: 0px 84px 0px 0px;
    position: relative;
}

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

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

@media screen and (max-width: 1024px) {
    /* 介绍 */
    .introduce_main {
        height: auto;
        padding: 30px 0px;
        margin-top: 0px;
    }
    .introduce_main_main {
        height: auto;
        padding: 42px 5%;
    }
    .introduce_main_main .line {
        left: 5%;
    }
    .introduce_main_main .yh {
        right: 5%;
    }
    /* 业务发展 */
    .ywfz {
        padding-bottom: 18px;
    }

    .ywfz-mian {
        display: inherit;
    }

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

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

    /* 财务体系 */
    .szhzx{
        padding-bottom: 30px;
    }
    .szhzx-main {
        display: inherit;
    }

    .szhzx-main dl {
        width: auto;
        height: auto;
        margin-bottom: 10px;
        padding: 5%;
    }

    /* 公司 */
    .company {
        padding: 30px 0px;
    }

    .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;
    }

    #zxtd {
        padding-bottom: 20px;
    }

    .zxtd_main_left,
    .zxtd_main_right {
        width: 100%;
        float: none;
    }

    #zxtd #zxtd_main dl,
    .zxtd_main_right dl {
        padding: 5%;
        float: left;
        width: 90%;
        height: auto;
        margin-right: auto;
    }

    .yzyljs {
        padding-top: 30px;
    }

    .yzyljs-main {
        height: auto;
        display: inherit;
    }

    .yzyljs-main-l {
        width: 100%;
        margin: 0px;
    }

    .yzyljs-main-r {
        width: 92%;
        margin: 0 auto;
    }

    .yzyljs-main-r img {
        display: none;
    }

    .yzyljs-main-r p {
        padding: 5% 0px;
    }
}
