﻿@charset "utf-8";
/* CSS Document */

.strategy-box {
    width: 100%;
    height:initial;
    position: relative;
    background: url(/images/strategy-page02.jpg) repeat;
}

.strategy-box-list {
    width: 15.4rem;
    height: auto;
    margin: 0 auto;
    padding-top: 1.17rem;
}

.strategy-box .the-sider {
    background-color: #d8d8d8;
}

.strategy-box .strategy-title {
    width: 100%;
    height: auto;
    text-align: left;
}

.strategy-box .strategy-title-icon {
    width: 4rem;
    height: 2.32rem;
    background: url(/images/strategy-page01.png) no-repeat #d8d8d8 center center;
    background-size: cover;
}

.strategy-box .strategy-guide {
    width: 4rem;
    height: auto;
    margin: 0.22rem 0 0 0;
    background-color: #d8d8d8;
    color: #bf0008;
    font-size: 0.25rem;
}

.strategy-box .strategy-show {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
}

    .strategy-box .strategy-show .strategy-item {
        width: 5rem;
        height: 4.3rem;
        display: inline-block;
        position: relative;
        float: left;
        margin-left: 0.2rem;
        margin-bottom:0.5rem;
    }

        .strategy-box .strategy-show .strategy-item img {
            width: 100%;
            height: 100%;
            display: inline-block;
            border: none;
        }

        .strategy-box .strategy-show .strategy-item:nth-child(3n+1) {
            margin-left: 0;
        }


    .strategy-box .strategy-show .strategy-item-btm {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0.66rem;
    }

    .strategy-box .strategy-show .strategy-slide-up {
        animation: strategySildeTop 0.8s forwards;
    }

    .strategy-box .strategy-show .strategy-slide-down {
        animation: strategySildeDown 0.8s forwards;
    }

    .strategy-box .strategy-show .strategy-item-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.55);
    }

    .strategy-box .strategy-show .strategy-item-left {
        position: absolute;
        top: 0.125rem;
        left: 0.1rem;
        color: #fff;
        font-size: 14px;
    }

        .strategy-box .strategy-show .strategy-item-left .num {
            font-size: 13px;
            line-height: 1px;
            position: relative;
            top: -5px;
        }

        .strategy-box .strategy-show .strategy-item-left .text {
            font-size: 20px;
        }

    .strategy-box .strategy-show .strategy-item-right {
        position: absolute;
        right: 0.1rem;
        top: 0.18rem;
        font-size: 13px;
        color: #fff;
    }
/****定义从上到下*****/
@keyframes strategySildeTop {
    0% {
        height: 0.66rem;
    }

    100% {
        height: 1.8rem;
    }
}

@-webkit-keyframes strategySildeTop {
    0% {
        height: 0.66rem;
    }

    100% {
        height: 1.8rem;
    }
}

@-moz-keyframes strategySildeTop {
    0% {
        height: 0.66rem;
    }

    100% {
        height: 1.8rem;
    }
}

@-ms-keyframes strategySildeTop {
    0% {
        height: 0.66rem;
    }

    100% {
        height: 1.8rem;
    }
}

@-o-keyframes strategySildeTop {
    0% {
        height: 0.66rem;
    }

    100% {
        height: 1.8rem;
    }
}
/****定义从上到下*****/
@keyframes strategySildeDown {
    0% {
        height: 1.8rem;
    }

    100% {
        height: 0.66rem;
    }
}

@-webkit-keyframes strategySildeDown {
    0% {
        height: 1.8rem;
    }

    100% {
        height: 0.66rem;
    }
}

@-moz-keyframes strategySildeDown {
    0% {
        height: 1.8rem;
    }

    100% {
        height: 0.66rem;
    }
}

@-ms-keyframes strategySildeDown {
    0% {
        height: 1.8rem;
    }

    100% {
        height: 0.66rem;
    }
}

@-o-keyframes strategySildeDown {
    0% {
        height: 1.8rem;
    }

    100% {
        height: 0.66rem;
    }
}

.strategy-area-continer {
    width: 100%;
    height: 100%;
    position: relative;
}

.strategy-area-tabs {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 1.22rem;
    text-align: center;
}

.strategy-tabs-item {
    width: auto;
    height: 0.46rem;
    display: inline-block;
    text-align: center;
    font-size: 0.16rem;
    color: #4e4e4e;
    transition: color 0.8s;
    margin: 0 0.4rem;
    padding: 0 0.5rem;
}

    .strategy-tabs-item.on {
        color: #bf0008;
    }

    .strategy-tabs-item .chinese-txt {
        width: 100%;
        height: 0.23rem;
        font-size: 0.16rem;
        line-height: 0.23rem;
    }

    .strategy-tabs-item .english-txt {
        width: 100%;
        height: 0.23rem;
        font-size: 0.15rem;
        line-height: 0.25rem;
    }

.strategy-area-list {
    width: 15.4rem;
    height: auto;
    margin: 0 auto;
    padding: 2.43rem 0 1rem 0;
}

.strategy-cont-list {
    width: 100%;
    height: auto;
}

    .strategy-cont-list .area-list-item {
        width: 5rem;
        height: auto;
        display: inline-block;
        position: relative;
        float: left;
        margin-left: 0.2rem;
        margin-bottom: 1.2rem;
    }

        .strategy-cont-list .area-list-item img {
            display: block;
            width: 100%;
            height: 3rem;
            border: none;
        }

        .strategy-cont-list .area-list-item:nth-child(3n+1) {
            margin-left: 0;
        }

.area-list-des {
    width: 100%;
    height: auto;
    color: #000;
    padding-top:0.25rem;
}

    .area-list-des .list-des-name {
        width:100%;
        height:auto;
        font-size: 0.14rem;
        line-height:1.5em;
        text-align:left;
    }

    .area-list-des .list-des-sub {
        width: 100%;
        height: auto;
        font-size: 0.2rem;
        line-height: 1.5em;
        text-align: left;
        padding-bottom: 0.35rem;
        border-bottom: 0.01rem solid #bebebe;
    }

    .area-list-des .list-des-line {
        width: 100%;
        height: 1px;
        background-color: #bebebe;
        margin: 0.5rem 0 0.1rem;
    }

    .area-list-des .list-des-view {
        width: 100%;
        height: auto;
        font-size: 0.14rem;
        line-height: 1.5em;
        text-align: right;
        margin-top:0.1rem;
    }

    .area-list-des .the-view-link {
        cursor: pointer;
        color: #000;
    }

.strategy-detail {
    background-color: #d8d8d8;
}

.strategy-detail-bg {
    width: 100%;
    height: 6.82rem;
    position: absolute;
    left: 0;
    top: 0;
    background: #cacaca;
    z-index: 1;
}

.strategy-detail-main {
    width:11rem;
    height:auto;
    position: relative;
    padding-top: 1.6rem;
    margin: 0 auto;
    z-index: 9;
}

    .strategy-detail-main .strategy-detail-pic {
        width: 100%;
        height: auto;
    }

    .strategy-detail-main .strategy-detail-pic img{
        max-width: 100%;
        height: auto;
        border:none;
    }

    .strategy-detail-main .detail-main-pic01 {
        background: url(/images/strategy-detail01.jpg) no-repeat;
        background-size: contain;
    }

    .strategy-detail-main .strategy-detail-title {
        font-size: 0.34rem;
        padding-top: 1.22rem;
    }

    .strategy-detail-main .strategy-detail-time {
        padding-bottom: 0.28rem;
        color: #4e4e4e;
        padding-top: 0.23rem;
        border-bottom: 1px solid #bebebe;
    }

    .strategy-detail-main .strategy-detail-para01 {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 0.42rem;
        padding-top: 1.05rem;
    }

    .strategy-detail-main .strategy-detail-para02 {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 1.99rem;
    }

    .strategy-detail-main .detail-main-pic02 {
        background: url(/images/strategy-detail02.jpg) center center no-repeat;
        background-size: auto 100%;
    }

    .strategy-detail-main .strategy-detail-part {
        margin-top: 1.29rem;
        text-align: center;
    }

        .strategy-detail-main .strategy-detail-part .part-number {
            font-size: 56px;
            position: relative;
        }

            .strategy-detail-main .strategy-detail-part .part-number::after {
                content: '';
                position: absolute;
                left: 50%;
                bottom: 8px;
                width: 54px;
                margin-left: -29px;
                height: 1px;
                background-color: #000;
            }

        .strategy-detail-main .strategy-detail-part .part-name {
            font-size: 25px;
            padding-bottom: 1.01rem;
            height: 33px;
        }

    .strategy-detail-main .detail-main-pic03 {
        background: url(/images/strategy-detail03.jpg) center center no-repeat;
        background-size: auto 100%;
    }

    .strategy-detail-main .strategy-detail-para03 {
        text-align: center;
        font-size: 16px;
        padding-top: 0.81rem;
        line-height: 30px;
    }

    .strategy-detail-main .detail-main-pic04 {
        margin-top: 0.98rem;
        background: url(/images/strategy-detail04.jpg) center center no-repeat;
        background-size: auto 100%;
    }

    .strategy-detail-main .strategy-detail-para04 {
        text-align: center;
        font-size: 16px;
        padding-top: 0.98rem;
        padding-bottom: 1.07rem;
        line-height: 30px;
    }

    .strategy-detail-main .detail-main-pic05 {
        background: url(/images/strategy-detail05.jpg) center center no-repeat;
        background-size: auto 100%;
    }

    .strategy-detail-main .strategy-detail-para05 {
        text-align: center;
        font-size: 16px;
        padding-top: 0.75rem;
        line-height: 30px;
    }

    .strategy-detail-main .detail-main-pic06 {
        background: url(/images/strategy-detail06.jpg) center center no-repeat;
        background-size: auto 100%;
    }

    .strategy-detail-main .strategy-detail-para06 {
        text-align: center;
        font-size: 16px;
        padding-top: 0.6rem;
        padding-bottom: 1.5rem;
        line-height: 30px;
    }

    .strategy-detail-main .detail-main-pic07 {
        background: url(/images/strategy-detail07.png) center center no-repeat;
        width: 0.22rem;
        height: 0.06rem;
        float: right;
        margin-top: 1.22rem;
    }

    .strategy-detail-main .strategy-detail-para07 {
        text-align: right;
        font-size: 16px;
        padding-top: 1.55rem;
        line-height: 30px;
    }

    .strategy-detail-main .strategy-detail-para08 {
        text-align: right;
        font-size: 14px;
        padding-bottom: 2.18rem;
    }

.strategy-detail-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 1.9rem;
    margin-bottom: 2rem;
    z-index: 9;
}
.strategy-detail-title-box{
    width: 100%;
    height: auto;
    font-size: 0.34rem;
    position: relative;
    line-height: 0.6rem;
}
.strategy-detail-time-box {
    width: 100%;
    height: auto;
    color: #4e4e4e;
    padding: 0.23rem 0;
    border-bottom: 0.01rem solid #bebebe;
    font-size: 0.16rem;
}
    .strategy-detail-time {
    width: 100%;
    height: auto;
    color: #4e4e4e;
    padding: 0.23rem 0;
    border-bottom: 0.01rem solid #bebebe;
    font-size: 0.16rem;
}

.strategy-detail-cont {
    width: 100%;
    height: auto;
    margin: 1rem auto;
}

    .strategy-detail-cont img {
        max-width: 100%;
        height: auto;
        border: none;
    }


.strategy-detail-btn {
    width: 100%;
    height: auto;
}

    .strategy-detail-btn a {
        max-width: 48%;
        width: auto;
        height: auto;
        display: inline-block;
        padding-top: 0.3rem;
    }

    .strategy-detail-btn .btn-left {
        float: left;
        text-align: left;
        background: url(/images/strategy-detail007.png) top left no-repeat;
    }

    .strategy-detail-btn .btn-right {
        float: right;
        text-align: right;
        background: url(/images/strategy-detail07.png) top right no-repeat;
    }

    .strategy-detail-btn h2 {
        width: 100%;
        height: auto;
        font-size: 0.16rem;
        color: #000;
        font-family: 'ali-regular';
        font-weight: normal;
    }

    .strategy-detail-btn p {
        width: 100%;
        height: auto;
        font-size: 0.14rem;
        color: #000;
        font-family: 'ali-regular';
        margin-top: 0.05rem;
    }

.strategy-banquan {
    width:100%;
    height:auto;
    line-height:1.5em;
    text-align: right;
    font-size: 0.14rem;;
    color: #161616;
}

@media screen and (max-width:760px){
    .strategy-box .strategy-show .strategy-item-left .num {
        font-size: 8px;
        top: -3px;
    }
    .strategy-box .strategy-show .strategy-item-left .text {
        font-size: 10px;
    }
    .strategy-box .strategy-show .strategy-item-right {
        font-size: 5px;
    }
    .strategy-box .strategy-show .strategy-item-left {
        top: 0;
    }
    .strategy-tabs-item .chinese-txt,.strategy-tabs-item .english-txt {
        font-size: 8px;
        height: 9px;
    }
    .area-list-des .list-des-sub {
        font-size: 8px;
    }
    .strategy-detail-title-box {
        font-size: 11px;
    }
    .strategy-detail-time-box {
        font-size: 7px;
    }
    .strategy-detail-cont span {
        font-size: 9px!important;
    }
    .strategy-detail-btn h2 {
        font-size:8px;
    }
}