* {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif,STHeiti;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body, html {
    width: 100%;
    min-width: 980px;
    font-size: 16px;
    color: #333;
    background-color: #fafafa;
}

img {
    width: 100%;
    display: block;
}

.container {
    max-width: 1400px;
    min-width: 980px;
    margin: 0 auto;
    padding-top: 4.375rem;
}

@media screen and (max-width: 1320px) {
    body, html {
        font-size: 14px;
    }

    .nav {
        font-size: 24px !important;
    }
}

@media screen and (max-width: 1110px) {
    body, html {
        font-size: 12px;
    }

    .nav {
        font-size: 24px !important;
    }
}

.form {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 4rem;
}

    .form label, .textarea-box {
        display: flex;
        width: 100%;
        border: 1px solid #666;
        margin-bottom: 1.8rem;
        height: 5rem;
        line-height: 5rem;
    }

        .form label span {
            width: 5rem;
            padding: 0 1rem;
            display: block;
        }

            .form label span img {
                width: 90%;
                vertical-align: -10%;
                display: inline-block;
            }

    .form input, .form textarea {
        vertical-align: top;
        flex: 9;
        border: none;
        background-color: transparent;
        outline: none;
        font-size: inherit;
        padding-right: 1rem;
    }
.jm-list p {
    margin-bottom: 0;
}

.footer{background-color: #003740; text-align: center; color:#FFF;}
    .footer .container {
        padding: 1.5rem 0;
        display: flex;
        justify-content: space-between;
    }
.footer h1,.footer h2{font-weight: 400; padding: 1rem 0;}
.footer img{width: 2.9rem; height: 2.9rem; display: inline-block; vertical-align: -.8rem;}
.footer span{margin: 0 .6rem;}
.textarea-box {
    height: 10.6rem;
    overflow: hidden;
}

    .textarea-box text {
        width: 6rem;
        vertical-align: top;
        margin-left: 1rem;
    }

    .textarea-box textarea {
        height: 8.12rem;
        resize: none;
        margin: 1.2rem 0;
    }

.nav-box {
    position: fixed;
    height: 6.25rem;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #FFF;
}

.nav {
    display: flex;
    justify-content: space-between;
    padding: 1.25rem 0;
}

    .nav a {
        color: #000;
        display: inline-block;
        text-decoration: none;
        padding: .625rem 1.25rem;
    }

        .nav a.active {
            border-bottom: 1px solid #000;
        }

.bg {
    position: relative;
    width: 100%;
}

.bg1 {
    background: url("images/bg1.png") no-repeat left 3.125rem;
    background-size: 19.75rem 30.06rem;
}

.bg2 {
    background: url("images/bg2_1.png") right 8% / 15.375rem 24.625rem no-repeat,url("images/bg2_2.png") left 50% / 10.5rem 15.93rem no-repeat,url("images/line.png") 50% top / 100% 3.81rem no-repeat;
}

.bg3 {
    background: url("images/bg3_1.png") left 2rem / 32.625rem 42.68rem no-repeat,url("images/bg3_2.png") right 31.25rem / 23.81rem 35.62rem no-repeat,url("images/line.png") 50% top / 100% 3.81rem no-repeat;
}

.bg4 {
    background: url("images/line.png") 50% top / 100% 3.81rem no-repeat;
}

.bg3 .b3 {
    position: absolute;
    right: 0;
    top: 52%;
    width: 30%;
}

.bg6 {
    background: url("images/bg4.png") no-repeat 50% bottom / 100% auto;
    padding-bottom: 6.25rem;
}

.bg2, .bg3, .bg4 {
    padding-top: 2.18rem;
}


.btn-box {
    padding: 4rem 0 0;
    clear: both;
}

.btn {
    width: 25rem;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    color: #FFF;
    background-color: #016373;
    border: 0;
    margin: 0 auto;
    display: block;
}

.tc-a {
    color: #1a1a1a;
}

.ts-20 {
    font-size: 1.25rem;
}

.ts-22 {
    font-size: 1.375rem;
}

.ts-24 {
    font-size: 1.5rem;
}

.ts-26 {
    font-size: 1.625rem;
}

.ts-28 {
    font-size: 1.75rem;
}

.ts-30 {
    font-size: 1.875rem;
}

.ts-34 {
    font-size: 2.125rem;
}

.tp-c {
    text-align: center;
}

.big-blue {
    font-size: 3.125rem;
    color: #016373;
}

h1 {
    font-size: 2.75rem;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    color: #1a1a1a;
    font-size: 1.875rem;
    padding: 2.5rem 0 2.5rem;
}

p {
    text-align: justify;
    line-height: 2.37rem;
    margin-bottom: 1.87rem;
}

    p.mt50 {
        margin-top: 3.125rem;
    }

    p.mt20 {
        margin-top: 1.25rem;
    }

    p.ts-30 {
        line-height: 3.4rem;
        margin-bottom: 0;
    }

.white-bg {
    background-color: #FFF;
    box-shadow: 0 .7rem 1rem rgba(174,174,174,.16);
    padding: 4.37rem 4.68rem;
    margin: 1.875rem 0 5.62rem;
    border: 2px solid #ebebeb;
}

@media screen and (max-width: 1160px) {
    .white-bg {
        padding: 3rem 3rem;
    }
}

.flex-b {
    display: flex;
}

.t1 {
    width: 63%;
    padding-right: 3.75rem;
}

.t2 {
    width: 37%;
    float: right;
}

.t3, .t5 {
    width: 36.5%;
    line-height: 3.12rem;
    padding-top: .9rem;
}

.t5 {
    padding-left: 5%;
}

.t4 {
    width: 27%;
}

    .t4 img {
        margin-bottom: 2.5rem;
    }

.bg2 h1 {
    padding-top: 1.25rem;
}

.frImg {
    display: none;
}

@media screen and (max-width: 1110px) {
    .t1 {
        width: 73%;
        width: 100%;
        padding: 0;
    }

    .t2 {
        width: 27%;
        display: none;
    }

    .frImg {
        display: block;
        float: right;
        margin-left: 2rem;
        width: 38%;
    }

    .block-b {
        display: block;
    }
}

.title-box {
    text-align: center;
}

    .title-box h1 {
        padding-bottom: 3.75rem;
        position: relative;
    }

        .title-box h1:before {
            content: '';
            background: url("images/arrow.png") no-repeat;
            background-size: 100% 100%;
            width: 2.5rem;
            height: 1.25rem;
            left: 50%;
            margin-left: -1.25rem;
            bottom: 1.25rem;
            position: absolute;
        }

    .title-box h2 {
        height: 5.75rem;
        line-height: 5.75rem;
        background-color: #FFF;
        position: relative;
        display: inline-block;
        padding: 0 3.25rem;
    }

        .title-box h2:before, .title-box h2:after {
            content: '';
            background-repeat: no-repeat;
            width: 5.125rem;
            height: 5.75rem;
            top: 0;
            position: absolute;
        }

        .title-box h2:before {
            left: -2.56rem;
            background-image: url("images/arrow_down.png");
            background-size: 100% 100%;
        }

        .title-box h2:after {
            right: -2.56rem;
            background-image: url("images/arrow_up.png");
            background-size: 100% 100%;
        }

.title-2 {
    padding: 4rem 0 5.9rem;
}

.title-3 {
    padding: 6.25rem 0 2.5rem;
}

    .title-2 h2, .title-3 h2 {
        height: 4.875rem;
        line-height: 4.875rem;
        padding: 0 5.625rem;
    }

        .title-2 h2:before, .title-3 h2:before, .title-2 h2:after, .title-3 h2:after {
            width: 4.19rem;
            height: 4.875rem;
            background-size: 100% 100%;
        }

        .title-2 h2:before, .title-3 h2:before {
            left: -2.09rem;
        }

        .title-2 h2:after, .title-3 h2:after {
            right: -2.09rem;
        }

.imgs {
    display: flex;
    justify-content: space-between;
    margin-top: 3.125rem;
}

.imgs-3 div {
    width: 30.5%;
}

.imgs-4 div {
    width: 21%;
    text-align: center;
}

    .imgs-4 div img {
        width: 100%;
        margin-bottom: 1.25rem;
    }

.imgs-4 {
    margin-top: 0;
}

table.jm {
    border: 2px solid #016373;
    width: 100%;
    color: #4c4c4c;
    margin: 2.5rem 0 4rem;
}

    table.jm tr td {
        border-top: 2px solid #016373;
        border-left: 2px solid #016373;
        width: 14.28%;
        height: 7.18rem;
        text-align: center;
    }

        table.jm tr td:first-child {
            border-left: none;
        }

    table.jm tr:first-child td {
        border-top: none;
    }

table.super tr td:last-of-type {
    padding-left: 2.5rem;
}

table.super img {
    border: 2px solid #016373;
}

.line {
    height: 2px;
    background-color: #f5f5f5;
    margin: 5.625rem 0 3.125rem;
}

.step-box {
    padding: 4.375rem 4rem 0;
}

.title {
    text-align: center;
    padding: 1.25rem 0 4rem;
    font-weight: 500;
}

.footer {
    background-color: #003740;
    text-align: center;
    color: #FFF;
    /*height: 13.875rem;*/
    line-height: 6rem;
}

    .footer .container {
        padding-top: 1.5rem;
    }

    .footer h1 {
        font-weight: 400;
    }

    .footer img {
        width: 4.9rem;
        height: 4.9rem;
        display: inline-block;
        vertical-align: middle;
    }

    .footer span {
        margin: 0 .6rem;
    }
