.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: 5px 10px;
    border: 1px solid #666;
    width: auto !important;
    height: auto !important;
}

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

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

html.mobile {
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#mobile.active {
    left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-14 {
    line-height: 28px;
}

.font-15 {
    line-height: 28px;
}

.font-16 {
    line-height: 28px;
}

.font-17 {
    line-height: 28px;
}

.font-18 {
    line-height: 30px;
}

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

    body .zdy-tt.font-20,
    body .zdy-tt.font-21 {
        font-size: 19px !important;
    }
}

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

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

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

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

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

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

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

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

    body .zdy-tt.font-44,
    body .zdy-tt.font-45,
    body .zdy-tt.font-46,
    body .zdy-tt.font-47 {
        font-size: 36px !important;
    }

    body .zdy-tt.font-48,
    body .zdy-tt.font-49,
    body .zdy-tt.font-50,
    body .zdy-tt.font-51,
    body .zdy-tt.font-52,
    body .zdy-tt.font-53,
    body .zdy-tt.font-54 {
        font-size: 38px !important;
    }

    body .zdy-tt.font-55,
    body .zdy-tt.font-56,
    body .zdy-tt.font-57,
    body .zdy-tt.font-58,
    body .zdy-tt.font-59 {
        font-size: 42px !important;
    }
}

@media (max-width: 1250px) {

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

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

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

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

    body .zdy-tt.font-44,
    body .zdy-tt.font-45,
    body .zdy-tt.font-46,
    body .zdy-tt.font-47 {
        font-size: 30px !important;
    }

    body .zdy-tt.font-48,
    body .zdy-tt.font-49,
    body .zdy-tt.font-50,
    body .zdy-tt.font-51,
    body .zdy-tt.font-52,
    body .zdy-tt.font-53,
    body .zdy-tt.font-54 {
        font-size: 34px !important;
    }

    body .zdy-tt.font-55,
    body .zdy-tt.font-56,
    body .zdy-tt.font-57,
    body .zdy-tt.font-58,
    body .zdy-tt.font-59 {
        font-size: 36px !important;
    }
}

@media (max-width: 1000px) {

    .font-16,
    .font-17,
    .font-18,
    .font-19,
    .font-20,
    .font-21,
    .font-22,
    .font-23,
    .font-24,
    .font-25 {
        line-height: 28px;
    }

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

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

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

    body .zdy-tt.font-40,
    body .zdy-tt.font-41,
    body .zdy-tt.font-42,
    body .zdy-tt.font-43,
    body .zdy-tt.font-44,
    body .zdy-tt.font-45,
    body .zdy-tt.font-46,
    body .zdy-tt.font-47 {
        font-size: 26px !important;
    }

    body .zdy-tt.font-48,
    body .zdy-tt.font-49,
    body .zdy-tt.font-50,
    body .zdy-tt.font-51,
    body .zdy-tt.font-52,
    body .zdy-tt.font-53,
    body .zdy-tt.font-54,
    body .zdy-tt.font-55,
    body .zdy-tt.font-56,
    body .zdy-tt.font-57,
    body .zdy-tt.font-58,
    body .zdy-tt.font-59,
    body .zdy-tt.font-61 {
        font-size: 28px !important;
    }
}

@media (max-width: 700px) {

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

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

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

    body .zdy-tt.font-40,
    body .zdy-tt.font-41,
    body .zdy-tt.font-42,
    body .zdy-tt.font-43,
    body .zdy-tt.font-44,
    body .zdy-tt.font-45,
    body .zdy-tt.font-46,
    body .zdy-tt.font-47 {
        font-size: 22px !important;
    }

    body .zdy-tt.font-48,
    body .zdy-tt.font-49,
    body .zdy-tt.font-50,
    body .zdy-tt.font-51,
    body .zdy-tt.font-52,
    body .zdy-tt.font-53,
    body .zdy-tt.font-54,
    body .zdy-tt.font-55,
    body .zdy-tt.font-56,
    body .zdy-tt.font-57,
    body .zdy-tt.font-58,
    body .zdy-tt.font-59,
    body .zdy-tt.font-61 {
        font-size: 24px !important;
    }
}

@media (max-width: 500px) {

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

    body .zdy-tt.font-40,
    body .zdy-tt.font-41,
    body .zdy-tt.font-42,
    body .zdy-tt.font-43,
    body .zdy-tt.font-44,
    body .zdy-tt.font-45,
    body .zdy-tt.font-46,
    body .zdy-tt.font-47 {
        font-size: 21px !important;
    }

    body .zdy-tt.font-48,
    body .zdy-tt.font-49,
    body .zdy-tt.font-50,
    body .zdy-tt.font-51,
    body .zdy-tt.font-52,
    body .zdy-tt.font-53,
    body .zdy-tt.font-54,
    body .zdy-tt.font-55,
    body .zdy-tt.font-56,
    body .zdy-tt.font-57,
    body .zdy-tt.font-58,
    body .zdy-tt.font-59,
    body .zdy-tt.font-60,
    body .zdy-tt.font-61,
    body .zdy-tt.font-62 {
        font-size: 22px !important;
    }
}

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

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

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

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

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

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

body {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 18px;
    --color: #ed4e19;
    --color1:#436cdd;
    --color2:#2a50ba;
    margin: 0 auto;
}

.container {
    width: 1710px;
}

.f-color {
    color: var(--color);
}
.f-color2 {
    color: var(--color2);
}
.color-ff {
    color: #fff;
}

.fam-Mont-EBold {
  font-family: "Montserrat-ExtraBold";
}

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

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

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

.t_l {
    transition: all 0.5s;
}

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

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

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

.lh-13 {
    line-height: 1.3;
}

.lh-14 {
    line-height: 1.4;
}

.lh-16 {
    line-height: 1.6;
}

.lh-17 {
    line-height: 1.7;
}

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

.lh-19 {
    line-height: 1.9;
}

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

#header {
    z-index: 200;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    transition: all 0.5s;
}

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

#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 35px;
    font-size: 16px;
    text-transform: uppercase;
    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;
    border-bottom: 2px solid transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

#header .nav .ui.menu .right .h-search{
    display: flex;
    align-items: center;
    cursor: pointer;
}
#header .nav .ui.menu .right .h-search img{
    filter: brightness(0) invert(1);
}

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

#header .nav .ui.menu .right .h-language span {
    color: #fff;
    font-size: 14px;
}

#header .nav .ui.menu .right .h-language span em {
    padding-left: 8px;
    padding-right: 4px;
}

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

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

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

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

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

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

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

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

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

#header.active .nav {
    height: 90px;
}

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

#header.inner_active .nav {
    height: 90px;
}

.banner-video .banner-content{
    height: 100vh;
    position: relative;
}
.banner-video video{
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: bottom center;
}


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

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

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

#banner .banner-content .swiper-slide .txt-content h3 {
  max-width: 680px;
  line-height: 1.3;
}

#banner .banner-content .swiper-tool-box {
  width: 602px;
  height: 602px;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: 260px;
  z-index: 1;
  padding: 38px;
}

#banner .banner-content .swiper-tool-box .bgafter{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40%;
  background-image: url(../images/h-banyq01.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  /*transition: transform 0.8s ease-in-out;*/
}

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

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

#banner .banner-content .swiper-tool-box ul {
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}

#banner .banner-content .swiper-tool-box svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 526px;
  height: 526px;
  /* z-index: 4; */
}
#banner .banner-content .swiper-tool-box .svg1{
    opacity: 0;
    z-index: 3;
}

#banner .banner-content .swiper-tool-box ul li {
  position: absolute;
}

#banner .banner-content .swiper-tool-box ul li .box {
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

#banner .banner-content .swiper-tool-box ul li.num-1 {
  top: 14px;
  right: 14px;
}

#banner .banner-content .swiper-tool-box ul li.num-1 .box img {
  width: 217px;
  height: 218px;
}

#banner .banner-content .swiper-tool-box ul li.num-1 .box {
  -webkit-mask-image: url(../images/h-maskbg01.png);
  mask-image: url(../images/h-maskbg01.png);

}

#banner .banner-content .swiper-tool-box ul li.num-2 {
  top: 1px;
  left: 85px;
}

#banner .banner-content .swiper-tool-box ul li.num-2 .box img {
  width: 237px;
  height: 193px;
}

#banner .banner-content .swiper-tool-box ul li.num-2 .box {
  -webkit-mask-image: url(../images/h-maskbg02.png);
  mask-image: url(../images/h-maskbg02.png);
}

#banner .banner-content .swiper-tool-box ul li.num-3 {
  top: 86px;
  left: 3px;
}

#banner .banner-content .swiper-tool-box ul li.num-3 .box img {
  width: 192px;
  height: 238px;
}

#banner .banner-content .swiper-tool-box ul li.num-3 .box {
  -webkit-mask-image: url(../images/h-maskbg03.png);
  mask-image: url(../images/h-maskbg03.png);
}

#banner .banner-content .swiper-tool-box ul li.num-4 {
  top: 295px;
  left: 12px;
}

#banner .banner-content .swiper-tool-box ul li.num-4 .box img {
  width: 220px;
  height: 218px;
}

#banner .banner-content .swiper-tool-box ul li.num-4 .box {
  -webkit-mask-image: url(../images/h-maskbg04.png);
  mask-image: url(../images/h-maskbg04.png);
}

#banner .banner-content .swiper-tool-box ul li.num-5 {
  top: 333px;
  left: 204px;
}

#banner .banner-content .swiper-tool-box ul li.num-5 .box img {
  width: 236px;
  height: 191px;
}

#banner .banner-content .swiper-tool-box ul li.num-5 .box {
  -webkit-mask-image: url(../images/h-maskbg05.png);
  mask-image: url(../images/h-maskbg05.png);
}

#banner .banner-content .swiper-tool-box ul li.num-6 {
  top: 204px;
  right: 3px;
}

#banner .banner-content .swiper-tool-box ul li.num-6 .box img {
  width: 189px;
  height: 236px;
}

#banner .banner-content .swiper-tool-box ul li.num-6 .box {
  -webkit-mask-image: url(../images/h-maskbg06.png);
  mask-image: url(../images/h-maskbg06.png);
}


#banner .banner-content .swiper-tool-box ul li .item {
  height: 100%;
}

#banner .banner-content .swiper-tool-box ul li .box img {
  width: 182px;
  height: 100%;
  object-fit: cover;
  filter: brightness(0) invert(1);
}

#banner .banner-content .swiper-tool-box ul li .box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 0, 0, 0.4);*/
  transition: all 0.5s;
}

#banner .banner-content .swiper-tool-box ul li .box:hover::after {
  opacity: 0;
}

#banner .banner-content .swiper-tool-box ul li.active .box::after {
  opacity: 0;
}
#banner .banner-content .swiper-tool-box ul li.active .box img{
    filter: none;
}

/*#banner .banner-content .swiper-tool-box ul::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: 30%;
  border-radius: 50%;
  background-color: #fff;
}*/



#banner .banner-content .swiper-tool-box ol {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}



#banner .banner-content .swiper-tool-box ol li {
  width: 135px;
  position: absolute;
  z-index: 9;
  /*opacity: 0;*/
  transition: all 0.5s;
}


#banner .banner-content .swiper-tool-box ol li::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-color: #1f1f1f;
  border: solid 3px #e82a00;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  opacity: 0;
}

#banner .banner-content .swiper-tool-box ol li:nth-of-type(1) {
  top: 20%;
  right: 16%;
}

#banner .banner-content .swiper-tool-box ol li:nth-of-type(2) {
  top: 12%;
  right: 47%;
}

#banner .banner-content .swiper-tool-box ol li:nth-of-type(3) {
  bottom: 47%;
  left: 11%;
}

#banner .banner-content .swiper-tool-box ol li:nth-of-type(4) {
  bottom: 18%;
  left: 16%;
}
#banner .banner-content .swiper-tool-box ol li:nth-of-type(5) {
  bottom: 13%;
  right: 31%;
}
#banner .banner-content .swiper-tool-box ol li:nth-of-type(6) {
  bottom: 30%;
  right: 8%;
}

#banner .banner-content .swiper-tool-box ol li .txtbox {
  /*position: absolute;*/
  /*top: 0;*/
  /*transform: translateY(-50%);*/
  /*left: 50px;*/
  /*opacity: 0;*/
  transition: all 0.5s;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  text-align: center;
  line-height: 1.3;
  margin-top: 0;
}
#banner .banner-content .swiper-tool-box ol li .txtbox .text1{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

#banner .banner-content .swiper-tool-box ol li .txtbox .text2 {
  font-style: italic;
  width: 320px;
}

#banner .banner-content .swiper-tool-box ol li.num-1 .txtbox {
    transform: rotate(42deg);
}
#banner .banner-content .swiper-tool-box ol li.num-2 .txtbox {
    transform: rotate(-15deg);
}
#banner .banner-content .swiper-tool-box ol li.num-3 .txtbox {
    transform: rotate(-65deg);
}
#banner .banner-content .swiper-tool-box ol li.num-4 .txtbox {
    transform: rotate(-135deg);
}
#banner .banner-content .swiper-tool-box ol li.num-5 .txtbox {
    transform: rotate(165deg);
}
#banner .banner-content .swiper-tool-box ol li.num-6 .txtbox {
    transform: rotate(115deg);
}

#banner .banner-content .swiper-tool-box ol li.active{
  opacity: 0;

}

#banner .banner-content .swiper-tool-box ol li.active .txtbox {
  opacity: 0; 
}

#banner .banner-content .swiper-tool-box ol li.num-1.active .txtbox {
    transform: rotate(42deg) translateY(10px);
}
#banner .banner-content .swiper-tool-box ol li.num-2.active .txtbox {
    transform: rotate(-15deg) translateY(10px);
}
#banner .banner-content .swiper-tool-box ol li.num-3.active .txtbox {
    transform: rotate(-65deg) translateY(10px); 
}
#banner .banner-content .swiper-tool-box ol li.num-4.active .txtbox {
    transform: rotate(-135deg) translateY(10px); 
}
#banner .banner-content .swiper-tool-box ol li.num-5.active .txtbox {
    transform: rotate(165deg) translateY(10px);
}
#banner .banner-content .swiper-tool-box ol li.num-6.active .txtbox {
    transform: rotate(115deg) translateY(10px);
}

#banner .banner-content .swiper-tool-box ol li.active::after {
  background-color: #ed4e19;
}

.mk-tt .tt {
    line-height: 1.3;
}

#index-body .init-1 .h-top .mk-desc {
    max-width: 668px;
}

#index-body .init-1 .h-bottom .h-pro-list ul li .box .img-box {
    background-color: transparent;
    /*border:1px solid #d3d3d3;*/
    transition: all 0.5s;
}
#index-body .init-1 .h-bottom .h-pro-list ul li .box:hover .img-box{
    background-color: rgba(255, 255, 255, 0.62);
}

#index-body .init-1 .h-bottom .h-pro-list ul li .box .txtbox {
    color: #fff;
    height: 65px;
    max-width: 100%;
}

#index-body .init-1 .h-bottom .h-pro-list ul li .box .txtbox .tt {
    background-color: #4b4b4b;
    width: calc(100% - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 10px;
}

#index-body .init-1 .h-bottom .h-pro-list ul li .box .txtbox .tt span {
    transition: all 0.5s;
}

#index-body .init-1 .h-bottom .h-pro-list ul li .box .txtbox .tt span:hover {
    color: var(--color);
}

#index-body .init-1 .h-bottom .h-pro-list ul li .box .txtbox i {
    width: 120px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    background-color: #4b4b4b;
}

#index-body .init-1 .h-bottom .h-pro-list ul li .box .txtbox i::after {
    content: "";
    display: block;
    width: 110%;
    height: 100%;
    background-image: linear-gradient(0deg, 
		#1c40a6 0%, 
		#436cdd 100%), 
	linear-gradient(
		#ed4e19, 
		#ed4e19);
    position: absolute;
    right: 100%;
    top: 0;
    transition: all 0.5s;
    z-index: -1;
}

#index-body .init-1 .h-bottom .h-pro-list ul li .box .txtbox i:hover::after {
    right: 0;
}

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

#index-body .init-2 .h-left h1 {
    color: #474747;
}

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

#index-body .init-2 .h-right .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#index-body .init-2 .h-right .play i {
    font-size: 36px;
    color: var(--color);
}

#index-body .init-2 .h-right .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);
    z-index: -1;
}

#index-body .init-2 .h-right .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;
    z-index: -1;
}


#index-body .init-2 .datashow ul li .box .content h4 {
    line-height: 1;
}

#index-body .init-2 .datashow ul li .box .content p {
    color: #474747;
}
#index-body .init-advan{
    position: relative;
    overflow: hidden;
}
#index-body .init-advan .wave {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -48%;
    z-index: -1
}
#index-body .init-advan .advan-list ul{
    margin: 0 -45px;
}
#index-body .init-advan .advan-list ul li{
    width: 33.3%;
    padding:16px 30px;
}
#index-body .init-advan .advan-list ul li .box{
    padding: 30px 40px;
    transition: all 0.5s;
    height: 272px;
    box-shadow: 3px 3px 30px 2px 
		rgba(100, 100, 100, 0.1);
    position: relative;
    z-index: 0;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.6);
}
#index-body .init-advan .advan-list ul li .box:after{
    content:'';
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, 
		#1c40a6 0%, 
		#436cdd 100%), 
	linear-gradient(
		#ed4e19, 
		#ed4e19);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
}
#index-body .init-advan .advan-list ul li .box>img{
    transition: all 0.5s;
}
#index-body .init-advan .advan-list ul li .tt{
    color: #151515;
    transition: all 0.5s;
}
#index-body .init-advan .advan-list ul li .txt{
    max-height: 95px;
    overflow-y: auto;
    color: #2e2e2e;
    transition: all 0.5s;
}
#index-body .init-advan .advan-list ul li .box:hover:after{
    opacity: 1;
}
#index-body .init-advan .advan-list ul li .box:hover .tt{
    color: #fff;
}
#index-body .init-advan .advan-list ul li .box:hover .txt{
    color: #fff;
}
#index-body .init-advan .advan-list ul li .box:hover>img{
    filter: brightness(0) invert(1);
}


#index-body .init-3 {
    position: relative;
}

#index-body .init-3 .bigimg ul li .box {
    position: relative;
}

#index-body .init-3 .bigimg ul li .box .txtbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#index-body .init-3 .bigimg ul li .box .txtbox .mk-tt .tips {
    position: relative;
    padding-bottom: 10px;
}

#index-body .init-3 .bigimg ul li .box .txtbox .mk-tt .tips::after {
    content: "";
    display: block;
    width: 422px;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.47;
    position: absolute;
    bottom: 0;
    left: 0;
}

#index-body .init-3 .bigimg ul li .box .txtbox .con {
    height: 100%;
    padding-top: 7%;
}

#index-body .init-3 .bigimg ul li .box .txtbox .desc {
    max-width: 568px;
    line-height: 1.8;
}

#index-body .init-3 .smallnav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 2;
}

#index-body .init-3 .smallnav ul li {
    height: 156px;
}

#index-body .init-3 .smallnav ul li .box {
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 40px;
}

#index-body .init-3 .smallnav ul li .box i {
    width: 100%;
}

#index-body .init-3 .smallnav ul li.active .box {
    background-image: linear-gradient(119deg, rgba(255, 155, 126, 0.9) 0%, rgba(255, 110, 67, 0.95) 48%, #ff3a00 100%), linear-gradient(#000000, #000000);
    background-blend-mode: normal, normal;
}

#index-body .init-4 .h-top .mk-desc {
    max-width: 580px;
    color: #777777;
}
#index-body .init-4 .h-top .btn-go{
    background: transparent;
    border: solid 1px rgba(123, 123, 123, 0.38);
    color: #454649;
}
#index-body .init-4 .h-top .btn-go::after{
    background-image: linear-gradient(0deg, 
		#1c40a6 0%, 
		#436cdd 100%), 
	linear-gradient(
		#ed4e19, 
		#ed4e19);

}
#index-body .init-4 .h-top .btn-go:hover{
    color: #fff;
}
#index-body .init-4 .h-bottom .h-news-list {
    margin: 0 -0.5%;
    min-height: 460px;
}

#index-body .init-4 .h-bottom .h-news-list ul li {
    transition: all 1s;
    padding: 0 0.5%;
}

#index-body .init-4 .h-bottom .h-news-list ul li .box .time {
    color: #777777;
}

#index-body .init-4 .h-bottom .h-news-list ul li .box .btn-more {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.5s;
}

#index-body .init-4 .h-bottom .h-news-list ul li .box .btn-more span {
    border-bottom: 1px solid #777777;
    line-height: 1;
    transition: all 0.5s;
}

#index-body .init-4 .h-bottom .h-news-list ul li .box .btn-more i {
    padding-left: 20px;
    font-size: 23px;
    color: var(--color);
    font-weight: bold;
    transition: all 0.5s;
}

#index-body .init-4 .h-bottom .h-news-list ul li .box .btn-more:hover {
    color: var(--color);
}

#index-body .init-4 .h-bottom .h-news-list ul li .box .btn-more:hover span {
    border-color: var(--color);
}

#index-body .init-4 .h-bottom .h-news-list ul li .box .btn-more:hover i {
    transform: translateX(-3px);
}

/*#index-body .init-4 .h-bottom .h-news-list ul li.swiper-slide-active {
    width: 35.4% !important;
}

#index-body .init-4 .h-bottom .h-news-list ul li.swiper-slide-active+li {
    width: 21.5% !important;
}

#index-body .init-4 .h-bottom .h-news-list ul li.swiper-slide-active+li+li {
    width: 21.5% !important;
}

#index-body .init-4 .h-bottom .h-news-list ul li.swiper-slide-active+li+li+li {
    width: 21.5% !important;
}*/

.btn-go {
    background-image: linear-gradient(119deg, rgba(255, 155, 126, 0.9) 0%, rgba(255, 110, 67, 0.95) 48%, #ff3a00 100%), linear-gradient(#e13700, #e13700);
    background-blend-mode: normal, normal;
    height: 58px;
    min-width: 185px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    border: 1px solid transparent;
    overflow: hidden;
    position: relative;
    z-index: 0;
    font-size: 16px;
    color: #fff;
}

.btn-go::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: -1;
    transition: all 0.5s;
}

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

.btn-go:hover::after {
    left: 0;
}

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

#footer .footer-center .footer-t .footer-t-gird .t-list p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 48px;
    margin-top: 30px;
}

#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: 5px;
    color: #ffffff;
    width: fit-content;
    transition: all 0.5s;
}

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

#footer .footer-center .footer-t .footer-t-gird .logo>img {
    margin-bottom: 70px;
    height: 57px;
}

#footer .footer-center .footer-t .footer-t-gird .logo span {
    color: var(--color);
    padding-left: 40px;
    position: relative;
    margin-bottom: 30px;
    font-weight: 500;
    transition: all 0.5s;
}

#footer .footer-center .footer-t .footer-t-gird .logo span img {
    position: absolute;
    left: 0;
    top: 3px;
    transition: all 0.5s;
}

#footer .footer-center .footer-t .footer-t-gird .logo span:hover {
    color: #fff;
}

#footer .footer-center .footer-t .footer-t-gird .logo span:hover img {
    filter: brightness(0) invert(1);
}

#footer .footer-center .footer-t .footer-t-gird .logo .text-un {
    text-decoration: underline;
}

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

#footer .footer-center .footer-t .footer-t-gird .touch {
    width: 498px;
}

#footer .footer-center .footer-t .footer-t-gird .touch span {
    color: #929292;
    font-weight: 500;
}

#footer .footer-center .footer-t .footer-t-gird .touch form {
    position: relative;
}

#footer .footer-center .footer-t .footer-t-gird .touch form input {
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #686868;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 10px 5px;
    margin-bottom: 5px;
}

#footer .footer-center .footer-t .footer-t-gird .touch form input::placeholder {
    color: #fff;
}

#footer .footer-center .footer-t .footer-t-gird .touch form input[type="submit"] {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 10px;
    bottom: 8px;
    background: url(../images/f-send.png) no-repeat center;
    border: 0;
    transition: all 0.5s;
}

#footer .footer-center .footer-t .footer-t-gird .touch form input[type="submit"]:hover {
    background-image: url(../images/f-send-h.png);
}

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

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

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

#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.4);
    margin-top: 1px;
}

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

    #banner .banner-content .swiper-tool-box{
        zoom: 0.9;
    }


    #index-body .init-3 .bigimg ul li .box .txtbox .con {
        padding-top: 4%;
    }

    #index-body .init-3 .smallnav ul li .box {
        padding: 0 26px;
    }

    #index-body .init-4 .h-bottom .h-news-list {
        min-height: 392px;
    }
}

@media (max-width: 1450px) {
    body{
        zoom: 0.9;
    }
    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
        margin: 0 10px;
        font-size: 15px;
    }
    #banner .banner-content .swiper-tool-box {
        zoom: 0.75;
    }
    #footer .footer-center .footer-t .footer-t-gird .touch {
        width: 375px;
    }
    #banner .banner-content{
        min-height: 580px;
    }
    #index-body .init-2 .datashow ul {
        justify-content: flex-start;
    }

    #index-body .init-2 .datashow ul li {
        width: 33.33%;
        padding: 20px 10px;
    }

    #index-body .init-3 .bigimg ul li .box>img {
        height: 580px;
        object-fit: cover;
    }

    #index-body .init-3 .smallnav ul li {
        height: 140px;
    }

    #index-body .init-3 .smallnav ul li .box i {
        zoom: 0.9;
    }

    #index-body .init-4 .h-bottom .h-news-list {
        min-height: 374px;
    }

    /*#index-body .init-4 .h-bottom .h-news-list ul li.swiper-slide-active {
        width: 40% !important;
    }

    #index-body .init-4 .h-bottom .h-news-list ul li.swiper-slide-active+li {
        width: 30% !important;
    }

    #index-body .init-4 .h-bottom .h-news-list ul li.swiper-slide-active+li+li {
        width: 30% !important;
    }

    #index-body .init-4 .h-bottom .h-news-list ul li.swiper-slide-active+li+li+li {
        width: 30% !important;
    }*/

    #index-body .init-4 .h-bottom .h-news-list {
        margin: 0;
    }

    .btn-go {
        zoom: 0.9;
    }
}

@media (max-width: 1250px) {
    body {
        font-size: 16px;
    }
    #banner{
        margin-top: 0;
    }
    #banner .banner-content {
        height: 550px;
        min-height: unset;
    }

    .banner-video .banner-content{
        height: 49vw;
    }
    #banner .banner-content .swiper-tool-box ul li .item {
        padding: 5px;
    }

    #banner .banner-content .swiper-tool-box ul li .box img {
        width: 265px;
    }

    #banner .banner-content .swiper-tool-box ol li::after {
        width: 12px;
        height: 12px;
    }

    #footer .footer-center .footer-t .footer-t-gird .touch {
        width: 262px;
    }

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

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

    #index-body .init-1 .h-bottom .h-pro-list ul li .box .txtbox {
        height: 54px;
    }

    #index-body .init-1 .h-bottom .h-pro-list ul li .box .txtbox i {
        font-size: 28px;
        width: 60px;
    }

    #index-body .init-1 .h-bottom .h-pro-list ul li .box .txtbox .tt {
        width: calc(100% - 60px);
    }

    #index-body .init-1 .h-top .mk-desc {
        max-width: 500px;
    }

    #index-body .init-2 .datashow ul li {
        width: 50%;
    }

    .btn-go {
        zoom: 0.85;
    }

    #index-body .init-advan .advan-list ul {
        margin: 0 -30px;
    }
    #index-body .init-advan .advan-list ul li {
        padding: 12px;
    }
    #index-body .init-advan .advan-list ul li .box {
        padding: 20px;
    }
    #index-body .init-advan .advan-list ul li .tt{
        height: 3em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    #index-body .init-3 .bigimg ul li .box .txtbox .con {
        padding-top: 5%;
    }

    #index-body .init-4 .h-top .mk-desc {
        max-width: 494px;
    }

    #index-body .init-4 .h-bottom .h-news-list {
        min-height: unset;
    }

    /*#index-body .init-4 .h-bottom .h-news-list ul li.swiper-slide-active {
        width: 30% !important;
    }

    #index-body .init-4 .h-bottom .h-news-list ul li.swiper-slide-active+li {
        width: 30% !important;
    }

    #index-body .init-4 .h-bottom .h-news-list ul li.swiper-slide-active+li+li {
        width: 30% !important;
    }

    #index-body .init-4 .h-bottom .h-news-list ul li.swiper-slide-active+li+li+li {
        width: 30% !important;
    }*/
}

@media (max-width: 1000px) {
    body {
        line-height: 1.7;
    }

    #banner .banner-content {
        height: 400px;
    }
    .banner-video .banner-content{
        height: 48vw;
    }
    #banner .banner-content .swiper-tool-box {
        display: none;
    }
    #banner .banner-content .swiper-tool-box {
        width: 100%;
        height: 100%;
        padding: 0;
        background-image: none !important;
        bottom: 0;
        left: 0;
        pointer-events: none;
    }

    #banner .banner-content .swiper-tool-box ol {
        top: 0;
        left: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 50%);
        pointer-events: none;
    }

    #banner .banner-content .swiper-tool-box ol li {
        width: auto;
        bottom: 20px !important;
        left: 40px !important;
        top: auto !important;
    }

    #banner .banner-content .swiper-tool-box ol li .txtbox {
        position: static;
        transform: none;
    }

    #banner .banner-content .swiper-tool-box ol li::after {
        display: none;
    }

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

    #index-body .init-1 .h-top .mk-desc {
        max-width: 100%;
        margin-top: 10px;
    }

    .mk-tt .tt {
        line-height: 1.5;
    }

    .mk-tt br {
        display: none;
    }

    #index-body .init-2 .datashow ul li .box i {
        zoom: 0.8;
    }

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

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

    #index-body .init-advan .advan-list ul {
        margin: 0 -20px;
    }
    #index-body .init-advan .advan-list ul li {
        width: 50%;
    }
    #index-body .init-3 .bigimg ul li .box>img {
        height: 525px;
    }

    #index-body .init-3 .smallnav ul li .box {
        padding: 0 12px;
    }

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

    /*#index-body .init-4 .h-bottom .h-news-list ul li.swiper-slide-active {
        width: 50% !important;
    }

    #index-body .init-4 .h-bottom .h-news-list ul li.swiper-slide-active+li {
        width: 50% !important;
    }

    #index-body .init-4 .h-bottom .h-news-list ul li.swiper-slide-active+li+li {
        width: 50% !important;
    }

    #index-body .init-4 .h-bottom .h-news-list ul li.swiper-slide-active+li+li+li {
        width: 50% !important;
    }*/
}

@media (max-width: 700px) {
    #footer .footer-center .footer-t .footer-t-gird .logo {
        max-width: 100%;
    }

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

    #footer .footer-center .footer-t .footer-t-gird .logo>img {
        height: 40px;
        margin-bottom: 30px;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list p {
        margin-bottom: 15px;
    }

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

    #footer .footer-center .footer-t .footer-t-gird .t-list span {
        line-height: 28px;
    }

    .btn-go {
        zoom: 0.8;
    }

    #index-body .init-3 .bigimg ul li .box .txtbox .con {
        padding-top: 40px;
    }

    /*#index-body .init-4 .h-bottom .h-news-list ul li.swiper-slide-active {
        width: 100% !important;
    }

    #index-body .init-4 .h-bottom .h-news-list ul li.swiper-slide-active+li {
        width: 100% !important;
    }

    #index-body .init-4 .h-bottom .h-news-list ul li.swiper-slide-active+li+li {
        width: 100% !important;
    }

    #index-body .init-4 .h-bottom .h-news-list ul li.swiper-slide-active+li+li+li {
        width: 100% !important;
    }*/
}

@media (max-width: 500px) {
    #banner .banner-content .swiper-tool-box ol li .txtbox .text2 {
        width: auto;
    }

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

    #index-body .init-2 .datashow ul li .box {
        flex-direction: column;
        justify-content: center;
    }

    #index-body .init-2 .datashow ul li .box i {
        margin-right: 0;
    }

    #index-body .init-2 .datashow ul li .box .content {
        text-align: center;
        margin-top: 15px;
    }

    #index-body .init-2 .h-right .play {
        zoom: 0.6;
    }

    #index-body .init-advan .advan-list ul li {
        width: 100%;
    }
    #index-body .init-advan .advan-list ul li .tt{
        height: auto;
        display: block;
    }
    #index-body .init-advan .advan-list ul li .box{
        height: auto;
    }
}

/*----- inner page -----*/
.inner-banner {
  text-align: center;
  padding-top: 110px;
}
.inner-banner .con {
  width: 100%;
  height: 100%;
  padding: 110px 0;
}
.inner-banner .con .container {
  height: 100%;
}
.inner-banner .con .flexcon {
  height: 100%;
}
@media screen and (max-width: 1450px) {
  .inner-banner .con {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    padding-top: 0;
  }
  .inner-banner .con {
    padding: 60px 0;
  }
}


.m-page {
    text-align: center;
}

.m-page a,
.m-page span.current {
    border-radius: 50%;
    margin: 5px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.m-page a {
    background: #ffbca6;
    transition: all 0.5s;
}

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

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

#innerMobileBanner {
    margin-top: 60px;
}

/* ------------------ product-page ------------------ */
.inner-page .pro-sidebar-left {
    width: 28%;
    padding-right: 45px;
}

.inner-page .proymxg .pro-sidebar-left {
    width: 26%;
    padding-right: 60px;
    position: sticky;
    top:100px;
}

.inner-page .pro-sidebar-left .inner .inner-title {
    font-size: 22px;
    line-height: 2;
    color: #262626;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e7e7e7;
}

.inner-page .proymxg .pro-sidebar-left .inner .inner-title {
    color: #fff;
    line-height: 1.5;
    padding: 15px 25px;
    background-color: var(--color);
    border: 0;
}

.inner-page .pro-sidebar-left .inner .inner-search form {
    width: 100%;
    position: relative;
}

.inner-page .pro-sidebar-left .inner .inner-search form input[type="text"] {
    width: 100%;
    height: 55px;
    border: 1px solid #eee;
    padding: 10px 20px;
    padding-right: 5rem;
    font-size: 14px;
    color: #555;
}

.inner-page .pro-sidebar-left .inner .inner-search form input[type="submit"] {
    position: absolute;
    width: 43px;
    height: 43px;
    margin-right: 10px;
    border: none;
    background: url(/template/en/images/search.png) no-repeat center center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.inner-page .proymxg .pro-sidebar-left .inner .inner-cat {
    background-color: #3b3a3a;
    color: #fff;
}

.inner-page .proymxg .pro-sidebar-left .inner .inner-cat ul {
    padding: 25px;
}

.inner-page .pro-sidebar-left .inner .inner-cat ul>li.diyi {
    margin-bottom: 10px;
}

.inner-page .pro-sidebar-left .inner .inner-cat ul>li ol {
    display: none;
}

.inner-page .proymxg .pro-sidebar-left .inner .inner-cat ul>li>ol {
    margin-top: 10px;
    padding-left: 1em;
}

.inner-page .pro-sidebar-left .inner .inner-cat ul li.active>ol {
    display: block;
}

.inner-page .pro-sidebar-left .inner .inner-cat ul>li ol li {
    list-style-type: disc;
    margin-left: 20px;
}

.inner-page .pro-sidebar-left .inner .inner-cat ul>li.diyi>.benji a {
    font-size: 18px;
    line-height: 32px;
    padding: 2px 0;
    font-weight: 600;
    transition: all 0.5s;
}

.inner-page .pro-sidebar-left .inner .inner-cat ul>li ol li a {
    padding: 2px 0;
    font-size: 16px;
    line-height: 30px;
    transition: all 0.5s;
    color: #555555;
}

.inner-page .proymxg .pro-sidebar-left .inner .inner-cat ul>li ol li a {
    color: #fff;
}

.inner-page .pro-sidebar-left .inner .inner-cat ul>li.diyi ol.third>li a {
    color: #8f8f8f;
}

.inner-page .pro-sidebar-left .inner .inner-cat ul>li a:hover {
    color: var(--color) !important;
}

.inner-page .pro-sidebar-left .inner .inner-cat ul li.active>.benji a {
    color: var(--color) !important;
}

.inner-page .proymxg .pro-sidebar-left .inner .inner-cat ul li.active>.benji a {
    text-decoration: underline;
    color: #fff !important;
}

.inner-page .pro-sidebar-left .inner .inner-cat ul li.active>a {
    color: var(--color) !important;
}

.inner-page .pro-sidebar-left .inner .inner-cat ul>li .benji i {
    transition: all 0.5s;
    margin-top: 5px;
    transform: rotate(0);
}

.inner-page .pro-sidebar-left .inner .inner-cat ul li>.benji i.rotate {
    transform: rotate(90deg);
}

.inner-page .pro-sidebar-left .inner .inner-recent ul li {
    padding: 1.5rem 0;
}

.inner-page .pro-sidebar-left .inner .inner-recent ul li:first-child {
    padding-top: 0;
}

.inner-page .pro-sidebar-left .inner .inner-recent ul li 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;
}

.inner-page .pro-sidebar-left .inner .inner-recent ul li a .r-img {
    margin-right: 2rem;
}

.inner-page .pro-sidebar-left .inner .inner-recent ul li a .r-img img {
    height: 80px;
    max-width: 100px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.inner-page .pro-sidebar-left .inner .inner-recent ul li a .r-text p {
    line-height: 26px;
    font-weight: 600;
    display: -webkit-box;
    margin-bottom: 0.8rem;
}

.inner-page .pro-sidebar-left .inner .inner-recent ul li a .r-text span {
    color: #aaa;
    display: block;
    font-size: 14px;
    line-height: 1;
}

.inner-page .pro-sidebar-left .inner .inner-contact {
    position: relative;
}

.inner-page .pro-sidebar-left .inner .inner-contact>img {
    width: 100%;
}

.inner-page .pro-sidebar-left .inner .inner-contact .c-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
}

.inner-page .pro-sidebar-left .inner .inner-contact .c-box .btn-go {
    min-width: unset;
}

.inner-page .pro-sidebar-left .inner .inner-contact h5 {
    color: #fff;
    text-transform: uppercase;
    line-height: 2;
}

.inner-page .pro-sidebar-left .inner .inner-contact h6 {
    line-height: 1.4;
    color: #fff;
}

.inner-page .pro-sidebar-right {
    width: 72%;
}

.inner-page .proymxg .pro-sidebar-right {
    width: 74%;
    padding: 60px;
    background-color: #f7f7f7;
}

.product-page .pro-sidebar-right h1 {
    color: var(--color);
    line-height: 1;

}

.product-page .pro-sidebar-right .Auxil-catdes {
    margin-bottom: 20px;
    color: #7f7f7f;
}

.product-page .pro-sidebar-right .product-list ul {
    margin: 0 -16px;
}

.product-page .pro-sidebar-right .product-list ul li {
    width: 33.3%;
    padding: 0 16px;
    margin-bottom: 50px;
}

.product-page .pro-sidebar-right .product-list ul li .box .img-box {
    background: #f7f7f7;
}

.product-page .proymxg .pro-sidebar-right .product-list ul li .box .img-box {
    border: 1px solid #3b3a3a;
}

.product-page .pro-sidebar-right .product-list ul li .box .text {
    margin-top: 20px;
}

.product-page .pro-sidebar-right .product-list ul li .box .text a:hover {
    color: var(--color);
}




@media screen and (max-width: 1450px) {
    .product-page .proymxg .pro-sidebar-left {
        padding-right: 35px;
    }

    .product-page .proymxg .pro-sidebar-left .inner .inner-cat ul {
        padding: 18px;
    }

    .product-page .proymxg .pro-sidebar-left .inner .inner-title {
        font-size: 20px;
        padding: 15px;
    }

    .product-page .proymxg .pro-sidebar-left .inner .inner-cat ul>li.diyi>.benji a {
        font-size: 16px;
        line-height: 30px;
    }

    .product-page .proymxg .pro-sidebar-right {
        padding: 40px;
    }

    .product-page .pro-sidebar-right .product-list ul li {
        margin-bottom: 30px;
    }

    .inner-page .pro-sidebar-left .inner .inner-recent ul li a .r-img {
        margin-right: 1rem;
    }
}

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

    .inner-page .pro-sidebar-left .inner .inner-title {
        font-size: 20px;
    }

    .inner-page .proymxg .pro-sidebar-left .inner .inner-title {
        font-size: 18px;
    }

    .inner-page .pro-sidebar-left .inner .inner-recent ul li {
        padding: 1rem 0;
    }

    .inner-page .proymxg .pro-sidebar-left .inner .inner-cat ul {
        padding: 15px;
    }

    .inner-page .proymxg .pro-sidebar-right {
        padding: 30px;
    }

    .product-page .pro-sidebar-right .product-list ul {
        margin: 0 -8px;
    }

    .product-page .pro-sidebar-right .product-list ul li {
        padding: 0 8px;
    }

    .inner-page .pro-sidebar-left .inner .inner-contact .c-box {
        padding: 20px;
    }

    .inner-page .pro-sidebar-left .inner .inner-cat ul>li.diyi>.benji a {
        font-size: 17px;
    }
}


@media screen and (max-width: 1000px) {
    .phone_hide {
        display: none;
    }

    .inner-page .pro-sidebar-left {
        display: none;
    }

    .inner-page .pro-sidebar-right {
        width: 100% !important;
    }
}

@media screen and (max-width: 700px) {
    .product-page .pro-sidebar-right .product-list ul li {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .product-page .pro-sidebar-right .product-list ul li {
        width: 100%;
    }
}

.seoPublic .Auxil-news .list ul li a.img-box {
    height: auto;
}

.seoPublic .title {
    font-weight: 500;
}

@media screen and (max-width: 700px) {
    .seoPublic .title {
        font-size: 21px;
    }
}

@media screen and (max-width: 500px) {
    .seoPublic .title {
        font-size: 19px;
    }
}


@keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        transform: translate3d(-10%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftSmall {
    animation-name: fadeInLeftSmall
}

@keyframes fadeInRightSmall {
    from {
        opacity: 0;
        transform: translate3d(10%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightSmall {
    animation-name: fadeInRightSmall
}

@keyframes fadeInDownSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, -10%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownSmall {
    animation-name: fadeInDownSmall
}

@keyframes fadeOutDownSmall {
    from {
        opacity: 1;
        transform: none
    }

    to {
        opacity: 0;
        transform: translate3d(0%, 10%, 0)
    }
}

.fadeOutDownSmall {
    animation-name: fadeOutDownSmall
}

@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, 10%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpSmall {
    animation-name: fadeInUpSmall
}

/* ------------------ prodet-page ------------------ */
.prodet-page .prodet-1 {
    margin: 0 auto;
}

.prodet-page .prodet-1 .img .big-img {
    position: relative;
    overflow: hidden;
    border: 1px solid #b1b1b1;
}

.prodet-page .prodet-1 .img .big-img img {
    position: relative;
    max-height: 600px;
    display: block;
    margin: auto;
}

.prodet-page .prodet-1 .img .big-img .i2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}

.prodet-page .prodet-1 .img .big-img:hover .i2 {
    opacity: 1;
}

.prodet-page .prodet-1 .img .big-img .fd {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 20px;
}

.prodet-page .prodet-1 .img .big-img .fd a {
    display: block;
    width: 47px;
    height: 47px;
    line-height: 47px;
    border-radius: 50%;
    background: white;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
    text-align: center;
    font-size: 18px;
}

.prodet-page .prodet-1 .text {
    padding-left: 50px;
}

.prodet-page .prodet-1 .text h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 30px;
}

.prodet-page .prodet-1 .text .con {
    font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
}

.prodet-page .prodet-1 .text .m-link {
    margin-top: 35px;
}

.prodet-page .prodet-1 .text .m-link a {
    display: block;
    font-size: 17px;
    line-height: 1.8;
    color: #181818;
}

.prodet-page .prodet-1 .text .m-link a em {
    text-transform: uppercase;
}

.prodet-page .prodet-1 .text .btn-go{
    background: var(--color2);
}
.prodet-page .prodet-1 .text .btn-go:hover {
    border-color: var(--color2);
    color: var(--color2);
}

.prodet-page .prodet-1 .text .list {
    margin-top: 35px;
}

.prodet-page .prodet-1 .text .list p {
    font-size: 17px;
    line-height: 1.6;
    color: #181818;
}

.prodet-page .prodet-1 .text .list p a {
    display: inline-block;
    color: #83827F;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.prodet-page .prodet-1 .text .list p a:hover {
    color: var(--color);
}

.prodet-page .prodet-1 .text .list p span {
    color: #83827F;
}

.prodet-page .prodet-1 .img .gallery-img {
    margin-top: 35px;
}

.prodet-page .prodet-1 .img .gallery-img .slick-track {
    margin-left: 0;
}

.prodet-page .prodet-1 .img .gallery-img ul {
    margin-right: -20px;
}

.prodet-page .prodet-1 .img .gallery-img ul li {
    padding-right: 20px;
    cursor: pointer;
}

.prodet-page .prodet-1 .img .gallery-img ul li a {
    display: block;
    background: white;
    border: 1px solid #b1b1b1;
}

.prodet-page .prodet-1 .img .gallery-img ul li a img {
    display: block;
    max-height: 130px;
    margin: auto;
}

.prodet-page .prodet-2 {
    padding: 65px 0;
}

.prodet-page .prodet-2 .options {
    margin-bottom: 35px;
}

.prodet-page .prodet-2 .options ul li {
    display: inline-block;
    padding: 3px 6px;
    margin: 0 -6px;
    position: relative;
    border-radius: 4px 4px 0 0;
}

.prodet-page .prodet-2 .options ul li a {
    padding: 21px;
    min-width: 278px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1.5px;
    border-top: 2px solid transparent;
    font-weight: bold;
    background: white;
    color: #181818;
    display: block;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.prodet-page .prodet-2 .options ul li:hover a,
.prodet-page .prodet-2 .options ul li.active a {
    background: var(--color);
    border-top-color: #181818;
    color: white;
}

.prodet-page .prodet-2 .ret .slide .content {
    font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
}

.prodet-page .prodet-2 .ret .slide .con h4 {


    margin-bottom: 25px;

}

.prodet-page .prodet-2 .ret .slide .con .left {
    padding: 0 15px;
}

.prodet-page .prodet-2 .ret .slide .con .left ul {
    margin-bottom: -20px;
}

.prodet-page .prodet-2 .ret .slide .con .left ul li {
    padding-bottom: 20px;
}

.prodet-page .prodet-2 .ret .slide .con .left ul li .desc {
    font-size: 16px;
    line-height: 1.8;
    color: #83827F;
    margin-top: 10px;
}

.prodet-page .prodet-2 .ret .slide .con .left ul li span {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
}

.prodet-page .prodet-2 .ret .slide .con .right {
    padding: 0 15px;
}

.prodet-page .prodet-2 .ret .slide .con .right p {
    font-size: 18px;
    line-height: 32px;
    color: #83827F;
}

.prodet-page .prodet-2 .ret .slide .con .right form {
    margin-top: 24px;
}

.prodet-page .prodet-2 .ret .slide .con .right form ul {
    margin-bottom: -24px;
}

.prodet-page .prodet-2 .ret .slide .con .right form ul li {
    margin-bottom: 24px;
}

.prodet-page .prodet-2 .ret .slide .con .right form ul li label {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #181818;
    font-weight: 500;
}

.prodet-page .prodet-2 .ret .slide .con .right form ul li input,
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
    padding: 10px 0;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #d1d0c8;
    font-size: 20px;
}

.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate {
    margin-top: 7px;
}

.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i {
    font-size: 17px;
    color: var(--color);
    position: relative;
    width: 17px;
    display: inline-block;
    cursor: pointer;
}

.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i::after {
    content: "\f006";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 17px;
    font-family: 'fontAwesome';
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i:hover::after,
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i.active::after {
    content: "\f005";
}

.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
    height: 96px;
}

.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="checkbox"] {
    display: inline-block;
    padding: 0;
    width: auto;
    vertical-align: middle;
}

.prodet-page .prodet-2 .ret .slide .con .right form ul li span {
    font-size: 14px;
    color: #a7a7a7;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

.prodet-page .prodet-2 .ret .slide .con .right form ul li .more {
    padding: 0;
}

.prodet-page .prodet-2 .ret .slide .con .right form ul li .btn-go{
    background:var(--color2);
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .btn-go:hover{
    border-color: var(--color2);
    color: var(--color2);
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="submit"] {
    padding: 0 45px;
    width: 100%;
    border: none;
}

.prodet-page .prodet-3 {
    padding-top: 75px;
}

.prodet-page .prodet-3 h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 55px;
}

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

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

.prodet-page .prodet-3 .content ul li .img {
    position: relative;
}

.prodet-page .prodet-3 .content ul li .img .img-box {
    display: block;
    border: 1px solid #d3d3d3;
}

.prodet-page .prodet-3 .content ul li .img .img-box img {
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.prodet-page .prodet-3 .content ul li .img .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.prodet-page .prodet-3 .content ul li .img .icon a {
    display: inline-block;
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background: white;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.prodet-page .prodet-3 .content ul li .img .icon a img {
    display: inline-block;
    vertical-align: middle;
}

.prodet-page .prodet-3 .content ul li .img:hover .img-box img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.prodet-page .prodet-3 .content ul li .img:hover .icon {
    opacity: 1;
}

.prodet-page .prodet-3 .content ul li .text {
    padding-top: 25px;
}

.prodet-page .prodet-3 .content ul li .text h3 {
    font-size: 18px;
    line-height: 32px;
    min-height: 4rem;
    margin-bottom: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.prodet-page .prodet-3 .content ul li .text .con {
    font-size: 18px;
    line-height: 32px;
    color: #83827F;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

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

@media screen and (max-width: 1700px) {
    .prodet-page .prodet-1 {
        width: 100%;
    }
}

@media screen and (max-width: 1450px) {
    .prodet-page .prodet-3 h3 {
        font-size: 36px;
    }
}

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

    .prodet-page .prodet-1 .text {
        padding-left: 20px;
    }

    .prodet-page .prodet-1 .text h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .prodet-page .prodet-1 .text .con {
        font-size: 16px;
        line-height: 30px;
    }

    .prodet-page .prodet-1 .text .more {
        margin-top: 15px;
    }

    .prodet-page .prodet-1 .text .list {
        margin-top: 15px;
    }

    .prodet-page .prodet-2 .ret .slide .con .left {
        width: 100%;
        padding: 15px 0;
    }

    .prodet-page .prodet-2 .ret .slide .con .right {
        width: 100%;
        padding: 0;
    }

    .prodet-page .prodet-3 h3 {
        font-size: 32px;
    }
}

@media screen and (max-width: 700px) {
    #innerMobileBanner .banner2 .text {
        font-size: 24px;
    }

    .prodet-page {
        padding: 30px 0;
    }

    .prodet-page .prodet-1 .img {
        width: 100%;
    }

    .prodet-page .prodet-1 .text {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .prodet-page .prodet-2 {
        padding-top: 30px;
    }

    .prodet-page .prodet-2 .options {
        margin-bottom: 20px;
    }

    .prodet-page .prodet-2 .options ul li a {
        min-width: 230px;
        padding: 10px 0;
    }

    .prodet-page .prodet-2 .ret .slide .content {
        font-size: 16px;
    }

    .prodet-page .prodet-3 {
        padding-top: 30px;
    }

    .prodet-page .prodet-3 h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }

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

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

    .prodet-page .prodet-3 .content ul li .text {
        padding-top: 15px;
    }

    .prodet-page .prodet-3 .content ul li .text h3 {
        font-size: 18px;
        line-height: 32px;
    }

    .prodet-page .prodet-3 .content ul li .text .con {
        font-size: 16px;
        line-height: 30px;
    }

    .prodet-page .prodet-1 .img .big-img {
        height: auto;
    }
}

@media screen and (max-width: 500px) {
    .prodet-page .prodet-1 .text h1 {
        font-size: 20px;
        line-height: 1.6;
    }

    .prodet-page .prodet-1 .text .list p {
        font-size: 16px;
    }

    .prodet-page .prodet-2 .options ul li {
        display: block;
        width: 100%;
    }

    .prodet-page .prodet-2 .options ul li a {
        min-width: auto;
        width: 100%;
    }

    .prodet-page .prodet-3 h3 {
        font-size: 22px;
    }

    .prodet-page .prodet-2 .ret .slide .con .left {
        display: none;
    }
}

@media screen and (max-width: 1400px) {
    .seoPublic .Auxil-about .box .right .text {
        line-height: 28px;
    }
}


/* ------------------ about-page ------------------ */
.positioning {
  border-bottom: 1px solid #d6d6de;
}
.positioning ul li a {
  display: block;
  padding: 30px 40px;
  text-align: center;
  position: relative;
  transition: all 0.5s;
}
.positioning ul li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: transparent;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.5s;
}
.positioning ul li.active a {
  background-color: #eeeeee;
}
.positioning ul li.active a::after {
  background-color: #2a50ba;
}
.positioning ul li:hover a {
  background-color: #eeeeee;
}
.positioning ul li:hover a::after {
  background-color: var(--color2);
}
.about-page .about-1 .con .left {
  width: 51.4%;
}
.about-page .about-1 .con .left .desc {
  color: #333333;
  max-height: 620px;
  overflow-y: auto;
}
.about-page .about-1 .con .right {
  width: 48%;
  padding-left: 6%;
}
.about-page .about-1 .con .right .swiper-pagination {
  position: static;
}
.about-page .about-1 .con .right .swiper-pagination span {
  width: 15px;
  height: 15px;
  background-color: #d6d6de;
  opacity: 1;
}
.about-page .about-1 .con .right .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #2a50ba;
}
.about-page .about-1 .con .right .datashow ul li .data {
  color: #202020;
  transition: all 0.5s;
}
.about-page .about-1 .con .right .datashow ul li:hover .data {
  color: var(--color2);
}
.about-page .about-1 .con .right .swiper {
  margin-right: 0!important;
}
.about-page .about-2 .list {
  position: relative;
}
.about-page .about-2 .list::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.about-page .about-2 .list ul li .box {
  height: 572px;
  position: relative;
  padding-left: 35px;
}
.about-page .about-2 .list ul li .box .text {
  height: 8em;
  overflow-y: auto;
}
.about-page .about-2 .list ul li .box .text ul{
    padding-left: 20px!important;
}
.about-page .about-2 .list ul li .box::before {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 6px;
  top: 50%;
}
.about-page .about-2 .list ul li .box::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
}
.about-page .about-2 .list ul li:nth-child(odd) .box {
  justify-content: flex-end;
}
.about-page .about-2 .list ul li:nth-child(even) .box {
  justify-content: flex-start;
}
.about-page .about-2 .list ul li:nth-child(even) .box::before {
  top: 0;
}
.about-page .about-3 .cat li {
  width: 224px;
  height: 50px;
  background-color: #eeeeee;
  transform: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-page .about-3 .cat li.active {
  background-color: #2a50ba;
  color: #fff;
}
.about-page .about-3 .cat li:hover {
  background-color: #2a50ba;
  color: #fff;
}
.about-page .about-3 .list {
  position: relative;
}
.about-page .about-3 .list .swiper {
  padding: 50px 0 120px;
}
.about-page .about-3 .list .swiper:not(.swiper-1) {
  display: none;
}
.about-page .about-3 .list ul li {
  perspective: 1062px;
}
.about-page .about-3 .list ul li .imgbox {
  transform-origin: center;
  transition: all 0.5s;
}
.about-page .about-3 .list ul li .imgbox img {
  -webkit-box-reflect: below -5px linear-gradient(transparent, transparent 74%, rgba(255, 255, 255, 0.2));
}
.about-page .about-3 .list ul li.swiper-slide-prev .imgbox {
  transform: scale(1.4, 1.3) rotateY(40deg);
  transform-origin: 0 center;
}
.about-page .about-3 .list ul li.swiper-slide-active .imgbox {
  transform: scale(1.32, 1.19) rotateY(30deg);
  transform-origin: 0 center;
}
.about-page .about-3 .list ul li.swiper-slide-active + li + li + li + li .imgbox {
  transform: scale(1.32, 1.19) rotateY(-30deg);
  transform-origin: right center;
}
.about-page .about-3 .list ul li.swiper-slide-active + li .imgbox {
  transform: scale(1.07, 1.04) rotateY(15deg) translateX(16px);
}
.about-page .about-3 .list ul li.swiper-slide-active + li + li + li .imgbox {
  transform: scale(1.07, 1.04) rotateY(-15deg) translateX(-16px);
}
.about-page .about-3 .list ul li.swiper-slide-active + li + li + li + li + li .imgbox {
  transform: scale(1.4, 1.3) rotateY(-40deg);
}
.about-page .about-4 {
  overflow: hidden;
  position: relative;
  background-position: center;
}
.about-page .about-4 .center {
  width: 847px;
  height: 847px;
  margin: 0 auto;
  padding: 52px;
  background-color: rgba(255, 255, 255, 0.27);
  border-radius: 50%;
  position: relative;
}
.about-page .about-4 .center .imgbox {
  padding: 96px;
  background-color: rgba(255, 255, 255, 0.27);
  border-radius: 50%;
}
.about-page .about-4 .center .imgbox .conbox {
  position: relative;
}
.about-page .about-4 .center .imgbox .con {
  position: relative;
}
.about-page .about-4 .center .imgbox .con .txtbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
.about-page .about-4 .center .imgbox .con:not(:nth-child(1)) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.about-page .about-4 .center::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/plcd/2026/03/09/4a64da654f.png);
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
.about-page .about-4 .center .mission-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.about-page .about-4 .center .mission-list ul li {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: all;
}
.about-page .about-4 .center .mission-list ul li .box {
  background-color: #fff;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
.about-page .about-4 .center .mission-list ul li .box img {
  transition: all 0.5s;
}
.about-page .about-4 .center .mission-list ul li .box::after {
  content: "";
  display: block;
  border-radius: 50%;
  border: dashed 2px #ffffff;
  position: absolute;
  top: -12px;
  left: -12px;
  bottom: -12px;
  right: -12px;
}
.about-page .about-4 .center .mission-list ul li:hover .box {
  background-color: #2a50ba;
}
.about-page .about-4 .center .mission-list ul li:hover .box img {
  filter: brightness(0) invert(1);
}
.about-page .about-4 .center .mission-list ul li:hover .box::after {
  opacity: 0;
}
.about-page .about-4 .center .mission-list ul li.active .box {
  background-color: #2a50ba;
}
.about-page .about-4 .center .mission-list ul li.active .box img {
  filter: brightness(0) invert(1);
}
.about-page .about-4 .center .mission-list ul li.active .box::after {
  opacity: 0;
}
.about-page .about-4 .center .mission-list ul li.num1 {
  animation: move 70s linear infinite;
}
.about-page .about-4 .center .mission-list ul li.num2 {
  animation: move0 20s linear infinite alternate;
  animation-delay: 0.2s;
}
.about-page .about-4 .center .mission-list ul li.num3 {
  animation: move1 20s linear infinite alternate;
  animation-delay: 0.2s;
}
.about-page .about-4 .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@keyframes move {
  0% {
    transform: translate(-50%, -50%) rotate(360deg) translateX(calc(-330%)) rotate(-360deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg) translateX(calc(-330%)) rotate(0deg);
  }
}
@keyframes move0 {
  0% {
    transform: translate(-50%, -50%) rotate(-40deg) translateX(calc(470%)) rotate(40deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(40deg) translateX(calc(470%)) rotate(-40deg);
  }
}
@keyframes move1 {
  0% {
    transform: translate(-50%, -50%) rotate(-40deg) translateX(calc(-470%)) rotate(40deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(40deg) translateX(calc(-470%)) rotate(-40deg);
  }
}
@media screen and (max-width: 1700px) {
  .about-page .about-1 .con .right .swiper {
    margin-right: calc((1370px - 100vw) / 2);
  }
  .about-page .about-2 .list ul li .box {
    height: 495px;
  }
  .about-page .about-4 .center {
    width: 700px;
    height: 700px;
  }
  .about-page .about-4 .bg {
    zoom: 0.84;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-1 .con .right .swiper {
    margin-right: calc((1170px - 100vw) / 2);
  }
  .about-page .about-2 .list ul li .box {
    height: 460px;
  }
  .about-page .about-4 .center {
    width: 600px;
    height: 600px;
  }
  .about-page .about-4 .center .imgbox {
    padding: 70px;
  }
  .about-page .about-4 .bg {
    zoom: 0.7;
  }
  .about-page .about-4 .center .mission-list ul li .box {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-1 .con .right .swiper {
    margin-right: calc((970px - 100vw) / 2);
  }
  .positioning {
    display: none;
  }
  .about-page .about-4 .center {
    width: 500px;
    height: 500px;
  }
  .about-page .about-4 .bg {
    zoom: 0.6;
  }
  .about-page .about-4 .center .mission-list ul li .box {
    zoom: 0.7;
  }
  .about-page .about-4 .center .imgbox {
    padding: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .con .left {
    width: 100%;
  }
  .about-page .about-1 .con .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
  .about-page .about-1 .con .right .swiper {
    margin-right: 0;
  }
  .about-page .about-2 .list ul li .box {
    height: auto;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .about-page .about-2 .list::after {
    top: auto;
    bottom: 6px;
  }
  .about-page .about-2 .list ul li .box::after {
    bottom: 6px;
  }
  .about-page .about-2 .list ul li .box::before {
    top: 0;
    height: 100%;
  }
  .about-page .about-3 .list ul li .imgbox {
    -webkit-transform: scale(1) rotateY(0deg) !important;
    -moz-transform: scale(1) rotateY(0deg) !important;
    transform: scale(1) rotateY(0deg) !important;
  }
  .about-page .about-3 .list .swiper {
    padding: 20px 0 50px;
  }
  .about-page .about-3 {
    margin-top: -30px;
    padding-top: 90px;
  }
  .about-page .about-4 .center .mission-list {
    display: none;
  }
  .about-page .about-4 .center {
    width: 300px;
    height: 300px;
    padding: 0;
  }
  .about-page .about-4 .center .imgbox {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .con .right .datashow ul li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
  }
  .about-page .about-3 .cat ul {
    flex-wrap: wrap;
  }
  .about-page .about-3 .cat li {
    width: 100%;
  }
}



/* ------------------ gallery-page ------------------ */

.gallery-page ul {
    margin: -15px;
}

.gallery-page ul li {
    padding: 15px;
}

.gallery-page ul li a {
    display: block;
    background: white;
}

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

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

.faq-page .marginBox .h2 {
    line-height: 1.2;
    margin-top: 12px;
}

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

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

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

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

.faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 1.8em;
    display: block;
}

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

.faq-page .marginBox .box .left .box2 .slide .nav ul li a {
    word-break: break-all;
}

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

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

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

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

.faq-page .marginBox .box .right .list ul li span.title {
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    color: #242424;
    text-align: left;
    display: block;
    position: relative;
    /*padding-left: 25px;*/
}

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

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

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

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

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

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

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

@media screen and (max-width: 1100px) {
    .faq-page .marginBox .box .left {
        display: none;
    }

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

/* ------------------ contact-page ------------------ */

.contact-page .contact-1 .left form ul {
    margin: 0 -30px -37px 0;
}

.contact-page .contact-1 .left form ul li {
    padding: 0 30px 37px 0;
}

.contact-page .contact-1 .left form ul li .box {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d1d0c8;
}

.contact-page .contact-1 .left form ul li .box input,
.contact-page .contact-1 .left form ul li .box textarea {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 0 13px 36px;
    font-size: 16px;
    line-height: 30px;
    color: #7b7b7b;
}

.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
    color: #83827F;
}

.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
    color: #83827F;
}

.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
    color: #83827F;
}

.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
    color: #83827F;
}

.contact-page .contact-1 .left form ul li .box input::placeholder,
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
    color: #83827F;
}

.contact-page .contact-1 .left form ul li .box i {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 20px;
}

.contact-page .contact-1 .left form ul li .box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.contact-page .contact-1 .left form ul li .more {
    padding: 0;
    vertical-align: middle;
}

.contact-page .contact-1 .left form ul li .more i {
    margin-right: 6px;
    display: inline-block;
}

.contact-page .contact-1 .left form ul li .btn-go input[type="submit"] {
    background: transparent;
    border: none;
    width: 100%;
    padding: 0 40px;
}
.contact-page .contact-1 .left form ul li .btn-go{
    background: var(--color2);
}
.contact-page .contact-1 .left form ul li .btn-go:hover{
    border-color: var(--color2);
    color: var(--color2);
}
.contact-page .contact-1 .left form ul li p {
    display: inline-block;
    vertical-align: middle;
    padding-left: 26px;
    font-size: 14px;
    line-height: 28px;
    color: #83827F;
}

.contact-page .contact-1 .left form ul li p span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

.contact-page .contact-1 .left form ul li:hover .box::before,
.contact-page .contact-1 .left form ul li.active .box::before {
    width: 100%;
}

.contact-page .contact-1 .left form ul li.wid-100 {
    width: 100% !important;
}

.contact-page .contact-1 .right {
    padding-left: 7.65%;
}

.contact-page .contact-1 .right .title {
    line-height: 1.2;
}

.contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
    color: #83827F;
    margin-top: 7px;
}

.contact-page .contact-1 .right .list {
    margin-top: 22px;
}

.contact-page .contact-1 .right .list ul li {
    color: #83827F;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}

.contact-page .contact-1 .right .list ul li i {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    width: 20px;
    text-align: center;
    margin-top: 5px;
}

.contact-page .contact-1 .right .list ul li span {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    padding-left: 20px;
}

.contact-page .contact-1 .right .list ul li:last-child {
    margin-bottom: 0;
}



.contact-page .contact-2 #mapContainer {
    height: 520px;
}

@media screen and (max-width: 1280px) {
    .contact-page .contact-1 .right {
        padding-left: 5.65%;
    }
}

@media screen and (max-width: 1000px) {
    .contact-page {
        padding-top: 60px;
    }

    .contact-page .contact-1 .left {
        width: 100%;
    }

    .contact-page .contact-1 .right {
        width: 100%;
        padding: 30px 0 0 0;
    }
    .contact-page .contact-2 #mapContainer {
        height: 360px;
    }
}

@media screen and (max-width: 700px) {
    .contact-page {
        padding-top: 30px;
    }

    .contact-page .contact-1 .left form ul li .more {
        padding: 18px 20px;
    }


}

@media screen and (max-width: 500px) {
    .contact-page .contact-1 .left form ul li .more {
        padding: 2px 12px;
    }

    .contact-page .contact-1 .left form ul li p {
        display: block;
        padding: 10px 0 0 0;
    }

    .contact-page .contact-1 .left form ul {
        margin-bottom: -20px;
    }

    .contact-page .contact-1 .left form ul li {
        padding-bottom: 20px;
    }

    .contact-page .contact-1 .left form ul li .box input,
    .contact-page .contact-1 .left form ul li .box textarea {
        padding: 10px 0 10px 36px;
    }

    .contact-page .contact-1 .right p {
        font-size: 16px;
        line-height: 30px;
    }

    .contact-page .contact-1 .right .list ul li {
        font-size: 16px;
    }

    .contact-page .contact-2 #mapContainer {
        height: 260px;
    }
}

/* ------------------ solution-page ------------------ */
.solu-1 {
    background: #ed4e19;
    color: #fff;
    padding: 30px;
}

.solu-1 .ui.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.solu-1 .ui.container .left {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
}

.solu-1 .ui.container .logo {
    width: 95px;
    opacity: 0.5;
}

.solu-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    width: 100%;
    left: 0;
    padding: 30px 0;
    z-index: 3;
    background: #fff;
}

.solu-2 .navbox {
    position: relative;
}

.solu-2 .navbox ul.navlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
}

.solu-2 .navbox ul.navlist li {
    display: inline-block;
    border-bottom: 3px solid transparent;
    padding: 30px 0;
    margin-bottom: -1.5px;
}

.solu-2 .navbox ul.navlist li.active {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    border-color: #133e60;
}

.solu-2 .navbox ul.navlist li a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.solu-2 .navbox ul.navlist li a img {
    margin-right: 25px;
}

.solu-2 .navbox ul.navlist li a em {
    font-family: "rom";
}

.solu-3 {
    padding-top: 75px;
    padding-bottom: 110px;
}

.solu-3 .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.solu-3 .top .left {
    padding-right: 85px;
}

.solu-3 .top .left img {
    width: 100%;
}

.solu-3 .top .right {
    text-align: left;
}

.solu-3 .top .right p {
    margin: 20px 0 40px;
}

.solu-3 .bottom {
    margin-top: 75px;
}

.solu-3 .bottom ul {
    margin: 0 -10px;
}

.solu-3 .bottom ul li {
    padding: 0 10px;
}

.solu-5 ul.solulist2 li {
    /*margin-bottom: 100px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.solu-5 ul.solulist2 li:nth-of-type(2n+1) {
    flex-direction: row-reverse;
}

.solu-5 ul.solulist2 li .text {
    width: 40%;
    max-width: 455px;
}

.solu-5 ul.solulist2 li .text .h3 {
    padding: 0 35px;
    border-left: 3px solid #ed4e19;
    margin-bottom: 25px;
    font-weight: 600;
}

.solu-5 ul.solulist2 li .text span {
    font-family: "rom";
    text-transform: uppercase;
    color: #000;
    opacity: .5;
}

.solu-5 ul.solulist2 li .text .p-tetx {
    margin-top: 15px;
    font-size: 16px;
    line-height: 32px;
    height: 200px;
    overflow-y: auto;
}

.solu-5 ul.solulist2 li .imgbox {
    width: -webkit-calc(100% - 520px);
    width: -moz-calc(100% - 520px);
    width: calc(100% - 520px);
}

.solu-5 ul.solulist2 li .imgbox img {
    width: 100%;
}

@media screen and (max-width: 1500px) {
    .solu-3 .top .left {
        padding-right: 10px;
    }

    .solu-3 .top .right p {
        max-height: 200px;
        overflow-y: auto;
    }

    .solu-2 {
        top: 40px;
    }
}

@media screen and (max-width: 1250px) {
    .solu-5 ul.solulist2 li .imgbox {
        width: 57%;
    }
}

@media screen and (max-width: 1000px) {
    .solu-3 .top .left {
        padding-right: 10px;
    }

    .solu-3 .top .right p {
        max-height: 200px;
        overflow-y: auto;
    }

    .solu-5 ul.solulist2 li .imgbox {
        width: 100%;
    }

    .solu-5 ul.solulist2 li .text {
        width: 100%;
        max-width: none;
        margin-top: 0;
    }

    .solu-5 ul.solulist2 li .text .p-tetx {
        height: auto;
    }

    .solu-2 {
        top: 40px;
    }
}

@media screen and (max-width: 700px) {
    .solu-4 {
        display: none;
    }

    .solu-1 .ui.container {
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }

    .solu-1 .ui.container .left {
        width: 100%;
    }

    .solu-1 .ui.container .logo {
        width: 100%;
        text-align: center;
    }

    .solu-3 .top .left {
        width: 100%;
        padding-right: 0;
    }

    .solu-3 .top .right {
        width: 100%;
        padding-left: 0;
    }


    .solu-5 ul.solulist2 li:nth-child(2n) {
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
}

@media screen and (max-width: 500px) {
    .solu-2 .navbox ul.navlist li {
        width: 100%;
    }

    .solu-5 ul.solulist2 li .text .h3 {
        padding: 0 15px;
    }
}

/* ------------------ solutiondet-page ------------------ */
.m-link a{
    display: block;margin-top: 6px;
}
.solutiondet-page .init-1 .container .left {
    vertical-align: middle;
    padding: 0 50px 0 0;
    position: relative;
    position: sticky;
    top: 100px;
}

.solutiondet-page .init-1 .container .left .btn {
    position: absolute;
    top: 38%;
    right: 40px;
    width: 26px;
    color: #a5a5a5;
    font-size: 60px;
    cursor: pointer;
    font-weight: bold;
    z-index: 2;
}

.solutiondet-page .init-1 .container .left .btn:hover {
    color: var(--color);
}

.solutiondet-page .init-1 .container .left .prev {
    left: 0;
}

.solutiondet-page .init-1 .container .left .slick li .box {
    position: relative;
}

.solutiondet-page .init-1 .container .left .slick li .box .img {
    display: block;
}

.solutiondet-page .init-1 .container .left .slick li .box .img img {
    width: 100%;
}

.solutiondet-page .init-1 .container .left .slick li .box .play {
    width: 80px;
    height: 80px;
    position: absolute;
    line-height: 80px;
    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%);
    cursor: pointer;
}

.solutiondet-page .init-1 .container .left .slick li .box .play .ling {
    -webkit-animation: ks 3s linear infinite;
    -moz-animation: ks 3s linear infinite;
    -o-animation: ks 3s linear infinite;
    animation: ks 3s linear infinite;
}

.solutiondet-page .init-1 .container .left .slick li .box .play .ling:first-child {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.solutiondet-page .init-1 .container .left .slick li .box .play .ling {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 50%;
}

.solutiondet-page .init-1 .container .left .slick li .box .play .cont {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 30px;
    background-color: var(--color);
    border: 1px solid var(--color);
    text-align: center;
    border-radius: 50%;
}

.solutiondet-page .init-1 .container .left .slick li .box .play .cont i {
    margin-left: 4px;
}

.solutiondet-page .init-1 .container .left .slick li .box .play:hover .cont {
    color: var(--color);
    background-color: #fff;
}

.solutiondet-page .init-1 .container .right {
    vertical-align: middle;
    padding-left: 30px;
}

.solutiondet-page .init-1 .container .right .cat_name {
    color: var(--color);
    display: inline-block;
    border-bottom: 1px solid var(--color);
    line-height: 1;
}

.solutiondet-page .init-1 .container .right .title {
    margin-top: 15px;
    font-weight: bold;
}

.solutiondet-page .init-1 .container .right .des {
    color: #393939;
    line-height: 1.8;
    margin-top: 30px;
}

.solutiondet-page .init-1 .container .right .more_c {
    margin-top: 10px;
}

.solutiondet-page .init-1 .container .right .more_c .more {
    margin: 30px 30px 0 0;
    display: inline-block;
    margin-top: 15px;
    padding: 14px 33px;
    border-radius: 4px;
    border: 1px solid #7d7d7d;
}

.solutiondet-page .init-1 .container .right .more_c .more .fa-long-arrow-right:before {
    margin-left: 20px;
}

.solutiondet-page .init-1 .container .right .more_c .more span,
.solutiondet-page .init-1 .container .right .more_c .more img {
    vertical-align: middle;
    font-size: 18px;
}

.solutiondet-page .init-1 .container .right .more_c .more img {
    margin-left: 20px;
    width: 20px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.solutiondet-page .init-1 .container .right .more_c .more:hover {
    background-color: var(--color);
    color: #fff;
    border-color: var(--color);
}

.solutiondet-page .init-1 .container .right .more_c .more:hover img {
    -webkit-filter: grayscale(0) brightness(6);
    filter: grayscale(0) brightness(6);
}

.solutiondet-page .init-2 {
    margin-top: 80px;
}

.solutiondet-page .init-2 .container .title_list {
    border-bottom: 1px solid var(--color);
}

.solutiondet-page .init-2 .container .title_list .list {
    font-weight: bold;
    background-color: var(--color);
    border: 1px solid var(--color);
    color: #fff;
    padding: 10px 50px;
    width: auto;
    margin-right: 40px;
    cursor: pointer;
}

.solutiondet-page .init-2 .container .title_list .list.active {
    background-color: #fff;
    color: var(--color);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.solutiondet-page .init-2 .container .content_list {
    padding-top: 50px;
}

.solutiondet-page .init-2 .container .content_list .list {
    font-size: 18px;
    line-height: 1.8;
    display: none;
}

.solutiondet-page .init-2 .container .content_list .list table {
    border: none;
    width: 100% !important;
}

.solutiondet-page .init-2 .container .content_list .list table tr {
    background-color: #fff;
}

.solutiondet-page .init-2 .container .content_list .list table tr td {
    border: 1px solid #3b3b3b;
    padding: 10px;
    min-width: 120px;
}

.pro_public .init-related {
  background-color: #f7f7f7;
}
.pro_public .init-related .container .tips {
  text-align: center;
}
.pro_public .init-related .container .content {
  margin-top: 40px;
}
.pro_public .init-related .container .content .slick1 .slick-list {
  margin: 0 -25px;
}
.pro_public .init-related .container .content .slick1 li {
  padding: 0 25px;
}
.pro_public .init-related .container .content .slick1 li .box .img {
  background-color: #fff;
  display: block;
  padding: 10px;
}
.pro_public .init-related .container .content .slick1 li .box .text {
  display: block;
  margin-top: 20px;
}
.pro_public .init-related .container .content .slick1 li .box .text:hover {
  color: #e62923;
}
@media screen and (max-width: 1450px){
    .pro_public .init-related .container .content .slick1 .slick-list {
  margin: 0 -10px;
    }
    .pro_public .init-related .container .content .slick1 li {
    padding: 0 10px;
    }
}
@media screen and (max-width: 1250px) {
    .solutiondet-page .init-1 .container .left{
        padding: 0 15px 0 0;
    }
}
@media screen and (max-width: 1000px) {
    .solutiondet-page .init-1 .container .left {
        width: 100%;
        padding:0;
        position: relative;top: 0;
    }

    .solutiondet-page .init-1 .container .right {
        width: 100%;
        margin-top: 40px;
        text-align: center;
        padding-left: 0;
    }

    .solutiondet-page .init-2 .container .title_list .list {
        margin-right: 10px;
    }

    .solutiondet-page .init-2 .container .title_list .list p {
        font-size: 20px;
    }
    .pro_public .init-related .container .content .slick1 li .box .text {
    text-align: center;
  }
}

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

    .solutiondet-page .init-1 .container .left .next {
        right: 0;
    }

    .solutiondet-page .init-1 .container .right .more_c .more {
        margin-top: 10px;
        margin-right: 10px;
        padding: 6px 16px;
        border-radius: 4px;
    }

    .solutiondet-page .init-2 {
        margin-top: 40px;
    }

    .solutiondet-page .init-2 .container .title_list {
        border: none;
    }

    .solutiondet-page .init-2 .container .title_list .list {
        padding: 6px 12px;
        width: 100%;
        text-align: center;
        margin: 10px 0 0 0;
    }

    .solutiondet-page .init-2 .container .title_list .list p {
        font-size: 18px;
    }

    .solutiondet-page .init-2 .container .content_list {
        padding-top: 30px;
    }
      .pro_public .init-related .container .content {
    margin-top: 20px;
  }
  .pro_public .init-related .container .content .slick1 li .box .img {
    padding: 16px;
  }
}



/*----- news-page -----*/
.news-page .news-1 ul {
  margin: -40px -8px;
}

.news-page .news-1 ul li {
  width: 33.3%;
  padding: 40px 8px;
}

.news-page .news-1 ul li .box .time {
  color: #777777;
}

.news-page .news-1 ul li .box .btn-more {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s;
  opacity: 0;
}

.news-page .news-1 ul li .box .btn-more span {
  border-bottom: 1px solid #777777;
  line-height: 1;
  transition: all 0.5s;
}

.news-page .news-1 ul li .box .btn-more i {
  padding-left: 20px;
  font-size: 23px;
  color: var(--color2);
  font-weight: bold;
  transition: all 0.5s;
}

.news-page .news-1 ul li .box .btn-more:hover {
  color: var(--color);
}

.news-page .news-1 ul li .box .btn-more:hover span {
  border-color: var(--color);
}

.news-page .news-1 ul li .box .btn-more:hover i {
  transform: translateX(-3px);
}

.news-page .news-1 ul li .box:hover .btn-more {
  opacity: 1;
}

@media screen and (max-width: 1700px) {
  .news-page .news-1 ul li {
    padding: 30px 8px;
  }
}

@media screen and (max-width: 1450px) {
  .news-page .news-1 ul li {
    padding: 20px 8px;
  }
}

@media screen and (max-width: 1250px) {
  .news-page .news-1 ul li {
    padding: 15px 8px;
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .news-page .news-1 ul li {
    padding: 10px 8px;
    width: 100%;
  }
}
/* ------------------ newdet-page ------------------ */
.newdet-page .header {
    padding: 55px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
}

.newdet-page .header .categoty {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: var(--color2);
    padding: 5px 15px;
    text-transform: uppercase;
}

.newdet-page .header h1 {
    font-size: 48px;
    line-height: 1.4;
    margin: 20px 71px 0;
}

.newdet-page .header .post_meta {
    margin-top: 26px;
}

.newdet-page .header .post_meta span {
    display: inline-block;
    vertical-align: middle;
}

.newdet-page .header .post_meta .post_author_avatar {
    margin-right: 11px;
}

.newdet-page .header .post_meta .photo {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.newdet-page .header .post_meta .post_author_name {
    font-size: 16px;
    line-height: 1;
}

.newdet-page .header .post_meta .post_author {
    display: inline-block;
    vertical-align: middle;
}

.newdet-page .header .post_meta .post_author::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: #7b7b7b;
    border-radius: 50%;
    margin: 0 10px 0;
}

.newdet-page .header .post_meta .post_date {
    font-size: 16px;
    color: #7b7b7b;
}

.newdet-page .header .post_meta .post_date::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    /*background: #83827F;*/
    border-radius: 50%;
    margin: -6px 10px 0;
}

.newdet-page .header .post_meta .post_meta_number {
    font-size: 14px;
    color: #83827F;
}

.newdet-page .content {
    margin-top: 40px;
    font-size: 18px;
    line-height: 32px;
    color: #7b7b7b;
}

.newdet-page .share {

    margin: 40px auto 0;
    padding: 28px 0;
    border-top: 1px solid #d1d0c8;
    border-bottom: 1px solid #d1d0c8;
    text-align: right;
}

.newdet-page .share a {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    font-size: 20px;
    background: #fff;
    margin: 3px 0 3px 7px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.newdet-page .share a:first-child {
    margin-left: 0;
}

.newdet-page .share a:nth-child(1) {
    background: #48bde9;
    color: #fff;
}

.newdet-page .share a:nth-child(2) {
    background: #4f5fbf;
    color: #fff;
}

.newdet-page .share a:nth-child(3) {
    background: #7a7e83;
    color: #fff;
}

.newdet-page .share a:nth-child(4) {
    background: #f39800;
    color: #fff;
}

.newdet-page .share a:nth-child(5) {
    background: #f39800;
    color: #fff;
}

.newdet-page .share a:hover {
    margin-top: -3px;
}

.newdet-page .m-link {
    /*max-width: 1060px;*/
    margin: 40px auto 0;
}

.newdet-page .m-link a {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.newdet-page .m-link a em {
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #7b7b7b;
}

.newdet-page .m-link a:first-child i {
    margin-right: 10px;
}

.newdet-page .m-link a:last-child {
    text-align: right;
}

.newdet-page .m-link a:last-child i {
    margin-left: 10px;
}

.newdet-page .m-link a span {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
}

.newdet-page .m-link a:hover {
    color: #000;
}

.newdet-page .prodet-page {
    padding: 0;
}

.newdet-page .prodet-2 {


    margin: 0 auto;
}

.newdet-page .prodet-2 .ret .slide .con .right {
    padding: 0;
}

.newdet-page .prodet-3 {
    /*max-width: 1060px;*/
    margin: 0 auto;
}

@media screen and (max-width: 1100px) {
    .newdet-page .header h1 {
        font-size: 50px;
        margin: 20px 40px 0;
    }
}

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

    .newdet-page .header h1 {
        font-size: 40px;
        margin: 20px 27px 0;
    }
}

@media screen and (max-width: 700px) {
    .newdet-page {
        padding: 30px 0;
    }

    .prodet-page .prodet-2 .ret .slide .con .right p {
        font-size: 17px;
    }

    .newdet-page .header {
        padding: 20px;
    }

    .newdet-page .header h1 {
        font-size: 34px;
        margin: 20px 20px 0;
    }

    .newdet-page .content {
        margin-top: 20px;
    }

    .newdet-page .share {
        margin: 20px auto 0;
    }

    .newdet-page .m-lin {
        font-size: 16px;
    }
}

@media screen and (max-width: 500px) {
    .newdet-page .header h1 {
        font-size: 24px;
        margin: 20px 0px 0;
    }

    .newdet-page .content {
        font-size: 16px;
        line-height: 30px;
    }

    .newdet-page .m-link a {
        display: block;
        width: 100%;
    }

    .newdet-page .m-link a:last-child {
        text-align: left;
        margin-top: 20px;
    }
}

.page-header02 {
    background-color: #000;
}

/*----- custom-page -----*/

.custom-page .title_c .container {
  background-color: #fff;
}
.custom-page .title_c .container .left em {
  font-weight: bold;
}
.custom-page .title_c .container .line {
  height: 2px;
  background-color: #a1a1a1;
  margin-top: 10px;
}
.custom-page .init-1 .container {
  background-color: #fff;
}
.custom-page .init-1 .container .left {
  vertical-align: middle;
  width: 50%;
}
.custom-page .init-1 .container .left img {
  width: 100%;
}
.custom-page .init-1 .container .right {
  width: 50%;
  vertical-align: middle;
  padding: 10px 70px 10px 130px;
}

.custom-page .init-1 .container .right .des {
  margin-top: 20px;
}
.custom-page .init-2 .container {
  background-color: #fff;
  text-align: center;
}
.custom-page .init-2 .container .tips_title {
  max-width: 1060px;
  margin: auto;
}
.custom-page .init-2 .container .more {
  font-weight: 500;
  margin-top: 30px;
  display: inline-block;
  background-color: var(--color);
  border: 1px solid var(--color);
  color: #fff;
}
.custom-page .init-2 .container .more:hover {
  color: var(--color);
  background-color: #fff;
}
.custom-page .init-3 .container>.grid-box {
  color: #fff;
  background-color: var(--color);
}
.custom-page .init-3 .container .left {
  width: 620px;
  padding-right: 100px;
}

.custom-page .init-3 .container .left .des {
  margin-top: 30px;
}
.custom-page .init-3 .container .right {
  width: -webkit-calc(-520%);
  width: -moz-calc(-520%);
  width: calc(100% - 620px);
}
.custom-page .init-3 .container .right ul li {
  padding: 0 20px;
}
.custom-page .init-3 .container .right ul li .box img {
  display: block;
  margin: auto;
  border-radius: 50%;
}
.custom-page .init-3 .container .right ul li .box .text {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  margin-top: 40px;
}
.custom-page .init-3 .container .right ul li .box .text .sub {
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.custom-page .init-4 .container {
  background-color: #fff;
}
.custom-page .init-4 .container .tips_title em {
  display: block;
}
.custom-page .init-4 .container .form form {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.custom-page .init-4 .container .form form input,
.custom-page .init-4 .container .form form textarea {
  margin-top: 14px;
  font-size: 14px;
  padding: 13px 16px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  background-color: #f0f0f0;
  border: none;
  border-bottom: 1px solid #2a2a2d;
}
.custom-page .init-4 .container .form form .file_input {
  margin-top: 14px;
  height: 48px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #2a2a2d;
  padding: 13px 16px;
  background-color: #f0f0f0;
  font-size: 14px;
}
.custom-page .init-4 .container .form form .file_input input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
}
.custom-page .init-4 .container .form form .file_input span {
  width: 100%;
  display: block;
  padding-right: 50px;
}
.custom-page .init-4 .container .form form .file_input img {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.custom-page .init-4 .container .form form .content {
  width: 100%;
}
.custom-page .init-4 .container .form form .tips {
  color: #bebebe;
  position: absolute;
  bottom: 13px;
  left: 0;
}
.custom-page .init-4 .container .form form .submit_btn {
  width: 320px;
  text-align: center;
  padding: 14px;
  font-size: 16px;
  margin-top: 14px;
  font-weight: 500;
  background-color: var(--color);
  border: var(--color) solid 1px;
  color: #fff;
  cursor: pointer;
  margin-left: auto;
  transition: .5s;
}
.custom-page .init-4 .container .form form .submit_btn:hover {
  color: var(--color);
  background-color: #fff;
}
.custom-page .init-5 .container {
  background-color: #f5f5f5;
  position: relative;
  color: #fff;
  z-index: 1;
}
.custom-page .init-5 .container .sub {
  z-index: -1;
  position: absolute;
  top: 80px;
  left: 50px;
  width: -webkit-calc(50%);
  width: -moz-calc(50%);
  width: calc(100% - 50px);
  height: 940px;
  background-color: var(--color);
}
.custom-page .init-5 .container .left {
  width: 50%;
  padding: 140px 0 100px 140px;
}

.custom-page .init-5 .container .left img {
  margin-top: 60px;
  width: 280px;
}
.custom-page .init-5 .container .left .cir {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-top: 70px;
  position: relative;
}
.custom-page .init-5 .container .left .cir > div {
  font-size: 18px;
  position: absolute;
  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%);
}
.custom-page .init-5 .container .right {
  width: 50%;
  border-top: 1px solid #cecece;
  margin-top: 160px;
}
.custom-page .init-5 .container .right .swiper {
  height: 1040px;
}
.custom-page .init-5 .container .right ul {
  margin-top: 40px;
}
.custom-page .init-5 .container .right ul li {
  padding-left: 100px;
  padding-bottom: 60px;
}
.custom-page .init-5 .container .right ul li .box {
  position: relative;
}
.custom-page .init-5 .container .right ul li .box .num {
  position: absolute;
  top: 0;
  left: -100px;
  font-weight: bold;
}
.custom-page .init-5 .container .right ul li .box .title {
  font-weight: bold;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.custom-page .init-5 .container .right ul li .box .des {
  margin-top: 14px;
  height: 70px;
  overflow-y: auto;
}
.custom-page .init-5 .container .right ul li .box .img {
  width: 100%;
  display: block;
  height: 310px;
  margin-top: 30px;
}
.custom-page .init-5 .container .right ul li .box .img img {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 1500px) {
  .custom-page .init-1 .container .right {
    padding: 10px 20px;
  }
  .custom-page .init-3 .container .left {
    width: 100%;
  }
  .custom-page .init-3 .container .right {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 1250px) {
  .custom-page .init-5 .container {
    background-color: var(--color);
  }
  .custom-page .init-5 .container .left {
    padding: 20px 10px;
    width: 100%;
    max-width: 360px;
    display: block;
    text-align: center;
    margin: auto;
  }
  .custom-page .init-5 .container .left .cir {
    display: none;
  }
  .custom-page .init-5 .container .sub {
    display: none;
  }
  .custom-page .init-5 .container .right {
    width: 100%;
  }
  .custom-page .init-5 .container .right ul li {
    padding-left: 20px;
  }
  .custom-page .init-5 .container .right ul li .box .title {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical;
  }
  .custom-page .init-5 .container .right ul li .box .num {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }
  .custom-page .init-5 .container .right ul li .box .img {
    height: 100%;
  }
  .custom-page .init-5 .container .right .swiper {
    height: auto;
  }
}
@media (max-width: 1000px) {
  .custom-page .init-1 .container .left {
    width: 100%;
  }
  .custom-page .init-1 .container .right {
    width: 100%;
    padding: 20px 0 0;
  }
  .custom-page .init-2 .container {
    padding-top: 0;
  }
  .custom-page .init-3 .container .left {
    padding-right: 0;
  }
  .custom-page .init-3 .container .right ul li .box img {
    width: 120px;
    height: 120px;
  }
  .custom-page .init-4 .container .form form .tips {
    position: relative;
    bottom: 0;
    margin-top: 14px;
  }
  .custom-page .init-4 .container .form form .submit_btn {
    margin-top: 14px;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    display: block;
  }
}
@media (max-width: 700px) {
  .custom-page .init-3 .container .right ul li {
    margin-top: 20px;
  }
  .custom-page .init-4 .container .form form input,
  .custom-page .init-4 .container .form form textarea {
    width: 100%;
  }
  .custom-page .init-4 .container .form form .file_input {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .custom-page .init-3 .container .right ul li {
    padding: 0;
  }
  .custom-page .init-5 .container .right {
    margin-top: 40px;
  }
  .custom-page .init-5 .container .right ul li {
    padding-left: 0;
    padding-bottom: 0;
  }
  .custom-page .init-5 .container .left img {
    max-width: 100%;
  }
}


.service-page h2 {
  line-height: 1.3;
}

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

.service-page .service-2 ul li {
  width: 33.33%;
  padding: 20px;
}

.service-page .service-2 ul li .mml-text {
  height: 100%;
  padding: 60px 30px;
  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;
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  overflow: hidden;
}

.service-page .service-2 ul li .mml-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}

.service-page .service-2 ul li .mml-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  right: -30px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}

.service-page .service-2 ul li .mml-text h4 {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}

.service-page .service-2 ul li .mml-text p {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}

.service-page .service-2 ul li .mml-text i {
  margin: 0 auto;
  font-size: 50px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  color: var(--color);
  background-color: #f2f2f2;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}

.service-page .service-2 ul li .mml-text:hover::after {
  opacity: 1;
}

.service-page .service-2 ul li .mml-text:hover::before {
  width: 200px;
  height: 200px;
}

.service-page .service-2 ul li .mml-text:hover i {
  background-color: #FFFFFF;
}

.service-page .service-2 ul li .mml-text:hover h4 {
  color: #FFFFFF;
}

.service-page .service-2 ul li .mml-text:hover p {
  color: #FFFFFF;
}

.service-page .service-3 {
  padding-top: 260px;
  background: url(../images/service-3-bg.jpg) no-repeat center;
  background-color: #f2f2f2;
  background-size: cover;
  margin-top: -230px;
}

.service-page .service-3 .list {
  margin-top: 80px;
  margin-bottom: 40px;
}

.service-page .service-3 .list ul {
  margin: -40px;
}

.service-page .service-3 .list ul li {
  padding: 40px;
}

.service-page .service-3 .list .mml-text i img {
  transition: .5s ease;
}

.service-page .service-3 .list .mml-text:hover i img {
  transform: rotateY(180deg);
}

.service-page .service-3 .list .mml-text {
  padding-left: 80px;
  position: relative;
}

.service-page .service-3 .list .mml-text i {
  position: absolute;
  left: 0;
  top: 0;
}

.service-page .service-4 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: -25px;
}

.service-page .service-4 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.service-page .service-4 ul li .img {
  width: 50%;
  padding: 25px;
}

.service-page .service-4 ul li .img img {
  border-radius: 4px;
  overflow: hidden;
}

.service-page .service-4 ul li .mml-text {
  width: 50%;
  padding: 25px;
}

.service-page .service-4 ul li .mml-text .text+.text {
  border-top: 1px solid #CCCCCC;
}

@media screen and (max-width: 1000px) {
  .service-page .service-2 ul {
    display: block;
  }

  .service-page .service-2 ul li {
    width: 100%;
  }

  .service-page .service-3 .list {
    margin-top: 40px;
  }

  .service-page .service-3 .list ul {
    margin: -15px;
  }

  .service-page .service-3 .list ul li {
    padding: 15px;
  }

  .service-page .service-3 .list .mml-text {
    padding: 0;
    text-align: center;
  }

  .service-page .service-3 .list .mml-text i {
    position: relative;
    left: auto;
    top: auto;
    height: 60px;
    display: block;
    margin-bottom: 20px;
  }

  .service-page .service-4 ul li {
    display: block;
    padding: 30px 0;
  }

  .service-page .service-4 ul li .img {
    width: 100%;
  }

  .service-page .service-4 ul li .mml-text {
    width: 100%;
  }

  .service-page .service-2 ul {
    margin: -15px;
  }

  .service-page .service-2 ul li {
    padding: 15px;
  }

  .service-page .service-4 ul li {
    margin: -15px;
  }

  .service-page .service-4 ul li .mml-text {
    padding: 15px;
  }

  .service-page .service-4 ul li .img {
    padding: 15px;
  }
}
@media screen and (max-width: 500px){
    .pb-140 {
        padding-bottom: 30px;
    }
}

/* download */
.download-page ul {
  margin: -15px;
}

.download-page ul li {
  padding: 15px;
}

.download-page ul li .box {
  background-color: #e9e9e9;
  padding: 15px;
}

.download-page ul li .box .img {
  width: 40%;
}

.download-page ul li .box .text {
  width: 60%;
}

.download-page ul li .box .text p {
  margin-top: 10px;
  width: auto;
  height: 80px;
  line-height: 28px;
  position: relative;
  top: 0px;
  left: 0px;
}

.download-page ul li .box a {
  display: inline-block;
  padding: 0 20px;
  height: 36px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  background-color: #093a95;
}

.download-page ul li .box a:hover {
  background-color: #000000;
}

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

@media screen and (max-width: 500px) {
  .download-page ul li .box .img {
    width: 100% !important;
  }

  .download-page ul li .box .text {
    width: 100% !important;
    padding: 15px;
  }

  .download-page ul li .box .text p {
    height: auto;
  }
}


/*After modification, remove the left sidebar*/

.product-page02 .pro-0 .cat-list{
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.product-page02 .pro-0 .cat-list ul{
    margin: -20px;
}
.product-page02 .pro-0 .cat-list ul li{
    padding: 20px;
    width: 33.3%;
}
.product-page02 .pro-0 .cat-list ul li .tit {
    color: #474747;
    line-height: 2;
    margin-top: 7px;
}
.product-page02 .pro-1 h1 {
    color: #2a50ba;
    line-height: 1;
}

.product-page02 .pro-1 .Auxil-catdes {
    margin-bottom: 20px;
}
.product-page02 .pro-1 .Auxil-catdes table{
    width: 80%!important;
}

.product-page02 .pro-1 .product-list ul {
    margin: 0 -16px;
}

.product-page02 .pro-1 .product-list ul li {
    width: 16.6%;
    padding: 0 16px;
    margin-bottom: 50px;
}

.product-page02 .pro-1 .product-list ul li .box .img-box {
    background: #f7f7f7;
}

.product-page02 .pro-1 .product-list ul li .box .img-box {
    border: 1px solid #d3d3d3;
}

.product-page02 .pro-1 .product-list ul li .box .text {
    margin-top: 20px;
}

.product-page02 .pro-1 .product-list ul li .box .text a:hover {
    color: #2a50ba;
}

.product-page02 .top {
  text-align: center;
}
.product-page02 .top .fl-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 310px;
  height: 68px;
}
.product-page02 .top .fl-list span {
  width: 100%;
  height: 100%;
  display: block;
  border: solid 1px #474747;
  text-align: left;
  padding: 20px 34px 0 28px;
  cursor: pointer;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  line-height: 1.8;
}
.product-page02 .top .fl-list span em {
  display: inline-block;
  /*margin-right: 22px;*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 86%;
}
.product-page02 .top .fl-list span i {
  float: right;
  margin-top: 8px;
}
.product-page02 .top .fl-list ul {
  text-align: left;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -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;
  background: white;
  -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 var(--color);
}
.product-page02 .top .fl-list ul li {
  font-size: 14px;
  padding: 10px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  font-weight: bold;
}
.product-page02 .top .fl-list ul li:hover {
  color: var(--color);
}
.product-page02 .top .fl-list:hover ul {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.product-page02 .top .product-search {
  vertical-align: top;
  display: inline-block;
  margin-left: 20px;
}
.product-page02 .top .product-search form {
  width: 365px;
  position: relative;
}
.product-page02 .top .product-search form input[type="text"] {
  width: 100%;
  height: 68px;
  border: solid 1px #474747;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  padding: 0 100px 0 30px;
}
.product-page02 .top .product-search form input[type="submit"] {
  width: 91px;
  height: 68px;
  border: 1px solid #474747;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/product-search.png) #474747 no-repeat center center;
}
@media screen and (max-width: 1450px) {

    .product-page02 .pro-1 .product-list ul li {
        margin-bottom: 30px;
        width: 25%;
    }
}

@media screen and (max-width: 1250px) {
    .product-page02 .pro-1 .product-list ul {
        margin: 0 -8px;
    }

    .product-page02 .pro-1 .product-list ul li {
        padding: 0 8px;
    }

}


@media screen and (max-width: 1000px) {
    .product-page02 .pro-0,.product-page02 .top{
        display: none;
    }
     .product-page02 .pro-1{
         padding-top: 0;
     }
     .product-page02 .pro-1 .product-list ul li{
         width: 33.3%;
     }
     .product-page02 .pro-1 .Auxil-catdes table{
         width: 100%!important;
     }
}

@media screen and (max-width: 700px) {
    .product-page02 .pro-1 .product-list ul li {
        width: 50%;
    }
}

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


/*----- Newly revised product page start -----*/
.product-page02.pro-permanent .product-list{
    border-bottom: 2px solid rgba(165, 165, 165, 0.23);
}
.product-page02.pro-permanent .Auxil-catdes table{
    width: 80%!important;
    margin-left: auto;
    margin-right: auto;
}
.product-page02 .Auxil-catdes .content table tbody tr:nth-child(even) {
    background: transparent;
}
.product-page02 .Auxil-catdes .content table tbody tr:nth-child(1) {
    background: #eee;
}
.product-page02.pro-permanent .fenlei .mk-top .desc{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #2b2b2b;
}
.product-page02.pro-permanent .fenlei .det1{
  background-color: rgba(239, 239, 239, 0.45);
}
.product-page02.pro-permanent .fenlei .mk-top .option {
    gap:15px;
}
.product-page02.pro-permanent .fenlei .mk-top .option span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 45px;
  background-color: #cecece;
  padding: 0 24px;
  transition: all 0.5s;
  cursor: pointer;
}
.product-page02.pro-permanent .fenlei .mk-top .option span.active {
    background-color: #2a50ba;
    color: #fff;
}
.product-page02.pro-permanent .fenlei .mk-top .option span:hover {
    background-color: #2a50ba;
    color: #fff;
}
.product-page02.pro-permanent .fenlei .det3 .lr .table-list .item:not(.item1){
    display: none;
}

.product-page02.pro-permanent .fenlei .mk-top .tab{
    border-bottom: 1px solid #2a50ba;
}
.product-page02.pro-permanent .fenlei .mk-top .tab span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 50px;
    background-color: #2a50ba;
    color: #fff;
    height: auto;
}
.product-page02.pro-magnetic .pro-1 .erji ul li a{
    background-color: #cecece;
    padding: 0 22px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.product-page02.pro-magnetic .pro-1 .erji ul li.active a{
    background-color: #2a50ba;
    color: #fff;
}
.product-page02.pro-magnetic .pro-1 .erji ul li:hover a{
    background-color: #2a50ba;
    color: #fff;
}
@media screen and (max-width: 500px) {
    .product-page02.pro-permanent .fenlei .mk-top .desc{
        width: 100%;
    }
    .product-page02 .Auxil-catdes table {
        width: 100% !important;
    }
    .product-page02.pro-permanent .fenlei .mk-top .tab span{
        padding: 5px 15px;
    }
}

/*----- Newly revised product page end -----*/


.team-page .team-1 .container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.team-page .team-1 .container .left {
  width: 46%;
}
.team-page .team-1 .container .left .tips {
  font-weight: 400;
  font-family: 'Montserrat';
}
.team-page .team-1 .container .left .cont {
  position: relative;
  padding-bottom: 120px;
  margin-top: 30px;
}
.team-page .team-1 .container .left .cont::before {
  background-color: #f3f3f3;
  z-index: -1;
  content: '';
  position: absolute;
  width: -webkit-calc(540%);
  width: -moz-calc(540%);
  width: calc(100% + 440px);
  height: 100%;
  top: 0;
  left: -220px;
}
.team-page .team-1 .container .left .cont .title {
  padding-top: 60px;
  font-weight: 400;
  font-family: 'Montserrat';
}
.team-page .team-1 .container .left .cont .des {
  margin-top: 16px;
  color: #777777;
}
.team-page .team-1 .container .right {
  width: 50%;
  margin-left: auto;
}
.team-page .team-2{
  background: #f3f3f3;
}
.team-page .team-2 .container .tips_title {
  font-weight: 400;
  text-align: center;
  font-family: 'Montserrat';
}
.team-page .team-2 .container .swiper {
  margin-top: 60px;
  overflow: hidden;
}
.team-page .team-2 .container .swiper .swiper-wrapper .swiper-slide .img {
  display: block;
}
.team-page .team-2 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.team-page .team-2 .container .swiper .swiper-wrapper .swiper-slide .text {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: bold;
  margin-top: 16px;
}
.team-page .team-2 .container .swiper .swiper-wrapper .swiper-slide .text span {
  width: -webkit-calc(75%);
  width: -moz-calc(75%);
  width: calc(100% - 25px);
}
.team-page .team-2 .container .swiper .swiper-wrapper .swiper-slide .text img {
  width: 25px;
}

.team-page .team-4 {
  padding-top: 160px;
  padding-bottom: 130px;
  text-align: center;
}

.team-page .team-4 .container .tips_title {
  font-weight: 400;
  font-family: 'Montserrat';
}

.team-page .team-4 .container .tips_des {
  margin-top: 30px;
  color: #777777;
}

.team-page .team-4 .container .content {
  margin-top: 20px;

}

.team-page .team-4 .container .content ul {
  margin: 0 -13px;
}

.team-page .team-4 .container .content ul li {
  padding: 0 13px;
  margin-top: 30px;
}

.team-page .team-4 .container .content ul li .box img {
  width: 100%;
}

.team-page .team-4 .container .content ul li .box .name {
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
  font-family: 'Montserrat';
}

.team-page .team-4 .container .content ul li .box .des {
  margin-top: 14px;
  color: #777777;
}
@media (max-width: 1250px){
    .team-page .team-4{
        padding: 80px 0;
    }
}
@media (max-width: 1000px) {
  .team-page .team-1 .container .left {
    width: 100%;
  }

  .team-page .team-1 .container .left .cont::before {
    display: none;
  }

  .team-page .team-1 .container .right {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .team-page .team-1 .container .left .cont {
    margin-top: 0;
    padding-bottom: 40px;
  }

  .team-page .team-1 .container .left .cont .title {
    padding-top: 20px;
  }

  .team-page .team-1 .container .left .cont .des {
    margin-top: 10px;
  }

  .team-page .team-2 .container .swiper {
    margin-top: 20px;
  }

  .team-page .team-3 .container .video_mail {
    margin-top: 20px;
  }

  .team-page .team-3 .container .video_mail .play {
    width: 50px;
    height: 50px;
  }

  .team-page .team-4 {
    padding: 40px 0;
  }
}


.history-page .about-history .ui.container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.history-page .about-history .left {
    width: 50%;
    margin-top: 2.25vw;
    margin-bottom: 19.53125vw;
    position: -webkit-sticky;
    position: sticky;
    z-index: 3;
    top: 200px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.history-page .about-history .left .left-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.history-page .about-history .left .left-box .public-title span.span2 {
    color: #000
}

.history-page .about-history .left .left-box .intro {
    margin-top: 23px;
    color: var(--index-color2)
}

.history-page .about-history .left .left-box .public-btn {
    margin-top: 6.25vw
}

.history-page .about-history .left .year-right {
    margin-top: 8.28125vw;
    font-size: 9.583333333vw;
    font-weight: 700;
    font-family: Montserrat;
    line-height: 1;
    color: var(--color);
    position: relative
}

.history-page .about-history .left .year-right svg {
    position: absolute;
    right: -280px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

.history-page .about-history .right {
    margin-bottom: 19.53125vw;
    padding-bottom: 13px;
    width: 50%
}

.history-page .about-history .right .history-list {
    margin-right: 3.9583333333333335vw;
    position: relative
}

.history-page .about-history .right .history-list li {
    align-items: flex-start
}

.history-page .about-history .right .history-list li.active .text-right:before,.history-page .about-history .right .history-list li.active .text-right:after {
    background: -webkit-gradient(linear,left top,right top,from(var(--color)),to(transparent));
    background: -webkit-linear-gradient(left,var(--color),transparent);
    background: -moz-linear-gradient(left,var(--color),transparent);
    background: linear-gradient(to right,var(--color),transparent);
    opacity: 1
}

.history-page .about-history .right .history-list li.active .text-right .title {
    color: #000
}

.history-page .about-history .right .history-list li.active .text-right .intro {
    color: #000
}

.history-page .about-history .right .history-list li.active .year-left {
    background: unset;
    -webkit-background-clip: unset;
    color: var(--color) !important
}

.history-page .about-history .right .history-list li:first-child .year-left {
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#f6f6f6));
    background: -webkit-linear-gradient(top,transparent,#f6f6f6);
    background: -moz-linear-gradient(top,transparent,#f6f6f6);
    background: linear-gradient(to bottom,transparent,#f6f6f6);
    -webkit-background-clip: text;
    color: transparent
}

.history-page .about-history .right .history-list li:last-child .year-left {
    background: -webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(transparent));
    background: -webkit-linear-gradient(top,#f6f6f6,transparent);
    background: -moz-linear-gradient(top,#f6f6f6,transparent);
    background: linear-gradient(to bottom,#f6f6f6,transparent);
    -webkit-background-clip: text;
    color: transparent
}

.history-page .about-history .right .history-list li .year-left {
    font-size: 9.583333333vw;
    font-weight: 700;
    font-family: Montserrat;
    line-height: 1;
    color: #f6f6f6;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    position: sticky;
    width: 232px
}

.history-page .about-history .right .history-list li .text-right {
    margin-left: 3.125vw;
    padding-top: 6.5vw;
    padding-bottom: 6.65625vw;
    padding-right: 4.1145833vw;
    position: relative;
    font-family: Montserrat;
    font-weight: 600
}

.history-page .about-history .right .history-list li .text-right:before,.history-page .about-history .right .history-list li .text-right:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background: rgba(122,122,122,.15)
}

.history-page .about-history .right .history-list li .text-right:before {
    top: -2px;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 2
}

.history-page .about-history .right .history-list li .text-right:after {
    bottom: 0
}

.history-page .about-history .right .history-list li .text-right .title {
    color: rgba(0,0,0,.28);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    line-height: 1
}

.history-page .about-history .right .history-list li .text-right .intro {
    color: rgba(0,0,0,.28);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    line-height: 1.333
}
.df {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox
}


@media screen and (min-width: 1921px) {

  .history-page .about-history .left {
    margin-top: 312px;
    margin-bottom: 375px;
  }

  .history-page .about-history .left .left-box .public-btn {
    margin-top: 120px;
  }

  .history-page .about-history .left .year-right {
    margin-top: 159px;
    font-size: 184px;
  }

  .history-page .about-history .right {
    margin-bottom: 375px;
  }

  .history-page .about-history .right .history-list {
    margin-right: 76px;
  }

  .history-page .about-history .right .history-list li .year-left {
    font-size: 184px;
  }

  .history-page .about-history .right .history-list li .text-right {
    margin-left: 60px;
    padding-top: 48px;
    padding-bottom: 51px;
    padding-right: 79px;
  }
}
@media screen and (max-width: 1700px) {
  .history-page .about-history .left {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .history-page .about-history .right {
    padding-bottom: 0;
  }

}
@media screen and (max-width: 1250px) {
    
  .history-page .about-history .left .year-right svg {
    zoom: .7;
  }

  .history-page .about-history .right .history-list li .text-right {
    padding-right: 0;
  }

  .history-page .about-history .right .history-list {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
    .history-page .about-history .left .year-right {
        margin-top: 80px;
    }
    .history-page .about-history .left .left-box{
      display: none;
    }
    .history-page .about-history .left {
        width: 20%;
    }
    .history-page .about-history .right{
        width: 80%;
    }
    .history-page .about-history .left .year-right svg{
        zoom: 0.5;
    }
    .history-page .about-history .left .year-right svg {
        right: -348px;
    }

}
@media screen and (max-width: 700px) {
    
  .history-page .about-history {
    position: relative;
  }

  .history-page .about-history .ui.container {
    position: unset;
  }


  .history-page .about-history .left .left-box {
    position: absolute;
    left: 0;
    top: -40px;
  }

  .history-page .about-history .left .left-box .intro {
    margin-top: 10px;
    width: 135px;
  }

  .history-page .about-history .left .year-right {
    margin-left: auto;
  }
  .history-page .about-history .left .year-right svg {
    right: -260px;
  }
  .history-page .about-history .right .history-list li .year-left {
    width: 92px;
  }

  .history-page .about-history .right .history-list li .text-right {
    margin-left: 0px;
    width: calc(100% - 92px);
  }

  .history-page .about-history .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px){
    .history-page .about-history .left .year-right {
        margin-left: 0;
    }
    .history-page .about-history .left .year-right svg{
        display:none;
    }
    .history-page .about-history .right .history-list li .year-left {
        width: 56px;
        display: none;
    }
    .history-page .about-history .right .history-list li .text-right {
        width: 100%;
    }
    .history-page .about-history .left {
        width: 14%;
        display: none;
    }
    .history-page .about-history .right {
        width: 100%;
        margin: 40px 0!important;
    }
    .history-page .about-history .right .history-list li .text-right .intro,.history-page .about-history .right .history-list li .text-right .title{
        color: #000;
    }
    .history-page .about-history .right .history-list li .text-right .intro{
        font-size: 16px!important;
    }
}

.honour-page .list ul li{
    padding: 20px 20px 150px;
}
.honour-page .list ul li .img-box{
  -webkit-box-reflect: below -20px -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 30%);
}


/*----- responsibility-page -----*/
.responsibility-page .responsibility-1 .desc {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.responsibility-page .responsibility-1 .content {
  height: 670px;
}

.responsibility-page .responsibility-1 .content .itembox {
  padding-left: 40px;
  height: 100%;
}

.responsibility-page .responsibility-1 .content .item {
  margin-left: 45px;
  padding: 70px 0;
  padding-left: 50px;
  color: #fff;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.responsibility-page .responsibility-1 .content .item .desc {
  max-width: 428px;
  max-height: 400px;
  overflow-y: auto;
}

.responsibility-page .responsibility-1 .content .item {
  position: relative;
}

.responsibility-page .responsibility-1 .content .item::before {
  content: "";
  display: block;
  width: 3px;
  height: 70px;
  background-color: #2a50ba;
  position: absolute;
  top: 0;
  left: -2px;
  animation: about-line1 15s linear infinite;
}

.responsibility-page .responsibility-1 .content .item2::before {
  animation: about-line1 20s linear infinite;
}

.responsibility-page .responsibility-2 .itembox .item:nth-child(even) .img {
  order: 2;
  padding-right: 0;
  padding-left: 2%;
}

.responsibility-page .responsibility-2 .itembox .item:nth-child(even) .text {
  order: 1;
  padding-left: 0;
  padding-right: 2%;
}

.responsibility-page .responsibility-2 .itembox .img {
  width: 48%;
  padding-right: 2%;
}

.responsibility-page .responsibility-2 .itembox .text {
  width: 52%;
  padding-left: 2%;
}

@keyframes about-line1 {
  0% {
    top: 0;
  }

  50% {
    top: calc(100% - 70px);
  }

  100% {
    top: 0;
  }
}
@media screen and (max-width: 1700px){
    .responsibility-page .responsibility-1 .content .item .desc{
        max-width: 330px;
    }
}
@media screen and (max-width: 1450px) {
  .responsibility-page .responsibility-1 .content .itembox {
    padding: 0 30px !important;
  }

  .responsibility-page .responsibility-1 .content .item {
    margin-left: 0;
    width: 33.3%;
    padding-right: 20px;
  }

  .responsibility-page .responsibility-1 .content .item .desc {
    max-width: 100%;
    max-height: 330px;
  }

  .responsibility-page .responsibility-1 .content {
    height: 575px;
  }
}

@media screen and (max-width: 1000px) {
    .responsibility-page .responsibility-1 .content{
        height: auto;
    }
  .responsibility-page .responsibility-1 .content .item {
    width: 100%;
    padding: 30px 0;
    padding-left: 20px;
    height: auto;
  }

  .responsibility-page .responsibility-1 .content .item .desc {
    max-height: 145px;
  }

  .responsibility-page .responsibility-2 .itembox .img {
    width: 100%;
    padding-right: 0;
  }

  .responsibility-page .responsibility-2 .itembox .text {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }

  .responsibility-page .responsibility-2 .itembox .item:nth-child(even) .text {
    order: 2;
    padding-right: 0;
  }

  .responsibility-page .responsibility-2 .itembox .item:nth-child(even) .img {
    padding-left: 0;
  }
}

@media screen and (max-width: 700px) {
  .responsibility-page .responsibility-1 .content .itembox {
    padding: 0 20px !important;
  }
}


/*----- factory-page -----*/
.color-33 {
  color: #333333;
}

.factory-page .mk-tt {
  color: #333333;
}

.factory-page .factory-1 .mk-tt {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.factory-page .factory-1 .tips {
  color: #333333;
}

.factory-page .factory-1 .big_img ul li .box {
  position: relative;
}

.factory-page .factory-1 .big_img ul li .box .tt {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 55px;
  background-color: var(--color2);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transition: all 0.5s;
}

.factory-page .factory-1 .big_img ul li .box:hover .tt {
  opacity: 1;
}

.factory-page .factory-1 .small_img {
  width: 738px;
  margin-left: auto;
  margin-right: auto;
}

.factory-page .factory-1 .small_img ul li .imgbox {
  opacity: 0.5;
  border: solid 3px transparent;
  transition: all 0.5s;
}

.factory-page .factory-1 .small_img ul li.swiper-slide-thumb-active .imgbox {
  opacity: 1;
  border-color: var(--color2);
}

.factory-page .factory-2 .itemcon .item .option {
  border-bottom: 1px solid var(--color2);
}

.factory-page .factory-2 .itemcon .item .option span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 276px;
  height: 60px;
  background-color: var(--color2);
}
@media screen and (max-width: 1000px) {
    .factory-page .factory-1 .small_img{
        width: 670px;
    }
    .factory-page .factory-2 .itemcon .item .content ul{
        flex-wrap: wrap;
        margin: 0 -6px;
    }
    .factory-page .factory-2 .itemcon .item .content ul>img{
        display: none;
    }
    .factory-page .factory-2 .itemcon .item .content ul li{
        width: 50%;
        padding: 0 6px;
    }
}
@media screen and (max-width: 700px) {
    .factory-page .factory-1 .small_img{
        width: 100%;
        padding: 0 15px;
    }
    .factory-page .factory-1 .big_img{
        padding: 0 15px;
    }
}
/*----- technical-features-page -----*/
.technical-features-page .technical-features-2 {
  background-color: #f9f9f9;
}
.technical-features-page .technical-features-2 .list ul li .box {
  border: solid 1px #aeaeae;
  padding: 40px 15px;
}
.technical-features-page .technical-features-2 .list ul li .box .tt {
  height: 2.8em;
}
.technical-features-page .technical-features-2 .list ul li .box .desc {
  height: 7em;
  overflow-y: auto;
  color: #525252;
}
.technical-features-page .technical-features-3 .content{
    padding: 0 230px;
}
.technical-features-page .technical-features-4 .top {
  padding: 0 170px;
}
.technical-features-page .technical-features-4 .top .content .option {
  border-bottom: 1px solid #2a50ba;
}
.technical-features-page .technical-features-4 .top .content .option span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 276px;
  height: 60px;
  background-color: #2a50ba;
  padding: 0 24px;
}
.technical-features-page .technical-features-4 .top .content ul li .box .img-box {
  min-height: 228px;
  display: flex;
  align-items: center;
}
.technical-features-page .technical-features-4 .top .content ul li .box .tt {
  color: #020202;
}
.technical-features-page .technical-features-4 .bottom .con ul li {
  width: 288px;
}
.technical-features-page .technical-features-4 .bottom .con ul li .box {
  background-color: #434343;
  color: #fff;
  min-height: 86px;
  padding: 0 22px;
}
.technical-features-page .technical-features-4 .bottom .con02 ul li {
  width: 400px;
  position: relative;
}
.technical-features-page .technical-features-4 .bottom .con02 ul li .line {
  position: absolute;
  height: 130px;
}
.technical-features-page .technical-features-4 .bottom .con02 ul li.num1 .line {
  bottom: 100%;
  left: 50%;
}
.technical-features-page .technical-features-4 .bottom .con02 ul li.num2 .line {
  bottom: 100%;
  left: 50%;
}
.technical-features-page .technical-features-4 .bottom .con02 ul li.num3 .line {
  bottom: 100%;
  right: 50%;
}
@media screen and (max-width: 1700px) {
    .technical-features-page .technical-features-4 .top {
        padding: 0 50px;
    }
    .technical-features-page .technical-features-4 .bottom .con02 ul li .line {
        height: 110px;
    }
}
@media screen and (max-width: 1450px) {
    .technical-features-page .technical-features-3 .content {
        padding: 0 180px;
    }
    .technical-features-page .technical-features-4 .top {
        padding: 0;
    }
    .technical-features-page .technical-features-4 .bottom .con02 ul li {
        width: 332px;
    }
    .technical-features-page .technical-features-4 .bottom .con02 ul li .line {
        height: 97px;
    }

}
@media screen and (max-width: 1250px) {
    .technical-features-page .technical-features-3 .content {
        padding: 0 60px;
    }
    .technical-features-page .technical-features-4 .top .content .con01{
        zoom: 0.8;
    }
.technical-features-page .technical-features-4 .bottom .con02 ul li {
    width: 226px;
}
.technical-features-page .technical-features-4 .bottom .con02 ul li .line {
    height: 78px;
}
}
@media screen and (max-width: 1000px) {
    .technical-features-page .technical-features-3 .content {
        padding: 0;
    }
    .technical-features-page .technical-features-4 .top .content .con01{
        zoom: 0.6;
    }
    .technical-features-page .technical-features-4 .bottom{
        min-width: 670px;
        overflow-x: auto;
    }
.technical-features-page .technical-features-4 .bottom .con {
    width: 1600px;
}
    .technical-features-page .technical-features-4 .bottom .con ul li{
        flex-shrink: 0;
    }
.technical-features-page .technical-features-4 .bottom .con02 ul li .line {
    height: 66px;
}
}
@media screen and (max-width: 700px) {
    .technical-features-page .technical-features-4 .top .content .con01{
        min-width: 670px;
        overflow-x: auto;
    }
     .technical-features-page .technical-features-4 .top .content .con01 ul{
         gap:15px;
     }
    .technical-features-page .technical-features-4 .top .content .con01 ul li{
        flex-shrink: 0;
    }
}

.app-page {
  color: #333333;
}
.app-page .app-1 .list ul {
  margin: -24px;
}
.app-page .app-1 .list ul li {
  width: 25%;
  padding: 24px;
}
.app-page .app-1 .list ul li .box {
  background-color: #fff;
  box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.08);
}
.app-page .app-1 .list ul li .box .txt-box h2 {
  padding: 15px;
  text-align: center;
}
.app-page .app-2 {
  background-color: #f5f5f5;
}
.app-page .app-2 .list ul {
  margin: 0 -33px;
}
.app-page .app-2 .list ul li {
  width: 33.3%;
  padding: 0 33px;
  margin-bottom: 80px;
}
.app-page .app-2 .list ul li .box .txt-box h2 {
  padding: 15px;
  text-align: center;
}
.app-page .app-3 {
  background-color: #f5f5f5;
}
.app-page .app-3 .list ul {
  margin: 0 -33px;
}
.app-page .app-3 .list ul li {
  width: 33.3%;
  padding: 0 33px;
  margin-bottom: 100px;
}
.app-page .app-3 .list ul li .box {
  background-color: #fff;
  box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.08);
}
.app-page .app-3 .list ul li .box .txt-box h2 {
  padding: 15px;
  text-align: center;
}
.app-page .app-4 {
  height: 100vh;
}
.app-page .app-4 .con {
  height: 100%;
}
.app-page .app-4 .manu-list {
  margin-top: 40px;
}
.app-page .app-4 .manu-list ul {
  margin: 0 -0.4%;
}
.app-page .app-4 .manu-list li {
  width: 13.5%;
  padding: 0 0.4%;
  transition: all 0.5s;

}
.app-page .app-4 .manu-list li .box {
  position: relative;
  width: 100%;
}
.app-page .app-4 .manu-list li .box .imgBox {
  height: 100%;

}
.app-page .app-4 .manu-list li .box .imgBox img {
  height: 576px;
  width: 100%;
  object-fit: cover;
}
.app-page .app-4 .manu-list li .box .txtbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0) 33%);
  border-radius: 10px;
  padding: 25px;
  transition: all 0.5s;
}
.app-page .app-4 .manu-list li .box .txtbox .tt {
  white-space: nowrap;
  transform: rotate(-90deg);
  transition: all 0.5s;
  transform-origin: 0 0;
  margin-top: 0;
  width: 576px;
}
.app-page .app-4 .manu-list li .box .txtbox1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0) 33%);
  border-radius: 10px;
  padding: 40px;
  opacity: 0;
  transition: all 0.5s;
}
.app-page .app-4 .manu-list li.active {
  width: 32.5%;
}
.app-page .app-4 .manu-list li.active .box .txtbox {
  opacity: 0;
}
.app-page .app-4 .manu-list li.active .box .txtbox1 {
  opacity: 1;
}
@media screen and (max-width: 1450px) {
    .app-page .app-1 .list ul {
        margin: -12px;
    }
    .app-page .app-1 .list ul li {
        padding: 12px;
    }
    .app-page .app-2 .list ul {
        margin:0 -20px;
    }
    .app-page .app-2 .list ul li {
        padding:0 20px;
        margin-bottom: 60px;
    }
    .app-page .app-3 .list ul {
        margin:0 -20px;
    }
    .app-page .app-3 .list ul li{
        padding:0 20px;
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 1250px) {
    .app-page .app-1 .list ul li {
        width: 50%;
    }
    .app-page .app-2 .list ul li {
        width: 50%;
        margin-bottom: 40px;
    }
    .app-page .app-3 .list ul li{
        width: 50%;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1000px){
    .app-page .app-1 .list ul li .box .txt-box h2 {
        padding: 10px;
    }
    .app-page .app-4 .manu-list li{
        width: 50%!important;
    }
    .app-page .app-4{
        height: auto;
        padding-bottom: 40px;
    }
    .app-page .app-4 .manu-list ul {
        margin: -10px;
    }
    .app-page .app-4 .manu-list li{
        padding:10px;
    }
    .app-page .app-4 .manu-list li .box .imgBox img {
        height: 468px;
    }
    .app-page .app-4 .manu-list li .box .txtbox1{
        opacity: 1!important;
        padding: 20px;
    }
    .app-page .app-4 .manu-list li .box .txtbox{
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .app-page .app-1 .list ul li {
        width: 100%;
    }
.app-page .app-4 .manu-list li {
    width: 100%!important;
}

}

.rdcharacteristics-page .responsibility-page .responsibility-2 .mk-desc{
    max-width: 65%;
    text-align: center;
    margin-left: auto;
    margin-right:auto;
}
@media screen and (max-width: 1000px) {
    .rdcharacteristics-page .responsibility-page .responsibility-2 .mk-desc{
        max-width: 100%;
    }
}
#wap-bottom{
    background-image: linear-gradient(0deg, #1c40a6 0%, #436cdd 100%), linear-gradient(#ed4e19, #ed4e19);
}
#wap-bottom .center a{
    background-image: linear-gradient(0deg, #1c40a6 0%, #436cdd 100%), linear-gradient(#ed4e19, #ed4e19);
}
.seoPublic .Auxil-form .form ul li input[type=submit]{
    background-color: var(--color2);
}

#menuFull .menu-item.active, #menuFull .menu-item:hover{
    background: linear-gradient(0deg, #1c40a6 0%, #436cdd 100%);
}
#menuFull .lang-switch{
    background-image: linear-gradient(0deg, #1c40a6 0%, #436cdd 100%);
}
.mobileForm button,#menuFull .share-btn{
    background: linear-gradient(0deg, #1c40a6 0%, #436cdd 100%);
}
#menuFull .close-btn{
    color: #2a50ba;
}
@media screen and (max-width: 1000px) {
    #cp-Nav .nav div.title{
        background: linear-gradient(0deg, #1c40a6 0%, #436cdd 100%);
    }
}
#menuFull .back-btn{
    color: #2a50ba;
}
.page-header02 .menu-btn{
    color: #2a50ba;
}
::-webkit-scrollbar-thumb {
    background-color: #2a50ba;
}