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

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

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

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

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

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

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

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

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

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

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

.h-type2:before {
    left: 0
}

.h-type2:after {
    right: 0
}

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

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

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

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

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

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

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

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

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

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

.text-primary {
    color: #e61230
}

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



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

    .h-type1:after {
        height: 2px;
        width: 30px
    }

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

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

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

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

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

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

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

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

.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 {
    height: 8px;
    width: 8px
}

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

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

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

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

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

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

@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;
    border: 1px solid #dedede;
    color: #363636 !important;
    max-width: 400px !important;
    text-align: left !important
}

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

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

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

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

.foot-btn .btnCard {
    box-shadow: 0 0 4px rgba(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 {
    color: #bbb;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 10px auto
}

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

.foot-btn .tipCard {
    background: rgba(0, 0, 0, .85);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999 !important
}

.foot-btn .tipCard,
.foot-btn .tipCard .box {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.foot-btn .tipCard .box {
    border-radius: 20px;
    height: 450px;
    position: absolute;
    width: 800px
}

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

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

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

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

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

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

.foot-btn .tipCard .box .inforRow .box1 .leftPart .sub-title {
    color: #777
}

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

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

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

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

.foot-btn .tipCard .box .inforRow .box1 .rightPart .reportBox .mediaBox {
    color: #fff;
    display: none;
    width: 100%
}

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

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

.foot-btn .tipCard .box .inforRow .box1 .rightPart .reportBox .mediaBox .media .media-body {
    flex: initial
}

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

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

.foot-btn .tipCard .box .inforRow .box1 .rightPart .reportBox:hover .mediaBox {
    display: block
}

.foot-btn .tipCard .box .inforRow .box1 .rightPart .reportLink {
    border-bottom: .1rem solid #053a95;
    color: #053a95
}

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

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

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

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

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

.foot-btn .tipCard .box .inforRow .form-group input::-webkit-input-placeholder {
    color: #ccc !important
}

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

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

.foot-btn .tipCard .box .inforRow .form-group textarea::-webkit-input-placeholder {
    color: #ccc !important
}

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

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

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

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

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

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

.btn-top-en {
    padding: 0
}

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

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

.page-transition-leave-active,
.dropdown-menu {
    transition: all .3s ease-out
}

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

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

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

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

.searchSelect {
    border: none
}

.searchDrop .btn {
    padding: .375rem .35rem
}

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

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

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

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

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

@media (max-width: 576px) {
    .tipCard {
        background: rgba(0, 0, 0, .85);
        height: 100%;
        position: fixed;
        z-index: 999
    }

    .tipCard,
    .tipCard .box {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%
    }

    .tipCard .box {
        border-radius: 20px;
        height: 450px;
        padding: 0 20px;
        position: absolute
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .search-form input {
        width: 115px
    }

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

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

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

.en .logo {
    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;
    max-width: 1200px;
    overflow: hidden
}

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

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

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

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

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

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

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

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

.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 {
    color: #e61230;
    display: block
}

.en .md-menu .navbar-nav .nav-item .icon-arrow-up,
.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 {
    border-bottom: 1px solid #eee;
    color: #fff;
    padding: 1.4375rem .5625rem .5625rem;
    position: relative
}

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

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

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

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

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

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

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

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

.md-menu .navbar-nav .nav-item .icon-arrow-up,
.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 {
    border-bottom: 1px solid #eee;
    color: #666;
    padding: 1.4375rem .5625rem .5625rem;
    position: relative
}

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

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

.sty:hover {
    color: red
}

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

.collapse-btn span {
    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 50%/100%;
    display: block;
    height: 16px;
    width: 23px
}

.collapse-btn span.show {
    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);
    height: 24px;
    width: 24px
}

@media (max-width: 576px) {
    .zh .collapse-btn span.show {
        height: 20px;
        width: 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.dropdown-menu {
    left: -10px
}

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

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

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

.bottomBox {
    background: #053a95;
    justify-content: space-between;
    width: 100%
}

.bottomBox,
.bottomBox .inBox {
    align-items: center;
    display: flex
}

.bottomBox .inBox {
    color: #fff;
    justify-content: center;
    padding: 16px 0;
    width: 50%
}

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

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

.en .navbar {
    padding-right: 70px !important
}

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

.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 {
    background-color: #053a95;
    color: #fff
}

.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 {
    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px
}

.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: -moz-fit-content;
    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: #fff;
    font-size: 16px;
    padding: .8rem 2.2rem;
    white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

    .navbar {
        padding: .625rem .45rem .625rem .7rem
    }

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

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

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

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

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

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

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

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

.selectIcon:hover {
    color: #e61230
}

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

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

button:hover {
    background-color: #fff !important;
    color: #053a95 !important
}

.en button {
    background: transparent !important;
    border: none;
    border-bottom: .5px solid hsla(0, 0%, 82%, .4);
    color: #fff !important;
    margin-left: 10px;
    max-width: 90%;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px
}

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

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

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

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

.child li:hover {
    background-color: #fff !important;
    color: #053a95
}

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

.ind-text {
    max-height: 400px;
    min-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 {
    box-shadow: none;
    padding-left: 25px
}

@media (max-width: 576px) {

    .en .lang-drop,
    .lang-drop {
        display: none
    }
}

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

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

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

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

.btnSet .imgIcon img {
    width: 100%
}



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

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

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

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

@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 {
    color: #999;
    padding: 18px
}

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

.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 {
    align-items: center;
    display: flex;
    justify-content: center
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout-footer .contact-Info .real-link .bottomInfo {
    align-items: flex-start;
    color: #777;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    justify-content: space-between;
    line-height: 16px;
    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 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%
}

.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 {
    height: 96px;
    margin-bottom: 15px;
    width: 96px
}

.layout-footer .focus .logo1 {
    height: 21px;
    max-width: 69px
}

.layout-footer .focus .logo2 {
    height: 12px;
    max-width: 76px
}

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

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

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

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

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

.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 {
        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 {
        padding-top: 20px;
        text-align: center
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .layout-footer .outPart .bottom-real-link .bottomInfo {
        align-items: flex-start;
        color: #777;
        display: flex;
        flex-wrap: wrap;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        justify-content: space-between;
        line-height: 16px;
        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 {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 50%
    }

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

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

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

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

.banner:hover .leftBtn {
    display: block
}

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

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

.banner .swiper-pagination {
    position: absolute;
    right: 10%;
    text-align: center;
    top: 86%;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

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

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

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

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

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

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

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

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

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

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

.banner .container .title {
    background: linear-gradient(0deg, #000, transparent);
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 68px;
    padding-bottom: 1.5%;
    padding-left: 5%;
    padding-top: 3.5%;
    position: absolute;
    text-align: left;
    top: 70%;
    width: 100vw;
    z-index: 9
}

@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-wrapper {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: -1
}

.banner .leftBtn {
    display: none
}

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

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

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

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

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

.banner .swiper-button-next span,
.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: 6.5%
    }

    .banner .swiper-button-next {
        right: 6.5%
    }
}

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

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

    .banner .container img {
        height: 230px;
        width: 420px
    }

    .banner .container .title {
        font-size: 12px;
        top: 38%
    }

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

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

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



@media (max-width: 576px) {
    .container {
        box-shadow: inset 0 4px 9px rgba(0, 0, 0, .05);
        padding: 20px 0 0
    }

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

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

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

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

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

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

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

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

    .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 {
        font-size: 14px !important;
        padding: 4px 32px
    }
}


.main-body {
    margin-top: 0
}

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

.page {
    position: relative
}

.page .right-set {
    bottom: 10px;
    position: fixed;
    right: 0;
    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 {
    bottom: 10px;
    position: fixed;
    right: 0;
    z-index: 999
}

.btn-top-en {
    padding: 0
}

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

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

.page-transition-leave-active,
.dropdown-menu {
    transition: all .3s ease-out
}

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

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

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

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




.searchSelect {
    border: none
}

.searchDrop .btn {
    padding: .375rem .35rem
}

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

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

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

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

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

@media (max-width: 576px) {
    .tipCard {
        background: rgba(0, 0, 0, .85);
        height: 100%;
        position: fixed;
        z-index: 999
    }

    .tipCard,
    .tipCard .box {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%
    }

    .tipCard .box {
        border-radius: 20px;
        height: 450px;
        padding: 0 20px;
        position: absolute
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .search-form input {
        width: 115px
    }

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

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

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

.dropdown-menu-product {
    position: static
}

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

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

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

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

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

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

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


.selectIcon:hover {
    color: #e61230
}

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

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

button:hover {
    background-color: #fff !important;
    color: #900 !important
}

.child {
    background: #900;
    color: #fff;
    margin-left: 134px;
    margin-top: -45px;
    position: fixed
}

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

.child li:hover {
    background-color: #fff !important;
    color: #900
}

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

.ind-text {
    max-height: 400px;
    min-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 {
    box-shadow: none;
    padding-left: 25px
}

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

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

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

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

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

.btnSet .imgIcon img {
    width: 100%
}



.layout-footer {
    background: rgb(153, 0, 0) !important;
}

.layout-footer .container {
    background: #900 url(../images/footer-bottom-pic3.png) no-repeat bottom;
    background-size: 1200px 150px;
    color: #999;
    padding-bottom: 100px;
    padding-top: 60px
}

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

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

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

@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 {
    color: #999;
    padding: 18px
}

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

.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 {
    align-items: center;
    display: flex;
    justify-content: center
}

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

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

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

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

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

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

.layout-footer .en-sIcon {
    line-height: normal
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout-footer .contact-Info .real-link .bottomInfo {
    align-items: flex-start;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    justify-content: space-between;
    line-height: 16px;
    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 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%
}

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

.layout-footer.en .cols1 {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    padding: 0 15px 0 0
}

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

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

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

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

.layout-footer.en .f-bottom {
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    line-height: 28px;
    padding-bottom: 20px;
    text-align: center
}

.layout-footer.en .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 {
        padding-top: 0
    }

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

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

    .layout-footer .en-sIcon {
        display: block;
        padding-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .layout-footer .outPart .bottom-real-link .bottomInfo {
        align-items: flex-start;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        justify-content: space-between;
        line-height: 16px;
        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 {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 50%
    }

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

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

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


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

.foot-btn[data-v-c7bf0eae] {
    font-family: "SourceHanSansSC", serif
}

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

.foot-btn .btn[data-v-c7bf0eae] {
    background: rgba(5, 58, 149, .8);
    border-radius: 0 !important;
    font-size: 12px;
    height: 70px;
    margin-right: 0 !important;
    margin-top: 0 !important;
    width: 80px
}

.foot-btn .btn[data-v-c7bf0eae],
.foot-btn .btn[data-v-c7bf0eae]:active {
    border: none !important
}

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

.foot-btn .btn1[data-v-c7bf0eae],
.foot-btn .btn1[data-v-c7bf0eae]:active {
    border: none !important
}

.foot-btn .btnCard[data-v-c7bf0eae] {
    box-shadow: 0 0 4px rgba(0, 0, 0, .2)
}

.foot-btn .close-text[data-v-c7bf0eae] {
    color: #bbb;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 10px auto
}

.foot-btn .logo[data-v-c7bf0eae] {
    height: auto;
    margin-bottom: 4px;
    width: 24px
}

.foot-btn .tipCard[data-v-c7bf0eae] {
    background: rgba(0, 0, 0, .85);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999
}

.foot-btn .tipCard[data-v-c7bf0eae],
.foot-btn .tipCard .box[data-v-c7bf0eae] {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.foot-btn .tipCard .box[data-v-c7bf0eae] {
    border-radius: 20px;
    height: 450px;
    position: absolute;
    width: 800px
}

.foot-btn .tipCard .box .img-close[data-v-c7bf0eae] {
    margin-bottom: 20px;
    text-align: right
}

.foot-btn .tipCard .box .img-close img[data-v-c7bf0eae]:hover {
    cursor: pointer
}

.foot-btn .tipCard .box .inforRow[data-v-c7bf0eae] {
    background: #fff;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center
}

.foot-btn .tipCard .box .inforRow .title[data-v-c7bf0eae] {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 30px
}

.foot-btn .tipCard .box .inforRow .box1[data-v-c7bf0eae] {
    display: block;
    margin: 0 auto;
    width: 100%
}

.foot-btn .tipCard .box .inforRow .box1 .form-group[data-v-c7bf0eae] {
    box-shadow: none;
    margin: 0 auto 1rem;
    width: 60%
}

.foot-btn .tipCard .box .inforRow .box1 .form-group input[data-v-c7bf0eae] {
    border: 1px solid #ebedf0;
    height: 30px;
    padding: 16px 8px;
    width: 100%
}

.foot-btn .tipCard .box .inforRow .box1 .form-group input[data-v-c7bf0eae]::-webkit-input-placeholder {
    color: #ccc !important
}

.foot-btn .tipCard .box .inforRow .input-box[data-v-c7bf0eae] {
    margin: 0 auto;
    width: 60%
}

.foot-btn .tipCard .box .inforRow .input-box .inbox[data-v-c7bf0eae] {
    text-align: left
}

.foot-btn .tipCard .box .inforRow .form-group[data-v-c7bf0eae] {
    align-items: center;
    box-shadow: none;
    display: flex;
    margin-bottom: 1rem
}

.foot-btn .tipCard .box .inforRow .form-group label[data-v-c7bf0eae] {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    width: 50px
}

.foot-btn .tipCard .box .inforRow .form-group input[data-v-c7bf0eae] {
    border: 1px solid #ebedf0;
    padding: 4px 5px;
    width: 100%
}

.foot-btn .tipCard .box .inforRow .form-group input[data-v-c7bf0eae]::-webkit-input-placeholder {
    color: #ccc !important
}

.foot-btn .tipCard .box .inforRow .form-group .required[data-v-c7bf0eae] {
    color: #dc0000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-left: 4px
}

.foot-btn .tipCard .box .inforRow .form-group .textarea-input[data-v-c7bf0eae] {
    border: 1px solid #ebedf0;
    padding: 2px 5px;
    width: 100%
}

.foot-btn .tipCard .box .inforRow .form-group textarea[data-v-c7bf0eae]::-webkit-input-placeholder {
    color: #ccc !important
}

.foot-btn .tipCard .box .inforRow .form-group textarea[data-v-c7bf0eae] {
    height: 70px !important;
    resize: none
}

.foot-btn .tipCard .box .inforRow .submit[data-v-c7bf0eae] {
    background-color: #053a95;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    padding: 15px;
    width: 200px
}

@media (max-width: 576px) {
    .foot-btn .tipCard .box[data-v-c7bf0eae] {
        padding: 0 20px;
        width: 100%
    }

    .foot-btn .tipCard .box .inforRow .box1 .form-group[data-v-c7bf0eae] {
        width: 80%
    }

    .foot-btn .tipCard .box .inforRow .box1 .form-group label[data-v-c7bf0eae] {
        width: 56px
    }

    .foot-btn .tipCard .box .inforRow .title[data-v-c7bf0eae] {
        font-size: 20px
    }
}

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

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

.foot-btn-en .btn[data-v-c7bf0eae]:hover {
    background: #e61230 !important
}

.foot-btn-en .btn[data-v-c7bf0eae]:active {
    border: none !important
}

.foot-btn-en .logo[data-v-c7bf0eae] {
    height: auto;
    width: 27px
}

.main-body {
    margin-top: 0
}

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

.page {
    position: relative
}

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


.bg .breadcrumb {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.bg .breadcrumb .breadcrumb-item a {
    color: #333;
}

.bg .breadcrumb .breadcrumb-item a:hover {
    color: #0f4bb0;
}

.bg .breadcrumb .breadcrumb-item.active {
    color: #999;
}

.bg.zh .breadcrumb {
    font-family: 'SourceHanSansSC', serif;
    font-size: 14px;
}

.bg.zh .breadcrumb .breadcrumb-item a {
    color: #606060;
}

.bg.zh .breadcrumb .breadcrumb-item a:hover {
    color: #0f4bb0;
}

.bg.zh .breadcrumb .breadcrumb-item.active {
    color: #b6b4b5;
}

.bg-other {
    background-color: #e9ecef;
}

.bg-en {
    background-color: #ffffff;
    color: #606060;
    box-shadow: inset 0 -1px 0 #f5f6f7;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '/' !important;
}

@media (min-width: 1200px) {
    .page .container {
        max-width: 1200px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .container .breadcrumb {
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .container .text-en {
        margin-top: 0;
        background-color: #ffffff;
        font-family: NotoSansSC, serif;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 576px) {
    .bg-en {
        background-color: initial;
    }

    .page .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.wise-page .page-item {
    display: flex;
    align-items: center;
    margin: 0 8px;
}

.wise-page .page-item .page-link {
    color: #333333;
}

.wise-page .page-item input {
    width: 36px;
    margin: 0 8px;
}

.wise-page .page-item.active .page-link {
    background: #053a95;
    color: #ffffff;
    border-color: #ffffff;
}

.page-bottom {
    font-family: 'SourceHanSansSC';
    width: 100%;
}

.page-bottom .topBanner {
    background: url(../images/GCBuildingTop.png) no-repeat;
    background-size: 100% 100%;
    padding: 65px 0;
    color: #ffffff;
}

.page-bottom .topBanner .main-title {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}

.page-bottom .topBanner .main-title .decs {
    font-weight: 700;
    font-size: 48px;
    line-height: 63px;
    color: #f4cc23;
}

.page-bottom .topBanner .main-title img {
    margin-right: 16px;
    width: 100px;
    height: 100px;
}

.page-bottom .noticeInfo {
    background: url(../images/GCBSecondBcak.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    padding: 30px 0;
}

.page-bottom .noticeInfo .main-title {
    margin-bottom: 27px;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #333333;
    text-align: center;
}

.page-bottom .noticeInfo .middlePart {
    width: 1200px;
    padding: 20px;
    background: url(../images/PartyBuildingBack.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.page-bottom .noticeInfo .middlePart .sub-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #c22022;
}

.page-bottom .noticeInfo .middlePart .sub-content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.page-bottom .noticeInfo .middlePart .sub-content .imgBox {
    width: 580px;
    height: 362px;
    overflow: hidden;
}

.page-bottom .noticeInfo .middlePart .sub-content .imgBox .container {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
}

.page-bottom .noticeInfo .middlePart .sub-content .imgBox .container img {
    max-width: 100%;
    max-height: 100%;
    height: 362px;
    object-fit: cover;
}

.page-bottom .noticeInfo .middlePart .sub-content .imgBox .container .textBox {
    width: 100%;
    position: absolute;
    padding: 5px 0 5px 12px;
    bottom: 0;
    background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
    height: 76px;
}

.page-bottom .noticeInfo .middlePart .sub-content .imgBox .container .textBox .title {
    z-index: 9;
    font-size: 16px;
    padding: 0;
    line-height: 21px;
    text-align: left;
    color: #ffffff;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 26px;
}

.page-bottom .noticeInfo .middlePart .sub-content .imgBox .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.page-bottom .noticeInfo .middlePart .sub-content .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    left: 42%;
    top: 52.4%;
}

.page-bottom .noticeInfo .middlePart .sub-content .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
}

.page-bottom .noticeInfo .middlePart .sub-content .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}

@media (min-width: 1440px) {
    .page-bottom .noticeInfo .middlePart .sub-content .imgBox {
        position: relative;
    }

    .page-bottom .noticeInfo .middlePart .sub-content .swiper-pagination {
        left: 42%;
        top: 62%;
    }
}

@media (min-width: 1800px) {
    .page-bottom .noticeInfo .middlePart .sub-content .imgBox {
        position: relative;
    }

    .page-bottom .noticeInfo .middlePart .sub-content .swiper-pagination {
        left: 86%;
        top: 92.4%;
    }
}

.page-bottom .noticeInfo .middlePart .sub-content .outBox {
    width: calc(100% - 590px);
}

.page-bottom .noticeInfo .middlePart .sub-content .outBox .changeBar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 2px solid #c22022;
    margin-bottom: 8px;
}

.page-bottom .noticeInfo .middlePart .sub-content .outBox .changeBar .active .on {
    display: block;
}

.page-bottom .noticeInfo .middlePart .sub-content .outBox .changeBar .active {
    display: none;
}


.page-bottom .noticeInfo .middlePart .sub-content .outBox .changeBar .barPart {
    display: flex;
    align-items: center;
    padding: 12px 22px;
    cursor: pointer;
}

.page-bottom .noticeInfo .middlePart .sub-content .outBox .changeBar .barPart img {
    display: none;
    margin-right: 4px;
    width: 22px;
    height: 22px;
}

.page-bottom .noticeInfo .middlePart .sub-content .outBox .changeBar .barPart img.on {
    display: block;
}

.page-bottom .noticeInfo .middlePart .sub-content .outBox .changeBar .barPart.active {
    background: #c22022;
    color: #ffffff;
}

.page-bottom .noticeInfo .middlePart .sub-content .outBox .textPart .infoPart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid #dddddd;
}

.page-bottom .noticeInfo .middlePart .sub-content .outBox .textPart .infoPart .text {
    color: #333333;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.page-bottom .noticeInfo .middlePart .sub-content .outBox .textPart .infoPart .time {
    color: #bbbbbb;
}

.page-bottom .noticeInfo .middlePart .sub-content .outBox .more {
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 10px 0;
    color: #c22022;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.page-bottom .noticeInfo .sub-img {
    width: 1200px;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-bottom .noticeInfo .sub-img img {
    width: 100%;
    height: auto;
}

.page-bottom .bottomPart {
    width: 100%;
    padding: 30px 0;
}

.page-bottom .bottomPart .bottomOut {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-bottom .bottomPart .bottomOut .leftParty {
    width: 590px;
}

.page-bottom .bottomPart .bottomOut .leftParty .toptitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-bottom .bottomPart .bottomOut .leftParty .toptitle .main-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #333333;
}

.page-bottom .bottomPart .bottomOut .leftParty .toptitle .more {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #c22022;
}

.page-bottom .bottomPart .bottomOut .leftParty .middleParty {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.page-bottom .bottomPart .bottomOut .leftParty .middleParty img {
    width: 180px;
    height: 100px;
}

.page-bottom .bottomPart .bottomOut .leftParty .middleParty .textPart {
    margin-left: 10px;
    width: 370px;
    font-weight: 400;
}

.page-bottom .bottomPart .bottomOut .leftParty .middleParty .textPart .title {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
}

.page-bottom .bottomPart .bottomOut .leftParty .middleParty .textPart .decs {
    font-size: 12px;
    line-height: 22px;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.page-bottom .bottomPart .bottomOut .leftParty .bottomInfo {
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid #dddddd;
}

.page-bottom .bottomPart .bottomOut .leftParty .bottomInfo .text {
    color: #333333;
}

.page-bottom .bottomPart .bottomOut .leftParty .bottomInfo .time {
    color: #bbbbbb;
}

.page-bottom .bottomPart .bottomOut .rightParty {
    width: 590px;
}

.page-bottom .bottomPart .bottomOut .rightParty .toptitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-bottom .bottomPart .bottomOut .rightParty .toptitle .main-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #333333;
}

.page-bottom .bottomPart .bottomOut .rightParty .toptitle .more {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #c22022;
}

.page-bottom .bottomPart .bottomOut .rightParty .middleParty {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.page-bottom .bottomPart .bottomOut .rightParty .middleParty img {
    width: 180px;
    height: 100px;
}

.page-bottom .bottomPart .bottomOut .rightParty .middleParty .textPart {
    margin-left: 10px;
    width: 370px;
    font-weight: 400;
}

.page-bottom .bottomPart .bottomOut .rightParty .middleParty .textPart .title {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
}

.page-bottom .bottomPart .bottomOut .rightParty .middleParty .textPart .decs {
    font-size: 12px;
    line-height: 22px;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.page-bottom .bottomPart .bottomOut .rightParty .bottomInfo {
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid #dddddd;
}

.page-bottom .bottomPart .bottomOut .rightParty .bottomInfo .text {
    color: #333333;
}

.page-bottom .bottomPart .bottomOut .rightParty .bottomInfo .time {
    color: #bbbbbb;
}

@media (max-width: 576px) {
    .page-bottom .topBanner {
        background: url(../images/GCBuildingTop.png) center center no-repeat;
        background-size: cover;
    }

    .page-bottom .topBanner .main-title {
        width: 100%;
        padding-left: 20px;
    }

    .page-bottom .topBanner .main-title img {
        width: 53px;
    }

    .page-bottom .topBanner .main-title .decs {
        font-size: 30px;
    }

    .page-bottom .noticeInfo .middlePart {
        width: 335px;
    }

    .page-bottom .noticeInfo .middlePart .sub-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .page-bottom .noticeInfo .middlePart .sub-content {
        display: block;
    }

    .page-bottom .noticeInfo .middlePart .sub-content .imgBox {
        width: 100%;
        height: 174px;
    }

    .page-bottom .noticeInfo .middlePart .sub-content .imgBox .container img {
        width: 100%;
        height: 174px;
    }

    .page-bottom .noticeInfo .middlePart .sub-content .imgBox .container .textBox .title {
        width: 60%;
        height: 44px;
        font-size: 12px;
        -webkit-line-clamp: 2;
    }

    .page-bottom .noticeInfo .middlePart .sub-content .outBox {
        width: 100%;
    }

    .page-bottom .noticeInfo .middlePart .sub-content .outBox .textPart .infoPart {
        display: block;
        padding: 10px 0;
    }

    .page-bottom .noticeInfo .middlePart .sub-content .outBox .textPart .infoPart .text {
        margin-bottom: 10px;
    }

    .page-bottom .noticeInfo .middlePart .sub-content .outBox .more {
        justify-content: center;
    }

    .page-bottom .noticeInfo .middlePart .sub-content .swiper-pagination {
        left: 70%;
        top: 34%;
    }

    .page-bottom .noticeInfo .sub-img {
        width: 100%;
        padding: 0 20px;
    }
}



.media {
    margin-bottom: 0;
    position: relative;
}

.media .news-tro {
    width: 100%;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.media .news-tro .media-img {
    width: 274px;
}

.media .news-tro .media-img img {
    max-width: 100%;
    max-height: 100%;
    height: 152px;
    width: 274px;
}

.media .news-tro .media-body {
    width: calc(100% - 274px);
    display: block;
    flex: none !important;
    padding: 10px;
    /* 假设的 @padding 值 */
}

.media .news-tro .media-body.noimg {
    width: auto;
}

.media .news-tro .media-body h1 {
    font-size: 24px;
    margin-bottom: 12px;
}

.media .news-tro .media-body h1:hover {
    color: red;
}

.media .news-tro .media-body .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    text-align: left;
}

.media .news-tro .media-body .title:hover {
    color: #990000;
}

.media .news-tro .media-body .date {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #bbbbbb;
}

.media .news-tro .media-body .desc {
    color: #777777;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    display: -webkit-box;
    font-size: 14px;
    line-height: 24px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* 小屏幕适配 (max-width: 768px) */
@media (max-width: 768px) {
    .media {
        display: block;
    }

    .media .news-tro .media-img {
        width: 100%;
        text-align: center;
    }

    .media .news-tro .media-body {
        width: 100%;
    }

    .media .news-tro {
        display: block;
        height: auto;
        width: 100%;
    }

    .media .news-tro .media-body {
        padding: 8px 12px 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
    }

    .media .news-tro .media-body .main-title {
        margin-bottom: 8px;
        font-family: 'NotoSansSC-Medium';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        color: #53565a;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .media a {
        font-size: 16px;
    }
}

/* 超小屏幕适配 (max-width: 576px) */
@media (max-width: 576px) {
    .media {
        padding: 16px 0 0;
    }

    .media .news-tro .media-img {
        width: 100%;
    }

    .media .news-tro .media-body {
        width: 100%;
        padding: 8px 0px 10px;
    }

    .media .news-tro .media-body .title {
        font-size: 14px;
    }

    .media .news-tro .media-body .date {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 22px;
    }

    .media .news-tro .media-body .desc {
        font-size: 12px;
    }

    .media .media-body {
        padding-left: 5px;
        padding-right: 5px;
    }
}





@media (max-width: 576px) {
    .page-main .topBanner .main-title {
        width: 100%;
    }

    .single .container {
        padding: 0px 16px;
        background: #ffffff;
    }

    .single .container .leftPart {
        box-shadow: unset;
        border-radius: unset;
        text-align: justify;
        width: 100%;
    }

    .single .container .leftPart .mian-title {
        font-size: 16px;
        line-height: 21px;
    }

    .single .container .leftPart .bd p img {
        width: 100% !important;
        object-fit: cover;
    }

    .single .container .leftPart .consulting {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        padding: 13px 120px;
        background: #e41937;
        color: #ffffff;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        font-size: 16px;
    }

    .single .container .leftPart .consulting .box {
        width: 20px;
        height: 20px;
        background: #ffffff;
        text-align: center;
        border-radius: 50%;
    }

    .single .container .leftPart .consulting .box img {
        width: 9px;
        height: 12px;
        transform: translate(3%, -45%);
    }

    .single .container .leftPart .consulting:hover {
        background: rgba(207, 24, 51, 1);
        cursor: pointer;
    }
}



.container .leftPart .mian-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #333333;
}

.container .leftPart .time {
    margin-bottom: 30px;
    padding: 20px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #bbbbbb;
    border-bottom: 1px solid #ebedf0;
}

.container .leftPart .imgBox {
    margin-bottom: 30px;
    text-align: center;
}

.container .leftPart .imgBox img {
    max-width: 100%;
}

.container .leftPart .bd {
    text-align: left;
    line-height: 2;
    text-indent: 2em;
}

@media (max-width: 576px) {
    .page-main .topBanner .main-title {
        width: 100%;
    }

    .single .container {
        padding: 0px 16px;
        background: #ffffff;
    }

    .single .container .leftPart {
        box-shadow: unset;
        border-radius: unset;
        text-align: justify;
        width: 100%;
    }

    .single .container .leftPart .mian-title {
        font-size: 16px;
        line-height: 21px;
    }

    .single .container .leftPart .bd p img {
        width: 100% !important;
        object-fit: cover;
    }

    .single .container .leftPart .consulting {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        padding: 13px 120px;
        background: #e41937;
        color: #ffffff;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        font-size: 16px;
    }

    .single .container .leftPart .consulting .box {
        width: 20px;
        height: 20px;
        background: #ffffff;
        text-align: center;
        border-radius: 50%;
    }

    .single .container .leftPart .consulting .box img {
        width: 9px;
        height: 12px;
        transform: translate(3%, -45%);
    }

    .single .container .leftPart .consulting:hover {
        background: rgba(207, 24, 51, 1);
        cursor: pointer;
    }
}