body {
    background-image: url("/img/bg.png");
    background-size: 100% auto;
    background-repeat: repeat;
}

a{
    text-decoration: none;
}

.container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.header-wrapper {
    background: linear-gradient(246deg, #006BAD 0%, #005292 49%, #0069AB 100%);
}

.header-inner {
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    height: 27px;
    width: auto;
}

.header-btn + .header-btn {
    margin-left: 40px;
}

.header-btn img {
    width: auto;
    height: 16px;
}

.banner {
    display: block;
    width: 100%;
    /*height: 460px;*/
}

.row {
    display: flex;
}

main > .row {
    margin-top: 30px;
}

main .img-wrapper1 {
    display: block;
    border-radius: 24px;
    border: 1px solid #B8FCFF;
    flex: 1;
    height: 240px;
    overflow: hidden;
}

main .img-wrapper1:not(:first-child) {
    margin-left: 20px;
}

main img {
    background: #fff;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img-wrapper2 {
    display: block;
    box-sizing: border-box;
    margin-top: 30px;
    background: linear-gradient(360deg, rgba(0, 126, 187, 0.08) 0%, rgba(255, 255, 255, 0.16) 100%);
    /*border-radius: 24px;*/
    /*border: 1px solid #FFFFFF;*/
    /*padding: 16px;*/
}

.img-wrapper2 img {
    /*border-radius: 24px;*/
    /*height: 428px;*/
}

.list-wrapper {
    margin: 20px -10px -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-item {
    margin: 10px;
    box-sizing: border-box;
    width: 630px;
    height: 480px;
    background: linear-gradient(360deg, rgba(182, 231, 255, 0.09) 0%, rgba(255, 255, 255, 0.16) 100%);
    border-radius: 24px;
    border: 1px solid #B8FCFF;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.list-item-img {
    width: 100%;
    height: 346px;
}

.list-item-content {
    background: linear-gradient(360deg, #C8EDFF 0%, #FFFFFF 100%);
    padding: 0 24px;
    flex: 1;
    display: flex;
    align-items: center;
}

.list-item-content > div:first-child {
    flex: 1;
}

.list-item-content .text1 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
}

.list-item-content .text2 {
    margin-top: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #A21919;
    line-height: 30px;
}

.list-item-content .btn {
    padding: 10px 33px;
    background: linear-gradient(180deg, #FEFFFF 0%, #9BDBFF 100%);
    border-radius: 16px;
    border: 1px solid #0753c9;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #01388d;

}

footer {
    margin-top: 90px;
    background: #111111;
}

.footer-wrapper {
    height: 300px;
    display: flex;
    /*justify-content: center;*/
    padding-top: 62px;
    padding-left: 40px;
}

.footer-wrapper > div:first-child {
    margin-right: 168px !important;
}

.footer-wrapper  > div:not(:last-child) {
    margin-right: 110px;
}

.footer-wrapper  .logo {
    display: block;
    height: 27px;
    width: auto;
}

.footer-wrapper  .email {
    margin-top: 14px;
    display: block;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}

.footer-wrapper  .domain {
    margin-top: 6px;
    display: block;
    font-size: 11px;
    color: #999999;
    line-height: 20px;
}

.footer-wrapper  .third {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.footer-wrapper  .third img {
    height: 18px;
    width: auto;
}

.footer-wrapper  .third a:not(:first-child) {
    margin-left: 14px;
}

.footer-wrapper  .title {
    font-size: 15px;
    color: #FFFFFF;
    line-height: 18px;
}

.footer-wrapper  .link {
    margin-top: 15px;
    display: block;
    font-size: 14px;
    color: #999999;
    line-height: 17px;
}