#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;
    min-width: min-content;
}

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;
}

.t_l {
    transition: all 0.5s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 18px;
    --color: #e89c24;
    /*--color: #0c62ae;*/
    /*--color: #ea3029;*/
    margin: 0 auto;
}

.container {
    width: 1630px;
}

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

.color-ff {
    color: #fff;
}

.color-66 {
    color: #666666;
}

.color-33 {
    color: #333333;
}

.fam-bigshoulders-Black {
    font-family: "Roboto";
    font-weight: 900;
}

.fam-bigshoulders-Bold {
    font-family: "Roboto";
    font-weight: bold;
}

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

.line-h-7 {
    line-height: 1.7;
}

.line-h-8 {
    line-height: 1.8;
}

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

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

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

#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 {
    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 50px;
    padding: 0 20px;
    font-size: 18px;
    height: 100%;
    color: #666666;
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    z-index: 100;
    float: left;
    position: relative;
    transition: 0.5s;
    display: flex;
    align-items: center;
    border-bottom: 2px solid transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

#header .nav .ui.menu .right .h-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;
}

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

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

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

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

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

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

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

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

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

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

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

#header .nav .ui.menu .right .h-inquire {
    width: auto;
    min-width: 150px;
    height: 38px;
    padding: 0 12px;
    background-color: var(--color);
    border-radius: 50px;
    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;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
    border: 1px solid transparent;
}

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

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

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

.btn-go.white {
    background-color: #fff;
    color: #333;
}

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

#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: 680px;
    line-height: 1.3;
}

#banner .banner-content .swiper-slide .txt-content .text2 {
    max-width: 705px;
    line-height: 1.7;
}
#banner .banner-content .swiper-slide .txt-content .btns .imgbox{
    z-index: 0;
}
#banner .banner-content .swiper-slide .txt-content .btns .imgbox::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    -o-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    background-color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    z-index: -1;
}

#banner .banner-content .swiper-slide .txt-content .btns .imgbox::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    -o-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    pointer-events: none;z-index: -1;
}
#banner .banner-content .swiper-slide video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

#index-body .init-1 .left img {
    min-height: 500px;
    object-fit: cover;
}

#index-body .init-1 .right {
    width: 50%;
    padding: 0 7% 0 11%;
}

#index-body .init-1 .right h1 {
    max-height: 155px;
    overflow-y: auto;
    line-height: 1.7;
}

#index-body .init-1 .right .r-bg {
    bottom: -42px;
    right: 0;
}

#index-body .init-1 .center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    width: 466px;
    height: 466px;
    border-radius: 50%;
}

#index-body .init-1 .center .play {
    width: 300px;
    height: 300px;
    border-radius: 50%;
}

#index-body .init-1 .center .play img {
    transition: all 0.5s;
}

#index-body .init-1 .center .play img:hover {
    cursor: pointer;
    transform: translateY(-6px);
}

#index-body .init-2 {
    background-color: #f9f9f9;
}

#index-body .init-2 .mk-tit .mktt-desc {
    max-width: 50%;
    line-height: 1.7;
}

#index-body .init-2 .category-list>ul>li {
    margin-top: -40px;
}

#index-body .init-2 .category-list>ul>li .box {
    padding: 40px 80px 65px;
    background-color: #fff;
    border-radius: 50px 50px 0px 0px;
    position: relative;
}



#index-body .init-2 .category-list>ul>li .box .intro {
    display: none;
}

#index-body .init-2 .category-list>ul>li .box .intro .left {
    max-width: 26%;
}

#index-body .init-2 .category-list>ul>li .box .intro .left .img-box {
    border-radius: 30px;
}

#index-body .init-2 .category-list>ul>li .box .intro .left .img-box img {
    border-radius: 30px;
}
#index-body .init-2 .category-list>ul>li .box .flex-ac img{
    display: none;
}
#index-body .init-2 .category-list>ul>li .box .intro .right {
    width: 74%;
    padding-left: 60px;
}

#index-body .init-2 .category-list>ul>li .box .intro .right .content {
    background-color: rgba(251, 246, 236, 0.14);
    border-radius: 20px;
    padding: 26px 32px;
}

#index-body .init-2 .category-list>ul>li .box .intro .right .content ul li {
    transition: all 0.5s;
}

#index-body .init-2 .category-list>ul>li .box .intro .right .content ul li img {
    filter: brightness(0) invert(1);
    transition: all 0.5s;
}

#index-body .init-2 .category-list>ul>li .box .intro .right .content ul li:hover a {
    color: var(--color);
}

#index-body .init-2 .category-list>ul>li .box .intro .right .content ul li:hover img {
    filter: none;
}

#index-body .init-2 .category-list>ul>li:nth-child(odd) .box {
    background-color: #f4f4f4;
}

#index-body .init-2 .category-list>ul>li.active .box {
    background-color: #000;
    padding: 40px 80px 90px;
}

#index-body .init-2 .category-list>ul>li.active .box .ttbox a {
    color: #fff;
}

#index-body .init-2 .category-list>ul>li.active .box .ttbox img {
    filter: brightness(0) invert(1);
}

#index-body .init-2 .category-list>ul>li.active .box .ttbox .jt {
    transform: rotate(90deg);
}

#index-body .init-3 {
    overflow: hidden;
}

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

#index-body .init-3 .left .swiper-button {
    position: static;
    margin-top: 0;
    width: 55px;
    height: 55px;
    border: solid 1px #aaaaaa;
    border-radius: 50%;
    margin-right: 25px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#index-body .init-3 .left .swiper-button::after {
    font-size: 0;
}

#index-body .init-3 .left .swiper-button i {
    font-size: 30px;
    color: #666666;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#index-body .init-3 .left .swiper-button:hover {
    background-color: var(--color);
    border-color: transparent;
}

#index-body .init-3 .left .swiper-button:hover i {
    color: #fff;
}

#index-body .init-3 .left .swiper-pagination {
    position: static;
    width: auto;
}

#index-body .init-3 .left .swiper-pagination .swiper-pagination-bullet {
    width: 52px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    opacity: 1;
    transition: all 0.5s;
}

#index-body .init-3 .left .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}

#index-body .init-3 .right {
    width: 70%;
    padding-left: 120px;
}

#index-body .init-3 .right .pro-list {
    margin-right: -110px;
}

#index-body .init-3 .right .pro-list ul li .box {
    background-color: #fff;
    border-radius: 20px;
    padding: 0 15px;
}

#index-body .init-3 .right .pro-list ul li .txt-box {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0 40px 30px;
    line-height: 1.3;
}

#index-body .init-3 .right .pro-list ul li .txt-box:hover {
    color: var(--color);
}

#index-body .init-4 {
    background-color: #f5f5f5;
}

#index-body .init-4 .bgt1 {
    top: 0;
    left: 0;
}

#index-body .init-4 .bgt2 {
    right: 0;
    bottom: 50px;
}

#index-body .init-4 .mktt-desc {
    max-width: 825px;
}

#index-body .init-4 .support-list .xftt {
    background-color: var(--color);
    border-radius: 10px;
    top: 0;
    left: 50px;
    padding: 10px 40px;
    transform: translateY(-50%);
    z-index: 2;
}

#index-body .init-4 .support-list ul li .imgBox {
    max-width: 58%;
    border-radius: 20px;
}

#index-body .init-4 .support-list ul li .imgBox img {
    border-radius: 20px;
}

#index-body .init-4 .support-list ul li .txt-box {
    width: 48%;
    top: 36px;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.02);
    border-radius: 20px 20px 140px 20px;
}

#index-body .init-4 .support-list ul li .txt-box .desc {
    max-width: 68%;
}

#index-body .init-4 .support-list .swiper-button-box {
    position: absolute;
    bottom: 30px;
    right: 0;
}

#index-body .init-4 .support-list .swiper-button {
    position: static;
    margin-top: 0;
    width: 55px;
    height: 55px;
    border: solid 1px #aaaaaa;
    border-radius: 50%;
    margin-right: 25px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#index-body .init-4 .support-list .swiper-button::after {
    font-size: 0;
}

#index-body .init-4 .support-list .swiper-button i {
    font-size: 30px;
    color: #666666;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#index-body .init-4 .support-list .swiper-button:hover {
    background-color: var(--color);
    border-color: transparent;
}

#index-body .init-4 .support-list .swiper-button:hover i {
    color: #fff;
}

#index-body .init-4 .support-list .swiper-pagination {
    width: auto;
    right: 20%;
    left: auto;
    bottom: 38px;
}

#index-body .init-4 .support-list .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #cfcfcf;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.5s;
    margin: 0 9px;
}

#index-body .init-4 .support-list .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color);
}

#index-body .init-5 {
    overflow: hidden;
}

#index-body .init-6 .bottom .news-list .box {
    padding: 15px 30px;
    border-radius: 10px;
    border: solid 1px #666666;
    overflow: hidden;
    transition: all 0.5s;
}

#index-body .init-6 .bottom .news-list .box .ttbox {
    margin-right: 15%;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.2);
    transition: all 0.5s;
}

#index-body .init-6 .bottom .news-list .box .ttbox a:hover {
    color: #000;
}

#index-body .init-6 .bottom .news-list .box .ttbox .category {
    right: 14%;
    top: -20px;
    transform: rotate(-90deg);
    transform-origin: top right;
    padding: 6px 25px 6px 20px;
    color: #fff;
    font-size: 13px;
    transition: all 0.5s;
}

#index-body .init-6 .bottom .news-list .box .ttbox .category::after {
    content: "";
    transform: skewX(45deg);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color);
    z-index: -1;
    transition: all 0.5s;
}

#index-body .init-6 .bottom .news-list .box .desc {
    color: rgba(51, 51, 51, 0.5);
    line-height: 2;
    min-height: 116px;
    transition: all 0.5s;
}

#index-body .init-6 .bottom .news-list .box .time {
    padding-top: 20px;
    border-top: 1px solid rgba(102, 102, 102, 0.2);
    transition: all 0.5s;
}

#index-body .init-6 .bottom .news-list .box .time .date {
    font-size: 14px;
    color: rgba(102, 102, 102, 0.5);
    transition: all 0.5s;
}

#index-body .init-6 .bottom .news-list .box .time a {
    font-size: 16px;
    color: rgba(102, 102, 102, 0.6);
}

#index-body .init-6 .bottom .news-list .box .time a:hover img {
    transform: translateX(-10px);
}

#index-body .init-6 .bottom .news-list .box:hover {
    background-color: var(--color);
}

#index-body .init-6 .bottom .news-list .box:hover .ttbox {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

#index-body .init-6 .bottom .news-list .box:hover .ttbox .category {
    color: var(--color);
}

#index-body .init-6 .bottom .news-list .box:hover .ttbox .category::after {
    background-color: #fff;
}

#index-body .init-6 .bottom .news-list .box:hover .desc {
    color: rgba(255, 255, 255, 0.6);
}

#index-body .init-6 .bottom .news-list .box:hover .time {
    border-color: rgba(255, 255, 255, 0.4);
}

#index-body .init-6 .bottom .news-list .box:hover .time .date {
    opacity: 0.5;
    color: #fff;
}

#index-body .init-6 .bottom .news-list .box:hover .time .date img {
    filter: brightness(0) invert(1);
}

#index-body .init-6 .bottom .news-list .box:hover .time a {
    color: #fff;
}

#index-body .init-6 .bottom .news-list .box:hover .time a img {
    filter: brightness(0) invert(1);
}

#footer {
    background-color: #000;
}

#footer .footer-userinfo {
    background-color: var(--color);
    border-radius: 10px;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 45px 10%;
}

#footer .footer-userinfo .caliper {
    bottom: 0;
    right: 11%;
}
#footer .footer-userinfo .f-quote{
    max-width: 34%;
}

#footer .footer-userinfo .f-form input{
    width: 220px;
    background-color: #fff;
    border-radius: 5px;
    height: 50px;
    padding: 10px;
    border: 0;    
    font-size: 16px;
}
#footer .footer-userinfo .f-form input[type="submit"]{
    width: 90px;
    font-size: 16px;
    border:1px solid transparent;
    transition: all 0.5s;
    color: #666;
}
#footer .footer-userinfo .f-form input[type="submit"]:hover{
    border-color: #fff;
    background-color: var(--color);
    color: #fff;
}

#footer .footer-center .footer-t {
    padding-top: 80px;
}

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

#footer .footer-center .footer-t .footer-t-gird .t-list {
    color: #fff;
    display: flex;
    flex-direction: column;
    max-width: 280px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list p {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: bold;
}

#footer .footer-center .footer-t .footer-t-gird .t-list span {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.6);
    width: fit-content;
    transition: all 0.5s;
}

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

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

#footer .footer-center .footer-t .footer-t-gird .logo #ewm {
    width: 65px;
    height: 65px;
    border: 3px solid #fff;
}

#footer .footer-center .footer-t .footer-t-gird .contact {
    max-width: 340px;
}

#footer .footer-center .footer-t .footer-t-gird .contact form input {
    width: 100%;
    background-color: #292728;
    border-radius: 4px;
    border: solid 1px #3d3d3d;
    padding: 14px 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

#footer .footer-center .footer-t .footer-t-gird .contact form input::placeholder {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

#footer .footer-center .footer-t .footer-t-gird .contact form input[type="submit"] {
    width: 155px;
    padding: 11px 30px;
    color: #fff;
    background-color: #4e4e4e;
    border-radius: 4px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;
    transition: all 0.5s;
}

#footer .footer-center .footer-t .footer-t-gird .contact form input[type="submit"]:hover {
    background-color: var(--color);
}

#footer .footer-center .footer-t .footer-t-gird .contact form textarea {
    width: 100%;
    background-color: #292728;
    border-radius: 4px;
    border: solid 1px #3d3d3d;
    padding: 14px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    height: 90px;
}

#footer .footer-center .footer-t .footer-t-gird .contact form textarea::placeholder {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

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

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

#footer .footer-b p {
    color: rgba(255, 255, 255, 0.5);
}

#footer .footer-b p span {
    margin: 0 10px;
    font-size: 16px;
}

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

#footer .footer-b p svg {
    display: inline-block;
    vertical-align: top;
    width: auto;
    max-height: 26px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    fill: rgba(255, 255, 255, 0.5);
    margin-top: 1px;
}

#footer .footer-b .share li {
    width: 42px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

#footer .footer-b .share li i {
    color: #fff;
    font-size: 16px;
}

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

#footer .footer-center .footer-t .footer-t-gird .t-list.news{
    max-width: 360px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.news .swiper{
    height: 270px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.news ul li{

}
#footer .footer-center .footer-t .footer-t-gird .t-list.news ul li .box{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);    
    padding: 0 0 15px;
    transition: all 0.5s;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.news ul li .box .txtbox .tt{
    color: rgba(255, 255, 255, 0.6);
    height: 3em;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.news ul li .box .txtbox .btn{
    flex-shrink: 0;
    opacity: 0;
    transition: all 0.5s;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.news ul li .box:hover .txtbox .btn{
    opacity: 1;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.news ul li .box:hover{
    border-color: #fff;
}

@media (max-width: 1800px) {
    #index-body .init-1 .right .r-bg {
        width: 200px;
    }
}

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

    #index-body .init-1 .right {
        padding: 0 6% 0 10%;
    }

    #index-body .init-1 .center {
        width: 380px;
        height: 380px;
    }

    #index-body .init-1 .center .play {
        width: 250px;
        height: 250px;
    }

    #index-body .init-4 .support-list ul li .imgBox {
        max-width: 62%;
    }
    #footer .footer-userinfo .f-form input{
        width: 195px;
    }

}

@media (max-width: 1450px) {
    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
        margin: 0 20px;
        padding: 0 10px;
    }
    #banner .banner-content .swiper-slide .txt-content .btns .imgbox{
        zoom: 0.8;
    }

    #index-body .init-1 .right {
        padding: 0 4% 0 12%;
    }

    #index-body .init-2 .category-list>ul>li .box {
        padding: 30px 40px 55px;
    }

    #index-body .init-2 .category-list>ul>li.active .box {
        padding: 30px 40px 70px;
    }

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

    #index-body .init-3 .right {
        padding-left: 50px;
        width: 68%;
    }

    #index-body .init-3 .right .pro-list {
        margin-right: -72px;
    }

    #index-body .init-4 .support-list .swiper-pagination {
        bottom: 0;
    }

    #index-body .init-4 .support-list .swiper-button-box {
        bottom: 0;
    }

    #index-body .init-4 .support-list ul li .imgBox {
        max-width: 68%;
    }
    #footer .footer-userinfo .f-form input {
        width: 158px;
    }

}

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

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

    #index-body .init-1 .right .r-bg {
        width: 150px;
    }

    #index-body .init-1 .center {
        width: 280px;
        height: 280px;
    }

    #index-body .init-1 .center .play {
        width: 150px;
        height: 150px;
    }

    #index-body .init-1 .right {
        padding: 0 4% 0 9%;
    }



    #index-body .init-2 .category-list>ul>li .box .intro .right {
        padding-left: 30px;
    }

    #index-body .init-2 .category-list>ul>li .box .intro .right .content {
        padding: 15px;
    }

    #index-body .init-3 .right .pro-list {
        margin-right: -26px;
    }

    #index-body .init-3 .left .swiper-pagination .swiper-pagination-bullet {
        width: 28px;
    }

    #index-body .init-4 .support-list ul li .txt-box .desc {
        max-width: 83%;
    }

    #index-body .init-6 .bottom .news-list .box .ttbox .category {
        padding: 6px 10px;
        top: 0;
    }

    #index-body .init-6 .bottom .news-list .box .ttbox .category::after {
        transform: none;
    }

    #index-body .init-4 .support-list ul li .txt-box {
        width: 58%;
    }

    #footer .footer-userinfo .caliper {
        width: 195px;
        object-fit: cover;
    }

    #footer .footer-userinfo {
        padding: 35px;
    }

    #footer .footer-center .footer-t .footer-t-gird .contact {
        max-width: 248px;
    }
    #footer .footer-center .footer-t .footer-t-gird .t-list{
        max-width: 220px;
    }
    #footer .footer-center .footer-t .footer-t-gird .t-list.news {
        max-width: 270px;
    }
}

@media (max-width: 1000px) {
    #banner .banner-content {
        height: 500px;
    }
    #banner .banner-content .swiper-slide .txt-content .btns .imgbox{
        zoom: 0.6;
    }
    #index-body .init-1 .right .r-bg {
        display: none;
    }

    #index-body .init-1 {
        width: 700px;
        margin: 0 auto;
        padding: 80px 15px;
    }

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

    #index-body .init-1 .left img {
        min-height: 330px;
    }

    #index-body .init-1 .right {
        padding: 0;
        width: 100%;
        margin-top: 5%;
    }

    #index-body .init-1 .center {
        background-image: none !important;
        height: auto;
        width: auto;
        top: 28%;
    }

    #index-body .init-2 .category-list>ul>li .box .intro .left {
        max-width: 100%;
    }

    #index-body .init-2 .category-list>ul>li .box .intro .right {
        width: 100%;
        padding-left: 0;
        margin-top: 5%;
    }

    #index-body .init-2 .mk-tit .mktt-desc {
        max-width: 100%;
        margin-top: 2%;
    }

    #index-body .init-2 .category-list>ul>li .box .intro .right .content ul li>a {
        flex-wrap: wrap;
    }

    #index-body .init-2 .category-list>ul>li .box .intro .right .content ul li>a>div {
        margin: 6px 0;
    }

    #index-body .init-2 .category-list>ul>li .box .intro .right .content ul li img.line {
        margin-top: 9px;
    }

    #index-body .init-6 .bottom .news-list .box .desc {
        min-height: 135px;
    }

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

    #index-body .init-3 .right {
        width: 100%;
        margin-top: 5%;
        padding-left: 0;
    }

    #index-body .init-3 .right .pro-list {
        margin-right: 0;
    }

    #index-body .init-4 .support-list ul li .imgBox {
        max-width: 100%;
    }

    #index-body .init-4 .support-list ul li .txt-box {
        position: static;
        width: 100%;
        margin-top: 5%;
    }

    #index-body .init-4 .support-list .swiper-button-box {
        position: static;
        margin-top: 5%;
    }

    #index-body .init-4 .support-list .swiper-pagination {
        left: 155px;
        right: auto;
        bottom: 12px;
    }

    #index-body .init-4 .support-list ul li .txt-box .desc {
        max-width: 94%;
    }

    #footer .footer-userinfo {
        padding: 30px;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list.Product,
    #footer .footer-center .footer-t .footer-t-gird .t-list.useful {
        display: none;
    }

    #footer .footer-b .container {
        flex-direction: column;
        align-items: center;
    }

    #footer .footer-b p {
        text-align: center;
        justify-content: center;
    }
    #footer{
        margin-top: 0;
    }
    #footer .footer-b .share {
        margin-top: 10px;
    }
    #footer .footer-userinfo .f-form input{
        width: 100%;
    }
    #footer .footer-userinfo{
        position: static;
        transform: translateY(0);
    }
    #footer .footer-userinfo .f-quote {
        max-width: 100%;
    }
     #footer .footer-userinfo .f-form{
         margin-top: 15px;
     }
    #footer .footer-userinfo .f-form input{
        height: 40px;
        margin: 5px 0;
    }
    #footer .footer-center .footer-t{
        padding-top: 40px;
    }
    #footer .footer-center .footer-t .footer-t-gird .t-list {
        max-width: 48%!important;
    }
}

@media (max-width: 700px) {
    #index-body .init-1 {
        width: 100%;
        padding: 40px 15px;
    }

    #index-body .init-1 .right .datashow ul li {
        width: 100%;
        padding: 10px 0;
    }

    #index-body .init-1 .right {
        text-align: center;
    }

    #footer {
        margin-top: 100px;
    }
    
    #footer .footer-userinfo {
        padding: 20px;
        flex-direction: column;
    }

    #footer .footer-userinfo .caliper {
        display: none;
    }
    #footer .footer-center .footer-t .footer-t-gird .t-list {
        max-width: 100%!important;
    }

    #footer .footer-center .footer-t .footer-t-gird .news {
        margin-top: 5%;
    }
}

@media (max-width: 500px) {
    #index-body .init-6 .top .btn-go {
        margin-top: 5%;
    }

    #index-body .init-1 .center {
        top: 23%;
    }

    #index-body .init-2 .category-list>ul>li.active .box,
    #index-body .init-2 .category-list>ul>li .box {
        padding: 30px 20px 70px;
    }
    #index-body .init-2 .category-list>ul>li .box .ttbox .jt{
    display: none;
}

    #index-body .init-3 .left .swiper-button-box {
        flex-wrap: wrap;
    }

}


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

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

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    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%;
    }
}

.inner-page span.h2 {
    font-size: 40px;
    /*color: var(--color);*/
    font-weight: 600;
    line-height: 1.6;
    display: block;
}

.mbx {
    margin-top: 102px;
    padding: 12px 0;
    background: #f2f2f2;
    font-size: 16px;
    line-height: 28px;
}

.about2-page .about-1 {
    padding: 30px 0 40px;
}

.about2-page .about-1 .text {
    width: 100%;
}

.about2-page .about-1 .text span.h2 {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 700;
    max-width: 24em;
}

.about2-page .about-1 .text .con {
    font-size: 16px;
    line-height: 30px;
    margin-top: 3em;
    /*max-height: 460px;
    overflow-y: auto;*/
}

.about2-page .about-1 .img {
    width: 40%;
}

.about2-page .about-1 .list {
    margin-top: 45px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.about2-page .about-1 .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about2-page .about-1 .list ul li {
    width: auto;
    text-align: center;
}

.about2-page .about-1 .list ul li span {
    font-size: 66px;
    font-weight: bold;
    color: var(--color);
    line-height: 1;
    display: block;
}

.about2-page .about-1 .list ul li span i {
    color: #c0c3c0;
    margin-left: .1em;
}

.about2-page .about-1 .list ul li p {
    font-size: 18px;
    line-height: 1.8;
    opacity: .8;
    display: block;
}

.about2-page .about-2 {
    position: relative;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
        margin-top: 110px;
}

.about2-page .about-2 video {
    width: 100%;
    height: calc(70vh - 100px);
    object-fit: cover;
}

.about2-page .about-2 .play {
    width: 90px;
    height: 90px;
    background-color: var(--color);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.about2-page .about-2 .play i {
    color: #fff;
    font-size: 26px;
}

.about2-page .about-2 .play::before,
.about2-page .about-2 .play::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: -13px;
    left: -13px;
    right: -13px;
    bottom: -13px;
    border-radius: 50%;
    background: rgba(235, 50, 39, 0.3);
    -webkit-animation: ks 5s linear infinite;
    -moz-animation: ks 5s linear infinite;
    animation: ks 5s linear infinite;
}

.about2-page .about-2 .play::before {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}

.about2-page .about-3 {
    padding: 90px 0;
}

.about2-page .about-3 .left {
    width: 42%;
    vertical-align: middle;
}

.about2-page .about-3 .right {
    width: 58%;
    vertical-align: middle;
    padding: 0 8%;
}

.about2-page .about-3 .right span.h2 {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}

.about2-page .about-3 .right span.h2:before {
    content: '';
    width: 1.5em;
    height: 2px;
    background-color: #181818;
    margin-right: .5em;
}

.about2-page .about-3 .right .text {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

.about2-page .about-4 {
    padding: 80px 0 100px;
    background-color: var(--color);
    color: white;
}

.about2-page .about-4 .left {
    width: calc(100% - 280px);
    vertical-align: bottom;
}

.about2-page .about-4 .left span.h2 {
    color: inherit;

}

.about2-page .about-4 .right {
    width: 250px;
    text-align: center;
    vertical-align: bottom;

}

.about2-page .about-4 .right a.more {
    font-size: 16px;    
    font-weight: 600;
    color: white;
    line-height: 3em;
    height: 3em;
    width: 100%;
    border-radius: 1.5em;
    border: 1px solid white;
    transition: .5s;
    display: inline-block;
}

.about2-page .about-4 .right a.more:hover {
    background-color: white;
    color: var(--color);
}



.about2-page .about-5 .left {
    width: 40%;
    padding-right: 3%;

}

.about2-page .about-5 .right {
    width: 60%;
    vertical-align: middle;
}

.about2-page .about-5 .right .slick-track {
    display: flex;
    align-items: center;
}

.about2-page .about-5 .left span.h2 {}

.about2-page .about-5 .left .text {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 2em;
}

.about2-page .about-5 .right ul {
    margin: -25px;
}

.about2-page .about-5 .right ul li {
    padding: 25px;
}

.about2-page .about-5 .right ul li img {
    width: 100%;
}

.about2-page .about-5 .right ul li p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: .5em;
    min-height: 90px;
}

.about2-page .about-6 {
    padding: 90px 0 70px;
    background-color: #f4f8ff;
        background-image: url(/crgbrake/2026/03/16/8522.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.about2-page .about-6 span.h2 {
    margin-bottom: 1em;
}

.about2-page .about-6 .box .left {
    width: 76.5%;
    padding-right: 20px;
}

.about2-page .about-6 .box .right {
    width: 23.5%;
}

.about2-page .about-6 .box img {
    width: 100%;
}

.about2-page .about-6 .box .right ul {
    margin: -10px;
}

.about2-page .about-6 .box .right ul li {
    padding: 10px;
    cursor: pointer;
    cursor: hand;
}

.about2-page.productAbout .about-1 {
    padding: 110px 0;
}

.about2-page.productAbout .about-1 span.h2 {
    font-weight: bold;
    line-height: 1.6;
}



.about2-page .about-7 {
    padding: 0px 0 80px;
}

.about2-page .about-7 .list ul {
    margin: -20px;
}

.about2-page .about-7 .list ul li {
    padding: 20px;
}

.about2-page .about-7 .list ul li .box {
    text-align: center;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.about2-page .about-7 .list ul li .box a.img {
    display: block;
}

.about2-page .about-7 .list ul li .box a.img img {
    width: 100%;
}

.about2-page .about-7 .list ul li .box .content {
    padding: 25px;
}

.about2-page .about-7 .list ul li .box .content span.h3 {
    font-size: 26px;
    color: #242424;
}

.about2-page .about-7 .list ul li .box .content .text {
    font-size: 18px;
    color: #626262;
    line-height: 1.4;
    margin-top: .5em;
    min-height: 4.5em;
    max-height: 150px;
    overflow-y: auto;
}

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

    .about2-page .about-7 .right .header .title {
        font-size: 78px;
        margin-left: -90px
    }
}

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

    .mbx {
        margin-top: 0;
    }


}

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

    .about2-page .about-1 .text,
    .about2-page .about-3 .right,
    .about2-page .about-4 .right,
    .about2-page .about-4 .left,
    .about2-page .about-5 .left,
    .about2-page .about-5 .right,
    .about2-page .about-6 .box .left,
    .technology-page .technology-1 .left,
    .technology-page .technology-1 .right {
        width: 100%;
        padding: 0;
        margin-top: 5%;
    }

    .about2-page .about-1 .img,
    .about2-page .about-3 .left,
    .about2-page .about-6 .box .right {
        display: none;
    }

    .about2-page .about-1 .text span.h2,
    .inner-page span.h2,
    .application-page .application-2 .box span.h2 {
        font-size: 24px;
    }

    .about2-page .about-1 .text .con,
    .about2-page .about-1 .list ul li p,
    .about2-page .about-5 .left .text {
        font-size: 14px;
        line-height: 2;
    }

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


    .about2-page .about-3 .right span.h2 {
        margin-bottom: 2em;
    }

    .about2-page .about-4 .left {
        margin-bottom: 20px;
    }

    .about2-page .about-4,
    .about2-page .about-3,
    .about2-page .about-1,

    .about2-page .about-6,
    .technology-page .technology-2,
    .product-page.application,
    .application-page .application-2 .box {
        padding: 50px 0;
    }
    .about2-page .about-7 .list ul li .box .content span.h3 {
        font-size: 22px;
    }


}

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

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

    .about2-page .about-1 .text span.h2,
    .inner-page span.h2 {
        font-size: 20px;
        line-height: 1.8;
    }
}



.about2-page .about-8 {
    position: relative;
    padding: 87px 0 79px;
    z-index: 1;
    margin-bottom: 60px;
}

.about2-page .about-8 .left {
    width: 53.646%
}

.about2-page .about-8 .right {
    width: 46.354%;
    color: #fff;
    padding: 38px 20px 0 0
}

.about2-page .about-8 .right .ig {
    max-width: 706px;
    padding-left: 57px
}

.about2-page .about-8 .right .header {
    text-align: right
}

.about2-page .about-8 .right .header .tag {
    color: #fff;
    padding-right: 138px
}

.about2-page .about-8 .right .header .tag:before {
    background: #fff;
    top: 8px
}

.about2-page .about-8 .right .header .title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 6px;
    margin-left: -132px
}

.about2-page .about-8 .right .header .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: .65;
    text-align: left
}

.about2-page .about-8 .right .list {
    margin-top: 75px;
    border-top: 1px solid rgba(255,255,255,.2)
}

.about2-page .about-8 .right .list ul li {
    padding: 19px 0 22px;
    border-bottom: 1px solid rgba(255,255,255,.2)
}

.about2-page .about-8 .right .list ul li .tit {
    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-size: 26px;
    line-height: 1.6
}

.about2-page .about-8 .right .list ul li .tit em {
    width: 90%
}

.about2-page .about-8 .right .list ul li .tit i {
    position: relative;
    width: 14px;
    height: 14px
}

.about2-page .about-8 .right .list ul li .tit i:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    top: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.about2-page .about-8 .right .list ul li .tit i:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background: #fff;
    top: 0;
    left: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.about2-page .about-8 .right .list ul li .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: .65;
    display: none;
    padding: 20px 0
}

.about2-page .about-8 .right .list ul li.active .tit i:after {
    opacity: 0
}

.about2-page .about-8:after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    width: 54.115%;
    height: 100%;
    background-color: #000;
}
@media screen and (max-width: 1450px) {
  .about2-page .about-8 .right .header .title {
    font-size: 78px;
    margin-left: -90px
  }
}
@media screen and (max-width: 1250px) {
  .about2-page .about-8 {
    padding: 50px 0
  }

  .about2-page .about-8 .left,
  .about2-page .about-8 .right {
    vertical-align: middle
  }

  .about2-page .about-8 .right {
    padding-top: 0
  }
  .about2-page .about-8 .right .header{
      text-align: center;
  }
  .about2-page .about-8 .right .ig {
    padding-left: 30px;
    max-width: 100%;
  }
  .about2-page .about-8 .right .header .con{
      text-align: center;
  }

  .about2-page .about-8 .right .header .title {
    font-size: 62px;
    margin-left: 0
  }
}

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

  .about2-page .about-8 .left {
    display: none
  }

  .about2-page .about-8 .right {
    width: 100%
  }

  .about2-page .about-8:after {
    width: 100%
  }
}
@media screen and (max-width: 700px) {
  .about2-page .about-8 .right .list ul li .tit {
    font-size: 22px
  }
}
@media screen and (max-width: 500px) {
      .about2-page .about-8 .right {
    padding: 0 15px
  }

  .about2-page .about-8 .right .ig {
    padding-left: 0
  }

  .about2-page .about-8 .right .header .title {
    font-size: 40px
  }

  .about2-page .about-8 .right .header .con {
    font-size: 16px;
    line-height: 1.8
  }

  .about2-page .about-8 .right .list ul li .tit {
    font-size: 20px;
    line-height: 1.4
  }
}



.news-page.newsBox {
    padding: 70px 0 130px;
    background: #efeeee;
}

.news-page.newsBox span.h2 {
    font-size: 48px;
}

.news-page.newsBox .list {
    margin-top: 30px;
}

.news-page.newsBox .list ul {
    margin: -15px;
}

.news-page.newsBox .list ul li {
    padding: 15px;
}

.news-page.newsBox .list ul li time {
    display: block;
    font-size: 16px;
    color: #adadad;
    line-height: 30px;
}

.news-page.newsBox .list ul li .h6 {
    font-size: 20px;
    font-weight: bold;
    color: #191919;
    margin: .6em 0 1em;
    line-height: 2;
    transition: .5s;
}

.news-page.newsBox .list ul li .h6:hover {
    color: var(--color);
}

.news-page.newsBox .list ul li p {
    font-size: 16px;
    color: #828181;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.news-page .news-1 {
    padding: 80px 0;
    background-color: white;
}

.news-page .news-1 .left {
    width: 53%;
    vertical-align: middle;
}

.news-page .news-1 .right {
    padding-left: 4%;
    width: 47%;
    vertical-align: middle;
}

.news-page .news-1 .right time {
    font-size: 16px;
    color: #adadad;
    display: block;
    font-weight: bold;
    line-height: 1.2;
}

.news-page .news-1 .right span.h6 {
    font-size: 30px;
    font-weight: bold;
    color: #191919;
    line-height: 1.2;
    margin: .3em 0 1em;
    display: block;
}

@media screen and (max-width: 1000px) {
    .news-page.newsBox .list ul li {
        width: 50%;
    }

    .news-page.newsBox .list ul li .h6 {
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
        .news-page.newsBox .list ul li {
        width: 100%;
    }

    .news-page .news-1 .right {
        padding-left: 0;
        margin-top: 20px;
        width: 100%;
    }

    .news-page .news-1 .left {
        width: 100%
    }

    .news-page .news-1 .right span.h6 {
        font-size: 24px;
    }

    .news-page.newsBox span.h2 {
        font-size: 24px;
    }
}


.m-page {
    text-align: center;
    padding-top: 20px;
}

.m-page a,
.m-page span {
    display: inline-block;
    margin: 2px 4px;
    min-width: 30px;
    line-height: 36px;
    height: 30px;
    color: #555;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.m-page a:hover {
    color: var(--color);
}

.m-page span {
    background-color: var(--color);
    color: #fff;
}

.inner-page .sidebox {
    padding: 2rem 0;
}

.inner-page .sidebox .sideright {
    width: 78%;
    padding: 0 10px 50px 50px;
}
.inner-page .sidebox .sideleft {
    width: 22%;
    position: sticky;
    top: 100px;
}

.inner-page .sidebox .sideleft .widget {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.inner-page .sidebox .sideleft .widget form {
    position: relative;
}

.inner-page .sidebox .sideleft .widget form input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f8f8f8;
    margin-bottom: 0;
    height: 40px;
    font-size: 16px;
    line-height: 2;
}

.inner-page .sidebox .sideleft .widget form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--color);
    color: #fff;
    border: 0;
    padding: 8px 16px;
    cursor: pointer;
    height: 40px;
}

.inner-page .sidebox .sideleft .widget h6 {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}

.inner-page .sidebox .sideleft .widget ul {
    margin-bottom: 0;
    padding: 0;
}

.inner-page .sidebox .sideleft .widget ul li {
    margin-bottom: 15px;
    color: #555;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    overflow: hidden;
}

.inner-page .sidebox .sideleft .widget ul li a {
    padding-left: 20px;
    line-height: 28px;
}

.inner-page .sidebox .sideleft .widget ul li:last-child {
    margin-bottom: 0;
}

.inner-page .sidebox .sideleft .widget ul li i {
    font-size: 14px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 4px;
}

.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
    color: var(--color);
}

.inner-page .sidebox .sideleft .widget ul li ul {
    display: none;
    margin-top: 15px;
}

.inner-page .sidebox .sideleft .widget ul li ul li a {
    padding-left: 0;
    color: #999;
}

.inner-page .sidebox .sideleft .widget ul li ul li a.active {
    color: var(--color);
}

.inner-page .sidebox .sideleft .widget .recent li {
    display: block;
}

.inner-page .sidebox .sideleft .widget .recent li .thum {
    width: 100px;
    overflow: hidden;
    float: left;
}

.inner-page .sidebox .sideleft .widget .recent li a.title {
    display: block;
    margin-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 2rem;
}

.inner-page .sidebox .sideleft .widget .form1 {
    text-align: center;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f8f8f8;
    margin-bottom: 0;
    margin-bottom: 15px;
    height: 40px;
    font-size: 16px;
}

.inner-page .sidebox .sideleft .widget .form1 textarea {
    height: 70px;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
    background: var(--color);
    color: #fff;
    font-size: 18px;
    height: 40px;
    padding: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 0px;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
    background: #000;
}

.news-page .sideright {
    padding: 0 50px 50px 0 !important;
}

.news-page .sideright .list ul {
    margin-right: -1rem;
}

.news-page .sideright .list ul li {
    padding-right: 1rem;
    margin-bottom: 3rem;
}

.news-page .sideright .list ul li .img {
    position: relative;
}

.news-page .sideright .list ul li .img img {
    width: 100%;
}

.news-page .sideright .list ul li .img .date {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: var(--color);
    color: #fff;
    padding: 6px 12px;
    text-align: center;
    line-height: 1.5em;
    border-radius: 2px;
}

.news-page .sideright .list ul li .img .date span {
    display: block;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.news-page .sideright .list ul li .img .date i {
    display: block;
    font-size: 24px;
    line-height: 1.8;
    font-style: normal;
    color: #fff;
    font-weight: 700;
}

.news-page .sideright .list ul li .con {
    padding: 30px;
    background-color: #fff;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
    transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
}

.news-page .sideright .list ul li .con h5,
.news-page .sideright .list ul li .con h5 a {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.8;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    margin-bottom: 15px;
}

.news-page .sideright .list ul li .con h5:hover,
.news-page .sideright .list ul li .con h5 a:hover {
    color: var(--color);
}

.news-page .sideright .list ul li .con p {
    color: #555;
    font-size: 16px;
    line-height: 2;
}

.news-page .sideright .list ul li .con i {
    color: var(--color);
    font-size: 18px;
}

.news-page .sideright .list ul li .con .divider {
    width: 100%;
    min-height: 1px;
    background-color: rgba(0, 0, 0, 0.04);
    margin-top: 20px;
    margin-bottom: 20px;
}

.news-page .sideright .list ul li .con .news-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #101010;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 400;
}

.news-page .sideright .list ul li .con .news-info .news-info-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-page .sideright .list ul li .con .news-info .news-info-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-page .sideright .list ul li .con .news-info .news-icon-wrapper {
    margin-right: 7px;
}

.news-page .sideright .list ul li .con .news-info .card-news-service-text,
.news-page .sideright .list ul li .con .news-info .card-news-date-text {
    font-size: 16px;
    line-height: 2;
    color: #555;
}

.news-page .sideright .list ul li .con a.link-btn {
    display: inline-block;
    position: relative;
    padding-bottom: 1px;
    margin-bottom: -1px;
    border-bottom: 1px solid #ccc;
}

.news-page .sideright .list ul li .con a.link-btn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: var(--color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.news-page .sideright .list ul li .con a.link-btn:hover::before {
    width: 100%;
}

@media screen and (max-width: 1000px) {
    .news-page .sideright {
        padding: 0 0 50px 0 !important;
    }
}

@media screen and (max-width: 700px) {
    .news-page .sideright .list ul {
        margin-right: 0;
    }

    .news-page .sideright .list ul li {
        width: 100%;
        padding-right: 0;
    }

    .news-page .sideright .list ul li .con {
        padding: 20px 10px;
    }

    .news-page .sideright .list ul li .con h5,
    .news-page .sideright .list ul li .con h5 a {
        font-size: 20px;
    }

    .news-page .sideright .list ul li .con p {
        font-size: 14px;
    }

    .news-page .sideright .list ul li .con .news-info .card-news-service-text,
    .news-page .sideright .list ul li .con .news-info .card-news-date-text {
        font-size: 14px;
    }

    .news-page .sideright .list ul li .con .news-info .news-info-right {
        font-size: 14px;
    }
}

@media screen and (max-width: 1366px) {
    .inner-page .sidebox .sideleft {
        width: 28%;
    }

    .inner-page .sidebox .sideright {
        width: 72%;
    }

    .inner-page .sidebox .sideleft .widget .recent li a.title {
        margin-left: 98px;
    }
}

@media screen and (max-width: 1000px) {
    .inner-page .sidebox .sideleft {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .inner-page .sidebox .sideright {
        width: 100%;
        padding-left: 0;
    }

    .inner-page .sidebox .sideright {
        padding: 0 0 50px 0;
    }
}

.newdet-page .section-title2 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.6;
    color: #000;
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
}

.newdet-page p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #555;
    margin-bottom: 15px;
}

.newdet-page blockquote {
    border-left: 7px solid var(--color);
    padding: 45px;
    display: block;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    margin: 35px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
}

.newdet-page blockquote p {
    margin-bottom: 0 !important;
    color: inherit;
    max-width: 650px;
    width: 100%;
    position: relative;
    z-index: 3;
    margin-bottom: 0;
}

.newdet-page blockquote::before {
    content: '\f10e';
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.07;
    line-height: 1;
    color: #000;
}

.newdet-page blockquote a {
    color: inherit;
}

.newdet-page blockquote cite {
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding-left: 3rem;
    border-color: inherit;
    line-height: 1;
    margin-top: 22px;
    font-style: normal;
    color: var(--color);
    font-weight: 600;
}

.newdet-page blockquote cite::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 45px;
    height: 1px;
    border-top: 1px solid;
    border-color: inherit;
    color: var(--color);
}

.newdet-page .n-content {
    font-size: 16px;
    line-height: 2;
    color: #555;
}

.newdet-page .n-content table td {
    word-break: keep-all;
}

.newdet-page .news-post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}

.newdet-page .news-post-comment-wrap .news-post-user-comment {
    margin-right: 30px;
    flex: 0 0 auto;
}

.newdet-page .news-post-comment-wrap .news-post-user-comment img {
    border-radius: 100%;
    width: 100px;
}

.newdet-page .news-post-comment-wrap .news-post-user-content {
    margin-right: 26px;
}

.newdet-page .news-post-comment-wrap .news-post-user-content h3 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.newdet-page .news-post-comment-wrap .news-post-user-content h3 span {
    font-size: 12px;
    color: #555;
    font-weight: 400;
    margin-left: 15px;
}

.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay {
    font-size: 14px;
    color: #555;
    margin: 0;
    font-weight: 400;
    transition: .5s;
    -webkit-transition: .5s;
}

.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay:hover {
    color: var(--color);
}

.newdet-page .s_link {
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.newdet-page .s_link .list {
    width: 50%;
    padding: 50px 0;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.newdet-page .s_link .list .img {
    width: 80px;
    height: 80px;
    min-width: 80px;
}

.newdet-page .s_link .list .img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.newdet-page .s_link .list .cont {
    margin-left: 20px;
}

.newdet-page .s_link .list .cont a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.newdet-page .s_link .list .cont a:hover {
    color: var(--color);
}

.newdet-page .s_link .list .cont .tip {
    font-size: 16px;
    line-height: 2;
    color: #444;
}

.newdet-page .s_link .list .cont .des {
    color: #000;
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
}

.newdet-page .s_link .list.next {
    padding-right: 0;
    padding-left: 15px;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    border-left: 1px solid #d9d9d9;
}

.newdet-page .s_link .list.next .img {
    margin-left: 20px;
}

.newdet-page .s_link .list.next .cont {
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-align: right;
}

.newdet-page .news-comment-section {
    padding-top: 3rem;
}

.newdet-page .news-comment-section h3 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.newdet-page .news-comment-section form {
    margin-top: 15px;
}

.newdet-page .news-comment-section form .column {
    padding: 0;
}

.newdet-page .news-comment-section form li input[type="text"],
.newdet-page .news-comment-section form li textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 15px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 2;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    background-image: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.newdet-page .news-comment-section form li input[type="text"]:focus,
.newdet-page .news-comment-section form li textarea:focus {
    border-bottom-width: 1px;
    border-color: var(--color);
}

.newdet-page .news-comment-section form li button {
    font-weight: 600;
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    border: 1px solid transparent;
    border-radius: 80px;
    background-color: var(--color);
    -webkit-transition: border-color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}

.newdet-page .news-comment-section form li button:hover {
    background: #000;
}

.newdet-page .news-comment-section form li.wid-100 {
    width: 100%;
}

.newdet-page .n-content h3 {
    font-size: 24px;
    line-height: 1.8;
    padding: 10px 0;
    font-weight: 900;
    color: #f60
}

.newdet-page .n-content h4 {
    font-size: 20px;
    line-height: 1.8;
    padding: 5px 0;
    font-weight: 900;
}
@media screen and (max-width: 700px) {
    .newdet-page blockquote {
        padding: 20px 10px;
    }

    .newdet-page .grid-box {
        margin-right: 0;
    }

    .newdet-page .column {
        padding: 10px 0;
        width: 100%;
    }

    .newdet-page .column:nth-child(1) {
        padding: 10px 0;
    }

    .newdet-page .news-post-comment-wrap {
        display: block;
    }

    .newdet-page .news-post-comment-wrap .news-post-user-comment {
        text-align: center;
    }

    .newdet-page .news-post-comment-wrap .news-post-user-content {
        margin: 2rem 0 0 0;
    }

    .newdet-page .news-comment-section form .column {
        width: 100%;
    }

    .newdet-page .s_link .list {
        width: 100%;padding: 15px 0;
    }

    .newdet-page .s_link .list.next {
        border: none;
        border-top: 1px solid #d9d9d9;
    }
}

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

    .newdet-page .s_link .list {
        padding: 20px 0;
    }
}
.prodet-page2{
    background: #fff;
    padding-top: 0;
}

.prodet-page2 .prodet-3 h3.title {
    font-size: 32px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 700;
    margin-top: 60px;
}

.prodet-page2 .prodet-3 ul {
    margin: -10px;
}

.prodet-page2 .prodet-3 ul .slick-track {
    margin: 0;
}

.newdet-page .prodet-page2 .prodet-3 ul li {
    padding: 10px;
}

.prodet-page2 .prodet-3 ul li .box {
    display: block;
    background: white;
    -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    padding-bottom: 32px;
}

.prodet-page2 .prodet-3 ul li .box a.img-box {
    display: block;
}

.prodet-page2 .prodet-3 ul li .box .content {
    display: block;
    padding: 20px 10px;
    text-align: center;
    margin-top: 20px;

}

.prodet-page2 .prodet-3 ul li .box .content h3 {
    font-size: 16px;
    height: 52px;
    line-height: 30px;
    color: #111;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.prodet-page2 .prodet-3 ul li .box .content h3:hover {
    color: var(--color);
}

.prodet-page2 .prodet-3 ul li .box .content h5 {
    display: block;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    font-weight: bold;
}

.prodet-page2 .prodet-3 ul li .box .content p {
    display: block;
    font-size: 14px;
    color: #888;
    line-height: 2;
    margin: 5px 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.prodet-page2 .prodet-3 ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 56px;
    height: 56px;
    border-radius: 5px;
    padding: 0 22px;
    background: var(--color);
    color: #fff;
    font-size: 21px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.prodet-page2 .prodet-3 ul li .box .content a.more i {
    margin-left: 5px;
}

.prodet-page2 .prodet-3 ul li .box .content a.more:hover {
    background: #000;
}
@media screen and (max-width: 500px) {
    .prodet-page2 .prodet-3 ul li .box .content a.more {
        font-size: 16px;
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
    }
}


.contact-page .marginBox {
  padding-bottom: 90px;
}

.contact-page .contact-1 {
  padding: 100px 0 110px;
  text-align: center;
}

.contact-page .contact-1 .text {
  font-size: 20px;
  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;
}

.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 {

  font-size: 24px;
  color: #242424;
  margin: 1em 0 .1em;
  display: block;
}

.contact-page .contact-1 .list ul li .box p {
  font-size: 18px;
  color: #626262;
  line-height: 1.4;
  max-width: 400px;
  margin: auto;
}

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

.contact-page .map {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
      .contact-page .contact-1 .list ul li .box span.h6,
  .contact-page .contact-1 .list ul li .box p,
    .contact-page .contact-1 .text {
    font-size: 18px;
  }
  
  .contact-page .contact-1 {
    padding: 60px 0;
  }

  .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: 1450px) {
      .contact-page .contact-1 .list ul li .box span.h6,
  .contact-page .contact-1 .list ul li .box p,
    .contact-page .contact-1 .text {
    font-size: 16px;
  }
    .contact-page .contact-1 {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1250px) {
      .contact-page .contact-1 .list ul li .box span.h6,
  .contact-page .contact-1 .list ul li .box p,  .contact-page .contact-1 .text {
    font-size: 14px;
  }
  
  .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 .form ul {
  margin: -15px -7px;
}

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

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

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

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

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

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

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

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

.contact-page .form ul li input[type="submit"] {
  border: none;
  background: #c1c1c1;
  color: white;

  font-size: 18px;
  /*text-transform: uppercase;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact-page .form ul li input[type="submit"]:hover {
  background: var(--color);
}

.contact-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 1600px) {
      .contact-page .form ul li {
    padding: 6px;
  }

  .contact-page .form ul {
    margin: -6px;
  }

  .contact-page .form ul li input,
  .contact-page .form ul li textarea,
  .contact-page .form ul li input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
        .contact-page .form ul li input,
    .contact-page .form ul li textarea,
    .contact-page .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }
}


.aft02 {
  padding: 120px 0;
  position: relative;
  overflow: hidden
}

.aft02 .bg_fix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 690px
}

.aft02 .bg_fix:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  left: 0;
  top: 0
}

.aft02 .bg_fix img {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.aft02 .top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 47px;
  z-index: 1;
  position: relative
}

.aft02 .top .hu_h3 {
  color: #fff;

}

.aft02 .top p {
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  margin-top: 10px
}

.aft02 .top .line {
  height: 75px;
  width: 1px;
  background-color: rgba(255, 255, 255, .4);
  margin: 28px 0;
  position: relative
}

.aft02 .top .line:after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  animation: 2s linear .5s infinite hua2
}

@keyframes hua2 {
  from {
    top: 0
  }

  to {
    top: 95%
  }
}

.aft02 .top h4 {
  color: #fff;

}

.aft02 .botF {
  position: relative
}

.aft02 .botF .fa {
  background-image: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 74px;
  color: #cbcbcb;
  outline: none
}

.aft02 .botF .fa:hover {
  color: var(--color)
}

.aft02 .bot {
  position: relative;
  overflow: hidden;
  margin: auto
}

.aft02 .bot .swiper-slide {
  padding: 15px 10px;
}

.aft02 .bot .box {
  background-color: #fff;
  padding: 50px 30px 40px;
  border-radius: 12px;
  box-shadow: 0px 5px 15px rgb(102 102 102/30%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.aft02 .bot .box .icon {
  border-radius: 50%;
  position: relative;
  height: 111px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 111px
}

.aft02 .bot .box:hover .icon:before {
  animation: img01anime 10s 0s linear infinite
}

.aft02 .bot .box:hover .icon:after {
  animation: img02anime 10s 0s linear infinite
}

.aft02 .bot .box .icon:before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  border-radius: 50%;
  border: 1.6px dashed var(--color)
}

.aft02 .bot .box .icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1.6px dashed var(--color)
}

@keyframes img01anime {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes img02anime {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(-360deg)
  }
}

.aft02 .bot .box .icon img {
  width: 56px;
  transition: 0s
}

.aft02 .bot .box h4 {
  font-size: 24px;

  color: #333;
  margin-bottom: 20px;
  margin-top: 54px;
  min-height: 72px;
}

.aft02 .bot .box h5 {
  width: 239px;
  font-size: 18px;
  position: relative;
  color: #666;
  text-align: center;
  line-height: 26px;
  height: 52px
}

.aft02 .bot .box h5:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: var(--color);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0
}

.aft02 .bot .box p {
  padding: 0 40px;
  font-size: 18px;
  height: 100px;
      overflow-y: auto;
}

.aft02 .bot .box:hover h5:after {
  background-color: #fff
}

.aft02 .bot .box:hover h4,
.aft02 .bot .box:hover h5,
.aft02 .bot .box:hover p {
  color: #fff
}

.aft02 .bot .box:hover .icon img {
  filter: grayscale(10) brightness(10)
}

.aft02 .bot .box:hover .icon,
.aft02 .bot .box:hover .icon:before,
.aft02 .bot .box:hover .icon:after {
  border-color: #fff
}

.aft02 .bot .box:hover {
  background-color: var(--color)
}

.aft02 .bot .aft02Swiper {
  margin: auto
}

.aft02 .bot {
  margin: auto;
  padding: 22px 0
}
@media screen and (max-width: 1000px) {
      .aft02 {
    padding: 80px 0;

  }
    .aft02 .bg_fix {
    height: 100%;
  }

  .aft02 .bot .box p {
    height: auto;
  }

  .aft02 .bot .box {
    padding: 50px 30px;
  }
}


.aft03 {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.aft03 .icenter2 {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.aft03 .icenter2 .le {
  overflow: hidden;
  position: relative;
  width: 45%;
}

.aft03 .icenter2 .le:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  content: '';
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  z-index: 1
}

.aft03 .icenter2 .le:hover:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0)
}

.aft03 .icenter2 .le img {
  height: 100%;
  transition: 0.5s;
}

.aft03 .icenter2 .le:hover img {
  transform: scale(1.1)
}

.aft03 .icenter2 .ri {
  width: 50%
}

.aft03 .icenter2 .ri>ul {
  margin: 20px 0 0
}

.aft03 .icenter2 .ri>ul li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  color: #666;
  line-height: 30px
}

.aft03 .icenter2 .ri>ul li:before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666;
  position: absolute;
  left: 0;
  top: 13px;
  content: ""
}

.aft03 dl dd {
  padding-top: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5
}

.aft03 dl dd .icon {
  width: 86px;
  margin-right: 58px
}

.aft03 dl dd .text h4 {
  position: relative;
  padding-bottom: 0;
  font-size: 18px;
  color: #333;
  width: fit-content;
  margin-bottom: 10px
}

.aft03 dl dd .text h4 strong {
  font-size: 70px;
  font-weight: 700
}

.aft03 dl dd .text h4:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: var(--color)
}

.aft03 dl dd .text p {
  font-size: 18px;
  color: #666
}



.custom-2 .ui .top {
  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
}

.custom-2 .ui .top .left {
  padding-right: 65px
}

.custom-2 .ui .top .left .h3 {
  padding-left: 35px;
  border-left: 3px solid var(--color)
}

.custom-2 .ui .top .left p {
  line-height: 2;
  margin-top: 35px
}

.custom-2 .ui .bottom {
  background: #fff;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px
}

.custom-2 .ui .bottom .left {
  padding-right: 80px
}

.custom-2 .ui .bottom .left p {
  max-width: 600px;
  line-height: 1.8;
  margin-top: 45px
}

.custom-2 .ui .bottom .right ul.list3 li:hover {
  background: #f3f3f3;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all
}

.custom-2 .ui .bottom .right ul.list3 li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 28px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee
}
.custom-2 .ui .bottom .right ul.list3 li.active{
      background: #f3f3f3;
}
.custom-2 .ui .bottom .right ul.list3 li .top em {
  margin-left: 25px;

}

.custom-2 .ui .bottom .right ul.list3 li .top i.fr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px
}

.custom-2 .ui .bottom .right ul.list3 li .content {
  padding: 10px 30px 20px;
  line-height: 1.8;
  display: none;
  font-size: 16px
}

@media screen and (max-width: 1250px) {
      .custom-2 .ui .bottom .left {
    padding-right: 0
  }
}
@media screen and (max-width: 1000px) {
      .aft03 .icenter2 .le {
    width: 100%;
    height: auto;
  }

  .aft03 .icenter2 {
    flex-direction: column;
  }

  .aft03 .icenter2 .ri {
    width: 100%;
    margin-top: 5%;
  }
  .custom-2 .ui .bottom {
    padding: 30px 0;
  }

  .custom-2 .ui .bottom {
    padding: 0;
    margin: 0;
  }

  .contact2-page .contact-1 {
    padding: 80px 0;
  }

  .custom-2 .ui .bottom .right ul.list3 li .top {
    padding: 15px;
  }
    .custom-2 .ui .bottom .right {
    padding-right: 0
  }

  .custom-2 .ui .bottom {
    padding: 30px 0;
  }
}
@media screen and (max-width: 700px) {
    .contact-page .marginBox {
    padding-bottom: 30px;
}
  .custom-2 .ui .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .custom-2 .ui .top .left {
    padding-right: 0;
    width: 100%
  }

  .custom-2 .ui .top .right {
    width: 100%
  }

  .custom-2 .ui .bottom .right ul.list3 li .top {
    flex-wrap: nowrap;
    font-size: 16px
  }

  .custom-2 .ui .bottom .left {
    padding-right: 0;
    width: 100%
  }

  .custom-2 .ui .bottom .right {
    padding-right: 0;
    width: 100%;
    margin-top: 40px
  }
}


.faq-page .marginBox {
  padding: 110px 0 100px;
  text-align: center;
}

.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}

.faq-page .marginBox .box .left {
  width: 40%;
}

.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: #ebebeb;
}

.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}

.faq-page .marginBox .box .left .box2 .slide span.h6 {

  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 1.8em;
  display: block;
}

.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #8e8e8e;
  margin-bottom: 1em;
  line-height: 1.2;
}

.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}

.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}

.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%;
}

.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #eee;
  border: 1px solid #bfbfbf;
}

.faq-page .marginBox .box .right .list ul li span.title {

  font-size: 18px;
  color: #242424;
  /*text-align: right;*/
  display: block;
  position: relative;
}

.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  cursor: hand;
}

.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  margin: 30px 0;
  display: none;
}

.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}

.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
     .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }

  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
  }

  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 16px;
    margin-bottom: .8em;
  }

  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
  }

  .faq-page .marginBox .box .right .list ul li .text {
    margin: 20px 0;
  }

  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }

  .faq-page .marginBox {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1250px) {
    
  .faq-page .marginBox .box {
    margin-top: 30px;
  }

  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0;
  }

  .faq-page .marginBox .box .left {
    display: none;
  }

}
@media screen and (max-width: 700px) {
      .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 14px;
  }
}


.testimonials-page .marginBox {
  padding: 100px 0 65px;
  text-align: center;
}

.testimonials-page .options {
  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;
  border-bottom: 1px solid #c3c3c3;
  margin-top: 110px;
}

.testimonials-page .options span {
  font-size: 22px;
  
  width: 360px;
  margin-right: 1em;
  height: 2.5em;
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 .75em;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.testimonials-page .options span em {
  color: #bfbfbf;
}

.testimonials-page .options span.active {
  background-color: white;
  border-bottom-color: transparent;
}

.testimonials-page .ret .list {
  margin: 100px 0 70px;
}

.testimonials-page .ret .list ul {
  margin: -30px -15px;
  text-align: left;
}

.testimonials-page .ret .list ul li {
  padding: 30px 15px;
  text-align: center;
}

.testimonials-page .ret .list ul li a {
  display: block;
  position: relative;
}

.testimonials-page .ret .list ul li a img {
  width: 100%;
}

.testimonials-page .ret .list ul li a span {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  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;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.testimonials-page .ret .list ul li a span img {
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.testimonials-page .ret .list ul li a:hover span {
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  .testimonials-page .options span {
    font-size: 18px;
    width: 280px;
  }
    .testimonials-page .options {
    margin-top: 60px;
  }

  .testimonials-page .ret .list {
    margin: 50px 0;
  }

  .testimonials-page .ret .list ul li {
    padding: 10px;
  }

  .testimonials-page .ret .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1450px) {
  .testimonials-page .marginBox {
    padding: 60px 0;
  }
  .testimonials-page .options span {
    font-size: 16px;
    width: 220px;
  }
    .testimonials-page .options {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1250px) {
      .testimonials-page .options span {
    font-size: 14px;
    width: 200px;
  }
    .testimonials-page .ret .list {
    margin: 30px 0;
  }
}
@media screen and (max-width: 1000px) {

  .testimonials-page .options {
    display: none;
  }

  .testimonials-page .options span {
    font-size: 12px;
    width: 140px;
  }

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

  .testimonials-page .ret .list ul li {
    width: 50%;
  }


  .testimonials-page .marginBox {
    padding: 30px 0;
  }

}



.proNav {
    padding: 100px 0;
}
.proNav .slick-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    background-position: center;
    background-size: 12px;
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    filter: brightness(0);
    opacity: .5;
    transition: .5s;
    border-radius: 50px;
    font-size: 0;
    color: transparent;
}
.proNav .slick-arrow:hover {
    opacity: 1;
}
.proNav .slick-arrow.slick-prev {
    right: 101%;
    background-image: url('../images/banner-btn-l.png');
}
.proNav .slick-arrow.slick-next {
    left: 101%;
    background-image: url('../images/banner-btn-r.png');
}
.proNav ul {
    margin: -10px;
}
.proNav ul li {
    padding: 10px;
}
.proNav ul li a.img-box {
    display: block;
}
.proNav ul li span.h6 {
    display: block;
    font-size: 18px;
    margin-top: .5em;
}
.seoPublic .title{
        font-size: 40px;
        margin-bottom: 1em;
}
@media screen and (max-width: 1250px) {
  .proNav .slick-arrow {
      display: none;
  }
  .proNav {
      padding: 60px 0;
  }
}
@media screen and (max-width: 1000px) {
    .proNav h3 {
        font-size: 28px !important;
    }
}
@media screen and (max-width: 500px) {
  .proNav{
      padding: 30px 0;
  }
}


.product-page {
    background: #f7f7f8;
}

.product-page .title h1 {
    font-size: 45px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
    /*text-transform: uppercase;*/
}
.product-page .title p {
    font-size: 16px;
    line-height: 1.8;
    color: #000;
}

.product-page .product-box {
    padding-bottom: 100px;
}
.product-page .product-box .product-list {
    margin-top: 80px;
}
.product-page .product-box .product-list ul {
    margin: -15px;
    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-page .product-box .product-list ul li {
    width: 25%;
    padding: 15px;
    margin-bottom: 60px;
}
.product-page .product-box .product-list ul li .pr {
    height: 100%;
}
.product-page .product-box .product-list ul li a {
    border-radius: 10px;
    padding: 0 0 35px 0;
    background: #fff;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    height: 100%;
}
.product-page .product-box .product-list ul li a:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.product-page .product-box .product-list ul li a .p-img {
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
        background: #fff7f6;
}

.product-page .product-box .product-list ul li a h4 {
    font-size: 24px;
    line-height: 1;
    color: #000;
}
.product-page .product-box .product-list ul li a h5 {
    font-size: 18px;
    line-height: 1;
    color: #000;
    margin-top: 12px;
}
.product-page .product-box .product-list ul li a p {
    text-align: center;
    font-size: 20px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 700;
}
.product-page .product-box .product-list ul li > div i.ie0 {
    width: 2px;
    top: 0;
    left: 0;
}
.product-page .product-box .product-list ul li > div i.ie2 {
    width: 2px;
    bottom: 0;
    right: 0;
}
.product-page .product-box .product-list ul li > div i.ie3 {
    height: 2px;
    top: 0;
    right: 0;
}
.product-page .product-box .product-list ul li > div i.ie4 {
    height: 2px;
    bottom: 0;
    left: 0;
}
.product-page .product-box .product-list ul li > div:hover i.ie0 {
    height: 100%;
    bottom: 0;
    top: auto;
}
.product-page .product-box .product-list ul li > div:hover i.ie2 {
    height: 100%;
    top: 0;
}
.product-page .product-box .product-list ul li > div:hover i.ie3 {
    width: 100%;
    left: 0;
}
.product-page .product-box .product-list ul li > div:hover i.ie4 {
    width: 100%;
    right: 0;
    left: auto;
}


.product-page .product-box .product-list .m-page {
    margin-top: 60px;
}


.product-page .product-box .cate-list{
    margin-top: 70px;
}
.product-page .product-box .cate-list ul{
    margin: -15px -25px;
}
.product-page .product-box .cate-list ul li{
    padding: 15px 25px;
}

.product-page .product-box .cate-list ul li > div{
    background-color: white;
    display: flex;
    flex-wrap: wrap;
}

.product-page .product-box .cate-list ul li .img{
    width: 40%;
}

.product-page .product-box .cate-list ul li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-page .product-box .cate-list ul li .content{
    width: 60%;
    padding: 30px;
    margin: auto 0;
}

.product-page .product-box .cate-list ul li .content a.moreBtn{
    color: #2451a0;
    border-bottom: 1px solid currentColor;
}

@media screen and (max-width: 1000px) {
    .product-page .product-box .cate-list ul li{
        width: 100%!important;
    }
}

@media screen and (max-width: 500px) {
    .product-page .product-box .cate-list ul li .img{
        width: 100%;
    }
    .product-page .product-box .cate-list ul li .content{
        width: 100%;
    }
}

@media screen and (max-width: 1250px) {
        .product-page .product-box .product-list ul li a h4 {
        font-size: 20px;
    }
    .product-page .product-box .product-list ul li a h5 {
        font-size: 16px;
    }
    .product-page .title h1 {
        font-size: 32px;
    }

}
@media screen and (max-width: 1000px) {
        .product-page .product-box .product-list ul li {
        width: 50%;
    }
    .product-page .title p {
        font-size: 14px;
    }
        .product-page .title h1,.font-48,.patent-top .title-cn {
        font-size: 24px;
    }
        .product-page .product-box .product-list ul li a p {
        font-size: 16px;
    }
}
@media screen and (max-width: 500px) {
        .product-page .product-box .product-list ul li {
        width: 100%;
    }
     .product-page .product-box{
      padding-bottom: 30px;
  }
}


.downNav {
    float: right;
    position: relative;
    z-index: 2;

}
.downNav span {
    font-size: 22px;
    width: 2em;
    height: 2em;
    /*border: 1px solid #999;*/
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9b2a2c;
    color: #fff;

}
.downNav ul {
    position: absolute;
    top: 100%;
    right: 0;
    width: 180px;
    background-color: white;
    font-size: 16px;
    display: none;
}
.downNav:hover ul {
    display: block;
}
.downNav ul li {
    border-top: 1px solid #eee;
}
.downNav ul li a {
    padding: .5em;
    display: block;
    transition: .5s;
}
.downNav ul li a:hover {
    background-color: var(--color);
    color: white;
}


.btn_pro_det{
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: -30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    color: #656b6f;
    text-align: center;
    cursor: pointer;
    background-color: #c0c6ca;
    font-size: 14px;
    transition: all .5s ease;
}
.btn_pro_det i{
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    transition: all .5s ease;
}
.btn_pro_det .det_more{
    display: block;
    width: 300%;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    transition: all .5s ease;
}
.btn_pro_det .hover_more{
    width: 0;
    height: 0;
    overflow: hidden;
    color: #fff;
    bottom: 0;
    display: inline-block;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-size: 18px;
}
.pro_box .btn_pro_det {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro_box:hover .btn_pro_det {
    background-color: var(--color) !important;
    box-shadow: 0 2px 10px -2px rgba(0, 101, 59, 0.6);
    color: #fff !important;
    width: 200px;
    margin-left: -100px;
}
.pro_box:hover .det_more{
    opacity: 0;
    width: 100%;
}
.pro_box:hover .hover_more{
    width: auto;
    height: auto;
}

.pro_box:hover .btn_pro_det i{
    margin-left: 3.5em;
}

.prodet-page{
    /*overflow: hidden;*/
    background: #f7f7f8;
}

.prodet-page .prodet-box .prodet-1 .container {
    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;
    align-items: flex-start;

}
.prodet-page .prodet-box .prodet-1 .container .left {
    width: 35%;
    padding-right: 10px;
    position: sticky;
    top: 90px;
}
.prodet-page .prodet-box .prodet-1 .container .left img{
    background: #F2E1C8;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll {
    padding: 20px 0;
    position: relative;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-wrapper{
    margin: -10px;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-wrapper .slick-list {
    width: 100%;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-slide {
    padding: 10px;
}

.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-prev,
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-next {
    width: 16px;
    height: 29px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-prev {
    background: url(../images/ped-left.png) no-repeat center center;
    background-size: 100% 100%;
    left: 0;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-next {
    background: url(../images/ped-right.png) no-repeat center center;
    background-size: 100% 100%;
    right: 0;
}
.prodet-page .prodet-box .prodet-1 .container .right {
    width: 65%;
    padding-left: 80px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box h3.tit {
    font-size: 24px;
    line-height: 44px;
    color: var(--color);
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box h1 {
    font-size: 40px;
    line-height: 1.4;
    color: #121212;
    font-weight: 600;
    /*text-transform: uppercase;*/
    margin: 15px 0;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box p {
    font-size: 18px;
    line-height: 2;
    color: #000000;
    /*padding: 20px 0;*/
    /*border-bottom: 1px solid #8a8a8a;*/
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .content {
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .content .item{
    padding-bottom: 10px;
    border-bottom: 1px solid #b1b1b1;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .content .item .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .content .item .top i{
    font-size: 25px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .content .item .txt-con{
    display: none;margin-top: 16px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .content .item.on .top i{
    transform: rotate(180deg);
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color {
    margin-top: 30px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color span {
    font-size: 14px;
    line-height: 1;
    color: #444444;
    display: block;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color .colorBox {
    margin-top: 20px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color .colorBox .swiper-slide {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color .colorBox .swiper-slide:hover {
    background: #f4f4f4;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box {
    margin-top: 35px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a {
    display: inline-block;
    padding: 16px 50px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 18px;
    line-height: 1;
    color: #121212;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a:hover {
    border: 1px solid var(--color);
    color: #fff;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a:hover::after {
    width: 100%;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: var(--color);
    left: 0;
    top: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: -1;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box .inquiry {
    padding: 16px 60px;
    border: 1px solid #000000;
    margin-left: 18px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    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;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.8);
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon {
    font-size: 14px;
    line-height: 2;
    font-weight: 100;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon a {
    padding: 0 18px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon a:hover {
    color: var(--color);
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon a:last-child {
    border-right: none;
}
.prodet-page .prodet-box .prodet-2 h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-box .prodet-2 h3 span {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    color: #000;
    padding: 12px 25px;
    background: #ccc;
    position: relative;
    cursor: pointer;
}
.prodet-page .prodet-box .prodet-2 h3 span.active {
    color: #fff;
    background: var(--color);
}
.prodet-page .prodet-box .prodet-2 h3 span.active::after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid var(--color);
}
.prodet-page .prodet-box .prodet-2 .content {
    padding: 60px 0 50px;
    font-size: 18px;
}

.prodet-page .prodet-box .prodet-2 .content strong {
    font-weight: bold;
    display: block;
}

.prodet-page .prodet-box .prodet-3 {
    padding: 40px 0 45px;
    background: #f5f5f5;
}
.prodet-page .prodet-box .prodet-3 h3 {
    font-size: 20px;
    line-height: 1;
    color: #1f1f1f;
    font-weight: bold;
}
.prodet-page .prodet-box .prodet-3 .reportBox {
    margin: 45px -10px 0;
}
.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container {
    padding: 10px;
}
.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container .swiper-slide a {
    display: block;
    overflow: hidden;
    -webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.3);
}
.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container .swiper-slide a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container .swiper-slide a img {
    width: 100%;
}
.prodet-page .prodet-box .prodet-4 {
    padding: 60px 0;
}
.prodet-page .prodet-box .prodet-4 h3 {
    font-size: 35px;
    color: #080808;
    font-weight: 600;
    text-align: center;
}
.prodet-page .prodet-box .prodet-4 .recommendBox {
    margin-top: 40px;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-wrapper {
    margin: -15px;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide {
    padding: 15px;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a {
    display: block;
    text-align: center;
}

.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a:hover h4::after {
    width: 100%;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a .p-img {
    overflow: hidden;
    height: auto;
    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;
    margin-bottom: 20px;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a .p-img img {
    width: 100%;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a h5 {
    font-size: 20px;
    line-height: 36px;
    color: #121212;
    /*text-transform: uppercase;*/
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a h4 {
    font-size: 14px;
    line-height: 2;
    color: #121212;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    font-weight: 500;
    padding-bottom: 4px;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a h4::after {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 1px solid var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page.prodet2-page .prodet-box .container {
    max-width: 1605px;
}
.prodet-page.prodet2-page .prodet-box .prodet-1 .left {
    width: 55%;
}
.prodet-page.prodet2-page .prodet-box .prodet-1 .right {
    width: 45%;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 {
    border-top: 1px solid #d9d9d9;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .title {
    padding: 40px 0 85px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .title h3 {
    font-size: 28px;
    line-height: 1;
    color: #000000;
    font-weight: bold;
    margin-bottom: 14px;
    border: none;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .title p {
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    font-weight: 100;
    max-width: 1150px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li {
    margin-bottom: 30px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .left {
    width: 58%;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .right {
    width: 42%;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .right .tit {
    width: 100%;
    padding: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .right .tit h4 {
    font-size: 24px;
    color: #000000;
    padding-top: 25px;
    position: relative;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .right .tit h4::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    top: 0;
    left: 0;
    border-top: 1px solid #d9d9d9;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box {
    margin-top: 50px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container {
    max-width: 1230px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content {
    padding: 110px 0 100px;
    /*border-top: 1px solid #a3a3a3;*/
    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;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .left {
    width: 42%;
    padding: 15px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right {
    width: 58%;
    padding-left: 5%;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right h5 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    padding: 0 6px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list {
    margin-top: 40px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item {
    margin-bottom: 15px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .title {
    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: 10px 6px;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .title h6 {
    font-size: 18px;
    color: #000;
    line-height: 1;
    font-weight: 400;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .title i {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .title i::before {
    content: "+";
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box {
    display: none;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box ul {
    padding: 15px;
    margin-left: 40px;
    margin-bottom: 20px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box ul li {
    font-size: 16px;
    color: #565656;
    margin-bottom: 5px;
    list-style-type: disc;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box .box {
    padding: 15px;
    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;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box .box p {
    width: 50%;
    margin-bottom: 20px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box .box p .spec-title {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 500;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box .box p .spec-value {
    display: block;
    font-size: 16px;
    color: #565656;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item.active .title {
    border: 2px solid #000;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item.active .title i::before {
    content: "-";
}
.prodet-page.prodet2-page .prodet-box .prodet-3 {
    padding: 60px 0;
    background: #000;
    text-align: center;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .container {
    max-width: 1230px;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 h5 {
    margin: 0;
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox {
    margin-top: 30px;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .e-img {
    overflow: hidden;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .e-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .e-img img {
    width: 100%;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .content {
    padding: 15px 5px;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .content h6 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .05em;
    font-weight: 700;
    margin-bottom: 20px;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .content p {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 a {
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    line-height: 1;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 100;
    margin-top: 50px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 {
    background: #f1f1f1;
    padding: 30px 0 50px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 .top {
    text-align: center;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 .top h4 {
    font-size: 26px;
    line-height: 1;
    color: #1e1e1e;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 17px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 .top p {
    font-size: 16px;
    line-height: 1;
    color: #1e1e1e;
    margin-top: 35px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form {
    margin-top: 42px;
    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;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 0px 0px 0px 16px;
    height: 48px;
    text-align: left;
    color: #242424;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    background-color: #ffffff;
    border: 1px solid #242424;
    margin-left: 5px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form input[name="name"] {
    width: 140px;
    margin-left: 0;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form input[name="mail"] {
    width: 240px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form input[name="content"] {
    width: 300px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form input[type="submit"] {
    background: #000000;
    border-radius: 0px;
    border-style: solid;
    border-color: #000000;
    border-width: 5px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    white-space: normal;
    padding: 11px 10px;
    text-align: center;
    word-break: break-word;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    cursor: pointer;
    height: auto;
}
.prodet-page .wpulike.wpulike-default {
    display: inline-block;
}
@media screen and (max-width: 1400px) {
        .prodet-page .prodet-box .prodet-1 .container .right .text-box h1{
        font-size: 30px;
    }
}
@media screen and (max-width: 1250px) {
    .prodet-page .prodet-box .prodet-4 h3{
        font-size: 24px;
    }
}
@media screen and (max-width: 1000px) {
    
    .prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a {
        padding: 12px 20px;
        font-size: 14px;
    }
    .prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box .inquiry {
        padding: 12px 20px;
    }
    .prodet-page .prodet-box .prodet-1 .container .right .text-box h3.tit {
        font-size: 24px;
    }
    .prodet-page .prodet-box .prodet-1 .container .left {
        width: 100%;
        padding-right: 0;
        position: static;
    }
    .prodet-page .prodet-box .prodet-1 .container .right {
        width: 100%;
        padding-left: 0px;
        margin-top: 30px;
    }


    .prodet-page .prodet-box .prodet-1 .container .right .text-box h1{
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    .prodet-page .prodet-box .prodet-1 .container .right .text-box h3.tit {
        font-size: 20px;
    }

    .prodet-page .prodet-box .prodet-1 .container .right .text-box p {
        font-size: 14px;
    }
        .prodet-page .prodet-box .prodet-2 h3 span{
        font-size: 14px;
        padding: 10px;
    }
}


#index-body .init-1-1{
    /*min-height: 58vw;*/
}
#index-body .init-1-1 .datashow li{
    padding: 0 80px;
}
#index-body .init-1-1 .play{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--color);
    position: relative;
    z-index: 0;
}
#index-body .init-1-1 .play i {
    font-size: 20px;
    color: #FFF;
    line-height: 1;
}

#index-body .init-1-1 .play::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    -o-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    background-color: rgba(234, 48, 42, 0.5);
    z-index: -1;
}

#index-body .init-1-1 .play::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    -o-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    background-color: rgba(234, 48, 42, 0.2);
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;z-index: -1;
}

@media screen and (max-width: 1000px){
    #index-body .init-1-1 .datashow li {
        padding: 0 20px;
    }
}
@media screen and (max-width: 700px){
    #index-body .init-1-1 .datashow li{
        width:100%;
        padding: 10px;
    }
}


#index-body .init-2-1 .pro-box .pro-left{
    width: 25%;
    position: sticky;
    top: 120px;
    
}


#index-body .init-2-1 .pro-box .pro-left .menus>li {
    border-radius: 5px;
    border-top: none;
    margin-bottom: 10px;
}

#index-body .init-2-1 .pro-box .pro-left .menus>li:last-child {
    margin-bottom: 0;
}

#index-body .init-2-1 .pro-box .pro-left .menus>li.active .menu-a span,
#index-body .init-2-1 .pro-box .pro-left .menus>li:hover .menu-a span {
    right: 0;
}

#index-body .init-2-1 .pro-box .pro-left .menus>li.active .menu-a a,
#index-body .init-2-1 .pro-box .pro-left .menus>li:hover .menu-a a,
#index-body .init-2-1 .pro-box .pro-left .menus>li.active .menu-a i,
#index-body .init-2-1 .pro-box .pro-left .menus>li:hover .menu-a i {
    color: white;
}

#index-body .init-2-1 .pro-box .pro-left .menus>li.active .menu-a i {
    transform: rotate(-90deg);
    transform-origin: top;
}

#index-body .init-2-1 .pro-box .pro-left .menus>li .menu-a {
    display: flex;
    align-items: center;
    height: auto;
    min-height: 60px;
    padding: 0 70px 0 27px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    cursor: pointer;
    z-index: 5;
}

#index-body .init-2-1 .pro-box .pro-left .menus>li .menu-a span {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    right: calc(100% - 8px);
    top: 0;
    background-color: var(--color);
    transition: all 0.5s;
    z-index: -1;
}

#index-body .init-2-1 .pro-box .pro-left .menus>li .menu-a i {
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    transition: all 0.5s;
}

#index-body .init-2-1 .pro-box .pro-left .menus>li .sub-menu {
    padding: 20px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    margin-top: -3px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
}

#index-body .init-2-1 .pro-box .pro-left .menus>li .sub-menu li {
    padding: 5px 30px;
}

#index-body .init-2-1 .pro-box .pro-left .menus>li .sub-menu li a {
    font-size: 20px;
    color: #666;
    transition: all 0.5s;
    border-bottom: 1px solid #eee;
    display: block;
    padding: 10px 0 15px 0;
}

#index-body .init-2-1 .pro-box .pro-left .menus>li .sub-menu li:last-child a {
    border: none;
}

#index-body .init-2-1 .pro-box .pro-left .menus>li .sub-menu li a:hover {
    color: var(--color);
}

#index-body .init-2-1 .pro-box .pro-left .menus>li .sub-menu li.active a {
    color: var(--color);
}

#index-body .init-2-1 .pro-box .product-right{
    width: 75%;
    padding-left: 5%;
}
.product-page #index-body .init-2-1 .pro-box .product-right{
    width: 100%;
    padding-left: 0;
}
.product-page #index-body .init-2-1 .pro-box .product-right.product{
    width: 75%;
    padding-left: 5%;
}


#index-body .init-2-1 .pro-box .product-right ul li .img-box {
    padding: 0 35px;
    width: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all 0.5s;
    position: relative;
    background-color: #cecece;
        background-color: #f4e0c7;
}


#index-body .init-2-1 .pro-box .product-right .text {
    max-height: 84px;
    overflow-y: auto;    
    color: #666;
}


.product-page #index-body .init-2-1 .pro-box .product-right ul{
    margin:-15px;
}
.product-page #index-body .init-2-1 .pro-box .product-right ul li{
    padding: 15px;
    width: 25%;
}
.product-page #index-body .init-2-1 .pro-box .product-right.product ul li{
    width: 33.33%;
}

#index-body .init-2-1 .pro-box .product-right ul li .img-box:hover .icon {
    /*opacity: 1;*/
}

#index-body .init-2-1 .pro-box .product-right ul li .img-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

#index-body .init-2-1 .pro-box .product-right ul li .img-box .icon a {
    margin: 0 4px;
    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;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#index-body .init-2-1 .pro-box .product-right ul li .img-box .icon a img {
    -webkit-filter: invert(0);
    filter: invert(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#index-body .init-2-1 .pro-box .product-right ul li .img-box .icon a:hover,
#index-body .init-2-1 .pro-box .product-right ul li .img-box .icon a.active {
    background-color: var(--color);
}

#index-body .init-2-1 .pro-box .product-right ul li .img-box .icon a:hover img,
#index-body .init-2-1 .pro-box .product-right ul li .img-box .icon a.active img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

#index-body .init-2-1 .pro-box .product-right ul li .img-box .img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
 
}

#index-body .init-2-1 .pro-box .product-right ul li h4 {
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    transition: all 0.5s;
    font-weight: 700;
}

#index-body .init-2-1 .pro-box .product-right ul li h4:hover {
    color: var(--color);
}
@media screen and (max-width: 1250px){
    #index-body .init-2-1 .pro-box .pro-left .menus>li .menu-a{
        font-size: 18px;
    }

    .product-page #index-body .init-2-1 .pro-box .product-right ul li{
        width: 33.3%;
    }

    .product-page #index-body .init-2-1 .pro-box .product-right.product ul li {
        width: 50%;
    }
    #index-body .init-2-1 .pro-box .product-right ul li h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 1000px){
    #index-body .init-2-1 .pro-box .pro-left {
        width: 100%;
        position: static;
        top: 0;
    }
    #index-body .init-2-1 .pro-box .product-right {
        width: 100%!important;
        padding-left: 0!important;;
        margin-top: 5%;
    }
    .product-page #index-body .init-2-1 .pro-box .product-right{
        margin-top: 0;
    }
    .product-page #index-body .init-2-1 .pro-box .product-right.product {
        margin-top: 5%;
    }  
}
@media screen and (max-width: 700px){
    .product-page #index-body .init-2-1 .pro-box .product-right ul li{
        width: 50%;
    }
}
@media screen and (max-width: 500px){
    .product-page #index-body .init-2-1 .pro-box .product-right.product ul li {
        width: 100%;
    }   
    .product-page #index-body .init-2-1 .pro-box .product-right ul li{
        width: 100%;
    }
}

.factory-page .marginBox .list ul li{
    padding: 40px 0;
}
.factory-page .marginBox .list ul li a{
    transition: all 0.5s;
}
.factory-page .marginBox .list ul li.swiper-slide-active a{
    transform: scale(1.2);
}
.zdyqh .swiper-button{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid transparent;
    transition: all 0.5s;
}
.zdyqh .swiper-button:hover{
    border-color: var(--color);
    background-color: #fff;
}
.zdyqh .swiper-button::after{
    font-size: 20px;
    color: #fff;
    transition: all 0.5s;
}
.zdyqh .swiper-button:hover::after{
    color: var(--color);
}
.zdyqh .swiper-button.swiper-button-prev{
    left: -50px;
}
.zdyqh .swiper-button.swiper-button-next{
    right: -50px;
}
@media screen and (max-width: 1000px){
    .zdyqh{
        zoom: 0.8;
    }
    .factory-page .marginBox .list ul li{
        padding: 0;
    }
    .factory-page .marginBox .list ul li.swiper-slide-active a {
        transform: scale(1);
    }
}
@media screen and (max-width: 700px){
    .zdyqh{
        display: none;
    }
}