.header.not-scroll {
    background: none;
    position: absolute;
}

.header .no-logo {
    display: none;
}

.header .scroll-logo {
    display: block;
}

.header.not-scroll .scroll-logo {
    display: none;
}

.header.not-scroll .no-logo {
    display: block;
}

.header.not-scroll .header-nav .nav>li {
    color: #FFFFFF;
    opacity: 0.7;
}

.header.not-scroll .header-nav .nav>li.active {
    color: #59FF8B;
}

.header.not-scroll .header-nav .nav>li.active span a {
    color: #59FF8B;
}

.header.not-scroll .header-nav .nav>li.active::after {
    background: #59FF8B;
}


/* .header.not-scroll .header-nav .nav>li .nav-item>li {
    color: #fff;
} */

.header.not-scroll .header-nav .nav>li .nav-item>li.active {
    background: #F0F4FF;
    color: #59FF8B;
}

.header.not-scroll .header-nav .nav>li .nav-item>li:hover {
    background: #F0F4FF;
    color: #59FF8B;
}

.header.not-scroll .header-nav .nav .login-btn {
    background-color: #FFFDFE;
    color: #151B28;
}

.banner {
    width: 100%;
    height: 380px;
    background: url(../images/advertisement/banner-1.png) center center no-repeat;
    color: #fff;
    position: relative;
    margin-top: 0;
}

.banner .bannner-wrap {
    transform: translateX(-50%);
}

.banner .bannner-wrap h3 {
    font-size: 32px;
    font-weight: 600;
}

.banner .bannner-wrap p {
    opacity: 0.7;
    font-size: 15px;
    /* margin-top: 15px; */
}

.banner .bannner-wrap.brand-banner-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner .bannner-wrap.brand-banner-wrap h3 {
    color: #fff;
    opacity: .9;
}

.ecology-content .ecology-content-wrap {
    display: flex;
    position: relative;
}

.ecology-content .ecology-content-wrap>div {
    flex: 1;
    overflow: hidden;
}

.ecology-content .ecology-content-wrap>div img {
    width: 100%;
    display: block;
}

.ecology-content .ecology-content-wrap>span {
    text-align: center;
    position: absolute;
    left: calc(50% - 22.5px);
    top: calc(50% - 22.5px);
    /* transform: translate(-50%, -50%); */
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #17AE82;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 45px;
}

.ecology-content .ecology-content-wrap .wrap-content {
    position: relative;
}

.ecology-content .ecology-content-wrap .wrap-content .wrap-content-in {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
}

.ecology-content .ecology-content-wrap:nth-child(2) .wrap-content .wrap-content-in {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
}

.ecology-content .ecology-content-wrap .wrap-content h5 {
    color: #000000;
    opacity: 0.9;
    font-size: 24px;
}

.ecology-content .ecology-content-wrap .wrap-content p {
    color: #333333;
    font-size: 14px;
    margin-top: 50px;
}

.type-content .type-tab {
    text-align: center;
    margin: 20px 0;
}

.type-content .type-tab .type-tab-wrap {
    display: inline-block;
}

.type-content .type-tab .type-tab-wrap>div {
    width: 170px;
    height: 156px;
    text-align: center;
    margin-right: 30px;
}

.type-content .type-tab .type-tab-wrap>div.active {
    background: #FFFFFF;
    box-shadow: 0px 8px 40px 0px rgba(24, 42, 71, 0.1);
    border-radius: 16px;
    color: #0145EE;
}

.type-content .type-tab .type-tab-wrap>div.active {
    background: #FFFFFF;
    box-shadow: 0px 8px 40px 0px rgba(24, 42, 71, 0.1);
    border-radius: 16px;
    color: #0145EE;
}

.type-content .type-tab .type-tab-wrap>div.active p {
    color: #0145EE;
}

.type-content .type-tab .type-tab-wrap>div .no-img {
    display: block;
}

.type-content .type-tab .type-tab-wrap>div .click-img {
    display: none;
}

.type-content .type-tab .type-tab-wrap>div.active .no-img {
    display: none;
}

.type-content .type-tab .type-tab-wrap>div.active .click-img {
    display: block;
}

.type-content .type-tab .type-tab-wrap>div img {
    width: 60px;
    margin: 20px auto 6px;
}

.type-content .type-tab .type-tab-wrap>div p {
    font-size: 14px;
    color: #333333;
}

.type-content .type-tab-content {
    width: 1000px;
    margin: 0 auto;
}

.type-content .type-tab-content .img-wrap {
    width: 50%;
    text-align: center;
}

.type-content .type-tab-content .img-wrap img {
    width: 60%;
    margin: 0 auto;
    animation: img-scale 1s;
}

.type-content .type-tab-content .tab-content-left {
    width: 35%;
    margin: 13% 0 0 20px;
}

.type-content .type-tab-content .tab-content-left h3 {
    margin: 60px 0 15px 0;
    animation: move 1s;
    position: relative;
}

.type-content .type-tab-content .tab-content-left .p-1 {
    position: relative;
    font-size: 14px;
    color: #070707;
    margin-bottom: 20px;
    animation: move 1s;
    animation-delay: .2s;
}

.type-content .type-tab-content .tab-content-left .p-2 {
    position: relative;
    font-size: 14px;
    color: #777777;
    animation-delay: .6s;
    animation: move 1.6s;
}

.type-content .type-tab-content .tab-content-left .p-3 {
    position: relative;
    font-size: 14px;
    color: #777777;
    animation-delay: .8s;
    animation: move 1.8s;
}

@keyframes move {
    0% {
        left: 0;
        opacity: 1;
    }
    50% {
        left: -40px;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes img-scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.audience-content .content-1 .content-1-wrap {
    width: 80%;
    /* height: 360px; */
    margin: 0 auto;
}

.audience-content .content-1 .content-1-wrap .img-wrap {
    width: 45%;
    text-align: center;
}

.audience-content .content-1 .content-1-wrap .img-wrap img {
    width: 80%;
    margin: 45px auto;
}

.audience-content .content-1 .content-1-wrap .content-right {
    width: 40%;
    margin-top: 12%;
}

.audience-content .content-1 .content-1-wrap .content-right h5 {
    font-size: 24px;
    font-weight: 500;
    ;
}

.audience-content .content-1 .content-1-wrap .content-right p {
    font-size: 14px;
    color: #333333;
}

.audience-content .content-1 .content-1-wrap .content-right p.right-p {
    margin: 20px 0 10px 0
}

.audience-content .content-2 {
    width: 100%;
    height: 680px;
    background: url(../images/advertisement/banner-8.png) no-repeat center center;
    background-size: cover;
    background-position: 20%;
    position: relative;
}

.audience-content .content-2 .content-right {
    width: 30%;
    position: absolute;
    left: 15%;
    top: 35%;
}

.audience-content .content-2 .content-right h5 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.audience-content .content-2 .content-right p {
    font-size: 14px;
    color: #fff;
    opacity: 0.7;
}

.audience-content .content-2 .content-right p.right-p {
    margin: 20px 0 10px 0
}

.audience-content .content-3 {
    width: 100%;
    height: 680px;
    background: url(../images/advertisement/banner-9.png) no-repeat center center;
    background-size: cover;
    position: relative;
    background-position-y: 100%;
}

.audience-content .content-3 .content-right {
    text-align: center;
    margin: 0 auto;
}

.audience-content .content-3 .content-right h5 {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    padding-top: 50px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.audience-content .content-3 .content-right p {
    color: #333333;
    font-size: 14px;
}

.bannert-put {
    background: url(../images/advertisement/banner-put-1.png) center center no-repeat;
}

.put-content .content-1 {
    width: 60%;
    margin: 60px auto;
}

.put-content .content-1 img {
    width: 100%;
}

.put-content .content-2 .content-wrap {
    width: 64%;
    margin: 0 auto;
    display: flex;
}

.put-content .content-2 .content-wrap .content-left {
    width: 45%;
    margin: 8% auto;
    flex: 1;
}

.put-content .content-2 .content-wrap .content-right {
    width: 45%;
    text-align: center;
    flex: 1;
}

.put-content .content-2 .content-wrap .content-right img {
    width: 80%;
}

.put-content .content-2 .content-wrap .content-left h5 {
    color: #010101;
    font-size: 20px;
    font-weight: 600;
}

.put-content .content-2 .content-wrap .content-left ul li {
    color: #333333;
    margin-top: 18px;
    list-style-type: disc;
}

.put-content .content-3 {
    padding: 60px 0;
}

.put-content .content-3 .content-wrap {
    width: 64%;
    margin: 0 auto;
}

.put-content .content-3 .content-wrap .content-left {
    width: 45%;
    margin: 10% auto;
}

.put-content .content-3 .content-wrap .content-left h5 {
    color: #010101;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.put-content .content-3 .content-wrap .content-left p {
    color: #333333;
    ;
    font-size: 14px;
    font-weight: 400;
}

.put-content .content-3 .content-wrap .content-right {
    width: 45%;
    text-align: center;
}

.put-content .content-3 .content-wrap .content-right img {
    width: 70%;
}

.put-content .content-3-bg {
    background: #F4F7FC;
}

.banner-analysis {
    background: url(../images/advertisement/banner-analysis-1.png) center center no-repeat;
}

.analysis-1 .analysis-1-wrap {
    width: 60%;
    margin: 80px auto;
    display: flex;
    perspective: 500;
    -webkit-perspective: 500;
    justify-content: space-between;
}

.analysis-1 .analysis-1-wrap>div {
    flex: 1;
    height: 400px;
    margin-right: 20px;
}

.analysis-1 .analysis-1-wrap .analysis-1-content.active {
    transform: translate3d(15px, -20px, 30px);
    /* margin-right: 0; */
}

.analysis-1 .analysis-1-wrap .analysis-2-content.active {
    transform: translate3d(0px, -20px, 30px);
    /* margin-right: 0; */
}

.analysis-1 .analysis-1-wrap .analysis-3-content.active {
    transform: translate3d(-15px, -20px, 30px);
    /* margin-right: 0; */
}

.analysis-1 .analysis-1-wrap .analysis-1-content {
    background: url(../images/advertisement/banner-analysis-2.png) center center no-repeat;
    position: relative;
}

.analysis-1 .analysis-1-wrap .analysis-1-content>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.analysis-1 .analysis-1-wrap .analysis-1-content>div img {
    width: 60px;
}

.analysis-1 .analysis-1-wrap .analysis-1-content>div h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 8px 0 6px 0;
}

.analysis-1 .analysis-1-wrap .analysis-2-content {
    background: url(../images/advertisement/banner-analysis-3.png) center center no-repeat;
    position: relative;
}

.analysis-1 .analysis-1-wrap .analysis-1-content>div p {
    font-size: 14px;
    opacity: 0.7;
}

.analysis-1 .analysis-1-wrap .analysis-2-content>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.analysis-1 .analysis-1-wrap .analysis-2-content>div img {
    width: 60px;
}

.analysis-1 .analysis-1-wrap .analysis-2-content>div h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 8px 0 6px 0;
}

.analysis-1 .analysis-1-wrap .analysis-2-content>div p {
    font-size: 14px;
    opacity: 0.7;
}

.analysis-1 .analysis-1-wrap .analysis-3-content {
    background: url(../images/advertisement/banner-analysis-4.png) center center no-repeat;
    position: relative;
}

.analysis-1 .analysis-1-wrap .analysis-3-content>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.analysis-1 .analysis-1-wrap .analysis-3-content>div img {
    width: 60px;
}

.analysis-1 .analysis-1-wrap .analysis-3-content>div h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 8px 0 6px 0;
}

.analysis-1 .analysis-1-wrap .analysis-3-content>div p {
    font-size: 14px;
    opacity: 0.7;
}

.analysis-title {
    text-align: center;
}

.analysis-title h1 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 50px 0 8px 0;
}

.analysis-title p {
    width: 36px;
    height: 2px;
    background: #2F86DB;
    border-radius: 1px;
    margin: 0 auto;
}

.analysis-2 {
    background: #F4F7FC;
}

.analysis-2 .analysis-title {
    padding-top: 30px;
}

.analysis-2-wrap {
    width: 60%;
    margin: 0 auto;
}

.analysis-2-wrap .analysis-2-tab {
    display: flex;
    margin-top: 50px;
}

.analysis-2-wrap .analysis-2-tab>div {
    flex: 1;
    text-align: center;
}

.analysis-2-wrap .analysis-2-tab>div>div {
    display: inline-block;
    height: 100%;
}

.analysis-2-wrap .analysis-2-tab>div span {
    color: #333333;
    overflow: hidden;
    display: inline-block;
    margin-left: 3px;
}

.analysis-2-wrap .analysis-2-tab>div div {
    border-bottom: 2px solid transparent;
}

.analysis-2-wrap .analysis-2-tab>div.active div {
    border-bottom: 2px solid #0145EE;
}

.analysis-2-wrap .analysis-2-tab>div.active span {
    color: #0145EE;
}

.analysis-2-wrap .analysis-2-tab>div .no-img {
    display: inline-block;
}

.analysis-2-wrap .analysis-2-tab>div .click-img {
    display: none;
}

.analysis-2-wrap .analysis-2-tab>div.active .no-img {
    display: none;
}

.analysis-2-wrap .analysis-2-tab>div.active .click-img {
    display: inline-block;
}

.analysis-2-wrap .analysis-2-bg {
    width: 100%;
    height: 2px;
    background: linear-gradient( 90deg, rgba(153, 153, 153, 0), rgba(153, 153, 153, .6) 50%, rgba(153, 153, 153, 0));
}

.analysis-2-wrap .analysis-2-wrap-content {
    display: none;
}

.analysis-2-wrap .analysis-2-wrap-content.active {
    position: relative;
    display: block;
    animation: opacity-text 1s;
}

.analysis-2-wrap .analysis-2-wrap-content.active .analysis-2-content-l {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 40%;
    transform: translateY(-50%);
    /* animation: opacity-text 1s; */
}

.analysis-2-wrap .analysis-2-wrap-content.active .analysis-2-content-l h3 {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 30px;
}

.analysis-2-wrap .analysis-2-wrap-content.active .analysis-2-content-l p {
    font-size: 14px;
    color: #333333;
}

.analysis-2-wrap .analysis-2-wrap-content.active .analysis-2-content-r {
    width: 50%;
}

.analysis-2-wrap .analysis-2-wrap-content.active .analysis-2-content-r img {
    width: 70%;
    margin: 50px 0;
    animation: img-scale 1s;
}

@keyframes opacity-text {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .2;
    }
    100% {
        opacity: 1;
    }
}

.bannner-position-wrap {
    width: 60%;
    position: relative;
    top: -60px;
    /* height: 728px; */
    background: #FFFFFF;
    box-shadow: 0px 8px 40px 0px rgba(24, 42, 71, 0.1);
    border-radius: 20px;
    margin: 0 auto;
    padding: 0 50px;
}

.bannner-position-wrap h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding-top: 30px;
}

.bannner-position-wrap .bannner-position-wrap-line {
    width: 36px;
    height: 2px;
    margin: 6px auto 18px;
    background: #2F86DB;
    border-radius: 1px;
}

.bannner-position-wrap .bannner-position-wrap-title {
    font-weight: 400;
    color: #333333;
    font-size: 14px;
}

.bannner-position-wrap .bannner-position-content {
    position: relative;
    margin-top: 50px;
}

.bannner-position-wrap .bannner-position-content .content-item {
    width: 50%;
    padding: 10px 30px;
    box-sizing: border-box;
    height: 78px;
}

.bannner-position-wrap .bannner-position-content .content-item-b {
    margin-top: 10px;
}

.bannner-position-wrap .bannner-position-content .content-item-b .img-wrap-last {
    margin-top: 5px;
}

.bannner-position-wrap .bannner-position-content .heng-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background: linear-gradient( 90deg, rgba(153, 153, 153, 0), rgba(153, 153, 153, .2) 50%, rgba(153, 153, 153, 0));
}

.bannner-position-wrap .bannner-position-content .shu-line {
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
    background: linear-gradient( 180deg, rgba(153, 153, 153, 0), rgba(153, 153, 153, .2) 50%, rgba(153, 153, 153, 0));
}

.bannner-position-wrap .bannner-position-content>div .div-odd {
    text-align: right;
    width: 80%;
    box-sizing: border-box;
    padding-right: 16px;
}

.bannner-position-wrap .bannner-position-content>div .div-even {
    width: 80%;
    box-sizing: border-box;
    padding-left: 16px;
}

.bannner-position-wrap .bannner-position-content>div .img-wrap {
    width: 20%;
    text-align: center;
}

.bannner-position-wrap .bannner-position-content>div .img-wrap img {
    width: 50%;
}

.bannner-position-wrap .bannner-position-content>div h6 {
    font-weight: 500;
    color: #0145EE;
    font-size: 16px;
    font-family: SourceHanSansCN-Bold;
    margin-bottom: 3px;
}

.bannner-position-wrap .bannner-position-content>div p {
    font-weight: 400;
    color: #333333;
    font-size: 14px;
}

.bannner-position-wrap .div-content-bottom {
    text-align: center;
    padding: 10px 0 20px 0;
}

.bannner-position-wrap .div-content-bottom .triangle {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid#000;
    margin: 0 auto;
}

.bannner-position-wrap .div-content-bottomm p {
    color: #333333;
    font-size: 14px;
}

.banner-brand {
    background: url(../images/brand/banner-1.png) center center no-repeat;
}

.banner-adType {
    background: url(../images/advertisement/banner-5.png) center center no-repeat;
}

.banner-adAudience {
    background: url(../images/advertisement/banner-6.png) center center no-repeat;
}

.brand-strength h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    /* padding-top: 30px; */
}

.brand-strength .bannner-position-wrap-line {
    width: 36px;
    height: 2px;
    margin: 6px auto 18px;
    background: #2F86DB;
    border-radius: 1px;
}

.brand-strength .bannner-position-wrap-title {
    font-weight: 400;
    width: 60%;
    margin: 0 auto;
    color: #333333;
    font-size: 14px;
    text-align: center;
}

.brand-strength {
    margin: 0 12.5%;
}

.brand-strength .header-title {
    margin-top: 150px;
}

.brand-strength .strength-content {
    margin-top: 66px;
}

.brand-strength .strength-content .content-top {
    margin: 0 12.5%;
    display: flex;
    margin-top: 15px;
}

.brand-strength .strength-content .content-top>div {
    flex: 1;
    text-align: left;
    position: relative;
    /* padding: 10px 15px 20px 15px; */
    margin-right: 6px;
    /* height: 200px; */
}

.brand-strength .strength-content .content-top>div .strength-content-wrap {
    width: 60%;
    margin: 0 auto;
    padding: 10px 15px 20px 15px;
    height: 160px;
}


/* .brand-strength .strength-content .content-top>div.active .strength-content-wrap {
    box-shadow: 0px 8px 40px 0px rgba(24, 42, 71, 0.1);
    border-radius: 16px;
}

.brand-strength .strength-content .content-top>div.active .content-wrap h5 {
    color: #0E4EEF;
} */

.brand-strength .strength-content .content-top>div:hover .strength-content-wrap {
    box-shadow: 0px 8px 40px 0px rgba(24, 42, 71, 0.1);
    border-radius: 16px;
}

.brand-strength .strength-content .content-top>div:hover .content-wrap h5 {
    color: #0E4EEF;
}

.brand-strength .strength-content .content-top>div .content-wrap {
    /* height: 200px; */
    /* width: 80%; */
    text-align: left;
    /* margin: 80px auto 0; */
    background: #FFFFFF;
}


/* .brand-strength .strength-content .content-top>div .img-click {
    display: none;
}

.brand-strength .strength-content .content-top>div.active .img-click {
    display: block;
}

.brand-strength .strength-content .content-top>div.active .no-click {
    display: none;
} */

.brand-strength .strength-content .content-top>div:nth-child(1) img {
    width: 70px;
    margin: 15px 0 10px 0;
}

.brand-strength .strength-content .content-top>div:nth-child(2) img {
    width: 55px;
    margin: 0 0 3px 0;
}

.brand-strength .strength-content .content-top>div:nth-child(3) img {
    width: 70px;
    margin: 3px 0 5px 0;
}

.brand-strength .strength-content .content-top>div .content-wrap h5 {
    font-size: 18px;
    font-weight: 500;
    box-sizing: border-box;
    margin-bottom: 8px;
}

.brand-strength .strength-content .content-top>div .content-wrap p {
    font-size: 12px;
    color: #777777;
}


/* .brand-strength .strength-content .content-top>div img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
} */

.brand-strength .strength-content .content-bottom {
    display: flex;
}

.brand-strength .strength-content .content-bottom>div {
    flex: 1;
    text-align: left;
    position: relative;
    /* padding: 10px 15px 20px 15px; */
    margin-right: 6px;
    /* height: 200px; */
}

.brand-strength .strength-content .content-bottom>div .strength-content-wrap {
    width: 60%;
    margin: 0 auto;
    padding: 10px 15px 20px 15px;
    height: 160px;
}


/* .brand-strength .strength-content .content-bottom>div.active .strength-content-wrap {
    box-shadow: 0px 8px 40px 0px rgba(24, 42, 71, 0.1);
    border-radius: 16px;
}

.brand-strength .strength-content .content-bottom>div.active .content-wrap h5 {
    color: #0E4EEF;
} */

.brand-strength .strength-content .content-bottom>div:hover .strength-content-wrap {
    box-shadow: 0px 8px 40px 0px rgba(24, 42, 71, 0.1);
    border-radius: 16px;
}

.brand-strength .strength-content .content-bottom>div:hover .content-wrap h5 {
    color: #0E4EEF;
}

.brand-strength .strength-content .content-bottom>div .content-wrap {
    /* height: 200px; */
    width: 80%;
    /* margin: 80px auto 0; */
    background: #FFFFFF;
}

.brand-strength .strength-content .content-bottom>div:nth-child(1) img {
    width: 88px;
    margin: 3px 0 3px 0;
}

.brand-strength .strength-content .content-bottom>div:nth-child(2) img {
    width: 62px;
    margin: 4px 0 4px 0;
}

.brand-strength .strength-content .content-bottom>div:nth-child(3) img {
    width: 80px;
    margin: 6px 0 6px 0;
}

.brand-strength .strength-content .content-bottom>div:nth-child(4) img {
    width: 65px;
    margin: 4px 0 4px 0;
}

.brand-strength .strength-content .content-bottom>div .content-wrap h5 {
    font-size: 18px;
    font-weight: 500;
    box-sizing: border-box;
    /* padding-top: 100px; */
    margin-bottom: 8px;
}

.brand-strength .strength-content .content-bottom>div .content-wrap p {
    font-size: 12px;
    color: #777777;
}

.brand-strength .div-content-bottom {
    text-align: center;
    padding: 50px 0 60px 0;
}

.brand-strength .div-content-bottom .triangle {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid#000;
    margin: 0 auto;
}

.brand-strength .div-content-bottomm p {
    color: #333333;
    font-size: 14px;
}