.g-bd {
    background-color: #ffffff;
    color: #000;
}
.f-w1320 {
    margin: 0 auto;
    width: 1320px;
}

.u-common-title {
    padding: 90px 0 30px ;
    text-align: center;
}
.u-common-title .name {
    position: relative;
    font-size: 48px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: -1px;
    color: #2b3a61;
    z-index: 0;
}

.u-common-title .name::before {
    content: "CBD";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    padding: 0 10px;
    line-height: 1;
    font-size: 100px;
    font-weight: 600;
    background-image: linear-gradient(to bottom, rgba(250, 186, 143, .5) 0%, rgba(250, 186, 143, 0) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: -2;
}
.u-common-title .name::after {
    content: "";
    position: absolute;
    left: 5px;
    /*top: 36px; 正式环境和开发环境字体不一样导致这个设置不一样*/
    top: 16px;
    width: 100%;
    height: 20px;
    transform: skewX(-20deg);
    background-image: linear-gradient(90deg,
    rgba(248, 223, 210, 1) 0%,
    rgba(236, 227, 230, 1) 19%,
    rgba(223, 231, 250, 1) 38%,
    rgba(227, 239, 250, 1) 55%,
    rgba(231, 245, 249, 1) 71%,
    rgba(231, 246, 249, 0.93) 73%,
    rgba(231, 246, 249, 1) 95%);
    z-index: -1;
}

.u-common-tip {
    display: none;
}

.m-content-wrap .u-common-Details {
    position: absolute;
    bottom: -10px;
    right: 0;
    padding: 5px 40px 5px 17px;
    height: 30px;
    line-height: 1;
    font-size: 18px;
	font-weight: 600;
	color: #0056ff;
    border-radius: 15px;
    background: no-repeat center / 100% 100%;
    box-shadow:  0 10px 15px rgba(0, 86, 255, .3);
}
.m-content-wrap .u-common-Details::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 6px;
}

.m-data-box .u-data-list {
    display: flex;
    padding: 60px 0;
}
.m-data-box .u-data-list .item {
    flex: 1 1 0;
    flex-shrink: 0;
    text-align: center;
    margin: 0 10px;
}

.m-data-box .u-data-list img {
    width: 91px;
    height: 92px;
}
.m-data-box .u-data-list .u-num {
    margin-top: 25px;
    color: #faba8f;
    font-size: 40px;
    font-weight: bold;
}
.m-data-box .u-data-list .u-num .state {
    margin-right: 5px;
}

.m-data-box .u-data-list .u-source {
    color: #faba8f;
    font-size: 28px;

}

.m-data-box .u-data-list .u-ttl {
    margin-top: 20px;
    line-height: 32px;
    font-size: 20px;
    font-weight: 600;
    color: #424f72;
}

.m-content-wrap {
    padding-bottom: 55px;
    background-color: #F6F6F6;
}
.u-tab-item {
    cursor: pointer;
}
.u-common-Details[data-toggle='false'] {
    display: none;
}
.m-zone-box .u-zone-box {
    display: flex;
    justify-content: space-between;
}

.m-zone-box .tab-hd {
    margin-right: 10px;
    width: 330px;
}
.m-zone-box .tab-hd .u-tab-item {
    display: flex;
    align-items:center;
    margin: 15px 0;
    padding: 30px 40px 30px 30px;
    height: 116px;
    line-height: 28px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 8px;
    overflow: hidden;
    text-shadow: 2px 2px 2px #68748E;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.u-tab-item .bg {
    display: none;
}
.m-zone-box .tab-hd .u-tab-item.z-crt {
    position: relative;
    z-index: 1;
    width: 380px;
    height: 180px;
}

.m-zone-box .tab-bd {
    flex: 1 1 0;
    min-width: 10px;
}
.m-zone-box .tab-bd .u-bd-item {
    display: none;
    padding: 20px;
    border-radius: 6px;
    background-image: linear-gradient(-90deg,
    rgba(224, 234, 255, 1) 1%,
    rgba(255, 232, 217, 1) 100%);
}
.m-zone-box .tab-bd .u-bd-item:first-child {
    display: block;
}
.m-zone-box .tab-bd .u-bd-item .content {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.m-zone-box .tab-bd .u-bd-item .u-img {
    position: relative;
    width: 50%;
}
.m-zone-box .tab-bd .u-bd-item .u-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.m-zone-box .tab-bd .u-bd-item .u-img::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 70%;
    background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.m-zone-box .tab-bd .u-bd-item .u-txt {
    margin-bottom: 40px;
    padding: 30px 30px 0;
    line-height: 30px;
    flex: 1 1 0;
    min-width: 10px;
    height: 515px;
    text-align: justify;
    font-size: 15px;
    display: -webkit-box;/* 兼容Webkit内核浏览器 */
    -webkit-box-orient: vertical;/* 设置子元素垂直排列 */
    -webkit-line-clamp: 16;/* 设置子元素垂直排列 */
    overflow: hidden;
    text-overflow: ellipsis; /* 超出部分用省略号表示 */
}

.m-content-wrap .m-zone-box .u-common-Details {
    right: 30px;
    bottom: 30px;
}

.m-services-box .tab-hd {
    position: relative;
    height: 180px;
}
.m-services-box .tab-hd .u-tab-item {
    position: absolute;
    bottom: -1px;
    padding: 4px 4px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff;
    border: 1px solid transparent;
    border-radius: 15px 15px 0 0;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.m-services-box .tab-hd .u-tab-item .cont {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    height: 100%;
    border-radius: 15px 15px 0 0;
    background-repeat: no-repeat;
    background-position: center;
}
.m-services-box .tab-hd .u-tab-item:nth-child(1) {
    left: 20px;
    width: 265px;
    height: 155px;
    background-image: linear-gradient(0deg, #386ace 0%, #6296fb 100%);
}
.m-services-box .tab-hd .u-tab-item:nth-child(2) {
    left: 272px;
    width: 265px;
    height: 164px;
    background-image: linear-gradient(0deg,
    #1859d8 0%,
    #3e7efd 100%);
    z-index: 2;
}
.m-services-box .tab-hd .u-tab-item:nth-child(3) {
    left: 528px;
    width: 265px;
    height: 180px;
    background-image: linear-gradient(0deg,
    #0b4cc9 0%,
    #1665fe 100%);
    z-index: 3;
}
.m-services-box .tab-hd .u-tab-item:nth-child(4) {
    right: 272px;
    width: 265px;
    height: 164px;
    background-image: linear-gradient(0deg,
    #1859d8 0%,
    #3e7efd 100%);
    z-index: 2;
}
.m-services-box .tab-hd .u-tab-item:nth-child(5) {
    right: 20px;
    width: 265px;
    height: 155px;
    background-image:
            linear-gradient(0deg, #386ace 0%, #6296fb 100%);
}

.m-services-box .tab-hd .u-tab-item.z-crt {
    color: #faba8f;
    background-image: linear-gradient(0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 41%,
    #faba8f 100%);
    z-index: 4;
}

.m-services-box .tab-hd .u-tab-item.z-crt .cont {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
}

.m-services-box .tab-hd .u-tab-item.z-crt::before,
.m-services-box .tab-hd .u-tab-item.z-crt::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 27px;
    height: 27px;
}

.m-services-box .tab-hd .u-tab-item.z-crt::before {
    left: -25px;
    background: no-repeat center;
}

.m-services-box .tab-hd .u-tab-item.z-crt::after {
    right: -25px;
    background: no-repeat center;
}

.m-services-box .tab-bd .u-bd-item {
    display: none;
    padding: 35px 40px 50px;
    background-color: #ffffff;
    border-radius: 6px;
}
.m-services-box .tab-bd .u-bd-item:first-child {
    display: flex;
}

.m-services-box .tab-bd .u-bd-item .content {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.m-services-box .tab-bd .u-bd-item .u-img {
    width: 544px;
    height: 348px;
}
.m-services-box .tab-bd .u-bd-item .u-img img {
    width: 100%;
    height: 100%;
    object-fit: cover ;
}
.m-services-box .tab-bd .u-bd-item .u-txt {
    flex: 1 1 0;
    min-width: 10px;
    margin-left: 30px;
    height: 330px;
    line-height: 36px;
    font-size: 18px;
    text-align: justify;
    display: -webkit-box;/* 兼容Webkit内核浏览器 */
    -webkit-box-orient: vertical;/* 设置子元素垂直排列 */
    -webkit-line-clamp: 9;/* 设置子元素垂直排列 */
    overflow: hidden;
    text-overflow: ellipsis; /* 超出部分用省略号表示 */
}


.m-case-box .u-case-box {
    padding: 50px;
    background-color: #ffffff;
    border-radius: 6px;
}
.m-case-box .u-case-box .u-hd-scroll{
    width: 100%;
}

.m-case-box .u-case-box .u-hd-scroll .u-hd-cont {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.m-case-box .tab-hd {
    display: flex;
    justify-content: space-between;
}

.m-case-box .tab-hd .u-tab-item {
    display: flex;
    position: relative;
    z-index: 0;
    width: 350px;
    transition: .3s all;
}

.m-case-box .tab-hd .u-tab-item.z-crt {
    width: 455px;
}

.m-case-box .tab-hd .u-tab-item .u-txt {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 85px 35px 30px;
    width: 350px;
    height: 230px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #f5b993;
    background: no-repeat center / 320px 196px;
    z-index: 2;
}

.m-case-box .tab-hd .u-tab-item.z-crt .u-txt {
    color: #fff;
    background: no-repeat center / 100% 100%;
}

.m-case-box .tab-hd .u-tab-item .u-img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.m-case-box .tab-bd .u-bd-item {
    display: none;
    padding-top: 50px;
}

.m-case-box .tab-bd .u-bd-item:first-child {
    display: block;
}

.m-case-box .tab-bd .u-txt {
    font-size: 18px;
    line-height: 36px;
    text-align: justify;
}

.m-contact-box .u-contact-box {
    display: flex;
    justify-content: space-between;
    padding: 45px 65px 45px 100px;
    border-radius: 6px;
    background: #ffffff no-repeat center 100%;
}

.m-contact-box .info-cont {
    padding-left: 15px;
    width: 820px;
}
.m-contact-box .info-cont .u-title {
    position: relative;
    display: block;
    line-height: 32px;
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
    color: #424f72;
}
.m-contact-box .info-cont .u-title:hover {
    color: #0056b3;
}
.m-contact-box .info-cont .u-title::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8.5px solid #0056ff;
    transform: rotate(90deg);
}

.m-contact-box .u-info-list {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 1.2rem;
}

.m-contact-box .u-info-list .u-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    line-height: 22px;
    color: #333333;
}
.m-contact-box .u-info-list .u-row .img-list-icon {
    margin-right: 25px;
}
.m-contact-box .u-info-list .u-row .u-ttl {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    width: 100px;
}
.m-contact-box .info-code .cont {
    padding: 12px;
    width: 240px;
    background-color: #ffffff;
    box-shadow: 9px 0px 15px 3px
    rgba(9, 35, 87, 0.32);
    border-radius: 12px;
    border: solid 3px #fcdfce;
}
.m-contact-box .info-code .u-img {
    width: 100%;
    height: auto;
}
.m-contact-box .info-code .u-txt {
    margin-top: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #272525;
}

@media screen and (max-width:768px) {
    .u-common-Details {
        display: none;
    }
    .f-w1320 {
        width: auto;
    }
    .u-common-title {
        padding: 20px;
    }
    .u-common-title .name {
        display: inline-block;
        font-size: 22px;
        line-height: 22px;
    }
    .u-common-title .name::before {
        font-size: 50px;
    }
    .u-common-title .name::after {
        background-image: none;
    }

    .u-common-tip {
        display: block;
        margin-bottom: 8px;
        padding-right: 5px;
        text-align: right;
        font-size: 12px;
        color: #666;
    }
    .m-content-wrap .u-common-Details {
        right: 50%;
        transform: translateX(50%);
        bottom: -30px;
        padding: 4px 35px 4px 15px;
        line-height: 1;
        height: 22px;
        font-size: 14px;
    }

    .m-data-box {
        padding: 0 20px;
    }
    .m-data-box .u-data-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px 0;
    }
    .m-data-box .u-data-list .item {
        flex: unset;
        display: block;
        width: 50%;
        margin: 20px 0 0;
        padding: 0 10px;
    }

    .m-data-box .u-data-list .item:last-child {
        width: 100%;
    }

    .m-data-box .u-data-list img {
        width: 50px;
        height: 50px;
        display: block;
        margin: 0 auto;
    }

    .m-data-box .u-data-list .u-num {
        margin-top: 10px;
        font-size: 16px;
    }
    .m-data-box .u-data-list .u-source {
        font-size: 14px;
    }
    .m-data-box .u-data-list .u-ttl {
        margin-top: 5px;
        font-size: 16px;
        line-height: 22px;
    }

    .m-content-wrap {
        padding: 0 20px 40px;
    }

    .m-zone-box {
        padding-top: 20px;
    }
    .m-zone-box .u-zone-box {
        display: block;

    }
    .m-zone-box .u-zone-box .tab-hd {
        justify-content: center;
        width: 100%;
        overflow: hidden;
    }
    .m-zone-box .u-zone-box .tab-hd .u-hd-scroll {
        display: flex;
        overflow-x: auto;
    }
    .m-zone-box .u-zone-box .tab-hd .u-hd-scroll .u-hd-cont {
        display: flex;
        position: relative;
    }
    .m-content-wrap .tab-hd .u-hd-scroll .u-tab-item {
        flex-shrink: 0;
        margin: 0 10px 0 0;
        padding: 5px;
        width: 180px;
        height: auto;
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        background-image: none;
        background-color: #3F79FF;
        border-radius: 8px;
    }
    .m-content-wrap .tab-hd .u-hd-scroll .u-tab-item.z-crt {
        height: auto;
        width: 180px;
        color: #faba8f;
        background-image: none;
    }
    .m-zone-box .tab-bd {
        margin-top: 10px;
    }
    .m-zone-box .tab-bd .u-bd-item {
        padding: 0;
        width: auto;
    }
    .m-zone-box .tab-bd .u-bd-item .u-img {
        display: none;
    }
    .m-zone-box .tab-bd .u-bd-item .u-txt {
        display: block;
        margin-bottom: 0;
        padding: 20px 20px 50px;
        height: auto;
        font-size: 14px;
        line-height: 22px;
    }

    .m-content-wrap .m-zone-box .u-common-Details {
        right: 50%;
        bottom: 20px;
    }

    .m-services-box .u-services-box .tab-hd {
        justify-content: center;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .m-services-box .u-services-box .tab-hd .u-hd-scroll {
        display: flex;
        overflow-x: auto;
    }
    .m-services-box .tab-hd .u-hd-scroll .u-hd-cont {
        display: flex;
        position: relative;
    }
    .m-services-box .tab-hd .u-hd-scroll .u-tab-item {
        position: static;
    }
    .m-services-box .tab-hd .u-tab-item .cont {
        padding: 0;
        text-shadow: 2px 2px 2px #68748E;
    }
    .m-services-box .tab-hd .u-hd-scroll .u-tab-item.z-crt .cont {
        background: none;
    }
    .m-services-box .tab-bd {
        margin-top: 10px;
    }
    .m-services-box .tab-bd .u-bd-item {
        padding: 20px 20px 50px;
    }
    .m-services-box .tab-bd .u-bd-item .u-img {
        display: none;
    }
    .m-services-box .tab-bd .u-bd-item .u-txt {
        display: block;
        margin-left: 0;
        height: auto;
        font-size: 14px;
        line-height: 22px;
    }

    .m-services-box .tab-hd .u-tab-item.z-crt::before,
    .m-services-box .tab-hd .u-tab-item.z-crt::after {
        content: none;
    }

    .m-case-box .u-case-box {
        padding: 20px;
    }
    .m-case-box .u-case-box .tab-hd {
        display: block;
        width: 100%;
        overflow: hidden;
    }
    .m-case-box .u-case-box .tab-hd .u-hd-scroll {
        display: flex;
        overflow-x: auto;
    }
    .m-case-box .tab-hd .u-tab-item .u-txt {
        background: none;
        padding: 0;
        width: auto;
        height: auto;
        font-size: 14px;
        color: #fff;
        line-height: 18px;
        text-shadow: 2px 2px 2px #68748E;
    }
    .m-case-box .tab-hd .u-tab-item.z-crt .u-txt {
        color: #faba8f;
        background: none;
    }
    .m-case-box .tab-hd .u-tab-item .u-img {
        display: none;
    }
    .m-case-box .tab-bd .u-bd-item {
        margin-top: 10px;
        padding-top: 0;

    }
    .m-case-box .tab-bd .u-txt {
        font-size: 14px;
        line-height: 22px;
    }
    .m-contact-box .u-contact-box {
        display: block;
        padding: 20px;
    }
    .m-contact-box .info-cont {
        width: 100%;
    }
    .m-contact-box .info-code .cont {
        margin: 0 auto;
        width: 40%;
        max-width: 240px;
    }
    .m-contact-box .info-cont .u-title {
        font-size: 16px;
        line-height: 22px;
    }
    .m-contact-box .info-code .u-txt {
        font-size: 14px;
        line-height: 18px;
    }
    .m-contact-box .u-info-list .u-row {
        display: block;
        margin-bottom: 5px;
        line-height: 22px;
        font-size: 14px;
    }
}
