* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    transition: all 0.36s;
    flex-shrink: 0;
}

html, body {
    width: 100%;
    height: 100%;
    min-width: 1704px;
    background-color: white;
}

.header {
    min-width: 1704px;
    padding: 0 96px;
    width: 100%;
    height: 64px;
    background-color: #FFF;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.header .center {
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .center .left {
    display: flex;
    align-items: center;
}

.header .center .left .logo {
    width: 35px;
    height: 30px;
}

.header .center .left .title {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 15px;
}

.header .center .right .link {
    display: block;
    padding: 9px 18px;
    border-radius: 52px;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background-color: #EB6D24;
}

.header .center .center {
    gap: 104px;
}

.header .center .center .link {
    color: #004285;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
}

.part1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 64px;
}

.part1 .center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.part1 .center div {
    display: flex;
    flex-direction: column;
}

.part1 .center .title {
    color: #EB6D24;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    margin-right: 567px;
}

.part1 .center .ic {
    width: 102px;
    height: 26px;
    margin-top: 10px;
}

.part1 .center .img {
    width: 302px;
    height: 302px;
}

.part1 .desc {
    color: #0A0A0A;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    margin-top: -50px;
    margin-bottom: 35px;
}

.part2 {
    width: 100%;
    background-color: #004285;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    gap: 112px;
}

.part2 div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.part2 div img {
    width: 132.48px;
    height: 132.48px;
}

.part2 div span {
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    line-height: 20.4px;
    text-transform: uppercase;
}

.part3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.part3 .title {
    color: #004285;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 45px; 
    margin-top: 95px;
}

.part3 .desc {
    color: #005CB9;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 37px;
    margin-top: 35px;
}

.part3 img {
    width: 100%;
    margin-top: 65px;
}

.part4 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.part4 .title {
    color: #004285;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    line-height: 45px;
    margin-top: 65px;
    margin-bottom: 54px;
}

.part4 div {
    display: flex;
    flex-direction: row;
    gap: 21.5px;
}

.part4 div div {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #EAEAEA;
    padding: 30px 23px;
}

.part4 div div img {
    width: 209.59px;
    height: 209.59px;  
    margin-top: 30px; 
}

.part4 div div span:nth-of-type(1) {
    color: #004285;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
}

.part4 div div span:nth-of-type(2) {
    color: #0A0A0A;
    font-size: 15px;
    font-weight: 400;
    line-height: 27.86px; 
    margin-top: 14px;
}

.part5 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.part5 .title {
    color: #004285;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 44.2px;
    margin-top: 131px;
}


.part5 .banner-scroll {
    width: 100%;
    height: 100%;
} 

.part5 .swiper-slide {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 273px;
}

.part5 .swiper-slide img {
    width: 200px;
    height: 200px;
    margin-top: 128px;
}

.part5 .swiper-slide span:nth-of-type(1) {
    color:#0A0A0A;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 29.71px;
    margin-top: 50px;
}

.part5 .swiper-slide span:nth-of-type(2) {
    color: #0A0A0A;
    font-size: 18px;
    font-weight: 400;
    line-height: 33.43px; 
    margin-top: 35px;
}

.swiper-pagination {
    margin-bottom: 193px;
}


.swiper-pagination-bullet {
    background-color: #A5A79F !important;
    opacity: unset !important;
}

.swiper-pagination-bullet-active {
    background-color: #323232 !important;
}

.footer {
    background: #313131;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer > div {
    display: flex;
    flex-direction: column;
}

.footer > div > span {
    color: #FFF;
    font-size: 38px;
    font-weight: 600;
    line-height: 48px;
    margin-top: 66px;
    margin-bottom: 61px;
}

.footer > div > div {
    display: flex;
    justify-content: center;
    gap: 160px;
}

.footer > div > div > div {
    display: flex;
    margin-bottom: 61px;
}

.footer > div > div > div img {
    width: 18px;
    height: 18px;
    margin-top: 7px;
}


.footer > div > div > div span {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 15px;
}