@charset "utf-8";

.container {
    width: 1200px;
    margin: 30px auto 0;
    text-align: center;
}

.sxgk {
    background: #f5f5f5;
}

.sxgk-one {
    padding: 20px 2.7%;
    background: #fff;
}

.sxgk-one .title {
    margin-bottom: 30px;
}

.sxgk-one ul li {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-right: 2%;
    background-image: linear-gradient(90deg,
    #def0f9 0%,
    #e9ebfb 100%);
    border-radius: 5px;
}

.sxgk-one ul li h2 {
    text-align: center;
    width: 60px;
    height: 60px;
    color: #fff;
    margin-right: 3.7%;
    line-height: 60px;
    background-image: linear-gradient(0deg,
    #67a2fc 0%,
    #5284f9 25%,
    #5d93fb 76%,
    #67a2fc 100%);
    border-radius: 5px;
}

.sxgk-one ul li a {
    flex: 1;
    color: #115db2;
    text-align: left;
}

.sxgk-two {
    width: 100%;
    min-height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 2.5%;
    padding-left: 1.5%;
    background-color: #5284f9;
    border-radius: 5px;
}

.sxgk-two .left {
    display: flex;
    align-items: center;
    color: #fff;
}

.sxgk-two .left h4,
.sxgk-two p {
    color: #fff;
    margin-left: 10px;
}

.nav1 {
    min-height: 180px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -5px;
    padding: 30px 2.75%;
    border-radius: 5px;
    border: solid 1px #5284f9;
    overflow: hidden;
}

.nav1 .one {
    position: relative;
    height: 40px;
    padding: 0 15px;
    color: #5284f9;
    line-height: 40px;
    border-radius: 5px;
    border: solid 1px #5284f9;
    cursor: pointer;
}

.nav1 .first-disabled {
    color: #ccc;
    border: solid 1px #ccc;
}

.nav1 .one a {
    color: #5284f9;
}

.nav1 .third-disabled {
    border: solid 1px #ccc;
}

.nav1 .third-disabled a {
    color: #ccc;
}

.nav1 .active {
    color: #fff;
    background-color: #478bff;
}

.nav1 .active a {
    color: #fff;
}

.nav2 {
    position: absolute;
    top: 50px;
    left: -5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 260px;
    height: 68px;
    padding: 7px 5% 0;
    background: url(./bg.png) no-repeat;
    background-size: 100% 100%;
}

.nav2 p {
    height: 30px;
    padding: 0 15px;
    line-height: 28px;
    border-radius: 3px;
    border: solid 1px #dddddd;
}

.nav2 p:hover,
.nav1 .nav2 p:hover a {
    color: #478bff;
}

.nav1 .one .nav2 a {
    color: #404040;
}

.nav1 .one .nav2 .fourth-disabled {
    color: #ddd;
}

.nav1 .one .nav2 .second-disabled a {
    color: #dddddd;
    border: solid 1px #dddddd;
}

.content {
    display: none;
    min-height: 300px;
    margin-top: 25px;
    padding: 20px 2.5%;
    background-image: linear-gradient(90deg,
    #def0f9 0%,
    #e9ebfb 100%);
    border-radius: 5px;
}

.content p {
    text-align: left;
    line-height: 36px;
    text-indent: 36px;
text-align: justify;
}

.content .except {
    display: none;
}

.sxgk-one .tabActive {
    color: #FFFFFF;
    background: #5284f9;
}

@media screen and (max-width: 1200px) {
    .container {
        width: 98%;
        margin-right: 1.5%;
    }

    .sxgk-two {
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .sxgk-two .left {
        margin-bottom: 10px;
    }

    .nav1 {
        justify-content: flex-start;
    }

    .nav1 .one {
        margin-right: 15px;
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        flex-direction: column;
    }
}

@media screen and (max-width: 420px) {
}

@media screen and (max-width: 320px) {
}

@media screen and (max-width: 508px) {
    .nav1 .one:nth-child(4),
    .nav1 .one:nth-child(5),
    .nav1 .one:nth-child(6) {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 382px) {

    .nav1 .one:nth-child(3),
    .nav1 .one:nth-child(4) {
        margin-bottom: 20px;
    }
}


.newStyle .sxgk-one ul li a{
    font-size: 32px;
}
.newStyle .sxgk-two .left h4,.newStyle .sxgk-two p{
    font-size: 28px !important;
}
.newStyle .nav2{
    width: 290px;
}
.newStyle .nav1 .one{
    font-size: 21px;
}
.newStyle .nav1 .one .nav2 a{
    margin-left: 15px;
}