@charset "utf-8";

.container {
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zdjsxm-one {
    justify-content: flex-start;
}

.zdjsxm-one a {
    width: 18.75%;
    height: 50px;
    font-size: 18px;
    color: #115db2;
    text-align: center;
    line-height: 50px;
    margin: 0 0.62%;
    background: url(./bg.png) no-repeat;
    background-size: 100% 100%;
}

.zdjsxm-one a:hover{
    font-weight: 600;
    color: #fff;
    background: url(./bg2.png) no-repeat;
    background-size: 100% 100%;
}

.normal-con {
    margin-top: 30px;
    border: 1px solid #115db2;
    border-top: 4px solid #115db2;
}

.box1 .normal-con:last-child {
    margin-bottom: 80px;
}

.normal-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    background-color: #f5f5f5;
}

.normal-title h2,
.normal-title a {
    color: #115db2;
}

.normal-title h2 {
    width: 95%;
}

.nav1 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.nav1 li {
    width: 33.1%;
    height: 50px;
    font-size: 24px;
    color: #999;
    text-align: center;
    line-height: 50px;
    background-color: #f5f5f5;
    cursor: pointer;
}

.nav1 li.active {
    font-weight: 600;
    color: #115db2;
    background-color: #ffffff;
    border: solid 1px #115db2;
}

.zdjsxm-three {
    flex-direction: column;
}

.zdjsxm-three .box1 {
    display: none;
}

.zdjsxm-three .content {
    display: flex;
    justify-content: space-between;
    padding: 50px 20px;
}

.zdjsxm-three .content .left {
    width: 20%;
    border: solid 5px #f5f5f5;
}

.zdjsxm-three .content .left img {
    width: 100%;
    height: 100%;
}

.zdjsxm-three .content .right {
    width: 75%;
}

.zdjsxm-three .content .right a {
    width: 22.5%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin: 10px 1%;
    background-color: #f5f5f5;
    border: solid 1px #115db2;
}

.zdjsxm-three .content .right a:hover {
    color: #fff;
    background: #115db2;
}
/* 扩大有效投资 */
.newStyle .zdjsxm-one a {
    font-size: 34px;
}
.newStyle .zdjsxm-one {
    flex-wrap: wrap;
}
.newStyle .zdjsxm-one a {
    width: 29.75%;
    margin-bottom: 20px;
    display: block;
}
.newStyle .nav1 li {
    font-size: 34px;
}
.newStyle .normal-title h2, .normal-title a {
    font-size: 34px;
}
.newStyle .zdjsxm-three .content .right a {
    font-size: 34px;
}
@media screen and (max-width: 1200px) {
    .container {
        width: 98%;
    }
}

@media screen and (max-width: 768px) {
    .zdjsxm-one {
        flex-wrap: wrap;
    }

    .zdjsxm-one a {
        width: 31.8%;
        margin-bottom: 10px;
    }

    .zdjsxm-three .content .right a {
        width: 22%;
    }
}

@media screen and (max-width: 420px) {
    .container {
        flex-direction: column;
    }

    .zdjsxm-one a,
    .zdjsxm-three .content .left,
    .zdjsxm-three .content .right {
        width: 100%;
        margin-bottom: 15px;
    }

    .nav1 li {
        height: 100px;
    }

    .nav1 li:last-child {
        line-height: 100px;
    }

    .zdjsxm-three .content .right a {
        width: 30%;
    }

    .normal-title {
        padding: 0 5px;
    }

    .zdjsxm-three .content {
        flex-direction: column;
        padding: 25px 10px;
    }

    .normal-title h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 420px) {
    .nav1 li {
        font-size: 20px;
    }
}