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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 18px;
    --color: #0257ac;
    margin: 0 auto;
}

.container {
    width: 1750px;
}

.wrapper {
    width: 1528px;
    padding: 0 15px;
    margin: 0 auto;
}

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

.color-ff {
    color: #fff;
}

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

.fa-RanyBold {
    font-family: "Rany";
    font-weight: bold;
}

.fa-PoppinsSemiBold {
    font-family: Poppins-SemiBold;
    font-weight: 600;
}

.fa-RanyMedium {
    font-family: "Rany";
    font-weight: 500;
}

.fa-RanyRegular {
    font-family: "Rany";
    font-weight: normal;
}

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

.t_l {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.font-108 {
    font-size: 108px;
}

#header {
    z-index: 200;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #fff;
}

#header .nav {
    position: relative;
    height: 116px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

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

#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 41px;
    font-size: 20px;
    font-family: "Rany";
    font-weight: 500;
    height: 100%;
    color: #fff;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 100;
    float: left;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    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;
    text-transform: uppercase;
}

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

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

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

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu {
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    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;
    -ms-transform-origin: 0 0 0;
    -o-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;
    -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;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    -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);
    display: none \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li {
    position: relative;
    display: block;
    float: none;
    padding: 0 15px;
    line-height: 40px;
    color: black;
    font-size: 12px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -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%;
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    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: -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;
}

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

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

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

#header .nav .ui.menu .right .h-language span i {
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    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;
    -o-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;
    -o-transition: opacity 0.3s, -o-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, -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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 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 em {
    color: var(--color);
}

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

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

#header .nav .ui.menu .right .line {
    width: 1px;
    height: 30px;
    background-color: #fff;
    margin: 0 15px;
}

#header .nav .ui.menu .right .h-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

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

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

#header.active,
#header.inner_active {
    background-color: #fff;
}

#header.active .nav,
#header.inner_active .nav {
    height: 100px;
}

#header.active .nav .logo .header-icon,
#header.inner_active .nav .logo .header-icon {
    display: none;
}

#header.active .nav .logo .xl-icon,
#header.inner_active .nav .logo .xl-icon {
    display: block;
}

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

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

#header.active .nav .ui.menu .right .h-language span img,
#header.inner_active .nav .ui.menu .right .h-language span img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

#header.active .nav .ui.menu .right .h-language span em,
#header.inner_active .nav .ui.menu .right .h-language span em {
    color: #000;
}

#header.active .nav .ui.menu .right .h-language span i,
#header.inner_active .nav .ui.menu .right .h-language span i {
    color: #000;
}

#header.active .nav .ui.menu .right .h-language:hover span img,
#header.inner_active .nav .ui.menu .right .h-language:hover span img {
    -webkit-filter: none;
    filter: none;
}

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

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

#header.active .nav .ui.menu .right .line,
#header.inner_active .nav .ui.menu .right .line {
    background-color: #000;
}

#header.active .nav .ui.menu .right .h-search img,
#header.inner_active .nav .ui.menu .right .h-search img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

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

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.mask {
    height: 100vh;
}

.btn-go {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: solid 1px var(--color);
    border-radius: 40px;
    padding: 15px 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-go img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

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

.btn-go:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
}

.btn-go.black {
    border-color: #000;
    color: #000;
}

.btn-go.black:hover {
    border-color: #fff;
    color: #fff;
}

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

.btn-more {
    display: inline-block;
    line-height: 1;
    border-bottom: 1px solid #000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

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

@-webkit-keyframes mymove {
    from {
        -webkit-transform: translateX(-50%) scale(0.8);
        -moz-transform: translateX(-50%) scale(0.8);
        transform: translateX(-50%) scale(0.8);
    }

    50% {
        -webkit-transform: translateX(-50%) scale(1);
        -moz-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }

    to {
        -webkit-transform: translateX(-50%) scale(0.8);
        -moz-transform: translateX(-50%) scale(0.8);
        transform: translateX(-50%) scale(0.8);
    }
}

@-moz-keyframes mymove {
    from {
        -webkit-transform: translateX(-50%) scale(0.8);
        -moz-transform: translateX(-50%) scale(0.8);
        transform: translateX(-50%) scale(0.8);
    }

    50% {
        -webkit-transform: translateX(-50%) scale(1);
        -moz-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }

    to {
        -webkit-transform: translateX(-50%) scale(0.8);
        -moz-transform: translateX(-50%) scale(0.8);
        transform: translateX(-50%) scale(0.8);
    }
}

@-o-keyframes mymove {
    from {
        -webkit-transform: translateX(-50%) scale(0.8);
        -moz-transform: translateX(-50%) scale(0.8);
        -o-transform: translateX(-50%) scale(0.8);
        transform: translateX(-50%) scale(0.8);
    }

    50% {
        -webkit-transform: translateX(-50%) scale(1);
        -moz-transform: translateX(-50%) scale(1);
        -o-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }

    to {
        -webkit-transform: translateX(-50%) scale(0.8);
        -moz-transform: translateX(-50%) scale(0.8);
        -o-transform: translateX(-50%) scale(0.8);
        transform: translateX(-50%) scale(0.8);
    }
}

@keyframes mymove {
    from {
        -webkit-transform: translateX(-50%) scale(0.8);
        -moz-transform: translateX(-50%) scale(0.8);
        -o-transform: translateX(-50%) scale(0.8);
        transform: translateX(-50%) scale(0.8);
    }

    50% {
        -webkit-transform: translateX(-50%) scale(1);
        -moz-transform: translateX(-50%) scale(1);
        -o-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }

    to {
        -webkit-transform: translateX(-50%) scale(0.8);
        -moz-transform: translateX(-50%) scale(0.8);
        -o-transform: translateX(-50%) scale(0.8);
        transform: translateX(-50%) scale(0.8);
    }
}


.bannerbg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;

}

.bannerbg ul {
  height: 100%;
}

.bannerbg ul li {
  height: 100%;
}

.bannerbg ul .slick-list {
  height: 100%;
}

.bannerbg ul .slick-list .slick-track {
  height: 100%;
}

.index-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
}

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

#index-body .init-1 .module-1 {
    height: 100vh;
    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;
}

#index-body .init-1 .module-1 .ui {
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    -moz-transition: 1s ease;
    transition: 1s ease;
    margin-top: -10%;
}

#index-body .init-1 .module-1 .ui.active {
    opacity: 0;
}

#index-body .init-1 .module-1 .txtBox .slick-slider{
    width: 100%;
}
#index-body .init-1 .module-1 .txtBox .slick-slider .slick-list{
    width: 100%;
}

#index-body .init-1 .module-1 h2 {
    line-height: 1.2;
    text-transform: capitalize;
    max-width: 940px;
}

#index-body .init-1 .module-1 .bg {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -40%;
    text-align: center;
}

#index-body .init-1 .module-1 .bg>div {
    width: 100%;
}

#index-body .init-1 .module-1 .bg .img1 {
    position: absolute;
    bottom: 100px;
    left: 0;
    z-index: 1;
}

#index-body .init-1 .module-1 .bg .img1 .slickDots {
    position: absolute;
    top: -20%;
    right: 0;
}

#index-body .init-1 .module-1 .bg .img1 .slickDots .slick-dots {
    display: block !important;
}

#index-body .init-1 .module-1 .bg .img1 .slickDots .slick-dots li {
    margin: 8px 0;
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#index-body .init-1 .module-1 .bg .img1 .slickDots .slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border: 0;
    font-size: 0;
}

#index-body .init-1 .module-1 .bg .img1 .slickDots .slick-dots li.slick-active {
    border-color: #fff;
}

#index-body .init-1 .module-1 .bg .img1 .slickDots .slick-dots li.slick-active button {
    background-image: url(../images/h-banactive.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    border-radius: 0;
}

#index-body .init-1 .module-2 {
    padding-top: 400px;
    background: url(../images/bj_seabed_s.jpg) no-repeat center bottom;
    background-attachment: fixed;
}

#index-body .init-1 .module-2 .left {
    width: 40%;
    padding-left: 5%;
}

#index-body .init-1 .module-2 .right {
    width: 56%;
    padding-right: 15%;
}

#index-body .init-1 .module-2 .right h2 {
    font-family: "Georgia";
    letter-spacing: 15px;
}

#index-body .init-1 .module-2 .right h1 {
    line-height: 2.1;
    max-height: 230px;
    overflow-y: auto;
}

#index-body .init-1 .store {
    padding: 120px 0 60px;
}

#index-body .init-1 .store ul li {
    width: 25%;
}

#index-body .init-1 .store ul li .content {
    padding: 0 90px;
}

#index-body .init-1 .store ul li p {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

#index-body .init-1 .store ul li h2 {
    margin-bottom: 10px;
}

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

#index-body .init-2 .series-list .slickBtn>div {
    width: 50px;
    height: 50px;
    background-color: #b8b8b8;
    top: 40%;
}

#index-body .init-2 .series-list .slickBtn>div i {
    font-size: 26px;
}

#index-body .init-2 .series-list .slickBtn>div.prev {
    right: 101%;
    left: auto;
}

#index-body .init-2 .series-list .slickBtn>div.next {
    left: 101%;
}

#index-body .init-2 .series-list .slickBtn>div:hover {
    background-color: var(--color);
}

#index-body .init-3 {
    background-color: #fff;
}

#index-body .init-3 .pro-list .box .img-box {
    padding: 30px;
    border: solid 1px #dbdbdb;
}

#index-body .init-3 .pro-list .box .txtBox {
    background-color: #ebebeb;
    height: 97px;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#index-body .init-3 .pro-list .box .txtBox:hover {
    background-color: var(--color);
    color: #fff;
}

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

#index-body .init-4 .top .desc {
    max-width: 680px;
    line-height: 1.9;
}

#index-body .init-4 .bottom .culturebox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

#index-body .init-4 .bottom .culturebox ul li .item {
    height: 100%;
    border-right: 2px solid rgba(255, 255, 255, 0.3);
    z-index: 3;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

#index-body .init-4 .bottom .culturebox ul li .item .txt1 {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform-origin: 0 bottom;
    -moz-transform-origin: 0 bottom;
    -ms-transform-origin: 0 bottom;
    -o-transform-origin: 0 bottom;
    transform-origin: 0 bottom;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#index-body .init-4 .bottom .culturebox ul li .item .txt1 span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 170px;
    height: 53px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 12px;
}

#index-body .init-4 .bottom .culturebox ul li .item .txtcon {
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0 30px 120px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

#index-body .init-4 .bottom .culturebox ul li .item:hover .txt1 {
    left: -50%;
}

#index-body .init-4 .bottom .culturebox ul li .item:hover .txtcon {
    top: 0;
}

#index-body .init-4 .bottom .bg li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#index-body .init-4 .bottom .bg::after {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    z-index: 1;
}

#index-body .init-4 .bgtxt {
    top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#index-body .init-4 .bgtxt.tt1 {
    left: 24%;
}

#index-body .init-4 .bgtxt.tt2 {
    right: 22%;
}

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

#index-body .init-5 .mk-tit span {
    border-bottom: 1px solid var(--color);
    padding-bottom: 25px;
}

#index-body .init-5 .news-list .slick-slider {
    z-index: 5;
}

#index-body .init-5 .news-list .box .txtBox {
    padding: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#index-body .init-5 .news-list .box:hover {
    color: #fff;
}

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

#index-body .init-5 .news-list .box:hover .btn-go {
    border-color: #fff;
    color: #fff;
}

#index-body .init-5 .news-list .box:hover .btn-go img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

#index-body .init-5 .news-list .box .time {
    background-color: var(--color);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: 0;
    left: 0;
    padding: 10px 15px;
    color: #fff;
}

.dbbg {
    bottom: 0;
    left: 0;
    z-index: 0;
}

.dbbg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#footer .footer-content {
    background: #fff;
}

#footer .f-top {
    background-repeat: no-repeat;
    -o-background-size: cover;
    background-size: cover;
    padding: 80px 0;
}

#footer .f-top .f-inquire {
    width: 76%;
    padding: 30px 0 45px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    margin: 0 auto;
}

#footer .f-top .f-inquire .desc {
    max-width: 38%;
    line-height: 1.6;
}

#footer .f-top .btn-go {
    bottom: 0;
    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%);
    background-color: var(--color);
    color: #fff;
}

#footer .f-top .btn-go img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

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

#footer .footer-center .footer-t .footer-t-gird .t-list {
    color: #000000;
    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;
    margin-right: 14%;
}

#footer .footer-center .footer-t .footer-t-gird .t-list p {
    font-size: 32px;
    margin-bottom: 40px;
    font-family: "Rany";
    font-weight: 500;
}

#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: 19px;
    margin-bottom: 12px;
    color: #000000;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

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

#footer .footer-center .footer-t .footer-t-gird .contact span {
    position: relative;
    padding-left: 30px;
    margin-bottom: 40px;
    font-size: 18px;
}

#footer .footer-center .footer-t .footer-t-gird .contact span img {
    position: absolute;
    left: 0;
    top: 5px;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

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

#footer .footer-center .footer-t .footer-t-gird .contact span:hover img {
    -webkit-filter: none;
    filter: none;
}

#footer .footer-center .footer-t .footer-t-gird.product {
    margin-right: 0;
}

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

#footer .footer-center .footer-b {
    background-color: var(--color);
    position: relative;
    z-index: 2;
    padding: 14px 0;
}

#footer .footer-center .footer-b .share li {
    margin-right: 10px;
}

#footer .footer-center .footer-b .share li i {
    font-size: 22px;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#footer .footer-center .footer-b .share li:hover i {
    color: #000;
}

#footer .footer-center .footer-b p {
    color: #ffffff;
}

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

#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: 32px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    fill: #ffffff;
    margin-top: 1px;
}

@media (max-width: 1900px) {
    #index-body .init-1 .module-1 .bg {
        bottom: -48%;
    }
}

@media (max-width: 1700px) {
    .font-108 {
        font-size: 90px;
    }

    .wrapper {
        width: 1400px;
    }

    #header .nav .ui.menu {
        width: 65%;
    }

    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
        margin: 0 26px;
    }

    #index-body .init-1 .module-1 .bg {
        bottom: -44%;
    }

    #index-body .init-1 .module-2 {
        padding-top: 300px;
    }

    #index-body .init-4 .bgtxt img {
        height: 100px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list {
        margin-right: 10%;
    }
    #index-body .init-1 .module-1 .ui{
        margin-top: -15%;
    }
}

@media (max-width: 1450px) {

    .font-108 {
        font-size: 70px;
    }

    .wrapper {
        width: 1200px;
    }

    #header .nav .ui.menu {
        width: 68%;
    }

    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
        margin: 0 15px;
    }

    #index-body .init-1 .module-1 .bg {
        bottom: -32%;
    }
        #index-body .init-1 .module-1 .ui {
        margin-top: -20%;
    }
    #index-body .init-1 .module-2 {
        padding-top: 200px;
    }

    #index-body .init-1 .module-2 .left {
        padding-left: 0;
    }

    #index-body .init-1 .module-2 .right {
        padding-right: 0;
    }

    #index-body .init-1 .store ul {
        margin: 0 -40px;
    }

    #index-body .init-1 .store ul li .content {
        padding: 0 40px;
    }

    #index-body .init-1 .store {
        padding: 80px 0 60px;
    }

    #index-body .init-4 .bgtxt img {
        height: 90px;
    }

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

    #footer .f-top {
        padding: 60px 0;
    }

    #footer .f-top .f-inquire .desc {
        max-width: 50%;
    }

    #footer .footer-center .footer-t .footer-t-gird {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list {
        margin-right: 0;
    }
}

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

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

    .wrapper {
        width: 970px;
    }

    #index-body .init-1 .module-1 .ui {
        margin-top: -27%;
    }

    #index-body .init-1 .module-1 .bg {
        bottom: -21%;
    }

    #index-body .init-1 .module-2 {
        padding-top: 118px;
    }

    #index-body .init-1 .module-2 .right h2 {
        letter-spacing: 9px;
    }

    #index-body .init-1 .store ul {
        margin: 0 -20px;
    }

    #index-body .init-1 .store ul li .content {
        padding: 0 20px;
    }

    #index-body .init-1 .store {
        padding: 60px 0;
    }

    #index-body .init-4 .bgtxt img {
        height: 70px;
    }

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

    #index-body .init-4 .bottom .culturebox ul li .item .txtcon {
        padding: 0 20px 60px;
    }

    #index-body .init-4 .bottom .culturebox ul li .item .txt1 {
        top: 32%;
    }

    #footer .f-top .f-inquire {
        padding: 30px 0;
    }

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

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

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

    #footer .footer-center .footer-b p span {
        font-size: 17px;
    }

    #footer .footer-center .footer-b p svg {
        max-height: 26px;
    }
}

@media (max-width: 1000px) {

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

    .wrapper {
        width: 700px;
    }

    #index-body .init-1 .module-1 {
        height: 625px;
    }

    #index-body .init-1 .module-1 .ui {
        margin-top: -226px;
    }

    #index-body .init-1 .module-1 .bg {
        bottom: -135px;
    }

    #index-body .init-1 .module-1 .bg .img1 {
        bottom: 130px;
    }

    #index-body .init-1 .module-2 {
        padding-top: 100px;
    }

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

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

    #index-body .init-1 .store ul li {
        width: 50%;
        margin: 3% 0;
    }

    #index-body .init-4 .bgtxt img {
        height: 50px;
    }

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

    #index-body .init-4 .bottom .culturebox ul li .item .txt1 {
        top: 12%;
    }

    #footer .f-top {
        padding: 40px 0 50px;
    }

    #footer .f-top .f-inquire .desc {
        max-width: 80%;
    }

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

    #footer .footer-center .footer-t .footer-t-gird .t-list.quick,
    #footer .footer-center .footer-t .footer-t-gird .t-list.product {
        display: none;
    }

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

    #footer .footer-center .footer-t .footer-t-gird .contact span {
        margin-bottom: 20px;
    }

    .index-box {
        padding-bottom: 56px;
    }

    #footer .footer-center .footer-b .ui {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #footer .footer-center .footer-b p {
        margin-top: 5px;
        -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;

    }

    #footer .footer-center .footer-b p span {
        text-align: center;
    }
}

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

    .wrapper {
        width: 100%;
    }

    #index-body .init-1 .module-1 {
        height: 490px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    #index-body .init-1 .module-1 .ui {
        margin-top: 90px;
    }

    #index-body .init-1 .module-1 .bg {
        bottom: -100px;
    }

    #index-body .init-1 .module-1 .bg .img1 .slickDots {
        display: none;
    }

    #index-body .init-1 .module-1 .bg .img1 {
        bottom: 70px;
    }

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

    #index-body .init-4 .bgtxt.tt1 {
        left: 15px;
    }

    #index-body .init-4 .bgtxt.tt2 {
        right: 15px;
    }

    #index-body .init-4 .bgtxt img {
        height: 40px;
    }

    #index-body .init-4 .bottom .bg li img {
        height: 360px;
    }

    #index-body .init-4 .bottom .culturebox ul li .item .txt1 {
        top: 20%;
    }

    .btn-go {
        zoom: 0.8;
    }

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

@media (max-width: 500px) {
    .font-108 {
        font-size: 26px;
    }

    #index-body .init-1 .module-1 {
        height: 448px;
    }

    #index-body .init-1 .store {
        padding: 30px 0;
    }

    #index-body .init-1 .store ul li {
        width: 100%;
    }

    #index-body .init-4 .bgtxt img {
        height: 30px;
    }

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

}

@media (max-width: 370px) {
    #index-body .init-1 .module-1 {
        height: 400px;
    }
}

/*------inner page-------*/
.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%;
    }
}

.product2-page .product-6 {
    height: 620px;
    margin-top: 120px;
    position: relative;

}

.product2-page .product-6 .content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;

}

.product2-page .product-6 .mbx {
    position: absolute;
    width: 100%;
    left: 0;
    top: 25px;
    color: #fff;
}

.product2-page .product-6 .gxs-cate {
    padding-top: 95px;
}

.product2-page .product-6 .gxs-cate .mainbox .top ul.catelist li .box{
    width: 100%;
    border-radius: 5px 5px 0 0;
    height: 75px;
    color: var(--color);
    cursor: pointer;
    transition: all 0.5s;
    padding: 0 10px;background: #ececec;
}

.product2-page .product-6 .gxs-cate .mainbox .top ul.catelist2 li a {
    display: flex;

    align-items: center;
    width: 100%;
    height: 100%;
}

.product2-page .product-6 .gxs-cate .mainbox .top ul.catelist li i {
    display: inline-block;
    position: relative;
}

.product2-page .product-6 .gxs-cate .mainbox .top ul.catelist li i img {
    transition: all 0.5s;
}

.product2-page .product-6 .gxs-cate .mainbox .top ul.catelist li.active .box{
    background: var(--color);
    color: #fff;
}

.product2-page .product-6 .gxs-cate .mainbox .top ul.catelist li:hover .box{
    background: var(--color);
    color: #fff;
}

.product2-page .product-6 .gxs-cate .mainbox .top ul.catelist li:hover i img {
    filter: brightness(0) invert(1);
}

.product2-page .product-6 .gxs-cate .mainbox .top ul.catelist li.active i img {
    filter: brightness(0) invert(1);
}

.product2-page .product-6 .gxs-cate .mainbox .top ul.catelist li i {
    min-width: 30px;
    margin-right: 10px;
}

.product2-page .product-7 .ui.container {
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;

}

.product2-page .product-7 .ui.container .tit {
    color: var(--color);
;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.6;
    text-transform: uppercase;

}

.product2-page .product-7 .ui.container p {
    max-width: 1055px;
    margin: 0 auto;
    line-height: 24/18;
}


.product2-page .product-4 {
    padding-top: 40px;
    padding-bottom: 100px;
}

.product2-page .product-4 .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product2-page .product-4 .top h5 {
    font-weight: bold;
    color: #000;
    padding-right: 15px;
    line-height: 1;
    border-right: 1px solid #aaa;
    text-transform: uppercase;
}

.product2-page .product-4 .top ul.cat2list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product2-page .product-4 .top ul.cat2list li {
    margin-left: 40px;
}

.product2-page .product-4 .top ul.cat2list li a {
    font-size: 18px;
    line-height: 1.8;
    position: relative;
}

.product2-page .product-4 .top ul.cat2list li a:before {
    content: "";
    width: 0%;
    height: 1px;
    background: #000;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    position: absolute;
    left: 0;
    bottom: 0;
}

.product2-page .product-4 .top ul.cat2list li.active a:before,
.product2-page .product-4 .top ul.cat2list li:hover a:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.product2-page .product-4 .main {
    margin-top: 50px;
}

.product2-page .product-4 .main ul.productlist {
    margin: 0 -18px;
}

.product2-page .product-4 .main ul.productlist li {
    padding: 18px;
}

.product2-page .product-4 .main ul.productlist li .item {
    border-radius: 10px;
    -webkit-box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.5);
    padding-top: 40px;
    text-align: center;
    padding-bottom: 15px;
}

.product2-page .product-4 .main ul.productlist li .item h5 {
    font-weight: 700;
    position: relative;
    padding: 0 30px;

}

.product2-page .product-4 .main ul.productlist li .item h5:nth-child(1) {
    min-height: 81px;
}

.product2-page .product-4 .main ul.productlist li .item h5 span {
    width: 20px;
    height: 20px;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    color: #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    filter: grayscale(1);
}

.product2-page .product-4 .main ul.productlist li .item {
    position: relative;
    overflow: hidden;
}

.product2-page .product-4 .main ul.productlist li .item:before {
    content: "";
    position: absolute;
    bottom: 60px;
    width: 100%;
    left: 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    height: 100%;
    background: #fff;
    border-radius: 0 0 10px 10px;

}

.product2-page .product-4 .main ul.productlist li .item h5 a {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.product2-page .product-4 .main ul.productlist li .item h5 a:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: var(--color);
}

.product2-page .product-4 .main ul.productlist li .item span {
    color: var(--color);
}

.product2-page .product-4 .main ul.productlist li .item .decbox {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.product2-page .product-4 .main ul.productlist li .item .decbox ul.declist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product2-page .product-4 .main ul.productlist li .item .decbox ul.declist li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 0 5px;
    padding: 0;
}

.product2-page .product-4 .main ul.productlist li .item .decbox ul.declist li:nth-child(1) {
    background: #3994cf;
}

.product2-page .product-4 .main ul.productlist li .item .decbox ul.declist li:nth-child(2) {
    background: #39cf8e;
}

.product2-page .product-4 .main ul.productlist li .item .decbox ul.declist li:nth-child(3) {
    background: #cf9139;
}

@media screen and (max-width: 1250px) {
    .product2-page .product-4 .main ul.productlist {
        margin: 0 -10px;
    }

    .product2-page .product-4 .main ul.productlist li {
        padding: 10px;
    }
}

@media screen and (max-width: 1000px) {
    .product2-page .product-6 {
        margin-top: 0;
    }

    .product2-page .product-6 .gxs-cate .mainbox .top ul.catelist li {
        flex-wrap: wrap
    }

    .product2-page .product-7 .ui.container .tit {
        font-size: 34px;
    }

    .product2-page .product-4 .top {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .product2-page .product-6 {
        height: auto;
        padding: 120px 0;
    }

    .product2-page .product-6 .mbx {
        text-align: center;
        font-size: 16px;
        line-height: 2;
        padding-top: 35px;
    }

    .product2-page .product-7 .ui.container .tit {
        font-size: 20px;
    }

    .product2-page .product-4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .product2-page .product-4 .main {
        margin-top: 20px;
    }

    .product2-page .product-7 .ui.container {
        padding-bottom: 20px;
    }

}

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

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



.inner-banner {
    padding: 210px 0 160px 0;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    margin-top: 100px;
}

.inner-banner .container .cat_name {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.2;
}

.inner-banner .container .cat_name.f_40 {
    font-size: 40px;
}

.inner-banner .container .mbx {
    margin-top: 10px;
    font-size: 18px;
    line-height: 2;
}

.inner-banner .container .mbx a {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.inner-banner .container .mbx a:hover {
    color: var(--color);
}

.m-page {
    text-align: center;
    margin-top: 35px;
}

.m-page a,
.m-page span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 4px;
    background-color: #f5f5f5;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #838383;
    font-weight: 500;
}

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

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

.m-link {
    margin-top: 16px;
}

.m-link a {
    display: block;
    color: #767676;
    margin-top: 6px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

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


.pro_public_cont .form_cont .container .cont {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 40px 170px;
    width: 100%;
}

.pro_public_cont .form_cont .container .cont .tips2 {
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 22px;
}

.pro_public_cont .form_cont .container .cont .list .tips {
    margin-top: 16px;
    text-align: left;
    font-weight: 500;
}

.pro_public_cont .form_cont .container .cont .list input,
.pro_public_cont .form_cont .container .cont .list textarea,
.pro_public_cont .form_cont .container .cont .list .input_cont {
    width: 100%;
    margin-top: 4px;
    padding: 8px 20px;
    border: 1px solid #898989;
    font-size: 14px;
}

.pro_public_cont .form_cont .container .cont .list .input_cont {
    position: relative;
}

.pro_public_cont .form_cont .container .cont .list .input_cont input {
    margin-top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.pro_public_cont .form_cont .container .cont .list .input_cont .objects_list {
    position: relative;
    z-index: 2;
    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;
    padding: 12px 0;
}

.pro_public_cont .form_cont .container .cont .list .input_cont .objects_list .list_item {
    padding: 5px 0;
    color: #bdbdbd;
    width: auto;
    font-size: 14px;
    cursor: pointer;
}

.pro_public_cont .form_cont .container .cont .list .input_cont .objects_list .list_item .cir {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    position: relative;
}

.pro_public_cont .form_cont .container .cont .list .input_cont .objects_list .list_item .cir div {
    position: relative;
    width: 7px;
    height: 7px;
    top: 3px;
    left: 3px;
    border-radius: 50%;
    background-color: #fff;
}

.pro_public_cont .form_cont .container .cont .list .input_cont .objects_list .list_item .text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.pro_public_cont .form_cont .container .cont .list .input_cont .objects_list .list_item.active,
.pro_public_cont .form_cont .container .cont .list .input_cont .objects_list .list_item:hover {
    color: #000;
}

.pro_public_cont .form_cont .container .cont .list .input_cont .objects_list .list_item.active .cir,
.pro_public_cont .form_cont .container .cont .list .input_cont .objects_list .list_item:hover .cir {
    background-color: var(--color);
    border-color: var(--color);
}

.pro_public_cont .form_cont .container .cont .list .submit {
    margin-top: 30px;
    display: inline-block;
    padding: 10px 36px;
    background-color: var(--color);
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}

.pro_public_cont .form_cont .container .cont .list .submit img,
.pro_public_cont .form_cont .container .cont .list .submit span {
    vertical-align: middle;
}

.pro_public_cont .form_cont .container .cont .list .submit span {
    margin-left: 14px;
}

.pro_public_cont .form_cont .container .cont .list .submit::before {
    background-color: var(--color);
}

.pro_public_cont .form_cont .container .cont .list .submit:hover {
    color: #fff;
}

.pro_public_cont .form_cont .container .cont .list .submit:hover img {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pro_public_cont .about_cont {
    background-color: #f9f9f9;
}

.pro_public_cont .about_cont .container .left {
    vertical-align: middle;
    width: 43%;
}

.pro_public_cont .about_cont .container .left img {
    width: 100%;
}

.pro_public_cont .about_cont .container .right {
    vertical-align: middle;
    width: 57%;
    padding-left: 64px;
}

.pro_public_cont .about_cont .container .right .title {
    font-weight: 500;
    text-transform: uppercase;
}

.pro_public_cont .about_cont .container .right .des {
    color: #878787;
    margin-top: 10px;
}

.pro_public_cont .about_cont .container .right .more {
    padding: 6px 46px;
    display: inline-block;
    margin-top: 30px;
    font-weight: 500;
    border: 1px solid var(--color);
}

.pro_public_cont .news_cont .container .tips_cont .left {
    padding-right: 40px;
    width: -webkit-calc(-46%);
    width: -moz-calc(-46%);
    width: calc(100% - 146px);
    vertical-align: middle;
}

.pro_public_cont .news_cont .container .tips_cont .left .tips {
    font-weight: 500;
}

.pro_public_cont .news_cont .container .tips_cont .left .tips_des {
    margin-top: 10px;
    color: #979797;
}

.pro_public_cont .news_cont .container .tips_cont .right {
    width: 146px;
    vertical-align: middle;
}

.pro_public_cont .news_cont .container .tips_cont .right .btn {
    display: inline-block;
    width: 66px;
    height: 66px;
    background-color: #f5f5f5;
    font-size: 22px;
    color: #bdbdbd;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
}

.pro_public_cont .news_cont .container .tips_cont .right .btn i {
    position: relative;
    z-index: 2;
}

.pro_public_cont .news_cont .container .tips_cont .right .btn::before {
    background-color: var(--color);
}

.pro_public_cont .news_cont .container .tips_cont .right .btn:hover {
    color: #fff;
}

.pro_public_cont .news_cont .container .tips_cont .right .next {
    margin-left: 10px;
}

.pro_public_cont .news_cont .container .content {
    margin-top: 30px;
    padding-top: 40px;
    border-top: 1px solid #9e9e9e;
}

.pro_public_cont .news_cont .container .content .slick1 li .box a {
    display: block;
}

.pro_public_cont .news_cont .container .content .slick1 li .box a:hover {
    color: var(--color);
}

.pro_public_cont .news_cont .container .content .slick1 li .box .title {
    font-weight: 500;
}

.pro_public_cont .news_cont .container .content .slick1 li .box .des {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #878787;
    margin-top: 14px;
}

.pro_public_cont .news_cont .container .content .s_page {
    margin-top: 30px;
}

.pro_public_cont .news_cont .container .content .s_page li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d9d9db;
    margin-right: 12px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.pro_public_cont .news_cont .container .content .s_page li button {
    display: none;
}

.pro_public_cont .news_cont .container .content .s_page li.slick-active {
    background-color: var(--color);
}

.pro_public_cont .knowledge_cont {
    padding: 140px 0 120px 0;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.pro_public_cont .knowledge_cont .container .tips {
    font-weight: 500;
}

.pro_public_cont .knowledge_cont .container .des {
    margin-top: 30px;
}

.pro_public_cont #cp-Nav {
    display: none;
    background-color: #f2f2f2;
    padding: 30px 0;
}

.pro_public_cont #cp-Nav .nav {
    padding: 0 15px;
}

.pro_public_cont #cp-Nav .nav .title {
    font-size: 18px;
    font-weight: 700;
    padding: 8px 10px;
    background: var(--color);
    border-radius: 5px;
    color: #fff;
}

.pro_public_cont #cp-Nav .nav i.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 230;
    background: rgba(0, 0, 0, 0.2);
}

.pro_public_cont #cp-Nav .nav .cont {
    display: none;
}

.pro_public_cont #cp-Nav .nav ul {
    position: fixed;
    top: 10%;
    max-height: 80%;
    left: 5%;
    width: 90%;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    z-index: 300;
    font-size: 16px;
    overflow: auto;
}

.pro_public_cont #cp-Nav .nav ul li a {
    display: block;
    padding: 5px 0;
    line-height: 28px;
}

.pro_public_cont #cp-Nav .nav ul ul {
    padding: 0 10px;
    font-size: 14px;
    position: static;
    max-height: none;
    width: 100%;
    margin: 10px 0;
}

.pro_public_cont .related_pro {
    background-color: #f9f9f9;
    padding: 60px 0;
}

.pro_public_cont .related_pro .container .tips {
    font-weight: 500;
    text-align: center;
}

.pro_public_cont .related_pro .container .content {
    margin-top: 50px;
}

.pro_public_cont .related_pro .container .content .slick1 {
    margin: 0 -25px;
}

.pro_public_cont .related_pro .container .content .slick1 .slick-track {
    margin-left: 0;
}

.pro_public_cont .related_pro .container .content .slick1 li {
    padding: 0 25px;
}

.pro_public_cont .related_pro .container .content .slick1 li .box a {
    display: block;
}

.pro_public_cont .related_pro .container .content .slick1 li .box .img {
    display: block;
}

.pro_public_cont .related_pro .container .content .slick1 li .box .img img {
    width: 100%;
}

.pro_public_cont .related_pro .container .content .slick1 li .box .title {
    margin-top: 16px;
    color: #4a4949;
}

.pro_public_cont .related_pro .container .content .slick1 li .box .title:hover {
    color: var(--color);
}

.pro_public_cont .line {
    height: 1px;
    background-color: #f2f2f2;
}

.prodet-page .init-1 {
    background-color: #f9f9f9;
    padding-bottom: 60px;
}

.prodet-page .init-1 .container .big_img {
    width: 44%;
    overflow: hidden;
}

.prodet-page .init-1 .container .big_img img {
    width: 100%;background-color: #fff;
}

.prodet-page .init-1 .container .right {
    width: 56%;
    padding-left: 120px;
}

.prodet-page .init-1 .container .right .title {
    font-weight: 500;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.prodet-page .init-1 .container .right .det1 table tbody{
    min-width: unset;
}
.prodet-page .init-1 .container .right .img_list {
    margin-top: 50px;
}

.prodet-page .init-1 .container .right .img_list .slick1 {
    margin: 0 -7px;
}

.prodet-page .init-1 .container .right .img_list .slick1 .slick-track {
    margin-left: 0;
}

.prodet-page .init-1 .container .right .img_list .slick1 li {
    padding: 0 7px;
}

.prodet-page .init-1 .container .right .img_list .slick1 li .box {
    display: block;
    overflow: hidden;
}

.prodet-page .init-1 .container .right .img_list .slick1 li .box img {
    width: 100%;background-color: #fff;
}

.prodet-page .init-1 .container .right .more_c {
    margin-top: 20px;
    border-top: 1px solid #e8e8e8;
    padding-top: 50px;
}

.prodet-page .init-1 .container .right .more_c .more {
    display: inline-block;
    padding: 15px 56px;
    background-color: var(--color);
}

.prodet-page .init-1 .container .right .more_c .more::before {
    background-color: #0b325a;
}

.prodet-page .init-1 .container .right .more_c .more:hover {
    color: #fff;
}

.prodet-page .init-2 {
    padding-top: 50px;
    padding: 50px 0 70px 0;
}

.prodet-page .init-2 .container .tips {
    font-weight: 500;
}

.prodet-page .init-2 .container .content {
    margin-top: 20px;
}

.prodet-page .init-2 .container .content table {
    border: none;
}

.prodet-page .init-2 .container .content table tr {
    background-color: #fff;
}

.prodet-page .init-2 .container .content table tr td {
    border: 1px solid #b4b4b4;
    min-width: 136px;
}

.prodet-page .init-3 .container {
    height: 600px;
    position: relative;
}

.prodet-page .init-3 .container .cont {
    position: absolute;
    left: 40px;
    bottom: 40px;
    color: #fff;
    width: 600px;
    font-size: 14px;
    line-height: 2;
}

.prodet-page .init-3 .container .cont strong,
.prodet-page .init-3 .container .cont b {
    font-size: 30px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.4;
}

.prodet-page .init-4 {
    margin-top: 40px;
    padding-bottom: 60px;
}

.prodet-page .init-4 .container .tips {
    font-weight: 500;
}

.prodet-page .init-4 .container .des {
    color: #333333;
    margin-top: 10px;
}

.prodet-page .init-4 .container .des table tr td {
    min-width: 130px;
}

.service-page .init-1 .container .tips {
    font-weight: 500;
    text-align: center;
}

.service-page .init-1 .container .tips_des {
    max-width: 720px;
    margin: 20px auto 0;
    text-align: center;
    color: #8a8a8a;
    padding-bottom: 30px;
}

.service-page .init-1 .container .content {
    border-top: 1px solid #d9d9d9;
}

.service-page .init-1 .container .content .partner_title {
    margin-top: 40px;
}

.service-page .init-1 .container .content .partner_title .left {
    width: 340px;
}

.service-page .init-1 .container .content .partner_title .left .tips {
    text-align: left;
}

.service-page .init-1 .container .content .partner_title .left .num {
    color: #d6d6d6;
}

.service-page .init-1 .container .content .partner_title .right {
    width: calc(100% - 340px);
}

.service-page .init-1 .container .content .partner_list {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.service-page .init-1 .container .content .partner_list .list {
    width: 180px;
    margin-top: 20px;
    padding: 0 10px;
}

.service-page .init-1 .container .content .partner_list .list.active {
    width: 450px;
}

.service-page .init-1 .container .content .partner_list .list .box {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 20px;
    padding: 20px;
    padding-bottom: 0;
    overflow: hidden;
    height: 100%;
}

.service-page .init-1 .container .content .partner_list .list .box .left {
    text-align: center;
    vertical-align: middle;
    width: 120px;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0);
}

.service-page .init-1 .container .content .partner_list .list .box .left img {
    height: 70px;
    width: 100%;
    object-fit: contain;
}

.service-page .init-1 .container .content .partner_list .list .box .left .text {
    margin-top: 20px;
    font-weight: 500;
}

.service-page .init-1 .container .content .partner_list .list .box .right {
    vertical-align: middle;
    padding-left: 20px;
    transition: opacity .5s;
    opacity: 0;
    transform: scale(0);
    width: 0;
    height: 0;
}

.service-page .init-1 .container .content .partner_list .list.active .box {
    border-bottom: 20px;
}

.service-page .init-1 .container .content .partner_list .list.active .left {
    border: 1px solid #eeeeee;
}

.service-page .init-1 .container .content .partner_list .list.active .box .right {
    display: inline-block;
    transform: scale(1);
    opacity: 1;
    width: calc(100% - 120px);
    height: auto;
}

.service-page .init-1 .container .list_cont {
    margin: 10px -45px 0;
}

.service-page .init-1 .container .list_cont .list {
    padding: 0 45px;
    margin-top: 30px;
    width: 33.33%;
    position: relative;
}

.service-page .init-1 .container .list_cont .list .num {
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 50px;
}

.service-page .init-1 .container .list_cont .list .cont {
    padding-left: 60px;
}

.service-page .init-1 .container .list_cont .list .cont .title {
    font-weight: 500;
}

.service-page .init-1 .container .list_cont .list .cont .des {
    color: #656565;
    margin-top: 16px;
}

.service-page .init-1 .container .list_cont .list:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.service-page .init-1 .container .list_cont .list:hover .num {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.service-page .init-2 .container {
    width: 100%;
}

.service-page .init-2 .container .list {
    height: 600px;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.service-page .init-2 .container .list .img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-background-size: cover;
    background-size: cover;
}

.service-page .init-2 .container .list .text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    font-weight: 500;
    padding: 20px;
    z-index: 2;
}

.service-page .init-2 .container .list:hover .img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.service-page .init-3 .container .left {
    vertical-align: middle;
}

.service-page .init-3 .container .left img {
    width: 100%;
}

.service-page .init-3 .container .right {
    vertical-align: middle;
    padding-left: 70px;
}

.service-page .init-3 .container .right .title {
    font-weight: 500;
}

.service-page .init-3 .container .right .des {
    color: #878787;
    margin-top: 20px;
}

.service-page .init-3 .container .right .more {
    display: inline-block;
    margin-top: 30px;
    padding: 6px 32px;
    border: 1px solid var(--color);
}

.service-page .init-4 .container .tips {
    font-weight: 500;
    text-align: center;
}

.service-page .init-4 .container .tips_des {
    color: #8a8a8a;
    max-width: 900px;
    margin: 16px auto 0;
    text-align: center;
}

.service-page .init-4 .container .content {
    margin: 20px -15px 0;
}

.service-page .init-4 .container .content .list {
    padding: 0 15px;
    margin-top: 30px;
    width: 50%;
    overflow: hidden;
}

.service-page .init-4 .container .content .list .box {
    position: relative;
    height: 400px;
}

.service-page .init-4 .container .content .list .box .img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-background-size: cover;
    background-size: cover;
}

.service-page .init-4 .container .content .list .box .shadow {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.74);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.service-page .init-4 .container .content .list .box .cont {
    overflow-y: hidden;
    position: absolute;
    height: -webkit-calc(30%);
    height: -moz-calc(30%);
    height: calc(100% - 70px);
    top: 128%;
    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%);
    width: -webkit-calc(-20%);
    width: -moz-calc(-20%);
    width: calc(100% - 120px);
    color: #fff;
    padding-right: 4px;
}

.service-page .init-4 .container .content .list .box .cont .title {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.service-page .init-4 .container .content .list .box .cont .des p {
    margin-top: 9px;
}

.service-page .init-4 .container .content .list .box .cont .des p:first-child {
    margin-top: 0;
}

.service-page .init-4 .container .content .list .box .cont .more {
    margin-top: 20px;
    display: inline-block;
    padding: 6px 40px;
    border: 1px solid var(--color);
}

.service-page .init-4 .container .content .list .box:hover .shadow {
    opacity: 1;
}

.service-page .init-4 .container .content .list .box:hover .cont {
    top: 50%;
    overflow-y: auto;
}

.service-page .init-5 .container .tips {
    font-weight: 500;
    text-align: center;
}

.service-page .init-5 .container .tips_des {
    -webkit-columns: #8a8a8a;
    -moz-columns: #8a8a8a;
    columns: #8a8a8a;
    text-align: center;
    margin-top: 10px;
}

.service-page .init-5 .container .content {
    margin-top: 25px;
}

.service-page .init-5 .container .content .list {
    margin-top: 20px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
}

.service-page .init-5 .container .content .list .title {
    position: relative;
    padding: 15px 80px 15px 22px;
    font-weight: 500;
    cursor: pointer;
}

.service-page .init-5 .container .content .list .title i {
    position: absolute;
    top: 16px;
    right: 30px;
    font-size: 26px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}

.service-page .init-5 .container .content .list .title:hover {
    background-color: rgb(15, 122, 255 , 0.5);
    color: #fff;
}

.service-page .init-5 .container .content .list .title:hover i {
    color: #fff;
}

.service-page .init-5 .container .content .list .title.active {
    background-color: var(--color);
    color: #fff;
}

.service-page .init-5 .container .content .list .title.active i {
    color: #fff;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.service-page .init-5 .container .content .list .des {
    padding: 20px 22px;
    color: #828282;
    display: none;
}

.service-page .init-6 .container .cont {
    background: #f9f9f9;
    padding: 40px;
}

.service-page .init-6 .container .cont .left {
    width: 430px;
}

.service-page .init-6 .container .cont .left .play {
    margin-top: 340px;
    text-transform: uppercase;
    cursor: pointer;
}

.service-page .init-6 .container .cont .left .play i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #5c5c66;
    text-align: center;
    line-height: 36px;
    color: #5c5c66;
    margin-left: 18px;
    padding-left: 4px;
}

.service-page .init-6 .container .cont .right {
    width: calc(100% - 430px);
}

.service-page .init-7 .container .max-1350 {
    margin: auto;
}

.service-page .init-7 .container .list {
    padding: 40px 0 80px 0;
}

.service-page .init-7 .container .list .tips {
    text-align: center;
    font-weight: 500;
}

.service-page .init-7 .container .list img {
    width: 100%;
}

.service-page .init-7 .container .list .img-box {
    display: block;
}

.service-page .init-7 .container .list .big_img {
    margin-top: 50px;
    position: relative;
}

.service-page .init-7 .container .list .big_img .btn {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    top: 50%;
    right: 22%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.service-page .init-7 .container .list .big_img .btn img {
    display: block;
    width: 30px;
    margin: 16px auto 0;
    position: relative;
    z-index: 2;
}

.service-page .init-7 .container .list .big_img .btn::before {
    background-color: var(--color);
}

.service-page .init-7 .container .list .big_img .prev {
    left: 22%;
}

.service-page .init-7 .container .list .big_img .slick li {
    padding: 0 8px;
}

.service-page .init-7 .container .list .small_img {
    margin: 20px auto 0;
    max-width: 740px;
}

.service-page .init-7 .container .list .small_img ul li {
    padding: 0 2px;
}

.service-page .init-7 .container .list .small_img ul li .box {
    opacity: 0.5;
    cursor: pointer;
    border: 2px solid #fff;
}

.service-page .init-7 .container .list .small_img ul .slick-current li .box {
    opacity: 1;
    border: 2px solid var(--color);
}

.service-page .init-7 .container .list .des {
    color: #3f3f3f;
    width: 750px;
    margin: 40px auto 0;
}

.service-page .init-7 .container .list:nth-child(2n) {
    background-color: #f9f9f9;
}

.service-page .init-8 .container .content {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.service-page .init-8 .container .content .column {
    padding: 0 10px;
    margin-top: 10px;
}

.service-page .init-8 .container .content .column .box {
    padding: 40px 30px;
    height: 100%;
    background: #f9f9f9;
}

.service-page .init-8 .container .content .column .box .title {
    font-weight: 500;
}

.service-page .init-8 .container .content .column .box .num {
    color: #d6d6d6;
}

.service-page .init-8 .container .content .column .box .des {
    margin-top: 10px;
}


.about_public_nav {
    background-color: #f9f9f9;
    padding: 25px 0;
    text-align: center;
}

.about_public_nav .container .list {
    padding: 5px 50px;
    width: auto;
}

.about_public_nav .container .list a {
    display: inline-block;
    position: relative;
    color: #838383;
}

.about_public_nav .container .list a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 2px;
    left: 0;
    border-bottom: 1px solid var(--color);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -moz-transition: transform 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
}

.about_public_nav .container .list a:hover,
.about_public_nav .container .list a.active {
    color: var(--color);
}

.about_public_nav .container .list a:hover::before,
.about_public_nav .container .list a.active::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
}

.about-page .init-1 {
    padding-top: 60px;
}

.about-page .init-1 .container .tips {
    font-weight: 500;
    max-width: 860px;
    margin: auto;
    text-transform: uppercase;
    text-align: center;
    color: #202020;
}

.about-page .init-1 .container .video {
    margin-top: 30px;
}

.about-page .init-1 .container .video video {
    display: block;
    width: 100%;
}
.about-page .init-1 .container .video .play{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.about-page .init-1 .container .video .play i{
    color: var(--color);
    font-size: 22px;
}
.about-page .init-1 .container .video .play::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: -1;
}
.about-page .init-1 .container .video .play::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  z-index: -1;
}
@media screen and (max-width: 700px) {
    .about-page .init-1 .container .video img{
    height: 335px;
    object-fit: cover;
}
}
.about-page .init-2 .container {
    padding-bottom: 60px;
    border-bottom: 1px solid #9e9e9e;
}

.about-page .init-2 .container .left {
    width: 350px;
    font-weight: 500;
    text-transform: uppercase;
    padding-right: 10px;
}

.about-page .init-2 .container .right {
    width: -webkit-calc(-250%);
    width: -moz-calc(-250%);
    width: calc(100% - 350px);
    color: #3f3f3f;
}

.about-page .init-3 {
    margin-top: 90px;
    padding: 80px 0;
    -o-background-size: cover;
    background-size: cover;
}

.about-page .init-3 .container .list {
    margin-top: 60px;
    max-width: 940px;
}

.about-page .init-3 .container .list img {
    width: 56px;
    height: 56px;
}

.about-page .init-3 .container .list .cont {
    color: #fff;
    width: -webkit-calc(44%);
    width: -moz-calc(44%);
    width: calc(100% - 56px);
    padding-left: 35px;
}

.about-page .init-3 .container .list .cont .title {
    font-weight: 500;
}

.about-page .init-3 .container .list .cont .des {
    color: #c6c6c6;
    margin-top: 16px;
}

.about-page .init-3 .container .list:first-child {
    margin-top: 0;
}

.about-page .init-4 {
    text-align: center;
}

.about-page .init-4 .container .tips {
    font-weight: 500;
}

.about-page .init-4 .container .tips_des {
    max-width: 770px;
    color: #8e8e8e;
    margin: 10px auto 0;
}

.about-page .init-4 .container .list_cont {
    margin: 30px -50px 0;
    text-align: left;
}

.about-page .init-4 .container .list_cont .list {
    text-align: center;
    padding: 0 50px;
}

.about-page .init-4 .container .list_cont .list .box .img_c {
    position: relative;
    overflow: hidden;
}
.about-page .init-4 .container .list_cont .list .box .img_c img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page .init-4 .container .list_cont .list .box .img_c .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background-color: rgb(0, 90, 253, 0.8);
}

.about-page .init-4 .container .list_cont .list .box .img_c .shadow .more {
    display: inline-block;
    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%);
    background-color: #fff;
    color: #000;
    padding: 6px 30px;
    border: 1px solid #fff;
}

.about-page .init-4 .container .list_cont .list .box .img_c .shadow .more::before {
    background-color: var(--color);
}

.about-page .init-4 .container .list_cont .list .box .img_c .shadow .more:hover {
    color: #fff;
}

.about-page .init-4 .container .list_cont .list .box .num {
    color: var(--color);
    font-weight: 500;
    margin-top: 50px;
}

.about-page .init-4 .container .list_cont .list .box .line {
    margin: 8px auto 0;
    width: 24px;
    height: 1px;
    background-color: #dcdcdc;
}

.about-page .init-4 .container .list_cont .list .box .title {
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase;
}

.about-page .init-4 .container .list_cont .list .box:hover .img_c .shadow {
    top: 0;
}

.about-page .init-5 {
    padding: 110px 0 150px 0;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    color: #fff;
}

.about-page .init-5 .container .sub_img {
    position: absolute;
    top: -70px;
    left: 0;
    width: 910px;
}

.about-page .init-5 .container .tips {
    font-weight: 500;
    position: relative;
    z-index: 2;
}

.about-page .init-5 .container .s_page {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.about-page .init-5 .container .s_page .btn {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    transition: all .5s;
}

.about-page .init-5 .container .s_page .btn.slick-disabled {
    opacity: .4;
}

.about-page .init-5 .container .s_page .btn i {
    position: relative;
    z-index: 2;
}

.about-page .init-5 .container .s_page .btn:hover {
    color: var(--color);
}

.about-page .init-5 .container .s_page .prev i {
    margin-left: -4px;
}

.about-page .init-5 .container .s_page .next i {
    margin-left: 4px;
}

.about-page .init-5 .container .s_page .next {
    margin-left: 10px;
}

.about-page .init-5 .container .list_cont {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin-top: 80px;
}

.about-page .init-5 .container .list_cont .slick1 li .box {
    position: relative;
    padding: 0 40px 0 40px;
}

.about-page .init-5 .container .list_cont .slick1 li .box .year {
    font-weight: 500;
}

.about-page .init-5 .container .list_cont .slick1 li .box .img {
    position: absolute;
    height: 100%;
    top: 100px;
    left: 0;
    height: 310px;
}

.about-page .init-5 .container .list_cont .slick1 li .box .cont {
    position: relative;
}

.about-page .init-5 .container .list_cont .slick1 li .box .cont .title {
    font-weight: 500;
    margin-top: 10px;
}

.about-page .init-5 .container .list_cont .slick1 li .box .cont .des {
    margin-top: 40px;
    opacity: 0;
    padding-right: 2px;
    overflow-y: auto;
    height: 255px;
}

.about-page .init-5 .container .list_cont .slick1 li .box:hover .cont .des {
    opacity: 1;
}

.about-page .init-6 {
    text-align: center;
}

.about-page .init-6 .container .tips {
    font-weight: 500;
}

.about-page .init-6 .container .tips_des {
    margin: 10px auto 0;
    max-width: 800px;
}

.about-page .init-6 .container .list_cont {
    margin: 20px -70px 0;
}

.about-page .init-6 .container .list_cont .list {
    margin-top: 30px;
    padding: 0 70px;
}

.about-page .init-6 .container .list_cont .list .box {
    display: block;
}

.about-page .init-6 .container .list_cont .list .box img {
    width: 100%;
}

.about-page .init-7 {
    background-color: #f9f9f9;
}

.about-page .init-7 .container .title_c .left {
    font-weight: 500;
    width: 350px;
    padding-right: 10px;
}

.about-page .init-7 .container .title_c .right {
    width: -webkit-calc(-250%);
    width: -moz-calc(-250%);
    width: calc(100% - 350px);
    color: #3f3f3f;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
}

.about-page .init-7 .container .list_cont {
    margin: 40px -10px 0;
}

.about-page .init-7 .container .list_cont .list {
    padding: 10px;
}

.about-page .init-7 .container .list_cont .list a {
    display: block;
}

.about-page .init-7 .container .list_cont .list a img {
    width: 100%;
}

.about-page .init-7 .container .list_cont .list .des {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}

.about-page .init-8 .container .tips {
    font-weight: 500;
    text-align: center;
}

.about-page .init-8 .container .tips_des {
    color: #8e8e8e;
    max-width: 750px;
    text-align: center;
    margin: 10px auto 0;
}

.about-page .init-8 .container .list_cont .list {
    padding: 0 5px;
    margin-top: 40px;
}

.about-page .init-8 .container .list_cont .list a {
    display: block;
}

.about-page .init-8 .container .list_cont .list a img {
    width: 100%;
}

.factory-page .init-1 {
    padding: 50px 0;
    text-align: center;
}

.factory-page .init-1 .container .tips {
    max-width: 980px;
    font-weight: 500;
    margin: auto;
}

.factory-page .init-1 .container .more {
    display: inline-block;
    padding: 15px 56px;
    background-color: var(--color);
    border: 1px solid var(--color);
    margin-top: 30px;
}

.factory-page .init-1 .container .more:hover {
    color: var(--color);
}

.factory-page .init-2 .container {
    width: 100%;
}

.factory-page .init-2 .container .list {
    padding: 40px 0 80px 0;
}

.factory-page .init-2 .container .list .tips {
    text-align: center;
    font-weight: 500;
}

.factory-page .init-2 .container .list img {
    width: 100%;
}

.factory-page .init-2 .container .list .img-box {
    display: block;
}

.factory-page .init-2 .container .list .big_img {
    margin-top: 50px;
    position: relative;
}

.factory-page .init-2 .container .list .big_img .btn {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    top: 50%;
    right: 22%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.factory-page .init-2 .container .list .big_img .btn img {
    display: block;
    width: 30px;
    margin: 30px auto 0;
    position: relative;
    z-index: 2;
}

.factory-page .init-2 .container .list .big_img .btn::before {
    background-color: var(--color);
}

.factory-page .init-2 .container .list .big_img .prev {
    left: 22%;
}

@media (min-width: 1450px) {

    .factory-page.honour-page .init-2 .container .list .big_img .slick1 li{
        width: 400px!important;
    }
}

.factory-page .init-2 .container .list .big_img .slick1 li {
    padding: 0 8px;
}


.factory-page .init-2 .container .list .small_img {
    margin: 20px auto 0;
    max-width: 740px;
}

.factory-page .init-2 .container .list .small_img ul li {
    padding: 0 2px;
}

.factory-page .init-2 .container .list .small_img ul li .box {
    opacity: 0.5;
    cursor: pointer;
    border: 2px solid #fff;
}

.factory-page .init-2 .container .list .small_img ul .slick-current .box {
    opacity: 1;
    border: 2px solid var(--color);
}
.factory-page .init-2 .container .list .small_img ul .swiper-slide-thumb-active .box {
    opacity: 1;
    border: 2px solid var(--color);
}

.factory-page .init-2 .container .list .des {
    color: #3f3f3f;
    width: 750px;
    margin: 40px auto 0;
}

.factory-page .init-2 .container .list:nth-child(2n-1) {
    background-color: #f9f9f9;
}

.culture-page .init-1 .container .left {
    vertical-align: middle;
}

.culture-page .init-1 .container .left img {
    width: 100%;
}

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

.culture-page .init-1 .container .right .tips {
    font-weight: 500;
    border-bottom: 1px solid #e1e1e1;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.culture-page .init-1 .container .right .title {
    margin-top: 20px;
    font-weight: 500;
}

.culture-page .init-1 .container .right .des {
    color: #8e8e8e;
    margin-top: 30px;
}

.culture-page .init-2 {
    background-color: #f9f9f9;
}

.culture-page .init-2 .container .tips {
    font-weight: 500;
}

.culture-page .init-2 .container .list_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px -10px 0;
}

.culture-page .init-2 .container .list_cont .list {
    width: 330px;
    padding: 0 10px;
    margin-top: 20px;
}

.culture-page .init-2 .container .list_cont .list .box {
    height: 100%;
    padding: 30px;
    border: 1px solid #000;
}

.culture-page .init-2 .container .list_cont .list .box:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    border-radius: 10px;
}

.culture-page .init-2 .container .list_cont .list .box .title {
    font-weight: 500;
    color: #3f3f3f;
}

.culture-page .init-2 .container .list_cont .list .box .des {
    margin-top: 20px;
    color: #3f3f3f;
}

.culture-page .init-2 .container .list_cont .list1 .box {
    border: none;
    padding-left: 0;
}

.culture-page .init-2 .container .list_cont .list1 .box .des {
    max-width: 460px;
    margin-top: 0;
    padding-top: 0;
}

.culture-page .init-2 .container .list_cont .list1 .box .more {
    margin-top: 20px;
    display: inline-block;
    padding: 6px 44px;
    background-color: var(--color);
    border: 1px solid var(--color);
}

.culture-page .init-2 .container .list_cont .list1,
.culture-page .init-2 .container .list_cont .list4 {
    width: -webkit-calc(-560%);
    width: -moz-calc(-560%);
    width: calc(100% - 660px);
}

.culture-page .init-3 .container .tips {
    font-weight: 500;
    text-align: center;
}

.culture-page .init-3 .container .tips_des {
    max-width: 650px;
    margin: 10px auto 0;
    color: #8a8a8a;
    text-align: center;
}

.culture-page .init-3 .container .list_cont {
    margin-top: 60px;
}

.culture-page .init-3 .container .list_cont .list {
    background-color: #f9f9f9;
}

.culture-page .init-3 .container .list_cont .list .left {
    position: relative;
    vertical-align: middle;
}

.culture-page .init-3 .container .list_cont .list .left img {
    width: 100%;
}

.culture-page .init-3 .container .list_cont .list .right {
    position: relative;
    vertical-align: middle;
    padding: 40px 70px;
}

.culture-page .init-3 .container .list_cont .list .right .title {
    font-weight: 500;
}

.culture-page .init-3 .container .list_cont .list .right .des {
    color: #878787;
    margin-top: 20px;
}

.culture-page .init-3 .container .list_cont .list:nth-child(2n-1) .left {
    left: 50%;
}

.culture-page .init-3 .container .list_cont .list:nth-child(2n-1) .right {
    left: -50%;
}

.sustainable-page .init-1 .container .left {
    font-weight: 500;
    width: 530px;
    padding-right: 10px;
}

.sustainable-page .init-1 .container .right {
    width: -webkit-calc(-430%);
    width: -moz-calc(-430%);
    width: calc(100% - 530px);
    color: #838383;
}

.sustainable-page .init-1 .container .content {
    margin: 10px -25px 0;
}

.sustainable-page .init-1 .container .content .list {
    margin-top: 40px;
    padding: 0 25px;
}

.sustainable-page .init-1 .container .content .list .box {
    display: block;
    background-color: #f9f9f9;
    padding: 16px 60px 16px 16px;
}

.sustainable-page .init-1 .container .content .list .box .img {
    width: 166px;
    height: 166px;
    background-color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.sustainable-page .init-1 .container .content .list .box .img img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.sustainable-page .init-1 .container .content .list .box .text {
    width: -webkit-calc(-66%);
    width: -moz-calc(-66%);
    width: calc(100% - 166px);
    padding-left: 34px;
}

.sustainable-page .init-1 .container .content .list .box .text .title {
    font-weight: 500;
    margin-top: 10px;
}

.sustainable-page .init-1 .container .content .list .box .text .des {
    color: #898989;
    margin-top: 10px;
    line-height: 1.6;
}

.sustainable-page .init-1 .container .content .list .box:hover {
    background-color: var(--color);
    color: #fff;
}

.sustainable-page .init-1 .container .content .list .box:hover .text .title {
    color: #ffff;
}

.sustainable-page .init-1 .container .content .list .box:hover .text .des {
    color: #fff;
}

.sustainable-page .init-2 {
    text-align: center;
    -o-background-size: cover;
    background-size: cover;
    padding: 150px 0;
    color: #fff;
}

.sustainable-page .init-2 .container .tips {
    font-weight: 500;
}

.sustainable-page .init-2 .container .des {
    max-width: 660px;
    margin: 30px auto 0;
}

.sustainable-page .init-3 .container .left {
    width: -webkit-calc(-410%);
    width: -moz-calc(-410%);
    width: calc(100% - 510px);
    padding-right: 90px;
}

.sustainable-page .init-3 .container .left .list {
    margin-top: 50px;
}

.sustainable-page .init-3 .container .left .list .img {
    width: 50px;
}

.sustainable-page .init-3 .container .left .list .text {
    width: -webkit-calc(50%);
    width: -moz-calc(50%);
    width: calc(100% - 50px);
    padding-left: 40px;
}

.sustainable-page .init-3 .container .left .list .text .title {
    font-weight: 500;
}

.sustainable-page .init-3 .container .left .list .text .des {
    margin-top: 10px;
    color: #8d8d8d;
}

.sustainable-page .init-3 .container .left .list:first-child {
    margin-top: 0;
}

.sustainable-page .init-3 .container .left .list:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.sustainable-page .init-3 .container .left .list:hover .img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.sustainable-page .init-3 .container .right {
    width: 510px;
}

.sustainable-page .init-3 .container .right img {
    width: 100%;
}

.sustainable-page .init-4 {
    background-color: #f9f9f9;
}

.sustainable-page .init-4 .container .img {
    width: 40%;
}

.sustainable-page .init-4 .container .right {
    width: 60%;
    padding-left: 120px;
}

.sustainable-page .init-4 .container .right .title {
    font-weight: 500;
}

.sustainable-page .init-4 .container .right .des {
    color: #878787;
    margin-top: 20px;
}

.sustainable-page .init-5 .container .top_c .left {
    width: 700px;
    padding-right: 100px;
}

.sustainable-page .init-5 .container .top_c .left .tips {
    font-weight: 500;
}

.sustainable-page .init-5 .container .top_c .left .des {
    color: #8a8a8a;
    margin-top: 10px;
}

.sustainable-page .init-5 .container .top_c .right {
    vertical-align: bottom;
    width: -webkit-calc(-600%);
    width: -moz-calc(-600%);
    width: calc(100% - 700px);
}

.sustainable-page .init-5 .container .top_c .right .list_cont .list {
    cursor: pointer;
    padding: 0 20px;
    width: 25%;
    text-align: center;
    color: #bfbfbf;
}

.sustainable-page .init-5 .container .top_c .right .list_cont .list .img {
    height: 50px;
}

.sustainable-page .init-5 .container .top_c .right .list_cont .list .img img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.sustainable-page .init-5 .container .top_c .right .list_cont .list .text {
    margin-top: 30px;
    font-weight: 500;
}

.sustainable-page .init-5 .container .top_c .right .list_cont .list:hover,
.sustainable-page .init-5 .container .top_c .right .list_cont .list.active {
    color: var(--color);
}

.sustainable-page .init-5 .container .content {
    margin-top: 40px;
}

.sustainable-page .init-5 .container .content .slick1 li .box {
    background-color: #f9f9f9;
}

.sustainable-page .init-5 .container .content .slick1 li .box .left {
    width: -webkit-calc(-410%);
    width: -moz-calc(-410%);
    width: calc(100% - 510px);
    vertical-align: middle;
}

.sustainable-page .init-5 .container .content .slick1 li .box .left img {
    width: 100%;
}

.sustainable-page .init-5 .container .content .slick1 li .box .right {
    vertical-align: middle;
    width: 510px;
    padding: 40px 70px;
}

.sustainable-page .init-5 .container .content .slick1 li .box .right .title {
    font-weight: 500;
    text-transform: uppercase;
}

.sustainable-page .init-5 .container .content .slick1 li .box .right .des {
    margin-top: 20px;
    color: #8a8a8a;
}

.sustainable-page .init-6 {
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding-bottom: 230px;
}

.sustainable-page .init-6 .container .left {
    width: 410px;
}

.sustainable-page .init-6 .container .left .tips {
    font-weight: 500;
}

.sustainable-page .init-6 .container .left .des {
    margin-top: 20px;
}

.sustainable-page .init-6 .container .right {
    width: -webkit-calc(-310%);
    width: -moz-calc(-310%);
    width: calc(100% - 410px);
    padding-left: 280px;
}

.sustainable-page .init-6 .container .right .list {
    cursor: pointer;
    position: relative;
    margin-top: 36px;
}

.sustainable-page .init-6 .container .right .list .line_cont {
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
}

.sustainable-page .init-6 .container .right .list .line_cont .line {
    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%);
    background-color: #000;
}

.sustainable-page .init-6 .container .right .list .line_cont .line1 {
    width: 14px;
    height: 2px;
}

.sustainable-page .init-6 .container .right .list .line_cont .line2 {
    width: 2px;
    height: 14px;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
}

.sustainable-page .init-6 .container .right .list .text {
    padding-left: 40px;
}

.sustainable-page .init-6 .container .right .list .text .title {
    font-weight: 500;
}

.sustainable-page .init-6 .container .right .list .des {
    display: none;
    margin-top: 20px;
}

.sustainable-page .init-6 .container .right .list:first-child {
    margin-top: 0;
}

.sustainable-page .init-6 .container .right .list.active .line_cont .line2 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
}

.sustainable-page .init-7 {
    position: relative;
    z-index: 2;
    margin-top: -150px;
}

.sustainable-page .init-7 .container .cont {
    background-color: #fff;
    padding: 60px 180px 100px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sustainable-page .init-7 .container .cont .tips {
    font-weight: 500;
    text-align: center;
}

.sustainable-page .init-7 .container .cont .tips_des {
    margin: 10px auto 0;
    color: #8e8e8e;
    text-align: center;
    max-width: 640px;
}

.sustainable-page .init-7 .container .cont .img {
    margin-top: 30px;
    display: block;
    width: 100%;
}

.sustainable-page .init-8 .container .tips {
    font-weight: 500;
    text-align: center;
}

.sustainable-page .init-8 .container .tips_des {
    max-width: 1000px;
    color: #8a8a8a;
    text-align: center;
    margin: 20px auto 0;
}

.sustainable-page .init-8 .container .content {
    margin-top: 50px;
}

.sustainable-page .init-8 .container .content .slick1 {
    margin: 0 -15px 0;
}

.sustainable-page .init-8 .container .content .slick1 .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.sustainable-page .init-8 .container .content .slick1 .slick-track .slick-slide {
    height: auto;
}

.sustainable-page .init-8 .container .content .slick1 .slick-track .slick-slide>div {
    height: 100%;
}

.sustainable-page .init-8 .container .content .slick1 li {
    height: 100%;
    padding: 0 15px;
}

.sustainable-page .init-8 .container .content .slick1 li .box {
    height: 100%;
    background-color: #f9f9f9;
    padding: 44px 60px;
}

.sustainable-page .init-8 .container .content .slick1 li .box .title {
    font-weight: 500;
}

.sustainable-page .init-8 .container .content .slick1 li .box .des {
    color: #8a8a8a;
    margin-top: 20px;
}

.sustainable-page .init-8 .container .content .slick1 li .box:hover {
    background-color: var(--color);
}

.sustainable-page .init-8 .container .content .slick1 li .box:hover .title {
    color: #fff;
}

.sustainable-page .init-8 .container .content .slick1 li .box:hover .des {
    color: #fff;
}

.contact-page .init-1 .container .title_c .left {
    width: -webkit-calc(-520%);
    width: -moz-calc(-520%);
    width: calc(100% - 620px);
    font-weight: 500;
    text-transform: uppercase;
}

.contact-page .init-1 .container .title_c .left>div {
    max-width: 360px;
}

.contact-page .init-1 .container .title_c .right {
    width: 620px;
    color: #9e9e9e;
}

.contact-page .init-1 .container .content {
    margin-top: 70px;
    background-color: #f9f9f9;
}

.contact-page .init-1 .container .content .img {
    width: 480px;
}

.contact-page .init-1 .container .content .cont {
    width: -webkit-calc(-380%);
    width: -moz-calc(-380%);
    width: calc(100% - 480px);
    padding: 50px 60px 60px 80px;
}

.contact-page .init-1 .container .content .cont .list {
    margin-top: 20px;
}

.contact-page .init-1 .container .content .cont .list .label {
    width: 190px;
    font-size: 14px;
    font-weight: 700;
}

.contact-page .init-1 .container .content .cont .list .input_c {
    width: -webkit-calc(-90%);
    width: -moz-calc(-90%);
    width: calc(100% - 190px);
    border: 1px solid #898989;
}

.contact-page .init-1 .container .content .cont .list .input_c input,
.contact-page .init-1 .container .content .cont .list .input_c textarea {
    width: 100%;
    border: none;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 500;
}

.contact-page .init-1 .container .content .cont .list .input_c.object_cont {
    position: relative;
}

.contact-page .init-1 .container .content .cont .list .input_c.object_cont input {
    opacity: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.contact-page .init-1 .container .content .cont .list .input_c.object_cont .item_c {
    padding: 10px 30px;
    position: relative;
    z-index: 2;
}

.contact-page .init-1 .container .content .cont .list .input_c.object_cont .item_c .item {
    cursor: pointer;
    width: 50%;
    padding: 10px 10px 10px 34px;
    position: relative;
    color: #bdbdbd;
    font-size: 14px;
    font-weight: 500;
}

.contact-page .init-1 .container .content .cont .list .input_c.object_cont .item_c .item .cir {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #bdbdbd;
    top: 12px;
    left: 0;
}

.contact-page .init-1 .container .content .cont .list .input_c.object_cont .item_c .item .cir div {
    position: absolute;
    width: 7px;
    height: 7px;
    top: 3px;
    left: 3px;
    background-color: #fff;
    border-radius: 50%;
}

.contact-page .init-1 .container .content .cont .list .input_c.object_cont .item_c .item:hover,
.contact-page .init-1 .container .content .cont .list .input_c.object_cont .item_c .item.active {
    color: #000;
}

.contact-page .init-1 .container .content .cont .list .input_c.object_cont .item_c .item:hover .cir,
.contact-page .init-1 .container .content .cont .list .input_c.object_cont .item_c .item.active .cir {
    border: 1px solid var(--color);
    background-color: var(--color);
}

.contact-page .init-1 .container .content .cont .more {
    margin: 30px 0 0 190px;
    cursor: pointer;
    display: inline-block;
    padding: 14px 36px;
    background-color: var(--color);
    text-transform: uppercase;
    font-size: 14px;
}

.contact-page .init-1 .container .content .cont .more::before {
    background-color: var(--color);
}

.contact-page .init-1 .container .content .cont .more img,
.contact-page .init-1 .container .content .cont .more span {
    position: relative;
    z-index: 2;
    vertical-align: middle;
}

.contact-page .init-1 .container .content .cont .more span {
    margin-left: 20px;
}

.contact-page .init-1 .container .content .cont .more:hover {
    color: #fff;
}

.contact-page .init-1 .container .content .cont .more:hover img {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contact-page .init-2 {
    padding-top: 40px;
}

.contact-page .init-2 .container .content {
    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;
    margin: 0 -15px 0;
}

.contact-page .init-2 .container .content .list {
    padding: 0 15px;
    width: 33.33%;
}

.contact-page .init-2 .container .content .list .box {
    background-color: #f9f9f9;
    padding: 30px;
    height: 100%;
}

.contact-page .init-2 .container .content .list .box .img {
    height: 48px;
}

.contact-page .init-2 .container .content .list .box .img img {
    max-height: 100%;
}

.contact-page .init-2 .container .content .list .box .title {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
}

.contact-page .init-2 .container .content .list .box .des {
    margin-top: 14px;
    color: #838383;
}

.contact-page .init-3 {
    position: relative;
    z-index: 1;
}

.contact-page .init-3 .container {
    width: 100%;
}

.contact-page .init-3 .container .map #mapContainer {
    height: 480px;
}


.news-page .init-1 .container ul {
    margin: -10px;
}

.news-page .init-1 .container ul li {
    padding: 10px;
}

.news-page .init-1 .container ul li .box {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.news-page .init-1 .container ul li .box .img {
    display: block;
}

.news-page .init-1 .container ul li .box .img img {
    width: 100%;
}

.news-page .init-1 .container ul li .box .cont {
    padding: 30px 20px;
}

.news-page .init-1 .container ul li .box .cont .title {
    font-weight: 500;
    display: block;
    line-height: 2;
}

.news-page .init-1 .container ul li .box .cont .title:hover {
    color: var(--color);
}

.news-page .init-1 .container ul li .box .cont .time {
    color: #9e9e9e;
    margin-top: 10px;
}

.news-page .init-1 .container .m-page {
    margin-top: 50px;
}

.newdet-page .init-1 .container .left {
    width: calc(100% - 500px);
    padding-right: 60px;
}

.newdet-page .init-1 .container .right {
    width: 500px;
    position: sticky;
    top: 100px;
    z-index: 2;
}

.newdet-page .init-1 .container .right .btn_c {
    text-align: center;
    background: var(--color);
    color: #fff;
    font-size: 20px;
    margin-left: auto;
    margin-bottom: 20px;
    position: relative;
    display: none;
}

.newdet-page .init-1 .container .right .cont {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 40px 20px;
    background: #f76e11;
    border-radius: 16px;
    color: #fff;
}

.newdet-page .init-1 .container .right .cont a {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.newdet-page .init-1 .container .right .cont a img {
    width: 170px;
}

.newdet-page .init-1 .container .right .cont .des {
    margin-top: 20px;
    font-size: 16px;
    line-height: 2;
    overflow-y: auto;
    padding-right: 8px;
    max-height: 300px;
}

.newdet-page .init-1 .container .right .cont .form form {
    padding-top: 10px;
    border-top: 1px solid #fff;
    margin-top: 30px;
}

.newdet-page .init-1 .container .right .cont .form form input,
.newdet-page .init-1 .container .right .cont .form form textarea {
    width: 100%;
    border: 1px solid #fff;
    padding: 6px 10px;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 5px;
    color: #000;
}

.newdet-page .init-1 .container .right .cont .form form textarea {
    height: 100px;
}

.newdet-page .init-1 .container .right .cont .form form .submit_btn {
    text-align: center;
    cursor: pointer;
    transition: all .5s;
    color: #f76e11;
    border: 1px solid #fff;
}

.newdet-page .init-1 .container .right .cont .form form .submit_btn:hover {
    background: #f76e11;
    color: #fff;
}

.newdet-page .init-1 .container .title {
    font-weight: 500;
}

.newdet-page .init-1 .container .time {
    color: #9e9e9e;
    margin-top: 30px;
}

.newdet-page .init-1 .container .content {
    margin-top: 20px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    color: #767676;
    padding: 30px 0;
}

.newdet-page .init-1 .container .bottom_cont {
    margin-top: 40px;
}

.newdet-page .init-1 .container .bottom_cont .left {
    width: -webkit-calc(-60%);
    width: -moz-calc(-60%);
    width: calc(100% - 160px);
    padding-right: 20px;
}

.newdet-page .init-1 .container .bottom_cont .right {
    width: 160px;
}

.newdet-page .init-1 .container .bottom_cont .right .share_name {
    color: #767676;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a {
    display: inline-block;
    margin-top: 10px;
    width: 28px;
    height: 28px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background-color: #3b5999;
    font-size: 16px;
    border-radius: 50%;
    margin-right: 12px;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a i {
    position: relative;
    z-index: 2;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a::before {
    background-color: var(--color);
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list2 {
    background-color: #00aced;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list3 {
    background-color: #cb2027;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list4 {
    background-color: #cc2366;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a:last-child {
    margin-right: 0;
}

@media (max-width: 1450px) {

    .inner-banner .container .cat_name {
        font-size: 50px;
    }

    .inner-banner .container .cat_name.f_40 {
        font-size: 30px;
    }

    .factory-page .init-2 .container .list .big_img .btn {
        right: 10%;
    }

    .factory-page .init-2 .container .list .big_img .prev {
        left: 10%;
    }

    .sustainable-page .init-5 .container .top_c .left {
        width: 500px;
        padding-right: 20px;
    }

    .sustainable-page .init-5 .container .top_c .right {
        width: -webkit-calc(-400%);
        width: -moz-calc(-400%);
        width: calc(100% - 500px);
    }

    .service-page .init-7 .container .list .big_img .btn {
        right: 10%;
    }

    .service-page .init-7 .container .list .big_img .prev {
        left: 10%;
    }
}

@media (max-width: 1250px) {
  .inner-banner{
    padding: 100px 0;
  }
      .inner-banner .container .cat_name {
        font-size: 38px;
    }
.prodet-page .init-1 .container .right{
  padding-left: 70px;
}
    .service-page .init-1 .container .list_cont {
        margin: 10px -10px 0;
    }

    .service-page .init-1 .container .list_cont .list {
        padding: 0 10px;
        width: 50%;
    }

    .service-page .init-1 .container .list_cont .list .num {
        left: 16px;
    }

    .service-page .init-2 .container .list {
        height: 400px;
    }

    .about_public_nav {
        display: none;
    }

    .about-page .init-2 .container .left {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .about-page .init-2 .container .right {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .about-page .init-7 .container .title_c .left {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .about-page .init-7 .container .title_c .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
        text-align: center;
    }

    .factory-page .init-2 .container .list .big_img .btn {
        width: 40px;
        height: 40px;
    }

    .factory-page .init-2 .container .list .big_img .btn img {
        width: 16px;
        margin-top: 16px;
    }

    .sustainable-page .init-6 .container .right {
        padding-left: 20px;
    }

    .sustainable-page .init-8 .container .content .slick1 li .box {
        padding: 20px;
    }

    .contact-page .init-1 .container .title_c .left {
        width: 100%;
        text-align: center;
    }

    .contact-page .init-1 .container .title_c .left>div {
        max-width: 100%;
    }

    .contact-page .init-1 .container .title_c .right {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .contact-page .init-1 .container .content .img {
        display: none;
    }

    .contact-page .init-1 .container .content .cont {
        width: 100%;
        padding: 40px;
    }

    .newdet-page .init-1 .container .left {
        width: calc(100% - 300px);
    }

    .newdet-page .init-1 .container .right {
        width: 300px;
    }

    .service-page .init-6 .container .cont .left .play {
        margin-top: 30px;
    }
}

@media (max-width: 1000px) {
    .service-page .init-1 .container .content .partner_title .left{
        width:100%;
    }
    .service-page .init-1 .container .content .partner_title .right{
width:100%;margin-top: 5%;
    }
    .inner-banner {
        margin-top: 40px;
        padding: 100px 0;
        text-align: center;
    }

    .inner-banner .container .cat_name {
        font-size: 32px;
    }

    .pro_public_cont .form_cont .container .cont {
        padding: 40px 16px;
        text-align: center;
    }

    .pro_public_cont .form_cont .container .cont .list .input_cont {
        text-align: left;
    }

    .pro_public_cont .about_cont .container {
        text-align: center;
    }

    .pro_public_cont .about_cont .container .left {
        width: 100%;
        max-width: 500px;
    }

    .pro_public_cont .about_cont .container .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .pro_public_cont .news_cont .container .tips_cont .left {
        text-align: center;
        padding: 0;
        width: 100%;
    }

    .pro_public_cont .news_cont .container .tips_cont .right {
        display: none;
    }

    .pro_public_cont .news_cont .container .content {
        text-align: center;
    }

    .pro_public_cont .knowledge_cont {
        padding: 80px 0;
        text-align: center;
    }

    .pro_public_cont #cp-Nav {
        display: block;
    }

    .pro_public_cont .related_pro .container .content .slick1 {
        margin: 0 -10px;
    }

    .pro_public_cont .related_pro .container .content .slick1 li {
        padding: 0 10px;
    }

    .pro_public_cont .related_pro .container .content .slick1 li .box .title {
        text-align: center;
    }

    .prodet-page .init-1 .container {
        text-align: center;
    }

    .prodet-page .init-1 .container .big_img {
        width: 100%;
        max-width: 480px;
    }

    .prodet-page .init-1 .container .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .m-link {
        text-align: left;
    }

    .service-page .init-1 .container .content .partner_list .list {
        width: 100%;
    }

    .service-page .init-1 .container .content .partner_list .list.active {
        width: 100%;
    }

    .service-page .init-1 .container .content .partner_list .list .box {
        width: 100%;
        padding-bottom: 20px;
    }

    .service-page .init-1 .container .content .partner_list .list .box .left {
        border: 1px solid #eee;
    }

    .service-page .init-1 .container .content .partner_list .list .box .right {
        transform: scale(1);
        opacity: 1;
        width: calc(100% - 120px);
        height: auto;
    }

    .service-page .init-1 .container .content .partner_list .list.active .box .right {
        opacity: 1;
    }

    .service-page .init-3 .container {
        text-align: center;
    }

    .service-page .init-3 .container .left {
        width: 100%;
        max-width: 500px;
    }

    .service-page .init-3 .container .right {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 30px;
    }

    .service-page .init-4 .container .content .list .box .cont {
        width: -webkit-calc(80%);
        width: -moz-calc(80%);
        width: calc(100% - 20px);
        height: -webkit-calc(80%);
        height: -moz-calc(80%);
        height: calc(100% - 20px);
        top: 140%;
    }

    .service-page .init-4 .container .content .list .box .cont .title {
        font-size: 20px;
    }

    .service-page .init-6 .container .cont {
        padding: 40px 16px;
    }

    .service-page .init-6 .container .cont .left {
        width: 100%;
        text-align: center;
    }

    .service-page .init-6 .container .cont .right {
        width: 100%;
        margin-top: 40px;
    }

    .service-page .init-7 .container .list .small_img {
        display: none;
    }

    .service-page .init-7 .container .list .des {
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }

    .about-page .init-4 .container .list_cont {
        margin: 30px -10px 0;
    }

    .about-page .init-4 .container .list_cont .list {
        padding: 0 10px;
    }

    .about-page .init-5 {
        text-align: center;
        padding: 50px 0;
    }

    .about-page .init-5 .container .s_page {
        position: relative;
        top: 0;
        left: 0;
        margin: 20px auto 0;
    }

    .about-page .init-5 .container .sub_img {
        display: none;
    }

    .about-page .init-5 .container .list_cont .slick1 li .box {
        padding: 0 10px;
    }

    .about-page .init-5 .container .list_cont .slick1 li .box .cont {
        height: auto;
    }

    .about-page .init-5 .container .list_cont .slick1 li .box .cont .des {
        opacity: 1;
    }

    .about-page .init-5 .container .list_cont .slick1 li .box .img {
        display: none;
    }

    .about-page .init-6 .container .list_cont {
        margin: 20px -10px 0;
    }

    .about-page .init-6 .container .list_cont .list {
        padding: 0 10px;
    }

    .factory-page .init-2 .container .list .small_img {
        display: none;
    }

    .factory-page .init-2 .container .list .des {
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }

    .culture-page .init-1 {
        text-align: center;
    }

    .culture-page .init-1 .container .left {
        width: 100%;
        max-width: 460px;
    }

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

    .culture-page .init-1 .container .right .title {
        margin-top: 60px;
    }

    .culture-page .init-2 .container .list_cont .list {
        width: 50%;
    }

    .culture-page .init-3 .container .list_cont .list .left {
        width: 100%;
    }

    .culture-page .init-3 .container .list_cont .list .right {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .culture-page .init-3 .container .list_cont .list:nth-child(2n-1) .left {
        left: 0;
    }

    .culture-page .init-3 .container .list_cont .list:nth-child(2n-1) .right {
        left: 0;
    }

    .sustainable-page .init-1 .container .left {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .sustainable-page .init-1 .container .right {
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }

    .sustainable-page .init-1 .container .content .list {
        width: 100%;
    }

    .sustainable-page .init-3 .container .left {
        width: 100%;
        padding-right: 0;
    }

    .sustainable-page .init-3 .container .right {
        display: none;
    }

    .sustainable-page .init-4 .container .img {
        display: none;
    }

    .sustainable-page .init-4 .container .right {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .sustainable-page .init-5 .container .top_c .left {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .sustainable-page .init-5 .container .top_c .right {
        width: 100%;
    }

    .sustainable-page .init-5 .container .top_c .right .list {
        margin-top: 20px;
    }

    .sustainable-page .init-5 .container .content .slick1 li .box {
        text-align: center;
    }

    .sustainable-page .init-5 .container .content .slick1 li .box .left {
        width: 100%;
        max-width: 420px;
        margin-top: 20px;
    }

    .sustainable-page .init-5 .container .content .slick1 li .box .right {
        width: 100%;
    }

    .sustainable-page .init-6 .container .left {
        width: 100%;
    }

    .sustainable-page .init-6 .container .right {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .sustainable-page .init-7 .container .cont {
        padding: 16px;
    }

    .contact-page .init-2 .container .content .list {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .news-page .init-1 .container ul li .box .cont {
        text-align: center;
        padding: 20px 10px;
    }

    .newdet-page .init-1 .container {
        position: unset;
    }

    .newdet-page .init-1 .container .bottom_cont {
        margin-top: 20px;
    }

    .newdet-page .init-1 .container .bottom_cont .left {
        width: 100%;
        padding: 0;
    }

    .newdet-page .init-1 .container .bottom_cont .right {
        display: none;
    }

    .newdet-page .init-1 .container .left {
        width: 100%;
        padding: 0;
    }

    .newdet-page .init-1 .container .right {
        position: fixed;
        top: 50%;
        right: 25px;
        padding-right: 46px;
        width: 50px;
        height: 50px;
        bottom: 240px;
        top: unset;
    }

    .newdet-page .init-1 .container .right .cont {
        border-radius: 0;
        max-height: 500px;
        overflow-y: auto;
        padding-right: 10px;
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        right: 80px;
        width: 300px;
        display: none;
    }

    .newdet-page .init-1 .container .right .btn_c {
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .yincaql {
        display: none !important;
    }
}

@media (max-width: 700px) {
    .prodet-page .init-3 .container .cont {
        width: 100%;
        padding: 16px;
        left: 50%;
        text-align: center;
        bottom: inherit;
        top: 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%);
    }

    .service-page .init-4 .container .content .list {
        width: 100%;
    }

    .service-page .init-4 .container .content .list .box {
        height: auto;
    }

    .service-page .init-4 .container .content .list .box .cont {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        color: #000;
        margin-top: 20px;
        text-align: center;
        height: auto;
        padding: 0;
    }

    .service-page .init-4 .container .content .list .box .shadow {
        display: none;
    }

    .service-page .init-4 .container .content .list .box .img {
        position: relative;
        height: 50vw;
    }

    .service-page .init-7 .container .list {
        padding: 40px 10px;
    }

    .about-page .init-4 .container .list_cont .list {
        margin-top: 20px;
    }

    .about-page .init-8 .container .list_cont .list {
        width: 33.33%;
    }

    .factory-page .init-2 .container .list {
        padding: 40px 10px;
    }

    .culture-page .init-2 .container .tips {
        text-align: center;
    }

    .culture-page .init-2 .container .list_cont .list {
        width: 100%;
        text-align: center;
    }

    .culture-page .init-3 .container .list_cont .list .right {
        padding: 20px 16px;
    }

    .sustainable-page .init-6 {
        padding: 40px 0;
    }

    .sustainable-page .init-7 {
        display: none;
    }

    .contact-page .init-1 .container .content .cont {
        padding: 16px;
    }

    .contact-page .init-1 .container .content .cont .list .label {
        width: 100%;
    }

    .contact-page .init-1 .container .content .cont .list .input_c {
        width: 100%;
        margin-top: 10px;
    }

    .contact-page .init-1 .container .content .cont .more {
        margin: 20px 0 0 0;
    }

    .contact-page .init-3 .container {
        padding: 0;
    }
}

@media (max-width: 500px) {
    .inner-banner {
        padding: 60px 0;
    }

    .inner-banner .container .cat_name {
        line-height: 1.8;
        font-size: 24px;
    }

    .inner-banner .container .cat_name.f_40 {
        font-size: 24px;
        line-height: 1.8;
    }

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

    .pro_public_cont .form_cont .container .cont .list .input_cont .objects_list .list_item {
        width: 100%;
    }

    .pro_public_cont .news_cont .container .content {
        margin-top: 20px;
        padding-top: 20px;
    }

    .pro_public_cont .knowledge_cont {
        padding: 40px 0;
    }

    .pro_public_cont .knowledge_cont .container .des {
        padding-right: 4px;
        overflow-y: auto;
        max-height: 400px;
    }

    .pro_public_cont .related_pro {
        padding: 40px 0;
    }

    .pro_public_cont .related_pro .container .content {
        margin-top: 20px;
    }

    .prodet-page .init-1 {
        padding-bottom: 20px;
    }

    .prodet-page .init-1 .container .right .title {
        font-size: 20px;
    }

    .prodet-page .init-1 .container .right .img_list {
        margin-top: 40px;
    }

    .prodet-page .init-1 .container .right .more_c {
        padding-top: 20px;
    }

    .prodet-page .init-1 .container .right .more_c .more {
        padding: 8px 30px;
    }

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

    .prodet-page .init-3 .container .cont strong {
        font-size: 20px;
    }

    .prodet-page .init-3 .container .cont b {
        font-size: 20px;
    }

    .prodet-page .init-3 .container .cont p {
        max-height: 300px;
        overflow-y: auto;
        padding-right: 4px;
    }

    .prodet-page .init-4 {
        padding-bottom: 40px;
    }

    .service-page .init-1 .container .list_cont .list {
        width: 100%;
    }

    .service-page .init-1 .container .content .partner_list .list .box {
        text-align: center;
    }

    .service-page .init-1 .container .content .partner_list .list .box .right {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }

    .service-page .init-1 .container .content .partner_list .list.active .box .right {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }

    .service-page .init-2 .container .list {
        height: 300px;
    }

    .service-page .init-4 .container .content .list .box {
        border: 1px solid #eee;
        padding-bottom: 20px;
    }

    .service-page .init-7 .container .list .big_img {
        margin-top: 20px;
    }

    .service-page .init-7 .container .list .big_img .slick1 li {
        padding: 0;
    }

    .service-page .init-7 .container .list .des {
        max-height: 400px;
        padding-right: 2px;
        overflow-y: auto;
        margin-top: 20px;
    }

    .about-page .init-2 .container {
        padding-bottom: 40px;
    }

    .about-page .init-3 {
        padding: 40px 0;
        margin-top: 40px;
    }

    .about-page .init-3 .container .list {
        text-align: center;
    }

    .about-page .init-3 .container .list .cont {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .about-page .init-4 .container .list_cont .list .box .img_c .shadow .more {
        min-width: 200px;
    }

    .about-page .init-4 .container .list_cont .list .box .num {
        margin-top: 20px;
    }

    .about-page .init-4 .container .list_cont .list .box .title {
        margin-top: 10px;
    }

    .about-page .init-5 {
        padding: 40px 0;
    }

    .about-page .init-5 .container .list_cont {
        margin-top: 20px;
        padding: 0;
    }

    .about-page .init-6 .container .list_cont {
        margin-top: 0;
    }

    .factory-page .init-2 .container .list .big_img {
        margin-top: 20px;
    }

    .factory-page .init-2 .container .list .big_img .slick1 li {
        padding: 0;
    }

    .factory-page .init-2 .container .list .des {
        max-height: 400px;
        padding-right: 2px;
        overflow-y: auto;
        margin-top: 20px;
    }

    .culture-page .init-1 .container .right .title {
        margin-top: 20px;
    }

    .culture-page .init-1 .container .right .des {
        margin-top: 16px;
    }

    .culture-page .init-2 .container .list_cont {
        margin-top: 0;
    }

    .culture-page .init-2 .container .list_cont .list {
        margin-top: 20px;
    }

    .culture-page .init-2 .container .list_cont .list .box {
        padding: 20px 16px;
    }

    .culture-page .init-2 .container .list_cont .list1 .box {
        padding-top: 0;
    }

    .culture-page .init-3 .container .list_cont {
        margin-top: 40px;
    }

    .sustainable-page .init-1 .container .content .list {
        margin-top: 20px;
    }

    .sustainable-page .init-1 .container .content .list .box {
        text-align: center;
        padding: 20px 16px;
    }

    .sustainable-page .init-1 .container .content .list .box .text {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .sustainable-page .init-2 {
        padding: 40px 0;
    }

    .sustainable-page .init-3 .container .left .list {
        text-align: center;
    }

    .sustainable-page .init-3 .container .left .list .text {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .sustainable-page .init-5 .container .top_c .right .list_cont .list {
        width: 50%;
        padding: 0 5px;
    }

    .sustainable-page .init-5 .container .top_c .right .list_cont .list .text {
        margin-top: 10px;
    }

    .sustainable-page .init-5 .container .content .slick1 li .box .right {
        padding: 16px;
    }

    .sustainable-page .init-5 .container .content .slick1 li .box .right .des {
        margin-top: 10px;
    }

    .contact-page .init-1 .container .content {
        margin-top: 40px;
    }

    .contact-page .init-1 .container .content .cont .list .input_c.object_cont .item_c .item {
        width: 100%;
    }

    .contact-page .init-2 .container .content .list .box .img {
        height: auto;
    }

    .contact-page .init-3 .container .map #mapContainer {
        height: 280px;
    }

    .newdet-page .init-1 .container .bottom_cont {
        margin-top: 0;
    }

    .newdet-page .init-1 .container .time {
        margin-top: 16px;
    }

    .newdet-page .init-1 .container .right {
        width: 26px;
        height: 26px;
        padding-right: 0;
        right: 6px;
    }

    .newdet-page .init-1 .container .right .cont {
        right: 30px;
    }

    .newdet-page .init-1 .container .right .btn_c {
        width: 26px;
        height: 26px;
        font-size: 16px;
        line-height: 26px;
    }
}


.more_cont {
    position: relative;
    background-color: var(--color);
    color: #fff;
    overflow: hidden;
}

.more_cont span,
.more_cont img,
.more_cont div {
    position: relative;
    z-index: 2;
}

.more_cont::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -moz-transition: transform 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
}

.more_cont:hover {
    color: var(--color);
}

.more_cont:hover::before {
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.seoPublic .title{
    font-family: "Rany";
  font-weight: 500;
}
.seoPublic .Auxil-related{
  padding-bottom: 120px;
}

@media screen and (max-width: 1250px) {
.seoPublic .Auxil-related{
  padding-bottom: 70px;
}
}
@media screen and (max-width: 700px) {
.seoPublic .Auxil-related{
  padding-bottom: 30px;
}
}

.transition_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}


.faq-page{
  padding: 100px 0;
}
.faq-page .init-1 .container .list{
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.faq-page .init-1 .container .list h4{
    font-size: 20px;
 
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}
.faq-page .init-1 .container .list .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 17px;
    line-height: 1.8;
}
@media screen and (max-width: 500px) {
  .faq-page {
    padding: 40px 0;
  }
}
.slick-slider:not(.slick-vertical) .slick-track{
    display: block;
    margin-left: unset;
}
.slick-slider:not(.slick-vertical) .slick-track .slick-slide{
    height: 100%;
}

.prodet-page .init-1 .max-1350{
    max-width: 1350px;
}