.banner {

    background: url("/img/attract_investment/banner.jpg");

    background-size: cover;

}



.content_bg {

    background: url("/img/attract_investment/3_2index.jpg") no-repeat;

    background-size: cover;

    background-position: left bottom;

}



.content_box>p:nth-child(1) {

    font-family: Microsoft YaHei, Microsoft YaHei;

    font-weight: bold;

    font-size: 0.37rem;

    color: #2B66B0;

    letter-spacing: 0.02rem;

    text-align: center;

    margin-bottom: 0.71rem;

}
@media only screen and (max-width: 1024px) {
    .content_box>p:nth-child(2),.content_flex_hover>p{
        font-size: 12px;
    }
    .content_flex{
        padding: 0.99rem 0 0 0;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    }
    .content_flex_hover{
        flex: 0 0 30%;
        margin-bottom: 0.3rem;
    }
}



.content_box>p:nth-child(2) {

    font-family: Microsoft YaHei, Microsoft YaHei;

    font-weight: 400;

    font-size: 0.18rem;

    color: #0A0A0A;

    line-height: 0.4rem;

}



.content_space {

    padding-top: 0.91rem;

    padding-bottom: 1.24rem;

}



.content_flex {

    display: flex;

    padding: 0.99rem 0.49rem 0 0.59rem;

    justify-content: space-between;

    align-items: center;

}



.img_one {

    background: url("/img/attract_investment/hh1.png") no-repeat;

    background-size: contain;

    width: 1rem;

    height: 1rem;
    margin: 0 auto;

    margin-bottom: 0.13rem;

    transition: var(--m_tran) background;

    cursor: pointer;

}



.content_flex_hover:hover>.img_one {

    background: url("/img/attract_investment/3_3_2index.png") no-repeat;

    background-size: contain;

    width: 1rem;

    height: 1rem;

    margin-bottom: 0.13rem;

    transition: var(--m_tran) background;



}

.img_two {

    background: url("/img/attract_investment/hh2.png") no-repeat;

    background-size: contain;

    width: 1rem;

    height: 1rem;
    margin: 0 auto;

    margin-bottom: 0.13rem;
    /*margin-left: -0.09rem*/

    transition: var(--m_tran) background;

    cursor: pointer;

}



.content_flex_hover:hover>.img_two {

    background: url("/img/attract_investment/3_3_3index.png") no-repeat;

    background-size: contain;

    width: 1rem;

    height: 1rem;
    /*margin-left: 0.1rem;*/

    margin-bottom: 0.13rem;

    transition: var(--m_tran) background;



}

.img_three {

    background: url("/img/attract_investment/hh3.png") no-repeat;

    background-size: contain;

    width: 1rem;

    height: 1rem;
    margin: 0 auto;

    margin-bottom: 0.13rem;

    transition: var(--m_tran) background;

    cursor: pointer;

}



.content_flex_hover:hover>.img_three {

    background: url("/img/attract_investment/3_3_4index.png") no-repeat;

    background-size: contain;

    width: 1rem;

    height: 1rem;

    margin-bottom: 0.13rem;

    transition: var(--m_tran) background;



}

.img_four {

    background: url("/img/attract_investment/hh4.png") no-repeat;

    background-size: contain;
    margin: 0 auto;
    width: 1rem;

    height: 1rem;

    margin-bottom: 0.13rem;

    transition: var(--m_tran) background;

    cursor: pointer;

}



.content_flex_hover:hover>.img_four {

    background: url("/img/attract_investment/3_3_5index.png") no-repeat;

    background-size: contain;
    width: 1rem;

    height: 1rem;

    margin-bottom: 0.13rem;

    transition: var(--m_tran) background;



}

.img_five {
    margin: 0 auto;
    background: url("/img/attract_investment/h1.png") no-repeat;

    background-size: contain;

    width: 1rem;

    height: 1rem;

    margin-bottom: 0.13rem;

    transition: var(--m_tran) background;

    cursor: pointer;

}



.content_flex_hover:hover>.img_five {

    background: url("/img/attract_investment/3_3_6index.png") no-repeat;

    background-size: contain;

    width: 1rem;

    height: 1rem;

    margin-bottom: 0.13rem;

    transition: var(--m_tran) background;

}



.content_flex_hover>p{

    font-family: Microsoft YaHei, Microsoft YaHei;

    font-weight: bold;

    font-size: 0.18rem;

    color: #0A0A0A;

    line-height: 0.25rem;

    text-align: center;

}

