/* 策略中心概述 */
.conduct_summarize {
    padding-bottom: 60px;

}

.conduct_summarize h2 {
    text-align: left;
    padding-bottom: 30px;
}

.conduct_summarize p {
    width: 798px;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: #5b5b5b;
    line-height: 25px;
}

.conduct_summarize_main {
    width: 1100px;
    height: 566px;
    border: 1px solid #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.conduct_summarize_main img {
    width: 830px;
    height: 514px;
}

/* banner栏 */
.tabber {
    height: 56px;
    line-height: 56px;
    background: linear-gradient(180deg, #f5f6f8, #ffffff);
    box-shadow: 0px 2px 20px 0px rgba(55, 99, 170, 0.1);
    width: 78%;
    margin: 0 auto;
    z-index: 999999;
}

.tabber ul {
    display: flex;
    justify-content: space-around;
    padding: 0px 50px;
}

.tabber ul li {
    float: left;
}

.tabber ul li:hover a {
    color: #4074e1;
}

.tabber ul li a {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #2a2c44;
    line-height: 20px;
}

.tabber ul li a.current {
    color: #4074e1;
}

.tabber ul li:nth-last-child(1) {
    margin-right: 0px;
}

/* 策略中心的功能 */
.strategy_function {
    height: 460px;
    background-image: url(https://files.yuanian.com/yuanian/public_image/product_bg_1.png);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
}

.strategy_function_main dl {
    float: left;
    width: 259px;
    height: 250px;
    background: linear-gradient(180deg, #f5f6f8, #ffffff);
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.1), 2px 2px 0px 0px #ffffff inset;
    margin-right: 20px;
}

.strategy_function_main dl:nth-child(4n) {
    margin-right: 0px;
}

.strategy_function_main dl dt {
    padding: 24px 20px 10px 28px;
    display: flex;
    align-items: center;
    height: 32px;
}

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

.strategy_function_main dl:hover {
    background: linear-gradient(0deg, #ffffff, #edeff3 95%);
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.1), 2px 2px 0.3px 0px #ffffff inset,
        0px 1px 3px 0px rgba(254, 254, 254, 0.5) inset;
}

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

.strategy_function_main dl dt h3 {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 24px;
    margin-left: 10px;
}

.strategy_function_main dl dd {
    padding: 0px 30px 0px 30px;
}

.strategy_function_main dl dd p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #5f5f5f;
    line-height: 25px;
}



@media screen and (max-width: 1024px) {
    .tabber ul{
        padding: 0px  10px;
    }
    .tabber ul li a{
        font-size: 13px;
    }
    .conduct_summarize p {
        width: 100%;
    }

    .conduct_summarize_main {
        width: 90%;
        padding: 5%;
        height: auto;
        margin-top: 20px;

    }

    .conduct_summarize_main img {
        width: 100%;
        height: auto;
    }

    /* 策略中心的功能 */
    .strategy_function {
        height: auto;
        padding-bottom: 30px;
    }

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

    .strategy_function_main dl dt {
        padding: 0px
    }
}
