*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a, a:hover {
    text-decoration: none;
    transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
}
li{
    list-style: none;
}
a {
    color: #666;
}
body{
    background: #fff !important;
}
html {
    scroll-behavior: smooth;
}
.img1{
    position: absolute;
    left: -40px;
    top: 0;
    z-index: 10;
    width: 35%;
}
.section1{
    background: #0a387b;
    height: 450px;
    box-sizing: content-box;
    padding-top: 79px;
}
.section1 .container{
    position: relative;
}
.section1 .section1_text{
    position: absolute;
    right: 10px;
    top: 50px;
}
.section1 .headline{
    text-align: right;
    padding-top:50px;
    margin-bottom: 40px;
}
.section1 .headline h3{
    font-weight: normal;
    margin: 0 0 5px;
    letter-spacing: 2px;
    color: #fff;
}
.section1 .describe{
    width: 682px;
    font-size: 16px;
    letter-spacing: 2px;
}
.section1 .describe > div{
    margin-bottom: 10px;
}
.section1 .describe span:nth-child(2){
    font-weight: lighter;
    color: #7b93b7;
}
.logo-white{
    position: absolute;
    left: 50px;
    top: 30px;
}
.section1{
    color: #fff;
}
.section2{
    padding-top: 40px;
}
.section2 .container{
    padding: 0 0 0 120px;
}
.section2 .headline{
    color: #0a387b;
}
.section2_img1{
    position:absolute;
    right:60px;
    margin-top: -110px;
}
.section2 .headline h2{
    letter-spacing: 3px;
    font-weight: normal;
    margin: 0;
    text-align: right;
    margin-bottom: 8px;
    line-height:1.4em;
}
.section2_text1{
    margin-bottom: 40px;
}
.section2_text1 h3,.section2_text2 h3,.section3_text3 h3,.section5_text1 h3,.section5_text1 h5{
    color: #0a387b;
    font-weight: normal;
    letter-spacing: 2px;
}
.section2_text1 p{
    color: #595757;
    letter-spacing: 2px;
    font-size: 16px;
}
.section2_text2 ul,.section3_text3 ul,.section5_text1 ul{
    margin-left: -16px;
}
.section2_text2 li,.section3_text3 li,.section5_text1 li,.section5_text2 li{
    font-size: 16px;
    margin-bottom: 15px;
}
.section2_text2 li span:nth-child(1),.section3_text3 li span:nth-child(1),.section5_text1 li span:nth-child(1),.section5_text2 li span:nth-child(1),.section7 .container .row p span{
    color: #006536;
    font-weight: bold;
    margin-right: 10px;
}
.section2_text2 li span:nth-child(3),.section3_text3 li span:nth-child(3),.section5_text1 li span:nth-child(2),.section5_text2 li span:nth-child(2),.section7 .container .row p{
    color: #595757;
}
.section3_text3 h1{
    margin: 0;
}
.section2_text2>div,.section3_text3>div,.section5_text1>div{
    margin-top: 25px;
}
.section3_text3{
    margin-top: 80px;
}
.section5 img{
    width: 100%;
    margin-top: -60px;
}
.section5{
    margin-bottom: 60px;
}
.section5 .container{
    position: relative;
}
.section5_text2{
    position: absolute;
    bottom: 30px;
    left: 420px;
}
.section-title h1{
    margin: 0 0 30px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #444;
    line-height: 1em;
    text-align: center;
}
.divider-short{
    background: #003892;
    display: block;
    width: 100px;
    height: 2px;
    margin: 0 auto 30px;
    opacity: .4;
}

.scroll-container {
    overflow: hidden;
    position: relative;
    padding: 1rem 0;
    box-sizing: border-box;
}
.scroll-wrapper {
    display: flex;
    position: absolute;
    white-space: nowrap;
    will-change: transform;
}
.scroll-item {
    flex-shrink: 0;
    transition: all 0.3s ease;
    position: relative;
    margin: 0 0.75rem; /* 图片间距 */
}
.scroll-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 0.5rem;
    box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.scroll-item:hover img {
    transform: scale(1.05);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.section6{
    margin-bottom: 60px;
}
.section7 .container img{
    width: 100%;
}
.section7 .container .row:nth-child(2)>div:nth-child(1) img:nth-child(1){
    padding: 10px;
}
.section7 .container .row:nth-child(2)>div:nth-child(2){
    background: #fff;
    padding: 20px 10px;
    color: #003892;
    height: 404px;
    text-align: center;
}
.section7 .container .row:nth-child(3){
    margin: 60px 0;
}
.section7 .container .row:nth-child(3) div{
    text-align: center;
}
.section7 .container .row p{
    margin-bottom: 40px;
}
@media (max-width: 992px){
    .section1{
        padding-top: 126px;
    }
    .section1 .describe{
        width: 400px;
    }
    .section1{
        height: 450px;
    }
    .section5_text2{
        margin-top: 10px;
        position: unset;
    }
}
@media (max-width: 770px){
    .section1{
        padding-top: 79px;
        padding-bottom:20px;
    }
    .section1 .describe span{
        display: block;
    }
    .section1 .container,.section1{
        height: 840px;
    }
    .section1 .container img{
        position: unset;
        margin: 0 auto;
        display: block;
        width: 40%;
        /*height:400px;*/
    }
    .section1 .section1_text{
        position: unset;
    }
    .section1 .section1_text h3{
        text-align: center;
    }
    .section1 .describe{
        width: 100%;
        text-align: center;
    }
    .container{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .section2_text2 ul, .section3_text3 ul, .section5_text1 ul{
        margin-left: 0;
    }
    .section4 img{
        width: 100%;
    }
    .section5_text2{
        position: unset;
    }

    .section2_img1 {
        display:none;
    }

}

footer h5{
    font-weight: 400;
}