.section1 img {
    width: 100%;
    height: 100vh;
    display: block;
}

.section1 {
    position: relative;
}

.section1 .content {
    position: absolute;
    top: 30vh;
    padding-left: 11vw;
    z-index: 300;
}

.section1 .content .t {
    font-weight: bold;
    font-size: 108px;
    color: #FFFFFF;
    width: 54vw;
    text-shadow: 0px 12px 8px rgba(35, 24, 21, 0.41);
    line-height: 130px;
    display: none;
}

.section1 .content .t_on {
    display: block !important;
}

.section1 .content ul {
    display: flex;
    margin-top: 40px;
}

.section1 .content ul li {
    font-weight: 400;
    font-size: 28px;
    color: #fff;
}

.section1 .content ul li a {
    padding: 16px 40px;
    display: block;
}

.section1 .content ul li:hover a {
    color: #fff;
}

.section1 .content ul li:nth-child(odd) {
    background: #1485f1;
    box-shadow: 4px 7px 14px 0px rgba(0, 0, 0, 0.29);
    border: 2px solid #0ABDE4;
}

.section1 .content ul li:nth-child(even) {
    box-shadow: 4px 7px 14px 0px rgba(0, 0, 0, 0.29);
    background: #003DA5;
    border: 2px solid #0ABDE4;
}

.section2 {
    background: url(../img/section2_bg.png) no-repeat;
    background-size: 100% 100%;
    flex-direction: row;
    position: relative;
        overflow: hidden;
}

.fp-watermark {
    display: none;
}

.section .content .title {
    width: 450px;
    height: 102px;
    line-height: 128px;
    text-align: center;
    margin: 0 auto;
    background: url(../img/index_title_bg.png);
    font-size: 34px;
    color: #000000;
}

.section .content>img {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.section .content .ms {
    width: 80vw;
    margin-top: 40px;
}

.section .content .ms p {
    font-size: 16px;
    color: #484747;
}

.section .content .ms p a {
    color: #CD0A0A;
}
.index_banner .swiper-slide{
    width: 100%!important;
}
.index_banner .swiper-slide img{
    width: 100%!important;
    display: block;
}
.index_banner .swiper-pagination-bullet-active{
    background: #fff;
}



.section2 .bottom_group {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(12, 81, 195, 0.6);
    display: flex;
    justify-content: center;
}


.section2 .numCount {
    padding: 10px 0;
}

.section2 .numCount ul {
    padding-left: 0;
    display: flex;
    margin-bottom: 0;
}

.section2 .numCount li {
    text-align: center;
    position: relative;
    padding: 0 70px;
    border-right: 1px solid rgba(255, 255, 255, 0.8);
}

.section2 .numCount li:last-child {
    border-right: none;
}

.section2 .numCount li .numU {
    line-height: 1.3;
}

.section2 .numCount li .numCX {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.section2 .numCount li .numT {
    font-size: 70px;
    color: #333;
}

.section2 .numCount li .numU .unitC {
    color: #fff;
    font-size: 40px;
    top: auto;
    font-weight: bold;
}

.section2 .numCount li .numU sub {
    vertical-align: baseline;
}

.section2 .numCount li .indc {
    color: #fff;
    font-size: 18px;
}

.section2 .numCount li .desc {
    color: #999;
    font-size: 14px;
}

.section2 .numCount li img {
    width: 106px;
    height: 106px;
    display: block;
    margin: 0 auto;
}

.section2 .content {
    margin-top: 4.8vw;
}

#fp-nav.fp-right {
    display: none;
}

.section3 {
    /* background: url(../img/section3_bg.png) no-repeat; */
    background-size: cover;
    overflow: hidden;
}

.section .title_group p {
    width: 450px;
    height: 102px;
    line-height: 128px;
    text-align: center;
    margin: 0 auto;
    /* background: url(../img/index_title_bg.png); */
    font-size: 34px;
    color: #000000;
}

.section .title_group img {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.section3 .flex {
    display: flex;
    margin-top: 50px;
}

.section3 .flex .box {
    display: block;
    width: 25%;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.section3 .flex .box img {
    width: 100%;
    display: block;
    transition: 0.3s all ease;
    position: relative;
    z-index: 100;
}

.section3 .flex .box:hover img {
    transform: scale(1.1);
}

.section3 .flex .box .desc_content {
    width: 80%;
    position: absolute;
    padding: 26px;
    left: 0;
    bottom: 30px;
    background: rgba(12, 81, 195, 0.5);
    z-index: 300;
}

.section3 .flex .box .desc_content h4 {
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 16px;
    font-weight: normal;
}

.section3 .flex .box .desc_content p {
    font-size: 16px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 36px;
}

.section4 {
    background: url(../img/section4_bg.png) no-repeat;
    background-size: cover;
}

.section4 .cp_group {
    margin-top: 20px;
}

.section4 .cp_group .top {
    margin-bottom:20px;
}

.section4 .cp_group .top .flex {
    display: flex;
    justify-content: space-between;
}
.section4 .cp_group .top .flex img{
    width: 100%;
}

.section4 .cp_group .cp_box {
    border: 6px solid #E4E4E4;
    background: #fff;
}

.section4 .cp_group .cp_box .img {
    overflow: hidden;
    display: block;
}

.section4 .cp_group .cp_box .img img {
    width: 100%;
    display: block;
    height: 180px;
    object-fit: cover;
}

.section4 .cp_group .cp_box .title {
    text-align: center;
    font-size: 18px;
    color: #3D3D3D;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 15px;
}

.section4 .cp_group .cp_box .title:hover {
    color: #3785EB;
}

.section4 .cp_group .col-md-3,
.section4 .cp_group .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.section4 .cp_group .row {
    margin-right: -5px;
    margin-left: -5px;
}

.section5 {
    background: url(../img/section5_bg.png) no-repeat;
    background-size: cover;
}

.section5 .new_top {
    display: flex;
    margin-top: 20px;
}

.section5 .new_top .new_top_left {
    width: 60%;
    display: block;
    overflow: hidden;
    margin-right: 12px;
    height: 380px;
}

.section5 .new_top .new_top_left img {
    width: 100%;
    display: block;
    transition: 0.3s all ease;
    height: 380px;
    object-fit: cover;
    display: none;
}
.section5 .new_top .new_top_left .on{
    display: block;
}
.section5 .new_top .new_top_left:hover img {
    transform: scale(1.1);
}

.section5 .new_top .new_top_right {
    flex: 1;
    padding-left: 24px;
}

.section5 .new_top .new_top_right .box {
    background: #fff;
    padding: 20px 30px;
    position: relative;
    height: 180px;
    margin-bottom: 20px;
}

.section5 .new_top .new_top_right .box:hover {
    background: #B4D0F9;
}

.section5 .new_top .new_top_right .box:hover::before {
    content: url(../img/j1_on.png);
}

.section5 .new_top .new_top_right .box::before {
    content: url(../img/j1.png);
    position: absolute;
    left: -22px;
    top: 40%;
    display: block;
    width: 24px;
    height: 34px;
}

.section5 .new_top .new_top_right .box .t {
    font-size: 20px;
    color: #595959;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 10px;
}

.section5 .new_top .new_top_right .line {
    width: 68px;
    height: 2px;
    background: #235FB8;
    display: block;
}

.section5 .new_top .new_top_right .box p {
    font-size: 16px;
    color: #8A8989;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
}

.section5 .new_top .new_top_right .box .desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.section5 .new_top .new_top_right .box .desc span {
    font-size: 14px;
    color: #313131;
}

.section5 .new_top .new_top_right .box .desc .more {
    width: 70px;
    height: 22px;
    line-height: 22px;
    background: #3785EB;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 14px;
    font-size: 12px;
    color: #FFFFFF;
}

.section5 .new_box .img {
    display: block;
    overflow: hidden;
}

.section5 .new_box .img img {
    transition: 0.3s all ease;
    width: 100%;
}

.section5 .new_box .img img:hover {
    transform: scale(1.1);
}

.section5 .new_box .text_content {
    background: #FFFFFF;
    padding: 20px;
}

.section5 .new_box .text_content .t {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 18px;
    color: #595959;
    margin-bottom: 10px;
}

.section5 .new_box .text_content .t:hover {
    color: #235FB8;
}

.section5 .new_box .text_content .desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section5 .new_box .text_content .desc span {
    font-size: 14px;
    color: #313131;
}

.section5 .new_box .text_content .desc .more {
    font-size: 12px;
    color: #FFFFFF;
    width: 70px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #3785EB;
    border-radius: 11px;
}

.section5 .row {
    margin-left: -10px;
    margin-right: -10px;
}

.section5 .col-md-4,
.section5 .col-xs-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.section6 {
    background: url(../img/section6_bg.png) no-repeat;
    background-size: cover;
}

.section6 .flex {
    display: flex;
    flex-wrap: wrap;
}

.section6 .box1 {
    position: relative;
    width: calc(50% - 2px);
    margin-right: 4px;
}

.section6 .box1:nth-child(2) {
    margin-right: 0;
}

.section6 .box1 img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.section6 .box1 .text_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 50px;
}

.section6 .box1 .text_content p {
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    text-shadow: 0px 0px 13px rgba(0, 27, 74, 0.53);
    text-stroke: 2px #5472AC;
    -webkit-text-stroke: 2px #5472AC;
    margin-bottom: 50px;
}

.section6 .box1 .text_content a {
    width: 148px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    color: #FFFFFF;
    background: #F20000;
    border-radius: 14px;
    display: block;
    text-align: center;
}

.section6 .box2 {
    position: relative;
    width: 100%;
    margin-top: 4px;
}

.section6 .box2 img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.section6 .box2 .text_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 50px;
}

.section6 .box2 .text_content p {
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    text-shadow: 0px 0px 13px rgba(0, 27, 74, 0.53);
    text-stroke: 2px #5472AC;
    -webkit-text-stroke: 2px #5472AC;
    margin-bottom: 50px;
    text-align: center;
}

.section6 .box2 .text_content div {
    font-size: 20px;
    color: #FFFFFF;
    text-shadow: 0px 0px 13px rgba(0, 27, 74, 0.79);
    text-align: center;
}

.section6 .box2 .text_content a {
    width: 148px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    color: #FFFFFF;
    background: #F20000;
    border-radius: 14px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}
.ov{
    overflow: hidden;
}




@media screen and (max-width: 1400px) {
    .section1 .content .t {
        font-size: 90px;
    }
}

@media screen and (max-width: 1200px) {
    .section1 .content .t {
        font-size: 80px;
    }
}

@media screen and (max-width: 1080px) {
    .section1 .content {
        padding: 15px;
    }

    .section1 .content .t {
        width: calc(100% - 50px);
        font-size: 40px;
        line-height: 60px;
    }

    .section1 .content ul {
        flex-wrap: wrap;
    }

    .section1 .content ul li {
        width: 50%;
        font-size: 18px;
    }

    .section1 .content ul li:nth-child(odd) {
        background: #003DA5;
    }

    .section .content .title {
        width: 60%;
        background-size: 100% 100%;
        font-size: 22px;
    }

    .section .content>img {
        width: 150px;
    }

    .section .content .ms {
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .section .content .ms p {
        font-size: 14px;
    }

    .section2 {
        margin-top: 10vw;
    }

    .section2 .numCount li img {
        width: 60px;
        height: 60px;
    }

    .section2 .numCount li {
        width: 25%;
        padding: 0;
    }

    .section2 .numCount {
        width: 100%;
    }

    .section2 .numCount li .numCX {
        font-size: 22px;
    }

    .section2 .numCount li .numU .unitC {
        font-size: 22px;
    }

    .section2 .numCount li .indc {
        font-size: 16px;
    }

    .section .title_group p {
        width: 60%;
        background-size: 100% 100%;
        font-size: 22px;
    }

    .section .title_group img {
        width: 150px;
    }

    .section3 .flex {
        flex-wrap: wrap;
    }

    .section3 .flex .box {
        width: 50%;
    }

    .section3 .flex .box .desc_content {
        padding: 15px;
    }

    .section3 .flex .box .desc_content h4 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .section3 .flex .box .desc_content p {
        font-size: 14px;
        -webkit-line-clamp: 3;
        line-height: 30px;
    }

    .section4 .cp_group .top {
        padding: 30px;
    }

    .section4 .cp_group .top .flex .text_content {
        width: 100%;
    }

    .section4 .cp_group .top .flex .text_content img {
        width: 120px;
    }

    .section4 .cp_group .top .flex .img {
        width: 100%;
    }

    .section4 .cp_group .top .flex {
        flex-wrap: wrap;
    }

    .section4 .cp_group .top .flex .text_content .title {
        font-size: 20px;
    }

    .section4 .cp_group .top .flex .text_content p {
        line-height: 26px;
    }

    .section4 .cp_group .top .flex .text_content .more {
        margin-top: 10px;
    }

    .section4 {
        margin-top: 10vw;
    }

    .section4 .cp_group .cp_box .title {
        font-size: 14px;
    }

    .section5 .new_top .new_top_left {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .section5 .new_top .new_top_left img {
        height: auto;
    }

    .section5 .new_top {
        flex-wrap: wrap;
    }

    .section5 .new_top .new_top_right {
        padding-left: 0;
    }

    .section5 .new_top .new_top_right .box::before {
        display: none;
    }

    .section5 .new_top .new_top_right .box {
        margin-bottom: 10px;
        padding: 15px;
        height: auto;
    }

    .section5 {
        margin-top: 10vw;
    }

    .section5 .new_top .new_top_right .box p {
        font-size: 14px;
        line-height: 26px;
        margin-top: 4px;
    }

    .section5 .col-xs-6:last-child {
        display: none;
    }

    .section5 .new_top .new_top_right .box .t {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .section5 .new_top .new_top_right .box .desc {
        margin-top: 4px;
    }

    .section5 .new_box .text_content {
        padding: 10px;
    }

    .section5 .new_box .text_content .t {
        font-size: 14px;
    }

    .section5 .new_box .text_content .desc span {
        font-size: 12px;
    }

    .section6 .box1 .text_content {
        padding: 0;
    }

    .section6 .box1 .text_content p {
        font-size: 28px;
        text-align: center;
        margin-top: 50px;
    }

    .section6 .box1 .text_content a {
        width: 60%;
        margin: 0 auto;
    }

  
}