@charset "utf-8";


h1 {
    font-size: 20px;
}


.nuxt-progress {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 2px;
    width: 0%;
    opacity: 1;
    transition: width 0.1s, opacity 0.4s;
    background-color: #fff;
    z-index: 999999;
}

.nuxt-progress.nuxt-progress-notransition {
    transition: none;
}

.nuxt-progress-failed {
    background-color: red;
}

html {
    font-size: 16px;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

@font-face {
    font-style: normal;
    font-family: 'SimHei';
    src: url(../fonts/simhei.e74e336.ttf) format('truetype');
}

@font-face {
    font-family: 'SourceHanSansSC';
    font-weight: 250;
    font-style: normal;
    src: url(../font/Source_Han_Sans_SC_ExtraLight_ExtraLight.otf) format('opentype');
}

@font-face {
    font-family: 'SourceHanSansSC';
    font-weight: 300;
    font-style: normal;
    src: url(../font/Source_Han_Sans_SC_Light_Light.otf) format('opentype');
}

@font-face {
    font-family: 'SourceHanSansSC';
    font-weight: 350;
    font-style: normal;
    src: url(../font/Source_Han_Sans_SC_Normal_Normal.otf) format('opentype');
}

@font-face {
    font-family: 'SourceHanSansSC';
    font-weight: 400;
    font-style: normal;
    src: url(../font/Source_Han_Sans_SC_Regular.otf) format('opentype');
}

@font-face {
    font-family: 'SourceHanSansSC';
    font-weight: 500;
    font-style: normal;
    src: url(../font/Source_Han_Sans_SC_Medium_Medium.otf) format('opentype');
}

@font-face {
    font-family: 'SourceHanSansSC';
    font-weight: 700;
    font-style: normal;
    src: url(../font/Source_Han_Sans_SC_Bold.otf) format('opentype');
}

@font-face {
    font-family: 'SourceHanSansSC';
    font-weight: 900;
    font-style: normal;
    src: url(../font/Source_Han_Sans_SC_Heavy_Heavy.otf) format('opentype');
}



body {
    font-family: 'SourceHanSansSC', sans-serif !important;
    background: #fff;
    width: 100%;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
}

a:focus,
a:active {
    outline: none;
}

a,
a:focus,
a:hover {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

.btn-more {
    display: inline-block;
    min-width: 124px;
    width: 20%;
    height: 38px;
    color: #fff;
    font-family: 'Arial';
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    border-radius: unset;
    background: transparent;
    border: 0.5px solid white;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
}

.btn-more:hover {
    background: #e61230;
    border: none;
}

.h-type1 {
    position: relative;
    display: inline-block;
    padding: 0 18px 20px;
    color: #333;
    font-size: 36px;
    line-height: 36px;
}

.h-type1.white {
    color: #fff;
}

.h-type1:hover:after {
    width: 100px;
}

.h-type1:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: #e61230;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}

.h-type3 {
    position: relative;
    display: inline-block;
    padding: 0 18px 20px 2px;
    color: #333;
    font-size: 36px;
    line-height: 36px;
}

.h-type3:after {
    content: '';
    display: block;
    width: 0;
    height: 1.5px;
    top: 65%;
    bottom: 0;
    margin: auto;
    margin-left: 8%;
    position: absolute;
    background: #e61230;
}

.h-type3:hover:after {
    width: 85%;
    transform: width;
    transition-duration: 0.3s;
}

.h-type2 {
    position: relative;
    display: inline-block;
    padding: 0 50px;
    color: #333;
    font-size: 36px;
    line-height: 36px;
}

.h-type2::before,
.h-type2::after {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -px;
    background-color: #e61230;
    border-radius: 100%;
}

.h-type2::before {
    left: 0;
}

.h-type2::after {
    right: 0;
}

.h-type4 {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 36px;
    line-height: 68px;
}

.h-type4::after {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 4px;
    margin-top: -px;
    background-color: #e61230;
    border-radius: 10px;
}

.h-type5 {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 36px;
    line-height: 68px;
}

.h-type5::after {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 4px;
    margin-top: 12px;
    background-color: #e61230;
    border-radius: 10px;
}

.h-type-4 {
    position: relative;
    display: inline-block;
    padding: 0 18px 2px 2px;
    color: #606060;
}

.h-type-4:after {
    content: '';
    display: block;
    width: 0;
    height: 1.5px;
    top: 65%;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: #606060;
}

.h-type-4:hover:after {
    width: 90%;
    transform: width;
    transition-duration: 0.15s;
}

.h-type-5 {
    position: relative;
    display: inline-block;
    padding: 0 18px 2px 2px;
    color: #e41937;
}

.h-type-5:after {
    content: '';
    display: block;
    width: 0;
    height: 1.5px;
    top: 65%;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: #e41937;
}

.h-type-5:hover:after {
    width: 80%;
    transform: width;
    transition-duration: 0.15s;
}

.text-primary {
    color: #e61230;
}

a.text-primary {
    color: #e61230 !important;
}

a.text-primary:hover,
a.text-primary :focus {
    color: #e61230 !important;
}

@media (min-width: 992px) {
    .container {
        min-width: 1200px !important;
    }
}

@media (max-width: 576px) {
    .h-type1 {
        padding-bottom: 12px;
        font-size: 18px;
        line-height: 18px;
    }

    .h-type1::after {
        width: 30px;
        height: 2px;
        /**bea changed 修改在手机端红色下划线位置不对问题 */
    }

    .h-type2 {
        padding: 0 36px;
        font-size: 27px;
    }

    .h-type2::before,
    .h-type2::after {
        width: 6px;
        height: 6px;
        margin-top: -3px;
    }

    .h-type4 {
        line-height: 50px;
    }
}

label {
    font-size: 14px;
    color: #666;
}

.sf-panel {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.sf-panel .page-header {
    width: 100%;
    height: 100%;
    transform: scale(1, 1);
}

.wzg-carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.wzg-carousel img {
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    transition: transform 2s;
}

.wzg-carousel img:hover {
    transform: scale(1.05);
}

.f-type1 {
    font-family: 'NotoSansSC';
}

.f-type2 {
    font-family: 'NotoSansSC-Regular';
}

.f-type3 {
    font-family: 'NotoSansSC-Medium';
}

.customer-scrollbar {
    overflow: scroll;
}

.customer-scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.customer-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(40, 44, 52, 0.1);
    border: 3px solid transparent;
    border-radius: 7px;
}

.customer-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: rgba(40, 44, 52, 0.2);
}

@font-face {
    font-family: "iconfont";
    src: url(../fonts/iconfont.eot);
    /* IE9 */
    src: url(../fonts/iconfont.eot#iefix) format('embedded-opentype'), url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAALUAAsAAAAABtAAAAKHAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDHAqBCIEUATYCJAMQCwoABCAFhG0HShsIBhEVlGdkXydoeX3jEtaQM46CrRJ/1RH3FBW11zIwCPfZJh549/O9eUm77HUApBjQIapNOEQhUe7veJZAcro50AcOG3DmgVBCCS9+/ssPbJuG7GFU1LtOWfvLT88IdIdL0/GpuxufvjvZAeDzXE5vAh3IXfXtLLc9LdrLNvUCjAMKaG8bi6yAssS8YewCl3CcgFI3/YXpM+cvlyXWuICwf8+uLXLOJ0ksmQXVmqVJuKEiF9eKBlwPPx/+GBoyhUpkTV28c8Z2k7/73rqzda33CX4CuLqCiP5IhN21sa2iwLio/E4yEllW8N33pt9bE7vZscL+y6MQREKVVdgEDEfxyHeuSMH3piKB760LRPghruyN2M4p6DLP/YOQY6pWj7VQ0zzU1q5eu65WlPtWLF65fOm2lctWrFoy7ilnhvSL70839Pmp3fMh5al69M7KTn0k3TgM6iIqnQxRMT78TTsBgZvdZzc1H/8/1xL4+OE7wFeXjItnBb1V/07VsyHpGsuVkqp1lYY3aX4HYwqUSvyxFK18m8PctneEIOdUDIVGuiLK+pCJ7Y+KmuGoyiah1M+s1TWtHRWF1Bh9XQIIWniJQjOvELXwgUzsV1S08w9VLUJEaWVovWWN4BL26CujEfRg/9A7WoLjER0VvzBuk+GsJuR/yGsfhLqoisknLshzzFj32IgECEwzPMBpOE0EiWlAJ0UnktqyDHUvKhzNSrsyGkEP7B/0jpbgtxZdev8L4zYZbqmryf+Q175zUCtUPcincelVdy+XrHtsiAQQmGbwAINwmgik+kEDOil0IyKpVdrNQl9jsb55/sJtULLOS6EIMaRQkW2nY5nI+Mww05FvSUeKOodSAA==') format('woff2'), url(../fonts/iconfont.woff) format('woff'), url(../fonts/iconfont.ttf) format('truetype'), url(../fonts/iconfont.svg#iconfont) format('svg');
    /* iOS 4.1- */
}

.icon {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-download:before {
    content: "\e60d";
}

.icon-arrow-up:before {
    content: "\e600";
}

.icon-arrow-down:before {
    content: "\e613";
}

.icon-arrow-down-new:before {
    content: "\25BC";
    color: #1E4790;
    font-size: 13px;
    margin-left: 2px;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Bold.ttf) format("truetype");
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(../fonts/Montserrat-Regular.ttf) format("truetype");
}

@font-face {
    font-family: Montserrat-Medium;
    src: url(../fonts/Montserrat-Medium.ttf) format("truetype");
}

@font-face {
    font-family: NotoSansSC;
    src: url(../fonts/NotoSansSC-Bold.otf) format("OpenType");
}

@font-face {
    font-family: NotoSansSC-Regular;
    src: url(../fonts/NotoSansSC-Regular.otf) format("OpenType");
}

@font-face {
    font-family: NotoSansSC-Medium;
    src: url(../fonts/NotoSansSC-Medium.otf) format("OpenType");
}

@font-face {
    font-family: Bebas-Regular;
    src: url(../fonts/Bebas-Regular.otf) format("OpenType");
}

.module {
    color: #333;
    padding: 10px 0;
}

.module .hd {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    font-weight: 300;
}

.module .hd .title {
    display: inline-block;
    padding: 10px 100px 0;
    position: relative;
}

.module .hd .title::before {
    content: ' ';
    position: absolute;
    left: 80px;
    width: 9px;
    height: 25px;
    background-color: #e61230;
    top: 15px;
}

@media (max-width: 576px) {
    .module .hd .title::before {
        left: 30px;
        top: 30px;
    }
}

.module .hd .sub-title {
    font-size: 16px;
    padding-top: 30px;
}

.module .hd .desc {
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    text-align: left;
}

@media (max-width: 768px) {
    .module .hd {
        font-size: 27px;
        line-height: 27px;
    }

    .module .hd .title {
        padding: 30px 50px 0;
    }
}

.page-main {
    padding-bottom: 30px;
}

.foot-btn {
    font-family: 'SourceHanSansSC', serif;
}

.foot-btn .tooltip-inner {
    background: #fafafa !important;
    text-align: left !important;
    color: #363636 !important;
    border: 1px solid #dedede;
    max-width: 400px !important;
}

.foot-btn .btn {
    margin-top: 0 !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    background: rgba(5, 58, 149, 0.8) !important;
    color: #ffffff !important;
    font-size: 12px;
    height: 70px;
    width: 80px;
}


.foot-btn .btn:active {
    border: none !important;
}

.foot-btn .btn1 {
    margin-top: 0 !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    background: rgba(5, 58, 149, 0.8);
    font-size: 12px;
    height: 40px;
    width: 40px;
}

.foot-btn .btn1:active {
    border: none !important;
}

.foot-btn .btnCard {
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}

.foot-btn .btnBack1 {
    background: #5075b5;
}

.foot-btn .btnBack2 {
    background: #3761aa;
}

.foot-btn .btnBack3 {
    background: #1e4ea0;
}

.foot-btn .btnBack4 {
    background: #053A95;
}

.foot-btn .close-text {
    margin: 10px auto;
    color: #bbbbbb;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
}

.foot-btn .logo {
    width: 24px;
    height: auto;
    margin-bottom: 4px;
}

.tipCard {
    z-index: 999 !important;
    position: fixed;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.85);
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.tipCard .box {
    position: absolute;
    width: 800px;
    height: 450px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 20px;
}

.tipCard .box .img-close {
    text-align: right;
    margin-bottom: 10px;
}

.tipCard .box .img-close img:hover {
    cursor: pointer;
}

.tipCard .box .inforRow {
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
    background: #ffffff;
}

.tipCard .box .inforRow .title {
    color: #333333;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
}

.tipCard .box .inforRow .box1 {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
}

.tipCard .box .inforRow .box1 .leftPart img {
    width: 200px;
    height: 200px;
}

.tipCard .box .inforRow .box1 .leftPart .sub-title {
    color: #777777;
}

.tipCard .box .inforRow .box1 .rightPart .decs {
    margin-bottom: 50px;
}

.tipCard .box .inforRow .box1 .rightPart .reportBox {
    text-align: center;
    margin-bottom: 2rem;
}

.tipCard .box .inforRow .box1 .rightPart .reportBox .downLoad {
    background: #053A95;
    color: #ffffff;
    text-align: center;
    padding: 12px 24px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tipCard .box .inforRow .box1 .rightPart .reportBox .downLoad img {
    margin-left: 10px;
    width: 18px;
    height: 18px;
}

.tipCard .box .inforRow .box1 .rightPart .reportBox .mediaBox {
    display: none;
    color: #ffffff;
    width: 100%;
}

.tipCard .box .inforRow .box1 .rightPart .reportBox .mediaBox .firstBorder {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.tipCard .box .inforRow .box1 .rightPart .reportBox .mediaBox .media {
    text-align: center;
    background: #5075b5;
}

.tipCard .box .inforRow .box1 .rightPart .reportBox .mediaBox .media .media-body {
    flex: unset;
}

.tipCard .box .inforRow .box1 .rightPart .reportBox .mediaBox .media .media-aside-right {
    margin-left: 0;
    width: -webkit-fill-available;
}

.tipCard .box .inforRow .box1 .rightPart .reportBox .mediaBox .media .media-aside {
    display: block;
    padding: 3px 0;
    font-size: 14px;
}

.tipCard .box .inforRow .box1 .rightPart .reportBox:hover .mediaBox {
    display: block;
}

.tipCard .box .inforRow .box1 .rightPart .reportLink {
    color: #053A95;
    border-bottom: 0.1rem solid #053A95;
}

.tipCard .box .inforRow .input-box {
    width: 60%;
    margin: 0 auto;
}

.tipCard .box .inforRow .input-box .inbox {
    text-align: left;
}

.tipCard .box .inforRow .form-group {
    margin-bottom: 1rem;
    box-shadow: none;
    display: flex;
    align-items: center;
}

.tipCard .box .inforRow .form-group .required {
    color: #dc0000;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    padding-left: 4px;
}

.tipCard .box .inforRow .form-group label {
    width: 56px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    display: flex;
    align-items: center;
}

.tipCard .box .inforRow .form-group input {
    width: 100%;
    padding: 4px 5px;
    border: 1px solid #ebedf0;
}

.tipCard .box .inforRow .form-group input::-webkit-input-placeholder {
    color: #cccccc !important;
}

.tipCard .box .inforRow .form-group .required {
    color: #dc0000;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    padding-left: 4px;
}

.tipCard .box .inforRow .form-group textarea {
    resize: none;
    height: 70px !important;
    width: 100%;
    padding: 2px 5px;
    border: 1px solid #ebedf0;
}

.tipCard .box .inforRow .form-group textarea::-webkit-input-placeholder {
    color: #cccccc !important;
}

.tipCard .box .inforRow .submit {
    background-color: #053A95;
    color: #ffffff;
    font-size: 14px;
    padding: 15px;
    width: 200px;
    margin: 0 auto;
    cursor: pointer;
}

.tipCard .box .inforRow .submit input {
    color: #fff;
    outline: none;
    border: none;
    box-shadow: none;
}

.foot-btn-en .tooltip-inner {
    background: #fafafa !important;
    text-align: left !important;
    color: #363636 !important;
    border: 1px solid #dedede;
    max-width: 400px !important;
}

.foot-btn-en .btn {
    padding: 5px;
    margin-top: 1px !important;
    border-radius: 12px !important;
    border: none !important;
    background: rgba(0, 0, 0, 0.6) !important;
    font-size: 12px;
    height: 40px;
    width: 40px;
}

.foot-btn-en .btn:hover {
    background: #e61230 !important;
}

.foot-btn-en .btn:active {
    border: none !important;
}

.foot-btn-en .logo {
    width: 27px;
    height: auto;
}

.btn-top-en {
    padding: 0;
}

.select-lan {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.page-transition-enter-active {
    transition: all 0.3s ease-in;
}

.page-transition-leave-active {
    transition: all 0.3s ease-out;
}

.dropdown-menu {
    min-width: 128px;
    width: -webkit-fill-available;
    width: -moz-available;
    position: absolute;
    display: block;
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border: none;
    border-radius: unset !important;
    transition: all 0.3s ease-out;
}

.dropdown-menu.show {
    opacity: 1;
    height: auto;
    overflow: auto;
    border: 1px solid rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in;
}

.dropdown-menu-product .show {
    padding: 20px 0;
}

.page-transition-enter,
.page-transition-leave-to {
    opacity: 0;
}

.toolbar {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    font-family: 'SourceHanSansSC';
}

.toolbar .imgBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    width: 100%;
}

.toolbar .imgBtn .btnBox {
    cursor: pointer;
    margin-top: 8px;
    padding: 0 12px;
    text-align: center;
}

.toolbar .imgBtn .btnBox img {
    width: 30px;
}

.toolbar .imgBtn .btnBox .top-text {
    margin: 0 8px 8px;
    font-size: 14px;
}

.tooltip-inner {
    max-width: 180px !important;
    height: auto !important;
    background: #f7f5f7 !important;
    color: #606060 !important;
    border: 1px solid #f7f5f7 !important;
    font-family: 'SourceHanSansSC' !important;
    transform: translateX(-5px) translateY(-2px) !important;
    margin: 0 !important;
}

.top-en {
    text-align: center;
    padding-right: 0;
    color: #ffffff;
}

.top-en .outBox {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    font-size: 12px;
}

.top-en .outBox .top-en-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
}

.top-en .outBox .top-en-title .line-header {
    width: 1px;
    height: 14px;
    background: #ffffff;
    margin-left: 12px;
}

.top-en .outBox .Industrial-park {
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
}

.top-en .outBox .Industrial-park .IndustrialPark {
    display: none;
    position: absolute;
    right: 64.5%;
    text-align: center;
    top: 27px;
    font-family: 'SourceHanSansSC';
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    background: #053A95;
    filter: drop-shadow(0px 1px 10px rgba(0, 0, 0, 0.1));
    z-index: 99;
}

.header.party .top-en .outBox .Industrial-park .IndustrialPark {
    background: #900;
}

.top-en .outBox .Industrial-park .IndustrialPark .text {
    padding: 12px;
    color: #ffffff;
    cursor: pointer;
}

.top-en .outBox .Industrial-park .IndustrialPark .text:hover {
    color: #053A95;
    background: #ffffff;
}

.top-en .outBox .Industrial-park:hover .IndustrialPark {
    display: block;
}

.top-en .outBox .IndustrialImg-box {
    padding-top: 2px;
    padding-bottom: 2px;
}

.top-en .outBox .IndustrialImg-box .imgLink {
    position: relative;
    cursor: pointer;
}

.top-en .outBox .IndustrialImg-box .IndustrialImg {
    display: none;
    position: absolute;
    right: 3%;
    text-align: center;
    top: 27px;
    font-family: 'SourceHanSansSC';
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    background: #053A95;
    filter: drop-shadow(0px 1px 10px rgba(0, 0, 0, 0.1));
    z-index: 99;
}

.header.party .top-en .outBox .IndustrialImg-box .IndustrialImg {
    background: #900;
}

.top-en .outBox .IndustrialImg-box .IndustrialImg .text {
    padding: 12px;
    color: #ffffff;
    cursor: pointer;
}

.top-en .outBox .IndustrialImg-box .IndustrialImg .text .emilBox {
    display: none;
    position: absolute;
    left: 0;
    width: -webkit-fill-available;
    width: -moz-available;
    top: 100%;
}

.top-en .outBox .IndustrialImg-box .IndustrialImg .text .emilBox .text {
    padding: 12px;
    color: #ffffff;
    background: #053A95;
    cursor: pointer;
}

.header.party .top-en .outBox .IndustrialImg-box .IndustrialImg .text .emilBox .text {
    background: #900;
}

.top-en .outBox .IndustrialImg-box .IndustrialImg .text .emilBox .text:hover {
    color: #053A95;
    background: #ffffff;
}

.header.party .top-en .outBox .IndustrialImg-box .IndustrialImg .text .emilBox .text:hover {
    color: #900;
}

.top-en .outBox .IndustrialImg-box .IndustrialImg .text:hover {
    color: #053A95;
    background: #ffffff;
}

.header.party .outBox .IndustrialImg-box .IndustrialImg .text:hover {
     color: #900;
}

.top-en .outBox .IndustrialImg-box .IndustrialImg .text:hover .emilBox {
    display: block;
}

.top-en .outBox .IndustrialImg-box:hover .IndustrialImg {
    display: block;
}

.top-en .outBox .line-header-box {
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    color: #ffffff;
    width: auto;
}

.top-en .outBox .line-header-box .line-header {
    position: relative;
    top: 0;
    width: 1px;
    height: 14px;
    background: #ffffff;
}

.top-en .outBox .line-header-box .outSide1 {
    margin: 0 8px;
}

.top-en .outBox .line-header-box .outSide {
    position: relative;
    padding-left: 8px;
}

.top-en .outBox .line-header-box .outSide::after {
    content: '';
    top: 15%;
    left: 0%;
    width: 1.5px;
    height: 14px;
    background: #ffffff;
    position: absolute;
}

@media (max-width: 576px) {
    .header-topBar3 {
        width: 100%;
        background: #053A95;
        padding: 8px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

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

    .header-topBar3 .leftPart .marktext {
        color: #ffffff;
        font-size: 12px;
        margin-left: 10px;
    }

    .header-topBar3 .img1 {
        width: 150px;
        height: 25px;
    }

    .header-topBar3 .rightPart {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-topBar3 .rightPart .languge {
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        color: #ffffff;
    }

    .header-topBar3 .rightPart .img2 {
        margin-left: 10px;
        margin-right: 10px;
        width: 24px;
        height: 24px;
    }

    .header-topBar3 .rightPart .menuLoge {
        width: 24px;
        height: 24px;
    }
}

.header-topBar2 {
    padding: 15px 0 15px 0;
    width: 100%;
    background: #053A95;
    text-align: center;
    position: relative;
    z-index: 99;
}

.header-topBar2 {
    padding: 15px 0 15px 0;
    width: 100%;
    background: #053A95;
    text-align: center;
    position: relative;
    z-index: 99;
}

.header.party .header-topBar2 {
    background: #900;
}

.header-topBar2 .imgbox {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 1200px;
}

.header-topBar2 .imgbox .imgbox .leftPart {
    display: flex;
    align-items: center;
}

.header-topBar2 .imgbox .imgbox .leftPart .marktext {
    color: #ffffff;
    font-size: 16px;
    margin-left: 10px;
}

.header-topBar2 .imgbox .leftPart img {
    width: 190px;
}

.header-topBar2 .imgbox .imgbox .header-left {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-right: 1%;
}

.header-topBar2 .imgbox .imgbox .header-left .search-btn1 {
    width: 23px;
    height: 23px;
    margin-left: 12px;
}

@media (min-width: 1200px) {
    .header {
        max-width: 100%;
    }

    .header.en {
        max-width: 100%;
    }
}

.header.en .navbar-collapse {
    flex-grow: unset;
    font-family: 'SourceHanSansSC';
}

.header.ind .navbar-collapse {
    flex-grow: unset;
}

.header .navbar {
    display: flow-root;
    justify-content: space-between;
    align-items: center;
    padding: 0 0rem;
}

.header #nonePadding {
    display: none;
}

.header .header-right {
    display: none;
    align-items: center;
}

.header .header-right .dropdown-menu {
    min-width: auto !important;
}

.header .new-tab {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.header .new-tab .imgLeft {
    width: 268px;
    height: 45px;
}

.header .new-tab .imgLeft img {
    width: 268px;
    height: 45px;
}

.header .new-tab .tabBox {
    display: flex;
    align-items: center;
    justify-content: flex-end !important;
    position: relative;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    width: fit-content;
}

.header .new-tab .tabBox .outBox {
    display: none;
    height: auto;
    position: absolute;
    top: 100%;
    background: #053A95;
    width: -webkit-fill-available;
    width: -moz-available;
    text-align: center;
    left: 0;
}

.header.party .new-tab .tabBox .outBox {
    background: #900;
}

.header .new-tab .tabBox .outBox .subChild {
    padding: 12px;
}

.header .new-tab .tabBox .outBox .subChild:hover {
    background: #ffffff;
    color: #053A95;
}

.header.party .new-tab .tabBox .outBox .subChild:hover {
    color: #900;
}

.header .new-tab .tabBox .outBox .inbox {
    display: none;
    height: auto;
    position: absolute;
    background: #053A95;
    color: #ffffff;
    width: -webkit-fill-available;
    width: -moz-available;
    width: 100%;
    text-align: center;
    top: 66%;
    left: 100%;
}

.header.party .new-tab .tabBox .outBox .inbox {
    background: #900;
}

.header .new-tab .tabBox .outBox .inbox .subInChild {
    padding: 12px;
}

.header .new-tab .tabBox .outBox .inbox .subInChild:hover {
    background: #ffffff;
    color: #053A95;
}

.header.party .new-tab .tabBox .outBox .inbox .subInChild:hover {
    background: #ffffff;
    color: #900;
}

.header .new-tab .tabBox .outBox .spe:hover .inbox {
    display: block;
}

.header .new-tab .tabBox:hover {
    background: #053A95;
    cursor: pointer;
}

.header.party .new-tab .tabBox:hover {
    background: #900;
}


.header .new-tab .tabBox:hover .outBox {
    display: block;
}

@media (max-width: 576px) {
    .header.zh .header-right {
        position: absolute;
        left: 0.8rem;
    }
}

.search-form {
    flex-flow: row;
    position: relative;
}

.search-form .form-inline {
    flex-flow: row;
    width: 100%;
    padding-top: 14px;
}

.search-form::after {
    content: '';
    border-bottom: 1px solid #eee;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

@media (max-width: 1200px) {
    .search-form::after {
        bottom: 0;
    }
}

.zh .search-form {
    flex-flow: row;
    position: relative;
}

.zh .search-form .form-inline {
    flex-flow: row;
    width: 100%;
    padding-top: 14px;
}

.zh .search-form::after {
    display: none;
}

.zh .search-form {
    display: block;
    position: fixed;
    top: 24px;
    width: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.85);
}

.zh .search-form .searchDrop-en {
    position: relative;
    left: -15px;
    color: #ffffff;
}

.zh .search-form input {
    width: 50%;
    padding: 15px;
    border-radius: 25px;
}

.zh .search-form .form-inline {
    flex-flow: row;
    width: 100%;
    padding-bottom: 1.4%;
    align-items: flex-start;
    justify-content: center;
}

.zh .search-form .search-btn-en {
    width: 40px !important;
    position: absolute;
    right: 23%;
}

.zh .search-form .back-en {
    width: 26px;
    position: absolute;
    right: 16px;
    top: 22px;
    cursor: pointer;
}

@media (max-width: 576px) {
    .zh.zh .search-form {
        display: none;
    }

    .zh.zh .search-form-en {
        display: block;
        position: fixed;
        top: 5.4%;
        padding-bottom: 3%;
        width: 100%;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.85);
    }

    .zh.zh .search-form-en .searchDrop-en {
        position: relative;
        left: -20px;
        color: #ffffff;
    }

    .zh.zh .search-form-en input {
        max-height: 20px;
        max-width: 65%;
        padding: 15px;
        margin-right: -15px;
        font-family: 'SourceHanSansSC';
        color: #606060;
        border-radius: 2px !important;
    }

    .zh.zh .search-form-en .form-inline {
        flex-flow: row;
        width: 100%;
        padding-bottom: 0.7%;
        align-items: flex-start;
        justify-content: center;
    }

    .zh.zh .search-form-en .search-btn-en {
        width: 30px !important;
        right: 8%;
    }
}

.searchSelect {
    border: none;
}

.searchDrop .btn {
    padding: 0.375rem 0.35rem;
}

.searchDrop .dropdown-toggle::after {
    content: ' ';
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAxElEQVQ4T53TMQrCMBgF4P8Rgi1Cz+Pk5uLgDRrIsdKx1MEDKFQ3jyTYCA6/NESpNWltMybkIy8vgTGmBnCTUuZa6wfNGGVZLq21BwAZiqI4M/MGwEVKuZuKeuxERGsiOqKqqqxpmpqZV1PRHnZN03SLNuEcNIQppe4OnIrGsNb5gP+iQ9gPOIaOYUEwhgohhLX23aYroL2z/iv7itxd7BfFzAv/NKJY9IShovzcIDYKduLvieiZJEkeitlNFo084we6LS+jWbgNn0JhpAAAAABJRU5ErkJggg==) no-repeat;
    height: 6px;
    border: none;
    width: 12px;
    overflow: hidden;
    background-size: cover;
    vertical-align: 0.105em;
}

@media (max-width: 1200px) {
    .collapse-btn {
        display: block !important;
        height: auto !important;
    }

    .searchSelect {
        font-size: 14px;
    }

    input {
        width: calc(100% - 60px) !important;
    }

    .searchSelect {
        width: 60px;
        font-size: 14px;
        padding: 8px 0;
    }

    .sub-nav-item {
        margin-left: 20px;
    }
}

@media (max-width: 576px) {
    .tipCard {
        z-index: 999;
        position: fixed;
        top: 50%;
        left: 50%;
        background: rgba(0, 0, 0, 0.85);
        height: 100%;
        width: 100%;
        transform: translate(-50%, -50%);
    }

    .tipCard .box {
        padding: 0 20px;
        position: absolute;
        width: 100%;
        height: 450px;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        border-radius: 20px;
    }

    .tipCard .box .img-close {
        text-align: right;
        margin-bottom: 10px;
    }

    .tipCard .box .img-close img:hover {
        cursor: pointer;
    }

    .tipCard .box .inforRow {
        margin: 0 auto;
        text-align: center;
        padding: 30px 0;
        background: #ffffff;
    }

    .tipCard .box .inforRow .title {
        color: #333333;
        font-weight: 700;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .tipCard .box .inforRow .box1 {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        width: 100%;
    }

    .tipCard .box .inforRow .box1 .leftPart img {
        width: 200px;
        height: 200px;
    }

    .tipCard .box .inforRow .box1 .rightPart .decs {
        margin-bottom: 50px;
    }

    .tipCard .box .inforRow .box1 .rightPart .downLoad {
        background: #053A95;
        color: #ffffff;
        text-align: center;
        padding: 15px 32px;
        font-size: 14px;
        display: flex;
        align-items: center;
    }

    .tipCard .box .inforRow .box1 .rightPart .downLoad img {
        margin-left: 10px;
        width: 18px;
        height: 18px;
    }

    .tipCard .box .inforRow .input-box {
        width: 90%;
        margin: 0 auto;
    }

    .tipCard .box .inforRow .input-box .inbox {
        text-align: left;
    }

    .tipCard .box .inforRow .form-group {
        margin-bottom: 1rem;
        box-shadow: none;
        display: flex;
        align-items: center;
    }

    .tipCard .box .inforRow .form-group .required {
        color: #dc0000;
        font-style: normal;
        font-size: 16px;
        font-weight: 400;
        padding-left: 4px;
    }

    .tipCard .box .inforRow .form-group label {
        color: #606060;
        width: 56px;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #333333;
        display: flex;
        align-items: center;
    }

    .tipCard .box .inforRow .form-group input {
        width: 100%;
        padding: 4px 5px;
        border: 1px solid #ebedf0;
    }

    .tipCard .box .inforRow .form-group input::-webkit-input-placeholder {
        color: #cccccc !important;
    }

    .tipCard .box .inforRow .form-group .required {
        color: #dc0000;
        font-style: normal;
        font-size: 16px;
        font-weight: 400;
        padding-left: 4px;
    }

    .tipCard .box .inforRow .form-group textarea {
        resize: none;
        height: 70px !important;
        width: 100%;
        padding: 2px 5px;
        border: 1px solid #ebedf0;
    }

    .tipCard .box .inforRow .form-group textarea::-webkit-input-placeholder {
        color: #cccccc !important;
    }

    .tipCard .box .inforRow .submit {
        background-color: #053A95;
        color: #ffffff;
        font-size: 14px;
        padding: 15px;
        width: 200px;
        margin: 0 auto;
        cursor: pointer;
    }
}

@media (min-width: 1200px) {
    .search-form {
        width: 100%;
    }

    .search-form input {
        width: 115px;
    }

    .search-form .searchSelect {
        font-size: 14px;
        padding: 5px 0;
        margin-bottom: -1px;
    }

    .search-form .searchSelect option {
        padding: 5px;
    }
}

.logo {
    width: 200px;
    height: 28px;
}

.en .logo {
    width: 200px;
    height: 28px;
    margin-left: 60px;
}

.dropdown-menu-product {
    position: static;
}

.dropdown-menu-product .dropdown-menu-right {
    left: 0 !important;
}

.dropdown-menu-product .dropdown-menu {
    margin-top: 0 !important;
    overflow: hidden;
    max-width: 1200px;
}

.dropdown-menu-product .product-warp {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 440px;
}

.dropdown-menu-product .product-warp .product-name {
    width: 25%;
    font-size: 14px;
    color: #ccc;
    line-height: 28px;
    padding-left: 30px;
    position: relative;
}

.dropdown-menu-product .product-warp .product-name::before {
    content: ' ';
    position: absolute;
    left: 20px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #666;
}

.dropdown-menu-product .product-warp .product-name .product-new {
    font-size: 12px;
    color: #e61230;
}

.dropdown-menu-product .product-warp .cate-name {
    width: 25%;
    font-size: 16px;
    color: #f1f1f1;
    line-height: 40px;
    padding-left: 20px;
    font-weight: bold;
}

.en .md-menu {
    position: fixed;
    top: 5.4%;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0 16px;
    z-index: 999;
    background: #53565a;
    overflow: auto;
}

.en .md-menu .slide-header {
    display: none;
}

.en .md-menu .form-control {
    height: auto;
    padding: 0.5rem 0.5rem 0.5rem 2.5rem;
    line-height: 20px;
    background: transparent url(../images/search-ico.png) no-repeat 5px center / 18px 22px;
}

.en .md-menu .navbar-nav {
    font-family: 'SourceHanSansSC';
}

.en .md-menu .navbar-nav .sub-nav-item {
    display: none;
}

.en .md-menu .navbar-nav .nav-item .icon-arrow-down {
    display: block;
    color: #e61230;
}

.en .md-menu .navbar-nav .nav-item .icon-arrow-up {
    display: none;
}

.en .md-menu .navbar-nav .nav-item.show .icon-arrow-down {
    display: none;
}

.en .md-menu .navbar-nav .nav-item.show .icon-arrow-up {
    display: block;
}

.en .md-menu .navbar-nav .nav-link {
    color: #fff;
    padding: 1.4375rem 0.5625rem 0.5625rem;
    border-bottom: 1px solid #eee;
    position: relative;
}

.en .md-menu .navbar-nav .nav-link .icon {
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 13px;
    color: #fff;
    z-index: 666;
}

.en .md-menu .navbar-nav .nav-link.active {
    color: #333;
    border-bottom: 1px solid #eee;
}

@media (max-width: 576px) {
    .en.zh .navbar-nav .nav-item {
        font-family: 'SourceHanSansSC' !important;
        font-size: 14px !important;
    }
}

.md-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    z-index: 999;
    background: #fff;
    overflow: auto;
}

.md-menu .slide-header {
    display: flex;
    justify-content: flex-end;
    padding: 20px 0;
}

.md-menu .form-control {
    height: auto;
    padding: 0.5rem 0.5rem 0.5rem 2.5rem;
    line-height: 20px;
    background: transparent url(../images/search-ico.png) no-repeat 5px center / 18px 22px;
}

.md-menu .navbar-nav .sub-nav-item {
    display: none;
}

.md-menu .navbar-nav .nav-item .icon-arrow-down {
    display: block;
    color: #e61230;
}

.md-menu .navbar-nav .nav-item .icon-arrow-up {
    display: none;
}

.md-menu .navbar-nav .nav-item.show .icon-arrow-down {
    display: none;
}

.md-menu .navbar-nav .nav-item.show .icon-arrow-up {
    display: block;
}

.md-menu .navbar-nav .nav-link {
    color: #666;
    padding: 1.4375rem 0.5625rem 0.5625rem;
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: left;
}

.md-menu .navbar-nav .nav-link .icon {
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 13px;
    color: #666;
    z-index: 666;
}

.md-menu .navbar-nav .nav-link.active {
    color: #333;
    border-bottom: 1px solid #eee;
}

.sty:hover {
    color: red;
}

.collapse-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    padding: 4px;
    cursor: pointer;
}

.collapse-btn span {
    display: block;
    width: 23px;
    height: 16px;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAgCAYAAABts0pHAAABkklEQVRYR+2Yv0vDUBzE7xKsiGAHoYODoItOoov/gEUsONXJP8DUtrh1VAi4u3QQOoggjm4iiD9wdRQFXRTcJLhoUbCkOXlubjatTQJ5c+7uk3uP5JuwWq2O+r6/L2kRQAbxXk2SJ9lsdo2lUulIUjHevL/pSB7ScZwWgIGEgXum8WtJ8wkDP2a5XJ5qt9uXAMaSAE/yxbbtAg2s67qW53kzkrJxhg+C4COTydzW6/WvH/AkrhS837uWNp42/scGkn1UKpXKrO/7CwAG/3jDkVxmWdZ7EATnjUbjwbzyVyUdALAjoek81MxWRQP+KGmyc310CpJ3BvxN0kh0GKGSnw34tqTNUPKIRCS3KMnAbwBYAhDrIYvkh6SzfD6/k+zHYUQ73lVs2nhX9YUQp42HKK0rSbIbdxxnwLKsOZJDXdXwz2KSn7lc7sZ13Zb5ITQN4BTA+D/n9sr+FcCyAT8BUOiVa5987g34E4CJPgX2KqZt5pRdSeu9cuyHD8kr1mq14WazuSdpJe4fEyR9ABe2ba99A0fSfhQTbJSgAAAAAElFTkSuQmCC) no-repeat center / 100%;
}

.collapse-btn span.show {
    width: 24px;
    height: 24px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAADrklEQVRoQ93aS2vUUBQH8HNCncKg7U4EHwvBpRtBtD4Qa3etVVx05/beNFK6cmWtU+sHGBzGzI1fQNwKtmpVcCmKUBVEXLixXajYlZY6kyN3aEpmmsdNctMJzrLN4/7mf+4rGYT/5IOeo1KpGCsrKwdGRka+TUxMtIrsY4yVAWDQcZxVr51tyOTk5EnXdR8S0UEAWEXEq0KI50XEMMauA8AdACgh4qu+vr4r9Xr9JxIRcs6/AsAhX8PXDcO43Gg0nhQJwxiTgBv+NiHifSEEQ8uy9jWbza2IiooJQsi2IuI7IcSxdiKmaX4hosMB3/46AFxyHOdpL5PhnM8T0UxQGxDxnhDiWruPWJZ1vNVqLRHRQNEwUQgAWC6Xy+eq1era1qjFOR8iItkn9gRhEHFcCPFsJ5NhjN0GgJsh91wGgAuO4/xol5j/oCJhOOdzRDSrgtgGkX8oAiYpIhASh0HEP4ZhjNu2vZRHmZmmWXFd95ZqEh0TYtBJUcnkhUmLCE3Eg8VhAOCirhVAFkQsRKXMdGAYY7KUKknLqWOGV6nzPJPRgVBKRLXMEHGs0Wi8UPlifNecJaK5kHPeA8CwN0/EXbdjHok7OC6ZJBjOuTZEokR0JsMYk7O1nLWDPomSiB1+o9KJmTR/A8CY4zgvg66RByJVIl7jLMs61Ww2F0PWZoEYzvkMEc3rTCJTImkweSIyJaKKMQxjFABOu64rd3fa+kT3hRKNWmH9JqbM/gLArjwRWhJRTCa3JLT0ke7WxSTjPzzVEBs1kmopLf8NNjFy6C2F3Piz7DOqM3ZU4/3/0w6J2RTJe6/nsW3WClFAeF+idow2SAJEGyM3Z/JRk64HGlogMYhPALA/aAWgE5MZEoVAxA+lUmm41WodCVvO6No2Z4KoIGq12ndZSlFDsw5MakgShNfDTdOUS5WFsDLL8nQmFSTqQYFXTl4S3fNAXpjEkCyIPJNJBNGByAujDNGJyAOjBMkDoRsTC8kT4ccQ0SIR7d62YVJ81hwJ2QmELkwoZCcROjCBkF4gsmK2QXqJyILpgBQBoYrpfguwBSkSIg2mDeGcTxNRNWh/HLd2Ut1Tpz1Ors1ihuaztm2/RcaYfOa0BgDyhyodn14jFJN5LIQYlZDBTUghEV6jGGNnEHGhe9JExNdCiBNeaT0iojGf5GN/f//5sKV42jLJel4IZtpxnLttyNTU1MDGxoZ8XzEEAG8Mw5ixbftX1hvncT5j7CgiyrdcexHxgW3bdUSkf0xjHmDrxpDdAAAAAElFTkSuQmCC);
}

@media (max-width: 576px) {
    .zh .collapse-btn span.show {
        width: 20px;
        height: 20px;
    }
}

#nav-collapse .main-nav {
    order: -1;
}

#nav-collapse .main-nav.zh {
    margin: auto !important;
}

#nav-collapse .main-nav.en {
    font-size: 1rem;
}

#nav-collapse .main-nav.en /deep/ .dropdown-menu {
    left: -10px;
}

#nav-collapse .main-nav.en /deep/ .dropdown-menu .large {
    width: 200px !important;
}

#nav-collapse .main-nav.en /deep/ .dropdown-menu.show {
    left: -20px;
}

#nav-collapse .search-btn {
    width: 18px;
    height: 22px;
    background: transparent url(../images/search-ico.png) no-repeat center / 100% !important;
}

.bottomBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #053A95;
}

.bottomBox .inBox {
    width: 50%;
    color: #ffffff;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottomBox .inBox img {
    width: 23px;
    height: 23px;
    margin-right: 6px;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar .nav-item {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.en .navbar {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 70px !important;
}

.en .navbar .nav-item {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-right: 0 !important;
    padding-left: 8px !important;
}

.en .navbar .headerDown {
    display: block;
}

.en .navbar .headertop {
    display: none;
}

@media (max-width: 576px) {
    .en .navbar {
        padding-right: 0 !important;
    }
}

.hyperlink a {
    color: #df3232 !important;
    font-size: 12px !important;
    margin-top: 3px;
}

.navbar-light .navbar-nav .nav-item:not(.searchDrop).show .dropdown-toggle {
    color: #ffffff;
    background-color: #053A95;
}

.navbar-light .navbar-nav .nav-item:not(.searchDrop).show .dropdown-menu {
    background: #1e4790;
}

.navbar-light .navbar-nav .nav-item:not(.searchDrop).show .dropdown-menu li:first-child {
    border: none;
}

.navbar-light .navbar-nav .nav-item:not(.searchDrop).show .dropdown-menu li .dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}

.navbar-light .navbar-nav .nav-item:not(.searchDrop).show .dropdown-menu li .dropdown-item:hover {
    background: #00b9ef !important;
}

.navbar-light .navbar-nav .nav-item:not(.searchDrop).show .dropdown-menu-font {
    font-size: 13px;
}

.navbar-light .navbar-nav .nav-item:not(.searchDrop).show.dropdown-menu-center .dropdown-menu-right {
    margin-left: 10px;
    width: fit-content;
}

.navbar-light .navbar-nav .nav-item:not(.searchDrop) .dropdown-toggle::after {
    display: none;
}

.navbar-light .navbar-nav .nav-item:not(.searchDrop) .nav-link {
    color: #ffffff;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    font-size: 16px;
    white-space: nowrap;
}

.navbar-light .navbar-nav .nav-item:not(.searchDrop) .nav-link:hover {
    background-color: #053A95;
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-item:not(.searchDrop) .nav-link.active {
    color: #ffffff;
    background-color: #053A95;
    border-bottom: 3px solid #e61230;
}

.navbar-light .navbar-nav .searchDrop .dropdown-menu {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.6);
}

.navbar-light .navbar-nav .searchDrop .dropdown-menu li:first-child {
    border: none;
}

.navbar-light .navbar-nav .searchDrop .dropdown-menu li .dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ccc;
}

.navbar-light .navbar-nav .searchDrop .dropdown-menu li .dropdown-item:hover {
    color: #e61230;
    background: transparent !important;
}

.en .nav-link {
    font-family: 'SourceHanSansSC';
    padding-bottom: 0.2rem;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
}

.en .nav-link:hover {
    color: #e61230;
}

.en .nav-link.active {
    color: #606060 !important;
    border-bottom: 3px solid #e61230;
}

@media (max-width: 576px) {
    .en .nav-link {
        color: #606060 !important;
        font-family: 'SourceHanSansSC';
        padding-bottom: 0.2rem;
        padding-left: 0;
        padding-right: 0;
        white-space: nowrap;
        color: #ffffff !important;
    }

    .en .nav-link:hover {
        color: #e61230;
    }

    .en .nav-link.active {
        color: #606060 !important;
        border-bottom: 3px solid #e61230;
    }
}

@media (max-width: 768px) {
    .navbar-brand {
        margin: 0 auto;
    }

    .navbar {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        padding-left: 0.7rem;
        padding-right: 0.45rem;
    }

    .navbar .nav-item {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar .nav-item .icon {
        font-size: 22px;
    }

    .logo {
        width: 114px;
        height: 16px;
    }

    .en .logo1 {
        width: 90px;
        height: 16px;
        margin-left: -12px;
    }

    .zh .logo1 {
        width: 90px;
        height: 16px;
        margin-left: -12px;
    }

    #nav-collapse {
        display: none;
    }

    #nav-collapse .search-btn {
        display: none;
    }

    #nav-collapse .form-control {
        height: auto;
        padding: 0.5rem 0.5rem 0.5rem 2.5rem;
        line-height: 20px;
        background: transparent url(../images/search-ico.png) no-repeat 5px center / 18px 22px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #666;
        padding: 1.4375rem 0.5625rem 0.5625rem;
        border-bottom: 1px solid #eee;
    }

    .navbar-light .navbar-nav .nav-link.active {
        color: #333;
        border-bottom: 1px solid #eee;
    }
}

.selectIcon:hover {
    color: #e61230;
}

button {
    background: #053A95 !important;
    color: white !important;
    border: none;
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
}

button:nth-last-child(2) {
    border-bottom: none;
}

button:hover {
    background-color: #ffffff !important;
    color: #053A95 !important;
}

.en button {
    background: transparent !important;
    color: white !important;
    border: none;
    max-width: 90%;
    margin-left: 10px;
    border-bottom: 0.5px solid rgba(209, 209, 209, 0.4);
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.en button:nth-last-child(2) {
    border-bottom: none;
}

.en button:hover {
    color: #e61230 !important;
}

.child {
    position: fixed;
    margin-left: 134px;
    margin-top: -45px;
    color: white;
    background: #053A95;
}

.child li {
    min-height: 44px;
    line-height: 44px;
    min-width: 200px;
    text-align: left;
    text-align: center;
}

.child li:hover {
    background-color: #ffffff !important;
    color: #053A95;
}

.img-right {
    position: absolute;
    right: 2.5%;
    top: 11%;
    border-radius: 10px;
    transform: translate(0%, 0%);
}

.ind-text {
    min-height: 400px;
    max-height: 400px;
    overflow-y: scroll;
    width: 600px !important;
}

@media (min-width: 1440px) {
    .ind-text {
        width: 52% !important;
    }
}

@media (min-width: 1920px) {
    .ind-text {
        width: 58% !important;
    }
}

.ind-text::-webkit-scrollbar {
    width: 12px;
}

.ind-text::-webkit-scrollbar-button {
    display: none;
}

.ind-text::-webkit-scrollbar-thumb {
    background-color: #d1d1d1;
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
}

.lang-drop {
    margin-left: -18px;
}

.lang-drop button {
    padding-left: 25px;
    box-shadow: none;
}

@media (max-width: 576px) {
    .lang-drop {
        display: none;
    }
}

@media (max-width: 576px) {
    .en .lang-drop {
        display: none;
    }
}

.btnSet .icon {
    display: block;
    float: right;
    transform: rotate(-45deg);
}

.btnSet .subItem-name {
    display: block;
    margin-left: 5px;
}

.btnSet .subItem-name1 {
    text-align: center;
    display: block;
}

.btnSet .imgIcon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    float: left;
}

.btnSet .imgIcon img {
    width: 100%;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding: 0;
    }

    .container-en {
        max-width: 1200px;
    }
}

.layout-footer .container {
    max-width: 1200px;
    padding-top: 60px;
    padding-bottom: 100px;
    color: #999;
    background: #262b32 url(../images/footer-bottom-pic1.png) no-repeat center bottom;
    background-size: 1200px 150px;
}

@media (max-width: 576px) {
    .layout-footer .container-footer {
        background: url(../images/footer-bottom-pic1.png) center bottom no-repeat;
        background-size: 375px;
    }
}

.layout-footer .container-en {
    padding: 80px 0 49px;
    margin: 0 auto;
}

.layout-footer.en .container-en {
    padding: 60px 0 49px;
    margin: 0 auto;
}

@media (max-width: 576px) {
    .layout-footer.en .container-en {
        padding: 0 0 20px;
    }

    .layout-footer.en .container-en .row {
        margin-right: 0 !important;
    }
}

.layout-footer .container-footer {
    padding: 18px;
    color: #999;
}

@media (min-width: 1200px) {
    .layout-footer .container-footer {
        padding-top: 20px;
        color: #999;
        margin: auto;
        max-width: 1200px;
        display: none;
    }
}

.layout-footer .col-5 {
    flex: 0 0 38.666667%;
    max-width: 38.666667%;
}

.layout-footer .col-7 {
    flex: 0 0 61.333333%;
    max-width: 61.333333%;
}

.layout-footer .col-6 {
    flex: 0 0 46.5%;
    max-width: 50%;
}

.layout-footer .about {
    display: flex;
    align-items: center;
    justify-content: center;
}

.layout-footer .footBottom-img .topImg {
    width: 280px;
    height: auto;
    margin-bottom: 20px;
}

.layout-footer .footBottom-img .topImg img {
    width: 280px;
    height: auto;
}

.layout-footer .footBottom-img .bottomImg {
    width: 280px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.layout-footer .footBottom-img .bottomImg .imgBox {
    width: 100px;
    height: 100px;
}

.layout-footer .footBottom-img .bottomImg .imgBox img {
    width: 100px;
    height: 100px;
}

.layout-footer .footBottom-img .bottomImg .text {
    margin: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #777777;
}

.layout-footer .t-title {
    padding-bottom: 15px;
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    display: block;
    color: #606060;
}

.layout-footer .en-th-title {
    margin-top: 19px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #606060;
}

.layout-footer .en-com-info-en {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 44px;
    text-align: left;
    color: #606060;
}

.layout-footer .en-com-info-en img {
    width: 20px;
    height: 20px;
}

.layout-footer .cont {
    margin-right: 40px;
    text-align: center;
}

.layout-footer .contact-Info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.layout-footer .contact-Info .contact-us {
    padding-top: 10px;
    padding-left: 10%;
    width: 40%;
    text-align: left;
}

.layout-footer .contact-Info .contact-us .title-us {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
}

.layout-footer .contact-Info .contact-us .middleBar {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    margin: 10px 0 20px;
    color: #ffffff;
}

.layout-footer .contact-Info .contact-us .middleBar .firstTab {
    cursor: pointer;
    position: relative;
}

.layout-footer .contact-Info .contact-us .middleBar .firstTab.active2::after {
    content: '';
    position: absolute;
    top: 24px;
    left: 12px;
    width: 12px;
    height: 1px;
    background-color: #ffffff;
}

.layout-footer .contact-Info .contact-us .bottomInfo {
    display: none;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #777777;
}
.layout-footer .contact-Info .contact-us .bottomInfo.active {
    display: block;
}

.layout-footer .contact-Info .contact-us .bottomInfo .info-web {
    margin-bottom: 6px;
}

.layout-footer .contact-Info .real-link {
    padding-top: 10px;
    margin-left: 0;
    width: 55%;
    text-align: left;
}

.layout-footer .contact-Info .real-link .real-us {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    padding-right: 10%;
}

.layout-footer .contact-Info .real-link .real-us .more {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.layout-footer .contact-Info .real-link .middleBar {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    margin: 10px 0 20px;
    color: #ffffff;
}

.layout-footer .contact-Info .real-link .middleBar span {
    position: relative;
    cursor: pointer;
}

.layout-footer .contact-Info .real-link .middleBar span.active1::after {
    content: '';
    position: absolute;
    top: 24px;
    left: 50%;
    width: 12px;
    height: 1px;
    background-color: #ffffff;
}

.layout-footer .contact-Info .real-link .bottomInfo {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #777777;
    min-height: 150px;
    width: 100%;
}

.layout-footer .contact-Info .real-link .bottomInfo .leftBox {
    width: 50%;
}

.layout-footer .contact-Info .real-link .bottomInfo .leftBox .box {
    margin-bottom: 6px;
    width: 100%;
}

.layout-footer .contact-Info .real-link .bottomInfo .rightBox {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.layout-footer .contact-Info .real-link .bottomInfo .rightBox .box1 {
    margin-bottom: 6px;
    width: 100%;
}

.layout-footer .focus {
    text-align: center;
}

.layout-footer .focus a {
    display: block;
}

.layout-footer .focus .zh-focus {
    margin: 17% auto !important;
}

.layout-footer .focus .ewm {
    width: 96px;
    height: 96px;
    margin-bottom: 15px;
}

.layout-footer .focus .logo1 {
    max-width: 69px;
    height: 21px;
    width: 100%;
    margin-bottom: 15px;
}

.layout-footer .focus .logo2 {
    max-width: 76px;
    height: 12px;
    width: 100%;
    margin-bottom: 15px;
}

.layout-footer .focus .logo1 {
    max-width: 90px;
    height: 26px;
    width: 100%;
    margin-bottom: 15px;
}

.layout-footer .focus .logo2 {
    max-width: 120px;
    height: 18px;
    width: 100%;
    margin-bottom: 15px;
}

.layout-footer .focus .split {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 1px;
    height: 210px;
    background: #ddd;
}

.layout-footer .b-bottom {
    color: #666;
    font-size: 12px;
    text-align: center;
}

.layout-footer .f-bottom {
    color: #777777;
    background: #1a1e22;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    padding: 12px;
}

.layout-footer .f-bottom .img-png {
    width: 20px;
}

.layout-footer .f-bottom .footerText:hover {
    border-bottom: 1px solid #666;
}

@media (min-width: 576px) {
    .layout-footer .col-sm-2 {
        flex: 0 0 13.833333%;
        max-width: 13.833333%;
    }

    .layout-footer .col-sm-3 {
        flex: 0 0 41.834%;
        max-width: 41.834%;
    }

    .layout-footer .col-sm-4 {
        flex: 0 0 31.834%;
        max-width: 31.834%;
    }

    .layout-footer .col-sm-5 {
        flex: 0 0 19%;
        max-width: 19%;
    }
}

@media (max-width: 576px) {
    .layout-footer .cont {
        margin-right: 0;
    }

    .layout-footer .container {
        display: none;
        padding-top: 0;
    }

    .layout-footer .container-footer {
        padding: 0;
    }

    .layout-footer .product {
        padding-bottom: 38px;
    }

    .layout-footer .focus {
        border-top: 1px solid #999;
    }

    .layout-footer .focus .zh-focus {
        margin: auto !important;
    }

    .layout-footer .focus .split {
        display: none;
    }

    .layout-footer .about {
        padding-bottom: 20px;
    }

    .layout-footer .col-xs-12 {
        text-align: center;
        padding-top: 20px;
    }

    .layout-footer.en .cols2 {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        padding-left: 0;
    }

    .layout-footer .f-bottom {
        text-align: justify;
    }

    .layout-footer .outPart {
        width: 100%;
        padding: 30px 20px;
    }

    .layout-footer .outPart .imgPhone {
        width: 225px;
        height: 38px;
    }

    .layout-footer .outPart .bottom-title {
        font-weight: 700;
        font-size: 14px;
        line-height: 28px;
        color: #ffffff;
        margin: 20px 0;
    }

    .layout-footer .outPart .bottom-middleBar {
        position: relative;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        margin: 10px 0 20px;
        color: #ffffff;
    }

    .layout-footer .outPart .bottom-middleBar .firstTab {
        cursor: pointer;
        position: relative;
    }

    .layout-footer .outPart .bottom-middleBar .firstTab.active2::after {
        content: '';
        position: absolute;
        top: 24px;
        left: 12px;
        width: 12px;
        height: 1px;
        background-color: #ffffff;
    }

    .layout-footer .outPart .bottom-bottomInfo {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        color: #777777;
        display: none;
    }

    .layout-footer .outPart .bottom-bottomInfo.active {
        display: block;
    }

    .layout-footer .outPart .bottom-bottomInfo .info-web {
        margin-bottom: 6px;
    }

    .layout-footer .outPart .bottom-real-link {
        padding-top: 0;
        margin-left: 0;
        width: 100%;
        text-align: left;
    }

    .layout-footer .outPart .bottom-real-link .real-us {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 28px;
        color: #ffffff;
        padding-right: 10%;
    }

    .layout-footer .outPart .bottom-real-link .real-us .more {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }

    .layout-footer .outPart .bottom-real-link .middleBar {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        margin: 10px 0 20px;
        color: #ffffff;
    }

    .layout-footer .outPart .bottom-real-link .middleBar span {
        position: relative;
        cursor: pointer;
    }

    .layout-footer .outPart .bottom-real-link .middleBar span.active1::after {
        content: '';
        position: absolute;
        top: 24px;
        left: 40%;
        width: 12px;
        height: 1px;
        background-color: #ffffff;
    }

    .layout-footer .outPart .bottom-real-link .bottomInfo {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        color: #777777;
        min-height: 150px;
        width: 100%;
    }

    .layout-footer .outPart .bottom-real-link .bottomInfo .leftBox {
        width: 50%;
    }

    .layout-footer .outPart .bottom-real-link .bottomInfo .leftBox .box {
        margin-bottom: 6px;
        width: 100%;
    }

    .layout-footer .outPart .bottom-real-link .bottomInfo .rightBox {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .layout-footer .outPart .bottom-real-link .bottomInfo .rightBox .box1 {
        margin-bottom: 6px;
        width: 100%;
    }

    .layout-footer .outPart .bottom-real-link .bottom-bottomImg {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
        margin-top: 30px;
    }

    .layout-footer .outPart .bottom-real-link .bottom-bottomImg img {
        width: 90px;
        height: 90px;
        margin-right: 40px;
    }
}

.banner {
    text-align: center;
    color: black;
    overflow-x: hidden;
    position: relative;
}

.banner:hover .leftBtn {
    display: block;
}

.banner .swiper-container {
    width: 100%;
    height: 434px;
    box-sizing: border-box;
}

.banner .swiper-container.scale {
    margin-left: -2.5%;
    margin-right: -2.5%;
    width: 105%;
}

.banner .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    right: 10%;
    top: 86%;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}

@media (min-width: 1440px) {
    .banner .swiper-pagination {
        top: 88%;
        right: 20%;
    }
}

@media (min-width: 1500px) {
    .banner .swiper-pagination {
        top: 89%;
        right: 20%;
    }
}

@media (min-width: 1820px) {
    .banner .swiper-pagination {
        top: 88%;
        right: 20%;
    }
}

@media (min-width: 1940px) {
    .banner .swiper-pagination {
        top: 90%;
        right: 20%;
    }
}

@media (min-width: 3840px) {
    .banner .swiper-pagination {
        top: 92.5%;
        right: 20%;
    }
}

.banner .container {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
}

.banner .container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .container img:hover .leftBtn {
    display: block;
}

.banner .container .title {
    position: absolute;
    z-index: 9;
    font-weight: 400;
    font-size: 24px;
    line-height: 68px;
    text-align: left;
    color: #ffffff;
    padding-left: 10%;
    padding-top: 0;
    top: unset;
    bottom: 0;
    width: 100%;
    /* padding-left: 5%; */
    /* padding-top: 3.5%; */
    padding-bottom: 1.5%;
    background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
}

@media (min-width: 1440px) {
    .banner .container .title {
        /* padding-left: 19%; */
        padding-top: 5%;
    }
}

@media (min-width: 1940px) {
    .banner .container .title {
        padding-left: 19%;
        padding-top: 6%;
    }
}

@media (min-width: 3840px) {
    .banner .container .title {
        padding-left: 19%;
        padding-top: 7%;
    }
}

@media (max-width: 576px) {
    .banner .container .title {
        font-size: 14px;
    }
    .banner .swiper-container {
        height: auto;
    }
}

.banner .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner .leftBtn {
    display: none;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    width: 40px;
    height: 0;
    padding-top: 40px;
    background: #1e4790;
    opacity: 1;
}

.banner .swiper-button-prev span,
.banner .swiper-button-next span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 30px;
    margin-left: -7px;
    margin-top: -15px;
    background: transparent none no-repeat center / 80%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAlCAYAAACtbaI7AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADVSURBVHgB1dZRDYNAEEXRt1WABCQgoRJwABLqgEqoA3CAFCQgARxsZ5ttOt2mX/OmKTeZEH5OCNkMAKRijJ3MJnMBI4GG+OoGawU4wVoBXmHNAxz/FxSgklkU2MOSB1jLrBlLh7uBJW8wXWtYSk/kAW5M8MwGO3VkFg+wgqX4vhhmMyidZIK630MIOxilxaCedgSrAra/VwX3XnBLPasKbjzh1QOufwXbduoXeGPDi4JbMIqfH8AOjDI8K5jzl5fxScEDWBX74ngw9R0/YfufdAE/VuUdIOlOCedXDSAAAAAASUVORK5CYII=);
}

.banner .swiper-button-prev:hover span,
.banner .swiper-button-next:hover span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAlCAYAAACtbaI7AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADVSURBVHgB1dZRDYNAEEXRt1WABCQgoRJwABLqgEqoA3CAFCQgARxsZ5ttOt2mX/OmKTeZEH5OCNkMAKRijJ3MJnMBI4GG+OoGawU4wVoBXmHNAxz/FxSgklkU2MOSB1jLrBlLh7uBJW8wXWtYSk/kAW5M8MwGO3VkFg+wgqX4vhhmMyidZIK630MIOxilxaCedgSrAra/VwX3XnBLPasKbjzh1QOufwXbduoXeGPDi4JbMIqfH8AOjDI8K5jzl5fxScEDWBX74ngw9R0/YfufdAE/VuUdIOlOCedXDSAAAAAASUVORK5CYII=);
}

.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
    content: none;
}

.banner .swiper-button-prev {
    left: 30px;
}

.banner .swiper-button-next span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAlCAYAAACtbaI7AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC5SURBVHgB1dVRDcIwEIfxfzAAEiZhEpAwB5sEHGwOJmFzgBQkVMIkHCWUcFn21u9I+JK+/h6a61WKzMwuIsvgbO9GUWXsZt9QePpreBHV7o7v2GRkaHDwg4S7fDYHNyLKUOvgRMMpAm5+Bbci2sFbJNyJ6DW3Zcw+9SI6gNF9sYbDJwGVvXAW1cG9DqqpjBYOJjerV9WEvyr8/Ru9qYxe1hFg70am/gOMAEcHrqotGpxUWwS40OBMgk8t3T3wnvXaHQAAAABJRU5ErkJggg==);
}

.banner .swiper-button-next:hover span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAlCAYAAACtbaI7AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC5SURBVHgB1dVRDcIwEIfxfzAAEiZhEpAwB5sEHGwOJmFzgBQkVMIkHCWUcFn21u9I+JK+/h6a61WKzMwuIsvgbO9GUWXsZt9QePpreBHV7o7v2GRkaHDwg4S7fDYHNyLKUOvgRMMpAm5+Bbci2sFbJNyJ6DW3Zcw+9SI6gNF9sYbDJwGVvXAW1cG9DqqpjBYOJjerV9WEvyr8/Ru9qYxe1hFg70am/gOMAEcHrqotGpxUWwS40OBMgk8t3T3wnvXaHQAAAABJRU5ErkJggg==);
}

@media (min-width: 576px) {
    .banner .swiper-container {
        height: 100%;
    }

    .banner .swiper-button-prev {
        left: 0;
    }

    .banner .swiper-button-next {
        right: 0;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding: 0;
    }
    .banner .container {
        max-width: 100%;
    }
}


@media (max-width: 576px) {
    .banner {
        height: auto;
    }

    .banner .container img {
        width: 100%;
        height: auto;
    }

    .banner .swiper-button-prev, .banner .swiper-button-next {
        display: none;
    }

    .banner .container .title {
        font-size: 12px;
        top: unset;
        padding: 0;
        padding: 0 20px 10px;
        line-height: 1.5;
    }

    .banner .container .title .text {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .banner .swiper-pagination {
        right: 2%;
        top: 88%;
        display: none;
    }

    .banner .swiper-pagination .swiper-pagination-bullet {
        margin: 0 3px;
        width: 6px;
        height: 6px;
    }
}

.container {
    text-align: center;
    color: #333333;
    font-family: 'SourceHanSansSC';
}

.container .content {
    width: 100%;
}

.container .content .test-nation {
    width: 100%;
    background-color: #f5f5f5;
}


/* index-nation accordion cards */
.index-nation .nation-system {
    padding: 50px 0;
    display: block !important;
    text-align: left;
}

.index-nation .nation-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    color: #053A95;
}

.index-nation .nation-desc {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
    color: #333;
}

.index-nation .nation-cards {
    display: flex;
    gap: 40px;
}

.index-nation .nation-card {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    color: #fff;
    transition: flex 0.35s ease;
    flex: 1;
}

.index-nation .nation-card-expanded {
    flex: 1.8;
}

.index-nation .nation-card-collapsed {
    flex: 0.9;
}

.index-nation .nation-cards:hover .nation-card {
    flex: 0.9;
}

.index-nation .nation-cards:hover .nation-card:hover {
    flex: 1.8;
}

.index-nation .nation-card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.index-nation .nation-card-bg-1 {
    background-image: url(../images/img1.png);
    background-size: cover;
    background-position: center;
}

.index-nation .nation-card-bg-2 {
    background-image: url(../images/img2.png);
    background-size: cover;
    background-position: center;
}

.index-nation .nation-card-bg-3 {
    background-image: url(../images/img3.png);
    background-size: cover;
    background-position: center;
}

.index-nation .nation-card-mask {
    position: absolute;
    inset: 0;
    background: #053A95;
    opacity: .8;
}

.index-nation .nation-card-content {
    position: relative;
    z-index: 2;
    height: 100%;
}

.index-nation .nation-card-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.index-nation .nation-icon-placeholder {
    width: 80px;
    height: 80px;
    margin-top: 40px;
    margin-bottom: 20px;
    display: block;
    object-fit: contain;
}

.index-nation .nation-card-title {
    font-size: 20px;
    line-height: 1.2;
    padding: 20px 30px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.index-nation .nation-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 26px;
    padding: 28px 30px;
}

.index-nation .nation-metric {
    display: flex;
    flex-direction: column;
}

.index-nation .nation-metric p {
    display: flex;
    align-items: baseline;
    margin: 0;
    font-weight: 300;
}

.index-nation .nation-metric strong {
    display: inline;
    font-size: 48px;
    line-height: 1;
    font-weight: 500;
}

.index-nation .nation-metric .metric-unit {
    display: inline;
    font-size: 15px;
    line-height: 1;
    margin-left: 4px;
    opacity: 0.95;
}

.index-nation .nation-metric .metric-desc {
    display: block;
    margin-top: 6px;
    font-size: 15px;
    line-height: 22px;
    opacity: 0.95;
}

.index-nation .nation-card-index {
    margin-top: auto;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
}

.index-nation .nation-card-index p {
    gap: 5px;
}

.index-nation .nation-card-index-current {
    opacity: 1;
}

.index-nation .nation-card-index-total {
    opacity: 0.5;
}

/* default status: first expanded, others collapsed */
.index-nation .nation-card-expanded .nation-icon-placeholder,
.index-nation .nation-card-expanded .nation-card-index {
    display: none;
}

.index-nation .nation-card-collapsed .nation-metrics {
    display: none;
}

.index-nation .nation-card-collapsed .nation-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.index-nation .nation-card-collapsed .nation-card-title {
    margin-bottom: 0;
}

.index-nation .nation-card-collapsed .nation-card-index {
    margin-top: 36px;
}

.index-nation .nation-card-collapsed .nation-card-index::before {
    content: '';
    display: block;
    width: 1px;
    height: 120px;
    margin: 0 auto 22px;
    background: rgba(255, 255, 255, 0.55);
}

.index-nation .nation-card-collapsed .nation-card-index p {
    margin-bottom: 20px;
}

/* hover status: hovered one expands, non-hovered cards collapsed look */
.index-nation .nation-cards:hover .nation-card .nation-metrics {
    display: none;
}

.index-nation .nation-cards:hover .nation-card .nation-icon-placeholder,
.index-nation .nation-cards:hover .nation-card .nation-card-index {
    display: block;
}

.index-nation .nation-cards:hover .nation-card .nation-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.index-nation .nation-cards:hover .nation-card .nation-card-index::before {
    content: '';
    display: block;
    width: 1px;
    height: 120px;
    margin: 0 auto 22px;
    background: rgba(255, 255, 255, 0.55);
}

.index-nation .nation-cards:hover .nation-card:hover .nation-metrics {
    display: grid;
}

.index-nation .nation-cards:hover .nation-card:hover .nation-icon-placeholder,
.index-nation .nation-cards:hover .nation-card:hover .nation-card-index {
    display: none;
}

.index-nation .nation-cards:hover .nation-card:hover .nation-card-index::before {
    display: none;
}

.index-nation .nation-cards:hover .nation-card:hover .nation-card-content {
    display: block;
}


.index-nation .nation-note {
    margin-top: 16px;
    font-size: 14px;
    color: #666;
}

@media (max-width: 768px) {
    .index-nation .nation-system {
        padding: 30px 0;
    }

    .index-nation .nation-title {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .index-nation .nation-desc {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .index-nation .nation-cards {
        gap: 16px;
    }

    .index-nation .nation-card {
        min-height: 280px;
    }

    .index-nation .nation-card-title {
        font-size: 17px;
        padding: 16px 20px 10px;
    }

    .index-nation .nation-metrics {
        gap: 14px 16px;
        padding: 18px 20px;
    }

    .index-nation .nation-metric strong {
        font-size: 34px;
    }

    .index-nation .nation-metric .metric-unit {
        font-size: 13px;
    }

    .index-nation .nation-metric .metric-desc {
        font-size: 13px;
        margin-top: 4px;
    }
}

@media (max-width: 576px) {
    .index-nation .nation-system {
        padding: 24px 20px;
    }

    .index-nation .nation-title {
        font-size: 20px;
    }

    .index-nation .nation-desc {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 16px;
    }

    /* 移动端：卡片纵向堆叠，全部展开，取消手风琴 */
    .index-nation .nation-cards {
        flex-direction: column;
        gap: 12px;
    }

    .index-nation .nation-card,
    .index-nation .nation-card-expanded,
    .index-nation .nation-card-collapsed {
        flex: none !important;
        min-height: 0;
    }

    /* 所有卡片默认展开样式 */
    .index-nation .nation-card-content {
        display: block !important;
    }

    .index-nation .nation-card-expanded .nation-icon-placeholder,
    .index-nation .nation-card-expanded .nation-card-index {
        display: none !important;
    }

    .index-nation .nation-card-collapsed .nation-metrics {
        display: grid !important;
    }

    .index-nation .nation-card-collapsed .nation-card-content {
        display: block !important;
        align-items: unset;
        justify-content: unset;
    }

    .index-nation .nation-card-collapsed .nation-icon-placeholder {
        display: none;
    }

    .index-nation .nation-card-collapsed .nation-card-index {
        display: none !important;
    }

    /* 禁用 hover 手风琴效果 */
    .index-nation .nation-cards:hover .nation-card {
        flex: none !important;
    }

    .index-nation .nation-cards:hover .nation-card:hover {
        flex: none !important;
    }

    .index-nation .nation-cards:hover .nation-card .nation-metrics {
        display: grid !important;
    }

    .index-nation .nation-cards:hover .nation-card .nation-icon-placeholder,
    .index-nation .nation-cards:hover .nation-card .nation-card-index {
        display: none !important;
    }

    .index-nation .nation-cards:hover .nation-card .nation-card-content {
        display: block !important;
        align-items: unset;
        justify-content: unset;
    }

    .index-nation .nation-cards:hover .nation-card .nation-card-index::before {
        display: none;
    }

    .index-nation .nation-card-title {
        font-size: 16px;
        padding: 14px 16px 10px;
    }

    .index-nation .nation-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 14px;
        padding: 14px 16px;
    }

    .index-nation .nation-metric strong {
        font-size: 28px;
    }

    .index-nation .nation-metric .metric-unit {
        font-size: 12px;
    }

    .index-nation .nation-metric .metric-desc {
        font-size: 12px;
        margin-top: 3px;
        line-height: 18px;
    }

    .index-nation .nation-note {
        font-size: 12px;
        margin-top: 10px;
    }
}


.container .content .second {
    display: inline-flex;
    width: 1200px;
    text-align: center;
    margin: 80px auto 0;
}

.container .content .second .inbox {
    width: 15%;
    margin: 0 auto;
    text-align: center;
}

.container .content .second .inbox img {
    width: 60px;
    height: 60px;
}

.container .content .second .inbox .title {
    margin-top: 16px;
    height: 21px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 19px;
}

.container .content .second .inbox.active .title {
    color: #053A95;
}

.container .content .second .inbox.active::after {
    content: '';
    position: relative;
    display: block;
    bottom: 0;
    width: 64px;
    margin: 0 auto;
    height: 3px;
    background-color: #053A95;
}

.container .content .second .inbox.active1 .title {
    color: #053A95;
}

.container .content .second .inbox.active1::after {
    content: '';
    position: relative;
    display: block;
    bottom: 0;
    width: 64px;
    margin: 0 auto;
    height: 3px;
    background-color: #053A95;
}

.container .content .second .inbox.active2 .title {
    color: #053A95;
}

.container .content .second .inbox.active2::after {
    content: '';
    position: relative;
    display: block;
    bottom: 0;
    width: 64px;
    margin: 0 auto;
    height: 3px;
    background-color: #053A95;
}

.container .content .second:hover {
    cursor: pointer;
}

.container .content .btn-box {
    background-color: #f5f5f5;
    width: 100%;
}

.container .content .btn-box .third {
    width: 1200px;
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 70px;
}

.container .content .btn-box .third .inbox .decs {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #333333;
}

.container .content .btn-box .third .inbox .text {
    margin-top: 15px;
}

.container .content .btn-box .third .inbox .text .info1 {
    font-size: 50px;
    font-weight: 400;
    color: #053A95;
    line-height: 59px;
    font-family: 'Bebas-Regular';
}

.container .content .btn-box .third .inbox .text .info2 {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 39px;
}

.container .content .btn-box .third .inbox .text .item-sup {
    vertical-align: super;
    top: -1.5em;
}

.container .content .btn-box .third .inbox .text .info3 {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 39px;
}

.container .content .btn-box .tips {
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #bbbbbb;
}

.container .content .btn-box .s-footer-en {
    padding: 32px 0 30px;
    text-align: center;
}

.container .content .btn-box .s-footer-en .decs1 {
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #333333;
}

.container .content .btn-box .s-footer-en .btn-more-en {
    width: auto;
    min-width: 124px;
    padding: 12px 50px;
    font-size: 18px !important;
    color: #053A95;
    background: none;
    border-radius: unset;
    border: 1px solid #053A95;
    transition: 0s background-color;
}

.container .content .btn-box .s-footer-en .btn-more-en:hover {
    background: #053A95;
    color: #ffffff;
    cursor: pointer;
}

.index-middle {
    padding: 40px 0 50px;
}

@media (max-width: 576px) {
    .container {
        padding: 20px 0 0;
        box-shadow: none;
    }

   

    .container .content .main-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .container .content .main-decs {
        width: 100%;
        font-size: 14px;
        line-height: 28px;
        word-break: unset;
        padding: 0;
    }

    .container .content .second {
        width: 100%;
        margin: 30px auto 0;
    }

    .container .content .second .inbox {
        width: auto;
    }

    .container .content .second .inbox img {
        width: 30px;
        height: 30px;
    }

    .container .content .btn-box .third {
        width: 100%;
        padding-top: 30px;
        padding-left: 33px;
        padding-right: 33px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .container .content .btn-box .third .inbox {
        width: 50%;
        margin-bottom: 20px;
    }

    .container .content .btn-box .third .inbox .decs {
        font-size: 16px;
        line-height: 21px;
        color: #60605b;
    }

    .container .content .btn-box .third .inbox .text .info1 {
        font-size: 30px;
        line-height: 36px;
    }

    .container .content .btn-box .third .inbox .text .info2 {
        line-height: 29px;
    }

    .container .content .btn-box .s-footer-en .btn-more-en {
        padding: 4px 32px;
        font-size: 14px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
        /* box-shadow: inset 0 4px 9px rgba(0, 0, 0, 0.05); */
    }

    .container .new-container {
        margin-left: 15px;
        margin-right: 15px;
    }

    .container .new-container-en {
        margin-left: 15px;
        margin-right: 15px;
    }
}



.container .content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}

.container .content .main-title1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    color: #ffffff;
}

.container .content .main-decs1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 0.33em;
}

.container .content .main-decs2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    margin-top: 20px;
    text-align: center;
}

.container .content .imgBox {
    width: 1200px;
}

.container .content .imgBox img {
    width: 100%;
}

.container .content .s-footer-en {
    padding: 32px 0 0;
    margin-top: 40px;
    text-align: left;
}

.container .content .s-footer-en .btn-more-en {
    width: auto;
    min-width: 124px;
    padding: 12px 50px;
    font-size: 18px !important;
    color: #ffffff;
    background: none;
    border-radius: unset;
    border: 1px solid #ffffff;
    transition: 0s background-color;
}

.container .content .s-footer-en .btn-more-en:hover {
    background: #ffffff;
    color: #1e4790;
    transition-delay: 0s;
}

.index-about {
    padding: 75px 0;
    background: url(../images/nice1.png) center center no-repeat;
    background-size: 375px 390px;
    background-color: #053A95;
    color: #ffffff;
    text-align: center;
    font-family: 'SourceHanSansSC';
}

.container .content .con-left {
    text-align: justify;
    width: 65%;
}

.container .content .con-left .main-title {
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    color: #ffffff;
}

.container .content .con-left .main-decs {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
}

.container .con-right {
    width: 28%;
}

.container .con-right img {
    width: 300px;
    height: 400px;
}

@media (max-width: 576px) {
    /* .container {
        padding: 20px 0;
        background: url(../images/nice1.png) center top no-repeat;
        background-size: 246px 257px;
        background-color: #053A95;
    } */

    .container .content {
        width: 100%;
        padding: 0 20px;
        display: block;
    }

    .container .content .main-title1 {
        font-size: 18px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .container .content .main-decs1 {
        font-size: 16px;
        line-height: 33px;
    }

    .container .content .main-decs2 {
        font-size: 14px;
        line-height: 24px;
        margin-top: 4px;
    }

    .container .content .imgBox {
        width: 100%;
    }

    .container .content .con-left {
        text-align: center;
        width: 100%;
        padding: 0;
    }

    .container .content .con-left .main-title {
        margin-bottom: 20px;
    }

    .container .content .con-left .main-decs {
        text-align: justify;
    }

    .container .content .con-right {
        margin-top: 20px;
        width: 100%;
    }

    .container .content .s-footer-en {
        margin-top: 0;
        text-align: center;
    }

    .container .content .s-footer-en .btn-more-en {
        width: auto;
        min-width: 124px;
        padding: 4px 32px;
        font-size: 14px !important;
        color: #ffffff;
        background: none;
        border-radius: unset;
        border: 1px solid #ffffff;
        transition: 0s background-color;
    }

    .container .content .s-footer-en .btn-more-en:hover {
        background: #ffffff;
        color: #1e4790;
        transition-delay: 0s;
    }
}




.container .content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

/* .index-nation .content {
    width: 100%;
} */


.container .content .media-box {
    padding: 0 10px;
    width: 65%;
}

.container .content .media-box .bottomBar:last-of-type {
    display: none;
}


.container .content .media-box .topBar {
    margin-bottom: 25px;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.container .content .media-box .topBar .changeBox {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container .content .media-box .topBar .changeBox .line {
    width: 1px;
    height: 29px;
    background: #cccccc;
    margin: 0 10px;
}

.container .content .media-box .topBar .changeBox .text {
    font-weight: 400;
    color: #333333;
    font-size: 24px;
    line-height: 32px;
    cursor: pointer;
}

.container .content .media-box .topBar .changeBox .text.active {
    font-weight: bold;
    line-height: 35px;
    font-size: 30px;
    color: #053A95;
}

.container .content .media-box .topBar .more {
    font-weight: 400;
    color: #1e4790;
    line-height: 16px;
    font-size: 14px;
    cursor: pointer;
}

.container .content .media-box .bottomBar {
    display: block;
    width: 100%;
}

.container .content .media-box .bottomBar .leftPart {
    width: 100%;
    text-align: justify;
}

.container .content .media-box .bottomBar .leftPart .title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.container .content .media-box .bottomBar .leftPart .InBox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.container .content .media-box .bottomBar .leftPart .InBox img {
    width: 266px;
    height: 147px;
}

.container .content .media-box .bottomBar .leftPart .InBox .decs {
    font-family: 'SourceHanSansSC';
    width: calc(100% - 280px);
    font-size: 14px;
    max-height: 146px;
    line-height: 28px;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.container .content .media-box .bottomBar .rightPart {
    width: 100%;
}

.container .content .media-box .bottomBar .rightPart .newsTip {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-bottom: 1px solid #dddddd;
}

.container .content .media-box .bottomBar .rightPart .newsTip .textBox {
    text-align: justify;
    width: 88%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 14px 0;
}

.container .content .media-box .bottomBar .rightPart .newsTip .textBox .dian {
    width: 6px;
    height: 6px;
    background: #053A95;
    border-radius: 50%;
    margin-right: 8px;
}

.container .content .media-box .bottomBar .rightPart .newsTip .textBox .title {
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
}


.container .content .media-box .bottomBar .rightPart .newsTip .time {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #bbbbbb;
}

.container .content .media-box .bottomBar .rightPart .newsTip img {
    width: 100px;
    height: 55px;
}

.container .content .notice-box {
    padding: 0 10px;
    width: 35%;
}

.container .content .notice-box .topBar {
    margin-bottom: 10px;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.container .content .notice-box .topBar .text {
    font-weight: bold;
    color: #053A95;
    line-height: 35px;
    font-size: 30px;
}

.container .content .notice-box .topBar .more {
    font-weight: 400;
    color: #1e4790;
    line-height: 16px;
    font-size: 14px;
    cursor: pointer;
}

.container .content .notice-box .bottomBar {
    background: url(../images/aboutUs-back1.png) right bottom no-repeat;
    background-size: 270px;
    background-color: #f5f5f5;
    padding: 17px 20px;
}

.container .content .notice-box .bottomBar .TZbox {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: justify;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.container .content .notice-box .bottomBar .TZbox .time {
    text-align: center;
    width: 20%;
    margin-right: 10px;
}

.container .content .notice-box .bottomBar .TZbox .time .data {
    padding: 3px 1px;
    color: #ffffff;
    background: #053A95;
}

.container .content .notice-box .bottomBar .TZbox .time .year {
    font-weight: 700;
    font-size: 12px;
    padding: 6px 5px;
    color: #bbbbbb;
    background: #ffffff;
}

.container .content .notice-box .bottomBar .TZbox .decs {
    width: 75%;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    cursor: pointer;
}

.container .content .notice-box img {
    width: 100%;
    height: auto;
}

@media (max-width: 576px) {
    .container {
        padding: 0 0;
    }

    .index-about {
        padding: 20px 0;
    }

    .index-middle {
        padding: 13px 0;
    }

    .container .content {
        display: block;
        width: 100%;
    }

    .banner-container .content {
        padding: 0;
    }

    .index-nation .content {
        padding: 24px 20px;
    }

    .container .content .media-box {
        padding: 0 0;
        width: 100%;
    }

    .container .content .media-box .topBar {
        margin-bottom: 0;
    }

    .container .content .media-box .topBar .changeBox .text {
        line-height: 24px;
        font-size: 18px;
    }

    .container .content .media-box .topBar .changeBox .text.active {
        font-size: 18px;
    }

    .container .content .media-box .bottomBar {
        display: block;
    }

    .container .content .media-box .bottomBar .leftPart {
        width: 100%;
        margin-bottom: 0;
    }

    .container .content .media-box .bottomBar .leftPart .title {
        margin-top: 10px;
    }

    .container .content .media-box .bottomBar .leftPart .InBox {
        display: block;
        margin-bottom: 0;
    }

    .container .content .media-box .bottomBar .leftPart .InBox img {
        width: 100%;
        height: 100%;
    }

    .container .content .media-box .bottomBar .leftPart .InBox .decs {
        width: 100%;
    }

    .container .content .media-box .bottomBar .rightPart {
        width: 100%;
        height: 100%;
    }

    .container .content .media-box .bottomBar .rightPart .newsTip {
        display: block;
        text-align: justify;
    }

    .container .content .media-box .bottomBar .rightPart .newsTip .textBox {
        width: 100%;
        padding: 10px 0;
    }

    .container .content .media-box .bottomBar .rightPart .newsTip .textBox .dian {
        display: none;
    }

    .container .content .media-box .bottomBar .rightPart .newsTip .time {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .container .content .notice-box {
        width: 100%;
        padding: 0;
    }

    .container .content .notice-box .topBar {
        margin: 16px 0;
    }

    .container .content .notice-box .topBar .text {
        line-height: 24px;
        font-size: 18px;
    }

    .container .content .notice-box .bottomBar .TZbox {
        justify-content: space-between;
    }

    .container .content .notice-box .bottomBar .TZbox .time .data {
        font-size: 14px;
        line-height: 19px;
        padding: 3px 0;
    }
}

@media (min-width: 1200px) {
    
    .container .new-container {
        margin-left: 15px;
        margin-right: 15px;
    }

    .container .new-container-en {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.main-body {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .main-body {
        margin-top: 0;
    }
}





.page {
    position: relative;
}

.page .right-set {
    position: fixed;
    right: 0;
    bottom: 10px;
    z-index: 999;
}

.main-body {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .main-body {
        margin-top: 0;
    }
}

.page {
    position: relative;
}

.page .right-set {
    position: fixed;
    right: 0;
    bottom: 10px;
    z-index: 999;
}

.btn-top-en {
    padding: 0;
}

.select-lan {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.page-transition-enter-active {
    transition: all 0.3s ease-in;
}

.page-transition-leave-active {
    transition: all 0.3s ease-out;
}

.dropdown-menu {
    min-width: 128px;
    width: -webkit-fill-available;
    width: -moz-available;
    position: absolute;
    display: block;
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border: none;
    border-radius: unset !important;
    transition: all 0.3s ease-out;
}

.dropdown-menu.show {
    opacity: 1;
    height: auto;
    overflow: auto;
    border: 1px solid rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in;
}

.dropdown-menu-product .show {
    padding: 20px 0;
}

.page-transition-enter,
.page-transition-leave-to {
    opacity: 0;
}

.toolbar {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    font-family: 'SourceHanSansSC';
}

.toolbar .imgBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    width: 100%;
}

.toolbar .imgBtn .top-text {
    margin: 16px;
    font-size: 20px;
}

.tooltip-inner {
    max-width: 180px !important;
    height: auto !important;
    background: #f7f5f7 !important;
    color: #606060 !important;
    border: 1px solid #f7f5f7 !important;
    font-family: 'SourceHanSansSC' !important;
    transform: translateX(-5px) translateY(-2px) !important;
    margin: 0 !important;
}

#mobile-nav {
    display: none;
}
.header-topBar3 {
    position: relative;
    z-index: 9;
}
.header-topBar3 .leftPart,.header-topBar3 .rightPart {
    display: none;
}
 

@media (max-width: 576px) {
    .zh .top-en {
        display: none !important;
    }
    .header-topBar2 {
        display: none !important;
        /* display: block; */
    }
}

@media (max-width: 576px) {
    .header-topBar3 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: 'SourceHanSansSC';
    }

    .header .navbar {
        display: none;
    }

    .header-topBar3 .img1 {
        width: 150px;
        height: 25px;
    }

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

    .header-topBar3 .leftPart .marktext {
        color: #ffffff;
        font-size: 12px;
        margin-left: 10px;
    }

    .header-topBar3 .rightPart {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-topBar3 .rightPart .languge {
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        color: #ffffff;
    }

    .header-topBar3 .rightPart .img2 {
        margin-left: 10px;
        margin-right: 10px;
        width: 24px;
        height: 24px;
    }

    .header-topBar3 .rightPart .menuLoge {
        width: 24px;
        height: 24px;
    }
}

