#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;
}
.mobile-menu-wrap01 .menu-item a{
    line-height: 30px!important;
    font-size: 16px!important;
}
.mobile-menu-wrap01 .panel-title{
    line-height: 32px!important;
    font-size: 18px!important;
}
.font-24{
    line-height: 44px;
}
#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: 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;
        line-height: 40px;
    }

    .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: "Montserrat";
    src: url("../fonts/Montserrat-Light.eot");
    src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
}

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

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

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

body {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 18px;
    --color: #6c674d;
    margin: 0 auto;
    color: #242424;
}

.container {
    width: 1820px;
}

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

.color-ff {
    color: #fff;
}

.color-24 {
    color: #242424;
}

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

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

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

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

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

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

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

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

.lh-13 {
    line-height: 80px;
}

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

#header .bgcolor {
    background-color: var(--color);
}

#header .nav {
    position: relative;
    height: 70px;
    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;
}

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

#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 25px;
    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: #242424;
}

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

#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: 14px;
    font-weight: 500;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
}

#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: grayscale(1);
    filter: grayscale(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 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 img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

#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;
    margin: 0 32px;
    cursor: pointer;
}

#header .nav .ui.menu .right .h-search img {
    -webkit-filter: grayscale(1);
    filter: grayscale(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: brightness(0);
    filter: brightness(0);
}

#header .nav .ui.menu .right .h-inquire {
    width: auto;
    height: 30px;
    padding: 0 12px;
    background-color: var(--color);
    border-radius: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid transparent;
}

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

#header .bottom {
    background-color: #fcfaf6;
}

#header .bottom ul {
    height: 48px;
}

#header .bottom ul li {
    color: #242424;
    margin: 0 32px;
}

#header .bottom ul li:hover {
    color: var(--color);
}

#header .bottom ul li.active {
    color: var(--color);
}

#banner {
    margin-top: 118px;
}

#banner .banner-content {
    height: -webkit-calc(100vh - 118px);
    height: -moz-calc(100vh - 118px);
    height: calc(100vh - 118px);
    position: relative;
}

#banner .banner-content .swiper-slide {

    padding-top: 49.32291666666667%;
    overflow: hidden;
}

#banner .banner-content .swiper-slide .txt-content {
    background-size: cover !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#banner .banner-content .swiper-slide .txt-content h3 {
    line-height: 1.2;
    font-weight: 300;
}

#banner .banner-content .swiper-slide .txt-content .text1 {
    font-weight: 500;
    line-height: 1.2;
}

.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;
    background-color: #fff;
    padding: 12px 15px;
    font-size: 18px;
    border-radius: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid transparent;
    min-width: 200px;
}

.btn-go:hover {
    background-color: var(--color);
    color: #fff;
    /*-webkit-box-shadow: 0px 0px 15px 4px rgba(71, 71, 71, 0.2);
    box-shadow: 0px 0px 15px 4px rgba(71, 71, 71, 0.2);*/
}

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

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

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

#index-body .init-1 .top .conr {
    width: 50%;
    line-height: 1.8;
    height: 300px;
    overflow-y: auto;
}

#index-body .init-1 .bottom .imgBox>img {
    border-radius: 100px 100px 0 0;
}

#index-body .init-1 .bottom .play {
    width: 128px;
    height: 128px;
    border: solid 1px #ffffff;
    border-radius: 50%;
    padding: 12px;
    top: 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: rgba(255, 255, 255, 0.2);
}

#index-body .init-1 .bottom .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: inherit;
}

#index-body .init-1 .bottom .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: inherit;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#index-body .init-1 .bottom .play span {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 4px rgba(219, 219, 219, 0.2);
    box-shadow: 0px 0px 15px 4px rgba(219, 219, 219, 0.2);
}

#index-body .init-1 .bottom .desc {
    max-width: 854px;
    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%);
}

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

#index-body .init-2 .bairen-list .slick-list {
    padding-top: 10px;
}

#index-body .init-2 .bairen-list .box .imgBox {
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#index-body .init-2 .bairen-list .box .imgBox>img {
    border-radius: 10px;
}

#index-body .init-2 .bairen-list .box .imgBox .icon {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background-color: var(--color);
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 30%);
    -moz-transform: translate(-50%, 30%);
    -ms-transform: translate(-50%, 30%);
    -o-transform: translate(-50%, 30%);
    transform: translate(-50%, 30%);
}

/*#index-body .init-2 .bairen-list .box .imgBox:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}*/

#index-body .init-2 .bairen-list .box .txtbox {
    padding: 0 12px;
}

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

#index-body .init-3 .center-list li {
    padding: 20px 0;
}



#index-body .init-3 .center-list .box .imgBox {
    background-color: #f2f2f2;
    border-radius: 10px;
}

#index-body .init-3 .center-list .box .imgBox img {
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    top: 0;
    left: 0;
    border-radius: 10px;
}

#index-body .init-3 .center-list .box .imgBox img.thumb {
    opacity: 1;
    position: static;
}

#index-body .init-3 .center-list .box .imgBox:hover img.thumb {
    opacity: 0;
    position: absolute;
}

#index-body .init-3 .center-list .box .imgBox:hover img.cover {
    opacity: 1;
    position: static;
}

#index-body .init-3 .center-list .box .xh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 57px;
    height: 57px;
    top: 20px;
    left: 20px;
    -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;
    z-index: 2;
    background-color: var(--color);
    border-radius: 50%;
}
#index-body .init-3 .center-list .box .txtbox{
    text-transform: uppercase;
}

#index-body .init-4 {
    padding-bottom: 200px;
    background-color: #f2f2f2;
    border-radius: 100px 100px 0px 0px;
    overflow: hidden;
}

#index-body .init-4 .pro-list {
    margin-top: -60px;
}

#index-body .init-4 .pro-list .slick-slide>div {
    height: auto;
}

#index-body .init-4 .pro-list .box {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    overflow: hidden;
}

#index-body .init-4 .pro-list .box .imgBox img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#index-body .init-4 .pro-list .box .txtbox {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    
}
#index-body .init-4 .pro-list .box .txtbox span{
text-transform: uppercase;
}
.font-16{
    line-height: 30px;
}
.font-18{
    line-height: 32px;
}
.font-14{
    line-height: 2;
}
#index-body .init-4 .pro-list .box .txtbox2 {
    background-color: #f2f2f2;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 20px 20px 5px 5px;
    padding: 22px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#index-body .init-4 .pro-list .box .txtbox2 .tt{
    text-transform: uppercase;
}
#index-body .init-4 .pro-list .box .txtbox2 .desc {
    color: #8e8e8e;
}

#index-body .init-4 .pro-list .box .txtbox2 .btn-go {
    min-width: 180px;
    padding: 11px 20px;
}

#index-body .init-4 .pro-list .box:hover .txtbox {
    opacity: 0;
}

#index-body .init-4 .pro-list .box:hover .txtbox2 {
    opacity: 1;
    bottom: 0;
}

#index-body .init-4 .pro-list li {
    padding-bottom: 70px;
}

#index-body .init-4 .pro-list .slick-list .slick-slide {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    padding-top: 140px;
}

#index-body .init-4 .pro-list .slick-list .slick-current+.slick-slide {
    margin-top: -70px;
}

#index-body .init-4 .pro-list .slick-list .slick-current+.slick-slide+.slick-slide {
    margin-top: -140px;
}

#index-body .init-4 .btn-more {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 0.9;
}

#index-body .init-4 .btn-more .border {
    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;
    width: 111px;
    height: 111px;
    border: solid 1px #d2d2d2;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#index-body .init-4 .btn-more .border 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;
}

#index-body .init-4 .btn-more:hover {
    color: var(--color);
}

#index-body .init-4 .btn-more:hover .border {
    border-color: var(--color);
}

#index-body .init-4 .btn-more:hover .border img {
    -webkit-filter: none;
    filter: none;
}

#index-body .section01 {
    background-color: #fcfaf6;
    border-radius: 100px 100px 0px 0px;
    margin-top: -90px;
}

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

#index-body .init-5 .news-list .box {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 28px 0;
    position: relative;
    min-height: 13.2em;
}
.font-20{
    line-height: 36px;
}
#index-body .init-5 .news-list .box .cate {
    background-color: var(--color);
    padding: 4px 22px;
    border-radius: 15px;
    margin-left: 12px;
}

#index-body .init-5 .news-list .box .btn-go02 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

#index-body .init-5 .news-list .box .btn-go02 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;
}

#index-body .init-5 .news-list .box .btn-go02: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);
}

#index-body .init-5 .news-list .box::after {
    content: "";
    display: block;
    width: 0;
    background-color: #242424;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    -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::after {
    width: 100%;
}

#index-body .init-6 .faq-list .conbox {
    margin: 0 -47px;
}

#index-body .init-6 .faq-list ul {
    padding: 0 47px;
    width: 50%;
}

#index-body .init-6 .faq-list li {
    margin-bottom: 25px;
}

#index-body .init-6 .faq-list .box {
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    padding: 8px 20px;
}

#index-body .init-6 .faq-list .box .tt {
    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;
}

#index-body .init-6 .faq-list .box .tt::before {
    content: "+";
    font-size: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#index-body .init-6 .faq-list .box .content {
    color: #8e8e8e;
    margin: 18px 0;
    display: none;
}

#index-body .init-6 .faq-list .box.active {
    border-color: #242424;
}

#index-body .init-6 .faq-list .box.active .tt::before {
    content: "-";
}

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

#footer .footer-center .footer-t .footer-t-gird .t-list {
    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;
}

#footer .footer-center .footer-t .footer-t-gird .t-list p {
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 46px;
    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: 16px;
    margin-bottom: 26px;
    line-height: 30px;
    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;
    color: #8e8e8e;
}

#footer .footer-center .footer-t .footer-t-gird .form {
    max-width: 466px;
}

#footer .footer-center .footer-t .footer-t-gird .form ul {
    margin: 0 -3px;
}

#footer .footer-center .footer-t .footer-t-gird .form ul li {
    width: 50%;
    padding: 0 3px;
    margin-bottom: 5px;
}

#footer .footer-center .footer-t .footer-t-gird .form ul li input {
    width: 100%;
    display: block;
    padding: 14px 10px;
    background-color: #f2f2f2;
    border: 0;
}

#footer .footer-center .footer-t .footer-t-gird .form ul li input::-webkit-input-placeholder {
    font-size: 14px;
    color: #242424;
}

#footer .footer-center .footer-t .footer-t-gird .form ul li input:-moz-placeholder {
    font-size: 14px;
    color: #242424;
}

#footer .footer-center .footer-t .footer-t-gird .form ul li input::-moz-placeholder {
    font-size: 14px;
    color: #242424;
}

#footer .footer-center .footer-t .footer-t-gird .form ul li input:-ms-input-placeholder {
    font-size: 14px;
    color: #242424;
}

#footer .footer-center .footer-t .footer-t-gird .form ul li input::-ms-input-placeholder {
    font-size: 14px;
    color: #242424;
}

#footer .footer-center .footer-t .footer-t-gird .form ul li input::placeholder {
    font-size: 14px;
    color: #242424;
}

#footer .footer-center .footer-t .footer-t-gird .form ul li textarea {
    width: 100%;
    display: block;
    padding: 14px 10px;
    background-color: #f2f2f2;
    border: 0;
}

#footer .footer-center .footer-t .footer-t-gird .form ul li textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #242424;
}

#footer .footer-center .footer-t .footer-t-gird .form ul li textarea:-moz-placeholder {
    font-size: 14px;
    color: #242424;
}

#footer .footer-center .footer-t .footer-t-gird .form ul li textarea::-moz-placeholder {
    font-size: 14px;
    color: #242424;
}

#footer .footer-center .footer-t .footer-t-gird .form ul li textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #242424;
}

#footer .footer-center .footer-t .footer-t-gird .form ul li textarea::-ms-input-placeholder {
    font-size: 14px;
    color: #242424;
}

#footer .footer-center .footer-t .footer-t-gird .form ul li textarea::placeholder {
    font-size: 14px;
    color: #242424;
}

#footer .footer-center .footer-t .footer-t-gird .form ul li.wid-100 {
    width: 100%;
}

#footer .footer-center .footer-t .footer-t-gird .form ul li.send span {
    display: block;
    background-color: var(--color);
    padding: 14px 0;
    width: 100%;
    text-align: center;
    color: #fff;
    border: 1px solid transparent;
}

#footer .footer-center .footer-t .footer-t-gird .form ul li.send:hover span {
    background-color: #fff;
    border-color: var(--color);
    color: var(--color);
}

#footer .footer-center .footer-t .footer-t-gird .info {
    max-width: 382px;
}

#footer .footer-center .footer-t .footer-t-gird .info>span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

#footer .footer-center .footer-t .footer-t-gird .info>span em {
    padding-right: 5px;
}

#footer .footer-center .footer-t .footer-t-gird .info .share li {
    width: 35px;
    height: 35px;
    border: solid 1px var(--color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 14px;
}

#footer .footer-center .footer-t .footer-t-gird .info .share li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#footer .footer-center .footer-t .footer-t-gird .info .share li i {
    color: var(--color);
}

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

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

#footer .footer-center .footer-b {
    border-top: 1px solid #e5e5e5;
}

#footer .footer-center .footer-b p {
    color: #8e8e8e;
    height: 54px;
}

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

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

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

@media (max-width: 1800px) {
    .container {
        width: 1600px;
    }
}

@media (max-width: 1700px) {
    #index-body .init-6 .faq-list .conbox {
        margin: 0 -15px;
    }

    #index-body .init-6 .faq-list ul {
        padding: 0 15px;
    }
}

@media (max-width: 1450px) {
    #index-body .init-1 .top {
        padding: 0;
    }

    #index-body .init-1 .top .conr {
        width: 60%;
    }

    #index-body .init-3 .center-list li {
        padding: 0;
    }

    #index-body .init-4 .pro-list li {
        padding-bottom: 45px;
    }

    #index-body .init-4 .pro-list .slick-list .slick-current+.slick-slide {
        margin-top: -45px;
    }

    #index-body .init-4 .pro-list .slick-list .slick-current+.slick-slide+.slick-slide {
        margin-top: -90px;
    }

    #index-body .init-4 .pro-list .slick-list .slick-slide {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        padding-top: 115px;
    }

    #footer .footer-center .footer-t .footer-t-gird .form {
        max-width: 368px;
    }

    #footer .footer-center .footer-t .footer-t-gird .info {
        max-width: 290px;
    }
}

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

    #banner {
        margin-top: 60px;
    }

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

    #index-body .init-2 .bairen-list .box .txtbox {
        margin-top: 30px;
    }
    #index-body .init-2 .bairen-list .box .txtbox .desc{
        line-height: 30px;
    }

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

    #index-body .init-4 .pro-list .slick-list .slick-current+.slick-slide {
        margin-top: 0;
    }

    #index-body .init-4 .pro-list .slick-list .slick-slide {
        padding-top: 0;
    }

    #index-body .init-4 {
        padding-bottom: 160px;
    }

    #footer .footer-center .footer-t .footer-t-gird .form {
        max-width: 248px;
    }

    #footer .footer-center .footer-t .footer-t-gird .info {
        max-width: 250px;
    }
}

@media (max-width: 1000px) {
    .btn-go {
        zoom: 0.8;
    }
    .font-24{
        line-height: 2;
    }

    #banner .banner-content {
        height: 360px;
    }

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

    #index-body .init-1 .bottom .imgBox>img {
        border-radius: 40px 40px 0 0;
    }

    #index-body .init-1 .bottom {
        margin-top: 70px;
    }

    #index-body .init-1 .bottom .imgBox>img {
        height: 340px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    #index-body .init-4 {
        border-radius: 40px 40px 0px 0px;
    }

    #index-body .section01 {
        border-radius: 40px 40px 0px 0px;
    }

    #index-body .init-6 .faq-list ul {
        width: 100%;
    }


    #index-body .init-6 .faq-list li {
        margin-bottom: 12px;
    }

    #index-body .init-6 .faq-list .box {
        padding: 5px 12px;
    }

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

    #footer .footer-center .footer-t .footer-t-gird .form {
        max-width: 48%;
    }

    #footer .footer-center .footer-t .footer-t-gird .info {
        max-width: 48%;
        margin-top: -5px;
    }

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

@media (max-width: 700px) {
    #index-body .init-1 .bottom .play {
        zoom: 0.7;
    }

    #index-body .init-4 .pro-list li {
        padding-bottom: 26px;
    }

    #index-body .init-4 .btn-more .border {
        zoom: 0.7;
    }

    #index-body .init-4 .pro-list .box {
        padding: 10px;
    }

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

    #footer .footer-center .footer-t .footer-t-gird .info {
        max-width: 100%;
        margin-top: 5%;
    }

    #index-body .init-4 .pro-list .box .txtbox2 {
        padding: 10px;
    }

    #index-body .init-4 .pro-list .box .txtbox2 .desc {
        max-height: 118px;
        overflow-y: auto;
    }
}

@media (max-width: 500px) {
    #index-body .init-6 .faq-list .box .tt {
        -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;
    }

    #index-body .init-6 .mktt-box {
        -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;
    }

    #index-body .init-6 .mktt-box .btn-go {
        margin-top: 4%;
    }

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


/*inner page css kaishi*/


.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%;
    }
    #banner .banner-content .swiper-slide .txt-content h3{
        line-height: 1.6;
    }
    .font-72{
        line-height: 1.6;
    }
    .font-60{
        font-size: 24px!important;
        line-height: 44px!important;
    }
    .font-20{
        font-size: 18px!important;
        line-height: 32px!important;
    }
    .font-48{
        line-height: 40px;
    }
    .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%;
    }
}



.mbx {
    margin-top: 118px;
    background-color: #fff;
}

.mbx .ui.container {
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000;
    font-size: 0px;
}

.mbx a {
    color: #626262;
    position: relative;
    margin-right: 16px;
    font-size: 18px;
    line-height: 32px;
    padding-left: 16px;
}

.mbx a:nth-child(1) {
    padding-left: 0;
}

.mbx a:nth-child(1):before {
    opacity: 0;
}

.mbx a::before,
.mbx span::before {
    content: '';
    width: 1px;
    height: 12px;
    background: #000;
    position: absolute;
    top: 8px;
    left: 0;
}

.mbx span {

    font-size: 18px;
    padding-left: 16px;
    position: relative;
}

.mbx.newsdet span {
    display: none;
}

.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: #fff;
    -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: #333;
    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);
}


.product-page .init-1 {
    padding: 120px 0 100px;
    background-color: #fcfaf6;
}

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

.product-page .init-1 .container .list_cont {
    margin-top: 20px;
}

.product-page .init-1 .container .list_cont .list {
    margin-top: 10px;
    text-transform: uppercase;
    width: 33.33%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 0 12px;
}

.product-page .init-1 .container .list_cont.list_cont2 .list {
    width: 20%;
}

.product-page .init-1 .container .list_cont .list a {
    color: #242424;
    display: block;
    padding: 14px 6px;
    border: 1px solid #242424;
}

.product-page .init-1 .container .list_cont .list a.active::before {
    background: #245e3e;
    transform: scale(1);
}

.product-page .init-1 .container .list_cont .list a::before {
    background-color: #245e3e;
}

.product-page .init-1 .container .list_cont .list a:hover,
.product-page .init-1 .container .list_cont .list a.active {
    color: #fff;
    background: #242424;
}

.product-page .init-2 {
    background-color: #fcfaf6;
    line-height: 2;
}

.product-page .init-2 .container .left {
    font-weight: 500;
    line-height: 1.4;
    width: 560px;
    text-transform: uppercase;
    padding-right: 20px;
    margin-top: -5px;
}

.product-page .init-2 .container .right {
    width: -webkit-calc(-460%);
    width: -moz-calc(-460%);
    width: calc(100% - 560px);
    color: #333;
}

.product-page .init-3 {
    margin-top: 60px;
}

.product-page .init-3 .container ul li {
    margin: 10px 0 0 -1px;
    width: auto;
    position: relative;
    padding: 0 62px;
}

.product-page .init-3 .container ul li::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 1px;
    height: 24px;
    background-color: #848484;
}

.product-page .init-3 .container ul li::after {
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    width: 1px;
    height: 24px;
    background-color: #848484;
}

.product-page .init-3 .container ul li .box a {
    color: #828282;
    display: inline-block;
    position: relative;
}

.product-page .init-3 .container ul li .box a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 2px;
    left: 0;
    background-color: #468b64;
    -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;
}

.product-page .init-3 .container ul li .box a:hover,
.product-page .init-3 .container ul li .box a.active {
    color: #468b64;
}

.product-page .init-3 .container ul li .box a:hover::before,
.product-page .init-3 .container ul li .box 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;
}

.product-page .init-4 {
    padding-top: 60px;
    background-color: #fcfaf6;
}

/*.product-page .init-4 .container {
    border-bottom: 1px solid #9e9e9e;
}*/

.product-page .init-4 .container ul {
    margin: 0 -25px;
}

.product-page .init-4 .container ul>p {
    font-size: 16px;
    letter-spacing: 0;
}

.product-page .init-4 .container ul li {
    margin-top: 50px;
    padding: 0 25px;
}

.product-page .init-4 .container ul li .box a {
    display: block;
}

.product-page .init-4 .container ul li .box .img img {
    width: 100%;
}

/*.product-page .init-4 .container ul li .box .img-box {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}*/

.product-page .init-4 .container ul li .box .title {
    color: #242424;
    margin-top: 10px;
    font-weight: 500;
}

.product-page .init-4 .container ul li .box .title: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%;
    background-color: #fff;
}

.pro_public_cont .form_cont .container .cont .tips2 {
    font-weight: 500;
    text-transform: uppercase;
    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: 10px;
    border: 1px solid #898989;
    font-size: 14px;
    line-height: 2;
}

.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;
    border-radius: 30px;
    display: inline-block;
    padding: 10px 36px;
    background-color: #6c674d;
    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;
    color: #fff;
}

.pro_public_cont .form_cont .container .cont .list .submit::before {
    background-color: #245e3e;
}

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

.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;
    line-height: 1.2;
}

.pro_public_cont .about_cont .container .right .des {
    color: #333;
    line-height: 30px;
    margin-top: 10px;
    max-height: 293px;
    overflow-y: auto;
}

.pro_public_cont .about_cont .container .right .more {
    padding: 6px 46px;
    display: inline-block;
    margin-top: 30px;
    font-weight: 500;
    border: 1px solid #245e3e;
}

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

}

.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: #fff;
    font-size: 20px;
    color: var(--color);
    text-align: center;
    line-height: 70px;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.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: #245e3e;
}

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

.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: #666;
    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: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ededed;
    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: #245e3e;
    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;
    text-transform: uppercase;
}

.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 .img-box{
  border: 1px solid #eee;
}*/

.pro_public_cont .related_pro .container .content .slick1 li .box .title {
    margin-top: 16px;
    color: #242424;
    font-weight: 500;
}

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

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

.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 #245e3e;
}

.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 #245e3e;
}

.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: rgba(50, 130, 86, 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: #328256;
    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 {
    width: 100%;
}

.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 .slick1 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 #328256;
}

.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 #458b63;
    -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: #458b63;
}

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

.about-page .init-1 .container .tips {
    max-width: 1200px;
    margin: auto;
    text-transform: uppercase;
    text-align: center;
    color: #333;
}

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

.about-page .init-1 .container .video video {
    display: block;
    width: 100%;
}

.about-page .init-2 .container {
    padding-bottom: 60px;
    line-height: 1.8;
}

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

.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 {
    text-transform: uppercase;
    color: #333;
}

.about-page .init-4 .container .tips_des {
    max-width: 1200px;
    color: #333;
    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 .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background-color: rgb(175 170 132 / 80%);
}

.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: 0px 30px;
    border: 1px solid #fff;
}

.about-page .init-4 .container .list_cont .list .box .img_c .shadow .more::before {
    background-color: #245e3e;
}

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

.about-page .init-4 .container .list_cont .list .box .num {
    color: #245e3e;
    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: #245e3e;
}

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

.about-page .init-7 .container .title_c .left {
    /*width: 350px;*/
    padding-right: 8%;
}

/*.about-page .init-7 .container .title_c .right {
    width: -webkit-calc(-250%);
    width: -moz-calc(-250%);
    width: calc(100% - 350px);
    color: #333;
    font-size: 16px;
    line-height: 1.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: #328256;
    border: 1px solid #328256;
    margin-top: 30px;
}

.factory-page .init-1 .container .more:hover {
    color: #328256;
}

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

.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 li .box {
    opacity: 1;
    border: 2px solid #328256;
}

.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: #328256;
    border: 1px solid #328256;
}

.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: #245e3e;
    color: #fff;
}

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

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

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

.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 #328256;
    background-color: #328256;
}

.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: #245e3e;
}

.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: #245e3e;
}

.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: #245e3e;
    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: #245e3e;
}

.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: 1500px) {
    .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) {
    .mbx {
        margin-top: 20px!important;
    }

    .product-page .init-1 .container .list_cont .list {
        font-size: 16px;
    }

    .product-page .init-2 .container .left {
        text-align: center;
        width: 100%;
        padding: 0;
    }

    .product-page .init-2 .container .right {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 20px;
    }

    .product-page .init-3 .container ul li {
        padding: 0 30px;
    }

    .product-page .init-3 .container ul li .box {
        font-size: 16px;
    }

    .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) {
    .inner-banner {
        margin-top: 40px;
        padding: 100px 0;
        text-align: center;
    }
   .prodet-page .prodet-1 .box .right h1{
       line-height: 40px;
   }
    .inner-banner .container .cat_name {
        font-size: 40px;
    }

    .product-page .init-1 {
        display: none;
    }

    .product-page .init-3 {
        display: none;
    }

    .product-page .init-4 .container ul {
        margin: 0 -10px;
    }

    .product-page .init-4 .container ul li {
        padding: 0 10px;
    }

    .product-page .init-4 .container ul li .box .title {
        text-align: center;
    }

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

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

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


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

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

    .product-page .init-2 .container .right {
        margin-top: 10px;
    }

    .product-page .init-4 .container ul li {
        margin-top: 20px;
    }

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

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

/*seo*/


@media (max-width: 500px) {
    .pb-150 {
        padding-bottom: 40px;
    }

    .pb-120 {
        padding-bottom: 40px;
    }

    .pt-120 {
        padding-top: 40px;
    }

    .pt-100 {
        padding-top: 40px;
    }

    .pb-100 {
        padding-bottom: 40px;
    }

    .pt-90 {
        padding-top: 40px;
    }

    .pb-90 {
        padding-bottom: 40px;
    }

    .pt-80 {
        padding-top: 40px;
    }

    .pb-80 {
        padding-bottom: 40px;
    }

    .pb-70 {
        padding-bottom: 40px;
    }
}

/*other pages css add*/
.i-tag {
    font-size: 22px;
    line-height: 40px;
}

.inner-page .sidebar-box .sidebar-left {
    width: 28%;
    position: sticky;
    top: 100px;
    padding-right: 45px;
}

.inner-page .sidebar-box .sidebar-left .inner {
    max-width: 375px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-title {
    font-size: 20px;
    line-height: 2;
    color: #242424;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #242424;
    font-weight: 500;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search {
    margin-bottom: 40px;
}

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

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

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

.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
    margin-bottom: 40px;
    /*max-height: 3300px;
    overflow-y: auto;*/
    padding-right: 5px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
    padding: 8px 0;
    font-size: 16px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    line-height: 36px;
    word-break: break-all;
    position: relative;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i {
    float: right;
    position: relative;
    top: 1px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
    color: #aaa;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover,
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
    color: var(--color);
}

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

/*.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol{
    display: none;
  }*/
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active>ol {
    display: block;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li {
    /*list-style-type: disc;*/
    margin-left: 10px;
    color: #7b7b7b;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a {
    font-size: 16px;
    line-height: 40px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
    margin-bottom: 40px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
    padding: 15px 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
    margin-right: 20px;
}

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

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
    color: var(--color);
    display: block;
    font-size: 14px;
    line-height: 2;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
    color: #242424;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    margin-bottom: 8px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
    color: var(--color);
}

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

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
    padding-bottom: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
    background: url(../images/ny-bg.jpg) no-repeat center center;
    padding: 215px 30px 30px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 2;
    margin-bottom: 20px;
    font-weight: bold;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin-bottom: -30px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
    display: block;
}

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

.inner-page.product2-page .sidebar-left {
    padding-right: 45px;
}

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

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

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

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

.faq-page .marginBox .box .left .box2 {
    padding: 50px 35px;
    background: var(--color);
}

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

.faq-page .marginBox .box .left .box2 .slide span.h6 {
    /*font-weight: 500;*/
    color: #fff;
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 1.8em;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.video-page .video-1 {
    padding: 38px 0 90px;
    background: #f6f6f6;
}

.video-page .video-1 .tag,
.video-page .video-2 .tag {
    color: var(--color);
}

.video-page .video-1 .header h2.title {
    margin-top: 14px;
    line-height: 1.2;
}

.video-page .video-1 .content {
    margin-top: 40px;
}

.video-page .video-1 .content ul {
    margin: -10px -12px;
}

.video-page .video-1 .content ul li {
    padding: 10px 12px;
}

.video-page .video-1 .content ul li .ig {
    display: block;
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    background-color: #fff;
    padding: 14px;
}

.video-page .video-1 .content ul li .ig video {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-page .video-2 {
    padding: 93px 0 107px;
}

.video-page .video-2 .header h2.title {
    margin-top: 14px;
}

.video-page .video-2 .content {
    margin-top: 57px;
}

.video-page .video-2 .content ul {
    margin: 0 -26px -25px 0;
}

.video-page .video-2 .content ul li {
    padding: 0 26px 25px 0;
}

.video-page .video-2 .content ul li .ig {
    background: #eee;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.video-page .video-2 .content ul li .ig span {
    display: inline-block;
}

.video-page .video-2 .content ul li .ig .fl {
    padding: 0 15px;
    width: 75%;
}

.video-page .video-2 .content ul li .ig .fr {
    width: 150px;
    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;
}

.video-page .video-2 .content ul li .ig .fr img {
    margin-right: 15px;
}

.video-page .video-2 .content ul li .ig:hover {
    background: var(--color);
    color: white;
}

.video-page .video-2 .content ul li .ig:hover .fr img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 1280px) {
    .video-page .video-2 .content ul li .ig .fl {
        width: 70%;
    }
}

@media screen and (max-width: 1100px) {
    .video-page .video-2 .content ul li .ig .fl {
        width: 68%;
    }

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

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

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

    .video-page .video-1 .content ul li {
        width: 50%;
    }

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

    .video-page .video-2 {
        padding: 60px 0;
    }

    .video-page .video-2 .content {
        margin-top: 30px;
    }
}

@media screen and (max-width: 500px) {
    .video-page .video-1 {
        padding: 30px 0;
    }

    .video-page .video-1 .content ul li {
        width: 100%;
    }

    .video-page .video-2 .content ul li .ig {
        font-size: 16px;
        height: auto;
        line-height: 1;
        padding: 10px 0;
    }

    .video-page .video-2 .content ul li .ig .fl {
        width: 100%;
    }

    .video-page .video-2 .content ul li .ig .fr {
        width: 100%;
        padding: 10px 0 0 15px;
    }
}

.news-page .sidebar-right ul {
    margin: -15px;
}

.news-page .sidebar-right ul li {
    padding: 15px;
}

.news-page .sidebar-right ul li .cat_name {
    background-color: var(--color);
    display: inline-block;
    color: white;
    font-size: 14px;
    line-height: 2;
    padding: 8px 18px 7px 17px;
    margin-top: 20px;
}

.news-page .sidebar-right ul li .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 21px;
    min-height: 5.5em;
}

.news-page .sidebar-right ul li .title a {
    transition: 0.3s all;
}

.news-page .sidebar-right ul li .title a:hover {
    transition: 0.3s all;
    color: var(--base-color);
}

.news-page .sidebar-right ul li .des {
    font-size: 16px;
    color: #242424;
    line-height: 30px;
    margin-top: 6px;
}

.news-page .sidebar-right ul li .time {
    font-size: 16px;
    line-height: 30px;
    color: var(--color);
    display: inline-block;
    margin-top: 2px;
}


.newdet-page .header {
    max-width: 1520px;
    width: 100%;
    padding: 55px;
    margin: 0 auto;
    text-align: center;
}

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

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

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

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

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

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

.newdet-page .header .post_meta .post_author_name {
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

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

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

.newdet-page .header .post_meta .post_date {
    font-size: 16px;
    line-height: 30px;
    color: var(--color);
}

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

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

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

.newdet-page .share {
    width: 100%;
    margin: 40px auto 0;
    padding: 28px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    text-align: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.newdet-page .prodet-2 {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.about2-page .about-1 .top .img .play {
    position: absolute;
    right: 36px;
    bottom: 115px;
    display: inline-block;
    padding: 50px 50px 50px 60px;
    background: var(--color);
    border-radius: 50%;
    z-index: 1;
}

.about2-page .about-1 .top .img .play::before,
.about2-page .about-1 .top .img .play::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    background: rgba(0, 100, 40, 0.5);
    border-radius: 50%;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}

.about2-page .about-1 .top .img .play::before {
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}

.about2-page .about-1 .top .text {
    max-width: 1500px;
    width: 100%;
    margin: -100px auto 0;
    background: #fff;
    -webkit-box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 1;
    padding: 85px 65px;
}

.about2-page .about-1 .top .text .title {
    line-height: 1.2;
    text-transform: uppercase;
    color: #242424;
}

.about2-page .about-1 .top .text .con {
    margin-top: 46px;
    font-size: 18px;
    line-height: 32px;
    color: #242424;
}

.about2-page .about-1 .bottom {
    max-width: 1500px;
    width: 100%;
    margin: 111px auto 0;
}

.about2-page .about-1 .bottom ul {
    margin-right: -70px;
}

.about2-page .about-1 .bottom ul li {
    padding-right: 70px;
}

.about2-page .about-1 .bottom ul li .data {
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
}

.about2-page .about-1 .bottom ul li .data em {
    font-size: 68px;
    line-height: 1.2;
    color: #242424;
    display: inline-block;
    vertical-align: bottom;
}

.about2-page .about-1 .bottom ul li .data sub {
    font-size: 22px;
    color: var(--color);
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    text-transform: capitalize;
    margin: 0 0 9px 7px;
}

.about2-page .about-1 .bottom ul li .text .tit {
    font-size: 20px;
    font-weight: 500;
    color: #242424;
    line-height: 2;
    margin-top: 30px;
}

.about2-page .about-1 .bottom ul li .text p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 30px;
    color: #242424;
}

.about2-page .about-2 {
    margin-top: 137px;
}

.about2-page .about-2 .box {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.about2-page .about-2 .box .img {
    width: 50.06%;
    vertical-align: middle;
}

.about2-page .about-2 .box .text {
    width: 49.94%;
    max-width: 632px;
    padding-left: 64px;
    vertical-align: middle;
    color: #fff;
}

.about2-page .about-2 .box .text .header {
    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: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 24px;
}

.about2-page .about-2 .box .text .header .left {
    width: 100%;
}

.about2-page .about-2 .box .text .header .title {
    margin-top: 12px;
    line-height: 1.2;
}

.about2-page .about-2 .box .text .header .more {
    color: #000;
    margin-bottom: 10px;
    background: #fff;
}

.about2-page .about-2 .box .text .header .more span {
    text-decoration: none;
}

.about2-page .about-2 .box .text .con {
    font-size: 18px;
    width: 600px;
    line-height: 32px;
    margin-top: 40px;
    max-width: 100%;
}

.about2-page .about-2 .box .text .list {
    margin-top: 29px;
}

.about2-page .about-2 .box .text .list ul {
    margin-bottom: -25px;
}

.about2-page .about-2 .box .text .list ul li {
    position: relative;
    padding-left: 47px;
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 25px;
}

.about2-page .about-2 .box .text .list ul li::before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 30px;
    height: 2px;
    background: white;
}

.about2-page .about-2 .box::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 81.25%;
    height: 100%;
    background: var(--color);
}

.about2-page .about-3 {
    background-color: #f2f2f2;
    padding: 12% 0 7%;
    margin-top: -122px;
}

.about2-page .about-3 .header {
    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: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 63px;
    border-bottom: 1px solid #333;
}

.about2-page .about-3 .header .left {
    width: 46%;
}

.about2-page .about-3 .header .left span.tag {
    color: var(--color);
}

.about2-page .about-3 .header .left .title {
    margin-top: 12px;
    line-height: 1.2;
    color: #333;
}

.about2-page .about-3 .header .right {
    width: 54%;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    padding: 0 0 0 20px;
}

.about2-page .about-3 .content {
    margin-top: 88px;
}

.about2-page .about-3 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -37px -37px 0;
}

.about2-page .about-3 .content ul li {
    margin: 0 37px 37px 0;
    background: #fff;
    padding: 39px 35px 0;
    width: 30.3%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #121212;
    height: 250px;
}

.about2-page .about-3 .content ul li .tit {
    font-size: 24px;
    font-weight: 700;
    line-height: 2;
    margin-top: 15px;
}

.about2-page .about-3 .content ul li p {
    font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
}

.about2-page .about-3 .content ul li:hover {
    background: var(--color);
}

.about2-page .about-3 .content ul li:hover i img {
    -webkit-filter: grayscale(100%) brightness(300);
    filter: grayscale(100%) brightness(300);
}

.about2-page .about-3 .content ul li:hover .tit,
.about2-page .about-3 .content ul li:hover p {
    color: white;
}

.about2-page .about-3 .list {
    margin-top: 151px;
}

.about2-page .about-3 .list .img-box {
    display: block;
}

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

.about2-page .about-3 .list .slick-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -54px;
    width: 100%;
    margin: 0;
    text-align: right;
    padding-right: 22px;
}

.about2-page .about-3 .list .slick-dots li {
    width: 14px;
    height: 14px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    margin-right: 14px;
    cursor: pointer;
    -webkit-transition: .5;
    -moz-transition: .5;
    transition: .5;
    padding: 0;
}

.about2-page .about-3 .list .slick-dots li:last-child {
    margin-right: 0;
}

.about2-page .about-3 .list .slick-dots li button {
    display: none;
}

.about2-page .about-3 .list .slick-dots li.slick-active {
    background: var(--color);
}

.about2-page .about-4 {
    background: var(--color);
    padding: 68px 0 70px;
    max-width: 959px;
    width: 100%;
    margin-top: -17%;
    position: relative;
    z-index: 1;
    color: #fff;
}

.about2-page .about-4 .box {
    max-width: 507px;
    margin: 0 94px 0 auto;
}

.about2-page .about-4 .box .title {
    margin-top: 27px;
}

.about2-page .about-4 .box .con {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 27px;
}

.about2-page .about-4 .box .info {
    margin-top: 20px;
    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;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
}

.about2-page .about-4 .box .info .tit {
    font-size: 20px;
    line-height: 1.5;
}

.about2-page .about-4 .box .info p {
    font-size: 16px;
    line-height: 1.8;
}

.about2-page .about-4 .box .more {
    margin-top: 36px;
    background: #000;
}

.about2-page .about-4 .box .more:hover {
    background: #fff;
    color: var(--color);
}

.about2-page .about-5 {
    padding: 120px 0;
    /*border-bottom: 1px solid #333;*/
}

.about2-page .about-5 .header {
    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: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 45px;
    border-bottom: 1px solid #333;
}

.about2-page .about-5 .header span.tag {
    color: var(--color);
}

.about2-page .about-5 .header .title {
    margin-top: 12px;
    line-height: 1.2;
}

/*.about2-page .about-5 .header .more {
    background:  var(--color);
    margin-bottom: 4px;
  }
  .about2-page .about-5 .header .more:hover {
    background: #000;
  }*/
.about2-page .about-5 .content {
    margin-top: 47px;
}

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

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

.about2-page .about-5 .content ul li .img-box {
    display: block;
}

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

.about2-page .about-5 .content ul .slick-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -54px;
    width: 100%;
    margin: 0;
    text-align: center;
}

.about2-page .about-5 .content ul .slick-dots li {
    width: 14px;
    height: 14px;
    background-color: #dbdbdb;
    display: inline-block;
    border-radius: 50%;
    margin-right: 14px;
    cursor: pointer;
    -webkit-transition: .5;
    -moz-transition: .5;
    transition: .5;
    padding: 0;
}

.about2-page .about-5 .content ul .slick-dots li:last-child {
    margin-right: 0;
}

.about2-page .about-5 .content ul .slick-dots li button {
    display: none;
}

.about2-page .about-5 .content ul .slick-dots li.slick-active {
    background: var(--color);
}

@media screen and (max-width: 1440px) {
    .about2-page .about-4 .box {
        margin: 0 auto;
    }
}

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

    .about2-page .about-1 .top .img .play {
        padding: 30px 30px 30px 40px;
    }

    .about2-page .about-2 .box .text {
        padding: 0 15px 0 30px;
    }

    .about2-page .about-3 .content ul li {
        width: 29.9%;
        padding: 39px 15px;
    }

    .about2-page .about-3 .content ul li .tit {
        font-size: 22px;
    }

    .about2-page .about-4 {
        max-width: 800px;
    }
}

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

    .about2-page .about-1 .top .text {
        padding: 70px 50px 90px;
    }

    .about2-page .about-1 .bottom ul {
        margin-right: -40px;
    }

    .about2-page .about-1 .bottom ul li {
        padding-right: 40px;
    }

    .about2-page .about-3 .content ul {
        margin: 0 -20px -20px 0;
    }

    .about2-page .about-3 .content ul li {
        margin: 0 20px 20px 0;
        width: 31.3%;
    }

    .about2-page .about-4 {
        max-width: 700px;
    }
}

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

    .about2-page .about-1 .top .text {
        padding: 50px 30px;
    }

    .about2-page .about-1 .top .text .con {
        font-size: 18px;
    }

    .about2-page .about-1 .bottom {
        margin: 60px auto 0;
    }

    .about2-page .about-1 .bottom ul {
        margin-right: -20px;
    }

    .about2-page .about-1 .bottom ul li {
        padding-right: 20px;
    }

    .about2-page .about-1 .bottom ul li .data em {
        font-size: 50px;
    }

    .about2-page .about-1 .bottom ul li .text .tit {
        font-size: 20px;
        line-height: 1.8;
    }

    .about2-page .about-1 .bottom ul li .text p {
        font-size: 16px;
        line-height: 30px;
    }

    .about2-page .about-2 {
        margin-top: 60px;
    }

    .about2-page .about-2 .box {
        padding: 0 0 60px;
    }

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

    .about2-page .about-2 .box .text {
        width: 100%;
        margin-top: 20px;
    }

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

    .about2-page .about-3 {
        margin-top: 0;
        padding: 60px 0;
    }

    .about2-page .about-3 .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .about2-page .about-3 .header .left {
        width: 100%;
    }

    .about2-page .about-3 .header .right {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .about2-page .about-3 .content {
        margin-top: 30px;
    }

    .about2-page .about-3 .content ul li {
        width: 47%;
    }

    .about2-page .about-3 .list {
        margin-top: 60px;
    }

    .about2-page .about-3 .list .slick-dots {
        bottom: -40px;
    }

    .about2-page .about-4 {
        max-width: 680px;
        margin-top: 0;
    }

    .about2-page .about-5 {
        padding: 60px 0 11.05%;
    }

    .about2-page .about-5 .header {
        padding-bottom: 30px;
    }

    .about2-page .about-5 .header .left {
        width: 52%;
    }

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

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

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

    .about2-page .about-1 .top .img .play {
        padding: 20px 20px 20px 30px;
        bottom: 20px;
    }

    .about2-page .about-1 .top .text {
        margin-top: 0;
        padding: 30px 15px;
    }

    .about2-page .about-1 .top .text .con {
        margin-top: 20px;
    }

    .about2-page .about-1 .bottom ul li .data {
        padding-bottom: 0;
    }

    .about2-page .about-1 .bottom {
        margin: 30px auto 0;
    }

    .about2-page .about-2 .box .text .con {
        margin-top: 20px;
    }

    .about2-page .about-2 {
        margin-top: 30px;
    }

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

    .about2-page .about-3 .content ul li {
        width: 45.9%;
    }

    .about2-page .about-3 .content ul li .tit {
        font-size: 20px;
        line-height: 1.8;
    }

    .about2-page .about-3 .content ul li p {
        font-size: 17px;
        margin-top: 10px;
    }

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

    .about2-page .about-4 {
        padding: 30px 15px;
    }

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

    .about2-page .about-5 .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

    .about2-page .about-5 .header .left {
        width: 100%;
    }

    .about2-page .about-5 .header .left .title {
        margin-top: 15px;
    }

    .about2-page .about-5 .header .right {
        margin-top: 20px;
    }

    .about2-page .about-5 .content {
        margin-top: 20px;
    }

    .about2-page .about-5 .content ul .slick-dots {
        bottom: -25px;
    }
}

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

    .about2-page .about-1 .top .img .play {
        padding: 0;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
    }

    .about2-page .about-1 .top .img .play img {
        width: 20px;
        margin: 0 auto;
        display: inline-block;
        vertical-align: middle;
    }

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

    .about2-page .about-1 .bottom ul {
        margin: 0 0 -20px 0;
    }

    .about2-page .about-1 .bottom ul li {
        padding: 0 0 20px 0;
    }

    .about2-page .about-1 .bottom ul li .data em {
        font-size: 40px;
    }

    .about2-page .about-2 .box {
        padding-bottom: 30px;
    }

    .about2-page .about-2 .box .text .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about2-page .about-2 .box .text .header .left {
        width: 100%;
    }

    .about2-page .about-2 .box .text .header .left .title {
        margin-top: 10px;
    }

    .about2-page .about-2 .box .text .header .right {
        padding: 20px 0 0;
    }

    .about2-page .about-2 .box .text .con {
        font-size: 16px;
        margin-top: 10px;
        line-height: 30px;
    }

    .about2-page .about-2 .box .text .list ul li {
        font-size: 16px;
        line-height: 1.8;
    }

    .about2-page .about-3 .header {
        padding-bottom: 10px;
    }

    .about2-page .about-3 .header .left .title {
        margin-top: 10px;
    }

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

    .about2-page .about-3 .content ul {
        margin: 0 0 -20px 0;
    }

    .about2-page .about-3 .content ul li {
        margin: 0 0 20px 0;
        width: 100%;
    }

    .about2-page .about-3 .content ul li p {
        font-size: 16px;
        line-height: 30px;
    }

    .about2-page .about-4 .box .title {
        margin-top: 10px;
    }

    .about2-page .about-4 .box .con {
        margin-top: 10px;
    }

    .about2-page .about-4 .box .info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 10px;
    }

    .about2-page .about-4 .box .info p {
        font-size: 14px;
        line-height: 2;
    }

    .about2-page .about-4 .box .info .left {
        width: 100%;
    }

    .about2-page .about-4 .box .info .right {
        width: 100%;
        margin-top: 20px;
    }

    .about2-page .about-4 .box .more {
        margin-top: 20px;
    }

    .about2-page .about-5 .header .left .title {
        margin-top: 10px;
    }
}

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

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

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

.contact-page {
    padding-top: 120px;
}

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

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

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

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

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

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

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

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

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

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

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

.contact-page .contact-1 .left form ul li .btn-go {
    vertical-align: middle;
}

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

.contact-page .contact-1 .left form ul li .btn-go input[type="submit"] {
    background: transparent;
    border: none;
    width: 100%;
    font-size: 18px;
}

.contact-page .contact-1 .left form ul li p {
    display: inline-block;
    vertical-align: middle;
    padding-left: 26px;
    font-size: 14px;
    line-height: 28px;
    color: #83827F;
}

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

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

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

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

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

.contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
    color: var(--color);
    font-weight: 500;
    margin-top: 7px;
}

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

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

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

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

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

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

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

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

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

    .inner-page .sidebar-box .sidebar-left,
    .inner-page.product2-page .sidebar-left {
        display: none;
    }

    .Auxil-catdes {
        display: none;
    }

    .inner-page .sidebar-box .sidebar-right,
    .inner-page .sidebar-box .sidebar-right {
        width: 100%;
    }

    .contact-page {
        padding-top: 60px;
    }

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

    .contact-page .contact-1 .right {
        width: 100%;
        padding: 30px 0 0 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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


.about3-page {
    padding: 120px 0 150px;
    border-bottom: 1px solid #333;
}

.about3-page h2 {
    font-size: 48px;
    color: #333;
    text-transform: uppercase;
    font-style: normal;
    line-height: 1.2;
}

.about3-page ul {
    padding-top: 200px;
}

.about3-page ul li {
    display: -webkit-box;
    display: flex;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 122px;
}

.about3-page ul li .text {
    width: 50%;
    padding: 0 171px 0 83px;
}

.about3-page ul li .text h3 {
    font-size: 36px;
    text-transform: uppercase;
    color: #333;
    line-height: 1.6;
    font-style: normal;
}

.about3-page ul li .text .desc {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin-top: 36px;
}

.about3-page ul li .text .list {
    padding: 67px 43px 0 0;
}

.about3-page ul li .text .list dl {
    margin-bottom: -42px;
}

.about3-page ul li .text .list dd {
    text-align: center;
    margin-bottom: 35px;
}

.about3-page ul li .img-box {
    width: 50%;
    position: relative;
}

.about3-page ul li .img-box .video {
    position: absolute;
    overflow: hidden;
    width: 52%;
    height: 46%;
    left: 26%;
    top: 0;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.about3-page ul li .img-box .video i {
    position: absolute;
    font-size: 30px;
    color: #fff;
    right: 20px;
    top: 30px;
    display: none;
}

.about3-page .big-video {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 999;
    display: none;
}

.about3-page .big-video i {
    display: block;
    position: absolute;
    right: 20px;
    top: 30px;
    color: var(--white);
    font-size: 30px;
    cursor: pointer;
    z-index: 100;
}

.about3-page .big-video video {
    width: 80%;
    height: 90%;
    margin: auto;
}

.about3-page ul li .img-box .video.active {
    opacity: 1;
    top: 24%;
}

.about3-page ul li .img-box .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about3-page ul li .img-box .more {
    border: 1px solid #fff;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    top: 60%;
    left: 40%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.about3-page ul li .img-box:hover .more {
    top: 45%;
}

.about3-page ul li .img-box .more:hover {
    background: #fff;
    color: #000;
}

.about3-page ul li .img-box img {
    width: 100%;
}

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

.about3-page ul li:nth-child(even) .text {
    padding: 0 66px 0 108px;
}

.about3-page ul li:nth-child(3) .text {
    padding: 0 106px 0 82px;
}

.about3-page ul li:nth-child(4) .text {
    padding: 0 129px 0 108px;
}

.about3-page ul li:first-child {
    margin-top: 0;
}

.su-page .box p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-top: 54px;
}

.wear-page ul li .slick1 dd {
    font-size: 18px;
    line-height: 1.3;
    color: #191919;

    padding-left: 16px;
    position: relative;
}

.wear-page ul li .slick1 dd.active {
    color: var(--base-color);
}

.wear-page ul li .slick1 dd:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 1px;
    background-color: #151515;
    left: 0;
    top: 50%;
}

.su-page .box {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 1440px) {
    .about3-page ul li .text {
        padding: 0 83px;
    }

    .about3-page ul li:nth-child(even) .text {
        padding: 0 66px;
    }

    .about3-page ul li:nth-child(3) .text {
        padding: 0 82px;
    }
}

@media screen and (max-width: 1280px) {
    .about3-page ul li .text {
        padding: 0 25px;
    }

    .about3-page ul li:nth-child(even) .text {
        padding: 0 25px;
    }

    .about3-page ul li:nth-child(3) .text {
        padding: 0 25px;
    }
}

@media screen and (max-width: 1100px) {
    .inner-banner .box {
        height: 500px;
    }

    .inner-banner .box h2 {
        font-size: 80px;
    }

    .about3-page {
        padding: 100px 0;
    }
}

@media screen and (max-width: 1000px) {
    .inner-banner .box {
        height: 400px;
    }

    .inner-banner .box h2 {
        font-size: 60px;
    }

    .inner-banner .box .info ul {
        margin-right: -20px;
    }

    .inner-banner .box .info {
        left: 20px;
        right: 20px;
    }

    .inner-banner .box .info ul li {
        padding-right: 20px;
        font-size: 15px;
    }

    .about3-page {
        padding: 60px 0;
    }

    .about3-page h2 {
        font-size: 50px;
    }

    .about3-page ul {
        padding-top: 60px;
    }

    .about3-page ul li {
        display: block;
        margin-top: 60px;
    }

    .about3-page ul li .text,
    .about3-page ul li .img-box {
        width: 100%;
    }

    .about3-page ul li .text {
        padding: 0;
    }

    .about3-page ul li .img-box {
        margin-top: 20px;
    }

    .about3-page ul li:nth-child(even) .text {
        padding: 0;
    }

    .about3-page ul li:nth-child(3) .text {
        padding: 0;
    }

    .about3-page ul li .list {
        display: none;
    }
}

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

    .inner-banner .box .info {
        display: none;
    }

    .inner-banner .box h2 {
        font-size: 50px;
        top: 40%;
    }

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

    .about3-page h2 {
        font-size: 40px;
    }

    .about3-page ul {
        padding-top: 30px;
    }

    .about3-page ul li {
        margin-top: 30px;
    }

    .about3-page ul li .text h3 {
        font-size: 25px;
    }

    .about3-page ul li .text .desc {
        margin-top: 20px;
    }
}

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

    .inner-banner .box h2 {
        font-size: 30px;
    }

    .about3-page h2 {
        font-size: 36px;
    }

    .about3-page ul li .text h3 {
        font-size: 22px;
    }
}

.wear-page .ui.container {
    max-width: 1600px;
    width: 100%;
}

.wear-page ul {
    padding-left: 24px;
}

.wear-page ul li .slick1 {
    margin-top: 40px;
}

.wear-page ul li .slick1 dd {
    font-size: 18px;
    line-height: 1.3;
    color: #191919;

    padding-left: 16px;
    position: relative;
}

.wear-page ul li .slick1 dd::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 1px;
    background-color: #151515;
    left: 0;
    top: 50%;
}

.wear-page ul li .text {
    margin-top: -63px;
}

.wear-page ul li .img-box {
    position: relative;
    padding-bottom: 63px;
    z-index: 3;
}

.wear-page ul li .img-box img {
    width: auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.wear-page ul li .img-box .i2 {
    position: absolute;
    z-index: -1;
}

.wear-page ul li:nth-child(1) .img-box .i2 {
    top: 82px;
    right: 0;
}

.wear-page ul li:nth-child(2) .img-box .i2 {
    top: 32%;
    right: 0;
}

.wear-page ul li:nth-child(3) .img-box .i2 {
    bottom: 0;
    right: 0;
}

.wear-page ul li:nth-child(4) .text {
    margin-top: -97px;
}

.wear-page ul li:nth-child(4) .img-box {
    padding-bottom: 97px;
}

.wear-page ul li:nth-child(4) .img-box .i2 {
    top: 131px;
    right: 0;
}


#cart .left ul li .img img {
    min-height: auto !important;
}

.Auxil-catdes {
    max-height: 310px;
    overflow-y: auto;
}

.inner-page .img-box {
    position: relative;
}

.inner-page .img-box .addcar {
    width: calc(100% - 30px);
    height: 50px;
    line-height: 50px;
    display: block;
    position: absolute;
    left: 15px;
    bottom: 8px;
    z-index: 3;
    cursor: pointer;
    color: #242424;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #242424;
    border-image: initial;
    background: rgb(255, 255, 255);
    text-align: center;
}

.inner-page .img-box .addcar:hover {
    transition: 0.3s all;
    color: #fff;
    background: #6c674d;
}

.inner-page .img-box:hover .addcar {
    transition: 0.3s all;
    opacity: 1;
}

.seoPublic .title {
    font-size: 48px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 500;
}

.seoPublic>div {
    padding: 60px 0;
    padding-bottom: 90px;
}

.seoPublic>div:nth-child(odd) {
    background: #fff;
}

.seoPublic .Auxil-about .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.seoPublic .Auxil-about .box .left {
    width: 40%;
}

.seoPublic .Auxil-about .box .left .img {
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
}

.seoPublic .Auxil-about .box .right {
    width: 60%;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.seoPublic .Auxil-about .box .right div.h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    max-height: 400px;
    overflow: auto;
}

.seoPublic .Auxil-honor .list ul {
    margin: -10px;
}

.seoPublic .Auxil-honor .list ul li {
    padding: 10px;
}

.seoPublic .Auxil-honor .list ul li a {
    display: block;
}

.seoPublic .Auxil-honor .list ul li a img {
    width: 100%;
}

.seoPublic .Auxil-news .list ul {
    margin: -13px;
}

.seoPublic .Auxil-news .list ul li {
    padding: 13px;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    display: block;
    height: 240px;
    background-size: cover;
    background-position: center center;
}

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 30px;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 22px;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
    color: var(--color);
}

.seoPublic .Auxil-news .list ul li .content time {
    font-size: 14px;
    margin-top: .5em;
    display: block;
}

.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    margin: 1em 0;
}

.seoPublic .Auxil-news .list ul li .content a.link {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.seoPublic .Auxil-news .list ul li .content a.link:hover {
    border-color: var(--color);
    color: var(--color);
}

.seoPublic .Auxil-form .form ul {
    margin: -10px;
}

.seoPublic .Auxil-form .form ul li {
    padding: 10px;
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    font-size: 16px;
    padding: 8px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-form .form ul li textarea {
    height: 100px;
}

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
    border-color: var(--color);
}

.seoPublic .Auxil-form .form ul li.wid-100 {
    width: 100%;
}

.seoPublic .Auxil-form .form ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background: var(--color);
    color: whitesmoke;
    border: none;
}

.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
    background: #222;
}

.seoPublic .seoIndustry .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.seoPublic .text a {
    color: var(--color);
}

.seoPublic .text a:hover {
    text-decoration: underline;
}

.seoPublic .Auxil-through {
    padding: 15px 0;
    background: none !important;
}

.seoPublic .Auxil-through a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    color: black;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-through a:hover {
    background: var(--color);
    color: white;
}

.seoPublic .Auxil-related .list ul {
    margin: -20px -25px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 25px;
}

.seoPublic .Auxil-related .list ul li .box {
    display: block;
    background: white;
    -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    display: block;
}

.seoPublic .Auxil-related .list ul li .box .content {
    display: block;
    padding: 20px;
    text-align: center;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 22px;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
    color: var(--color);
}

.seoPublic .Auxil-related .list ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    font-weight: 400;
    margin: .5em 0;
    height: 4.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.seoPublic .Auxil-related .list ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid var(--color);
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: var(--color);
}

.seoPublic .Auxil-related .list ul li .box .content a.more i {
    margin-left: 5px;
}

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
    color: white;
    background: var(--color);
}

@media screen and (max-width: 1400px) {
    .seoPublic .title {
        font-size: 28px;
        margin-bottom: 1.5em;
    }

    .seoPublic .Auxil-about .box .right div.title,
    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 20px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea,
    .seoPublic .Auxil-about .box .right .text,
    .seoPublic .Auxil-news .list ul li .content p,
    .seoPublic .seoIndustry .text,
    .seoPublic .Auxil-related .list ul li .box .content p {
        font-size: 14px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 18px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        padding: 0 15px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 15px;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -15px;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic .title {
        font-size: 24px;
        margin-bottom: 1em;
    }

    #cp-Nav {
        display: block;
    }

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

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

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

    #cp-Nav .nav>ul {
        display: none;
    }

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

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

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

    .seoPublic .Auxil-about .box {
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .seoPublic .Auxil-about .box .left {
        width: 100%;
        padding: 0;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 300px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 18px;
    }

    .seoPublic>div {
        padding: 30px 0;
    }

    .seoPublic .Auxil-about .box .right .text {
        max-height: none;
    }
}

#cp-Nav .nav div.title {
    font-size: 18px;
    font-weight: 700;
    padding: 8px 10px;
    background: var(--color);
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.line12 {
    line-height: 1.2;
}

.pcslist {
    margin: 0 -15px;
    margin-top: 40px;
}

.pcslist li {
    padding: 15px;
}

.pcslist li img {
    width: auto !important;
    margin: 0 auto;
    filter: grayscale(1);
    transition: 0.3s all;
}

.pcslist li:hover img {

    filter: grayscale(0);
    transition: 0.3s all;
}

.pcslist li p {
    margin-top: 15px;

}


#show {
    font-size: 14px;
    line-height: 1.5;
    color: var(--base-color);
}

.customized-page .init-7 {
    margin-top: 0px;
}

.customized-page .init-7 .container form {
    max-width: 950px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.customized-page .init-7 .container form input {
    margin-top: 20px;
    padding: 15px 0;
    border: none;
    border-bottom: #333 solid 1px;
    color: #000;
    font-size: 16px;
    width: 49%;
    /*background-color: #eeefea;*/
}

.customized-page .init-7 .container form input::-webkit-input-placeholder {
    color: #000;
}

.customized-page .init-7 .container form input:-ms-input-placeholder {
    color: #000;
}

.customized-page .init-7 .container form input::-ms-input-placeholder {
    color: #000;
}

.customized-page .init-7 .container form input::placeholder {
    color: #000;
}

.customized-page .init-7 .container form .mail {
    width: 100%;
}

.customized-page .init-7 .container form .shadow_input {
    display: none;
}

.customized-page .init-7 .container form .list {
    width: 100%;
    font-size: 16px;
}

.customized-page .init-7 .container form .list .tip {
    color: #333;
    margin-top: 30px;
    position: relative;
}

.customized-page .init-7 .container form .list .text {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 46px;
    border: 1px solid #333;
    margin-top: 10px;
    line-height: 46px;
    padding-left: 15px;
    color: #313131;
    font-size: 16px;
}

.customized-page .init-7 .container form .list .text span {
    cursor: pointer;
}

.customized-page .init-7 .container form .list .text input {
    cursor: pointer;
}

.customized-page .init-7 .container form .list input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    padding: 0;
    opacity: 0;
}

.customized-page .init-7 .container form .list .content {
    width: 100%;
    padding: 10px 15px;
    margin-top: 10px;
    border: 1px solid #333;
    /*background-color: #eeefea;*/
}

.customized-page .init-7 .container form .submit_btn {
    overflow: hidden;
    background-color: var(--base-color);
    color: #fff;
    text-align: center;
    padding: 0;
    cursor: pointer;
    width: 160px;
    height: 55px;
    line-height: 55px;
    text-transform: uppercase;
    margin: auto;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 500;
    margin-left: 0;
}

.customized-page .init-7 .container form .submit_btn:hover {
    color: #fff;
    background: #333;
}

.customized-page .init-7 .container form .submit_btn::before {
    display: none;
}

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

    .customized-page .init-7 .container form input {
        width: 100%;
    }
}

.newdet-page {
    /*border-bottom: 1px solid #333;*/
    padding-bottom: 0;
}

.newdet-page .header {
    padding-top: 0;

}

.news-page {

    /*border-bottom: 1px solid #333;*/
}

.faq-page {

    /*border-bottom: 1px solid #333;*/
}

.faq-page .marginBox .box {
    margin-top: 0;
}

.gallery-page {
    /*border-bottom: 1px solid #333;*/

}

@media screen and (max-width: 1000px) {
    .wear-page ul li .text {
        margin-top: 0;
    }

    .product-page .init-4 .container ul {
        margin: 0 !important;
    }

    .product_add {
        display: none !important;
    }

    .mbx .ui.container {
        flex-wrap: wrap;
    }

    .Auxil-catdes {
        display: block;
    }
}

@media screen and (max-width: 700px) {
    .about2-page .about-2 .box .text .con {
        width: 100%;
    }
    .font-18{
        font-size: 16px!important;
        line-height: 30px!important;
    }
}


.prodet-page .prodet-1 .box {
    padding-left: 2%;
    padding-right: 5%;
 
}
.prodet-page .prodet-1 .box .left {
    position: sticky;
    top: 200px;
}
.prodet-page .prodet-1 .box .left li {
    display: block !important;
    width: auto !important;
    
}
.prodet-page .prodet-1 .box .left li a{
  border: 1px solid #eee;display: block;
}
.prodet-page .prodet-1 .box .left img {
    width: 100%;
}
.prodet-page .prodet-1 .box .left .small {
    position: relative;
}
.prodet-page .prodet-1 .box .left .small img{
  height: 99px;object-fit: cover;
}
.prodet-page .prodet-1 .box .left .small ul {
    margin: -4px;
}
.prodet-page .prodet-1 .box .left .small ul li {
    padding: 4px;
}
.prodet-page .prodet-1 .box .left .small ul li a{

}
.prodet-page .prodet-1 .box .left .small ul .slick-track {
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .box .left .small ul .slick-slide {
    height: auto;
}
.prodet-page .prodet-1 .box .right h1 {
    line-height: 1.4;
}
.prodet-page .prodet-1 .box .right .link a {
    padding: 1em 3em;
    background-color: #000;
    color: white;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .box .right .link a:hover {
   color: black;
   background-color: #e5e5e5;
}
.prodet-page .prodet-1 .box .right .icon img {
    max-height: 50px;
    width: auto;
}
.prodet-page .prodet-1 .box .right .det .slide {
    border-bottom: 1px solid #3b3a3a;
  
}
.prodet-page .prodet-1 .box .right .det .slide span.name {
    line-height: 1.8;
    cursor: pointer;
    cursor: hand;  font-weight: 700;
}
.prodet-page .prodet-1 .box .right .det .slide span.name i {
    margin-left: 1em;
}
.prodet-page .prodet-1 .box .right .det .slide span.name.active i {
    transform: rotate(45deg);
}
.prodet-page .prodet-1 .box .right .det .slide table td:first-child {
    color: black;
}
.prodet-page .prodet-1 .box .right .det .slide table img {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .prodet-1 .box .right .share {
    line-height: 1;
}
.prodet-page .prodet-2 .box {
    padding-left: 5%;
    padding-right: 5%;
    color: white;
}
.prodet-page .prodet-2 .box .h2{
    color: #242424;
}

.prodet-page .prodet-2 .box .img {
    /*border: 1px solid #3b3a3a;*/
}
.prodet-page .prodet-2 .box .img .link {
    position: absolute;
    bottom: 8px;
    left: 15px;
    width: calc(100% - 30px);
    border: 1px solid #242424;
    line-height: 1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #3b3a3a;text-align: center;
    font-weight: 500;
    padding: 15px 0;
}
.prodet-page .prodet-2 .box .img .link a {
    /*width: 100%;
    text-align: center;
    padding: .5em;
    border-right: 1px solid #3b3a3a;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;*/
}
.prodet-page .prodet-2 .box .img .link:hover {
    background-color: var(--color);
}
.prodet-page .prodet-2 .box .img .link:hover a{
    color: #fff;
}
.prodet-page .prodet-2 .box .img:hover .link {
    opacity: 1;
}
.prodet-page .prodet-2 .box .h6{
    color: #242424;font-weight: 500;
}
.prodet-page .prodet-2 .box .h6:hover{
    color: var(--color);
}
@media (max-width: 1800px){
  .prodet-page .prodet-1 .box .left .small img{
    height: 85px;
  }
}
@media (max-width: 1700px){
  .prodet-page .prodet-1 .box .left .small img{
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
      .prodet-page .prodet-1 .box .left {
        position: relative;
        top: 0;
    }
}
@media screen and (max-width: 700px) {
    .prodet-page .prodet-1 .box .right .share {
        font-size: 16px;
        gap: 1em;
    }
        .prodet-page .prodet-1 .box .left .small ul li {
        padding: 1px;
    }
    .prodet-page .prodet-1 .box .left .small ul {
        margin: -1px;
    }
}
@media screen and (max-width: 500px) {
    .prodet-page .prodet-1 .box .right .link a {
        padding: .5em 1.5em;
    }

} 
.mobile-menu-wrap01{
    z-index: 99999999;
}