* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
.mobile-nav-toggle {
    display: none;
}
@font-face {
    font-family: 'AdobeHeitiStd';
    src: url(../font/AdobeHeitiStd-Regular.otf);
}
@font-face {
    font-family: 'DFGB_Y7';
    src: url(../font/DFGB_Y7.ttc);
}
@font-face {
    font-family: 'FZDHTJW';
    src: url(../font/FZDHTJW--GB1-0.otf);
}
@media screen and (min-width: 769px) {
    .box,
    .Box {
        width: 100%;
        overflow: hidden;
        background-color: #f3f5f8;
    }
    .box .container,
    .Box .container {
        width: 1250px;
        margin: 0 auto;
    }
    .box .header,
    .Box .header {
        width: 100%;
        height: 89px;
        background: url(../img/headerBg.png) center no-repeat;
        background-size: cover;
    }
    .box .header .container,
    .Box .header .container {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .box .header .container .logo,
    .Box .header .container .logo {
        display: flex;
        align-items: center;
    }
    .box .header .container .logo img,
    .Box .header .container .logo img {
        width: auto;
        height: 41px;
    }
    .box .header .container .logo h2,
    .Box .header .container .logo h2 {
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #ffffff;
        margin-left: 17px;
        max-width: 35vw;
    }
    .box .header .container .Buttons,
    .Box .header .container .Buttons {
        display: flex;
        align-items: center;
    }
    .box .header .container .Buttons button,
    .Box .header .container .Buttons button {
        width: 89px;
        height: 40px;
        background-color: #d3e4f8;
        box-shadow: 1px 2px 5px 0px rgba(16, 79, 152, 0.4);
        border-radius: 20px;
        border: none;
        outline: none;
        margin-left: 15px;
        display: flex;
        align-items: center;
    }
    .box .header .container .Buttons button img,
    .Box .header .container .Buttons button img {
        margin: 0 0 0 6px;
    }
    .box .header .container .Buttons button a,
    .Box .header .container .Buttons button a {
        width: 100%;
        height: 100%;
        display: block;
        font-size: 14px;
        line-height: 40px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #006adb;
    }
    .box .header .container .Buttons button:nth-child(2),
    .Box .header .container .Buttons button:nth-child(2) {
        background-color: #d3e4f8;
        box-shadow: 1px 2px 5px 0px rgba(16, 79, 152, 0.4);
        border-radius: 20px;
        border: solid 1px #7aadf9;
    }
    .box .header .container .Buttons button:nth-child(2) a,
    .Box .header .container .Buttons button:nth-child(2) a {
        color: #0076f5;
    }
    .box .header .container .Buttons .language,
    .Box .header .container .Buttons .language {
        width: 65px;
        height: 65px;
        background: url(../img/languageC.png) top center no-repeat;
        background-size: cover;
        margin-top: 20px;
        margin-left: 10px;
    }
    .box .header .container .Buttons .language.E,
    .Box .header .container .Buttons .language.E {
        background: url(../img/languageE.png) top center no-repeat;
        background-size: cover;
    }
    .box .header .container .Buttons .Both,
    .Box .header .container .Buttons .Both {
        width: 129px;
        height: 40px;
        background-image: linear-gradient(0deg, #accbee 0%, #e7f0fd 100%);
        box-shadow: 1px 2px 5px 0px rgba(16, 79, 152, 0.4);
        border-radius: 20px;
        border: solid 1px #0076f5;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-left: 22px;
        overflow: hidden;
    }
    .box .header .container .Buttons .Both button,
    .Box .header .container .Buttons .Both button {
        width: 50%;
        height: 100%;
        margin: 0;
        border-radius: 0;
        background: transparent;
        font-size: 14px;
        color: #0076f5;
    }
    .box .header .container .Buttons .Both button a,
    .Box .header .container .Buttons .Both button a {
        color: #0076f5;
    }
    .box .header .container .Buttons .Both button.active,
    .Box .header .container .Buttons .Both button.active {
        color: #fff;
        background-color: #0076f5;
    }
    .box .header .container .Buttons .Both button.active {
        box-shadow: 0px 0px 10px 4px inset rgba(0, 0, 0, 0.4);
    }
    .box .header .container .Buttons .Both button.active a,
    .Box .header .container .Buttons .Both button.active a {
        color: #fff;
    }
    .box .Top,
    .Box .Top {
        width: 100%;
        height: auto;
    }
    .box .Top .nav,
    .Box .Top .nav {
        width: 100%;
        height: 56px;
        background: #fff;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    }
    .box .Top .nav ul,
    .Box .Top .nav ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .box .Top .nav ul li,
    .Box .Top .nav ul li {
        min-width: 80px;
        height: 100%;
    }
    .box .Top .nav ul li a,
    .Box .Top .nav ul li a {
        height: 100%;
        font-size: 16px;
        line-height: 56px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #3f3e3e;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .box .Top .nav ul li a .img,
    .Box .Top .nav ul li a .img {
        width: 10px;
        height: 8px;
        margin-left: 10px;
        background: url(../img/Hot/down.png) center no-repeat;
        background-size: contain;
    }
    .box .Top .nav ul li.active,
    .Box .Top .nav ul li.active {
        position: relative;
    }
    .box .Top .nav ul li.active a,
    .Box .Top .nav ul li.active a {
        color: #015ec2;
        font-weight: bold;
    }
    .box .Top .nav ul li.active a .img,
    .Box .Top .nav ul li.active a .img {
        background: url(../img/Hot/downActive.png) center no-repeat;
        background-size: contain;
    }
    .box .Top .nav ul li.active::after,
    .Box .Top .nav ul li.active::after {
        content: '';
        width: 100%;
        height: 2.5px;
        background-color: #0079fa;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .box .Top .nav ul li:hover,
    .Box .Top .nav ul li:hover {
        position: relative;
    }
    .box .Top .nav ul li:hover a,
    .Box .Top .nav ul li:hover a {
        color: #015ec2;
        font-weight: bold;
    }
    .box .Top .nav ul li:hover a .img,
    .Box .Top .nav ul li:hover a .img {
        background: url(../img/Hot/downActive.png) center no-repeat;
        background-size: contain;
    }
    .box .Top .nav ul li:hover .Level3,
    .Box .Top .nav ul li:hover .Level3 {
        display: block !important;
    }
    .box .Top .nav ul li:hover::after,
    .Box .Top .nav ul li:hover::after {
        content: '';
        width: 100%;
        height: 2.5px;
        background-color: #0079fa;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .box .Top .nav.IE ul li,
    .Box .Top .nav.IE ul li {
        position: relative;
    }
    .box .Top .nav.IE ul li a,
    .Box .Top .nav.IE ul li a {
        letter-spacing: 0px;
    }
    .box .Top .nav.IE ul li .Level3,
    .Box .Top .nav.IE ul li .Level3 {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 99;
        display: none;
    }
    .box .Top .nav.IE ul li .Level3 a,
    .Box .Top .nav.IE ul li .Level3 a {
        height: 45px;
        background-color: #7ab6f9;
        display: block;
        font-size: 16px;
        line-height: 45px;
        letter-spacing: 0px;
        color: #ffffff;
    }
    .box .Top .topBg,
    .Box .Top .topBg {
        width: 100%;
        height: 450px;
        position: relative;
    }
    .box .Top .position,
    .Box .Top .position {
        width: 100%;
        height: 43px;
        background-color: #ffffff;
        border: solid 1px #e2e6f6;
    }
    .box .Top .position .container,
    .Box .Top .position .container {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .box .Top .position .container p,
    .Box .Top .position .container p {
        font-size: 14px;
        line-height: 14px;
        letter-spacing: -0.5px;
        color: #181f2f;
    }
    .box .Top .position .container p a,
    .Box .Top .position .container p a {
        font-size: 14px;
        line-height: 14px;
        letter-spacing: -0.5px;
        color: #999999;
    }
    .box .Top .position .container p a:hover,
    .Box .Top .position .container p a:hover {
        text-decoration: underline;
    }
    .box .Top .position .container p span,
    .Box .Top .position .container p span {
        font-size: 14px;
        line-height: 14px;
        letter-spacing: -0.5px;
        color: #999999;
    }
    .box .Top .position .container p:last-child,
    .Box .Top .position .container p:last-child {
        color: #999999;
    }
    .box .rightSidebar,
    .Box .rightSidebar {
        width: 73px;
        height: 330px;
        background-color: #ebf2ff;
        box-shadow: 4px 5px 16px 0px rgba(28, 108, 202, 0.58);
        border-radius: 37px;
        border: solid 1px #ffffff;
        position: fixed;
        top: 89px;
        right: 15px;
        z-index: 99999;
    }
    .box .rightSidebar ul,
    .Box .rightSidebar ul {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
    }
    .box .rightSidebar ul li,
    .Box .rightSidebar ul li {
        width: 100%;
        flex: 1;
        min-height: 0;
    }
    .box .rightSidebar ul li a,
    .Box .rightSidebar ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .box .rightSidebar ul li a p,
    .Box .rightSidebar ul li a p {
        font-size: 12px;
        line-height: 14px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #045de4;
        margin-top: 5px;
        text-align: center;
    }
    .box .rightSidebar.IE ul li a p,
    .Box .rightSidebar.IE ul li a p {
        margin-top: 7px;
        letter-spacing: -0.5px;
    }
    .box .Details-Contact,
    .Box .Details-Contact {
        width: 23%;
        height: auto;
    }
    .box .Details-Contact .title h2,
    .Box .Details-Contact .title h2 {
        font-size: 18px;
        line-height: 18px;
        color: #005ec3;
    }
    .box .Details-Contact .we,
    .Box .Details-Contact .we {
        width: 100%;
        height: auto;
        background-color: #ffffff;
        border-radius: 8px;
        padding: 21px 20px 30px;
    }
    .box .Details-Contact .we .phone,
    .Box .Details-Contact .we .phone {
        display: flex;
        align-items: center;
        margin-top: 27px;
    }
    .box .Details-Contact .we .phone img,
    .Box .Details-Contact .we .phone img {
        margin-right: 16px;
    }
    .box .Details-Contact .we .phone p,
    .Box .Details-Contact .we .phone p {
        font-size: 14px;
        line-height: 22px;
        color: #333333;
    }
    .box .Details-Contact .we .email,
    .Box .Details-Contact .we .email {
        display: flex;
        align-items: center;
        margin-top: 26px;
    }
    .box .Details-Contact .we .email img,
    .Box .Details-Contact .we .email img {
        margin-right: 16px;
    }
    .box .Details-Contact .we .email p,
    .Box .Details-Contact .we .email p {
        font-size: 14px;
        line-height: 22px;
        color: #333333;
    }
    .box .Details-Contact .query,
    .Box .Details-Contact .query {
        width: 100%;
        height: auto;
        background-color: #ffffff;
        border-radius: 8px;
        padding: 21px 20px 27px;
        margin-top: 21px;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans',
            sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
    }
    .box .Details-Contact .query .title,
    .Box .Details-Contact .query .title {
        margin-bottom: 21px;
        font-family: inherit;
    }
    .box .Details-Contact .query input,
    .Box .Details-Contact .query input {
        width: 100%;
        height: 36px;
        background-color: #f2f8ff;
        border-radius: 4px;
        border: solid 1px #e2e2e2;
        margin-bottom: 15px;
        padding-left: 11px;
        font-size: 14px;
        line-height: 14px;
        color: #333;
        outline: none;
        font-family: inherit;
    }
    .box .Details-Contact .query input::placeholder,
    .Box .Details-Contact .query input::placeholder {
        color: #999999;
    }
    .box .Details-Contact .query textarea,
    .Box .Details-Contact .query textarea {
        width: 100%;
        height: 109px;
        background-color: #f2f8ff;
        border-radius: 4px;
        border: solid 1px #e2e2e2;
        font-size: 14px;
        line-height: 18px;
        color: #333;
        padding: 9px 11px;
        margin-bottom: 19px;
        outline: none;
        font-family: inherit;
    }
    .box .Details-Contact .query textarea::placeholder,
    .Box .Details-Contact .query textarea::placeholder {
        color: #999999;
    }
    .box .Details-Contact .query button,
    .Box .Details-Contact .query button {
        width: 100%;
        height: 38px;
        background-color: #0863d8;
        border-radius: 4px;
        border: none;
        outline: none;
        font-family: inherit;
    }
    .box .Details-Contact .query button a,
    .Box .Details-Contact .query button a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 14px;
        line-height: 38px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #ffffff;
        text-align: center;
    }
    .box .Details-Contact .query button:hover,
    .Box .Details-Contact .query button:hover {
        filter: brightness(1.1);
    }
    .box .Bottom,
    .Box .Bottom {
        width: 100%;
        height: auto;
        background-color: #003399;
        padding: 53px 0 35px;
    }
    .box .Bottom .up,
    .Box .Bottom .up {
        display: flex;
        align-items: stretch;
        padding-bottom: 28px;
        justify-content: space-between;
    }
    .box .Bottom .up .left,
    .Box .Bottom .up .left {
        width: 27%;
    }
    .box .Bottom .up .left .logo,
    .Box .Bottom .up .left .logo {
        display: flex;
        align-items: center;
    }
    .box .Bottom .up .left .logo img,
    .Box .Bottom .up .left .logo img {
        width: auto;
        height: 40px;
        margin-right: 18px;
    }
    .box .Bottom .up .left .logo h2,
    .Box .Bottom .up .left .logo h2 {
        flex: 1;
        min-width: 0;
        font-size: 19px !important;
        font-weight: bold;
        line-height: 23px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #ffffff;
    }
    .box .Bottom .up .left .As,
    .Box .Bottom .up .left .As {
        margin-top: 40px;
    }
    .box .Bottom .up .left .As p,
    .Box .Bottom .up .left .As p {
        font-size: 13px;
        line-height: 13px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #ffffff;
        margin-bottom: 14px;
    }
    .box .Bottom .up .left .As .links,
    .Box .Bottom .up .left .As .links {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .box .Bottom .up .left .As .links a,
    .Box .Bottom .up .left .As .links a {
        width: auto;
        height: 27px;
        display: block;
        padding: 0 10px;
        font-size: 11px;
        line-height: 27px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #ffffff;
        background-color: rgba(245, 247, 250, 0.15);
        border-radius: 15px;
        margin: 0 11px 17px 0;
    }
    .box .Bottom .up .center,
    .Box .Bottom .up .center {
        width: 37%;
        flex: 1;
        min-height: 0;
        display: flex;
        align-items: stretch;
    }
    .box .Bottom .up .center > div,
    .Box .Bottom .up .center > div {
        flex: 1;
        min-width: 0;
        position: relative;
    }
    .box .Bottom .up .center > div p,
    .Box .Bottom .up .center > div p {
        font-size: 15px;
        font-weight: bold;
        line-height: 15px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #ffffff;
        text-align: center;
    }
    .box .Bottom .up .center > div ul,
    .Box .Bottom .up .center > div ul {
        margin-top: 35px;
    }
    .box .Bottom .up .center > div ul li,
    .Box .Bottom .up .center > div ul li {
        margin-bottom: 22px;
    }
    .box .Bottom .up .center > div ul li a,
    .Box .Bottom .up .center > div ul li a {
        width: 100%;
        display: block;
        font-size: 13px;
        line-height: 13px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #cde3fb;
        text-align: center;
    }
    .box .Bottom .up .center > div ul li a:hover,
    .Box .Bottom .up .center > div ul li a:hover {
        text-decoration: underline;
    }
    .box .Bottom .up .center > div::before,
    .Box .Bottom .up .center > div::before {
        content: '';
        width: 1px;
        height: 100%;
        background-color: #cde3fb;
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-100%, 0);
    }
    .box .Bottom .up .right,
    .Box .Bottom .up .right {
        width: 30%;
        height: auto !important;
        background-color: rgba(6, 113, 232, 0.18);
        border-radius: 15px;
        padding-bottom: 12px;
    }
    .box .Bottom .up .right ul,
    .Box .Bottom .up .right ul {
        padding: 23px 24px 0;
    }
    .box .Bottom .up .right ul li,
    .Box .Bottom .up .right ul li {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .box .Bottom .up .right ul li p,
    .Box .Bottom .up .right ul li p {
        font-size: 12px;
        line-height: 16px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #cde3fb;
        margin-left: 7px;
    }
    .box .Bottom .up .right .text,
    .Box .Bottom .up .right .text {
        padding: 13px 0 0 44px;
    }
    .box .Bottom .up .right .text p,
    .Box .Bottom .up .right .text p {
        font-size: 13px;
        line-height: 13px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #cde3fb;
        margin-bottom: 10px;
    }
    .box .Bottom .copyright,
    .Box .Bottom .copyright {
        border-top: 1px solid rgba(255, 255, 255, 0.21);
        padding: 28px;
        text-align: center;
    }
    .box .Bottom .copyright p,
    .Box .Bottom .copyright p {
        font-size: 12px;
        line-height: 12px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #cde3fb;
    }
    .box .Bottom.IE .up .left .logo,
    .Box .Bottom.IE .up .left .logo {
        align-items: flex-start;
    }
    .box .Bottom.IE .up .left .logo img,
    .Box .Bottom.IE .up .left .logo img {
        margin-top: 10px;
    }
    .box .Bottom.IE .up .left .logo h2,
    .Box .Bottom.IE .up .left .logo h2 {
        letter-spacing: 0px;
        font-style: 15px;
    }
    .box .Bottom.IE .up .left .As,
    .Box .Bottom.IE .up .left .As {
        margin-top: 26px;
    }
    .box .Bottom.IE .up .left .As p,
    .Box .Bottom.IE .up .left .As p {
        letter-spacing: 0px;
    }
    .box .Bottom.IE .up .left .As .links,
    .Box .Bottom.IE .up .left .As .links {
        margin-top: 13px;
    }
    .box .Bottom.IE .up .left .As .links a,
    .Box .Bottom.IE .up .left .As .links a {
        letter-spacing: -0.5px;
        margin-bottom: 12px;
    }
    .box .Bottom.IE .up .center > div p,
    .Box .Bottom.IE .up .center > div p {
        letter-spacing: 0px;
    }
    .box .Bottom.IE .up .center > div ul li a,
    .Box .Bottom.IE .up .center > div ul li a {
        letter-spacing: -0.5px;
    }
    .box .Bottom.IE .up .right ul li p,
    .Box .Bottom.IE .up .right ul li p {
        letter-spacing: -0.5px;
    }
    .box .Bottom.IE .up .right .text,
    .Box .Bottom.IE .up .right .text {
        padding-top: 70px;
    }
    .box .Bottom.IE .up .right .text p,
    .Box .Bottom.IE .up .right .text p {
        letter-spacing: 0px;
    }
    .box .Bottom.IE .copyright p,
    .Box .Bottom.IE .copyright p {
        letter-spacing: 0px;
    }
}
@media screen and (max-width: 769px) {
    .box,
    .Box {
        width: 100%;
        overflow: hidden;
        background-color: #f3f5f8;
    }
    .box .container,
    .Box .container {
        width: 95%;
        margin: 0 auto;
    }
    .box .header,
    .Box .header {
        width: 100%;
        height: auto;
        background: url(../img/headerBg.png) center no-repeat;
        background-size: cover;
        padding: 2.66666667vw 0;
    }
    .box .header .container,
    .Box .header .container {
        height: 100%;
    }
    .box .header .container .logo,
    .Box .header .container .logo {
        display: flex;
        align-items: center;
        margin-bottom: 5.33333333vw;
    }
    .box .header .container .logo img,
    .Box .header .container .logo img {
        width: 25vw;
        height: auto;
    }
    .box .header .container .logo h2,
    .Box .header .container .logo h2 {
        font-size: 4.26666667vw;
        line-height: 5.33333333vw;
        font-weight: bold;
        letter-spacing: 0.26666667vw;
        color: #ffffff;
        margin-left: 2.66666667vw;
        max-width: 55vw;
    }
    .box .header .container .Buttons,
    .Box .header .container .Buttons {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .box .header .container .Buttons button,
    .Box .header .container .Buttons button {
        height: 6.66666667vw;
        background-color: transparent;
        border-radius: 5.33333333vw;
        border: none;
        outline: none;
        margin-left: 4vw;
        display: flex;
        align-items: center;
    }
    .box .header .container .Buttons button img,
    .Box .header .container .Buttons button img {
        width: 4vw;
        height: auto;
        margin-right: 2vw;
    }
    .box .header .container .Buttons button a,
    .Box .header .container .Buttons button a {
        width: 100%;
        height: 100%;
        display: block;
        font-size: 3.46666667vw;
        line-height: 6.66666667vw;
        letter-spacing: 0.26666667vw;
        color: #006adb;
        color: #ffffff;
    }
    .box .header .container .Buttons .language,
    .Box .header .container .Buttons .language {
        width: 17.33333333vw;
        height: 17.33333333vw;
        background: url(../img/languageC.png) top center no-repeat;
        background-size: cover;
        margin-top: 5.33333333vw;
        margin-left: 2.66666667vw;
    }
    .box .header .container .Buttons .language.E,
    .Box .header .container .Buttons .language.E {
        background: url(../img/languageE.png) top center no-repeat;
        background-size: cover;
    }
    .box .header .container .Buttons .Both,
    .Box .header .container .Buttons .Both {
        width: 35%;
        height: 6.66666667vw;
        background-image: linear-gradient(0deg, #accbee 0%, #e7f0fd 100%);
        box-shadow: 0.26666667vw 0.53333333vw 1.33333333vw 0vw rgba(16, 79, 152, 0.4);
        border-radius: 3.73333333vw;
        border: solid 0.26666667vw #0076f5;
        display: flex;
        align-items: center;
        justify-content: space-between;
        overflow: hidden;
        margin-left: 2.66666667vw;
    }
    .box .header .container .Buttons .Both button,
    .Box .header .container .Buttons .Both button {
        width: 50%;
        height: 100%;
        margin: 0;
        border-radius: 0;
        background: transparent;
        font-size: 3.2vw;
        color: #0076f5;
    }
    .box .header .container .Buttons .Both button a,
    .Box .header .container .Buttons .Both button a {
        color: #0076f5;
    }
    .box .header .container .Buttons .Both button.active,
    .Box .header .container .Buttons .Both button.active {
        color: #fff;
        background-color: #0076f5;
    }
    .box .header .container .Buttons .Both button.active a,
    .Box .header .container .Buttons .Both button.active a {
        color: #fff;
    }
    .box .header.IE .container .logo h2,
    .Box .header.IE .container .logo h2 {
        max-width: 65vw;
        font-size: 3.73333333vw;
        letter-spacing: -0.13333333vw;
    }
    .box .Top,
    .Box .Top {
        width: 100%;
        height: auto;
    }
    .box .Top .nav,
    .Box .Top .nav {
        width: auto;
        height: auto;
        background: transparent;
        box-shadow: none;
        position: fixed;
        right: 4vw;
        bottom: 6vw;
        z-index: 1000;
    }
    .box .Top .nav .mobile-nav-toggle,
    .Box .Top .nav .mobile-nav-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 13.33333333vw;
        height: 13.33333333vw;
        border-radius: 50%;
        background-color: #ffffff;
        box-shadow: 0 0.8vw 2.66666667vw rgba(0, 0, 0, 0.2);
        cursor: pointer;
        z-index: 1001;
        padding: 0;
        border: none;
        outline: none;
        transition: background-color 0.25s ease, transform 0.25s ease;
    }
    .box .Top .nav .mobile-nav-toggle span,
    .Box .Top .nav .mobile-nav-toggle span {
        display: block;
        width: 5.86666667vw;
        height: 0.66666667vw;
        background-color: #015ec2;
        border-radius: 0.33333333vw;
        margin-bottom: 1.06666667vw;
        transition: all 0.3s ease;
    }
    .box .Top .nav .mobile-nav-toggle span:last-child,
    .Box .Top .nav .mobile-nav-toggle span:last-child {
        margin-bottom: 0;
    }
    .box .Top .nav.mobile-open .mobile-nav-toggle,
    .Box .Top .nav.mobile-open .mobile-nav-toggle {
        background-color: #015ec2;
    }
    .box .Top .nav.mobile-open .mobile-nav-toggle span,
    .Box .Top .nav.mobile-open .mobile-nav-toggle span {
        background-color: #ffffff;
    }
    .box .Top .nav.mobile-open .mobile-nav-toggle span:nth-child(1),
    .Box .Top .nav.mobile-open .mobile-nav-toggle span:nth-child(1) {
        transform: translateY(1.73333333vw) rotate(45deg);
    }
    .box .Top .nav.mobile-open .mobile-nav-toggle span:nth-child(2),
    .Box .Top .nav.mobile-open .mobile-nav-toggle span:nth-child(2) {
        opacity: 0;
    }
    .box .Top .nav.mobile-open .mobile-nav-toggle span:nth-child(3),
    .Box .Top .nav.mobile-open .mobile-nav-toggle span:nth-child(3) {
        transform: translateY(-1.73333333vw) rotate(-45deg);
    }
    .box .Top .nav ul,
    .Box .Top .nav ul {
        width: 70vw;
        max-width: 280px;
        height: auto;
        max-height: 70vh;
        overflow-y: auto;
        display: none;
        flex-direction: column;
        position: fixed;
        right: 4vw;
        bottom: 20vw;
        background-color: #ffffff;
        border-radius: 3.2vw;
        box-shadow: 0 1.33333333vw 5.33333333vw rgba(0, 0, 0, 0.18);
        z-index: 1000;
        padding: 2.66666667vw 0;
    }
    .box .Top .nav.mobile-open ul,
    .Box .Top .nav.mobile-open ul {
        display: flex;
    }
    .box .Top .nav ul li,
    .Box .Top .nav ul li {
        width: 100%;
        height: auto;
        flex-shrink: 0;
        border-bottom: 0.26666667vw solid #f0f0f0;
    }
    .box .Top .nav ul li:last-child,
    .Box .Top .nav ul li:last-child {
        border-bottom: none;
    }
    .box .Top .nav ul li a,
    .Box .Top .nav ul li a {
        width: 100%;
        display: block;
        height: auto;
        font-size: 3.766667vw;
        line-height: 12vw;
        letter-spacing: 0.13333333vw;
        color: #3f3e3e;
        padding: 0 5.33333333vw;
        text-align: left;
    }
    .box .Top .nav ul li.active,
    .Box .Top .nav ul li.active {
        position: relative;
        background-color: #f1f7ff;
    }
    .box .Top .nav ul li.active a,
    .Box .Top .nav ul li.active a {
        color: #015ec2;
        font-weight: bold;
    }
    .box .Top .nav ul li.active::after,
    .Box .Top .nav ul li.active::after {
        display: none;
    }
    .box .Top .nav ul li:hover,
    .Box .Top .nav ul li:hover {
        background-color: #f8fbff;
    }
    .box .Top .nav ul li:hover a,
    .Box .Top .nav ul li:hover a {
        color: #015ec2;
    }
    .box .Top .nav ul li:hover::after,
    .Box .Top .nav ul li:hover::after {
        display: none;
    }
    .box .Top .nav.IE ul li,
    .Box .Top .nav.IE ul li {
        min-width: auto;
    }
    .box .Top .nav.IE ul li a,
    .Box .Top .nav.IE ul li a {
        letter-spacing: 0vw;
    }
    .box .Top .topBg,
    .Box .Top .topBg {
        width: 100%;
        position: relative;
    }
    .box .Top .position,
    .Box .Top .position {
        width: 100%;
        min-height: 11.46666667vw;
        height: auto;
        background-color: #ffffff;
        border: solid 0.26666667vw #e2e6f6;
    }
    .box .Top .position .container,
    .Box .Top .position .container {
        height: 100%;
        display: flex;
        align-items: center;
        align-items: flex-start;
        padding: 12px 0;
    }
    .box .Top .position .container p,
    .Box .Top .position .container p {
        font-size: 3.73333333vw;
        line-height: 4.8vw;
        letter-spacing: -0.13333333vw;
        color: #181f2f;
    }
    .box .Top .position .container p a,
    .Box .Top .position .container p a {
        font-size: 3.73333333vw;
        line-height: 4.8vw;
        letter-spacing: -0.13333333vw;
        color: #999999;
    }
    .box .Top .position .container p a:hover,
    .Box .Top .position .container p a:hover {
        text-decoration: underline;
    }
    .box .Top .position .container p span,
    .Box .Top .position .container p span {
        font-size: 3.73333333vw;
        line-height: 3.73333333vw;
        letter-spacing: -0.13333333vw;
        color: #999999;
    }
    .box .Top .position .container p:last-child,
    .Box .Top .position .container p:last-child {
        color: #999999;
        flex: 1;
    }
    .box .Top .Notice,
    .Box .Top .Notice {
        width: 100%;
        height: 14.4vw;
        background-color: #cddffa;
        box-shadow: 1.6vw 2.13333333vw 13.06666667vw 0vw rgba(146, 186, 255, 0.28);
    }
    .box .Top .Notice .container,
    .Box .Top .Notice .container {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .box .Top .Notice .container .title,
    .Box .Top .Notice .container .title {
        width: auto;
        height: 7.46666667vw;
        background-image: linear-gradient(93deg, #0442bc 0%, #195efe 100%);
        border-radius: 4.53333333vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 4.26666667vw;
        padding: 0 3.2vw;
    }
    .box .Top .Notice .container .title img,
    .Box .Top .Notice .container .title img {
        width: 4vw;
        height: auto;
    }
    .box .Top .Notice .container .title p,
    .Box .Top .Notice .container .title p {
        font-size: 3.2vw;
        line-height: 3.2vw;
        letter-spacing: 0.26666667vw;
        color: #ffffff;
        margin-left: 1.33333333vw;
    }
    .box .Top .Notice .container .text,
    .Box .Top .Notice .container .text {
        flex: 1;
        height: 100%;
        min-width: 0;
        line-height: 15.46666667vw;
        overflow: hidden;
        position: relative;
    }
    .box .Top .Notice .container .text p,
    .Box .Top .Notice .container .text p {
        display: inline-block;
        font-size: 3.2vw;
        line-height: 15.46666667vw;
        letter-spacing: 0.26666667vw;
        color: #003399;
        margin: 0 4vw;
        position: absolute;
        white-space: nowrap;
        animation: scrollLeft 20s linear infinite;
    }
    .box .Top .Notice .container .text p a,
    .Box .Top .Notice .container .text p a {
        color: #003399;
    }
    @keyframes scrollLeft {
        0% {
            transform: translateX(20%);
        }
        100% {
            transform: translateX(-100%);
        }
    }
    .box .Top .Notice.IE .container p,
    .Box .Top .Notice.IE .container p {
        letter-spacing: -0.13333333vw !important;
    }
    .box .rightSidebar,
    .Box .rightSidebar {
        width: 19.46666667vw;
        height: 88vw;
        background-color: #ebf2ff;
        box-shadow: 1.06666667vw 1.33333333vw 4.26666667vw 0vw rgba(28, 108, 202, 0.58);
        border-radius: 9.86666667vw;
        border: solid 0.26666667vw #ffffff;
        position: fixed;
        top: 23.73333333vw;
        right: 4vw;
        z-index: 99999;
        display: none;
    }
    .box .rightSidebar ul,
    .Box .rightSidebar ul {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 2.66666667vw 0;
    }
    .box .rightSidebar ul li,
    .Box .rightSidebar ul li {
        width: 100%;
        flex: 1;
        min-height: 0;
    }
    .box .rightSidebar ul li a,
    .Box .rightSidebar ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .box .rightSidebar ul li a p,
    .Box .rightSidebar ul li a p {
        font-size: 3.2vw;
        line-height: 3.73333333vw;
        letter-spacing: 0.26666667vw;
        color: #045de4;
        margin-top: 1.33333333vw;
        text-align: center;
    }
    .box .rightSidebar.IE ul li a p,
    .Box .rightSidebar.IE ul li a p {
        margin-top: 1.86666667vw;
        letter-spacing: -0.13333333vw;
    }
    .box .Details-Contact,
    .Box .Details-Contact {
        width: 100%;
        height: auto;
        margin-top: 5.33333333vw;
    }
    .box .Details-Contact .title h2,
    .Box .Details-Contact .title h2 {
        font-size: 4.26666667vw;
        line-height: 4.26666667vw;
        color: #005ec3;
    }
    .box .Details-Contact .we,
    .Box .Details-Contact .we {
        width: 100%;
        height: auto;
        background-color: #ffffff;
        border-radius: 2.13333333vw;
        padding: 5.33333333vw 5.33333333vw;
    }
    .box .Details-Contact .we .phone,
    .Box .Details-Contact .we .phone {
        display: flex;
        align-items: center;
        margin-top: 7.2vw;
    }
    .box .Details-Contact .we .phone img,
    .Box .Details-Contact .we .phone img {
        width: 9.33333333vw;
        margin-right: 3.2vw;
    }
    .box .Details-Contact .we .phone p,
    .Box .Details-Contact .we .phone p {
        font-size: 3.46666667vw;
        line-height: 5.33333333vw;
        color: #333333;
    }
    .box .Details-Contact .we .email,
    .Box .Details-Contact .we .email {
        display: flex;
        align-items: center;
        margin-top: 4vw;
    }
    .box .Details-Contact .we .email img,
    .Box .Details-Contact .we .email img {
        width: 9.33333333vw;
        margin-right: 3.2vw;
    }
    .box .Details-Contact .we .email p,
    .Box .Details-Contact .we .email p {
        font-size: 3.46666667vw;
        line-height: 5.33333333vw;
        color: #333333;
    }
    .box .Details-Contact .query,
    .Box .Details-Contact .query {
        width: 100%;
        height: auto;
        background-color: #ffffff;
        border-radius: 2.13333333vw;
        padding: 5.6vw 5.33333333vw 7.2vw;
        margin-top: 5.6vw;
    }
    .box .Details-Contact .query .title,
    .Box .Details-Contact .query .title {
        margin-bottom: 5.6vw;
    }
    .box .Details-Contact .query input,
    .Box .Details-Contact .query input {
        width: 100%;
        height: 9.6vw;
        background-color: #f2f8ff;
        border-radius: 1.06666667vw;
        border: solid 0.26666667vw #e2e2e2;
        margin-bottom: 4vw;
        padding-left: 2.93333333vw;
        font-size: 3.73333333vw;
        line-height: 3.73333333vw;
        color: #333;
        outline: none;
    }
    .box .Details-Contact .query input::placeholder,
    .Box .Details-Contact .query input::placeholder {
        color: #999999;
    }
    .box .Details-Contact .query textarea,
    .Box .Details-Contact .query textarea {
        width: 100%;
        height: 29.06666667vw;
        background-color: #f2f8ff;
        border-radius: 1.06666667vw;
        border: solid 0.26666667vw #e2e2e2;
        font-size: 3.73333333vw;
        line-height: 4.8vw;
        color: #333;
        padding: 2.4vw 2.93333333vw;
        margin-bottom: 5.06666667vw;
        outline: none;
    }
    .box .Details-Contact .query textarea::placeholder,
    .Box .Details-Contact .query textarea::placeholder {
        color: #999999;
    }
    .box .Details-Contact .query button,
    .Box .Details-Contact .query button {
        width: 100%;
        height: 10.13333333vw;
        background-color: #0863d8;
        border-radius: 1.06666667vw;
        border: none;
        outline: none;
    }
    .box .Details-Contact .query button a,
    .Box .Details-Contact .query button a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 3.73333333vw;
        line-height: 10.13333333vw;
        letter-spacing: 0.26666667vw;
        color: #ffffff;
        text-align: center;
    }
    .box .Details-Contact .query button:hover,
    .Box .Details-Contact .query button:hover {
        filter: brightness(1.1);
    }
    .box .Bottom,
    .Box .Bottom {
        width: 100%;
        height: auto;
        background-color: #003399;
        padding: 6.66666667vw 0 9.33333333vw;
    }
    .box .Bottom .up,
    .Box .Bottom .up {
        align-items: stretch;
        padding-bottom: 7.46666667vw;
        justify-content: space-between;
    }
    .box .Bottom .up .left,
    .Box .Bottom .up .left {
        width: 100%;
    }
    .box .Bottom .up .left .logo,
    .Box .Bottom .up .left .logo {
        display: flex;
        align-items: center;
    }
    .box .Bottom .up .left .logo img,
    .Box .Bottom .up .left .logo img {
        width: auto;
        height: 9.33333333vw;
        margin-right: 4.8vw;
    }
    .box .Bottom .up .left .logo h2,
    .Box .Bottom .up .left .logo h2 {
        flex: 1;
        min-width: 0;
        font-size: 4.26666667vw;
        font-weight: bold;
        line-height: 6.13333333vw;
        letter-spacing: 0.26666667vw;
        color: #ffffff;
    }
    .box .Bottom .up .left .As,
    .Box .Bottom .up .left .As {
        margin-top: 5.06666667vw;
    }
    .box .Bottom .up .left .As p,
    .Box .Bottom .up .left .As p {
        font-size: 3.46666667vw;
        line-height: 3.46666667vw;
        letter-spacing: 0.26666667vw;
        color: #ffffff;
        margin-bottom: 3.2vw;
    }
    .box .Bottom .up .left .As .links,
    .Box .Bottom .up .left .As .links {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .box .Bottom .up .left .As .links a,
    .Box .Bottom .up .left .As .links a {
        width: auto;
        height: 7.2vw;
        display: block;
        padding: 0 2.66666667vw;
        font-size: 2.93333333vw;
        line-height: 7.2vw;
        letter-spacing: 0.26666667vw;
        color: #ffffff;
        background-color: rgba(245, 247, 250, 0.15);
        border-radius: 4vw;
        margin: 0 1.86666667vw 2.66666667vw 0;
    }
    .box .Bottom .up .center,
    .Box .Bottom .up .center {
        width: 100%;
        flex: 1;
        min-height: 0;
        display: flex;
        align-items: stretch;
        margin-top: 5.33333333vw;
    }
    .box .Bottom .up .center > div,
    .Box .Bottom .up .center > div {
        flex: 1;
        min-width: 0;
        position: relative;
    }
    .box .Bottom .up .center > div p,
    .Box .Bottom .up .center > div p {
        font-size: 4vw;
        font-weight: bold;
        line-height: 4vw;
        letter-spacing: 0.26666667vw;
        color: #ffffff;
        text-align: center;
    }
    .box .Bottom .up .center > div ul,
    .Box .Bottom .up .center > div ul {
        margin-top: 9.33333333vw;
    }
    .box .Bottom .up .center > div ul li,
    .Box .Bottom .up .center > div ul li {
        margin-bottom: 5.86666667vw;
    }
    .box .Bottom .up .center > div ul li a,
    .Box .Bottom .up .center > div ul li a {
        width: 100%;
        display: block;
        font-size: 3.46666667vw;
        line-height: 3.46666667vw;
        letter-spacing: 0.26666667vw;
        color: #cde3fb;
        text-align: center;
    }
    .box .Bottom .up .center > div ul li a:hover,
    .Box .Bottom .up .center > div ul li a:hover {
        text-decoration: underline;
    }
    .box .Bottom .up .center > div::before,
    .Box .Bottom .up .center > div::before {
        content: '';
        width: 0.26666667vw;
        height: 100%;
        background-color: #cde3fb;
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-100%, 0);
    }
    .box .Bottom .up .center > div:nth-child(1)::before,
    .Box .Bottom .up .center > div:nth-child(1)::before {
        content: none;
    }
    .box .Bottom .up .right,
    .Box .Bottom .up .right {
        width: 100%;
        height: auto !important;
        background-color: rgba(6, 113, 232, 0.18);
        border-radius: 4vw;
        padding-bottom: 3.2vw;
        margin-top: 5.33333333vw;
    }
    .box .Bottom .up .right ul,
    .Box .Bottom .up .right ul {
        padding: 6.13333333vw 6.4vw 0;
    }
    .box .Bottom .up .right ul li,
    .Box .Bottom .up .right ul li {
        display: flex;
        align-items: center;
        margin-bottom: 5.33333333vw;
    }
    .box .Bottom .up .right ul li p,
    .Box .Bottom .up .right ul li p {
        font-size: 3.2vw;
        line-height: 4.26666667vw;
        letter-spacing: 0.26666667vw;
        color: #cde3fb;
        margin-left: 1.86666667vw;
    }
    .box .Bottom .up .right .text,
    .Box .Bottom .up .right .text {
        padding: 3.46666667vw 0 0 11.73333333vw;
    }
    .box .Bottom .up .right .text p,
    .Box .Bottom .up .right .text p {
        font-size: 3.46666667vw;
        line-height: 3.46666667vw;
        letter-spacing: 0.26666667vw;
        color: #cde3fb;
        margin-bottom: 2.66666667vw;
    }
    .box .Bottom .copyright,
    .Box .Bottom .copyright {
        border-top: 0.26666667vw solid rgba(255, 255, 255, 0.21);
        padding: 5.33333333vw;
        text-align: center;
    }
    .box .Bottom .copyright p,
    .Box .Bottom .copyright p {
        font-size: 3.2vw;
        line-height: 5.86666667vw;
        letter-spacing: 0.26666667vw;
        color: #cde3fb;
    }
    .box .Bottom.IE .up .left .logo,
    .Box .Bottom.IE .up .left .logo {
        align-items: flex-start;
    }
    .box .Bottom.IE .up .left .logo img,
    .Box .Bottom.IE .up .left .logo img {
        margin-top: 2.66666667vw;
    }
    .box .Bottom.IE .up .left .logo h2,
    .Box .Bottom.IE .up .left .logo h2 {
        letter-spacing: 0vw;
        font-style: 4vw;
    }
    .box .Bottom.IE .up .left .As,
    .Box .Bottom.IE .up .left .As {
        margin-top: 6.93333333vw;
    }
    .box .Bottom.IE .up .left .As p,
    .Box .Bottom.IE .up .left .As p {
        letter-spacing: 0vw;
    }
    .box .Bottom.IE .up .left .As .links,
    .Box .Bottom.IE .up .left .As .links {
        margin-top: 3.46666667vw;
    }
    .box .Bottom.IE .up .left .As .links a,
    .Box .Bottom.IE .up .left .As .links a {
        letter-spacing: -0.13333333vw;
        margin-bottom: 3.2vw;
    }
    .box .Bottom.IE .up .center > div p,
    .Box .Bottom.IE .up .center > div p {
        letter-spacing: 0vw;
    }
    .box .Bottom.IE .up .center > div ul li a,
    .Box .Bottom.IE .up .center > div ul li a {
        letter-spacing: -0.13333333vw;
    }
    .box .Bottom.IE .up .right ul li p,
    .Box .Bottom.IE .up .right ul li p {
        letter-spacing: -0.13333333vw;
    }
    .box .Bottom.IE .up .right .text,
    .Box .Bottom.IE .up .right .text {
        padding-top: 18.66666667vw;
    }
    .box .Bottom.IE .up .right .text p,
    .Box .Bottom.IE .up .right .text p {
        letter-spacing: 0vw;
    }
    .box .Bottom.IE .copyright p,
    .Box .Bottom.IE .copyright p {
        letter-spacing: 0vw;
    }
    img[src*="log01.png"],
    img[src*="log02.png"] {
        display: none !important;
    }
}
