#pups_shadow2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    z-index: 21;
    display: none;
}

#pups_from2 {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 80%;
    width: 500px;
    max-width: 90%;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 22;
    background: white;
    padding: 30px;
    overflow: auto;
}

#pups_from2 h4 {
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    padding: 15px 20px;
    background: #f5f5f5;
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#pups_from2 form {
    margin-top: 40px;
}

#pups_from2 i.close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #eee;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

#pups_from2 i.close::after,
#pups_from2 i.close::before {
    content: "";
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    width: 70%;
    height: 2px;
    margin-top: -1px;
    background: black;
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#pups_from2 i.close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#pups_from2 i.close:hover {
    background: var(--color);
}

#pups_from2 i.close:hover::before,
#pups_from2 i.close:hover::after {
    background: white;
}

#pups_from2 ul li {
    margin-bottom: 10px;
    position: relative;
}

#pups_from2 ul li label {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

#pups_from2 ul li label em {
    color: red;
    margin-right: 2px;
}

#pups_from2 ul li input,
#pups_from2 ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 6px 15px;
    border: 1px solid #eee;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
}

#pups_from2 ul li input:focus,
#pups_from2 ul li textarea:focus {
    border-color: var(--color);
}

#pups_from2 ul li textarea {
    height: 80px;
}

#pups_from2 ul li input[type="submit"] {
    width: auto;
    padding: 6px 40px;
    display: inline-block;
    background: var(--color);
    color: white;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

#pups_from2 ul li input[type="submit"]:hover {
    opacity: 0.7;
}

#pups_from2 ul li:last-child {
    margin-bottom: 0;
}

.right_nav_list {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 10;
}

.right_nav_list ul li {
    margin-top: 2px;
    width: 56px;
    height: 56px;
    cursor: pointer;
    padding: 0;
    position: relative;
    color: #fff;
    background: var(--color);
    border: 1px solid #fff;
}

.right_nav_list ul li .iImg {
    width: 24px;
    height: 32px;
}

.right_nav_list ul li .text {
    padding: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 24px;
}

.right_nav_list ul li .cont {
    position: absolute;
    left: -150px;
    top: 0;
    width: 150px;
    min-height: 100%;
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    -o-transition: opacity 0.3s, -o-transform 0.5s;
    -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
    transition: transform 0.5s, opacity 0.3s;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    overflow: hidden;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
}

.right_nav_list ul li .cont #ewm {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 8px;
    border: 1px solid #ccc;
}

.right_nav_list ul li:hover .text{
    opacity: 0.6;
}

.right_nav_list ul li:hover .cont {
    transform: rotate3d(0, 0, 0, -90deg);
    -webkit-transform: rotate3d(0, 0, 0, -90deg);
    -moz-transform: rotate3d(0, 0, 0, -90deg);
    -ms-transform: rotate3d(0, 0, 0, -90deg);
    -o-transform: rotate3d(0, 0, 0, -90deg);
    opacity: 1;
}

@media (max-width: 500px) {
    .right_nav_list {
        right: 5px;
        bottom: 150px;
    }

    .right_nav_list ul li {
        width: 38px;
        height: 38px;
        margin-top: 5px;
    }

    .right_nav_list ul li .more_cont {
        font-size: 16px;
    }

    .right_nav_list ul li .iImg {
        width: 16px;
        height: 24px;
    }
}

iframe {
    display: block;
    width: 100%;
}

#Pop_UpsBtn {
    z-index: 20;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: fixed;
    border-radius: 100%;
    background: var(--color);
    color: white;
    right: 2%;
    bottom: 40%;
    font-size: 24px;
    -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    cursor: hand;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    display: none;
}

#Pop_UpsBtn:hover {
    background: #889aff;
}

b,
strong {
    font-weight: bold;
}

html,
body {
    position: relative;
    /*max-width: 1920px;*/
    margin: auto;
}

#ewm img,
#ewm canvas {
    display: block;
    width: 100%;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

table {
    margin-bottom: 20px;
    word-break: break-word;
    width: 100%;
    height: auto;
    display: block;
    overflow: auto;
}

table tbody {
    display: table;
    width: 100% !important;
}

table tbody td,
table tbody th {
    padding: 5px 10px;
    border: 1px solid #666;
    width: auto !important;
    height: auto !important;
}

table tbody tr {
    width: auto !important;
    height: auto !important;
}

table tbody tr:nth-child(even) {
    background: #eee;
}

html.mobile {
    overflow: hidden;
}

html.mobile .body-overflow-box {
    position: relative;
    left: 280px;
}

#mobile {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    display: none;
    z-index: 20;
    height: 100%;
}

#mobile:before {
    content: "";
    width: 200%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.13);
    z-index: -1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

#mobile .mobile-logo {
    position: absolute;
    left: 100%;
    width: 100vw;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #111;
    -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

#mobile .mobile-logo img {
    max-height: 30px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    -o-object-fit: contain;
    object-fit: contain;
    width: 220px;
}

#mobile #menu-on {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    position: absolute;
    left: 100%;
    top: 0;
    cursor: pointer;
    cursor: hand;
    z-index: 1;
}

#mobile #menu-on i {
    width: 23px;
    height: 2px;
    background: #222;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mobile #menu-on i.line1 {
    top: 12px;
}

#mobile #menu-on i.line2 {
    top: 19px;
}

#mobile #menu-on i.line3 {
    top: 26px;
}

#mobile .menu-content {
    width: 100%;
    height: 100%;
    display: block;
    background: #222;
    padding: 40px 10% 60px;
    overflow-y: auto;
    color: white;
}

#mobile .menu-content::-webkit-scrollbar {
    width: 3px;
    border-radius: 1.5px;
}

#mobile .menu-content::-webkit-scrollbar-button {
    display: none;
}

#mobile .menu-content::-webkit-scrollbar-track {
    background-color: #222;
}

#mobile .menu-content::-webkit-scrollbar-thumb {
    background-color: #eee;
}

#mobile .menu-content .h3 {
    font-size: 20px;
    color: inherit;
    text-transform: capitalize;
    margin-bottom: 10px;
}

#mobile .menu-content .h3 i {
    font-size: 16px;
    position: relative;
    top: -1px;
}

#mobile .menu-content .menu-logo {
    display: block;
}

#mobile .menu-content .menu-logo img {
    margin: 0 auto;
}

#mobile .menu-content .menu-list {
    margin: 40px 0;
}

#mobile .menu-content .menu-list ul li {
    font-size: 15px;
    color: inherit;
    text-transform: uppercase;
    line-height: 20px;
}

#mobile .menu-content .menu-list ul li a {
    padding: 8px 0;
    display: block;
}

#mobile .menu-content .menu-list ul li a:hover {
    color: #ff9800;
    text-decoration: underline;
}

#mobile .menu-content .menu-list ul li li a {
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    line-height: 18px;
}

#mobile .menu-content .menu-list ul li li a:after {
    content: "";
    width: 6px;
    height: 1px;
    background: white;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#mobile .menu-content .menu-list ul li li li a {
    padding-left: 25px;
}

#mobile .menu-content .menu-list ul li li li a:after {
    width: 12px;
}

#mobile .menu-content .mob-search form {
    position: relative;
}

#mobile .menu-content .mob-search form input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    border: none;
    padding: 0 15px;
    font-size: 14px;
    color: black;
}

#mobile .menu-content .mob-search form input[type="submit"] {
    width: 45px;
    height: 45px;
    background: url("../images/icon-search-white.png") no-repeat center center #222;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    border: 1px solid #fff;
}

#mobile .menu-content .mob-yuy {
    margin: 40px 0;
}

#mobile .menu-content .mob-yuy ul li {
    margin-bottom: 10px;
    color: inherit;
    font-size: 14px;
}

#mobile .menu-content .mob-yuy ul li img {
    max-width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#mobile .menu-content .mob-share ul li {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: #333;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: white;
    font-size: 14px;
    margin-right: 3px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

#mobile .menu-content .mob-share ul li:hover {
    background: #ff9800;
}

#mobile .menu-content #menu-off {
    margin-top: 40px;
    cursor: pointer;
    cursor: hand;
}

#mobile.active {
    left: 0;
}

#mobile.active:before {
    right: 0;
}

#mobile.active #menu-on i.line1 {
    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -moz-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotateZ(45deg);
    transform: translateX(-50%) rotateZ(45deg);
    top: 12px;
    margin-left: 3px;
}

#mobile.active #menu-on i.line2 {
    opacity: 0;
}

#mobile.active #menu-on i.line3 {
    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -moz-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) rotateZ(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
    top: 28px;
    margin-left: 3px;
}

#mobile.white .mobile-logo {
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: white;
}

#mobile.white .menu-content {
    background: white;
    color: black;
}

#mobile.white .menu-content .menu-list ul li li a:after {
    background: black;
}

#mobile.white .menu-content .mob-search form input {
    border: 1px solid black;
}

#mobile.white .menu-content .mob-search form input[type="submit"] {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.search-box {
    line-height: normal;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

.search-box .close {
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat;
    position: absolute;
    right: 25px;
    top: 15px;
    cursor: pointer;
}

.search-box form {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 60%;
    margin-left: -30%;
}

.search-box form input {
    background: none;
    outline: none;
    border: none;
}

.search-box form input[type="text"] {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    font-size: 26px;
    color: #000;
    padding: 10px 0;
}

.search-box form input[type="submit"] {
    width: 22px;
    height: 22px;
    background: url(../images/tc-zoom.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 20px;
}

@keyframes ks2 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        -o-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
}

@media (max-width: 700px) {
    .font-25 {
        font-size: 18px;
    }

    .font-26 {
        font-size: 18px;
    }

    .font-27 {
        font-size: 18px;
    }

    .font-28 {
        font-size: 18px;
    }

    .font-29 {
        font-size: 18px;
    }

    .font-30 {
        font-size: 18px;
    }

    .font-31 {
        font-size: 20px;
    }

    .font-32 {
        font-size: 20px;
    }

    .font-33 {
        font-size: 20px;
    }

    .font-40 {
        font-size: 22px;
    }

    .font-41 {
        font-size: 22px;
    }

    .font-42 {
        font-size: 22px;
    }

    .font-43 {
        font-size: 22px;
    }

    .font-44 {
        font-size: 22px;
    }

    .font-45 {
        font-size: 22px;
    }

    .font-46 {
        font-size: 22px;
    }

    .font-47 {
        font-size: 22px;
    }

    .font-48 {
        font-size: 22px;
    }

    .font-49 {
        font-size: 22px;
    }

    .font-50 {
        font-size: 22px;
    }

    .font-51 {
        font-size: 22px;
    }

    .font-52 {
        font-size: 24px;
    }

    .font-53 {
        font-size: 24px;
    }

    .font-54 {
        font-size: 24px;
    }

    .font-55 {
        font-size: 24px;
    }

    .font-56 {
        font-size: 24px;
    }
}

/*----- genneral end ../fonts/ -----*/
@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica.eot");
    src: url("../fonts/Helvetica.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica.woff2") format("woff2"), url("Helvetica.woff") format("woff"), url("../fonts/Helvetica.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Oswald";
    src: url("../fonts/Oswald-Bold.eot");
    src: url("../fonts/Oswald-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-Bold.woff2") format("woff2"), url("../fonts/Oswald-Bold.woff") format("woff"), url("../fonts/Oswald-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope3";
    src: url("../fonts/Manrope3-Medium.eot");
    src: url("../fonts/Manrope3-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope3-Medium.woff2") format("woff2"), url("../fonts/Manrope3-Medium.woff") format("woff"), url("../fonts/Manrope3-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope3";
    src: url("../fonts/Manrope3-Regular.eot");
    src: url("../fonts/Manrope3-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope3-Regular.woff2") format("woff2"), url("../fonts/Manrope3-Regular.woff") format("woff"), url("../fonts/Manrope3-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope3";
    src: url("../fonts/Manrope3-Bold.eot");
    src: url("../fonts/Manrope3-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope3-Bold.woff2") format("woff2"), url("../fonts/Manrope3-Bold.woff") format("woff"), url("../fonts/Manrope3-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope3";
    src: url("../fonts/Manrope3-Thin.eot");
    src: url("../fonts/Manrope3-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope3-Thin.woff2") format("woff2"), url("../fonts/Manrope3-Thin.woff") format("woff"), url("../fonts/Manrope3-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Bold.eot");
    src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Manrope3";
    font-weight: normal;
    --color: #e60a22;
    margin: 0 auto;
}

.container {
    width: 1600px;
}

#header {
    z-index: 200;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 15px -5px 28px 4px rgba(201, 201, 201, 0.3);
}

#header .nav {
    position: relative;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
}

#header .nav .ui.menu {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    width: 82%;
}

#header .nav .ui.menu .menu-box {
    display: inline-block;
    vertical-align: middle;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu::after {
    content: "\20";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    margin: 0 36px;
    font-size: 18px;
    height: 100%;
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    z-index: 100;
    float: left;
    position: relative;
    transition: all 0.5s;
    display: flex;
    align-items: center;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li:hover {
    color: var(--color);
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.active {
    color: var(--color);
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li>a {
    display: block;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu {
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    text-align: left;
    position: absolute;
    font-size: 15px;
    background: #fff;
    top: 100%;
    left: -10px;
    min-width: 180px;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    transition: transform 0.5s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid var(--color);
    display: none \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li {
    position: relative;
    display: block;
    float: none;
    padding: 0 15px;
    line-height: 40px;
    color: black;
    font-size: 12px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-transform: capitalize;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li a {
    display: block;
    white-space: nowrap;
    font-size: 14px;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li:hover {
    background: var(--color);
    color: white;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu>li ul.sub-menu {
    top: 0;
    left: 100%;
    transform: rotate3d(1, 0, 0, -90deg);
    opacity: 0;
    display: none \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu>li:hover ul.sub-menu {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    display: block \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li:hover ul.sub-menu {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    display: block \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu li:last-child {
    margin-right: 0;
}

#header .nav .ui.menu .right {
    display: flex;
    align-items: center;
}

#header .nav .ui.menu .right .h-search {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px;
    cursor: pointer;
}

#header .nav .ui.menu .right .h-search img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 0.5s;
}

#header .nav .ui.menu .right .h-search:hover img {
    filter: none;
}

#header .nav .ui.menu .right .h-language {
    position: relative;
    cursor: pointer;
}

#header .nav .ui.menu .right .h-language span {
    width: auto;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .nav .ui.menu .right .h-language span .txt {
    transition: all 0.5s;
}

#header .nav .ui.menu .right .h-language span img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    transition: all 0.5s;
}

#header .nav .ui.menu .right .h-language ul.sub-menu {
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    text-align: left;
    position: absolute;
    z-index: 1;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    top: 110%;
    right: 0;
    width: 130px;
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
    transition: transform 0.5s, opacity 0.3s;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
    -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #60b242;
    display: none \9;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li {
    display: block;
    line-height: 40px;
    text-transform: capitalize;
    text-align: center;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li a img {
    vertical-align: middle;
    width: auto;
    height: 15px;
    margin-right: 6px;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li:hover {
    background: #000;
    color: #fff;
}

#header .nav .ui.menu .right .h-language:hover ul.sub-menu {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    display: block \9;
}

#header .nav .ui.menu .right .h-language:hover>span .txt {
    color: var(--color);
}

#header .nav .ui.menu .right .h-language:hover img {
    filter: none;
    transform: rotateX(180deg);
}

#banner {
    margin-top: 110px;
}

#banner .banner-content {
    height: 39vw;
    position: relative;
}

#banner .banner-content .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner .banner-content .swiper-slide .txt-content {
    height: 100%;
}

#banner .banner-content .swiper-slide .txt-content h3 {
    font-weight: bold;
    max-width: 896px;
    line-height: 1;
    padding-bottom: 12%;
    text-shadow: 0 -4px 0 rgba(0, 0, 0, 0.6);
}

#banner .banner-content .swiper-slide .txt-content h3 span {
    color: var(--color);
}

#banner .banner-content .swiper-tool-box {
    width: 100%;
    position: absolute;
    bottom: 9%;
    left: 0;
    z-index: 1;
}

#banner .banner-content .swiper-tool-box .swiper-tool {
    position: relative;
    width: auto;
    height: 20px;
}

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-button {
    width: 20px;
    height: 20px;
    position: static;
    margin-top: 0;
}

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-button::after {
    font-size: 17px;
    color: #7b7b7b;
}

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-button:hover::after {
    color: var(--color);
}

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-button.swiper-button-prev {
    left: 0;
}

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination {
    width: auto;
    position: static;
}

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination .swiper-pagination-bullet {
    font-family: "Oswald";
    font-weight: bold;
    font-size: 0;
    margin: 0 5px;
    background-color: #fff;
    width: 10px;
    height: 10px;
    color: #7b7b7b;
    opacity: 1;
}

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: var(--color);
}

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color);
}

.h-btn .btn {
    border: 1px solid transparent;
    background-color: var(--color);
    color: #fff;
    transition: all 0.5s;
    display: block;
    width: 120px;
    height: 46px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h-btn .btn:hover {
    background-color: #fff;
    border-color: var(--color);
    color: #010101;
}

.h-title {
    font-weight: 500;
    line-height: 1.3;
}

.h-title .h-title-sub {
    letter-spacing: -1px;
}

.h-title .h-title-zhu {
    color: var(--color);
}

#index-body .init-1 {
    background-image: url(../images/h-about-bg.png);
    background-size: cover;
}

#index-body .init-1 .h-about-t {
    z-index: 0;
}

#index-body .init-1 .h-about-t .left {
    max-width: 49%;
}

#index-body .init-1 .h-about-t .left .h-content {
    line-height: 2;
}

#index-body .init-1 .h-about-t .right {
    max-width: 49%;
}

#index-body .init-1 .h-about-t .txt-bg {
    font-size: 245px;
    font-family: "Open Sans";
    font-weight: bold;
    line-height: 0.9;
    bottom: -15%;
    right: 12%;
    color: #e60a22;
    opacity: 0.15;
    z-index: -1;
}

#index-body .init-1 .h-about-b .about-num ul li p {
    font-family: "Helvetica";
}

#index-body .init-1 .h-about-b .about-num ul li h4 {
    font-family: "Open Sans";
    font-weight: bold;
    color: var(--color);
    line-height: 1;
}

#index-body .init-2 {
    background-image: url(../images/h-ip-bg-1.jpg);
    background-repeat: no-repeat;
    background-size:cover;
}

#index-body .init-2 .h-title .h-title-zhu {
    color: #fff;
}

#index-body .init-2 .h-content .h-ip-list {
    z-index: 0;
}

#index-body .init-2 .h-content .h-ip-list .slick-list {
    overflow: visible;
}

#index-body .init-2 .h-content .h-ip-list .slick-list .slick-slide {
    opacity: 0;
}

#index-body .init-2 .h-content .h-ip-list .slick-list .slick-active {
    opacity: 1;
}
#index-body .init-2 .h-content .h-ip-list ul{

}
#index-body .init-2 .h-content .h-ip-list  li{
    transition: all 0.5s;
    width: 20%;
    padding-bottom: 80px;
}
#index-body .init-2 .h-content .h-ip-list .con .zhezhao{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    transition: all 0.5s;
}
#index-body .init-2 .h-content .h-ip-list .con {
    color: #fff;
    text-align: center;
}
#index-body .init-2 .h-content .h-ip-list .con .imgBox{
    height: 314px;transition: all 0.6s;
}
#index-body .init-2 .h-content .h-ip-list .con .imgBox img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#index-body .init-2 .h-content .h-ip-list .con .box {
    background-color: #e60a22;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
    padding-right: 0;
    transition: all 0.6s;
    width: 0;
    opacity: 0;
}

#index-body .init-2 .h-content .h-ip-list .con .box .imgBox {
    top: 50%;
    left: 0;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.6s;
    /*display: none;*/
    opacity: 0;

}

#index-body .init-2 .h-content .h-ip-list .con .box .right {
    width: 100%;
    display: none;
}

#index-body .init-2 .h-content .h-ip-list .con .box .right h2 {
    font-weight: 500;
    margin-top: 5%;
    max-width: 58%;
}

#index-body .init-2 .h-content .h-ip-list .con .box .right .content {
    font-family: "Helvetica";
    max-width: 403px;
    text-align: right;
    line-height: 1.7;
}
#index-body .init-2 .h-content .h-ip-list .con .box .right .h-btn{
    border-radius: 30px;
    transition: all 0.5s;
}
#index-body .init-2 .h-content .h-ip-list .con .box .right .h-btn .btn {
    border-color: #fff;background-color: transparent;
    position: relative;
    margin-right: 0;
}

#index-body .init-2 .h-content .h-ip-list .con .name {
    font-family: "Helvetica";
    bottom: -12%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 98%;
}

#index-body .init-2 .h-content .h-ip-list .con.active .box {
    opacity: 1;
    width: 800px;
    padding-right: 50px;
}

#index-body .init-2 .h-content .h-ip-list .con.active .box .imgBox {
    opacity: 0;
}

#index-body .init-2 .h-content .h-ip-list .con.active .box .right {
    display: flex;
}
#index-body .init-2 .h-content .h-ip-list .con.active .box .imgBox{
    opacity: 1;
}

#index-body .init-2 .h-content .h-ip-list .con.active>.imgBox{
    opacity: 0;
}

#index-body .init-2 .h-content .h-ip-list .con .box .right .h-btn .btn:hover{
    border-color:var(--color);
    color: #fff;
}
#index-body .init-2 .h-content .h-ip-list .con .box .right .h-btn:hover{
    background-color: var(--color);
}

#index-body .init-2 .h-content .h-ip-list .con .box-r {
    right: 0;
    left: auto;
    padding-right: 0;
    padding-left: 0;
}
#index-body .init-2 .h-content .h-ip-list .con.active .box-r {
    padding-left: 50px;
}

#index-body .init-2 .h-content .h-ip-list .con .box-r .imgBox {
    left: auto;
    right: 0;
    transform: translateX(50%) translateY(-50%);
}

#index-body .init-2 .h-content .h-ip-list .con .box-r .right {
    align-items: flex-start;
}

#index-body .init-2 .h-content .h-ip-list .con .box-r .right .content {
    text-align: left;
}

#index-body .init-2 .h-content .h-ip-list .slickBtn {
    font-size: 90px;
}

#index-body .init-2 .h-content .h-ip-list .slickBtn div {
    background-color: transparent;
    width: auto;
    height: auto;
    transition: all 0.5s;

}

#index-body .init-2 .h-content .h-ip-list .slickBtn div:hover {
    color: var(--color);
}

#index-body .init-2 .h-content .h-ip-list .slickBtn div.prev {
    right: 101%;
}

#index-body .init-2 .h-content .h-ip-list .slickBtn div.next {
    left: 101%;
}

#index-body .init-3 {
    z-index: 0;
}

#index-body .init-3 .left {
    width: 18%;
}

#index-body .init-3 .right {
    width: 80%;
}

#index-body .init-3 .right .h-pro-list {
    margin-right: -120px;
}
#index-body .init-3 .right .h-pro-list .box .imgBox{
    border: 1px solid #eeeeee;
}
#index-body .init-3 .right .h-pro-list .box .txt {
    display: block;
    font-weight: 500;
    transition: all 0.5s;
}

#index-body .init-3 .right .h-pro-list .box .txt:hover {
    color: var(--color);
}
#index-body .init-3 .slickBtn .swiper-button-next:after,#index-body .init-3 .slickBtn .swiper-button-prev:after{
    display: none;
}
#index-body .init-3 .slickBtn div {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border: solid 1px #b4b4b4;
    color: #b4b4b4;
    font-size: 34px;
    line-height: 0.9;
    transition: all 0.5s;
    position: static;
}

#index-body .init-3 .slickBtn div.next {
    margin-left: 15px;
}

#index-body .init-3 .slickBtn div:hover {
    border-color: var(--color);
    color: var(--color);
}

#index-body .init-3 .txt-bg {
    left: -12px;
    bottom: 10%;
    font-size: 179px;
    font-family: "Open Sans";
    font-weight: bold;
    color: #e60a22;
    opacity: 0.15;
    pointer-events: none;
    z-index: -1;
}

#index-body .init-4 {
    background-image: url(../images/index-desigen-2.jpg);
    background-size: cover;
    height: 35vw;
    color: #fff;
}

#index-body .init-4 .h-title .h-title-zhu {
    color: #fff;
}

#index-body .init-4 .h-content .left {
    max-width: 43%;
}

#index-body .init-4 .h-content .left .con {
    font-family: "Helvetica";
    line-height: 1.7;
}

#index-body .init-5 .h-content .h-news-list .box .txt {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 35px;
    transform: translateY(135px);transition: all 0.5s;
}

#index-body .init-5 .h-content .h-news-list .box .txt .tt {
    color: #fff;
    font-family: "Helvetica";
    font-weight: bold;
    transition: all 0.5s;
    /*display: block;*/
    min-height: 115px;
}

#index-body .init-5 .h-content .h-news-list .box .txt .tt:hover {
    color: var(--color);
}
#index-body .init-5 .h-content .h-news-list .box .imgBox img{
    min-height: 450px;
    object-fit: cover;transition: all 0.5s;
}
#index-body .init-5 .h-content .h-news-list .box .txt .con {
    color: #fff;
    font-family: "Helvetica";
    opacity: 0;transition: all 0.5s;
}

#index-body .init-5 .h-content .h-news-list .box .txt .h-btn .btn {
    background-color: transparent;
    border-color: #fff;
    color: var(--color);
}

#index-body .init-5 .h-content .h-news-list .box .txt .h-btn .btn:hover {
    background-color: var(--color);
    color: #fff;
    border-color: var(--color);
}

#index-body .init-5 .h-content .h-news-list .box:hover .txt{
        transform: translateY(0);
}
#index-body .init-5 .h-content .h-news-list .box:hover .txt .con{
    opacity: 1;
}
#index-body .init-5 .h-content .h-news-list .box:hover .imgBox{
    filter: brightness(0.4);
}

#footer {
    background-color: #f9f9f9;
    z-index: 0;overflow-x: hidden;
}

#footer .footer-content {
    position: relative;
}

#footer .footer-content .footer-center .footer-t .footer-t-gird {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#footer .footer-content .footer-center .footer-t .footer-t-gird .left {
    width: 30%;
}

#footer .footer-content .footer-center .footer-t .footer-t-gird .right {
    width: 66%;
}

#footer .footer-content .footer-center .footer-t .footer-t-gird .t-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#footer .footer-content .footer-center .footer-t .footer-t-gird .t-list p {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 500;
}

#footer .footer-content .footer-center .footer-t .footer-t-gird .t-list span:last-child {
    margin-bottom: 0;
}

#footer .footer-content .footer-center .footer-t .footer-t-gird .t-list span {
    font-size: 18px;
    margin-bottom: 10px;
    color: #666666;
    transition: all 0.5s;
}

#footer .footer-content .footer-center .footer-t .footer-t-gird .logo {
    max-width: 305px;
}

#footer .footer-content .footer-center .footer-t .footer-t-gird .logo span {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
    letter-spacing: -1px;
    margin-bottom: 12px;
}

#footer .footer-content .footer-center .footer-t .footer-t-gird .logo span img {
    margin-right: 10px;
}

#footer .footer-content .footer-center .footer-t .footer-t-gird .logo .bold {
    font-weight: bold;
}

#footer .footer-content .footer-center .footer-t .footer-t-gird .logo .add {
    font-weight: 100;
    font-size: 18px;
    color: #666666;
    letter-spacing: 0;
}

#footer .footer-content .footer-center .footer-t .footer-t-gird .link span:hover {
    color: var(--color);
}

#footer .footer-content .footer-center .footer-b {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#footer .footer-content .footer-center .footer-b p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    font-size: 16px;
    text-align: center;
}

#footer .footer-content .footer-center .footer-b p span {
    margin: 0 10px;
    font-weight: 100;
}

#footer .footer-content .footer-center .footer-b p img {
    width: 220px;
    height: auto;
    padding-top: 5px;
    opacity: 0.4;
}

#footer .footer-content .footer-center .footer-b p svg {
    display: inline-block;
    vertical-align: top;
    width: auto;
    max-height: 26px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    fill: #a1a1a1;
    margin-top: 1px;
}

#footer .footer-content .footer-center .footer-b .share li {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
    transition: all 0.5s;
}

#footer .footer-content .footer-center .footer-b .share li i {
    font-size: 22px;
    color: #999999;
}

#footer .footer-content .footer-center .footer-b .share li:hover {
    background-color: var(--color);
}

#footer .footer-content .footer-center .footer-b .share li:hover svg {
    fill: #fff;
}

#footer .h-footer-bg {
    
}
#footer .h-footer-box{
    bottom: 30%;
    left: 0;
    z-index: -1;
    pointer-events: none;
    animation: transAni2 60s linear infinite;white-space: nowrap;
}


@-webkit-keyframes transAni2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-moz-keyframes transAni2 {
    0% {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -moz-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-o-keyframes transAni2 {
    0% {
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes transAni2 {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}


@media (max-width: 1700px) {
    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
        margin: 0 22px;
    }

    #index-body .init-3 .right .h-pro-list {
        margin-right: 0;
    }
    #index-body .init-5 .h-content .h-news-list .box .txt .tt {
        min-height: 100px;
    }
    #footer .footer-content .footer-center .footer-t .footer-t-gird .right {
        width: 70%;
    }
}

@media (max-width: 1450px) {
    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
        margin: 0 12px;
    }

    #index-body .init-2 .h-content .h-ip-list .slickBtn div.next {
        right: auto;
    }

    #index-body .init-3 .left {
        width: 20%;
    }

    #index-body .init-3 .right {
        width: 78%;
    }
    #index-body .init-5 .h-content .h-news-list .box .txt .tt {
        min-height:90px;
    }
    #footer .footer-content .footer-center .footer-t .footer-t-gird .left {
        width: 21%;
    }

    #footer .footer-content .footer-center .footer-t .footer-t-gird .right {
        width: 78%;
    }
}

@media (max-width: 1250px) {
    #banner {
        margin-top: 40px;
    }

    #index-body .init-2 {
        display: none;
    }

    #index-body .init-3 .left {
        width: 22%;
    }

    #index-body .init-3 .right {
        width: 76%;
    }

    #index-body .init-4 .h-content .left {
        max-width: 72%;
    }

    #index-body .init-5 .h-content .h-news-list .box .txt {
        padding: 18px;
    }
    #index-body .init-5 .h-content .h-news-list .box .imgBox img{
        min-height: 350px;
    }
    #index-body .init-5 .h-content .h-news-list .box .txt{
        transform: translateY(118px);
    }
    #index-body .init-5 .h-content .h-news-list .box .txt .tt {
        min-height:80px;
    }
    #footer .footer-content .footer-center .footer-t .footer-t-gird .t-list.series {
        display: none;
    }

    #footer .footer-content .footer-center .footer-t .footer-t-gird .t-list.partnerships {
        display: none;
    }

    #footer .footer-content .footer-center .footer-t .footer-t-gird .left {
        width: 35%;
    }

    #footer .footer-content .footer-center .footer-t .footer-t-gird .right {
        width: 65%;
    }

    #footer .footer-content .footer-center .footer-t .footer-t-gird .t-list p {
        font-size: 17px;
    }

    #footer .footer-content .footer-center .footer-t .footer-t-gird .logo span {
        font-size: 18px;
    }

    #footer .footer-content .footer-center .footer-t .footer-t-gird .t-list span {
        font-size: 16px;
    }

    #footer .footer-content .footer-center .footer-t .footer-t-gird .logo .add {
        font-size: 16px;
    }

    #footer .footer-content .footer-center .footer-b .share {
        margin-top: 5%;
    }

    #footer .footer-content .footer-center .footer-b {
        justify-content: center;
    }
}

@media (max-width: 1000px) {
    #index-body .init-1 .h-about-t {
        justify-content: center;
    }

    #index-body .init-1 .h-about-t .left {
        max-width: 100%;
    }

    #index-body .init-1 .h-about-t .right {
        max-width: 100%;
        margin-top: 6%;
    }

    #index-body .init-1 .h-about-t .txt-bg {
        display: none;
    }

    #index-body .init-3 .left {
        width: 100%;
    }
    #index-body .init-3 .left .h-title .h-title-zhu,#index-body .init-3 .left .h-title .h-title-sub{
        display: inline-block;
    }
    #index-body .init-3 .slickBtn{
        display: none;
    }
    #index-body .init-3 .right {
        width: 100%;
        margin-top: 5%;
    }

    #index-body .init-4 {
        height: auto;
        padding-top: 10%;
    }

    #index-body .init-4 .h-content .left {
        max-width: 100%;
    }

    #index-body .init-4 .h-content .right {
        max-width: 100%;
    }
    #index-body .init-5 .h-content .h-news-list .box .txt .tt {
        min-height: 66px;
    }
    #footer .footer-content .footer-center .footer-t .footer-t-gird .left {
        width: 100%;
    }

    #footer .footer-content .footer-center .footer-t .footer-t-gird .right {
        width: 100%;
        margin-top: 5%;
    }

    #footer .footer-content .footer-center .footer-t .footer-t-gird .logo {
        max-width: 100%;
    }

    #footer .footer-content .footer-center .footer-t .footer-t-gird .t-list {
        width: 100%;
        margin: 3% 0;
    }

    #footer .footer-content .footer-center .footer-t {
        padding-bottom: 2%;
    }
}

@media (max-width: 700px) {
    #index-body .init-1 .h-about-b .about-num li {
        width: 50%;
        margin: 5% 0;
    }

    #index-body .init-5 .h-content .h-news-list .box .imgBox img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #footer .footer-content .footer-center .footer-b {
        justify-content: center;
    }
}

@media (max-width: 500px) {
    #banner .banner-content {
        height: 49vw;
    }

    #banner .banner-content .swiper-slide .txt-content h3 {
        padding-bottom: 50px;
    }

    #index-body .init-1 .h-about-b .about-num li {
        width: 100%;
    }
}


/*----- inner page -----*/
.inner-banner {
    margin-top: 110px;
}
.inner-banner .mbx span{
    color:var(--color);
}
.seoPublic .title {
    font-weight: 500;
}

.seoPublic .Auxil-news .list ul li .content p {
    font-weight: normal;
}

.seoPublic .Auxil-about .box .right div.h3 {
    font-weight: 500;
}

@media screen and (max-width: 1250px) {
    .inner-banner {
        margin-top: 40px;
    }
}


.inner-page .m-page {
    margin-top: 110px;
    text-align: center;
    margin-bottom: 110px;
}

.inner-page .m-page a,
.inner-page .m-page span {
    width: 52px;
    height: 52px;
    line-height: 52px;
    box-shadow: 0px 2px 7.84px 0.16px rgba(0, 0, 0, 0.27);
    border-radius: 100%;
    background: #fff;
    font-size: 17px;
    font-weight: bold;
    margin: 0 10px;
    display: inline-block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background: var(--color);
    color: white;
}

.m-link {
    margin-top: 30px;
    margin-bottom: 50px;
}

.m-link a {
    margin-top: 22px;
    font-size: 20px;
    line-height: 1.6;
    display: inline-block;
}

.m-link a em {
    color: var(--color);
}

.m-link a:first-child {
    margin-top: 0;
}
@media screen and (max-width:1450px) {
    .inner-page .m-page {
        margin-top: 90px;
        margin-bottom: 90px;
    }
}
@media screen and (max-width:1000px) {
    .m-link a {
        font-size: 16px;
    }
    .inner-page .m-page {
        margin-top: 60px;
        margin-bottom: 60px;
        zoom: 0.85;
    }
}
@media screen and (max-width:500px) {
    .inner-page .m-page {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
.newdet-page .info {
    margin-top: 70px;
}

.newdet-page .info h1 {
    font-weight: 500;
    line-height: 1.5;
}

.newdet-page .info .time_c {
    margin-top: 50px;
    text-align: center;
}

.newdet-page .info .time_c .list {
    display: inline-block;
    margin: 0 15px;
}

.newdet-page .info .time_c .list img {
    vertical-align: middle;
    width: 27px;
}

.newdet-page .info .time_c .list span {
    vertical-align: middle;
    margin-left: 11px;
    position: relative;
    top: 1px;

}

.newdet-page .info .con {
    margin-top: 55px;
}

.newdet-page .info .con img {
    margin-bottom: 30px;
}

.newdet-page .info .m-link {
    margin-top: 87px;
}

@media screen and (max-width: 1000px) {
    .newdet-page .info {
        margin-top: 40px;
    }

    .newdet-page .info .time_c,
    .newdet-page .info .con,
    .newdet-page .info .m-link {
        margin-top: 30px;
    }

    .about-page .about-22 .grid-box.three>.column {
        width: 50%
    }
}

@media screen and (max-width: 700px) {
    .newdet-page .info {
        margin-top: 20px;
    }

    .m-link a {
        margin-top: 10px;
    }

    .about-page .about-22 .grid-box.three>.column {
        width: 100%
    }
}

@media screen and (max-width: 500px) {
    .newdet-page .info .time_c .list {
        margin: 0 5px;
    }

    .newdet-page .info .time_c .list span {
        margin-left: 5px;
    }

    .newdet-page .info .time_c,
    .newdet-page .info .con,
    .newdet-page .info .m-link {
        margin-top: 20px;
    }

    .font-18 {
        line-height: 1.8;
    }
}


.faq-page .list {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 30px 60px;
}

.faq-page .list ul li {
    border-bottom: 1px solid #d2d2d2;
}

.faq-page .list ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: var(--color);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}

.faq-page .list ul li.active::after {
    left: 100%;
}

.faq-page .list ul li.active h4 i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-page .list h4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 2;
}

.faq-page .list h4 span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 15px;
    position: relative;
}

.faq-page .list h4 span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 3px;
    background-color: var(--color);
}

.faq-page .list h4 i {
    font-size: 30px;
    width: 58px;
    height: 58px;
    line-height: 58px;
    border-radius: 50%;
    text-align: center;
    color: #FFFFFF;
    background-color: var(--color);

    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}

.faq-page .list p {
    margin-top: 15px;
    padding: 0 15px;
    font-size: 24px;
    color: #666;
    display: none;
}

@media screen and (max-width: 1000px) {
    .faq-page .list {
        padding: 30px 15px;
    }

    .faq-page .list h4 i {
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .faq-page .list ul li {
        padding: 20px 0;
    }
}

.brand-intr {
    margin-top: 88px
}

.brand-intr p {
    color: #000;
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 26px;
    text-align: center
}

.brand-tit {
    background: #f8f8f8;
    border-radius: 5px;
    line-height: 44px;
    text-align: center;
    color: #0c0c0c;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px
}

.brands-tit {
    line-height: 1.1;
    text-align: center;
    color: #0c0c0c;
    font-size: 20px;
    margin-bottom: 40px
}

.brands-tit.online {
    margin-bottom: 0;
}

.brands-tit strong {

    display: block;
    font-weight: 400;
    font-size: 36px;
    text-transform: uppercase
}

.brands-tit h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: #0c0c0c;
    position: relative;
    margin-top: 15px
}

.brands-tit h2:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    margin: 0 auto;
    width: 112px;
    height: 2px;
    background: #fabf00
}

.brands-tit p {
    font-size: 16px;
    line-height: 1.5;
    color: #383838;
    margin-top: 30px
}

.brands-tit p.other {
    margin-top: 8px;
}

.brand-step {
    padding: 100px 0;
    margin-top: 100px;
    background: url(../images/brandstep.png) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.brand-step .brands-tit h2:before {
    background: #fff
}

.brand-duty {
    margin-top: 93px
}

.brand01-swiper {
    max-width: 1200px;
}

.brand01-swiper .swiper-slide {
    position: relative
}

.brand01-swiper .swiper-slide .content {
    width: 450px;
    position: absolute;
    right: 140px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    line-height: 2
}

.brand01-swiper {
    overflow: hidden
}

.brand02-swiper {
    overflow: hidden;
    width: 960px;
    margin: 50px auto 10px;
    position: relative;
    padding: 0 48px;
    line-height: 40px
}

.brand02-swiper .swiper-button-next:after,
.brand02-swiper .swiper-button-prev:after,
.brand02-swiper .swiper-rtl .swiper-button-next:after,
.brand02-swiper .swiper-rtl .swiper-button-prev:after {
    content: ''
}

.brand02-swiper .swiper-button-prev {
    left: 0;
    width: 40px;
    height: 40px;
    background: url(../images/brand-prev.png) no-repeat;
    margin-top: -18px
}

.brand02-swiper .swiper-button-next {
    right: 0;
    width: 40px;
    height: 40px;
    background: url(../images/brand-next.png) no-repeat;
    margin-top: -18px
}

.brand02-swiper .swiper-slide {
    color: #000;
    font-size: 16px;
    text-align: center;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .07);
    border-radius: 18px;
    line-height: 32px;
    cursor: pointer
}

.brand02-swiper .swiper-slide.brand-bgc01.swiper-slide-active,
.brand02-swiper .swiper-slide.brand-bgc01:hover {
    background: #000;
    color: #fff;
    font-weight: 700
}

.brand02-swiper .swiper-slide.brand-bgc02.swiper-slide-active,
.brand02-swiper .swiper-slide.brand-bgc02:hover {
    background: #63509a;
    color: #fff;
    font-weight: 700
}

.brand02-swiper .swiper-slide.brand-bgc03.swiper-slide-active,
.brand02-swiper .swiper-slide.brand-bgc03:hover {
    background: #00c2ff;
    color: #000;
    font-weight: 700
}

.brand02-swiper .swiper-slide.brand-bgc04.swiper-slide-active,
.brand02-swiper .swiper-slide.brand-bgc04:hover {
    background: #e538a0;
    color: #000;
    font-weight: 700
}

.brand02-swiper .swiper-slide.brand-bgc05.swiper-slide-active,
.brand02-swiper .swiper-slide.brand-bgc05:hover {
    background: #8fa4cd;
    color: #000;
    font-weight: 700
}

.brand02-swiper .swiper-slide.brand-bgc06.swiper-slide-active,
.brand02-swiper .swiper-slide.brand-bgc06:hover {
    background: #cbec00;
    color: #000;
    font-weight: 700
}

.brand02-swiper .swiper-slide.brand-bgc07.swiper-slide-active,
.brand02-swiper .swiper-slide.brand-bgc07:hover {
    background: #ff5b00;
    color: #000;
    font-weight: 700
}

.brand02-swiper .swiper-slide.brand-bgc08.swiper-slide-active,
.brand02-swiper .swiper-slide.brand-bgc08:hover {
    background: #15d8b5;
    color: #000;
    font-weight: 700
}

.brand02-swiper .swiper-slide.brand-bgc09.swiper-slide-active,
.brand02-swiper .swiper-slide.brand-bgc09:hover {
    background: #a66b93;
    color: #000;
    font-weight: 700
}

.brand02-swiper .swiper-slide.brand-bgc10.swiper-slide-active,
.brand02-swiper .swiper-slide.brand-bgc10:hover {
    background: #9d85bb;
    color: #000;
    font-weight: 700
}

.brand02-swiper .swiper-slide.brand-bgc11.swiper-slide-active,
.brand02-swiper .swiper-slide.brand-bgc11:hover {
    background: #668bbf;
    color: #000;
    font-weight: 700
}

.brand-cul {
    padding: 90px 0 180px;
    background: #ededed
}

.cul-show {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    color: #000;
    line-height: 1.1
}

.cul-side {
    width: 31.67%
}

.cul-base {
    background: #f8f8f8;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .08);
    border-radius: 20px;
    text-align: center;
    margin: 12px 0;
    padding: 60px 0
}

.cul-fc {
    width: 34.67%;
    background: #f8f8f8;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .08);
    border-radius: 20px;
    text-align: center;
    padding: 50px 0 80px
}

.cul-show span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.cul-show p {
    font-size: 16px;
    margin-top: 12px;
    line-height: 1.5;
}

.cul-show strong {
    display: block;
    font-size: 30px;
    letter-spacing: .1em;
    margin-top: 30px;
    padding: 0 10px;
}

.cul-show i {
    display: block;
    font-size: 20px;
    margin-top: 12px
}

.cul-show img {
    vertical-align: middle;
    margin-bottom: 40px
}

.brand-team {
    padding: 100px 0 180px;
    background: url(../images/brandteam.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.brand-team .brands-tit h2,
.brand-team .brands-tit strong {
    color: #fff
}

.brand-team ul {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 110px
}

.brand-team li {
    width: 44%
}

.brand-team li .team-pic {
    float: left;
    width: 180px;
    margin-right: 32px
}

.brand-team li .team-info {
    display: block;
    overflow: hidden;
    line-height: 1.1;
    color: #fff
}

.brand-team li .team-info strong {
    display: block;
    font-size: 30px
}

.brand-team li .team-info i {
    display: block;
    color: #fabf00;
    font-size: 20px;
    font-weight: 400;
    margin-top: 8px
}

.brand-team li .team-info p {
    font-size: 16px;
    line-height: 2;
    margin-top: 16px;
}

.brand-duty ul {
    margin: 80px 10% 0;
    line-height: 1.44
}

.brand-duty ul li {
    margin-bottom: 40px
}

.brand-duty .duty-fl {
    float: left;
    width: 118px;
    margin-right: 40px;
    color: #000;
    font-size: 16px
}

.brand-duty .duty-fl span {
    font-size: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    min-width: 70px
}

.brand-duty .duty-fl span i {
    color: #fabf00
}

.brand-duty .duty-fr {
    display: block;
    overflow: hidden
}

.brand-duty .duty-fr a {
    color: #000;
    font-size: 16px
}

.brand-duty .duty-fr a:hover {
    color: #fabf00
}

.brand-duty .duty-fr p {
    color: #000;
    font-size: 16px;
    text-align: justify
}

.brand-designer {
    padding: 80px 0 60px;
    margin-top: 120px;
    background: #f8f8f8
}

.brand-designer .des-swiper {
    height: 880px;
    padding-bottom: 60px
}

.brand-designer .des-swiper .swiper-slide {
    height: calc(100% / 2)
}

.brand-jointly {
    margin-top: 90px;
    margin-bottom: 100px
}


.des-swiper .des-main {
    width: 380px;
    height: 380px;
    background: #efefef;
    border-radius: 50%;
    text-align: center;
    padding-top: 76px;
    position: relative;
    overflow: hidden;
    margin: 0 auto
}

.des-swiper .des-pic img {
    max-width: 176px;
}

.des-swiper .des-pic strong {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    margin-top: 26px;

}

.des-swiper .des-info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    align-content: center;
    /* 多行一起垂直居中 */
    display: none;
}

.des-swiper .des-info img {
    margin-top: 10px
}

.des-swiper .des-info p {
    color: #fff;
    font-size: 12px;
    line-height: 1.43;
    text-align: left;
    padding: 0 48px;
    margin-top: 2px;
    text-align: center;
    display: none;
}

.des-swiper .swiper-slide:hover .des-info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.des-swiper {
    overflow: hidden;
    margin-top: 35px;
    position: relative
}

.des-swiper .swiper-wrapper {
    padding-bottom: 70px
}

.des-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0
}

.des-swiper .swiper-pagination .swiper-pagination-bullet {
    background: #efefef;
    opacity: 1
}

.des-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #2a2a2a
}

.jointly-swiper {
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
    margin-top: 70px;
    max-width: 1200px;
}

.jointly-swiper p {
    color: #383838;
    font-size: 16px;
    line-height: 2;
    margin-top: 10px
}

.jointly-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0
}

.jointly-swiper .swiper-pagination-bullet {
    background: #efefef;
    opacity: 1
}

.jointly-swiper .swiper-pagination-bullet-active {
    background: #2a2a2a
}



@media screen and (max-width:1280px) {

    .brand-duty,
    .brand-intr,
    .brand-jointly,
    .brand-step,
    .ch-offline,
    .ch-online,
    .ch-partner,
    .iptab-main {
        margin-top: 50px
    }

    .brand-jointly {
        margin-bottom: 60px
    }

    .brand-tit {
        margin-bottom: 30px
    }

    .brand-team li {
        width: 47%
    }

    .brand-team ul {
        margin-top: 80px
    }

    .brand-duty ul {
        margin: 60px 2% 0
    }

    .jointly-swiper {
        margin-top: 40px
    }




    .brands-tit strong {
        font-size: 32px
    }

    .brand-step {
        padding: 80px 0
    }

    .brand01-swiper .swiper-slide .content {
        right: 100px
    }

    .brand-cul,
    .brand-team {
        padding: 60px 0 120px
    }

    .brand-designer {
        margin-top: 80px
    }



}

@media screen and (max-width:1250px) {
    .des-swiper .des-main {
        width: 300px;
        height: 300px;
        padding-top: 66px
    }
}

@media screen and (max-width:1240px) {


    .des-swiper .des-pic strong {
        font-size: 16px;
        margin-top: 12px
    }

    .des-swiper .des-info img {
        width: 120px
    }

    .des-swiper .des-info p {
        font-size: 12px
    }

    .brand-designer .des-swiper {
        height: 800px
    }

}



@media screen and (max-width:1100px) {

    .brand-list ul {
        display: block;
        clear: both;
        overflow: hidden
    }

    .brand-list li {
        float: left;
        width: 25%;
        margin-left: 0;
        margin-right: 0;
    }

    .des-swiper .des-main {
        width: 300px;
        height: 300px
    }

    .des-swiper .des-info img {
        margin-top: 8px
    }

    .brand-designer .des-swiper {
        height: 700px
    }

}

@media screen and (max-width:1000px) {

    .brand-team ul {
        margin-top: 50px
    }

    .brand-team li .team-pic {
        width: 100px;
        margin-right: 20px
    }

    .brand-team li .team-info strong {
        font-size: 18px
    }

    .brand-team li .team-info p {
        font-size: 14px;
        margin-top: 10px
    }

    .brand-duty .duty-fl,
    .brand-duty .duty-fr a,
    .brand-duty .duty-fr p {
        font-size: 14px
    }

    .brand-duty .duty-fl span {
        font-size: 24px
    }

    .brand-duty .duty-fl {
        margin-right: 24px
    }

    .jointly-swiper p {
        font-size: 14px;
        line-height: 1.5
    }

    .jointly-swiper {
        margin-top: 0
    }


    .brand01-swiper .swiper-slide .content {
        right: 60px
    }

    .brand-cul,
    .brand-team {
        padding: 50px 0 80px
    }
    .brands-tit img{
        width: 94px;
    }

}

@media screen and (max-width:970px) {
    .brand-designer .des-swiper {
        height: 750px
    }

    .des-swiper .des-main {
        width: 300px;
        height: 300px
    }

    .brand02-swiper {
        width: 100%
    }

    .brand01-swiper .swiper-slide .content {
        right: 30px
    }
}

@media screen and (max-width:910px) {


    .brand02-swiper {
        width: 96%
    }

    .brand01-swiper .swiper-slide .content {
        font-size: 14px;
        line-height: 1.8;
        right: 10px
    }
}

@media screen and (max-width:840px) {


    .brands-tit.online {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:800px) {

    .brand-name {
        margin-top: 50px;
        font-size: 18px
    }

    .brand-duty,
    .brand-intr,
    .brand-jointly,
    .brand-step,
    .ch-offline,
    .ch-online,
    .ch-partner {
        margin-top: 40px
    }

    .brand-jointly {
        margin-bottom: 50px
    }

    .brand-tit {
        margin-bottom: 24px;
        font-size: 18px
    }

    .brand-intr p {
        font-size: 14px
    }

    .brand02-swiper {
        margin-top: 30px
    }

    .brand02-swiper .swiper-slide {
        font-size: 14px
    }

    .brand-duty ul {
        margin-top: 0
    }

    .brand-duty ul li {
        margin-bottom: 24px
    }

    .brands-tit strong {
        font-size: 28px
    }

    .brands-tit h2 {
        font-size: 22px
    }

    .brands-tit h2:before {
        width: 100px
    }

    .brand-step {
        padding: 60px 0
    }

    .brand01-swiper .swiper-slide .content {

        width: 56%;
        transform: translateY(-50%) scale(.7);
    }

    .cul-fc {
        display: none
    }

    .cul-side {
        width: 49.5%
    }

    .brand-team li .team-info i {
        font-size: 18px
    }

    .brand-designer {
        margin-top: 50px;
        padding: 50px 0
    }

    .des-swiper .swiper-wrapper {
        padding-bottom: 50px
    }

    .brands-tit p {
        font-size: 14px
    }

    .brand-duty .duty-fl {
        width: 90px;
        font-size: 12px;
    }

    .brand-duty .duty-fl span {
        font-size: 22px;
        min-width: 50px;
    }
}

@media screen and (max-width:700px) {

    .brand-list li {
        width: 33.3%;
        margin-top: 20px
    }

    .brand-team ul {
        margin-top: 0;
        display: block
    }

    .brand-team li {
        width: 100%;
        margin-top: 20px
    }

    .brand-team li .team-info strong {
        font-size: 16px
    }

    .brands-tit p {
        margin-top: 20px
    }

    .brands-tit p br {
        display: none
    }

    .des-swiper .des-main {
        width: 290px;
        height: 290px
    }

}

@media screen and (max-width:600px) {

    .brand-name {
        margin-top: 32px;
        font-size: 16px
    }

    .brand-designer .des-swiper {
        height: 660px;
        padding-bottom: 0
    }

    .des-swiper .des-pic strong {
        font-size: 14px
    }

    .des-swiper .des-pic strong {
        font-size: 14px
    }

    .brands-tit {
        margin-bottom: 30px
    }

    .brands-tit strong {
        font-size: 24px
    }

    .brands-tit h2 {
        font-size: 20px
    }

    .brands-tit h2:before {
        width: 80px
    }

    .brand-step {
        padding: 40px 0
    }

    .brand02-swiper {
        margin-top: 20px
    }

    .brand-cul,
    .brand-team {
        padding: 40px 0
    }

    .cul-show span {
        font-size: 18px
    }

    .cul-show {
        display: block
    }

    .cul-side {
        width: 100%
    }

    .cul-base {
        padding: 20px 10px
    }

}

@media screen and (max-width:520px) {

    .brand01-swiper .swiper-slide .content i {
        display: none
    }
}

@media screen and (max-width:375px) {

    .brand-name {
        margin-top: 20px
    }

    .brand-list li {
        width: 50%;
        margin-top: 16px
    }

    .brand-duty,
    .brand-intr,
    .brand-jointly,
    .brand-step,
    .ch-global,
    .ch-offline,
    .ch-online,
    .ch-partner {
        margin-top: 30px
    }

    .brand-jointly {
        margin-bottom: 40px
    }

    .brand-tit {
        margin-bottom: 20px;
        font-size: 16px
    }

    .brand-intr p {
        margin-bottom: 12px
    }

    .brand-team li .team-pic {
        width: 80px;
        margin-right: 16px
    }

    .brand-duty .duty-fl span {
        font-size: 18px;
        margin-left: 2px;
        min-width: 40px;
    }

    .brand-duty .duty-fl {
        width: 72px;
        margin-right: 12px
    }

    .brand-duty ul li {
        margin-bottom: 16px
    }

    .iptab-main {
        margin-bottom: 40px
    }


    .brands-tit {
        margin-bottom: 24px
    }

    .brands-tit strong {
        font-size: 20px
    }

    .brands-tit h2 {
        font-size: 18px
    }

    .brands-tit h2:before {
        width: 60px
    }

    .brand02-swiper .swiper-slide {
        font-size: 12px
    }

    .cul-show span {
        font-size: 16px
    }

    .cul-base {
        border-radius: 10px
    }

    .brand-cul,
    .brand-team {
        padding: 30px 0
    }

    .brand-designer {
        padding: 30px 0;
        margin-top: 30px
    }


}


.inner-page .navfl{
    padding: 40px 0;
    position: relative;
}
.inner-page .navfl .swiper-button {
    color: var(--color);
    transition: all 0.5s;
}
.inner-page .navfl .swiper-button-prev:hover{
    transform: translateX(-5px);
}
.inner-page .navfl .swiper-button-next:hover{
    transform: translateX(5px);
}
.inner-page .navfl .swiper-button::after{
    /*font-size: 20px;*/
}
.inner-page .navfl .swiper-button.swiper-button-prev{
    left:-36px;
}
.inner-page .navfl .swiper-button.swiper-button-next{
    right:-36px;
}

.stationery-page .stationery-1 .txt {
  text-align: center;
  padding: 0.2rem 0 0.15rem;
  font-size: 0.35rem;
  line-height: 0.45rem;
  color: #333;
}
.stationery-page .stationery-1 .wen {
  text-align: center;
  font-size: 0.20rem;
  color: #333;
}
.stationery-page .stationery-1 .msg {
  padding-top: 0.3rem;
  line-height: 0.36rem;
  max-width: 7.78rem;
  margin: 0 auto;
  text-align: center;
  color: #333;
  font-size: 0.18rem;
}

.stationery-page .stationery-1 .list {
    padding: 0.7rem 0 0.3rem;
}

.stationery-page .stationery-1 .list ul {
    margin: 0 -0.26rem;
}

.stationery-page .stationery-1 .list li {
    width: 8.32rem;
    
    padding: 0 0.26rem; padding-bottom: 0.8rem;
}

.stationery-page .stationery-1 .list li:nth-child(3n-2) {
    width: 100%;
}


.stationery-page .stationery-1 .list li .imgDiv {
    height: auto;
    overflow: hidden;
}

.stationery-page .stationery-1 .list li .imgDiv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stationery-page .stationery-1 .list li .name {
    margin-top: 0.32rem;
    font-size: 0.3rem;
    font-family: medium;
}

.stationery-page .stationery-1 .list li .name a {
    color: #333;
    display: block;
    height: 0.48rem;
    line-height: 0.48rem;
}

.stationery-page .stationery-1 .list li .zi {
    font-size: 0.24rem;
    color: #333;
    line-height: 0.3rem;
    height: 0.6rem;
    overflow: hidden;
}

.stationery-page .stationery-1 .list li .more {
    width: 2.25rem;
    margin-top: 0.24rem;
}

.stationery-page .stationery-1 .list li .more a {
    position: relative;
    display: block;
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    background: #e60012;
    border-radius: 0.48rem;
    font-size: 0.18rem;
    color: #fff;
    text-indent: 0.28rem;
}

.stationery-page .stationery-1 .list li .more a:after {
    content: '';
    position: absolute;
    right: 0.25rem;
    top: 50%;
    margin-top: -6px;
    width: 14px;
    height: 12px;
    background: url(../images/nimg14_1.png) no-repeat;
    transition: all 0.5s;
}

.stationery-page .stationery-1 .list li .name {
    text-align: center;
}


.stationery-page .stationery-1 .list li .more {
    margin: 0.3rem auto 0;
}

.stationery-page .stationery-1 .list li .box:hover .name a {
    color: #e60012;
}

.stationery-page .stationery-1 .list li .box:hover .more a:after {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px)
}

@media screen and (max-width: 500px) {
    .stationery-page .stationery-1 .list li .more{
        zoom: 1.3;
    }
    .stationery-page .stationery-1 .wen{
        zoom: 1.3;
    }
}

.Btn-go{
    text-align: center;
}
.Btn-go a {
  display: inline-block;
  text-align: center;
  font-size: 0.24rem;
  line-height:1;
  color: #333;
}

.Btn-go img {
  display: block;
  margin: 0.15rem auto 0;
  width: 0.6rem;
  transition: all 0.5s ease;
}

.Btn-go a:hover {
  color: #e60012;
}

.Btn-go a:hover img {
  transform: rotate(360deg);
}



.stationery-allpro-page .product-list-box {
  padding: 0.8rem 0;
  background-color: #f7f8f9;
}


.inner-page .list-con .sideBarLeft {
  padding-right: 3%;
  width: 20%;
}
.inner-page .list-con .sideBarLeft .box {
  position: -webkit-sticky;
  position: sticky;
  top: 118px;
}
.inner-page .list-con .sideBarLeft span.h6 {
  font-weight: bold;
  border-bottom: 1px solid #bcb7b4;
  display: block;
  text-transform: uppercase;
  background-color: var(--color);
  color: #fff;
  padding: 0.2rem 0 0.2rem 0.15rem;
}
.inner-page .list-con .sideBarLeft .nav {

}
.inner-page .list-con .sideBarLeft .nav li {
  margin-top: .6em;
  background-color: #fff;
  padding-left: 15px;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 64px;transition:all .5s;
}
.inner-page .list-con .sideBarLeft .nav li::before{
    content:'';
    display: block;
    width: 4px;
    height: 100%;
    background-color: var(--color);
    position: absolute;
    top: 0;
    left: 0;
}
.inner-page .list-con .sideBarLeft .nav li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition:all .5s;
  /*word-break: break-all;*/
}
.inner-page .list-con .sideBarLeft .nav li:hover{
    background-color: var(--color)
}
.inner-page .list-con .sideBarLeft .nav li:hover a{
    color: #fff!important;
    
}
.inner-page .list-con .sideBarLeft .nav li a i{
    transition: .5s;
    opacity: 0;
}
.inner-page.list-con .sideBarLeft .nav li a:hover,
.inner-page .list-con .sideBarLeft .nav li.active a {
  color: var(--color);
}
.inner-page .list-con .sideBarLeft .nav>ul>li.active a i{
  transform: rotate(90deg);
}
.inner-page .list-con .sideBarLeft .nav li.active a.active{
  color: var(--color)!important;
}
.inner-page .list-con .sideBarLeft .nav>ul li ul{
  display: none;
}
.inner-page .list-con .sideBarLeft .nav>ul li.active ul{
  display: block;
}
.inner-page .list-con .sideBarLeft .nav>ul li ul li a{
  color: #999!important;
}

@media screen and (max-width: 1250px) {
    .inner-page .list-con .sideBarLeft .box {
        top: 96px;
    }
}
@media screen and (max-width: 1000px){
    .inner-page .list-con .sideBarLeft{
        display: none;
    }

}

.stationery-allpro-page .list-con .sideBarRight {
    width: 80%;
}

.stationery-allpro-page .list-con .sideBarRight .top-box .left .pro-title {
  font-size: 0.28rem;
  line-height: 1;
  color: #000;
}

.stationery-allpro-page .list-con .sideBarRight .top-box .pro-search {
  width: 3rem;
  padding: 0.08rem 0.2rem;
  border: 1px solid #e5e5e5;
  background-color: #fff;

}
.stationery-allpro-page .list-con .sideBarRight .top-box .pro-search input {
  box-shadow: none;
  outline: none;
  border: none;
  border-radius: 0;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
}
.stationery-allpro-page .list-con .sideBarRight .top-box .pro-search input[type=text] {
  float: left;
  width: 80%;
  height: 0.2rem;
  line-height: 1;
  color: #807e7e;
  font-size: 0.15rem;
}
.stationery-allpro-page .list-con .sideBarRight .top-box .pro-search input[type=submit] {
  float: right;
  width: 0.2rem;
  height: 0.2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.18rem;
  background-image: url("../images/pro-search.png");
  background-color: transparent;
}

.stationery-allpro-page .list-con .sideBarRight .product-list {
  /*margin-top: 0.36rem;*/
}
.stationery-allpro-page .list-con .sideBarRight .product-list .row {
  margin: 0 -0.08rem;
}

.stationery-allpro-page .list-con .sideBarRight .product-list .row .item {
  padding: 0 0.08rem;
  margin-bottom: 0.16rem;
  width: 25%;
}
.stationery-allpro-page .list-con .sideBarRight .product-list .row .item .con-box {
  background-color: #fff;
  padding: 0.5rem 0.24rem 0.32rem;
  text-align: center;
  position: relative;
}

.stationery-allpro-page .list-con .sideBarRight .product-list .row .item .con-box .tit {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  font-weight: bold;
  height: 40px;
  overflow: hidden;
}
.stationery-allpro-page .list-con .sideBarRight .product-list .row .item .con-box .con {
  font-size: 0.14rem;
  line-height: 0.16rem;
  color: #999;
  margin-top: 0.08rem;
}

.stationery-allpro-page .list-con .sideBarRight .product-list .row .item .con-box .block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.stationery-allpro-page .list-con .sideBarRight .product-list .row .item .con-box .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .3s;
  z-index: 3;
}
.stationery-allpro-page .list-con .sideBarRight .product-list .row .item .con-box:hover .mask {
  opacity: .6;
}
.stationery-allpro-page .list-con .sideBarRight .product-list .row .item .con-box .list-btns {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all .3s;
  z-index: 3;
}
.stationery-allpro-page .list-con .sideBarRight .product-list .row .item .con-box:hover .list-btns {
  opacity: 1;
  visibility: visible;
}

.stationery-allpro-page .list-con .sideBarRight .product-list .row .item .con-box .list-btns a {
  display: block;
  width: 130px;
  height: 44px;
  border: 2px solid #fff;
  margin: 0 auto 34px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  transition: all .3s;
}
.stationery-allpro-page .list-con .sideBarRight .product-list .row .item .con-box .list-btns a:hover{
    background-color: #e61121;
    border-color: #e61121;
}
.stationery-allpro-page .list-con .sideBarRight .product-list .row .item .con-box .list-btns a:last-child {
  margin-bottom: 0;
}

.stationery-allpro-page .list-con .sideBarRight .product-list .row .item .con-box .top-icon {
  position: absolute;
  right: 0.24rem;
  top: 0.24rem;
  font-size: 0;
  z-index: 3;
}

.stationery-allpro-page .list-con .sideBarRight .product-list .row .item .con-box .icon {
  display: inline-block;
  zoom: 1;
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  background-size: cover;
  margin-right: 0.12rem;
}

.stationery-allpro-page .list-con .sideBarRight .product-list .row .item .con-box .icon:last-child {
  margin-right: 0;
}


@media screen and (max-width: 1250px) {
    .stationery-allpro-page .list-con .sideBarRight .product-list .row .item{
        width: 33.3%;
    }
}

@media screen and (max-width: 1000px) {
    .stationery-allpro-page .list-con .sideBarRight{
        width: 100%;
    }

}
@media screen and (max-width: 700px) {
    .stationery-allpro-page .list-con .sideBarRight .product-list .row .item{
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .stationery-allpro-page .list-con .sideBarRight .product-list .row .item{
        width: 100%;
    }
}

.inner-page .list2 {
  margin-top: 0.36rem;
}
.inner-page .list2 ul {
  margin: 0 -0.08rem;
}

.inner-page .list2 ul li {
  padding: 0 0.08rem;
  margin-bottom: 0.16rem;
  width: 25%;
}
.inner-page .list2 ul li .box {
  background-color: #fff;
  padding: 0.5rem 0.24rem 0.32rem;
  text-align: center;
  position: relative;
}

.inner-page .list2 ul li .box .tit {
  font-size: 16px;

  color: #000;
  font-weight: bold;
  height: auto;
  overflow: hidden;
  margin-top: 10px;
}
.inner-page .list2 ul li .box .con {
  font-size: 0.14rem;
  line-height: 0.16rem;
  color: #999;
  margin-top: 0.08rem;
}

.inner-page .list2 ul li .box .block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.inner-page .list2 ul li .box .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .3s;
  z-index: 3;
}
.inner-page .list2 ul li .box:hover .mask {
  opacity: .6;
}
.inner-page .list2 ul li .box .list-btns {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all .3s;
  z-index: 3;
}
.inner-page .list2 ul li .box:hover .list-btns {
  opacity: 1;
  visibility: visible;
}

.inner-page .list2 ul li .box .list-btns a {
  display: block;
  width: 160px;
  height: auto;
  padding: 8px 0;
  border: 2px solid #fff;
  margin: 0 auto 24px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  transition: all .3s;
}
.inner-page .list2 ul li .box .list-btns a:hover{
    background-color: #C8102E;
    border-color: #C8102E;
}
.inner-page .list2 ul li .box .list-btns a:last-child {
  margin-bottom: 0;
}

.inner-page .list2 ul li .box .top-icon {
  position: absolute;
  right: 0.24rem;
  top: 0.24rem;
  font-size: 0;
  z-index: 3;
}

.inner-page .list2 ul li .box .icon {
  display: inline-block;
  zoom: 1;
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  background-size: cover;
  margin-right: 0.12rem;
}

.inner-page .list2 ul li .box .icon:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1250px) {
    .inner-page .list2 ul li{
        width: 33.3%;
    }
}
@media screen and (max-width: 1000px) {
    .inner-page .list2 ul li{
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .inner-page .list2 ul li{
        width: 100%;
    }

}


.talk-tab-box {
    padding: 1.1rem 0 0.9rem;
    position: relative;
}

.talk-tab-box .talk-tit {
    text-align: center;
    font-size: 0;
}

.talk-tab-box .talk-tit .tit {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #000;
    position: relative;
}

.talk-tab-box .talk-tit .txt {
    position: relative;
}

.talk-tab-box .talk-tit .txt:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 6px;
    z-index: -1;
    background-color: #df0024;
}

.talk-tab-box {
    padding: 1.1rem 0 0.9rem;
}

.talk-tab-box .bimg-box {
    margin-top: 0.4rem;
    position: relative;
}

.talk-tab-box .bimg-tab {
    overflow: hidden;
    position: relative;
}

.talk-tab-box .bimg-tab .swiper-slide {
    width: 52.67%;
    margin: 0 2%;
    cursor: pointer;
}

.talk-tab-box .bimg-tab .swiper-slide .img {
    position: relative;
}

.talk-tab-box .bimg-tab .swiper-slide .img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .68;
    filter: alpha(opacity=68);
}

.talk-tab-box .bimg-tab .swiper-slide .text {
    font-size: 0.2rem;
    line-height: 0.24rem;
    color: #1a1a1a;
    text-align: center;
    margin-top: 0.4rem;
    opacity: 0;
    filter: alpha(opacity=0);
}

.talk-tab-box .bimg-tab .swiper-slide-active {
    cursor: default;
}

.talk-tab-box .bimg-tab .swiper-slide-active .img:before {
    opacity: 0;
    filter: alpha(opacity=0);
}

.talk-tab-box .bimg-tab .swiper-slide-active .text {
    opacity: 1;
    filter: alpha(opacity=100);
}

.talk-tab-box .simg-tab {
    width: 48.4375%;
    margin: 0.28rem auto 0;
    padding-top: 0.7rem;
    border-top: 1px solid #231f20;
    overflow: hidden;
}

.talk-tab-box .simg-tab .swiper-slide {
    width: 12.8371%;
    margin-right: 1.7%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.talk-tab-box .simg-tab .swiper-slide:last-child {
    margin-right: 0;
}

.talk-tab-box .simg-tab .swiper-slide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    transition: all .3s;
}

.talk-tab-box .simg-tab .swiper-slide img {
    width: 100%;
}

.talk-tab-box .simg-tab .swiper-slide.cur:before {
    opacity: 0;
    filter: alpha(opacity=0);
}

.talk-tab-box .prev,
.talk-tab-box .next {
    position: absolute;
    top: 50%;
    width: 0.36rem;
    height: 0.36rem;
    margin-top: -0.38rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.07rem;
    background-color: #de0245;
    border-radius: 100%;
    z-index: 3;
}

.talk-tab-box .prev {
    background-image: url("../images/talk-prev.png");
    left: 1%;
}

.talk-tab-box .next {
    background-image: url("../images/talk-next.png");
    right: 1%;
}

.talk-tab-box .swiper-button-disabled {
    display: none;
}
.live-tab-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    z-index: -1;
}


.ip-page .ip-right{
    width: 80%;
}
@media screen and (max-width: 1000px) {
    .ip-page .ip-right {
        width: 100%;
    }
}