@font-face {
    font-family: SourceHanSansSC-Medium;
    src        : url(../fonts/SourceHanSansCN-Regular.woff);
}

* {
    font-family: "SourceHanSansSC-Medium";
}

.en * {
    font-family: "Arial";
}

a {
    text-decoration: none !important;
}

.container {
    /* max-width: 1400px; */
  
}

#loading {
    display   : block;
    position  : fixed;
    left      : 0;
    top       : 0;
    width     : 100%;
    height    : 100%;
    background: #fff;
    z-index   : 999;
}

#loading img {
    position : absolute;
    left     : 50%;
    top      : 50%;
    transform: translate(-50%, -50%);
    z-index  : 2;
    width    : 200px;
    height   : auto;
    display  : block;
}

header {
    position: fixed;
    top     : 0;
    left    : 0;
    width   : 100%;
    z-index : 99;
    padding : 30px 0px;
}

header.active {
    transition: all 0.4s;
}

header.active,
header.page-detail {
    padding   : 20px 0px;
    background: #fff;
}

header.active .navbar-nav .dropdown-menu:after,
header.page-detail .navbar-nav .dropdown-menu:after {
    height: 60px;
    top   : 57px;
}

header.active .navbar-toggler .icon1,
header.page-detail .navbar-toggler .icon1 {
    display: none;
}

header.active .navbar-toggler .icon2,
header.page-detail .navbar-toggler .icon2 {
    display: block;
}

header.active .logo1,
header.page-detail .logo1 {
    display: none;
}

header.active .logo2,
header.page-detail .logo2 {
    display: block;
}

header.active .nav-link,
header.page-detail .nav-link {
    color: #333 !important;
}

header.active .language svg,
header.active .search-btn,
header.page-detail .language svg,
header.page-detail .search-btn {
    color: #333;
}

header.page-detail .navbar-nav .active .pc-nav-link {
    position: relative;
    color   : #0054a6;
}

header.page-detail .navbar-nav .active .pc-nav-link::after {
    display   : block;
    content   : "";
    position  : absolute;
    top       : calc(100% + 27px);
    left      : 0;
    width     : 100%;
    height    : 2px;
    background: #0054a6;
    z-index   : 2;
}

header .navbar {
    position: static;
    padding : 0;
}

header .navbar-brand {
    padding: 0;
    margin : 0;
}

header .navbar-toggler {
    display    : block !important;
    margin-left: 50px;
}

header .navbar-toggler img {
    display: block;
    width  : 25px;
    height : auto;
    color  : #fff;
}

header .navbar-toggler .icon2 {
    display: none;
}

header .logo {
    display: block;
    width  : auto;
    height : 48px;
}

header .logo2 {
    display: none;
}

header .navbar-nav .nav-link {
    font-size  : 18px;
    padding    : 5px 10px;
    line-height: 1.3;
    font-weight: 500;
    color      : #fff;
}

header .navbar-nav .nav-link:hover {
    color: #0054a6;
}

header .navbar-nav {
    flex           : 1;
    justify-content: center;
}

header .navbar-nav .nav-item {
    padding : 6px 25px;
    position: static;
}

header .navbar-nav .dropdown-toggle {
    display: none;
}

header .navbar-nav .pc-nav-link {
    display: block;
}

header .navbar-nav .dropdown-menu {
    padding      : 0 10px;
    margin-top   : 0;
    border       : none;
    border-radius: 0;
    left         : 0;
    width        : 100% !important;
    background   : #FFFFFF;
    font-size    : 0;
    text-align   : center;
    transition   : all 0.7s;
    overflow     : hidden;
    border-top   : 1px solid #e5e5e5;
}

header .navbar-nav .dropdown-menu::after {
    position  : fixed;
    content   : "";
    left      : 0;
    top       : 70px;
    width     : 100%;
    background: transparent;
    height    : 60px;
    z-index   : 22;
}

header .navbar-nav .dropdown-menu .dropdown-item {
    display       : inline-block;
    vertical-align: top;
    line-height   : 80px;
    width         : auto;
    white-space   : normal;
    color         : #666;
    text-align    : center;
    font-size     : 18px;
    padding       : 0;
    margin        : 0 60px;
    position      : relative;
    z-index       : 23;
}

header .navbar-nav .dropdown-menu .dropdown-item .img {
    display   : block;
    width     : 43px;
    height    : 37px;
    margin    : 0 auto;
    object-fit: contain;
}

header .navbar-nav .dropdown-menu .dropdown-item .img1 {
    display: none;
}

header .navbar-nav .dropdown-menu .dropdown-item::after {
    display   : block;
    content   : "";
    position  : absolute;
    left      : 50%;
    bottom    : 0;
    width     : 0;
    height    : 3px;
    transform : translateX(-50%);
    background: #0054a6;
    transition: all 0.4s;
}

header .navbar-nav .dropdown-menu .dropdown-item:hover {
    color     : #0054a6;
    background: transparent;
}

header .navbar-nav .dropdown-menu .dropdown-item:hover::after {
    width: 50%;
}

header .navbar-nav .dropdown-menu .dropdown-item:hover .img1 {
    display: none;
}

header .navbar-nav .dropdown-menu .dropdown-item:hover .img2 {
    display: block;
}

header .language {
    display       : inline-block;
    vertical-align: middle;
}

header .language svg {
    width : 19px;
    height: 19px;
    color : #fff;
}

header .language .dropdown-toggle::after {
    margin-left: 0.4em;
}

header .language .nav-link {
    display       : inline-block;
    padding       : 0.5rem 0.3rem;
    color         : #fff;
    vertical-align: middle;
}

header .language .dropdown-menu {
    left         : 50%;
    border-radius: 5px;
    transform    : translateX(-50%);
    background   : #FFFFFF;
    min-width    : 140px;
    padding      : 15px 0;
    text-align   : center;
    border       : none;
    margin-top   : 15px;
    box-shadow   : 0 0 16px -1px rgba(0, 0, 0, 0.1) !important;
}

header .language .dropdown-menu::after {
    display            : block;
    content            : "";
    border             : 8px solid transparent;
    border-bottom-color: #fff;
    position           : absolute;
    left               : 50%;
    top                : -16px;
    margin-left        : -8px;
}

header .language .dropdown-menu .dropdown-item {
    font-size: 18px;
    color    : #999;
}

header .language .dropdown-menu .dropdown-item:hover {
    background     : transparent;
    color          : #0054a6;
    text-decoration: underline;
}

header .form-search {
    display       : inline-block;
    vertical-align: middle;
    position      : static;
    margin-left   : 40px;
}

header .form-search .flex {
    width          : 600px;
    position       : relative;
    display        : flex;
    justify-content: space-between;
    align-items    : center;
    border-radius  : 100px;
    margin-left    : auto;
    margin-right   : 370px;
    background     : rgba(0, 0, 0, 0.2);
}

header .form-search .flex input {
    padding-left : 73px;
    flex         : 1;
    background   : transparent;
    border       : none;
    line-height  : 70px;
    height       : 70px;
    border-radius: 0;
    font-size    : 18px;
    color        : #fff;
}

header .form-search .flex input::placeholder {
    color: #fff;
}

header .form-search .flex svg {
    position : absolute;
    left     : 38px;
    top      : 50%;
    width    : 26px;
    height   : 22px;
    transform: translateY(-50%);
    z-index  : 2;
    color    : #fff;
    opacity  : 0.6;
}

header .form-search .flex .btn {
    padding         : 0 40px;
    background-color: #0054a6;
    border-radius   : 50px;
    line-height     : 58px;
    font-size       : 16px;
    margin-right    : 6px;
    color           : #fff;
}

header .form-search .dropdown-menu {
    right: 0;
    left : auto;
}

header .form-search input,
header .form-search button {
    display: inline-block;
}

header .form-search .dropdown-menu {
    position   : absolute;
    top        : 100%;
    width      : 100%;
    margin-top : 0;
    padding    : 25px 0;
    background : rgba(255, 255, 255, 0.9);
    white-space: nowrap;
}

header .form-search .dropdown-menu input {
    outline     : none !important;
    margin-right: 8px !important;
    color       : #fff;
}

header .form-search .dropdown-menu input:focus {
    box-shadow: none;
}

header .search-btn {
    width : 18px;
    height: 17px;
    color : #fff;
}

.more-comm {
    display       : inline-block;
    position      : relative;
    padding-bottom: 15px;
}

.more-comm::after {
    position  : absolute;
    bottom    : 0;
    left      : 0;
    display   : block;
    content   : "";
    width     : 15%;
    height    : 3px;
    background: #0054a6;
    transition: all 0.4s;
}

.more-comm:hover {
    text-decoration: none;
}

.more-comm:hover::after {
    width     : 100%;
    background: #0054a6 !important;
}

.more-comm:hover .txt,
.more-comm:hover svg {
    color: #0054a6 !important;
}

.more-comm .txt {
    display       : inline-block;
    vertical-align: middle;
    margin-right  : 20px;
    font-size     : 14px;
    font-weight   : bold;
    color         : #333333;
}

.more-comm svg {
    display: inline-block;
    color  : #0054a6;
}

.banner-comm2 {
    position: relative;
    overflow: hidden;
}

.banner-comm2 img {
    display  : block;
    width    : 100%;
    animation: img 10s linear infinite alternate; 
}

.banner-comm2 .title {
    position   : absolute;
    top        : 50%;
    left       : 50%;
    transform  : translate(-50%, -50%);
    font-size  : 50px;
    line-height: 1.2;
    color      : #fff;
}

@keyframes img {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.product-menu {
    padding: 0 !important;
}

.product-menu .container {
    align-items    : inherit;
    justify-content: flex-start;
}

.product-menu .list {
    display: flex;
    width  : 33.33%;
    padding: 60px 0;
}

.product-menu .list:nth-child(3) .list-box,
.product-menu .list:last-child .list-box {
    border-right: none;
}

.product-menu .list .img {
    margin-left: 30px;
    display    : block;
    width      : 100px;
    height     : 70px;
    object-fit : contain;
}

.product-menu .list .list-box {
    flex        : 1;
    margin-left : 80px;
    text-align  : left;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.product-menu .list .list-box .sub-title {
    font-size  : 20px;
    font-weight: 500;
    color      : #333;
}

.product-menu .list .list-box .a-list {
    margin-top: 10px;
}

.product-menu .list .list-box .a-list a {
    display    : inline-block;
    font-size  : 16px;
    line-height: 1.9;
    color      : #666;
}

.product-menu .list .list-box .a-list a:hover {
    color: #0054a6;
}

.product-menu .line {
    width        : 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

footer {
    padding   : 60px 0 35px;
    background: #3A3C41;
}

footer.en-footer .follow-list {
    margin-bottom: 0;
}

footer.en-footer .foot-info {
    flex-wrap: wrap;
}

footer.en-footer .left {
    flex: 1;
}

footer.en-footer .right {
    padding-left: 3%;
}

footer.en-footer .foot {
    margin-top: 60px;
}

footer.en-footer .foot-nav {
    flex   : none;
    width  : 100%;
    padding: 0;
    margin : 50px -10px 0;
}

footer.en-footer .follow-list-box {
    margin-top: 15px;
}

footer.en-footer .email-box {
    display    : flex;
    align-items: center;
}

footer.en-footer .email-box .btn {
    margin-top : 0;
    margin-left: 20px;
}

footer .foot,
footer .foot-info {
    display        : flex;
    justify-content: space-between;
}

footer .foot {
    margin-top: 95px;
}

footer .logo img {
    display: block;
    height : 54px;
    width  : auto;
}

footer .follow {
    display: inline-block;
}

footer .follow img {
    display   : block;
    width     : 110px;
    height    : auto;
    margin-top: 40px;
}

footer .follow .name {
    margin-top: 5px;
    font-size : 14px;
    text-align: center;
    color     : rgba(255, 255, 255, 0.6);
}

footer .title {
    font-size    : 16px;
    line-height  : 1.1;
    height       : 16px;
    color        : #fff;
    font-weight  : 500;
    margin-bottom: 20px;
}

footer .title a {
    font-size  : 16px !important;
    color      : #fff !important;
    line-height: 1.1 !important;
}

footer .foot-nav {
    font-size      : 0;
    padding        : 0 120px;
    flex           : 1;
    display        : flex;
    justify-content: space-between;
}

footer .foot-nav .list {
    display       : inline-block;
    vertical-align: top;
    padding       : 0 10px;
}

footer .foot-nav a {
    line-height: 1.9;
    font-size  : 14px;
    color      : rgba(255, 255, 255, 0.6);
}

footer .foot-nav a:hover {
    color          : #fff;
    text-decoration: underline !important;
}

footer .follow-box .emial {
    display      : block;
    width        : 320px;
    height       : 40px;
    line-height  : 40px;
    border       : none;
    outline      : none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 0;
    font-size    : 14px;
    color        : #fff;
    background   : transparent;
}

footer .follow-box .btn {
    margin-top   : 20px;
    padding      : 0;
    border-radius: 0;
    cursor       : pointer;
    width        : 120px;
    line-height  : 50px;
    text-align   : center;
    font-size    : 14px;
    color        : #fff;
    background   : #f4a000;
    border-radius: 5px;
    transition   : all 0.4s;
}

footer .follow-box .btn:hover {
    transform: scale(0.9);
}

footer .follow-list {
    padding-top  : 10px;
    margin-bottom: 45px;
}

footer .follow-list a {
    display       : inline-block;
    vertical-align: top;
    margin-right  : 30px;
}

footer .follow-list img {
    display   : block;
    width     : auto;
    height    : 21px;
    object-fit: contain;
    transition: all 0.4s;
}

footer .follow-list img:hover {
    transform: translateY(-5px);
}

footer .foot .copyright,
footer .foot .name,
footer .foot a {
    font-size: 14px;
    color    : rgba(255, 255, 255, 0.3);
}

.footer-message {
    padding   : 20px 0;
    background: #F2F2F2;
}

.footer-message .container {
    display: flex;
    height : 80px;
}

.footer-message .container .list {
    width          : 50%;
    display        : flex;
    align-items    : center;
    justify-content: center;
    flex-wrap      : wrap;
    border-right   : 1px solid rgba(0, 0, 0, 0.15);
}

.footer-message .container .list:last-child {
    border-right: none;
}

.footer-message .container .list:hover .name {
    color: #0057a2;
}

.footer-message .container .list:hover .icon {
    display: none;
}

.footer-message .container .list:hover .icon1 {
    display: block;
}

.footer-message .container img {
    display: block;
    width  : auto;
    height : 34px;
}

.footer-message .container .icon1 {
    display: none;
}

.footer-message .container .name {
    margin-left: 60px;
    display    : block;
    font-size  : 24px;
    color      : #333;
}

.footer-message .container .sub-name {
    font-size   : 14px;
    color       : #666;
    text-align  : center;
    display     : block;
    width       : 100%;
    padding-left: 15%;
}

.server {
    padding: 100px 0 120px;
}

.server .tip {
    font-size  : 20px;
    line-height: 1.1;
    color      : #333;
    font-weight: 500;
    padding    : 0 0 50px;
}

.server .server-box {
    margin   : 0 -20px;
    font-size: 0;
}

.server .list {
    display: inline-block;
    width  : 50%;
    padding: 0 20px 30px;
}

.server .list .name {
    display    : block;
    font-size  : 16px;
    line-height: 1.1;
    color      : #000;
}

.server .list .name span {
    color: #e53935;
}

.server .list input,
.server .list textarea {
    margin-top   : 8px;
    display      : block;
    width        : 100%;
    height       : 60px;
    line-height  : 60px;
    padding      : 0 20px;
    border-radius: 5px;
    border       : none;
    outline      : none;
    font-size    : 16px;
    color        : #333;
    background   : rgba(190, 204, 219, 0.2);
}

.server .list input:focus,
.server .list textarea:focus {
    background: rgba(192, 204, 219, 0.5);
}

.server .list textarea {
    height     : 130px;
    line-height: 40px;
}

.server .w100 {
    width: 100%;
}

.server .s-btn {
    width        : 120px;
    line-height  : 60px;
    font-size    : 14px;
    text-align   : center;
    color        : #fff;
    margin       : 0 auto;
    background   : #0a5dbb;
    border-radius: 5px;
    transition   : all 0.4s;
}

.server .s-btn:hover {
    transform: scale(0.9);
}

.modal-dialog {
    width    : 70%;
    max-width: 100%;
}

.modal-dialog .modal-header {
    border: none;
}

.modal-dialog .modal-body {
    padding: 0 65px 80px;
}

.modal-dialog .server {
    padding: 0;
}

.success-dialog {
    width: 40%;
}

.success-dialog .success-icon {
    display: block;
    width  : 120px;
    height : auto;
    margin : 0 auto;
}

.success-dialog video {
    display  : block;
    max-width: 100%;
    width    : 100%;
    height   : auto;
}

.success-dialog .success-text {
    margin-top : 28px;
    text-align : center;
    font-size  : 20px;
    line-height: 1.5;
    font-weight: bold;
    color      : #333;
}

.pagination-comm {
    display        : flex;
    align-items    : center;
    justify-content: center;
    margin         : 40px 0 0;
}

.pagination-comm input {
    display    : inline-block;
    width      : 80px;
    margin-left: 10px;
    border     : 1px solid #dee2e6;
    box-shadow : none;
    text-align : center;
    padding    : 0.23rem;
    color      : #333;
    outline    : none;
}

.pagination {
    margin         : 0 25px 0 0;
    justify-content: center;
}

.pagination .page-link {
    text-align: center;
}

.page-item.active .page-link,
.page-item:hover .page-link {
    background  : #0054a6;
    border-color: #0054a6;
    color       : #fff;
}

.page-item.disabled .page-link {
    background  : #0054a6;
    border-color: #0054a6;
    color       : #fff;
}

.mobile-nav {
    display   : none;
    position  : fixed;
    top       : 0;
    left      : 0;
    width     : 100%;
    background: rgba(0, 0, 0, 0.7);
    height    : 100%;
    z-index   : 999;
}

.mobile-nav .menu-close {
    width      : 20px;
    line-height: 20px;
    text-align : center;
    margin     : 44px 35% 44px auto;
    font-size  : 30px;
    display    : block;
    color      : #666;
    cursor     : pointer;
}

.mobile-nav .nav-box {
    width       : 33.33%;
    margin-left : auto;
    margin-right: 0;
    height      : 100vh;
    background  : #fff;
    overflow    : auto;
}

.mobile-nav .nav-list .list {
    cursor: pointer;
}

.mobile-nav .nav-list .list .list-head {
    padding    : 0 35% 0 12%;
    height     : 60px;
    display    : flex;
    align-items: center;
}

.mobile-nav .nav-list .list .list-head .name {
    flex       : 1;
    font-size  : 20px;
    color      : #333;
    font-weight: 500;
}

.mobile-nav .nav-list .list .list-head .icon {
    width          : 20px;
    height         : 20px;
    background     : url(../image/comm/+.png) no-repeat 50% 50%;
    background-size: contain;
}

.mobile-nav .nav-list .list .list-box {
    display: none;
    padding: 20px 35% 20px 12%;
}

.mobile-nav .nav-list .list .list-box .s-list a {
    display      : inline-block;
    font-size    : 16px;
    line-height  : 1.1;
    padding      : 8px 0;
    margin       : 4px 0;
    color        : #333;
    font-weight  : 500;
    border-bottom: 2px solid transparent;
    transition   : all 0.4s;
}

.mobile-nav .nav-list .list .list-box .s-list a:hover {
    color       : #0054a6;
    border-color: #0054a6;
}

.mobile-nav .nav-list .list.active .list-head {
    background: #0054a6;
}

.mobile-nav .nav-list .list.active .list-head .name {
    color: #fff;
}

.mobile-nav .nav-list .list.active .list-head .icon {
    background     : url(../image/comm/-.png) no-repeat 50% 50%;
    background-size: contain;
}

.en header .navbar-nav .nav-item:nth-child(3) .dropdown-menu {
    padding: 0 110px;
}

@keyframes banner {
    0% {
        background-position: 50% 55%;
    }

    25% {
        background-position: 50% 50%;
    }

    50% {
        background-position: 50% 45%;
    }

    75% {
        background-position: 50% 50%;
    }

    100% {
        background-position: 50% 55%;
    }
}

@media (max-width: 991px) {
    header .navbar-nav {
        display: none;
    }

    header .language svg {
        width  : 16px;
        height : 16px;
        display: none;
    }

    header .language .nav-link {
        display  : block;
        font-size: 14px;
        padding  : 5px 8px;
    }

    header .form-search {
        display    : flex;
        align-items: center;
        margin-left: 0;
        padding    : 0 5px;
    }

    header .language .dropdown-menu .dropdown-item {
        font-size: 12px;
    }

    header .search-btn {
        width       : 16px;
        height      : 16px;
        margin-left : 5px;
        margin-right: 5px;
    }

    header .navbar-toggler {
        margin-left: 0;
        padding    : 5px 15px 5px 5px;
    }

    header {
        padding: 0 !important;
    }

    header .right {
        display        : flex;
        justify-content: flex-end;
        margin         : 0 !important;
    }

    header .navbar-brand {
        padding     : 0.75rem 1rem;
        padding-left: 15px !important;
    }

    header .navbar-collapse {
        display         : inline-block !important;
        padding         : 0;
        background-color: transparent;
        flex-basis      : auto;
        font-size       : 0;
    }

    header .navbar-toggler svg {
        color: #333;
    }

    header .navbar-nav .nav-item {
        margin: 0 1rem;
    }

    header .form-search .dropdown-menu {
        padding: 10px 0;
    }

    header .form-search .flex {
        margin: 0 auto !important;
        width : 85%;
    }

    header .form-search .flex input {
        height     : 30px;
        line-height: 30px;
        font-size  : 14px;
        padding    : 0 10px 0 40px;
    }

    header .form-search .flex svg {
        width : 15px;
        height: 15px;
        left  : 15px;
    }

    header .form-search .flex .btn {
        padding      : 0 15px;
        border-radius: 40px;
        line-height  : 24px;
        margin-right : 3px;
        font-size    : 12px;
    }

    header .bg {
        display: none;
    }

    header .navbar-nav .dropdown-toggle {
        display  : block;
        font-size: 16px;
    }

    header .navbar-nav .nav-link {
        font-size: 16px;
    }

    header .navbar-nav .pc-nav-link {
        display: none;
    }

    header .navbar-nav .dropdown-menu {
        padding  : 0.5rem 0;
        transform: none;
    }

    header .navbar-nav .dropdown-menu .dropdown-item {
        padding: 10px 0;
    }

    .dropdown-toggle::after {
        font-size: 16px;
        position : absolute;
        right    : 0;
        top      : 17px;
    }

    .select-comm .btn {
        width    : 100px;
        font-size: 14px;
    }

    .page-link {
        width      : 40px;
        height     : 40px;
        line-height: 38px;
        padding    : 0;
    }

    .pagination-comm {
        margin   : 25px 0;
        flex-wrap: wrap;
    }

    .pagination-comm input {
        line-height: 35px;
        font-size  : 14px;
        width      : 50px;
        padding    : 0;
    }

    footer .foot-nav .title {
        font-size  : 14px;
        line-height: 1.3;
    }

    footer .foot-nav a {
        font-size  : 14px !important;
        line-height: 1.7;
    }

    .comm-more {
        width    : 120px;
        height   : 35px;
        font-size: 14px;
    }

    .comm-more .icon {
        width : 10px;
        height: 10px;
    }

    .breadcrumb {
        margin-top   : -30px;
        height       : 30px;
        padding      : 0;
        border-radius: 0;
    }

    .breadcrumb .container {
        height     : 100%;
        display    : flex;
        align-items: center;
    }

    .breadcrumb .container a {
        display  : inline-block;
        font-size: 13px;
    }

    header .navbar-toggler img {
        width: 21px;
    }

    footer .foot-info {
        flex-wrap: wrap;
    }

    footer .foot-info .left {
        width          : 100%;
        display        : flex;
        align-items    : center;
        justify-content: space-between;
    }

    footer .foot-info .follow-box {
        width: 100%;
    }

    footer.en-footer .foot-info .left {
        width: auto;
    }

    footer.en-footer .foot-info .follow-box {
        width: auto;
    }

    footer .foot-nav {
        width    : 100%;
        padding  : 0;
        flex-wrap: wrap;
        font-size: 0;
    }

    footer .title {
        line-height: 1.2;
        height     : 28px;
        font-size  : 14px;
    }

    footer .follow-box .emial {
        width      : 70%;
        line-height: 30px;
        height     : 30px;
        font-size  : 14px;
    }

    footer .follow-box .btn {
        width      : 80px;
        line-height: 28px;
        font-size  : 14px;
        margin-top : 8px;
    }

    footer .foot-nav .list {
        width     : auto;
        margin-top: 15px;
    }

    footer .foot .copyright,
    footer .foot .name,
    footer .foot a {
        font-size: 12px;
    }

    footer .follow-list img {
        height: 15px;
    }

    footer .logo img {
        height: 30px;
    }

    footer .follow img {
        width: 80px;
    }

    footer .follow .name {
        font-size : 12px;
        text-align: center;
        margin-top: 5px;
    }
}

@media (max-width: 640px) {
    footer {
        padding-top: 25px;
    }

    footer.en-footer .email-box .btn {
        margin-left: 10px;
    }

    header .language .dropdown-menu {
        margin-top: 8px;
    }

    .more-comm {
        padding-bottom: 6px;
    }

    .more-comm .txt {
        font-size: 13px;
    }

    .more-comm:after {
        width : 20%;
        height: 1px;
    }

    .container {
        width    : 100%;
        max-width: 100%;
        padding  : 0 15px;
    }

    footer .foot-nav .list {
        width: 50%;
    }

    header .logo {
        height: 30px;
    }

    header .navbar-brand {
        padding: 0.6rem 0.75rem;
    }

    header .navbar-toggler svg {
        width : 25px;
        height: 25px;
    }

    .banner .kv,
    .banner2 img {
        height    : 200px;
        object-fit: cover;
    }

    .banner .title,
    .banner2 .info .title {
        font-size: 16px;
    }

    .banner-comm2 img {
        height: 150px;
    }

    .banner-comm2 .title {
        font-size: 24px;
    }

    .footer-message {
        padding: 20px 0;
    }

    .footer-message .container img {
        height: 20px;
    }

    .footer-message .container .name {
        font-size  : 16px;
        margin-left: 10px;
    }

    .mobile-nav .nav-box {
        width: 60%;
    }

    .mobile-nav .menu-close {
        width      : 18px;
        line-height: 18px;
        font-size  : 18px;
        margin     : 20px 25% 20px auto;
    }

    .mobile-nav .nav-list .list .list-head {
        padding: 0 25% 0 12%;
        height : 35px;
    }

    .mobile-nav .nav-list .list .list-head .name {
        font-size: 16px;
    }

    .mobile-nav .nav-list .list .list-head .icon {
        width : 10px;
        height: 10px;
    }

    .mobile-nav .nav-list .list .list-box .s-list a {
        font-size: 14px;
        margin   : 5px 0;
    }

    .server .tip {
        font-size     : 14px;
        line-height   : 1.5;
        padding-bottom: 15px;
    }

    .server .server-box {
        margin: 0;
    }

    .server .s-btn {
        width      : 80px;
        line-height: 32px;
        font-size  : 14px;
    }

    .server .list {
        width  : 100%;
        padding: 0 0 20px;
    }

    .server .list .name,
    .server .list .name span {
        font-size: 14px;
    }

    .server .list input,
    .server .list textarea {
        margin-top : 10px;
        line-height: 32px;
        height     : 32px;
        padding    : 0 10px;
        font-size  : 14px;
    }

    .server .list textarea {
        height: 90px;
    }

    .success-dialog,
    .modal-dialog {
        width : 90%;
        margin: 10% auto 0;
    }

    .en .mobile-nav .nav-box {
        width: 70%;
    }

    .en .mobile-nav .nav-list .list .list-head {
        padding: 0 10%;
        height : 45px;
    }

    .en .mobile-nav .nav-list .list .list-box {
        padding: 10px 10%;
    }

    footer.en-footer .foot-info .left {
        width    : 100%;
        flex-wrap: wrap;
    }

    footer.en-footer .foot-info .follow-box {
        width     : auto;
        margin-top: 15px;
    }

    footer.en-footer .right {
        width          : 100%;
        justify-content: flex-start;
    }

    footer.en-footer .follow-list-box {
        margin-top: 15px;
    }

    .footer-message .container .sub-name {
        font-size   : 12px;
        padding-left: 0;
        display     : none;
    }

    .footer-message .container {
        height: auto;
    }

    .pagination-comm {
        margin-bottom: 30px;
    }
}