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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

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

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

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

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

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

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

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

html.mobile {
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#mobile.active {
    left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1700px) {
    body .zdy-tt.font-20 {
        font-size: 19px;
    }
}

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

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

@media (max-width: 1250px) {
    body .zdy-tt.font-24 {
        font-size: 19px;
    }

    body .zdy-tt.font-20 {
        font-size: 18px;
    }

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

@media (max-width: 1000px) {
    body .zdytt.font-36 {
        font-size: 22px;
    }
}

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

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

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

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

@media (max-width: 500px) {
    body .zdy-zw.font-18 {
        font-size: 14px;
    }
}

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

body {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 18px;
    --color: #085eab;
    --color2: #4bb4b0;
    margin: 0 auto;
    background-color: #f5f5f5;
}

.container {
    width: 1630px;
}

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

.color-ff {
    color: #fff;
}

.lh-1 {
    line-height: 1;
}

.lh-11 {
    line-height: 1.1;
}

.lh-11 {
    line-height: 1.2;
}

.lh-2 {
    line-height: 2;
}

.t_l {
    transition: all 0.5s;
}

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

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

#header .nav {
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s;
}

#header .nav .logo .header-icon.pos{
    top: 0;
    left: 0;
    opacity: 0;
}

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

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

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

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

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

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

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

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

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

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li {
    position: relative;
    display: block;
    float: none;
    padding: 0 15px;
    line-height: 40px;
    color: black;
    font-size: 16px;
    -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;
    margin: 0 32px;
}

#header .nav .ui.menu .right .h-language span i {
    font-size: 24px;
}

#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;
    cursor: pointer;
}

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

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

#header .nav .ui.menu .right .h-inquire {
    width: auto;
    min-width: 180px;
    height: 50px;
    padding: 0 12px;
    border: solid 2px rgba(255, 255, 255, 0.22);
    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;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
}

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

#header.active,
#header.inner_active {
    background-color: #fff;
}
#header.inner_active{
    box-shadow:0 0 5px rgba(0, 0, 0, 0.4)!important;
}

#header.active .nav,
#header.inner_active .nav {
    height: 90px;
}
#header.active .nav .header-icon,#header.inner_active .nav .header-icon{
    opacity: 0;
}
#header.active .nav .header-icon.pos,#header.inner_active .nav .header-icon.pos{
    opacity: 1;
}
#header.active .nav .ui.menu .menu-box .menu-menu-container ul.menu>li,#header.inner_active .nav .ui.menu .menu-box .menu-menu-container ul.menu>li{
    color: #000;
}
#header.active .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.active,
#header.inner_active .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.active {
    color: var(--color);
}

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

#header.active .nav .ui.menu .right .h-search img,#header.inner_active .nav .ui.menu .right .h-search img{
    filter:brightness(0.3);
}
/*#header.active .nav .ui.menu .right .h-search:hover img,#header.inner_active .nav .ui.menu .right .h-search:hover img{
    filter:none;
}*/
#header.active .nav .ui.menu .right .h-inquire,#header.inner_active .nav .ui.menu .right .h-inquire{
    color: #000;border-color: rgba(0,0,0,0.5);
}
#header.active .nav .ui.menu .right .h-inquire:hover,#header.inner_active .nav .ui.menu .right .h-inquire:hover{
    color: #fff;
    background-color: var(--color);
    border-color: var(--color);
}
#header.active .nav .ui.menu .right .h-language span,#header.inner_active .nav .ui.menu .right .h-language span{
    color: #000;
}

#banner .banner-content {
    height: 100vh;
    position: relative;
}

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

#banner .banner-content .swiper-slide .txt-content {
    height: 100%;
    margin-top: -60px;
}

#banner .banner-content .swiper-slide .txt-content h3 {
    line-height: 1.3;
}
#banner .banner-content .swiper-slide .txt-content .text1{
    text-shadow: 2px 2px 2px #222222;
}
#banner .banner-content .swiper-slide .txt-content .text2{
    text-shadow: 2px 2px 2px #222222;
}
#banner .banner-content .swiper-tool-box {
    width: 100%;
    position: absolute;
    bottom: 60px;
    left: 0;
    z-index: 1;
}

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

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

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination .swiper-pagination-bullet {
    margin-right: 10px;
    background-color: #fff;
    width: 23px;
    height: 12px;
    font-size: 18px;
    color: rgba(0, 169, 166, 0.4);
    opacity: 1;
    border-radius: 12px;
    transition: all 0.5s;
}

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

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

.mkttbox .mk-tt {
    position: relative;
}

.mkttbox .mk-tt::after {
    content: "";
    display: block;
    width: 96px;
    height: 3px;
    background-color: var(--color2);
    position: absolute;
    bottom: 0;
    left: 0;
}

.mkttbox .mk-desc {
    color: #666464;
    opacity: 0.9;
}

.all-fy .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #c7c7c7;
    transition: all 0.5s;
    border: 0;
    opacity: 1;
}

.all-fy .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

.btn-go {
    width: auto;
    min-width: 215px;
    background-color: var(--color2);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 55px;
    padding: 5px 10px 5px 28px;
    border: 1px solid transparent;
    transition: all 0.5s;
}

.btn-go .cjt {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.5s;
}

.btn-go .cjt img {
    transition: all 0.5s;
}

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

.btn-go:hover .cjt {
    background-color: var(--color2);
}

.btn-go:hover .cjt img {
    filter: brightness(0) invert(1);
}

#index-body .init-1 {
    background-color: #f0f0f0;
}

#index-body .init-1 .mkttbox .mk-tt {
    max-width: 40%;
}

#index-body .init-1 .mkttbox .mk-desc {
    max-width: 44%;
    line-height: 2;
}

#index-body .init-1 .app-list .box {
    border-radius: 8px;
    overflow: hidden;
}

#index-body .init-1 .app-list .box .icologo {
    top: 30px;
    right: 6px;
}
#index-body .init-1 .app-list .slick-slide:nth-child(1) .box .txt-box .txt{
   max-width: 50%;
}

#index-body .init-1 .app-list .box .txt-box {
    background-color: #fff;
    padding: 25px 28px;
    transition: all 0.5s;
}

#index-body .init-1 .app-list .box .txt-box .ico {
    transition: all 0.5s;
}

#index-body .init-1 .app-list .box .txt-box .tt {
    color: #1c1c1c;
    transition: all 0.5s;
}

#index-body .init-1 .app-list .box .txt-box .txt {
    max-width: 86%;
}

#index-body .init-1 .app-list .box .txt-box .btn-more {
    color: #919191;
    transition: all 0.5s;
}

#index-body .init-1 .app-list .box .txt-box .btn-more:hover {
    color: #4bb4b0 !important;
}

#index-body .init-1 .app-list .box .txt-box:hover {
    background-color: var(--color);
}

#index-body .init-1 .app-list .box .txt-box:hover .tt {
    color: #fff;
}

#index-body .init-1 .app-list .box .txt-box:hover .ico {
    filter: brightness(0) invert(1);
}

#index-body .init-1 .app-list .box .txt-box:hover .btn-more {
    color: #fff;
}

#index-body .init-1 .app-list .slickDots ul li {
    width: 18px;
    height: 9px;
    border-radius: 9px;
    background-color: #646263;
    transition: all 0.5s;
    border: 0;
}

#index-body .init-1 .app-list .slickDots ul li.slick-active {
    width: 30px;
    background-color: var(--color);
}

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

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

#index-body .init-2 .left .thumbs li {
    margin-bottom: 26px;
}

#index-body .init-2 .left .thumbs li:last-child {
    margin-bottom: 0;
}

#index-body .init-2 .left .thumbs li.active .box {
    background-color: var(--color);
}

#index-body .init-2 .left .thumbs .box {
    background-color: #b5b5b6;
    border-radius: 8px;
    padding: 16px 20px;
    transition: all 0.5s;
}

#index-body .init-2 .left .thumbs .box .txt-jj {
    width: 100%;
    padding: 0 30px;
}

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

#index-body .init-2 .right .pro-list {
    position: relative;
}

#index-body .init-2 .right .pro-list .box {
    border-radius: 16px;
    overflow: hidden;
}

#index-body .init-2 .right .pro-list .box .txt-box {
    background-color: var(--color);
    padding: 16px 60px 26px;
}

#index-body .init-2 .right .pro-list .box .txt-box .tt {
    transition: all 0.5s;
}

#index-body .init-2 .right .pro-list .box .txt-box .tt:hover {
    color: #000;
}

#index-body .init-2 .right .pro-list .box .txt-box .desc {
    opacity: 0.8;
}

#index-body .init-3 .con{
    background-attachment:fixed;
    background-position:center;
    background-repeat:no-repeat;
    padding: 12% 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#index-body .init-3 .play {
    position: relative;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
}

#index-body .init-3 .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: transparent;
    border: 1px solid rgba(255, 255, 255, 0.26);
}

#index-body .init-3 .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: transparent;
    border: 1px solid rgba(255, 255, 255, 0.658);
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#index-body .init-4 .mkttbox .mk-tt {
    max-width: 50%;
}

#index-body .init-4 .mkttbox .mk-desc {
    max-width: 45%;
    line-height: 1.4;
}

#index-body .init-4 .mkttbox .mk-desc .iso-list .box {
    display: flex;
    align-items: center;
    justify-content: center;
}

#index-body .init-4 .h-map {
    margin-top: -10px;
}

#index-body .init-4 .h-map>img {
    width: 96.8125%;
}

#index-body .init-4 .h-map .cir {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    width: 0;
    height: 0;
}

#index-body .init-4 .h-map .cir .ico {
    display: block;
    width: 11px;
    height: 11px;
    background-color: var(--color);
    /* background-color: transparent; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#index-body .init-4 .h-map .cir .ico.dx::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    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(8, 95, 171, 0.3);
    pointer-events: none;
}

#index-body .init-4 .h-map .cir .ico.dx::after {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;
    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(8, 95, 171, 0.3);
    pointer-events: none;
}

#index-body .init-4 .h-map .cir .content {
    width: 340px;
    border-radius: 12px;
    overflow: hidden;
    display: none;
    position: absolute;
    bottom: 45px;
    left: -170px;
    z-index: 9;
}

#index-body .init-4 .h-map .cir .content .txt-box {
    position: relative;
    padding: 26px 30px;
    background-color: var(--color);
}

#index-body .init-4 .h-map .cir .content .txt-box h2 {
    margin-right: 22px;
}

#index-body .init-4 .h-map .cir .content .txt-box .gjico {
    position: absolute;
    top: 0;
    left: 26px;
    transform: translateY(-50%);
}

#index-body .init-4 .h-map .cir01 {
    left: 35.54%;
    top: 11.51%;
}

#index-body .init-4 .h-map .cir02 {
    left: 37.15%;
    top: 16.71%;
}

#index-body .init-4 .h-map .cir03 {
    left: 33.93%;
    top: 23.02%;
}

#index-body .init-4 .h-map .cir04 {
    left: 16.12%;
    top: 39.71%;
}

#index-body .init-4 .h-map .cir05 {
    left: 26.57%;
    top: 41%;
}

#index-body .init-4 .h-map .cir06 {
    left: 16.12%;
    top: 46.2%;
}

#index-body .init-4 .h-map .cir07 {
    left: 20.94%;
    top: 50.09%;
}

#index-body .init-4 .h-map .cir08 {
    left: 33.44%;
    top: 78.36%;
}

#index-body .init-4 .h-map .cir09 {
    left: 30.68%;
    top: 83.36%;
}

#index-body .init-4 .h-map .cir10 {
    left: 29.18%;
    top: 80.85%;
}

#index-body .init-4 .h-map .cir11 {
    left: 51.68%;
    top: 46.29%;
}

#index-body .init-4 .h-map .cir12 {
    left: 46.94%;
    top: 63.57%;
}

#index-body .init-4 .h-map .cir13 {
    left: 52.49%;
    top: 66.87%;
}

#index-body .init-4 .h-map .cir14 {
    left: 54.06%;
    top: 71.77%;
}

#index-body .init-4 .h-map .cir15 {
    left: 53.36%;
    top: 83.46%;
}

#index-body .init-4 .h-map .cir16 {
    left: 75.24%;
    top: 28.71%;
}

#index-body .init-4 .h-map .cir17 {
    left: 86.43%;
    top: 87.29%;
    
}

#index-body .init-4 .h-map .cir18 {
     left: 19.4%;
    top: 61.79%;
}

#index-body .init-4 .h-map .cir19 {
    left: 76%;
    top: 64.29%;
}

#index-body .init-4 .h-map .cir20 {
   left: 74.0%;
    top: 64.31%;
}



#index-body .init-4 .h-map .cir21 {
    left: 65.46%;
    top: 44.98%;
}

#index-body .init-4 .h-map .cir22 {
    left: 52.55%;
    top: 48.76%;
}

#index-body .init-4 .h-map .cir23 {
    left: 45.3%;
    top: 55.26%;
}

#index-body .init-4 .h-map .cir24 {
    left: 62.2%;
    top: 59.2%;
}

#index-body .init-4 .h-map .cir25 {
    left: 74.3%;
    top: 68.2%;
}

#index-body .init-4 .h-map .cir26 {
    left: 78.3%;
    top: 56.2%;
}


#index-body .init-4 .h-map .cir .newico {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#index-body .init-4 .h-map .cir .newtb{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 32px;
    height: 32px;
}
#index-body .init-4 .h-map .cir.cir26 .newtb{
    width: 125px;
}
#index-body .init-4 .h-map .cir .newtb h2{
    position: absolute;    line-height: 1;
    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
    width: max-content;
    color: #666464;
    pointer-events: none;
}

#index-body .init-4 .h-map .cir20 .newtb:after{
    content:'';
    display: block;
    width: 45px;
    height: 1px;
    background-color: #666464;
    position: absolute;
    right: 100%;
    top: 100%;
    transform: rotate(-22deg);
}
#index-body .init-4 .h-map .cir20 .newtb h2{
    top: 128%;
    left: 0;
    transform: translate(-104%, 0);
}

#index-body .init-4 .h-map .cir19 .newtb:after{
    content:'';
    display: block;
    width: 45px;
    height: 1px;
    background-color: #666464;
    position: absolute;
    left: 100%;
    top: 100%;
    transform: rotate(22deg);
}
#index-body .init-4 .h-map .cir19 .newtb h2{
    left: auto;top: 128%;
    right: 0;
    transform: translate(100%, 0);
}
#index-body .init-4 .h-map .cir .newico.newbox::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    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(8, 95, 171, 0.1);
    pointer-events: none;
}

#index-body .init-4 .h-map .cir .newico.newbox::after {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;
    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(8, 95, 171, 0.1);
    pointer-events: none;
}


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

#index-body .init-4 .datashow ul {
    justify-content: space-around;
}

#index-body .init-4 .datashow ul li .content {
    color: #666464;
}

#index-body .init-4 .datashow ul li .content p {
    color: #282828;
    opacity: 0.6;
}

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

#index-body .init-5 .wrapper {
    width: 1706px;
    background-color: #dcdddd;
    border-radius: 16px;
}

#index-body .init-5 .wrapper .mk-tt {
    color: #282828;
}

#index-body .init-5 .wrapper .advan-list .mid {
    position: relative;
    max-width: 100%;
}

#index-body .init-5 .wrapper .advan-list .mid .cirBox {
    position: relative;
}

#index-body .init-5 .wrapper .advan-list .mid .cirBox .ring {
    animation: rotateAround 15s linear infinite;
    transform-origin: center center;
    animation-play-state: running;
    transition: all 0.5s;
}

#index-body .init-5 .wrapper .advan-list .mid .cirBox:hover .ring {
    animation-play-state: paused !important;
}

#index-body .init-5 .wrapper .advan-list .mid .cirBox #cirLine {
    width: 96%;
    height: 96%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#index-body .init-5 .wrapper .advan-list .mid .cirBox #cirLine .st {
    fill: #fff;
    transition: fill 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}

#index-body .init-5 .wrapper .advan-list .mid .cirBox #cirLine.mc .st {
    fill: #87b386;
}

#index-body .init-5 .wrapper .advan-list .mid .cirBox #cirLine.oc .st {
    fill: #87b386;
}

#index-body .init-5 .wrapper .advan-list .mid .cirBox .dotItems {
    width: 72.5%;
    height: 72.5%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#index-body .init-5 .wrapper .advan-list .mid .cirBox .dotItems .dot {
    width: 10px;
    height: 10px;
    position: absolute;
    background: #c9caca;
    border: 2px solid #fff;
    border-radius: 50%;
}

#index-body .init-5 .wrapper .advan-list .mid .cirBox .dotItems .dot.on {
    opacity: 0;
}

#index-body .init-5 .wrapper .advan-list .mid .cirBox .dotItems .dot:nth-of-type(1) {
    top: 0;
    right: 0;
}

#index-body .init-5 .wrapper .advan-list .mid .cirBox .dotItems .dot:nth-of-type(2) {
    bottom: 0;
    right: 0;
}

#index-body .init-5 .wrapper .advan-list .mid .cirBox .dotItems .dot:nth-of-type(3) {
    top: 0;
    left: 0;
}

#index-body .init-5 .wrapper .advan-list .mid .cirBox .dotItems .dot:nth-of-type(4) {
    bottom: 0;
    left: 0;
}

#index-body .init-5 .wrapper .advan-list .mid .cirBox .imgBox {
    width: 91%;
    height: 91%;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#index-body .init-5 .wrapper .advan-list .mid .cirBox .imgBox .photo {
    opacity: 0;
    border-radius: 50%;
    transition: opacity 1s cubic-bezier(0.435, 0.25, 0.15, 0.965), transform 1.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
    overflow: hidden;
    transform: scale(1.1);
    position: absolute;
    top: 0;
    left: 0;
}

#index-body .init-5 .wrapper .advan-list .mid .cirBox .imgBox .photo.on {
    opacity: 1;
    transform: none;
}

#index-body .init-5 .wrapper .advan-list .mid #cirItems .list {
    height: 100%;
    cursor: pointer;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 20vw;
    display: grid;
    position: absolute;
}

#index-body .init-5 .wrapper .advan-list .mid #cirItems .list.right {
    top: 0;
    left: 110%;
}

#index-body .init-5 .wrapper .advan-list .mid #cirItems .list.left {
    text-align: right;
    top: 0;
    right: 110%;
}

#index-body .init-5 .wrapper .advan-list .mid #cirItems .list.left>li {
    align-items: flex-end;
}

#index-body .init-5 .wrapper .advan-list .mid #cirItems .list.left>li.on .num {
    transform-origin: 100% 0;
}

#index-body .init-5 .wrapper .advan-list .mid #cirItems .list.left>li.on .tit {
    transform-origin: 100% 0;
}

#index-body .init-5 .wrapper .advan-list .mid .items .list>li {
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 19vh;
    color: #727171;
}

#index-body .init-5 .wrapper .advan-list .mid .items .list>li:last-child {
    margin-bottom: 0;
}

#index-body .init-5 .wrapper .advan-list .mid .items .list>li .num {
    transition: all 0.5s;
}

#index-body .init-5 .wrapper .advan-list .mid .items .list>li .tit {
    transition: all 0.5s;
}

#index-body .init-5 .wrapper .advan-list .mid .items .list>li .desc {
    line-height: 1.8;
    max-height:150px;
    overflow-y: auto; 
}

#index-body .init-5 .wrapper .advan-list .mid .items .list>li.on {
    opacity: 1;
}

#index-body .init-5 .wrapper .advan-list .mid .items .list>li.on .num {
    opacity: 1;
    transform: scale(1.1);
    transform-origin: 0 0;
    color: var(--color);
}

#index-body .init-5 .wrapper .advan-list .mid .items .list>li.on .tit {
    opacity: 1;
    transform: scale(1.1);
    transform-origin: 0 0;
    color: var(--color);
}

#index-body .init-5 .wrapper .advan-list .mid .items .list>li.on .desc {
    opacity: 1;
}

#index-body .init-5 .wrapper .advan-list .mid #cirItemsApp {
    padding: 0.8rem 0;
    display: none;
}

#index-body .init-5 .wrapper .advan-list .mid #cirItemsApp.items .list>li {
    margin-bottom: 0;
}

#index-body .init-6 .tag {
    position: absolute;
    top: -14%;
    right: 0;
    font-size: 190px;
    color: #000000;
    opacity: 0.1;
    line-height: 1;
}

#index-body .init-6 .top .title .list {
    position: relative;
    margin-right: 80px;
}

#index-body .init-6 .top .title .list:last-child {
    margin-right: 0;
}

#index-body .init-6 .top .title span {
    display: block;
    transition: all 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 3px solid transparent;
    padding-bottom: 12px;
    color: #2b2d2c;
    opacity: 0.7;
}

#index-body .init-6 .top .title span.hover {
    opacity: 0;
    position: static;
}

#index-body .init-6 .top .title .list:hover span {
    opacity: 0;
    border-color: var(--color2);
}

#index-body .init-6 .top .title .list:hover span.hover {
    opacity: 1;
}

#index-body .init-6 .news-list .box .img-box {
    border-radius: 12px;
}

#index-body .init-6 .news-list .box .txtbox {
    padding: 0 8px;
}

#index-body .init-6 .news-list .box .txtbox .tt {
    color: #242323;
    opacity: 0.7;
    transition: all 0.5s;
}

#index-body .init-6 .news-list .box .txtbox .tt:hover {
    opacity: 1;
}

#index-body .init-6 .news-list .box .txtbox .btn-more {
    color: #a5a5a5;
    opacity: 0.5;
    display: inline-block;
    transition: all 0.5s;
}

#index-body .init-6 .news-list .box .txtbox .btn-more:hover {
    color: var(--color);
    opacity: 1;
}

#index-body .init-6 .news-list .box .txtbox .time {
    color: #6f6f6f;
}
#index-body .init-6 .news-list .box{
    transition: all 0.5s;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0);
}
#index-body .init-6 .news-list .box:hover{
    background-color: #fff;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, .05);
}

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

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

#footer .footer-userinfo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background-color: var(--color);
}

#footer .footer-userinfo .left h3 {
    color: #fff;
    max-width: 614px;
}

#footer .footer-userinfo .right form {
    width: 100%;

}

#footer .footer-userinfo .right form ul {
    border-radius: 8px;
    overflow: hidden;
}

#footer .footer-userinfo .right form input {
    width: 298px;
    height: 108px;
    background: #fff;
    border: none;
    color: #000;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    padding: 0 20px;
}

#footer .footer-userinfo .right form input::placeholder {
    color: #7b7b7b;
}

#footer .footer-userinfo .right form .line {
    display: block;
    width: 2px;
    height: 39px;
    background-color: #dcdcdc;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#footer .footer-userinfo .right form input[type="submit"] {
    width: 187px;
    height: 108px;
    background-color: var(--color2);
    color: #fff;
    line-height: 50px;
    text-align: center;
    padding: 0;
    transition: all 0.5s;
    font-size: 24px;
    font-weight: bold;
    border: 1px solid transparent;
}

#footer .footer-userinfo .right form input[type="submit"]:hover {
    color: #000;
}

#footer .footer-center {
    background-color: #272727;
}

#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;
    align-items: flex-start;
    max-width: 362px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list p::after {
    content: "";
    display: block;
    width: 96px;
    height: 3px;
    background-color: #4bb4b0;
    position: absolute;
    bottom: 0;
    left: 0;
}

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

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

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

#footer .footer-center .footer-t .footer-t-gird .t-list.logo span {
    margin-top: 35px;
    margin-bottom: 0;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.logo #ewm {
    width: 190px;
    height: 190px;
    border: 5px solid #fff;
    margin-top: 20px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.logo .share li {
    margin-right: 34px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.logo .share li:last-child {
    margin-right: 0;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.logo .share li a {
    font-size: 22px;
}

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

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

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

#footer .footer-center .footer-b p {
    color: rgba(255, 255, 255, 0.5);
    padding: 12px 0;
}

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

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

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

@media (max-width: 1800px) {
    #index-body .init-5 .wrapper {
        width: 1600px;
    }
}

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

    #index-body .init-2 .left .thumbs li {
        margin-bottom: 10px;
    }

    #index-body .init-2 .left .thumbs .box {
        padding: 12px 20px;
    }

    #index-body .init-4 .h-map .cir .ico {
        zoom: 0.8;
    }

    #index-body .init-5 .wrapper {
        width: 1400px;
    }

    #index-body .init-5 .wrapper .advan-list .mid #cirItems .list.left {
        right: 107%;
    }

    #index-body .init-5 .wrapper .advan-list .mid #cirItems .list.right {
        left: 107%;
    }

    #index-body .init-6 .tag {
        font-size: 158px;
    }

    #index-body .init-6 .slickGap-108 {
        margin: 0 -20px;
    }

    #index-body .init-6 .slickGap-108 li {
        padding: 0 20px;
    }

    #footer .footer-userinfo .right form input {
        width: 270px;
    }
}

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

    #header .nav .ui.menu .right .h-language {
        margin: 0 20px;
    }

    #index-body .init-4 .h-map .cir .ico {
        zoom: 0.74;
    }

    #index-body .init-5 .wrapper {
        width: 1200px;
    }

    #index-body .init-5 .wrapper .advan-list .mid .cirBox .ring {
        zoom: 0.8;
    }

    #index-body .init-5 .wrapper .advan-list .mid #cirItems .list>li {
        margin-bottom: 8vh;
    }

    #index-body .init-6 .tag {
        font-size: 136px;
    }

    #footer .footer-userinfo .left h3 {
        max-width: 520px;
    }

    #footer .footer-userinfo .left {
        max-width: 40%;
    }

    #footer .footer-userinfo .right {
        max-width: 55%;
    }

    #footer .footer-userinfo .right form input {
        width: 210px;
    }

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

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

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

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

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

    #banner .banner-content .swiper-slide .txt-content>img {
        height: 100px;
    }

    #index-body .init-4 .h-map .cir .ico {
        zoom: 0.64;
    }

    #index-body .init-5 .wrapper {
        width: 970px;
    }

    #index-body .init-5 .wrapper .advan-list .mid .cirBox .ring {
        zoom: 0.7;
    }

    #index-body .init-5 .wrapper .advan-list .mid #cirItems .list>li {
        margin-bottom: 8vh;
    }

    #index-body .init-6 .tag {
        font-size: 110px;
        top: -6%;
    }

    #footer .footer-userinfo .right form input {
        width: 160px;
    }

    #footer .footer-userinfo .right form input[type="submit"] {
        font-size: 20px;
        width: 110px;
    }

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

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

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

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

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

    #footer .footer-center .footer-b p span {
        font-size: 16px;
    }
    #index-body .init-5 .wrapper .advan-list .mid .items .list>li .desc{
        max-height: 132px;
    }
}

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

    #banner .banner-content {
        height: 400px;
    }
    #banner .banner-content .swiper-slide .txt-content{
        margin-top: -20px;
    }
    #banner .banner-content .swiper-tool-box {
        display: none;
    }

    #index-body .init-1 .mkttbox .mk-tt {
        max-width: 100%;
    }

    #index-body .init-1 .mkttbox .mk-desc {
        max-width: 100%;
        margin-top: 5%;
    }

    #index-body .init-2 .left {
        width: 100%;
        padding-right: 0;
    }

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

    #index-body .init-3 .img {
        height: 280px;
        object-fit: cover;
    }

    #index-body .init-3 .play {
        zoom: 0.85;
    }

    #index-body .init-4 .mkttbox .mk-tt {
        max-width: 100%;
    }

    #index-body .init-4 .mkttbox .mk-desc {
        max-width: 100%;
        margin-top: 5%;
    }

    #index-body .init-4 .datashow {
        margin-top: 5%;
    }

    #index-body .init-4 .datashow li {
        width: 50%;
        padding: 10px 5px;
    }

    #index-body .init-4 .h-map {
        margin-top: 20px;
    }

    #index-body .init-4 .h-mapbox {
        overflow-x: auto;
    }

    #index-body .init-4 .h-mapbox::-webkit-scrollbar {
        height: 3px;
    }

    #index-body .init-4 .h-map {
        min-width: 940px;
    }

    #index-body .init-5 .wrapper {
        width: 700px;
    }

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

    #index-body .init-5 .wrapper .advan-list .mid .cirBox .ring {
        opacity: 0;
        animation-play-state: paused;
    }

    #index-body .init-5 .wrapper .advan-list .mid .cirBox .dotItems {
        opacity: 0;
    }

    #index-body .init-5 .wrapper .advan-list .mid #cirItemsApp {
        display: block;
    }

    #index-body .init-5 .wrapper .advan-list {
        margin-top: 20px;
    }

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

    #index-body .init-6 .top .title .list {
        margin-right: 42px;
    }

    #index-body .init-6 .news-list {
        margin-top: 5%;
    }

    #footer .footer-userinfo .left {
        max-width: 100%;
    }

    #footer .footer-userinfo .right {
        max-width: 100%;
        margin-top: 5%;
        width: 100%;
    }

    #footer .footer-userinfo .right form li {
        width: 40%;
    }

    #footer .footer-userinfo .right form li input {
        width: 100%;
    }

    #footer .footer-userinfo .right form input {
        width: 40%;
        height: 90px;
    }

    #footer .footer-userinfo .right form input[type="submit"] {
        width: 20%;
        height: 90px;
    }

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

    #footer .footer-center .footer-t .footer-t-gird .t-list {
        max-width: 45% !important;
    }
}

@media (max-width: 700px) {
    #banner .banner-content .swiper-slide .txt-content>img {
        width: 100%;
        object-fit: cover;
        height: auto;
    }

    #index-body .init-2 .right .pro-list .box .txt-box {
        padding: 26px 25px 60px;
    }

    #index-body .init-5 .wrapper {
        width: 100%;
    }

    #index-body .init-5 .wrapper .advan-list {
        margin-top: 10px;
    }

    #index-body .init-6 .top .title .list {
        margin-right: 30px;
    }

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

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

    #footer .footer-center .footer-t .footer-t-gird .t-list.logo>img {
        height: 44px;
        object-fit: cover;
    }

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

@media (max-width: 500px) {
    #index-body .init-2 .left .thumbs .box .ico {
        display: none;
    }

    #index-body .init-2 .left .thumbs .box .txt-jj {
        padding: 0 2px;
    }

    #index-body .init-2 .left .thumbs .box {
        padding: 12px 10px;
    }

    #index-body .init-2 .right .pro-list .box .txt-box {
        padding: 26px 15px 60px;
    }

    #index-body .init-4 .datashow li {
        width: 100%;
    }

    #index-body .init-6 .top .title .list {
        margin-right: 15px;
    }

    #footer .footer-userinfo .right form li {
        width: 100%;
    }

    #footer .footer-userinfo .right form input {
        width: 100%;
        height: 70px;
        border-bottom: 1px solid #e6e6e6;
    }

    #footer .footer-userinfo .right form input[type="submit"] {
        width: 100%;
        height: 70px;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list.logo>img {
        height: 34px;
    }
}

@media (max-width: 400px) {
    #index-body .init-4 .h-map .cir .content {
        zoom: 0.8;
    }
}

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

@-webkit-keyframes img_scale {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}

@-moz-keyframes img_scale {
    0% {
        -moz-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }

    100% {
        -moz-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes img_scale {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        -moz-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes round_translate1 {
    0% {
        right: 75%;
    }

    74.99% {
        opacity: 1;
    }

    75% {
        right: -25%;
        top: 100%;
        opacity: 0;
    }

    75.05% {
        right: 100%;
        opacity: 0;
    }

    75.1% {
        opacity: 1;
    }

    100% {
        right: 75%;
    }
}

@keyframes round_translate2 {
    0% {
        right: 40%;
    }

    64.99% {
        opacity: 1;
    }

    65% {
        right: -30%;
        opacity: 0;
    }

    65.05% {
        right: 100%;
        opacity: 0;
    }

    65.1% {
        opacity: 1;
    }

    100% {
        right: 40%;
    }
}

@keyframes round_translate3 {
    0% {
        right: 0;
    }

    9.99% {
        opacity: 1;
    }

    10% {
        right: -25%;
        opacity: 0;
    }

    10.05% {
        right: 100%;
        opacity: 0;
    }

    10.1% {
        opacity: 1;
    }

    100% {
        right: 0;
    }
}

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

.flex_a_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex_j_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

/* general */

.inner-banner {
    height: 340px;
    width: -webkit-calc(100%);
    width: -moz-calc(100%);
    width: calc(100%);
    margin:90px 0  0 0;
    overflow: hidden;
    position: relative;
}

/*.inner-banner::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    bottom: 0;
    right: 100%;
    height: 200%;
    background-color: rgba(11, 105, 170, 0.3);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-animation: round_translate2 12s linear infinite;
    -moz-animation: round_translate2 12s linear infinite;
    animation: round_translate2 12s linear infinite;
    z-index: 10;
}*/

.inner-banner .inner-content {
    width: 100%;
    height: 100%;
    background: url("../images/banner.png") no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    
    -ms-flex-pack: left;
    justify-content: left;

    align-items: center;
    position: relative;
}

.inner-banner .inner-content::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    right: 100%;
    height: 200%;
    background-color: rgba(45, 50, 121, 0.3);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate1 12s linear infinite;
    -moz-animation: round_translate1 12s linear infinite;
    animation: round_translate1 12s linear infinite;
}

.inner-banner .inner-content::after {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    right: 100%;
    height: 200%;
    background-color: rgba(39, 68, 151, 0.3);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate3 12s linear infinite;
    -moz-animation: round_translate3 12s linear infinite;
    animation: round_translate3 12s linear infinite;
}

.inner-banner .mbx {
    color: white;
    text-align: left;
    position: relative;
    z-index: 10;
}

.inner-banner .mbx h2 {
    font-size: 44px;
    line-height: 1;
    font-family: "Roboto";
    font-weight: bold;
    margin-bottom: 10px;
}

.inner-banner .mbx p {
    font-size: 16px;
    line-height: 32px;
}

@media (max-width: 1250px) {
    .inner-banner {
        margin: 60px auto 0;
    }
}

@media (max-width: 1000px) {
    .inner-banner {
        width: 100%;
        margin-top: 60px;
        height: auto;
    }

    .inner-banner .inner-content {
        padding: 40px 0;
    }

    .inner-banner .mbx h2 {
        font-size: 24px;
        padding: 0 15px;
        line-height: 38px;
    }

    .inner-banner .mbx p {
        padding: 0 15px;
    }
}

.text-family {
    font-family: "Roboto";
    font-weight: bold;
}

.inner-page .m-page div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    gap: .5em
}

.inner-page .m-page div a,.inner-page .m-page div span {
    width: 2.5em;
    height: 2.5em;
    border: 1px solid #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.inner-page .m-page div a:hover,.inner-page .m-page div span.current {
    background-color: var(--color);
    color: #fff;
    border-color: var(--color)
}

/*=========================================================*/

/*product page*/
.product-page {
    padding: 7% 0 0;
    position: relative;
    z-index: 1
}

.product-page .Auxil-h1 {
    font-size: 28px;
    color: var(--color)
}

.product-page .list .in-num {
    color: var(--color)
}

.product-page .list .in-num:before {
    width: 14px;
    height: 14px;
    margin: 5px 7px 0 0
}

.product-page .list .title {
    margin-top: 8px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
    width: 90%
}

.product-page .list .title:hover {
    color: var(--color)
}

.product-page .list {
    margin-top: 20px;
}

.product-page .list ul li {
    padding: 46px 0 14px;
    position: relative;
    z-index: 1;
    margin-bottom: 150px
}

.product-page .list ul li .ig {
    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
}

.product-page .list ul li .ig .text {
    width: 45.549%;
    padding-right: 71px
}

.product-page .list ul li .ig .text .con {
    line-height: 32px;
    color: rgba(0, 0, 0, .6);
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    margin-bottom: 30px
}

.product-page .list ul li .ig .text .more {
    margin-top: 46px
}

.product-page .list ul li .ig .text .more:hover {
    color: #fff
}

.product-page .list ul li .ig .text .more:hover:after {
    background: #000
}

.product-page .list ul li .ig .text .more:hover i {
    color: #fff
}

.product-page .list ul li .ig .img {
    width: 54.451%
}

.product-page .list ul li .ig .img a {
    height: 447px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
}

.product-page .list ul li:after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    top: -16%;
    width: 774px;
    height: 578px;
    background-color: #f6f6f6;
    border-radius: 289px 0 0 289px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.product-page .list ul li:hover:after {
    background: rgb(237 243 251)
}

.product-page .list ul li:nth-child(even) .ig {
    -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
}

.product-page .list ul li:nth-child(even) .ig .text {
    padding: 0 0 0 71px
}

.product-page .list ul li:nth-child(even):after {
    right: initial;
    left: 0;
    width: 964px;
    height: 578px;
    border-radius: 0 289px 289px 0
}

.product-page .list ul li:last-child {
    margin-bottom: 0
}

.product-page:after {
    content: attr(data-text);
    position: absolute;
    z-index: -1;
    top: -43px;
    right: 0;
    font-size: 427px;
    line-height: 1;
    font-weight: 700;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, .5)), to(rgba(240, 241, 243, 0)));
    background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, .5), rgba(240, 241, 243, 0));
    background-image: -moz-linear-gradient(top, rgba(240, 241, 243, .5), rgba(240, 241, 243, 0));
    background-image: linear-gradient(to bottom, rgba(240, 241, 243, .5), rgba(240, 241, 243, 0));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

@media screen and (max-width: 1700px) {
    .product-page .list ul li:after {
        width: 700px;
        height: 500px
    }

    .product-page .list ul li:nth-child(even):after {
        width: 820px;
        height: 500px
    }
}

@media screen and (max-width: 1450px) {
    .product-page .list ul li .ig .text {
        padding-right: 40px
    }

    .product-page:after {
        font-size: 300px;
        top: -20px
    }

    .product-page .list ul li:after {
        width: 600px;
        height: 400px;
        border-radius: 200px 0 0 200px;
        top: 8%
    }

    .product-page .list ul li:nth-child(even):after {
        width: 720px;
        height: 400px;
        border-radius: 0 200px 200px 0
    }

    .product-page .list ul li:nth-child(even) .ig .text {
        padding: 0 0 0 40px
    }

    .product-page .Auxil-h1 {
        font-size: 26px;
    }
}

@media screen and (max-width: 1250px) {
    .product-page:after {
        font-size: 260px;
        top: -20px
    }

    .product-page .list .title {
        width: 100%
    }

    .product-page .list ul li:after {
        width: 50%;
        height: 300px;
        border-radius: 150px 0 0 150px;
        top: 24%
    }

    .product-page .list ul li:nth-child(even):after {
        width: 50%;
        height: 300px;
        border-radius: 0 200px 200px 0;
    }

    .product-page .list ul li {
        margin-bottom: 80px
    }

    .product-page .list ul li .ig .img a {
        height: 340px;
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .product-page .Auxil-h1 {
        font-size: 24px;
    }

    .product-page:after {
        display: none
    }

    .product-page .list ul li {
        margin-bottom: 40px;
        padding: 0
    }

    .product-page .list ul li .ig .text {
        width: 100%;
        padding-right: 0
    }

    .product-page .list ul li .ig .text .more {
        padding-left: 31px;
        margin-top: 20px
    }

    .product-page .list ul li .ig .img {
        width: 100%;
        margin-top: 5%;
    }

    .product-page .list ul li .ig .img a {
        height: auto;
        background-color: #f5f5f5;
    }

    .product-page .list ul li:after {
        display: none
    }

    .product-page .list ul li:nth-child(even) .ig .text {
        padding: 0
    }
}

@media screen and (max-width: 700px) {
    .product-page .Auxil-h1 {
        font-size: 22px;
    }

    .product-page .list .in-num:before {
        margin: 3px 7px 0 0
    }

}

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

    .product-page .list .in-num:before {
        margin: 0 7px 0 0
    }

    .product-page .list ul li .ig .text .more {
        padding-left: 19px
    }

}

.product2-page .pro_box .pro_left{
    width: 340px;
    position: sticky;
    top: 130px;
}
.product2-page .pro_box .pro_right{
    width: calc(100% - 340px);
    padding-left: 35px;
}
.product2-page .pro_box .pro_left .menus {
  
  margin-bottom: 50px;
}
.product2-page .pro_box .pro_left .menus > li {
  border-radius: 5px;
  border-top: none;
  margin-bottom: 10px;
}
.product2-page .pro_box .pro_left .menus > li:last-child {
  margin-bottom: 0;
}
.product2-page .pro_box .pro_left .menus > li.active .menu-a span,
.product2-page .pro_box .pro_left .menus > li:hover .menu-a span {
  right: 0;
}
.product2-page .pro_box .pro_left .menus > li.active .menu-a a,
.product2-page .pro_box .pro_left .menus > li:hover .menu-a a,
.product2-page .pro_box .pro_left .menus > li.active .menu-a i,
.product2-page .pro_box .pro_left .menus > li:hover .menu-a i {
  color: white;
}

.product2-page .pro_box .pro_left .menus > li.active .menu-a i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.product2-page .pro_box .pro_left .menus > li .menu-a {
  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;
  height: 78px;
  padding: 0 70px 0 27px;
  font-size: 20px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  z-index: 5;
}
.product2-page .pro_box .pro_left .menus > li .menu-a span {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -webkit-calc(100% - 8px);
  right: -moz-calc(100% - 8px);
  right: calc(100% - 8px);
  top: 0;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.product2-page .pro_box .pro_left .menus > li .menu-a i {
  position: absolute;
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product2-page .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;
}
.product2-page .pro_box .pro_left .menus > li.active .sub-menu{
  display: block;
}
.product2-page .pro_box .pro_left .menus > li .sub-menu li {
  padding: 5px 30px;
}
.product2-page .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;
}
.product2-page .pro_box .pro_left .menus > li .sub-menu li:last-child a{
  border: none;
}
.product2-page .pro_box .pro_left .menus > li .sub-menu li a:hover{
  color: var(--color);
}
.product2-page .pro_box .pro_left .menus > li .sub-menu li.active a{
  color:var(--color);
}



.product2-page .product2-1 .Auxil-h1 img{
    height: 1.3em;
}
.product2-page .product2-2 {
    padding: 30px 0
}

.product2-page .product2-2 ul {
    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-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product2-page.prodet2-page .product2-2 ul{
    display: block;
    width: 100%;
}

.product2-page .product2-2 ul{
    margin: 0 -15px;
}
.product2-page .product2-2 ul li{
    padding: 20px 15px;height:100%;
   
}
.product2-page .product2-2 ul li .box{
    font-size: 18px;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
    border-radius: 10px;
    transition: all 0.5s;
    height:296px;
}
.product2-page .product2-2 ul li .box span:nth-of-type(1){
    /*height: 90px;*/
}
.product2-page .product2-2 ul li .box span{
    display: block;
}
.product2-page .product2-2 ul li .box .con{
    height:85px;
    overflow-y: auto;
}

.product2-page .product2-2 ul li img {
    max-width: 100px;transition: all 0.5s;
}

.product2-page .product2-2 ul li img,.product2-page .product2-2 ul li strong {
    display: block;
}
.product2-page .product2-2 ul li .box:hover{
    background-color: var(--color);
}
.product2-page .product2-2 ul li .box:hover img{
    filter: brightness(0) invert(1);
}
.product2-page .product2-2 ul li .box:hover{
    color: #fff;
}
.product2-page .product2-2 ul li .box:hover .con{
    color: #fff;
}
.product2-page .product2-3 .list ul{
    margin: 0 -15px;
}
.product2-page .product2-3 .list ul li{
    padding: 0 15px;
    margin: 10px 0;
}
.product2-page .product2-3 .list ul li .text{
    padding: 28px 5px;
    text-align: center;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
}
.product2-page .product2-3 .list ul li .text .tt{
transition: all 0.5s;
}
.product2-page .product2-3 .list ul li .text .tt:hover{
    color: var(--color);
}
@media screen and (max-width: 1450px){
    .product2-page .product2-3 .list ul {
        margin: 0 -10px;
    }
    .product2-page .product2-3 .list ul li{
        padding: 0 10px;
    }
}
@media screen and (max-width: 1250px){
    .product2-page .product2-2 {
        padding: 28px 0;
    }
    .product2-page .product2-2 ul li strong{
        font-size: 20px!important;
    }
    .product2-page .pro_box .pro_left{
        display: none;
    }
    .product2-page .pro_box .pro_right {
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (max-width: 700px) {
    .product2-page .product2-3 .list ul li{
        margin-bottom: 30px;
    }
}



/*=========================================================*/

/*seo*/
.h-title h3 {
    font-size: 48px;
    font-weight: bold;
}

.seo_content .seo_about {
    position: relative;
    background-color: #f6f6f6;
}

.seo_content .seo_about .about-content {
    position: relative;
    height: 100%;
}

.seo_content .seo_about .about-content .left {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.seo_content .seo_about .about-content .left .img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.seo_content .seo_about .about-content .left .play {
    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%);
    width: 200px;
    height: 200px;
    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;
}

.seo_content .seo_about .about-content .left .play:before {
    content: "";
    display: block;
    border-radius: 50%;
    background-color: rgba(39, 74, 169, 0.1);
    width: 100%;
    height: 100%;
    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%);
    -webkit-animation: img_scale 1s infinite;
    -moz-animation: img_scale 1s infinite;
    animation: img_scale 1s infinite;
}

.seo_content .seo_about .about-content .left .play:after {
    content: "";
    display: block;
    border-radius: 50%;
    background-color: rgba(39, 74, 169, 0.3);
    width: 135px;
    height: 135px;
    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%);
    -webkit-animation: img_scale 1s infinite;
    -moz-animation: img_scale 1s infinite;
    animation: img_scale 1s infinite;
}

.seo_content .seo_about .about-content .left .play img {
    position: relative;
    z-index: 10;
}

.seo_content .seo_about .about-content .content .right {
    width: 50%;
    margin-left: 50%;
    padding: 100px 0 100px 120px;
}

.seo_content .seo_about .about-content .content .right ul li {
    font-size: 16px;
    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;

}

.seo_content .seo_about .about-content .content .right ul li span {
    color: var(--color);
    font-family: "Roboto";
    font-weight: bold;
    margin: 0 5px;
}

.seo_content .seo_about .about-content .content .right ul li::before {
    content: "\f058";
    font-size: 24px;
    color: var(--color);
    font-family: FontAwesome;
    margin-right: 10px;
}

.seo_content .title small {
    display: block;
    font-family: "Roboto";
    font-weight: bold;
}

.seo_content .title {
    margin-bottom: 30px;
    font-family: "Roboto";
    font-weight: bold;
}

.seo_content .title em {
    color: var(--color)
}

.seo_content .seo_news {
    background-color: #f6f6f6;
    padding: 75px 0;

}



.seo_content .seo_news .content ul {
    margin-right: -25px;
    
}

.seo_content .seo_news .content ul li {
    padding-right: 60px
}

.seo_content .seo_news .content ul li::nth-child(3n) {
    padding-right: 0
}

.seo_content .seo_news .content ul li .img {
    position: relative
}

.seo_content .seo_news .content ul li .img .img-box {
    border-radius: 0 100px 0 0
}

.seo_content .seo_news .content ul li .img .img-box img {
    width: 100%
}

.seo_content .seo_news .content ul li .img .img-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 100px 0 0;
    background: rgba(0, 0, 0, .2)
}

.seo_content .seo_news .content ul li .img time {
    display: inline-block;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: var(--color);
    border-radius: 16px 16px 0 0;
    color: #fff;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.seo_content .seo_news .content ul li .img time em {
    line-height: 1;
    display: block;
    padding-bottom: 7px
}

.seo_content .seo_news .content ul li .img time span {
    display: block;
    margin-top: 5px
}

.seo_content .seo_news .content ul li .text {
    padding: 24px;
    background-color: #fff;
    border-radius: 0 0 16px 16px;
}

.seo_content .seo_news .content ul li .text .tit {
    font-size: 16px;
    line-height: 30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.seo_content .seo_news .content ul li .text .tit:hover {
    color: var(--color)
}

.seo_content .seo_news .content ul li .text .con {
    font-size: 16px;
    color: #737373;
    line-height: 2;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.seo_content .seoIndustry {
    padding: 40px 0
}

.seo_content .seoIndustry .text {
    font-size: 18px;
    line-height: 1.8
}

.seo_content .seo_honor {
    padding: 75px 0 75px;
}

.seo_content .seo_honor .content {
    margin-top: 29px
}

.seo_content .seo_honor .content ul {
    margin-right: -25px
}

.seo_content .seo_honor .content ul li {
    padding-right: 25px
}

.seo_content .seo_honor .content ul li .img-box img {
    width: 100%
}

.seo_content .seo_honor .content ul.slick-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -42px;
    width: 100%;
    text-align: center;
    margin: 0;
    display: none!important;
}

.seo_content .seo_honor .content ul.slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #000;
    padding: 0;
    margin-right: 31px;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.seo_content .seo_honor .content ul.slick-dots li button {
    display: none
}

.seo_content .seo_honor .content ul.slick-dots li.slick-active {
    background: var(--color)
}

.seo_content .seo_honor .content ul.slick-dots li:last-child {
    margin-right: 0
}

.seo_content .seo_industry {
    padding-top: 5%
}

.seo_content .seo_industry .con {
    color: rgba(0, 0, 0, .6);
    margin-top: 41px
}

@media (max-width: 1700px) {
    .h-title h3 {
        font-size: 40px;
    }
}

@media (max-width: 1450px) {
    .h-title h3 {
        font-size: 34px;
    }

    .seo_content .seo_about .about-content .content .right {
        padding: 85px 0 85px 85px;
    }
}

@media (max-width: 1250px) {
    .h-title h3 {
        font-size: 28px;
    }

    .seo_content .seo_about .about-content .content .right {
        padding: 60px 0 60px 50px;
    }
}

@media screen and (max-width: 1000px) {
    .h-title h3 {
        font-size: 26px;
    }

    .seo_content .seo_about .about-content .left .play {
        zoom: 0.8;
    }

    .seo_content .seo_about .about-content .left .img {
        height: 250px;
    }

    .seo_content .seo_about .about-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .seo_content .seo_about .about-content .left {
        width: 100%;
        position: relative;
    }

    .seo_content .seo_about .about-content .content .right {
        padding: 60px 0;
        width: 100%;
        margin: 0;
    }

    .seo_content .seo_honor .content ul.slick-dots {
        bottom: -40px
    }
}

@media screen and (max-width: 700px) {
    .h-title h3 {
        font-size: 24px;
    }

    .seo_content .seo_honor .content ul.slick-dots li {
        margin-right: 10px
    }

    .seo_content .seo_news .content ul {
        margin-right: -10px
    }

    .seo_content .seo_news .content ul li {
        padding-right: 10px
    }

    .seo_content .seo_news .content ul li .text {
        padding: 10px 0 0
    }
}

@media screen and (max-width: 500px) {
    .h-title h3 {
        font-size: 22px;
    }

    .seo_content .seo_about .about-content .content .right {
        padding: 40px 0;
    }

    .seo_content .seo_honor .content {
        margin-top: 10px
    }

    .seo_content .seo_honor .content ul.slick-dots {
        bottom: -26px
    }

    .seo_content .seo_honor .content ul.slick-dots li {
        margin-right: 5px
    }

    .seo_content .seo_news .content {
        margin-top: 20px
    }
}

/*===================================================*/

/*prodet-page*/
.prodet-page {
    background-color: #fff;
    padding: 3% 0 0;
    position: relative;
    z-index: 1;
}

.prodet-page .prodet-2 {
    padding: 75px 0;
    overflow: hidden;
    position: relative;
}

.prodet-page .prodet-2 .ret .detbox .imgbox1 img{
    border-radius: 20px;
}

.prodet-page .prodet-2 .ret {
    margin-top: 30px
}


.prodet-page .prodet-2 .ret .slide table {
    max-width: 100%;
    overflow-x: auto;
    display: block;
}

.prodet-page .prodet-2 .ret .slide table tr td {
    min-width: 440px;
}

.prodet-page .prodet-2 .Auxil-form {
    margin-top: 30px
}

.prodet-page .prodet-2 .ret .slide{
    display: none;
    transition: all 0.5s;
}

.prodet-page .prodet-2 .ret .slide.active{
    transform: translateY(0);
}

.prodet-page .prodet-2 .ret .bt {
    height: 106px;
    padding: 0 104px 0 79px;
    line-height: 106px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    background: var(--color);
    border-radius: 0 0 50px;
    color: #fff;
    display: none;
    margin-bottom: 30px
}

.prodet-page .prodet-2 .ret .bt:before {
    content: '';
    position: absolute;
    left: 47px;
    top: 42px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff
}

.prodet-page .prodet-2 .ret .con {
    color: rgba(0, 0, 0, .6)
}

.prodet-page .prodet-2 .ret .con ul {
    margin: -10px
}

.prodet-page .prodet-2 .ret .con ul li {
    padding: 10px
}

.prodet-page .prodet-2 .ret .con ul li a {
    border: 2px solid #eee;
    display: block
}

.prodet-page .prodet-2 .ret .con ul li a img {
    display: block;
    max-width: 100%;
    margin: auto
}

.prodet-page .prodet-2 .ret form {
    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-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.prodet-page .prodet-2 .ret form input {
    width: 46%;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
    border: none;
    background-color: #f0f0f0;
    border-bottom: 1px solid #dbdbdb;
    height: 80px;
    margin-bottom: 20px;
}


.prodet-page .prodet-2 .ret form p {
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    opacity: .6;
    margin-bottom: 20px
}

.prodet-page .prodet-2 .ret form textarea {
    width: 100%;
    height: 177px;
    font-size: 18px;
    padding: 18px 8px;
    border: 1px solid #dbdbdb
}

.prodet-page .prodet-2 .ret form input[type=submit] {
    background: var(--color);
    color: #fff;
    border: none;
    width: 186px;
    border-radius: 50px;
    height: 57px;
    /*margin-top: 45px;*/
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.prodet-page .prodet-2 .ret form input[type=submit]:hover {
    background: #000
}

.prodet-page .prodet-3 .content {
    margin: 55px 0 0 0;
}

.prodet-page .prodet-3 .content ul {
    margin-right: -30px
}

.prodet-page .prodet-3 .content ul li {
    padding-right: 30px;
    margin-bottom: 30px
}

.prodet-page .prodet-3 .content ul li .img-box {
    background-color: #f6f6f6;
    border-radius: 20px 20px 0 0;
    text-align: center
}

.prodet-page .prodet-3 .content ul li .text {
      padding: 30px 20px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.prodet-page .prodet-3 .content ul li .text .in-num {
    color: var(--color)
}

.prodet-page .prodet-3 .content ul li .text .in-num:before {
    width: 14px;
    height: 14px;
    margin: 2px 7px 0 0
}

.prodet-page .prodet-3 .content ul li .text .tit {
    line-height: 1.8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 20px;
    margin-bottom: 30px;
    max-width: 100%;
}

.prodet-page .prodet-3 .content ul li .text .tit:hover {
    color: var(--color)
}

.prodet-page .prodet-3 .content ul li .text .more {
    margin-top: 22px
}

.prodet-page .prodet-3 .content ul li .text .more:hover {
    color: #fff
}

.prodet-page .prodet-3 .content ul li .text .more:hover i {
    color: #fff
}

.prodet-page .prodet-3 .content ul li .text .more:hover:after {
    background: #000
}

.prodet-page .prodet-4 .container {
    align-items: flex-start
}

.prodet-page .prodet-4 .left {
    width: 50%;
}

.prodet-page .prodet-4 .left .img-box {
    border-radius: 20px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    display: block
}

.prodet-page .prodet-4 .left .img-box img {
    width: 100%
}

.prodet-page .prodet-4 .left .smallimgList{
    width: 23.5%;
}

.prodet-page .prodet-4 .left .smallimgList ul{
    margin: -5%;
}
.prodet-page .prodet-4 .left .smallimgList li{
    padding: 5%;
}
.prodet-page .prodet-4 .left img{
    border-radius: 20px;
}
.prodet-page .prodet-4 .left .bigimgList{
    width: 75%;border-radius: 20px;
    overflow: hidden;
}

.prodet-page .prodet-4 .left .bigimgList ul{
    margin: 0 -10px;
}
.prodet-page .prodet-4 .left .bigimgList li{
    padding: 0 10px;
}

.prodet-page .prodet-4 .right {
    width: 47%;
}

.prodet-page .prodet-4 .right .cont {
    font-size: 18px;
    line-height: 32px;
    margin: 12px 0;
    max-height: 280px;
    overflow-y: auto;
}

.prodet-page .prodet-4 .imgList {
    margin-top: 30px
}

.prodet-page .prodet-4 .imgList .swiper {
    margin: -10px;
    overflow: hidden
}

.prodet-page .prodet-4 .imgList li {
    padding: 10px
}

.prodet-page .prodet-4 .imgList a {
    border-radius: 14px;
    display: block;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1)
}

.prodet-page .prodet-4 .imgList a img {
    width: 100%
}

.prodet-page .opt {
    background-color: #fff;
    border-radius: 20px;
}

.prodet-page .opt dl {
    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
}

.prodet-page .opt dl dd {
    height: 80px;
    padding: 0 70px 0 70px;
    line-height: 80px;
    position: relative;
    z-index: 1;
    margin-right: 24px;
    cursor: pointer
}

.prodet-page .opt dl dd:before {
    content: '';
    position: absolute;
    left: 47px;
    top: 36px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--color)
}

.prodet-page .opt dl dd:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color);
    border-radius: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0
}

.prodet-page .opt dl dd:hover,
.prodet-page .opt dl dd.active {
    color: #fff
}

.prodet-page .opt dl dd:hover:before,
.prodet-page .opt dl dd.active:before {
    background: #fff
}

.prodet-page .opt dl dd:hover:after,
.prodet-page .opt dl dd.active:after {
    opacity: 1
}

.prodet-page .opt dl dd:last-child {
    margin-right: 0
}


@media screen and (max-width: 1440px) {
    .prodet-page:after {
        font-size: 300px;
        top: -20px
    }

    .prodet-page .prodet-3 .content ul li .text .more {
        margin-top: 30px
    }
}

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

    .prodet-page .prodet-2 {
        padding: 50px 0;
    }
    .prodet-page .opt dl dd:before,
    .prodet-page .prodet-2 .ret .bt:before {
        top: 34px;
        left: 20px;
        width: 12px;
        height: 12px;
    }

    .prodet-page .opt dl dd {
        padding: 0 50px
    }

    .prodet-page .opt dl dd {
        height: 80px;
        line-height: 80px;
    }

    .prodet-page .opt dl dd:after {
        border-radius: 0 0 30px;
    }

    .prodet-page .prodet-2 .ret .bt {
        border-radius: 0 0 30px;
        padding: 0 50px
    }

    .prodet-page .prodet-2 .ret form input {
        font-size: 16px;
    }
}

@media screen and (max-width: 1100px) {
    .prodet-page:after {
        font-size: 260px
    }

    .prodet-page .opt dl dd:before {
        left: 30px
    }

    .prodet-page .prodet-3 .content ul {
        margin-right: -20px
    }

    .prodet-page .prodet-3 .content ul li {
        padding-right: 20px
    }

}

@media screen and (max-width: 1000px) {
    .prodet-page .prodet-3 .content {
        margin: 30px 0;
    }

    .prodet-page .prodet-4 .left {
        width: 100%;
    }

    .prodet-page .prodet-4 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 5%;
    }

    .prodet-page:after {
        display: none
    }

    .prodet-page .opt dl dd {
        margin-right: 0;
        padding: 0 20px 0 40px
    }

    .prodet-page .opt dl dd:before {
        left: 15px
    }

    .prodet-page .prodet-4 .right .cont {
        margin: 20px 0 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 700px) {
    .prodet-page .prodet-2 {
        padding: 30px 0;
    }
    .prodet-page .prodet-2 .opt {
        display: none
    }

    .prodet-page .prodet-2 .ret .bt {
        display: block;
        height: 80px;
        line-height: 80px
    }

    .prodet-page .prodet-2 .ret .slide {
        display: block !important;
        margin-top: 30px;
        height: auto;
        opacity: 1;
        transform: translateY(0);
    }

    .prodet-page .prodet-2 .ret .slide:first-child {
        margin-top: 0
    }
    .product2-page .product2-2 ul li {
        padding: 6px 15px;
    }
    .product2-page .product2-2{
        padding:0; 
    }
    .prodet-page .prodet-3 .opt dl dd {
        padding: 0 104px 0 79px;
        height: 80px;
        line-height: 80px;
        width: 100%
    }

    .prodet-page .prodet-3 .opt dl dd:before {
        top: 30px;
        left: 47px
    }
}

@media screen and (max-width: 500px) {
    .prodet-page .prodet-2 .ret {
        margin-top: 0
    }

    .prodet-page .prodet-3 .opt dl dd,
    .prodet-page .prodet-2 .ret .bt {
        height: 60px;
        line-height: 60px;
        padding: 0 0 0 30px
    }

    .prodet-page .prodet-3 .opt dl dd:before,
    .prodet-page .prodet-2 .ret .bt:before {
        left: 10px;
        top: 22px;
        width: 14px;
        height: 14px
    }

    .prodet-page .prodet-2 .ret form input {
        width: 100%;
        margin-right: 0;
        font-size: 14px;
    }


    .prodet-page .prodet-4 .imgList {
        margin-top: 10px
    }
}



/*=====================================================*/

/*news-page*/
.inner-page.in-cbl .slideBar-left {
    width: 20% !important;
    margin-bottom: 75px;
}

.inner-page.in-cbl .slideBar-left .slideNav>li {
    margin-bottom: 14px;
}

.inner-page.in-cbl .slideBar-left .slideNav>li>a {
    border-radius: 12px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    display: block;
    font-size: 18px;
    background: #fff;
    padding: 15px 30px 15px 15px;
}

.inner-page.in-cbl .slideBar-left .slideNav>li>a .fa {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inner-page.in-cbl .slideBar-left .slideNav>li ul li {
    margin: 5px;
    margin-right: 0;
}

.inner-page.in-cbl .slideBar-left .slideNav>li ul li a {
    padding: 10px;
    font-size: 17px;
    display: block;
}

.inner-page.in-cbl .slideBar-left .slideNav>li ul li.active a,
.inner-page.in-cbl .slideBar-left .slideNav>li ul li:hover a {
    background: #bc1b21;
    color: white;
}

.inner-page.in-cbl .slideBar-left .slideNav>li:hover>a,
.inner-page.in-cbl .slideBar-left .slideNav>li.active>a {
    background: var(--color);
    color: white;
}

.inner-page.in-cbl .slideRight {
    width: 80%;
    padding-left: 60px;
}

.news-page {}

.news-page .slideRight .i-news {
    overflow: unset !important;
    padding: 0 !important;
}

.news-page .slideRight .i-news .wrap .column {
    margin-bottom: 35px;
}

.news-page .i-news .wrap {
    margin: -23px;
}

.news-page .i-news .wrap .column {
    padding: 23px;
}

.news-page .slideRight .i-news .wrap .column {
    margin-bottom: 35px;
}

.news-page .i-news .wrap .column .item {
    display: block;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    -webkit-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, .1);
    padding: 50px 25px 85px;
    transition: all 0.5s;
}

.news-page .i-news .wrap .column .item:hover {
    background-color: var(--color);
    color: #fff;
}

.news-page .i-news .wrap .column .item .content {
    line-height: 30px;
    text-align: center;
}

.news-page .i-news .wrap .column .item h4 {
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin: 30px 0 20px;
}

.news-page .i-news .wrap .column .item .time {
    font-size: 16px;
    line-height: 30px;
    display: block;
    text-align: center;
}

.news-page .i-news .wrap .column .item .douhao {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    text-align: center;
    line-height: 74px;
    -webkit-box-shadow: 4px 4px 27px 0px rgba(0, 0, 0, .11);
    box-shadow: 4px 4px 27px 0px rgba(0, 0, 0, .11);
    background: #fff;
    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;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.news-page .seo_content .seo_news {
    background-color: transparent
}

@media screen and (max-width: 1250px) {
    .inner-page.in-cbl .slideRight {
        padding-left: 30px;
    }

    .news-page .i-news .wrap {
        margin: -10px;
    }

    .news-page .i-news .wrap .column {
        padding: 10px;
        width: 50%;
    }
}

@media screen and (max-width: 1000px) {
    .inner-page.in-cbl .slideBar-left {
        display: none;
    }

    .inner-page.in-cbl .slideRight {
        width: 100%;
        padding-left: 0;
    }

    .news-page .i-news .wrap .column .item {
        padding: 35px 12px 60px;
    }
}

@media screen and (max-width: 500px) {
    .news-page .i-news .wrap .column .item h4 {
        font-size: 18px;
    }

    .news-page .slideRight .i-news .wrap .column {
        width: 100%;
    }
}

/*=========================================================*/

/*newdet-page*/
.newdet-page h1 {
    font-size: 30px;
    line-height: 1.6;
    color: #0b2239;
    font-weight: bold;
    text-transform: capitalize;
}

.newdet-page time {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    line-height: 2;
    color: black;
    opacity: .6;
}

.newdet-page .content {
    display: block;
    padding: 15px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 16px;
    color: #868686;
    line-height: 32px;
}

.newdet-page .share {
    padding-top: 10px;
    margin-bottom: 60px;
}

.newdet-page .share h4 {
    font-size: 14px;
    line-height: 2;
    color: black;
    display: inline-block;
    vertical-align: middle;
}

.newdet-page .share ul {
    display: inline-block;
    vertical-align: middle;
}

.newdet-page .share ul li {
    width: auto;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.newdet-page .share ul li:hover {
    color: var(--color);
}

@media screen and (max-width: 500px) {
    .newdet-page {
        padding: 50px 0 10px;
    }
}

/*=========================================================*/

/*factory-page*/

.factory-page {
    padding: 75px 0 75px;
}

.factory-page .bottom .list ul {
    margin: 0px -10px;
}

.factory-page .bottom .list ul li {
    padding: 35px 10px;
}
.Factory.factory-page .bottom .list ul li a.img-box{
    border-radius: 20px;
    overflow: hidden;
}
.factory-page .bottom .list ul li a.img-box {
    display: block;
}

.factory-page .bottom .list ul li a.img-box img {
    width: 100%;
    
}

.factory-page .bottom .list ul li a.img-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/icon-zoom.png") center center no-repeat rgba(39, 74, 164, 0.7);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.factory-page .bottom .list ul li a.img-box:hover:after {
    opacity: 1;
}

.factory-page .bottom .list ul li span.h6 {
    font-size: 22px;
    font-family: "Roboto";
    font-weight: bold;
    color: #120c0b;
    display: block;
    margin-top: .5em;
}
.factory-page .navfl{
    /*display: none;*/
}
.factory-page .navfl ul{
    margin: 0 -6px;
}
.factory-page .navfl ul li{
    padding: 6px;
    width:25%;
}
.factory-page .navfl ul li a{
    width: auto;
    min-width: 100%;
    padding: 0 15px;
    height: 52px;
    line-height: 22px;
    background-color: var(--color);
    font-size: 18px;
    border-radius: 40px;
    border: 1px solid transparent;
    cursor: pointer;
    color: white;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.factory-page .navfl ul li.active a{
    border-color: var(--color);
    color: var(--color);
    background-color: #fff;
}


@media screen and (max-width: 1600px) {
    .factory-page {
        padding: 80px 0;
    }

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

    .factory-page .bottom .list {
        margin: 50px 0;
    }

    .factory-page .bottom .list ul li {
        padding: 10px;
    }

    .factory-page .bottom .list ul {
        margin: -10px;
    }
}

@media screen and (max-width: 1450px) {
    .factory-page {
        padding: 60px 0;
    }

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

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

@media screen and (max-width: 1250px) {
    .factory-page .bottom .list ul li span.h6 {
        font-size: 14px;
        line-height: 2;
    }
    .factory-page .navfl ul li{
        width: 33.3%;
    }
     .factory-page .navfl ul li a{
        font-size: 16px;
    }
}
@media screen and (max-width: 1000px) {
 

}
@media screen and (max-width: 700px) {
    .factory-page .navfl ul li{
        width: 50%;
    }
}
@media screen and (max-width: 500px) {

    .factory-page {
        padding: 40px 0;
    }  
    .factory-page .navfl ul li{
        padding: 5px 2px;
    }
    .factory-page .navfl ul li a {
        font-size: 14px;padding: 0 5px;
    }
}

/*=========================================================*/

/*faq-page*/
.faq-page .faq-list {
    margin-top: 60px;
}

.faq-page .faq-list ul li {
    margin-bottom: 25px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.faq-page .faq-list ul li.active .title .btn:after {
    -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 .faq-list ul li.active .con {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    padding: 30px 40px 30px 50px;
}

.faq-page .faq-list ul li:last-child {
    margin-bottom: 0;
}

.faq-page .faq-list ul li .title {
    padding-left: 50px;
    padding-right: 40px;
    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;
    height: 85px;
    background-color: #fff;
    border-radius: 45px;
}

.faq-page .faq-list ul li .title h4 {
    font-size: 18px;
    max-width: -webkit-calc(100% - 100px);
    max-width: -moz-calc(100% - 100px);
    max-width: calc(100% - 100px);
}

.faq-page .faq-list ul li .title .btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #000;
    display: block;
    position: relative;
    cursor: pointer;
}

.faq-page .faq-list ul li .title .btn:before {
    content: '';
    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%);
    width: 15px;
    height: 1px;
    background-color: white;
}

.faq-page .faq-list ul li .title .btn:after {
    content: '';
    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%);
    width: 1px;
    height: 15px;
    background-color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.faq-page .faq-list ul li .con {
    padding: 0 40px 0 50px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 1000px) {
    .faq-page .faq-list ul li .title {
        padding: 15px 40px 15px 50px;
        height: auto;
    }

    .faq-page .faq-list ul li .title h4 {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .faq-page .faq-list ul li .title {
        border-radius: 20px;
        padding: 15px 20px;
    }

    .faq-page .faq-list ul li .title h4 {
        max-width: 100%;
    }

    .faq-page .faq-list ul li .title .btn {
        display: none;
    }
}

/*=========================================================*/

/*about-page*/
.about-page .about-1 .text {
    margin-bottom: 45px;
}

.about-page .about-1 .text p {
    font-size: 18px;
    line-height: 30px;
        color: #666464;
    opacity: 0.9;
}

.about-page .about-1 .img {
    position: relative;
}

.about-page .about-1 .img .play {
    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%);
    width: 200px;
    height: 200px;
    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;
}

.about-page .about-1 .img .play:before {
    content: "";
    display: block;
    border-radius: 50%;
    background-color: rgba(39, 74, 169, 0.1);
    width: 100%;
    height: 100%;
    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%);
    -webkit-animation: img_scale 1s infinite;
    -moz-animation: img_scale 1s infinite;
    animation: img_scale 1s infinite;
}

.about-page .about-1 .img .play:after {
    content: "";
    display: block;
    border-radius: 50%;
    background-color: rgba(39, 74, 169, 0.3);
    width: 135px;
    height: 135px;
    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%);
    -webkit-animation: img_scale 1s infinite;
    -moz-animation: img_scale 1s infinite;
    animation: img_scale 1s infinite;
}

.about-page .about-1 .img .play img {
    position: relative;
    z-index: 10;
}

.about-page .about-2 .right ul li {
    width: 100%;
    line-height: 50px;
    background-color: #f7f7f7;
    padding: 0 45px;
    font-size: 16px;
    margin-bottom: 15px;
}

.about-page .about-2 .right ul li::before {
    content: '\f058';
    font-family: FontAwesome;
    display: inline-block;
    color: var(--color);
    font-size: 24px;
    margin-right: 30px;
}

.about-page .about-2 .right ul li:last-child {
    margin-bottom: 0;
}

.about-page .about-3 .bottom ul {
    margin: 65px -15px 0;
}

.about-page .about-3 .bottom ul li {
    padding: 0 15px;
}

.about-page .about-3 .bottom ul li:hover .img .text {
    opacity: 1;
}

.about-page .about-3 .bottom ul li .img {
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.about-page .about-3 .bottom ul li .img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-page .about-3 .bottom ul li .img .text {
    color: white;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#2659aa), to(rgba(38, 89, 170, 0)));
    background: -webkit-linear-gradient(bottom, #2659aa 0%, rgba(38, 89, 170, 0) 100%);
    background: -moz-linear-gradient(bottom, #2659aa 0%, rgba(38, 89, 170, 0) 100%);
    background: linear-gradient(to top, #2659aa 0%, rgba(38, 89, 170, 0) 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 20px 20px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.about-page .about-4 ul {
    margin: 0 -15px;
}

.about-page .about-4 ul li {
    padding: 0 15px;
}


.about-page .about-5 {
  color: white;background-attachment: fixed;
  background-size: cover;
    background-position: center;
}

.about-page .about-5 .text {
  max-width: 610px;
}

.about-page .about-5 a.more {
  height: 3em;
  min-width: 10.625em;
}

.about-page .about-1 .datashow {
  color: white;
}

.about-page .about-2 sub {
  vertical-align: baseline;
}

.about-page .about-2 .list {
  padding-left: 7%;
}

.about-page .about-6 .box {
  height: 100%;
  padding-left: 8%;
  padding-right: 8%;
  border: 1px solid #dbdde3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-6 .box p {
      font-size: 18px;
    line-height: 30px;
    color: #666464;
    opacity: 0.9;
}

.about-page .about-6 .box p :hover {
      font-size: 18px;
    line-height: 30px;
    color: #fff;
    
}
.about-page .about-6 .box span.h6 {
  font-weight: 500;
}
.about-page .about-6 .box:hover .text p{
    color:#fff;
}

.about-page .about-6 .box i {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-6 .box:hover {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}

.about-page .about-6 .box:hover i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}


.about-page .about-7 .top {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #fff;
}

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

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

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

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

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

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

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

.about-page .about-7 .top .list ul .slick-current+div,
.about-page .about-7 .top .list ul .slick-current+div+div+div {
  margin-top: 60px;
}

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

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

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

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

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

.inner-page .slickBtn div {
    width: 3.7em;
    height: 3.7em;
    color: var(--color);
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.09);
    box-shadow: 0 3px 9px rgba(0,0,0,.09);
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #fff
}

.inner-page .slickBtn div:before {
    content: '';
    width: 102%;
    height: 102%;
    position: absolute;
    top: -1%;
    left: -1%;
    border-radius: inherit;
    background-color:var(--color);
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.inner-page .slickBtn div i {
    font-size: 1.4em
}

.inner-page .slickBtn div.next {
    margin-left: 2em
}

.inner-page .slickBtn div:hover {
    color: #fff
}

.inner-page .slickBtn div:hover:before {
    opacity: 1
}

.inner-page .slickBtn.pos div {
    margin: 0;
    position: absolute;
    background-color: var(--color);
    
}

.inner-page .slickBtn.pos div:before {
    background-color: #fff;
    background-image: none;
    opacity: 1
}

.inner-page .slickBtn.pos div:hover:before {
    opacity: 0
}

@media (max-width: 1400px) {
    .about-page .about-2 .left {
        width: 100%;
        margin-bottom: 60px;
        padding-right: 0;
    }

    .about-page .about-2 .right {
        width: 100%;
    }
}
@media screen and (max-width: 1250px) {
    .about-page .about-6 .box i img {
        max-width: 50px;
    }
}
@media (max-width: 1000px) {

    .about-page .about-1 .text p {
        width: 100%;
        margin: 20px 0;
        padding: 0;
    }
}

@media (max-width: 700px) {
    .about-page .about-1 .img {
        height: 300px;
    }

    .about-page .about-1 .img>img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .about-page .about-1 .img .play {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        -moz-transform: translate(-50%, -50%) scale(0.8);
        -ms-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }

    .about-page .about-2 .right ul li {
        padding: 15px;
        line-height: 1.4;
        font-size: 14px;
        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;
    }

    .about-page .about-3 .top .h-title {
        width: 100%;
    }

    .about-page .about-3 .top .text {
        width: 100%;
        margin-top: 30px;
    }

    .about-page .about-3 .bottom ul {
        margin: 25px -15px 0;
    }
}

@media (max-width: 500px) {

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

/*=========================================================*/

/*contact-page*/
.contact-page {
    padding: 100px 0;
    position: relative;
    background-color: #f0f0f0;
}

.contact-page .box .left {
    padding-right: 5%;
}

.contact-page .box .left .text {
    margin: 1em 0 1.5em;
    font-size: 20px;
    line-height: 1.7;
    color: #666;
}

.contact-page .box .left .form ul {
    margin: -13px -10px;
}

.contact-page .box .left .form ul li {
    padding: 13px 10px;
}

.contact-page .box .left .form ul li input {
    display: block;
    border: none;
    border-bottom: 1px solid #a1a1a1;
    font-size: 18px;
    font-weight: normal;
    color: #120c0b;
    padding: .5em 0;
    width: 100%;
    -webkit-transition: .5s;
    background-color: #f0f0f0;
    -moz-transition: .5s;
    transition: .5s;
}

.contact-page .box .left .form ul li input::-webkit-input-placeholder {
    color: #878787;
}

.contact-page .box .left .form ul li input:-moz-placeholder {
    color: #878787;
}

.contact-page .box .left .form ul li input::-moz-placeholder {
    color: #878787;
}

.contact-page .box .left .form ul li input:-ms-input-placeholder {
    color: #878787;
}

.contact-page .box .left .form ul li input::placeholder {
    color: #878787;
}

.contact-page .box .left .form ul li input:focus {
    border-color: var(--color);
}

.contact-page .box .left .form ul li.mt {
    margin-top: 2em;
}

.contact-page .box .left .form ul li .more {
    margin-top: 1em;
}

.contact-page .box .left .form ul li.wid-100 {
    width: 100%;
}

.contact-page .box .left .form ul li input[type="submit"] {
    width: 180px;
    height: 50px;
    background-color: var(--color);
    border: none;
    border-radius: 50px;
    font-size: 18px;
    color: white;
    transition: all 0.5s;
}

.contact-page .box .left .form ul li input[type="submit"]:hover {
    background-color: black;
}

.contact-page .box .right {
    padding-left: 10%;
}

.contact-page .box .right span.h3 {
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.2;
    color: #333;
}

.contact-page .box .right span.h3 em {
    color: var(--color);
}

.contact-page .box .right .text {
    margin-top: 1em;
    font-size: 20px;
    line-height: 1.7;
    color: #666;
}

.contact-page .box .right .info {
    font-size: 18px;
    color: #120c0b;
    margin: 2em 0 3em;
}

.contact-page .box .right .info li {
    margin-bottom: .8em;
}

.contact-page .box .right .info li:last-child {
    margin-bottom: 0;
}

.contact-page .box .right .info li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.6;
}

.contact-page .box .right .info li a i {
    width: 1.5em;
    text-align: center;
    height: 1.6em;
    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-right: .5em;
    color: var(--color);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.contact-page .box .right .info li a i img {
    display: block;
    margin: 0 auto;
}

.contact-page .box .right .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-page .box .right .share a {
    font-size: 20px;
    width: 2em;
    height: 2em;
    border-radius: 100%;
    border: 1px solid var(--color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1em;
    color: #120c0b;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.contact-page .box .right .share a:hover {
    color: white;
    background-color: var(--color);
}

.contact-page .map {
    height: 500px;
    margin-top: 100px;
    background-color: #eee;
}

.contact-page .map iframe {
    height: 100%;
    width: 100%;
    display: block;
    border: 0;
}


@media screen and (max-width: 1600px) {
    .contact-page .box .right .info {
        font-size: 16px;
    }

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

    .contact-page .map {
        margin-top: 60px;
    }

    .contact-page .box .right span.h3 {
        font-size: 28px;
    }


}

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

    .contact-page {
        padding: 60px 0;
    }

    .contact-page .box .right span.h3 {
        font-size: 24px;
    }

    .contact-page .map {
        height: 400px;
    }

    .contact-page .box .right .info li {
        margin-bottom: .5em;
    }

    .contact-page .box .left .form ul li input {
        font-size: 14px;
    }

    .contact-page .box .left .form ul li.mt {
        margin-top: 1em;
    }

    .contact-page .box .right .info {
        margin: 1.5em 0 2em;
    }


}

@media screen and (max-width: 1250px) {
    .contact-page .box .right {
        padding-left: 5%;
    }

    .contact-page .box .right span.h3 {
        font-size: 20px;
        line-height: 36px;
    }

    .contact-page .map {
        height: 300px;
    }


}

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

    .contact-page .box .right {
        width: 100%;
        padding-left: 0;
        margin-top: 5%;
    }

    .contact-page .box .left .text,
    .contact-page .box .right .text {
        font-size: 18px;
    }

    .contact-page .map {
        margin-top: 30px;
        height: 240px;
    }

    .contact-page .box .right .share a {
        font-size: 16px;
    }

    .contact-page .box .right .info {
        font-size: 14px;
        line-height: 2;
    }
}

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

    .contact-page,
    .factory-page {
        padding: 40px 0;
    }
}

/*=========================================================*/

/*service-page*/
.service-page .service-1 ul {
    border-radius: 20px;
    background-color: #fff;
}

.service-page .service-1 ul li {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.service-page .service-1 ul li .text {
    padding: 46px 45px;
}

.service-page .service-1 ul li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px 20px ;
}

.service-page .service-2 .left {
    padding-right: 10%;
}

.service-page .service-2 .right form input[type="text"] {
    width: 100%;
    margin-bottom: 25px;
    height: 50px;
    background-color: #fff;
    border-radius: 40px;
    padding: 0 32px;
    border: none;
    font-size: 18px;
    
}

.service-page .service-2 .right form input[type="submit"] {
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--color);
    border: none;
    font-size: 18px;
    border-radius: 40px;
    cursor: pointer;
    color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.service-page .service-2 .right form input[type="submit"]:hover {
    background-color: black;
}

@media (max-width: 1400px) {
    .service-page .service-1 ul li .img {
        height: 360px;
    }
}

@media (max-width: 1200px) {
    .service-page .service-2 .left {
        padding-right: 4%;
    }
}

@media (max-width: 1000px) {
    .service-page .service-1 ul li:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .service-page .service-1 ul li .text {
        width: 100%;
        padding: 50px 20px;
    }

    .service-page .service-1 ul li .img {
        width: 100%;
    }

    .service-page .service-2 .left {
        padding-right: 0;
        width: 100%;
        margin-bottom: 40px;
    }

    .service-page .service-2 .right {
        width: 100%;
    }
}

/*=========================================================*/

/*solution-page*/
.solution-page .yd .left {
    width: 100%;
}

.solution-page .yd .right {
    width: 18%;
    padding-left: 5%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    font-weight: 500;
    padding-right: .7%;
}

.solution-page .yd .right:after {
    content: '';
    width: 1px;
    height: 90%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: black;
}

.solution-page .yd .right span.h3 {
    max-width: 3.5em;
    display: block;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 2em;
    line-height: 1.66666667;
    margin-top: -0.3em;
}

.solution-page .yd .right .nav {
    color: #727272;
}

.solution-page .yd .right .nav ul li {
    margin-bottom: 1.5em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.solution-page .yd .right .nav ul li:hover,
.solution-page .yd .right .nav ul li.active {
    font-size: 1.3em;
    color: var(--color);
}

.solution-page .solutions ul li .textarea {
    width: 52%;
    padding-right: 4%;
}

.solution-page .solutions ul li .textarea span.h3 {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.solution-page .solutions ul li .textarea span.h3:hover {
    color: var(--color);
}
.solution-page .solutions ul li .textarea .text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 18;*/
    overflow: hidden;
    max-height: 422px;
    overflow-y: auto;
}

.solution-page .solutions ul li .textarea .text table tbody{
    min-width:unset;
}

.solution-page .solutions ul li .textarea a.more {
    background-color: #545454;
}

.solution-page .solutions ul li .textarea a.more:hover {
    background-color: var(--color);
}

.solution-page .solutions ul li .img {
    width: 48%;
}

.solution-page .solutions ul li .img span.h6 {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: .6em;
    background-color: rgba(0, 0, 0, 0.18);
    text-align: center;
    border-radius: inherit;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    line-height: 1.2;
}

.solution-page .solutions ul li .img:hover span.h6 {
    background-color: black;
}

@media screen and (max-width: 1000px) {
    .solution-page .yd .right {
        display: none;
    }

    .solution-page .yd .left {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .solution-page .solutions ul li .textarea {
        width: 100%;
        padding-right: 0;
    }

    .solution-page .solutions ul li .textarea {
        width: 100%;
        padding-right: 0;
    }

    .solution-page .solutions ul li .img {
        width: 100%;
    }

    .solution-page .solutions ul li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}



/*=========================================================*/

/*solutiondet-page*/
.solutiondet-page .solutiondet-slideBoxLeft {
    width: 22%;
    padding-right: 5%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px
}

.solutiondet-page .solutiondet-slideBoxLeft .nav a {
    padding: .7em 0;
    border-bottom: 1px solid #707070
}

.solutiondet-page .solutiondet-slideBoxLeft .nav a i {
    font-size: 1.3em;
    line-height: 1
}

.solutiondet-page .solutiondet-slideBoxLeft .nav a.active,.solutiondet-page .solutiondet-slideBoxLeft .nav a:hover {
    font-weight: 700;
}

.solutiondet-page .solutiondet-slideBoxLeft .nav a i.on {
    transform: rotate(45deg)
}

.solutiondet-page .solutiondet-slideBoxLeft .nav ul ul {
    padding-left: 1em;
    margin: 1em 0;
    display: none;
}

.solutiondet-page .solutiondet-slideBoxRight {
    width: 78%;
}
.solutiondet-page .solutiondet-slideBoxRight .text{
    color: rgba(0,0,0,0.7);
}
.solutiondet-page .solutiondet-slideBoxRight .text p {
    margin-bottom: 10px
}
@media screen and (max-width: 1000px) {
    .solutiondet-page .solutiondet-slideBoxLeft {
        display:none
    }

    .solutiondet-page .solutiondet-slideBoxRight {
        width: 100%
    }
}
/*=========================================================*/

/*exhibition-page*/
.exhibition-page .news-1 .box {
  padding: 4%;
  background-color: var(--color2);
  color: white;
}
.exhibition-page .news-1 .box > i {
  margin-right: 0;
  margin-left: 0;
}
.exhibition-page .news-1 .box .content {
 
  margin-left: 5%;
  margin-right: 2%;
}
.exhibition-page .news-1 .box .search {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
}
.exhibition-page .news-1 .box .search form {
  border: 1px solid white;
  height: 3.625em;
}
.exhibition-page .news-1 .box .search form input {
  display: block;
  width: 100%;
  padding: 0 1.5em;
  background-color: transparent;
  border: none;
}
.exhibition-page .news-1 .box .search form input::-webkit-input-placeholder {
  color: white;
}
.exhibition-page .news-1 .box .search form input:-moz-placeholder {
  color: white;
}
.exhibition-page .news-1 .box .search form input::-moz-placeholder {
  color: white;
}
.exhibition-page .news-1 .box .search form input:-ms-input-placeholder {
  color: white;
}
.exhibition-page .news-1 .box .search form input::placeholder {
  color: white;
}
.exhibition-page .news-1 .box .search form button {
  width: 3.625em;
  border: none;
  background-color: transparent;
}
.exhibition-page .news-1 .box .search form button i {
  font-size: 1.5em;
}
.exhibition-page .news-2 .list {
  height: 600px;
  padding: 5% 8%;
  position: relative;
  color: white;
}
.exhibition-page .news-2 .list:before {
  content: '';
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#23519e), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #23519e, transparent);
  background-image: -moz-linear-gradient(bottom, #23519e, transparent);
  background-image: linear-gradient(to top, var(--color2), transparent);
  border-radius: inherit;
}
.exhibition-page .news-2 .list time i {
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  background-color: white;
}
.exhibition-page .news-2 .list hr {
  background-color: white;
}
.exhibition-page .news-2 .list a.link {
  text-decoration: underline;
}
.exhibition-page .news-2 .list .slickBtn div {
  background-color: transparent;
  color: #b2b2b2;
}
.exhibition-page .news-2 .list .slickBtn div i {
  font-size: 1.5em;
}
.exhibition-page .news-2 .list .slickBtn div:hover {
  color: var(--color);
}
.exhibition-page .news-3 time i {
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;

}

@media screen and (max-width: 1700px) {
  .exhibition-page .news-2 .list .slickBtn div {
    color: white;
  }
  .exhibition-page .news-2 .list .slickBtn div.prev {
    left: 0;
    right: auto;
  }
  .exhibition-page .news-2 .list .slickBtn div.next {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1450px) {
    .exhibition-page .news-2 .list {
    height: 480px;
  }
}
@media screen and (max-width: 1000px) {
      .exhibition-page .news-2 .list {
    height: 400px;
  }
}
@media screen and (max-width: 700px) {
    .exhibition-page .news-1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .exhibition-page .news-1 .box > i {
    display: none;
  }
  .exhibition-page .news-1 .box .content,
  .exhibition-page .news-1 .box .search {
    width: 100%;
    margin: 10px 0;
  }
}

/*=========================================================*/

/*exhibitiondet-page*/
.exhibitiondet-page h1 {
  line-height: 1.3;
}
.exhibitiondet-page time i {
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  background-color: var(--color2);
}
.exhibitiondet-page time i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.exhibitiondet-page .text {
  color: rgba(0, 0, 0, 0.8);
  line-height: 2;
}
.exhibitiondet-page .text strong {
  color: black;
}
.exhibitiondet-page .text p {
  margin-top: 1.5em;
}
.exhibitiondet-page .text p:first-child {
  margin-top: 0;
}
.exhibitiondet-page .m-link a {
  /*height: 2em;*/
  padding: 6px 2.5em;
  background-color: var(--color2);
  color: white;
  border-radius: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.exhibitiondet-page .m-link a:hover {
  background-color: black;
}
.exhibitiondet-page .form input,
.exhibitiondet-page .form textarea {
  display: block;
  width: 100%;
  border-radius: 12px;
  padding: .9em 1.3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.exhibitiondet-page .form input::-webkit-input-placeholder, .exhibitiondet-page .form textarea::-webkit-input-placeholder {
  color: black;
}
.exhibitiondet-page .form input:-moz-placeholder, .exhibitiondet-page .form textarea:-moz-placeholder {
  color: black;
}
.exhibitiondet-page .form input::-moz-placeholder, .exhibitiondet-page .form textarea::-moz-placeholder {
  color: black;
}
.exhibitiondet-page .form input:-ms-input-placeholder, .exhibitiondet-page .form textarea:-ms-input-placeholder {
  color: black;
}
.exhibitiondet-page .form input::placeholder,
.exhibitiondet-page .form textarea::placeholder {
  color: black;
}
.exhibitiondet-page .form input:focus,
.exhibitiondet-page .form textarea:focus {
  border-color: var(--color);
}
.exhibitiondet-page .form textarea {
  height: 230px;
}
.exhibitiondet-page .form button {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  border: none;
  background-color: var(--color2);
  color: white;
  position: absolute;
  right: .5em;
  bottom: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.exhibitiondet-page .form button:hover {
  background-color: black;
}

.exhibitiondet-page .exhibitiondet-sidebarLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.exhibitiondet-page .exhibitiondet-sidebarLeft .slide span.h6 {
  padding: 2% 4%;
  border: 1px solid #b1b1b1;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.exhibitiondet-page .exhibitiondet-sidebarLeft .slide span.h6.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.exhibitiondet-page .exhibitiondet-sidebarLeft .slide ul {
  padding: 6% 4%;
  border: 1px solid #b1b1b1;
  color: #9e9e9e;
  margin: -1px 0;
}
.exhibitiondet-page .exhibitiondet-sidebarLeft .slide ul ul {
  padding: 3% 0;
  border: none;
}
.exhibitiondet-page .exhibitiondet-sidebarLeft .slide ul ul li:last-child {
  margin-bottom: 0;
}
.exhibitiondet-page .exhibitiondet-sidebarLeft .slide ul li a:not([href]) {
  font-size: 1.2em;
  color: #444;
}
.exhibitiondet-page .exhibitiondet-sidebarLeft .slide ul li {
  margin-bottom: 1.2em;
}
.exhibitiondet-page .exhibitiondet-sidebarLeft .slide ul li i {
  width: 1.42857143em;
  height: 1.42857143em;
  border-radius: 3px;
  border: 1px solid #9e9e9e;
  margin-right: .5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.exhibitiondet-page .exhibitiondet-sidebarLeft .slide ul li i:before {
  font-size: 1.4em;
  opacity: 0;
}
.exhibitiondet-page .exhibitiondet-sidebarLeft .slide ul li.active > a i:before {
  opacity: 1;
}
.exhibitiondet-page .exhibitiondet-sidebarLeft .info {
  background-color: #fff;
  border-radius: 20px;
  padding: 12% 10%;
}
.exhibitiondet-page .exhibitiondet-sidebarLeft .nav {
  border: 1px solid #bebebe;
  border-radius: 16px;
}
.exhibitiondet-page .exhibitiondet-sidebarLeft .nav span.h6 {
  background-color: var(--color2);
  border-radius: 16px 16px 0 0;
  color: white;
  padding: 10px 20px;
  line-height: 1.2;
}
.exhibitiondet-page .exhibitiondet-sidebarLeft .nav ul li {
  border-top: 1px solid #bebebe;
}
.exhibitiondet-page .exhibitiondet-sidebarLeft .nav ul li:first-child {
  border-top: none;
}
.exhibitiondet-page .exhibitiondet-sidebarLeft .nav ul li a {
  padding: .8em 20px;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.exhibitiondet-page .exhibitiondet-sidebarLeft .nav ul li a:hover {
  background-color: var(--color2);
  color: white;
}
@media screen and (max-width: 1000px) {
  .exhibitiondet-page h1 {
    width: 100%;
    padding-right: 0;
  }
  .exhibitiondet-page .form button {
    font-size: 30px;
  }
    .exhibitiondet-page .exhibitiondet-sidebarLeft {
    display: none;
  }
}

/*download-page*/
.download-page .ui.container {
  max-width: 1240px;
}
.download-page .text {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.download-page .list ul li a.img-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.download-page .list ul li a.img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li span.h6 i {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li:hover a.img-box:before {
  opacity: 1;
}
.download-page .list ul li:hover span.h6 {
  color: #23519e;
  text-decoration: underline;
}
.download-page .list ul li:hover span.h6 i {
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .download-page .list ul li span.h6 i {
    width: 24px;
    opacity: 1;
  }
}


/**/

.about-page .about-5 {
    color: #fff;
}

.about-page .about-5 a.more {
    height: 3em;
    min-width: 10.625em;
}

.more {
    height: 3.625em;
    min-width: 15em;
    border-radius: 1.8125em;
    background-color: var(--color);
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.solution-page02 {
    border-top-left-radius: 30px;
    background: #fff;
}

.solution-page02 .container ul {
    margin: 0 -15px;
}

.solution-page02 .container ul li {
    margin-top: 20px;
    padding: 0 15px;
}
.solution-page02 .container ul li .img-box{
    border-radius: 8px;
}
.solution-page02 .container ul li img {
    width: 100%;
}

.solution-page02 .container ul li p {
    font-size: 18px;
    text-align: center;
    padding: 5px 10px;
    line-height: 2;
}
.solutiondet02-page .solutiondet02-1{
    position: sticky;
    top: 90px;
    background-color: #fff;
    z-index: 20;
}
.solutiondet02-page .solutiondet02-1 .container {
    border-bottom: 1px solid #bababa;
}

.solutiondet02-page .solutiondet02-1 .container .content {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 1400px;
    margin: auto;
    color: #666666;
}

.solutiondet02-page .solutiondet02-1 .container .content .list {
    padding: 0 10px;
    width: 25%;
    margin-top: 10px;
    text-align: center;
    position: relative;
}

.solutiondet02-page .solutiondet02-1 .container .content .list::before {
    content: '/';
    position: absolute;
    font-weight: 400;
    top: 0;
    right: 0;
}

.solutiondet02-page .solutiondet02-1 .container .content .list:hover {
    color: var(--color);
}

.solutiondet02-page .solutiondet02-1 .container .content .list:hover::before {
    color: #666666;
}

.solutiondet02-page .solutiondet02-1 .container .content .list:last-child::before {
    display: none;
}

.solutiondet02-page .solutiondet02-2 .container {
    align-items: flex-start;
}

.solutiondet02-page .solutiondet02-2 .container .img {
    width: 38%;
    text-align: center;
    position: sticky;
    top: 190px;
}

.solutiondet02-page .solutiondet02-2 .container .right {
    width: 62%;
    padding-left: 100px;
}

.solutiondet02-page .solutiondet02-2 .container .right .title {
    line-height: 1.4;
}

.solutiondet02-page .solutiondet02-2 .container .right .des {
    margin-top: 30px;
    line-height: 30px;
}

.solutiondet02-page .solutiondet02-2 .container .right .listC {
    overflow: hidden;
    margin-top: 80px;
}

.solutiondet02-page .solutiondet02-2 .container .right .listC ul {
    margin-right: -4px;
    margin-top: -4px;
    margin-bottom: -4px;
}

.solutiondet02-page .solutiondet02-2 .container .right .listC ul li {
    position: relative;
    width: 25%;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.solutiondet02-page .solutiondet02-2 .container .right .listC ul li .box {
    padding: 20px 16px;
    text-align: center;
}

.solutiondet02-page .solutiondet02-2 .container .right .listC ul li::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: var(--color);
    top: -4px;
    right: -4px;
    border-radius: 50%;
}
.solutiondet02-page .solutiondet02-3 li img{
    border-radius: 8px;
}

@media screen and (max-width: 1450px) {
    .solutiondet02-page .solutiondet02-2 .container .right {
        padding-left: 66px;
    }
}

@media screen and (max-width: 1250px) {
    .solutiondet02-page .solutiondet02-2 .container .right {
        padding-left: 30px;
    }
    .solutiondet02-page .solutiondet02-1{
        top: 60px;
    }
}

@media screen and (max-width: 1000px) {
    .solutiondet02-page .solutiondet02-2 .container .img {
        width: 100%;
        position: static;
    }
    .solutiondet02-page .solutiondet02-2 .container .right {
        padding-left: 0;
        width: 100%;
        margin-top: 5%;
    }
    .solutiondet02-page .solutiondet02-1 .container .content .list{
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .solutiondet02-page .solutiondet02-1 .container .content .list{
        width: 100%;
    }
}