.grid-box {
    font-size: 0;
    letter-spacing: -4px;
    font-size: 12px;
}

.grid-box .column {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    letter-spacing: 0;
}

.grid-box .column {
    width: 100%;
}

.grid-box.two>.column {
    width: 50%;
}

.grid-box.three>.column {
    width: 33.33333%;
}

.grid-box.four>.column {
    width: 25%;
}

.grid-box.five>.column {
    width: 20%;
}

.grid-box.six>.column {
    width: 16.6666667%;
}

.grid-box.seven>.column {
    width: 14.285714%;
}

.grid-box.eight>.column {
    width: 12.5%;
}

.grid-box.nine>.column {
    width: 11.11111111%;
}

.grid-box.ten>.column {
    width: 10%;
}

@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }

    .grid-box.three>.column {
        width: 33.33333%;
    }

    .grid-box.four>.column {
        width: 33.33333%;
    }

    .grid-box.five>.column {
        width: 33.33333%;
    }
}

@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }

    .grid-box.three>.column {
        width: 50%;
    }

    .grid-box.four>.column {
        width: 50%;
    }

    .grid-box.five>.column {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }

    .grid-box.three>.column {
        width: 100%;
    }

    .grid-box.four>.column {
        width: 100%;
    }

    .grid-box.five>.column {
        width: 100%;
    }
}

#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: 140px;
    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 .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;
}

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

@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: 1700px) {
    body .zdy-tt.font-40 {
        font-size: 36px !important;
    }

    body .zdy-tt.font-36 {
        font-size: 32px !important;
    }
}

@media (max-width: 1450px) {
    body .zdy-tt.font-22 {
        font-size: 20px !important;
    }

    body .zdy-tt.font-26 {
        font-size: 24px !important;
    }

    body .zdy-zw.font-18 {
        font-size: 17px !important;
    }

    body .zdy-tt.font-36 {
        font-size: 30px !important;
    }

    body .zdy-tt.font-48 {
        font-size: 40px !important;
    }

    body .zdy-tt.font-40 {
        font-size: 32px !important;
    }
}

@media (max-width: 1250px) {
    body .zdy-tt.font-20 {
        font-size: 18px !important;
    }

    body .zdy-tt.font-24,
    body .zdy-tt.font-25 {
        font-size: 22px !important;
    }

    body .zdy-tt.font-26 {
        font-size: 23px !important;
    }

    body .zdy-zw.font-18 {
        font-size: 16px;
    }

    body .zdy-tt.font-30 {
        font-size: 24px !important;
    }

    body .zdy-tt.font-36 {
        font-size: 24px !important;
    }

    body .zdy-tt.font-40 {
        font-size: 28px !important;
    }

    body .zdy-tt.font-48 {
        font-size: 36px !important;
    }
}

@media (max-width: 1000px) {
    body .zdy-tt.font-26 {
        font-size: 21px !important;
    }

    body .zdy-tt.font-30 {
        font-size: 22px !important;
    }

    body .zdytt.font-36 {
        font-size: 22px !important;
    }

    body .zdy-tt.font-40 {
        font-size: 26px !important;
    }

    body .zdy-tt.font-48 {
        font-size: 32px !important;
    }
}

@media (max-width: 700px) {
    body .zdytt.font-36 {
        font-size: 20px !important;
    }

    body .zdy-tt.font-22,
    body .zdy-tt.font-24,
    body .zdy-tt.font-25 {
        font-size: 18px !important;
    }

    body .zdy-tt.font-26,
    body .zdy-tt.font-27,
    body .zdy-tt.font-28,
    body .zdy-tt.font-29 {
        font-size: 19px !important;
    }

    body .zdy-tt.font-30,
    body .zdy-tt.font-31,
    body .zdy-tt.font-32,
    body .zdy-tt.font-33,
    body .zdy-tt.font-34,
    body .zdy-tt.font-35 {
        font-size: 20px !important;
    }

    body .zdy-tt.font-36,
    body .zdy-tt.font-37,
    body .zdy-tt.font-38,
    body .zdy-tt.font-39 {
        font-size: 21px !important;
    }

    body .zdy-tt.font-40 {
        font-size: 22px !important;
    }

    body .zdy-tt.font-48,
    body .zdy-tt.font-49,
    body .zdy-tt.font-50,
    body .zdy-tt.font-51,
    body .zdy-tt.font-52,
    body .zdy-tt.font-53,
    body .zdy-tt.font-54,
    body .zdy-tt.font-55,
    body .zdy-tt.font-56,
    body .zdy-tt.font-57,
    body .zdy-tt.font-58,
    body .zdy-tt.font-59,
    body .zdy-tt.font-60,
    body .zdy-tt.font-61,
    body .zdy-tt.font-62,
    body .zdy-tt.font-63,
    body .zdy-tt.font-64,
    body .zdy-tt.font-65,
    body .zdy-tt.font-66,
    body .zdy-tt.font-67,
    body .zdy-tt.font-68,
    body .zdy-tt.font-69,
    body .zdy-tt.font-70,
    body .zdy-tt.font-71,
    body .zdy-tt.font-72,
    body .zdy-tt.font-73,
    body .zdy-tt.font-74,
    body .zdy-tt.font-75,
    body .zdy-tt.font-76,
    body .zdy-tt.font-77,
    body .zdy-tt.font-78 {
        font-size: 24px !important;
    }

    body .zdy-zw.font-18 {
        font-size: 15px !important;
    }
}

@media (max-width: 500px) {
    body .zdy-tt.font-48 {
        font-size: 24px !important;
    }
}

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

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

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

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

body {
    font-family: "Rany";
    font-weight: 400;
    font-size: 18px;
    --color: #c30d23;
    --white: #ffffff;
    margin: 0 auto;
}

.container {
    width: 1510px;
}

.f-color {
    color: var(--color);
}

.color-ff {
    color: #fff;
}

.img-bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.img_bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.t_l {
    transition: all 0.5s;
}

.fw-300 {
    font-weight: 300;
}

.fw-500 {
    font-weight: 500;
}

#header {
    z-index: 200;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

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

#header .nav .ui.menu {
    border-radius: 10px;
    width: 80%;
}

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

#header .nav .ui.menu .menu-box .menu-menu-container {
    height: 100%;
}

#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 44px;
    font-size: 18px;
    height: 100%;
    color: #fff;
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    z-index: 100;
    float: left;
    position: relative;
    transition: 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: 15px;
    -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;
}

#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 .line {
    display: block;
    width: 1px;
    height: 14px;
    background-color: #ffffff;
    opacity: 0.56;
    margin: 0 20px;
}

#header .nav .ui.menu .right .menubox {
    display: flex;
    align-items: center;
    background-color: var(--color);
    border-radius: 20px;
    padding: 6px 22px;
    border: 1px solid transparent;
    transition: all 0.5s;
}

#header .nav .ui.menu .right .menubox:hover {
    background-color: #fff;
    border-color: var(--color);
}

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

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

#header .nav .ui.menu .right .menubox:hover .line {
    background-color: var(--color);
}

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

#header .nav .ui.menu .right .h-language span {
    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;
    color: #fff;
}

#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-search {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
}

#header .nav .ui.menu .right .h-search img {
    filter: brightness(0) invert(1);
}

#header .nav .ui.menu .right .h-inquire {
    width: 40px;
    height: 40px;
    background-color: var(--color);
    border-radius: 50%;
    margin-left: 35px;
    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;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
    border: 1px solid transparent;
}

#header .nav .ui.menu .right .h-inquire img {
    filter: brightness(0) invert(1);
}

#header .nav .ui.menu .right .h-inquire:hover {
    background: #fff;
    color: var(--color);
    border-color: var(--color);
}

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

#header.active {
    background-color: #000;
}

#banner .banner-content {
    height: 100vh;
    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 {
    max-width: 820px;
    line-height: 1.3;
}

.btn-go {
    width: auto;
    min-width: 168px;
    padding: 0 18px;
    height: 50px;
    border-radius: 50px;
    background-color: var(--color);
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.5s;
    border: 1px solid transparent;
    font-size: 20px;
}

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

.mk-tt {
    text-transform: uppercase;
    line-height: 1.1;
}

.tips {
    text-transform: uppercase;
    color: var(--color);
}

.swiperbtnC {
    width: 72px;
    height: 72px;
    border: #cccccc 2px solid;
    border-radius: 50%;
    font-size: 40px;
    line-height: 1;
    color: #cccccc;
    cursor: pointer;
    z-index: 2;
}

.swiperbtnC .btn {
    width: 76px;
    height: 76px;
    top: -4px;
    left: -4px;
}

.swiperbtnC .btn circle {
    stroke-dashoffset: 220;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.swiperbtnC:hover {
    color: var(--color);
    border-color: var(--color);
}

.swiperbtnC:hover .btn circle {
    stroke-dashoffset: 0;
}

#index-body {
    position: relative;
    z-index: 1;
}

#index-body .init-1 .container .left {
    width: 46%;
}

#index-body .init-1 .container .left .img {
    border-radius: 10px;
    width: 100%;
}

#index-body .init-1 .container .right {
    width: 46%;
}

#index-body .init-1 .container .right .img {
    border-radius: 10px;
}

#index-body .init-1 .container .right .text {
    color: #555555;
}

#index-body .init-2 {
    z-index: 2;
}

#index-body .init-2 .container .tipsTitle {
    font-size: 280px;
    color: #eaeaea;
    font-weight: bold;
    line-height: 1;
    margin-top: 30px;
    opacity: 0.7;
    white-space: nowrap;
}

#index-body .init-2 .container .content {
    margin-top: -270px;
}

#index-body .init-2 .container .content .swiperbtnC {
    right: -150px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#index-body .init-2 .container .content .prev {
    left: -150px;
}

#index-body .init-2 .container .content .swiper {
    height: 635px;
}

#index-body .init-2 .container .content ul li {
    height: auto;
    opacity: 0;
    transition: all 0.5s;
}

#index-body .init-2 .container .content ul li .box {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding-right: 0px;
    width: 100%;
    transition: all 0.5s;
}

#index-body .init-2 .container .content ul li .box .img {
    width: 60%;
    transition: all 0.5s;
}

#index-body .init-2 .container .content ul li .box .img img {
    width: 100%;
    max-height: 635px;
    -o-object-fit: contain;
    object-fit: contain;
}

#index-body .init-2 .container .content ul li .box .cont {
    opacity: 0;
    width: 50%;
    z-index: 2;
    bottom: 16%;
    right: 0;
    pointer-events: none;
    transition: all 0.5s;
    padding-left: 150px;
}

#index-body .init-2 .container .content ul li .box .cont .title {
    font-weight: bold;
    transition: all 0.5s;
}

#index-body .init-2 .container .content ul li .box .cont .title:hover {
    color: var(--color);
}

#index-body .init-2 .container .content ul li .box .cont .des {
    color: #555555;
    padding-right: 4px;
}

#index-body .init-2 .container .content ul li.swiper-slide-active {
    width: 30% !important;
    opacity: 0.5;
}

#index-body .init-2 .container .content ul li.swiper-slide-active .box .img {
    width: 85%;
}

#index-body .init-2 .container .content ul li.swiper-slide-next {
    opacity: 1;
    width: 66% !important;
}

#index-body .init-2 .container .content ul li.swiper-slide-next .box .img {
    width: 64%;
}

#index-body .init-2 .container .content ul li.swiper-slide-next .cont {
    opacity: 1;
    pointer-events: all;
}


#index-body .init-3 {
    margin-top: -140px;
    background-position: bottom center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    background-size: cover;
}

#index-body .init-3 .container {
    height: 1300px;
}

#index-body .init-3 .play {
    width: 80px;
    height: 80px;
    top: 28%;
    left: 50%;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#index-body .init-3 .play .ling {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-animation: ks 3s linear infinite;
    -moz-animation: ks 3s linear infinite;
    -o-animation: ks 3s linear infinite;
    animation: ks 3s linear infinite;
    border-radius: 50%;
    background-color: var(--color);
}

#index-body .init-3 .play .ling:first-child {
    -webkit-animation-delay: -1.5s;
    -moz-animation-delay: -1.5s;
    -o-animation-delay: -1.5s;
    animation-delay: -1.5s;
}

#index-body .init-3 .play .cont {
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: var(--color);
    border-radius: 50%;
}

#index-body .init-3 .play .cont .img {
    width: 42px;
    height: 42px;
}

#index-body .init-4 {
    z-index: 3;
    margin-top: -105px;
}

#index-body .init-4 .content {
    max-width: 700px;
    margin: 60px auto 0;
}

#index-body .init-4 .content .swiperbtnC {
    right: -180px;
    top: 80px;
}

#index-body .init-4 .content .prev {
    left: -180px;
}

#index-body .init-4 .content ul li .box .titleC .img {
    min-width: 70px;
    width: 70px;
    height: 70px;
    margin-right: 30px;
}

#index-body .init-4 .content ul li .box .titleC .text {
    margin-top: 16px;
}

#index-body .init-4 .content ul li .box .des {
    color: #555555;
}

#index-body .init-5 .container .cont {
    min-height: 250px;
    border-radius: 120px;
    color: var(--white);
    padding: 20px 80px;
    -o-background-size: cover;
    background-size: cover;
}

#index-body .init-5 .container .cont form {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 80px;
}

#index-body .init-5 .container .cont form input {
    color: var(--white);
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--white);
    padding: 6px 0;
}

#index-body .init-5 .container .cont form input::-webkit-input-placeholder {
    color: #c6c6c6;
}

#index-body .init-5 .container .cont form input:-moz-placeholder {
    color: #c6c6c6;
}

#index-body .init-5 .container .cont form input::-moz-placeholder {
    color: #c6c6c6;
}

#index-body .init-5 .container .cont form input:-ms-input-placeholder {
    color: #c6c6c6;
}

#index-body .init-5 .container .cont form input::-ms-input-placeholder {
    color: #c6c6c6;
}

#index-body .init-5 .container .cont form input::placeholder {
    color: #c6c6c6;
}

#index-body .init-5 .container .cont form .mail {
    width: 100%;
}

#index-body .init-5 .container .cont form .btn {
    width: 28px;
    height: 24px;
    right: 0;
    bottom: 10px;
    cursor: pointer;
    transition: all 0.5s;
}

#index-body .init-5 .container .cont form .btn:hover {
    transform: rotate(45deg);
}

#index-body .init-6 .tipsTitle {
    font-weight: bold;
    text-transform: uppercase;
}

#index-body .init-6 .content ul li .box .img {
    display: block;
    border-radius: 10px;
}

#index-body .init-6 .content ul li .box .time {
    color: #8f8f8f;
}

#index-body .init-6 .content ul li .box .time .timeImg {
    width: 16px;
    height: 16px;
}

#index-body .init-6 .content ul li .box .time p {
    margin-top: 2px;
}

#index-body .init-6 .content ul li .box .title {
    font-weight: bold;
    display: block;
    transition: all 0.5s;
}

#index-body .init-6 .content ul li .box .title:hover {
    color: var(--color);
}

#footer {
    position: relative;
    z-index: 1;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    background-color: #151313;
}

#footer .fTop .cont {
    max-width: 970px;
}

#footer .fTop .cont .middle {
    max-width: 635px;
    color: var(--white);
}

#footer .fTop .cont .line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

#footer .fBottom .container .cont {
    max-width: 970px;
}

#footer .fBottom .container .listCont {
    margin-top: 50px;
}

#footer .fBottom .container .listCont .list {
    margin-top: 10px;
}

#footer .fBottom .container .listCont .list a {
    color: #818181;
}

#footer .fBottom .container .listCont .list a:hover {
    color: var(--color);
}

#footer .fBottom .container .listCont .list2 {
    color: #818181;
    line-height: 2.2;
}

#footer .fBottom .container .listCont1 {
    width: 150px;
}

#footer .fBottom .container .listCont2 {
    width: 280px;
}

#footer .fBottom .container .listCont3 {
    width: 395px;
}

#footer .fBottom .container .listCont4 #ewm {
    width: 126px;
    height: 126px;
    border: 5px solid #fff;
}

#footer .copyright {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 30px;
}

#footer .copyright .line {
    height: 1px;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(78%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 78%);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 78%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 78%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 78%);
}

#footer .copyright .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

#footer .copyright .container svg {
    height: 30px;
    width: auto;
    fill: rgba(255, 255, 255, 0.6);
    position: relative;
    top: 4px;
}

#footer .copyright .container a {
    margin: 0 5px;
}

#footer .copyright .container a img {
    margin-top: 8px;
    height: 16px;
}

#footer .copyright .container .left {
    position: relative;
    top: 0;
}

#footer .copyright .container .right {
    margin-top: 10px;
}

#footer .copyright .container .right li {
    margin: 0 6px;
}

#footer .copyright .container .right li a:hover {
    color: var(--color);
}

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

    #index-body .init-2 .container .content .swiperbtnC {
        right: -80px;
    }

    #index-body .init-2 .container .content .prev {
        left: -80px;
    }

    #index-body .init-2 .container .tipsTitle {
        font-size: 254px;
    }

    #index-body .init-2 .container .content .swiper {
        height: 570px;
    }
}

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

    #index-body .init-2 .container .tipsTitle {
        font-size: 224px;
    }

    #index-body .init-2 .container .content ul li .box {
        padding-right: 95px;
    }

    #index-body .init-2 .container .content ul li.swiper-slide-next .box .img {
        width: 56%;
    }

    #index-body .init-4 .content .swiperbtnC {
        right: -10px;
        width: 50px;
        height: 50px;
    }

    #index-body .init-4 .content ul li .box .des {
        padding: 0 40px;
    }

    #index-body .init-4 .content .prev {
        left: -10px;
    }

    #index-body .init-4 .content .swiperbtnC .btn {
        display: none;
    }
}

@media (max-width: 1250px) {
    body {
        font-size: 16px;
    }

    .btn-go {
        zoom: 0.9;
    }

    .swiperbtnC {
        zoom: 0.9;
    }

    #banner .banner-content {
        height: 40vw;
    }

    #index-body .init-2 .container .content {
        margin-top: -190px;
    }

    #index-body .init-2 .container .tipsTitle {
        font-size: 178px;
    }

    #index-body .init-2 .container .content .swiper {
        height: 400px;
    }

    #index-body .init-3 .container {
        height: 920px;
    }

    #index-body .init-5 .container .cont form {
        width: 100%;
        -webkit-box-flex: unset;
        -webkit-flex: unset;
        -moz-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        margin-left: 0;
    }
}

@media (max-width: 1000px) {
    #banner .banner-content {
        height: 400px;
    }

    #index-body .init-1 .container .left {
        width: 100%;
    }

    #index-body .init-1 .container .right {
        width: 100%;
        margin-top: 20px;
    }

    .phone_hide {
        display: none !important;
    }

    #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .titleC {
        top: 16%;
    }

    #banner .shadow2 {
        height: 10%;
    }

    #index-body .init-1 .container .left {
        width: 100%;
    }

    #index-body .init-1 .container .right {
        width: 100%;
        margin-top: 20px;
    }

    .swiperbtnC .btn {
        display: none;
    }

    #index-body .init-2 .container .content {
        margin-top: 30px;
    }

    #index-body .init-2 .container .tipsTitle {
        font-size: 60px;
    }

    #index-body .init-2 .container .content .swiper {
        height: auto;
    }

    #index-body .init-2 .container .content ul li .box {
        position: static;
        transform: none;
        padding: 0 20px;
    }

    #index-body .init-2 .container .content ul li .box .cont {
        opacity: 1;
        width: 100%;
        position: static;
        margin-top: 20px;
        pointer-events: all;
    }

    #index-body .init-2 .container .content ul li.swiper-slide-active {
        width: 50% !important;
        opacity: 1;
    }

    #index-body .init-2 .container .content ul li.swiper-slide-next {
        width: 50% !important;
    }

    #index-body .init-2 .container .content ul li.swiper-slide-next .box .img {
        width: 100%;
    }

    #index-body .init-5 .container .cont {
        border-radius: 50px;
        background-position: center;
    }

    #footer .fTop .cont .middle {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    #footer .fTop .cont .right #ewm {
        margin-top: 20px;
    }
}

@media (max-width: 700px) {
    .btn-go {
        zoom: 0.8;
    }

    .swiperbtnC {
        zoom: 0.8;
    }

    #index-body .init-2 .container .tipsTitle {
        font-size: 48px;
        margin-top: 10px;
    }

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

    #index-body .init-5 .container .cont {
        min-height: 1px;
        padding: 40px 20px;
        border-radius: 20px;
    }

    #index-body .init-5 .container .cont form {
        margin-top: 20px;
    }

    #index-body .init-5 .container .cont form .mail {
        width: 100%;
    }

    #index-body .init-5 .container .cont form .content {
        width: 100%;
    }

    #index-body .init-5 .container .cont form .btn {
        bottom: 4px;
    }

    #footer .fBottom .container .listCont {
        width: 100% !important;
        margin-top: 32px;
    }

}

@media (max-width: 500px) {
    #index-body .init-2 .container .tipsTitle {
        font-size: 30px;

    }

    #index-body .init-2 .container .content ul li .box {
        padding: 0;
    }

    #index-body .init-2 .container .content ul li.swiper-slide-next+.swiper-slide {
        width: 100% !important;
    }

    #index-body .init-2 .container .content ul li.swiper-slide-active {
        width: 100% !important;
    }

    #index-body .init-2 .container .content ul li.swiper-slide-next {
        width: 100% !important;
    }

    #index-body .init-3 .container {
        height: 600px;
    }

    #index-body .init-3 {
        margin-top: -40px;
    }

    #index-body .init-3 .play {
        top: 22%;
    }

    #index-body .init-4 .content ul li .box .titleC .img {
        width: 40px;
        height: 40px;
        min-width: 40px;
        margin-right: 10px;
        background-size: cover;
    }

    #index-body .init-4 .content ul li .box .des {
        padding: 0 24px;
    }

    #footer {
        -o-background-size: contain;
        background-size: contain;
    }

    #footer .fBottom .container .listCont3 {
        width: 100%;
    }

    #footer .fBottom .container .listCont {
        margin-top: 30px;
    }
}

/*-------------------------------inner page-------------------------------*/

.inner-page .m-page {
    font-size: 17px;
    font-weight: bold;
}

.inner-page .m-page>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 60px 0;
}

.inner-page .m-page a,
.inner-page .m-page span {
    margin: 0 .5em;
    width: 3.05882353em;
    height: 3.05882353em;
    border-radius: 100%;
    background-color: #dfdfdf;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

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

.inner-banner {
    height: 400px;
    background-position: center;
    background-size: cover;
    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;
    text-align: center;
    color: white;
    padding-top: 3.5%;
}

.inner-banner span.h2 {
    font-size: 26px;
    font-weight: 900;
}

.inner-banner .mbx {
    font-size: 18px;
    line-height: 34px;
    margin-top: .5em;
}

@media screen and (max-width: 1700px) {
    .inner-banner span.h2 {
        font-size: 28px;
    }

    .inner-banner .mbx {
        font-size: 16px;
    }
}

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

    .inner-banner span.h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 1000px) {
    .inner-banner {
        margin-top: 60px;
        height: 300px;
        padding-top: 0;
    }
}

@media screen and (max-width: 700px) {
    .inner-banner {
        height: 200px;
    }

    .inner-banner span.h2 {
        display: none;
    }

    .inner-page .m-page>div {
        margin: 30px 0;
    }
}

@media screen and (max-width: 500px) {
    .inner-banner {
        height: auto;
        padding: 15% 0;
    }
}

/*-------------------------------product page start-------------------------------*/


.inner-page .sideBarBox .sideBarRight .right .text p {
    font-size: 16px;
}

.inner-page .sideBarBox .sideBarRight .right .text .neirong {
    -webkit-line-clamp: 10;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.inner-page .sideBarBox .sideBarLeft {
    width: 27%;
    padding-right: 3%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.inner-page .sideBarBox .sideBarLeft form {
    font-size: 16px;
    height: 4.375em;
    border-radius: .25em;
    background-color: #f2f1ec;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.inner-page .sideBarBox .sideBarLeft form input {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 0 1.5em;
}

.inner-page .sideBarBox .sideBarLeft form button {
    width: 4.375em;
    background-color: transparent;
    border: none;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.inner-page .sideBarBox .sideBarLeft form button i {
    font-size: 1.6em;
}

.inner-page .sideBarBox .sideBarLeft form button:hover {
    background-color: var(--color);
    color: white;
}

.inner-page .sideBarBox .sideBarLeft .box .nav {
    font-size: 18px;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li {
    padding: .6em 0;
    border-bottom: 1px solid #e7e7e7;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li .benji {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    transition: .5s;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li .benji i {
    margin-right: 1.5em;
    opacity: .8;
    font-size: .8em;
    cursor: pointer;
    transition: all 0.5s;
    margin-top: 3px;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li .benji em {
    padding: 0 .5em;
    border-radius: .25em;
    background-color: #eeede7;
    margin-left: auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-left: 5px;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li .benji:hover,
.inner-page .sideBarBox .sideBarLeft .box .nav ul li .benji.active {
    color: var(--color);
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li .benji.active i {
    transform: rotate(90deg);
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li .benji:hover em,
.inner-page .sideBarBox .sideBarLeft .box .nav ul li .benji.active em {
    background-color: var(--color);
    color: white;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li ul {
    padding-left: 2.5em;
    font-size: 0.88888889em;
    margin-top: 1em;
    display: none;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li ul li {
    border-bottom: none;
    color: #666;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li ul li.active {
    color: var(--color);
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li.active ul {
    display: block;
}

.inner-page .sideBarBox .sideBarRight {
    width: 73%;
}

.yz-ys.productList ul {
    margin: 0 -15px;
}

.yz-ys.productList li {
    padding: 15px;
}

.yz-ys.productList ul li a.img-box {
    display: block;
    background-color: #f3f3f3;
    overflow: unset;
    border-radius: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.yz-ys.productList ul li a.img-box img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.yz-ys.productList ul li .content {
    padding: 0 5%;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.yz-ys.productList ul li .content span.h6 {
    color: #120c0b;
    display: block;
    padding: .5em 0 0;
    border-bottom: 1px solid #ececec;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.yz-ys.productList ul li .content span.h6 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: .5em;
}

.yz-ys.productList ul li:hover a.img-box {
    background-color: var(--color);
}

.yz-ys.productList ul li:hover a.img-box img {
    -webkit-transform: translateY(49%);
    -moz-transform: translateY(49%);
    -ms-transform: translateY(49%);
    transform: translateY(49%);
}

.yz-ys.productList ul li:hover .content span.h6 {
    color: #fff;
    border-bottom-color: #fff;
}

.yz-ys.productList ul li:hover .content .text {
    color: #fff;
}

.yz-ys.productList ul li:hover .content {
    -webkit-transform: translateY(-225%);
    -moz-transform: translateY(-225%);
    -ms-transform: translateY(-225%);
    transform: translateY(-225%);
}

@media screen and (max-width: 1700px) {
    .inner-page .sideBarBox .sideBarLeft form {
        height: 3em;
    }
}

@media screen and (max-width: 1250px) {
    .inner-page .sideBarBox .sideBarLeft .box .nav ul li .benji i {
        margin-right: 0.5em;
    }

    .inner-page .sideBarBox .sideBarLeft .box .nav {
        font-size: 16px;
    }

    .inner-page .sideBarBox .sideBarRight .productList li {
        width: 50%;
    }

    .yz-ys.productList ul li:hover .content {
        transform: translateY(-268%);
    }
}

@media screen and (max-width: 1000px) {
    .inner-page .sideBarBox .sideBarLeft {
        display: none;
    }

    .inner-page .sideBarBox .sideBarRight {
        width: 100%;
    }

    .yz-ys.productList ul li:hover a.img-box img {
        transform: none;
    }

    .yz-ys.productList ul li:hover .content {
        transform: none;
    }

    .yz-ys.productList ul li:hover .content span.h6 {
        color: #120c0b;
        border-bottom-color: #ececec;
    }

    .yz-ys.productList ul li:hover .content .text {
        color: #000;
    }
}

@media screen and (max-width: 500px) {
    .inner-page .sideBarBox .sideBarRight .productList li {
        width: 100%;
    }
}

/*-------------------------------product page start-------------------------------*/

/*-------------------------------.product-det-page start-------------------------------*/

.product-det-page .product-det-1 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-det-page .product-det-1 .left {
    width: 40%;
    vertical-align: middle;
}

.product-det-page .product-det-1 .left a {
    display: block;
    padding: 0;
    border: 1px solid #bebebe;
}

.product-det-page .product-det-1 .left a img {
    margin: auto;
    width: 100%;
}

.product-det-page .product-det-1 .left .smallImg a img {
    height: 120px;
}

.product-det-page .product-det-1 .left ul {
    margin: -10px;
}

.product-det-page .product-det-1 .left ul li {
    padding: 10px;
}

.product-det-page .product-det-1 .left .smallImg {
    width: 19%;
    padding-right: 20px;
}

.product-det-page .product-det-1 .left .smallImg .slick-current a {
    border-color: var(--color);
}

.product-det-page .product-det-1 .left .bigImg {
    width: 100%;
}

.product-det-page .product-det-1 .left .bigImg a {
    position: relative;
    background: #f3f3f3;
    border-radius: 20px;
}

.product-det-page .product-det-1 .left .bigImg a:before {
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: var(--color);
    background-image: url("../images/icon-search-white.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 3%;
    right: 3%;
}

.product-det-page .product-det-1 .right {
    width: 60%;
    padding-left: 3.5%;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-det-page .product-det-1 .right .flexBottom a.more {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.product-det-page .product-det-1 .right h1 {
    line-height: 50px;
    display: block;
}

.product-det-page .product-det-1 .right .text {
    margin: 1em 0 2em;
    line-height: 30px;
    font-size: 16px;
    max-height: 200px;
    overflow-y: auto;
}

.product-det-page .product-det-1 .right .more {
    margin-bottom: 10px;
}

.product-det-page .product-det-1 .right .flexTop span.tag {
    text-transform: capitalize;
}

.product-det-page .product-det-1 .right .smallImg a img {
    display: block;
    margin: 0 auto;
    background: #f3f3f3;
}

.product-det-page .product-det-1 .right ul {
    margin: -10px;
}

.product-det-page .product-det-1 .right ul .slick-track {
    margin-left: 0;
}

.product-det-page .product-det-1 .right ul li {
    padding: 10px;
}

.product-det-page .product-det-1 .right .smallImg {
    width: 100%;
}

.product-det-page .product-det-1 .right .smallImg a {
    border-radius: 20px;
}

.product-det-page .product-det-1 .right .smallImg a img {
    border-radius: 20px;
}

.product-det-page .product-det-1 .right .smallImg .slick-current a {
    border-color: var(--color);
}

.product-det-page .product-det-1 .right .flexBottom a.more:hover {
    border: 1px solid var(--color);
    color: var(--color);
}

.product-det-page .product-det-1 .right .flexBottom a.more {
    border: 1px solid var(--color);
}

.miaoshu-det .top {
    margin-bottom: 30px;
}

.miaoshu-det .top h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.miaoshu-det .top p {
    font-size: 17px;
    line-height: 2;
    padding: 5px 0;
}

.miaoshu-det .top h2:before {
    content: "";
    width: .8em;
    height: .8em;
    background: var(--color);
    margin-right: .5em;
}

.miaoshu-det .bottom table {
    font-size: 16px;
    border: 0;
    margin-bottom: 0;
}

.miaoshu-det .bottom table td p {
    line-height: 1.8;
    padding: 5px;
}

.miaoshu-det .text {
    font-size: 17px;
}

.miaoshu-det .top .cont {
    margin-bottom: 30px;
}

.inner-page .dotsBox {
    margin-top: 50px;
    text-align: center;
}

.inner-page .dotsBox .prev,
.inner-page .dotsBox .next,
.inner-page .dotsBox .dots,
.inner-page .dotsBox li {
    display: inline-block;
    vertical-align: middle;
}

.inner-page .dotsBox .prev,
.inner-page .dotsBox .next,
.inner-page .dotsBox button {
    margin: 0 13px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 100%;
    font-size: 18px;
    color: #301500;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #ffc3c3;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-weight: 400;
    border: none;
    cursor: pointer;
}

.inner-page .dotsBox .prev:after,
.inner-page .dotsBox .next:after,
.inner-page .dotsBox button:after {
    content: '';
    width: 130%;
    height: 130%;
    position: absolute;
    left: -15%;
    top: -15%;
    border-radius: inherit;
    border: 2px solid #ececec;
}

.inner-page .dotsBox .prev:hover,
.inner-page .dotsBox .next:hover,
.inner-page .dotsBox button:hover,
.inner-page .dotsBox .slick-active button {
    background: var(--color);
    color: #fff;
}

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

    .product-det-page .product-det-1 .right h1 {
        font-size: 20px;
    }

    .miaoshu-det .top h2 {
        font-size: 20px;
    }

    .inner-page .dotsBox {
        zoom: .8;
    }

}

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

    .product-det-page .product-det-1 .right h1 {
        font-size: 18px;
    }

    .product-det-page .product-det-1 .left .bigImg a:before {
        zoom: .7;
    }

    .product-det-page .product-det-1 .right .text {
        font-size: 16px;
    }

    .product-det-page .product-det-1 .right .more {
        font-size: 13px;
    }

    .miaoshu-det .top h2 {
        font-size: 18px;
    }
}

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

    .product-det-page .product-det-1 .right h1 {
        font-size: 16px;
        line-height: 32px;
    }

    .product-det-page .product-det-1 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .product-det-page .product-det-1 .left {
        padding-right: 0;
        width: 100%;
    }

    .miaoshu-det .top h2 {
        font-size: 16px;
        line-height: 32px;
    }
}

@media screen and (max-width: 700px) {
    .inner-page.product-det-page .miaoshu-det {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 500px) {
    .product-det-page .product-det-1 .right .flexBottom a.more {
        padding: 0 1em;
        height: 2.4em;
    }

    .product-det-page .product-det-1 .right .flexBottom a.more.ml-15 {
        margin-left: 5px;
    }
}

/*-------------------------------p.product-det-page end-------------------------------*/

/*-------------------------------about page start-------------------------------*/
.about-page .about-1 .flex {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.about-page .about-1 .flex .title {
    width: 50%;
    padding-right: 20px;
}

.about-page .about-1 .flex .text {
    width: 50%;
    line-height: 1.7;
}

.about-page .about-1 .list {
    margin: 65px 0;
    text-align: center;
}

.about-page .about-1 .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.about-page .about-1 .list ul li {
    width: 25%;
}

.about-page .about-1 .list ul li span {
    font-size: 40px;
    line-height: 1;
    display: block;
    margin-bottom: .2em;
    font-weight: bold;
    color: var(--color);
}

.about-page .about-1 .list ul li p {
    font-size: 18px;
}

.about-page .about-1 .box {
    height: 700px;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
}

.about-page .about-1 .box .play {
    cursor: pointer;
    cursor: hand;
}

.about-page .about-2 .box {
    height: 700px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5%;
}

.about-page .about-2 .box .mask i {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about-page .about-2 .box .mask i.active {
    opacity: 1;
}

.about-page .about-2 .box .content {
    width: 660px;
    border: 1px solid #e5e5e5;
    padding: 4% 3%;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    background-color: white;
}

.about-page .about-2 .box .content span.tag {
    display: block;
    color: #c30d23;
    margin-bottom: .5em;
    font-weight: 500;
}

.about-page .about-2 .box .content .text {
    margin: 1.5em 0;
    max-width: 90%;
}

.about-page .about-2 .box .content .slickBtn {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}


.about-page .about-3 .top {
    background-position: bottom center;
    background-repeat: no-repeat;
}

.about-page .about-3 .top .list ul a.img-box {
    max-width: 220px;
    margin-left: 20px;
}

.about-page .about-3 .top .list ul .content {
    padding-left: 20px;
    position: relative;
    overflow: hidden;
}

.about-page .about-3 .top .list ul .content span.h6 {
    line-height: 1;
}

.about-page .about-3 .top .list ul .content:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: var(--color);
    border-radius: 100%;
}

.about-page .about-3 .top .list ul .content:after {
    content: '';
    width: 1px;
    height: 100%;
    top: 20px;
    position: absolute;
    left: 5px;
    background-color: var(--color);
    opacity: .5;
}

.about-page .about-3 .top .list ul .slick-slide {
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    transition: 1.5s;
    margin-top: 150px;
}

.about-page .about-3 .top .list ul .slick-current {
    margin-top: 150px;
}

.about-page .about-3 .top .list ul .slick-current~div {
    margin-top: 50px;
}

.about-page .about-3 .top .list ul .slick-current+.slick-active {
    margin-top: 100px;
}

.about-page .about-3 .top .list ul .slick-current+div+div {
    margin-top: 50px;
}

.about-page .about-3 .top .list ul .slick-current+div+div+div {
    margin-top: 0;
}

.about-page .about-3 .bottom .line {
    height: 2px;
    background-color: #eaeaea;
    position: relative;
    display: block;
}

.about-page .about-3 .bottom .line i {
    height: 100%;
    position: absolute;
    left: 0;
    width: 0;
    background-color: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about-page .about-3 .bottom .list {
    color: #999;
}

.about-page .about-3 .bottom .list li {
    cursor: pointer;
    cursor: hand;
}

.about-page .about-3 .bottom .list .slick-current {
    color: var(--color);
}

.about-page .about-3 .slickBtn div {
    background-color: transparent;
    border: 1px solid var(--color);
    color: var(--color);
}

.about-page .about-3 .slickBtn div:hover {
    background-color: var(--color);
    color: #fff;
}

.about-page .about-4 .left {
    width: 50%;
    padding-right: 0%;
}

.about-page .about-4 .left .text {
    font-size: 17px;
    margin-top: 1.5em;
    line-height: 1.7;
}

.about-page .about-4 .left a.more {
    margin-top: 3.52941176em;
}

.about-page .about-4 .right {
    width: 50%;
}


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

    .about-page .about-1 .list ul li p {
        font-size: 16px;
    }

    .about-page .about-1 .list ul li span {
        font-size: 32px;
    }

    .about-page .about-4 .left .text {
        font-size: 15px;
    }
}

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

    .about-page .about-1 .box {
        height: 400px;
    }

    .about-page .about-2 .box {
        height: 600px;
    }

    .about-page .about-3 .slickBtn div.prev {
        right: 102%;
        left: auto;
    }

    .about-page .about-3 .slickBtn div.next {
        left: 102%;
        right: auto;
    }
}

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

    .about-page .about-1 .list ul li p {
        font-size: 14px;
    }

    .about-page .about-1 .list {
        margin: 40px 0;
    }

    .about-page .about-1 .box {
        height: 320px;
    }

    .about-page .about-1 .list ul li span {
        font-size: 28px;
    }

    .about-page .about-2 .box {
        height: 500px;
    }

    .about-page .about-4 .left .text {
        font-size: 14px;
        line-height: 2;
    }
}

@media screen and (max-width: 1000px) {
    .about-page .about-1 .flex .title {
        width: 100%;
        padding-right: 0;
    }

    .about-page .about-1 .flex .text {
        width: 100%;
        margin-top: 5%;
    }

    .about-page .about-2 .box {
        height: 420px;
    }

    .about-page .about-2 .box .content {
        width: 100%;
    }

    .about-page .about-3 .top .list ul .slick-slide {
        margin-top: 0 !important;
    }

    .about-page .about-4 .left {
        padding-right: 0;
        width: 100%;
    }

    .about-page .about-4 .right {
        width: 100%;
        margin-top: 30px;
    }
}

@media screen and (max-width: 700px) {
    .about-page .about-1 .box {
        height: 240px;
    }

    .about-page .about-1 .box .play {
        max-width: 60px;
    }

    .about-page .about-1 .list ul {
        gap: 0;
        flex-wrap: wrap;
    }

    .about-page .about-1 .list ul li {
        width: 50%;
        padding: 10px;
    }

    .about-page .about-1 .list ul li span {
        font-size: 24px;
    }

    .about-page .about-2 .box {
        height: auto;
    }

    .about-page .about-2 .box .content {
        background-color: rgba(255, 255, 255, 0.6);
    }

    .about-page .about-3 .slickBtn {
        display: none;
    }

}

@media screen and (max-width: 500px) {
    .about-page .about-1 .list ul li {
        width: 100%;
    }

    .about-page .about-1 .list ul li span {
        margin-bottom: .2em;
    }

    .about-page .about-1 .box {
        height: 200px;
    }
}

/*-------------------------------about page end-------------------------------*/
/*-------------------------------news-page start-------------------------------*/
.news-page .ui.container ul.newslist li {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.news-page .ui.container ul.newslist li .column {
    vertical-align: top;
}

.news-page .ui.container ul.newslist li:last-child {
    margin-bottom: 0;
}

.news-page .ui.container ul.newslist li .date {
    min-width: 120px;
    width: 120px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news-page .ui.container ul.newslist li .date span {
    color: var(--color);
    line-height: 1;
    text-align: center;
}

.news-page .ui.container ul.newslist li .date em {
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    color: var(--color);
    margin-top: 10px;
}

.news-page .ui.container ul.newslist li .text {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    padding-left: 80px;
}

.news-page .ui.container ul.newslist li .text .content {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-page .ui.container ul.newslist li .text h5 {
    margin-bottom: 20px;
    line-height: 2;
}

.news-page .ui.container ul.newslist li .text h5 a {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.news-page .ui.container ul.newslist li .text h5 a:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: var(--color);
}

.news-page .ui.container ul.newslist li .text p {
    color: #a5a5a5;
    line-height: 2;
}

.news-page .ui.container ul.newslist li .text .content p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news-page .ui.container ul.newslist li .img-box {
    max-height: 170px;
    overflow: hidden;
    width: 30%;
}

@media screen and (max-width: 1450px) {
    .news-page .ui.container ul.newslist li {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .news-page .ui.container ul.newslist li .text {
        padding-left: 50px;
    }
}

@media screen and (max-width: 1000px) {
    .news-page .ui.container ul.newslist li {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .news-page .ui.container ul.newslist li .text {
        padding-left: 20px;
    }

    .news-page .ui.container ul.newslist li .text h5 {
        margin-bottom: 5px;
    }
}

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

    .news-page .ui.container ul.newslist li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news-page .ui.container ul.newslist li .text {
        max-width: 600px;
        padding: 0 0px;
        width: 100%;
    }

    .news-page .ui.container ul.newslist li .date span {
        text-align: left;
    }

    .news-page .ui.container ul.newslist li .date em {
        font-size: 16px;
        text-align: left;
    }

    .news-page .ui.container ul.newslist li .text h5 {
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .news-page .ui.container ul.newslist li .text .content {
        line-height: 2;
    }
}

/*-------------------------------news-page end-------------------------------*/
/*-------------------------------newdet-page start-------------------------------*/
.newdet-page .ui.container .newst {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    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;
}

.newdet-page .ui.container .newst span {
    color: var(--color);
    font-weight: 500;
}

.newdet-page .ui.container .newst span em {
    color: #a5a5a5;
    font-weight: 400;
    margin-left: 10px;
}

.newdet-page .ui.container h1 {
    margin: 0 0 30px;
}

.newdet-page .ui.container .content {
    color: #626262;
    font-size: 16px;
    line-height: 2;
    margin-top: 30px;
}

.newdet-page .ui.container .bottom {
    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;
    padding: 50px 0 30px;
    border-bottom: 1px solid #ccc;
}

.newdet-page .ui.container .bottom .sharebox {
    color: #222;
}

.newdet-page .ui.container .bottom .sharebox span {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
    vertical-align: middle;
    width: auto;
}

.newdet-page .ui.container .bottom .sharebox ul {
    width: auto;
    vertical-align: middle;
}

.newdet-page .ui.container .bottom .sharebox ul li {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    border-radius: 100%;
    padding: 0;
    margin-right: 10px;
    text-align: center;
    line-height: 50px;
}

.newdet-page .ui.container .bottom .sharebox ul li a {
    font-size: 24px;
    color: var(--color);
}

.newdet-page .ui.container .bottom .tabbox .mores i {
    width: 50px;
    height: 50px;
    border: solid 1px #ccc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    color: var(--color);
}

.newdet-page .ui.container .bottom .tabbox .mores i img {
    width: 16px;
    display: block;
    margin: 18px auto 0;
}

.newdet-page .ui.container .bottom .tabbox a.mores.prev i img {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}

.newdet-page .ui.container .bottom .tabbox .mores:hover i {
    background: var(--color);
    color: #fff;
}

.newdet-page .ui.container .bottom .tabbox .mores:hover i img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.inner-page .form ul {
    margin: -15px -7px;
}

.inner-page .form ul li {
    padding: 15px 7px;
}

.inner-page .form ul li input,
.inner-page .form ul li textarea {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: .6em 1em;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
    color: #8e8e8e;
}

.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
    color: #8e8e8e;
}

.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
    color: #8e8e8e;
}

.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
    color: #8e8e8e;
}

.inner-page .form ul li input::placeholder,
.inner-page .form ul li textarea::placeholder {
    color: #8e8e8e;
}

.inner-page .form ul li textarea {
    height: 150px;
}

.inner-page .form ul li .more {
    width: 100%;
    text-align: center;
    height: 50px;
    border-radius: 50px;
    background-color: var(--color);
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.5s;
    border: 1px solid transparent;
    font-size: 20px;
}

.inner-page .form ul li .more:hover {
    background-color: #fff;
    color: var(--color);
    border-color: var(--color);
}

.inner-page .form ul li.wid-100 {
    width: 100%;
}

@media screen and (max-width: 1700px) {
    .inner-page .form ul {
        margin: -6px;
    }

    .inner-page .form ul li input,
    .inner-page .form ul li textarea,
    .inner-page .form ul li input[type="submit"] {
        font-size: 16px;
    }
}

@media screen and (max-width: 700px) {
    .newdet-page .ui.container .content {
        font-size: 16px;
    }

    .newdet-page .ui.container .bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .newdet-page .ui.container .bottom .sharebox {
        width: 100%;
        margin-bottom: 20px;
    }
}

/*-------------------------------newdet-page end-------------------------------*/
/*-------------------------------contact-page start-------------------------------*/

.contact-page .contact-1 {
    text-align: center;
}

.contact-page .contact-1 .text {
    color: #626262;
    line-height: 1.6;
    max-width: 650px;
    display: block;
    margin: 1em auto 2em;
}

.contact-page .contact-1 .list ul {
    margin: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-page .contact-1 .list ul li {
    padding: 20px;
}

.contact-page .contact-1 .list ul li .box {
    padding: 35px 5% 15px;
    border: 1px solid #bfbfbf;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    height: 100%;
    position: relative;
    top: 0;
    border-radius: 20px;
}

.contact-page .contact-1 .list ul li .box i {
    display: block;
}

.contact-page .contact-1 .list ul li .box i img {
    display: block;
    margin: 0 auto;
}

.contact-page .contact-1 .list ul li .box span.h6 {
    color: #242424;
    margin: 1em 0 .5em;
    display: block;
}

.contact-page .contact-1 .list ul li .box p {
    color: #626262;
    line-height: 1.4;
}

.contact-page .contact-1 .list ul li .box:hover {
    border-color: var(--color);
    top: -20px;
}

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

    .contact-page .contact-1 .text {
        margin-bottom: 2em;
    }

    .contact-page .contact-1 .list ul li .box {
        padding: 15px 5%;
    }

    .contact-page .contact-1 .list ul li .box i img {
        max-height: 80px;
    }
}

@media screen and (max-width: 1250px) {
    .contact-page .contact-1 .list ul li .box i img {
        max-height: 60px;
    }

    .contact-page .contact-1 .list ul li {
        padding: 10px;
    }

    .contact-page .contact-1 .list ul {
        margin: -10px;
    }
}

@media screen and (max-width: 700px) {
    .contact-page .contact-1 .list ul li {
        width: 100%;
    }
}

/*-------------------------------contact-page end-------------------------------*/
/*-------------------------------faq-page start-------------------------------*/

.faq-page {
    background-position: top 8% right 8%;
    background-repeat: no-repeat;
}

.faq-page span.h2 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: .8em;
}

.faq-page .list ul li {
    margin-bottom: 1.5em;
    font-size: 10px;
    padding: 2.5em 5em;
    border-radius: 2.5em;
    background-color: #f8f8f9;
}

.faq-page .list ul li span.h6 {
    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;
    font-weight: bold;
    font-size: 2.4em;
}

.faq-page .list ul li span.h6 em {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.faq-page .list ul li span.h6 i {
    width: 1.66666667em;
    height: 1.66666667em;
    border-radius: 100%;
    background-color: black;
    cursor: pointer;
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.faq-page .list ul li span.h6 i:after,
.faq-page .list ul li span.h6 i:before {
    content: '';
    width: 40%;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 30%;
}

.faq-page .list ul li span.h6 i:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq-page .list ul li .text {
    font-size: 16px;
    margin-top: 1em;
    display: none;
}

.faq-page .list ul li.active span.h6 em {
    font-size: 1.25em;
}

.faq-page .list ul li.active span.h6 i:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.faq-page .list ul li.active i {
    background-color: var(--color) !important;
    transition: all .5s ease;
}

.faq-page .list ul li i {
    transition: all .5s ease;
}

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

    .faq-page .list ul li {
        font-size: 8px;
    }
}

@media screen and (max-width: 1450px) {
    .faq-page {
        background-size: 30% auto;
    }
}

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

    .faq-page .list ul li {
        font-size: 7px;
    }

    .faq-page .list ul li .text {
        font-size: 14px;
    }

}

@media screen and (max-width: 500px) {
    .faq-page .list ul li {
        padding: 1.5em;
        font-size: 6px;
    }

}

/*-------------------------------faq-page end-------------------------------*/

/*-------------------------------honor-page start-------------------------------*/

.honor-page .slide {
    margin-top: 70px;
}

.honor-page .slide:first-child {
    margin-top: 0;
}

.honor-page .slide span.h2 {
    margin-bottom: 1em;
}

.honor-page .slide .list ul {
    margin: -30px -55px;
}

.honor-page .slide .list ul li {
    padding: 20px 15px;
}

.honor-page .slide .list ul li a {
    display: block;
}

.honor-page .slide .list ul li a img {
    width: 100%;
}

@media screen and (max-width: 1450px) {
    .honor-page .slide .list ul li {
        padding: 30px;
    }

    .honor-page .slide .list ul {
        margin: -30px;
    }
}

@media screen and (max-width: 1000px) {
    .honor-page .slide .list ul li {
        padding: 10px;
    }

    .honor-page .slide .list ul {
        margin: -10px;
    }
}

/*-------------------------------honor-page end-------------------------------*/
/*-------------------------------customization page start-------------------------------*/
.customization-page .customization-1 .left {
    vertical-align: middle;
}

.customization-page .customization-1 .left .img {
    height: 620px;
    display: block;
    -webkit-mask-image: url("../images/customization-1-mask.png");
    mask-image: url("../images/customization-1-mask.png");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.customization-page .customization-1 .right {
    vertical-align: middle;
    padding-left: 5%;
    padding-top: 5%;
}

.customization-page .customization-1 .right span.h2 {
    margin: .5em 0;
}

.customization-page .customization-1 .right span.h2 em {
    font-size: 0.875em;
}

.customization-page .customization-1 .right a.more {
    margin-top: 2em;
    font-size: 18px;
}

.customization-page .customization-2 .header {
    text-align: left;
}

.customization-page .customization-2 .header .title {
    font-size: 60px;
    color: #030303;
    line-height: 1;
    font-weight: bold;
    margin-top: 5px;
}

.customization-page .customization-2 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
}

.customization-page .customization-2 .content ul li {
    padding-right: 20px;
    width: 25%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    color: #000;
    text-align: left;
}

.customization-page .customization-2 .content ul li .ig {
    border: solid 1px var(--color);
    border-radius: 20px;
    padding: 55px 35px 30px 37px;
}

.customization-page .customization-2 .content ul li .ig i {
    display: block;
}

.customization-page .customization-2 .content ul li .ig .tit {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 30px;
    padding-bottom: 20px;
    text-align: left;
}

.customization-page .customization-2 .content ul li .ig .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    -moz-transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -moz-transform 0.4s ease-out;
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -moz-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    max-height: 166px;
    overflow-y: auto;
}

.customization-page .customization-2 .content ul li .ig .num {
    position: absolute;
    bottom: 30px;
    right: 35px;
    font-size: 16px;
    color: #030303;
    font-weight: bold;
}

.customization-page .customization-2 .content ul li.active {
    width: 50%;
}

.customization-page .customization-2 .content ul li.active .con {
    opacity: .65;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.pr {
    position: relative
}

.pa {
    position: absolute
}


.customization-page .customization-3 {
    text-align: center;
}

.customization-page .customization-3 .list {
    margin-top: 80px;
}

.customization-page .customization-3 .list ul {
    margin: -13px;
}

.customization-page .customization-3 .list ul li {
    padding: 13px;
    text-align: center;
    overflow: hidden;
}

.customization-page .customization-3 .list ul li .num_box {
    position: relative;
    display: inline-block;
}

.customization-page .customization-3 .list ul li span.num {
    font-size: 30px;
    font-weight: 900;
    color: var(--color);
    display: inline-block;

    position: relative;
}

.customization-page .customization-3 .list ul li .num_box::before,
.customization-page .customization-3 .list ul li .num_box::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 500px;
    background-color: #bfbfbf;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-left: .5em;
    margin-top: -0.2em;
}

.customization-page .customization-3 .list ul li .num_box::before {
    right: 100%;
    left: auto;
    margin-right: 1em;
    margin-left: 0;
}

.customization-page .customization-3 .list ul li:first-child .num_box::before {
    display: none;
}

.customization-page .customization-3 .list ul li:last-child .num_box::after {
    display: none;
}

.customization-page .customization-3 .list ul li span.h6 {
    font-weight: 700;
    font-size: 20px;
    color: #999999;
    margin: .5em 0;
    display: block;
    line-height: 1.2;
}

.customization-page .customization-3 .list ul li .text {
    line-height: 1.6;
    color: #626262;
}

.customization-page .customization-3 .list ul .slick-slide:last-child li span.num:after,
.customization-page .customization-3 .list ul li:last-child span.num:after {
    display: none;
}

.customization-page .customization-3 .list ul li .text {
    font-size: 18px;
}


.customization-page .customization-4 .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.customization-page .customization-4 .bottom {
    margin-top: 70px;
    border-top: 1px solid #bfbfbf;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.customization-page .customization-4 .bottom .left {
    width: 100%;
    padding-right: 0%;
}

.customization-page .customization-4 .bottom .left .list ul li {
    font-weight: bold;
    font-size: 28px;
    padding: 1em 0;
    position: relative;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.customization-page .customization-4 .bottom .left .list ul li em {
    color: #bfbfbf;
}

.customization-page .customization-4 .bottom .left .list ul li:after {
    content: '';
    bottom: 0;
    left: 0;
    width: 300%;
    height: 1px;
    background: #bfbfbf;
    position: absolute;
    z-index: -1;
}

.customization-page .customization-4 .bottom .left .list ul li .des {
    font-size: 20px;
    color: black;
    font-weight: normal;
    padding-left: 45px;
    margin-top: 15px;
    display: none;
}

.customization-page .customization-4 .bottom .left .list ul li.active,
.customization-page .customization-4 .bottom .left .list ul li:hover {
    color: var(--color);
}

.customization-page .customization-4 .bottom .right {
    margin-top: 35px;
    margin-right: 45px;
    width: 32%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.customization-page .customization-4 .bottom .right .img {
    height: 450px;
    background-size: cover;
    background-position: center center;
    display: block;
}

.customization-page .customization-5 {
    padding: 130px 0 90px;
    text-align: center;
    color: white;
    background-image: url("../images/service-3-bg.jpg");
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.customization-page .customization-5 span.h2 {
    margin-bottom: 1.2em;
    line-height: 1.4;
    font-size: 48px;
}

.customization-page .customization-5 a.more {
    color: #ffffff;
    font-size: 18px;
}

.customization-page .customization-5 a.more:hover {
    color: white;
}

.customization-page .customization-6 ul {
    margin: -12px;
}

.customization-page .customization-6 ul li {
    padding: 12px;
}

.customization-page .customization-6 ul li .img-box img {
    border-radius: 20px;
}

.customization-page .customization-6 ul li .title {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    background: rgba(0, 0, 0, 0.3);
    padding: 0 20px;
}

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

    .customization-page .customization-3 .list ul li span.h6 {
        font-size: 20px;
    }

    .customization-page .customization-3 .list ul li span.num {
        font-size: 36px;
    }

    .customization-page .customization-3 .list {
        margin-top: 50px;
    }

    .customization-page .customization-4 .bottom .left .list ul li {
        font-size: 24px;
    }

    .customization-page .customization-4 .bottom .right {
        width: 27%;
    }

    .customization-page .customization-4 .bottom .right .img {
        height: 360px;
    }

    .customization-page .customization-4 .bottom {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1450px) {
    .customization-page .customization-1 .left .img {
        height: 600px;
    }

    .customization-page .customization-2 .content ul li .ig {
        padding: 40px 30px 30px;
    }

    .customization-page .customization-2 .content ul li .ig .tit {
        font-size: 32px;
    }

    .customization-page .customization-3 .list ul li span.num {
        font-size: 32px;
    }

    .customization-page .customization-3 .list ul li span.h6 {
        font-size: 18px;
    }

    .customization-page .customization-3 .list {
        margin-top: 30px;
    }

    .customization-page .customization-3 .list ul li span.h6 {
        font-size: 16px;
    }

    .customization-page .customization-4 .bottom .left .list ul li {
        font-size: 20px;
    }

    .customization-page .customization-4 .bottom .right {
        width: 24%;
    }

    .customization-page .customization-4 .bottom .right .img {
        height: 300px;
    }
}

@media screen and (max-width: 1250px) {
    .customization-page .customization-2 .content ul li .ig {
        padding: 40px 20px 30px;
    }

    .customization-page .customization-2 .content ul li .ig .tit {
        font-size: 29px;
    }

    .customization-page .customization-3 .list ul li span.h6 {
        font-size: 14px;
        line-height: 28px;
    }

    .customization-page .customization-4 .bottom .right {
        margin-top: 20px;
        margin-right: 20px;
    }
    .customization-page .customization-4 .bottom .left .list ul li .des {
    font-size: 18px;
    }
}

@media screen and (max-width: 1000px) {
    .customization-page .customization-1 .right {
        padding: 0;
        width: 100%;
    }

    .customization-page .customization-1 .left {
        display: none;
    }

    .customization-page .customization-2 .header .title {
        font-size: 70px;
    }

    .customization-page .customization-2 .content ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -10px;
    }

    .customization-page .customization-2 .content ul li {
        width: 50%;
        margin-bottom: 10px;
    }

    .customization-page .customization-2 .content ul li.active {
        width: 50%;
    }

    .customization-page .customization-2 .content ul li .ig .con {
        opacity: .65;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .customization-page .customization-2 .content ul li .ig {
        padding: 30px 20px 20px;
    }

    .customization-page .customization-2 .content ul li .ig .con {
        font-size: 17px;
    }

    .customization-page .customization-2 .content ul li .ig .tit {
        font-size: 26px;
    }

    .customization-page .customization-3 .list ul li {
        width: 25%;
    }

    .customization-page .customization-3 .list ul li:last-child span.num:after {
        display: inline-block;
    }

    .customization-page .customization-3 .list ul li span.num {
        font-size: 28px;
    }

    .customization-page .customization-4 .bottom .right .img {
        height: 200px;
    }
}

@media screen and (max-width: 700px) {
    .customization-page .customization-2 .header .title {
        font-size: 53px;
    }

    .customization-page .customization-2 .content ul li .ig i {
        zoom: .7;
    }

    .customization-page .customization-2 .content ul li .ig .tit {
        font-size: 24px;
        margin-top: 0;
    }

    .customization-page .customization-2 .content ul li .ig .num {
        bottom: 0;
    }
        .customization-page .customization-4 .bottom .left .list ul li .des {
    font-size: 16px;
    }
}

@media screen and (max-width: 500px) {
    .customization-page .customization-2 .header .title {
        font-size: 36px;
    }

    .customization-page .customization-2 .content ul li,
    .customization-page .customization-2 .content ul li.active {
        width: 100%;
    }

    .customization-page .customization-2 .content ul li .ig {
        height: auto;
        padding: 20px 15px;
    }

    .customization-page .customization-2 .content ul li .ig .tit {
        line-height: 1.5;
    }

    .customization-page .customization-2 .content ul li .ig .con {
        font-size: 16px;
        line-height: 1.8;
    }

    .customization-page .customization-3 .list ul li {
        width: 100%;
    }

    .customization-page .customization-3 .list ul li .num_box:before,
    .customization-page .customization-3 .list ul li .num_box:after {
        display: none;
    }

    .customization-page .customization-4 .bottom {
        display: block;
    }

    .customization-page .customization-4 .bottom .right {
        width: 100%;
    }

    .customization-page .customization-4 .bottom .left {
        padding-right: 0;
    }

    .customization-page .customization-4 .top {
        display: block;
    }

    .customization-page .customization-4 .top .right {
        margin-top: 10px;
    }
}
.seoPublic>div:nth-child(odd){
        background: #fff;
}

/*-------------------------------customization page start-------------------------------*/