.index1 .title {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}
.index1 .title h2 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 36px;
    color: #333;
}
.index1 .title h4 {
    font-size: 26px;
    font-weight: lighter;
    color: #333;
}
.index1 .leimg {
    position: relative;
}
.index1 .leimg .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
}
.index1 .leimg .text img {
    margin-right: 10px;
    width: 80px;
    height: 80px;
}
.index1 img {
    width: 100%;
}
.index1 .col-md-4 {
    position: relative;
}
.index1 .col-md-4 .titles {
    position: absolute;
    top: 10px;
    right: 12px;
    color: #fff;
    font-size: 18px;
    margin-left: 12px;
    text-align: right;
}
.index1 .col-md-4 .titles a{
    color: #fff;
}

.index2 {
    margin: 70px 0;
}
.index2 .title {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
}
.index2 .title h2 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 36px;
    color: #fff;
}

.index2 .title h4 {
    font-size: 26px;
    font-weight: lighter;
    color: #fff;
}

.index2 .a {
    text-align: center;
    margin-bottom: 70px;
    margin-top: 70px;
}
.index2 .a a {
    display: inline-block;
    background: #01479D;
    color: #fff;
    padding: 12px 38px 11px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: bold;
}
.index2 .a a:hover {
    background: #296FC5;
}


.index3 {
    margin: 70px 0;
}
.index3 .title {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
}
.index3 .title h2 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 36px;
    color: #00B8EE;
}

.index3 .title h4 {
    font-size: 26px;
    font-weight: lighter;
    color: #00B8EE;
}

.index3 .a {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 70px;
}
.index3 .a a {
    display: inline-block;
    background: #00B8EE;
    color: #fff;
    padding: 12px 38px 11px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: bold;
}
.index3 .a a:hover {
    background: #2ab1e2;
}

.index4 {
    background: #F0F7FF;
}
.index4 .title {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
}
.index4 .title h2 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 36px;
    color: #00B8EE;
}

.index4 .title h4 {
    font-size: 26px;
    font-weight: lighter;
    color: #00B8EE;
}

.index4 .a {
    text-align: center;
    margin-bottom: 70px;
    margin-top: 70px;
}
.index4 .a a {
    display: inline-block;
    background: #00B8EE;
    color: #fff;
    padding: 12px 38px 11px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: bold;
}
.index4 .a a:hover {
    background: #45aace;
}
.index4 .item .com {
    height: 150px;
    background: #fff;
    margin: 6px 0;
    padding: 20px;
    border-radius: 6px;
}

.index4 .item{
    padding-right: 6px;
    padding-left: 6px;
}
.index4 .item .com img {
    margin-right: 4px;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.index4 .item .com h3 {
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index4 .item .com .p {
    margin-top: 6px;
    color: #888;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.index5 {
    background: #F0F7FF;
}
.index5 .title {
    text-align: center;
    margin-top: 140px;
    margin-bottom: 90px;
}
.index5 .title h2 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 36px;
    color: #fff;
}

.index5 .title h4 {
    font-size: 26px;
    font-weight: lighter;
    color: #fff;
}

.index5 .a {
    text-align: center;
    margin-bottom: 70px;
    margin-top: 70px;
}
.index5 .a a {
    display: inline-block;
    background: #00B8EE;
    color: #fff;
    padding: 12px 38px 11px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: bold;
}
.index5 .a a:hover {
    background: #45aace;
}
.index5 .item .com {
    background: #fff;
    margin: 6px 0;
    border-radius: 16px;
    overflow: hidden;
}

.index5 .item{
    padding-right: 6px;
    padding-left: 6px;
}
.index5 .item .com img {
    margin-right: 4px;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.index5 .item .com h3 {
    font-size: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding: 20px 0;
    background: #F4CC50;
    color: #fff;
}
.index5 .item .com .summary {
    padding: 26px 26%;
    font-size: 18px;
    font-weight: 500;
}

.index5 .item .com .p {
    text-align: center;
    margin: 10px 0 38px;
}
.index5 .item .com .p a {
    background: #FDC043;
    padding: 10px 30px;
    font-size: 22px;
    border-radius: 6px;
    color: #fff;
}
.index5 .item .com .summary ul li {
    list-style: disc;
}
.index5 .list {
    margin-bottom: 80px;
}
.index5 .item:nth-child(1) .com h3 {
    background: linear-gradient(to right,#F4CC50,#F4CE53);
}
.index5 .item:nth-child(2) .com h3 {
    background: linear-gradient(to right,#FE9230,#FCBA4A);
}
.index5 .item:nth-child(3) .com h3 {
    background: linear-gradient(to right,#F56B4F,#FF8F47);
}
.index5 .item:nth-child(1) .com .p a {
    background: linear-gradient(to right,#F4CC50,#F4CE53);
}
.index5 .item:nth-child(2) .com .p a {
    background: linear-gradient(to right,#FE9230,#FCBA4A);
}
.index5 .item:nth-child(3) .com .p a {
    background: linear-gradient(to right,#F56B4F,#FF8F47);
}


.index6 {
    background: #0D1837;
}
.index6 .title {
    text-align: center;
    margin-top: 140px;
    margin-bottom: 90px;
}
.index6 .title h2 {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 36px;
    color: #fff;
}

.index6 .title h4 {
    font-size: 26px;
    font-weight: lighter;
    color: #fff;
}
.index6 .img {
    text-align: center;
    margin-bottom: 140px;
    margin-top: 100px;
}

@media (max-width: 1680px) {
    .index6 .title {
        text-align: center;
        margin-top: 70px;
        margin-bottom: 50px;
    }
    .index6 .img {
        text-align: center;
        margin-bottom: 70px;
        margin-top: 70px;
    }
}
@media (max-width: 1440px) {
    .index2 {
        margin: 0px 0;
    }
    .index3 {
        margin: 30px 0;
    }
    .index4 .title {
        text-align: center;
        margin-top: 60px;
        margin-bottom: 50px;
    }
    .index5 .title {
        text-align: center;
        margin-top: 60px;
        margin-bottom: 50px;
    }
    .index5 .item .com .p a {
        background: #FDC043;
        padding: 10px 50px;
        font-size: 22px;
        border-radius: 6px;
        color: #fff;
    }
    .index6 .title {
        text-align: center;
        margin-top: 60px;
        margin-bottom: 50px;
    }
    .index6 .img {
        text-align: center;
        margin-bottom: 50px;
        margin-top: 50px;
    }
}

@media (max-width: 1280px) {
    .index2 .title {
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .index6 .img img {
        width: 56%;
    }
}


@media (max-width: 1024px) {
    .index1 .title {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .index1 .title h2 {
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 30px;
        color: #333;
    }
    .index1 .title h4 {
        font-size: 22px;
        font-weight: lighter;
        color: #333;
    }
    .index2 .title {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .index2 .title h2 {
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 30px;
        color: #fff;
    }
    .index2 .title h4 {
        font-size: 20px;
        font-weight: lighter;
        color: #fff;
    }
    .index2 img {
        padding: 0 30px;
    }
    .index2 .a {
        text-align: center;
        margin-bottom: 46px;
        margin-top: 50px;
    }
    .index3 .title {
        text-align: center;
        margin-top: 26px;
        margin-bottom: 40px;
    }
    .index3 .title h2 {
        margin-bottom: 16px;
        font-weight: bold;
        font-size: 30px;
        color: #00B8EE;
    }
    .index3 img {
        padding: 0 30px;
    }
    .index3 .a {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 50px;
    }
    .index4 .title {
        text-align: center;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .index4 .title h2 {
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 30px;
        color: #00B8EE;
    }
    .index4 .a {
        text-align: center;
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .index5 .title h2 {
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 30px;
        color: #fff;
    }
    .index5 .title {
        text-align: center;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .index5 .item .com .summary {
        padding: 26px 17%;
        font-size: 18px;
        font-weight: 500;
    }
    .index5 .list {
        margin-bottom: 60px;
    }
    .index6 .title {
        text-align: center;
        margin-top: 50px;
        margin-bottom: 41px;
    }
    .index6 .title h2 {
        margin-bottom: 20px;
        font-weight: bold;
        font-size: 30px;
        color: #fff;
    }
    .index6 .title h4 {
        font-size: 22px;
        font-weight: lighter;
        color: #fff;
    }
    .index6 .img {
        text-align: center;
        margin-bottom: 40px;
        margin-top: 40px;
    }
}

@media (max-width: 810px) {
    .index1 .title {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .index1 .title h2 {
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 26px;
        color: #333;
    }
    .index1 .title h4 {
        font-size: 20px;
        font-weight: lighter;
        color: #333;
    }
    .index2 .title {
        text-align: center;
        margin-top: 34px;
        margin-bottom: 34px;
    }
    .index2 .title h2 {
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 26px;
        color: #fff;
    }
    .index3 .title {
        text-align: center;
        margin-top: 19px;
        margin-bottom: 36px;
    }
    .index3 .title h2 {
        margin-bottom: 16px;
        font-weight: bold;
        font-size: 26px;
        color: #00B8EE;
    }
    .index3 .a {
        text-align: center;
        margin-bottom: 0px;
        margin-top: 40px;
    }
    .index4 .title {
        text-align: center;
        margin-top: 36px;
        margin-bottom: 20px;
    }
    .index4 .title h2 {
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 26px;
        color: #00B8EE;
    }
    .index4 .a {
        text-align: center;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .index5 .title {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 24px;
    }
    .index5 .title h2 {
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 26px;
        color: #fff;
    }
    .index5 .item .com .p a {
        background: #FDC043;
        padding: 10px 40px;
        font-size: 18px;
        border-radius: 6px;
        color: #fff;
    }
    .index5 .item .com .summary {
        padding: 26px 8%;
        font-size: 18px;
        font-weight: 500;
    }
    .index5 .list {
        margin-bottom: 40px;
    }
    .index6 .title {
        text-align: center;
        margin-top: 38px;
        margin-bottom: 30px;
    }
    .index6 .title h2 {
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 26px;
        color: #fff;
    }
    .index6 .title h4 {
        font-size: 20px;
        font-weight: lighter;
        color: #fff;
    }
    .index6 .img img {
        width: 52%;
    }
    .index6 .img {
        text-align: center;
        margin-bottom: 30px;
        margin-top: 30px;
    }
}







@media (max-width: 760px) {
    .index4 .item .com {
        height: auto;
        background: #fff;
        margin: 6px 0;
        padding: 37px;
        border-radius: 6px;
    }
}



@media (max-width: 520px) {
    .index5 .item .com .summary {
        padding: 26px 20%;
        font-size: 18px;
        font-weight: 500;
    }
}






































































