﻿@charset "utf-8";

.index {}

.bk1 {
    background: #F4FAFF url(../images/bk1-bg.png) no-repeat center top/cover;
}

.section1 {
    padding: 60px 0 80px;
}

.ins1406-tit {
    margin-bottom: 30px;
}

.ins1406-tit h3 {
    text-align: center;
}

.ins1406-tit h3 p {
    font-size: 36px;
    color: #333333;
    font-family: 'sisong';
    line-height: 1;
}

.ins1406-tit h3 span {
    font-size: 16px;
    color: #006EBC;
    font-family: 'sisong';
}

.ins1406-tit h3 img {
    margin-right: 10px;
}

#info_news_1400_006 .chg_01_tit {
    color: #3D3D3D;
}

.ins1406-tit {
    display: flex;
    justify-content: center;
    position: relative;
}

.ins1406-tit a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url(../images/ins1406-more.png) no-repeat right center;
    padding-right: 20px;
    font-size: 16px;
    color: #006EBC;
    transition: all .6s;
}

.ins1406-tit a:hover {
    letter-spacing: 1px;
}

.s1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.s1-l {
    position: relative;
    padding: 14px;
    width: 48.57%;
}

.s1-l::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 198px;
    height: 198px;
    background: #006EBC;
}

.s1-l .pic {
    padding-top: 59.5%;
    z-index: 6;
}

.s1-r {

    width: 47.14%;
}

.s1-r .s1r_jj p {
    font-size: 18px;
    line-height: 42px;
    color: #333333;
    max-height: 168px\0;
}

.s1-r .s1r_num {
    margin-top: 70px;
}

.s1-r .s1r_num ul {
    display: flex;
    flex-wrap: wrap;
}

.s1-r .s1r_num ul li {
    position: relative;
    width: 25%;
    text-align: center;
}

.s1-r .s1r_num ul li::after {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 40px;
    background: #C5E2F6;
    top: 50%;
    transform: translateY(-50%);
}

.s1-r .s1r_num ul li:first-child:after {
    display: none;
}

.s1-r .s1r_num ul li p {
    font-size: 18px;
    color: #A5A5A5;
}

.s1-r .s1r_num ul li h2 {
    font-size: 18px;
    color: #006EBC;
    font-family: "sisong";
}

.s1-r .s1r_num ul li h2 span {
    font-size: 32px;

}

.bk3 {
    background: #fff url(../images/bk3-bg.png) no-repeat center bottom/100% auto;
}

@media screen and (max-width:1200px) {
    .s1-r .s1r_num ul li h2 span {
        font-size: 24px;
    }
}

@media screen and (max-width:1024px) {
    .section1 {
        padding: 20px 0;
    }

    .s1-l {
        width: 100%;
        padding-right: 0;
        padding-bottom: 0;
    }

    .s1-r {
        width: 100%;
        margin-top: 15px;
    }

    .s1-r .s1r_num {
        margin-top: 15px;
    }
}

@media screen and (max-width:768px) {
    .s1-l {
        padding: 10px;
        padding-right: 0;
        padding-bottom: 0;
    }

    .ins1406-tit {
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .ins1406-tit h3 p {
        font-size: 20px;
    }

    .ins1406-tit h3 {
        text-align: left;
    }

    .ins1406-tit h3 span {
        font-size: 12px;
    }

    .ins1406-tit a {
        font-size: 14px;
    }

    .s1-l::after {
        width: 140px;
        height: 140px;
    }

    .s1-r .s1r_jj p {
        font-size: 16px;
        max-height: initial;
        line-height: 26px;
    }

    .s1-r .s1r_num ul li {
        width: 50%;
        margin: 10px 0;
    }

    .s1-r .s1r_num ul li:nth-child(2n-1):after {
        display: none;
    }

    .s1-r .s1r_num ul li h2 span {
        font-size: 20px;
    }

    .s1-r .s1r_num ul li h2 {
        font-size: 16px;
    }

    .s1-r .s1r_num ul li p {
        font-size: 14px;
    }
}



.section5 {
    padding: 80px 0;
}

.s5-c ul {
    margin: 0 -18px;
}

.s5-c ul li {
    margin: 0 18px;

}

.s5-c ul li a {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #A3CFEE;
    padding: 54px 35px;
    margin-bottom: 30px;
    background-position: right bottom;
    transition: all .6s;
}

.s5-c ul li a h2 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s5-c ul li a h3 {
    font-size: 16px;
    color: rgba(102, 102, 102, 0.8);
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s5-c ul li a p {
    position: relative;
    margin-left: 10px;
    padding-left: 15px;
    font-size: 16px;
    color: rgba(102, 102, 102, 0.8);
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s5-c ul li a .gd {
    position: absolute;
    width: 54px;
    height: 54px;
    right: 55px;
    bottom: -27px;
    background: url(../images/s5-gd.png) no-repeat center center/100% 100%;
    opacity: 0;
    z-index: -1;
    transition: all .6s;
}



.s5-c ul li a p:after {
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    height: 3px;
    top: 50%;
    border-radius: 50%;
    background: rgba(102, 102, 102, 0.8);
}

.s5-c .slick-dots {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
}

.s5-c .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #D8D8D8;
    margin: 0 13px;
}

.s5-c .slick-dots li.slick-active {
    width: 16px;
    height: 16px;
    background: #006EBC;
}

@media screen and (min-width:1024px) {
    .s5-c ul li:hover a .gd {

        opacity: 1;
        z-index: 9;
    }

    .s5-c ul li:hover a {
        background: #006EBC url(../images/s5-txtbg.png) no-repeat right bottom;
        border-radius: 10px;
        /* overflow: hidden; */
    }

    .s5-c ul li:hover a h2,
    .s5-c ul li:hover a h3,
    .s5-c ul li:hover a p {
        color: #fff;
    }

    .s5-c ul li:hover a p:after {
        background: #fff;
    }
}

@media screen and (max-width: 1460px) {
    .s5-c ul {
        margin: 0;
    }

    .s5-c ul li {
        margin: 0 5px;
    }
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1024px) {
    .section5 {
        padding: 20px 0;
    }
}

@media screen and (max-width: 768px) {
    .s5-c ul li a {
        margin-bottom: 15px;
        padding: 15px;
    }

    .s5-c ul li a h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .s5-c .slick-dots {
        margin-top: 10px;
    }
}