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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

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

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

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

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

table tbody td,
table tbody th {
    padding: 5px 5px;
    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;
    line-height: 36px;
    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: 16px;
    color: inherit;
    text-transform: uppercase;
    line-height: 30px;
}

#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: 14px;
    line-height: 28px;
}

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

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

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

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

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

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

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

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

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

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

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

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

#mobile.active {
    left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 700px) {
  .shouye{
    font-size: 16px!important;
    line-height: 30px!important;
  }
  #index-body .init-4 .product ul li .box .zhu .title{
    font-size: 18px;
    line-height: 32px;
  }
  #index-body .init-4 .product ul li .box .desc{
    font-size: 14px;
    line-height: 28px;
  }
  #index-body .init-6 li .box .desc{
    font-size: 14px;
    line-height: 28px;
  }
  .font-24{
    font-size: 16px;
    line-height: 30px;
  } 
    .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;
        line-height: 32px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .font-50 {
        font-size: 22px;
        line-height: 40px;
    }

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

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

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

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

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

body {
    font-family: "Barlow";
    font-weight: normal;
    --color: #eb6622;
    margin: 0 auto;
}

.container {
    width: 1550px;
}

.container.wrap {
    width: 1750px;
}

.color-ff {
    color: #fff;
}

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

.color-2c {
    color: #2c2c2c;
}

.f-bmb {
    font-family: "BankGothic Md BT";
    font-weight: 500;
}

.f-bmb-6 {
    font-family: "BankGothic Md BT";
    font-weight: 500;
    text-transform: uppercase;
    /*letter-spacing: -6px;*/
    line-height: 1.2;
}

.f-bmb-5 {
    font-family: "BankGothic Md BT";
    font-weight: 500;
    /*letter-spacing: -5px;*/
}

.f-bmb-4 {
    font-family: "BankGothic Md BT";
    font-weight: 500;
    text-transform: uppercase;
    /*letter-spacing: -4px;*/
}

.f-bmb-3 {
    font-family: "BankGothic Md BT";
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.6;
    /*letter-spacing: -3px;*/
    width: 100%;
}

.f-bmb-2 {
    font-family: "BankGothic Md BT";
    font-weight: 500;
    /*letter-spacing: -2px;*/
}

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

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

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

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

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

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

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    margin: 0 30px;
    font-family: 'BankGothic Md BT';
    font-weight: 300;
    letter-spacing: -2px;
    font-size: 22px;
    height: 100%;
    text-transform: uppercase;
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    z-index: 100;
    float: left;
    position: relative;
    transition: 0.5s;
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#header .nav .ui.menu .right .h-language span {
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(31, 31, 31, 0.87);
    border-radius: 50%;
}

#header .nav .ui.menu .right .h-language span img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    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: 16px;
    font-weight: 400;
    background: #fff;
    top: 120%;
    right: -70px;
    width: 130px;
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
    transition: transform 0.5s, opacity 0.3s;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
    -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #eb6622;
    display: none \9;
}

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

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

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

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

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

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

#header .nav .ui.menu .right .h-search {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 12px;
    cursor: pointer;
    background-color: #b5b5b5;
    border-radius: 50%;
}

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

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

#header .nav .ui.menu .right .h-inquire {
    width: auto;
    min-width: 140px;
    padding: 0 20px;
    height: 42px;
    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-family: "BankGothic Lt BT";
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    letter-spacing: -2px;
    cursor: pointer;
    transition: 0.5s;
    border: 1px solid transparent;
}

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

#banner {
    margin-top: 90px;
}

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

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

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

#banner .banner-content .swiper-slide .txt-content .pro-img {
    max-width: 50%;
}

#banner .banner-content .swiper-slide .txt-content .txtcon .desc {
    max-width: 720px;
    font-weight: 500;
    line-height: 2;
    text-align: center;
}

.btn-go {
    width: auto;
    min-width: 200px;
    padding: 0 20px;
    height: 45px;
    background-color: var(--color);
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 0;
    display: inline-flex;
}
.btn-go::after{
  content:'';
  display: block;
  background-color: #fff;
  width: 100%;
  height: 500%;
  position: absolute;
  top: 10%;
  left: -100%;
  transition: all 0.5s;
  z-index: -1;
  transform: rotate(45deg);
}
.btn-go:hover {
    /*background-color: #fff;*/
    color: var(--color);
}
.btn-go:hover::after{
  top: -170%;
  left: 0;
}

#index-body .init-1 .bigtt .lk {
    color: transparent;
    -webkit-text-stroke: 1px #eb6622;
}

#index-body .init-1 .tt {
    margin: 0 -10px;
}

#index-body .init-1 .section .return {
    overflow: hidden;
}

#index-body .init-1 .section .return>img {
    border-radius: 30px;
}

#index-body .init-1 .section .intro .h-left {
    max-width: 52%;
}
.shouye{
  font-size: 18px;
  line-height: 2;
  margin-top: 10px;
}
.shouye h1{
  display: inline!important;
  font: inherit;
}
/*#index-body .init-1 .section .intro .h-left h1 {
    line-height: 2;
    display: inline!important;
}*/

#index-body .init-1 .section .intro .h-left .btn-go {
   background-color: #252525;
}
#index-body .init-1 .section .intro .h-left .btn-go:hover{
  color: #fff;
}
#index-body .init-1 .section .intro .h-left .btn-go::after{
  background-color: #444444;
}
#index-body .init-1 .section .intro .h-right {
    width: 32%;
}

#index-body .init-1 .section .intro .h-right .num li {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(156, 157, 159, 0.5);
    position: relative;
}

#index-body .init-1 .section .intro .h-right .num li .num-title {
    font-family: "Futura LT Book";
    font-weight: 700;
    color: #434343;
    line-height: 1;
    transition: all 0.5s;
}

#index-body .init-1 .section .intro .h-right .num li::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: var(--color);
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: all 0.8s;
}

#index-body .init-1 .section .intro .h-right .num li:hover .num-title {
    color: var(--color);
}

#index-body .init-1 .section .intro .h-right .num li:hover .num-text {
    color: var(--color);
    transition: all 0.5s;
}

#index-body .init-1 .section .intro .h-right .num li:hover::after {
    width: 100%;
}


#index-body .init-2 .range .rangecon .h-left {
    max-width: 55%;
}

#index-body .init-2 .range .rangecon .h-left .subtt {
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 0 30px;
    background-color: #eb6622;
    z-index: 9;
    line-height: 1.3;
}

/* #index-body .init-2 .range .rangecon .h-left .subtt::after {
    content: "";
    display: block;
    width: 200%;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin-right: -50px;
    background-color: var(--color);
    z-index: -1;
  } */

#index-body .init-2 .range .rangecon .h-left .bigtt {
    line-height: 1.2;
}

#index-body .init-2 .range .rangecon .h-left .desc {
    line-height: 2;
}

#index-body .init-2 .range .rangecon .navsmall {
    margin-left: 0;
    width: 426px;
    position: absolute;
    left: 0;
    bottom: 100px;
}

#index-body .init-2 .range .rangecon .navsmall ul li {
    width: 110px !important;
    height: 110px;
    background-color: #444444;
    border-radius: 50%;
}

#index-body .init-2 .range .rangecon .navsmall ul li .box {
    width: 100%;
    height: 100%;
    background-color: #444444;
    border-radius: 50%;
}

#index-body .init-2 .range .rangecon .navsmall ul li .box img {
    opacity: 0.4;
}

#index-body .init-2 .range .rangecon .navsmall ul li.swiper-slide-thumb-active .box img {
    opacity: 1;
}

#index-body .init-2 .range .rangecon .h-right {
    max-width: 40%;
}

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

#index-body .init-3 .bigtt {
    background-color: var(--color);
    padding: 15px 0;
}

/* #index-body .init-3 .solutions li .box {
    padding: 5px;
  }
  
  #index-body .init-3 .solutions li .box img {
    box-shadow: 0 0 5px #dedede;
  } */

#index-body .init-4 {
    background-color: #f4f4f4;
    overflow: hidden;
}

#index-body .init-4 .product ul li .box .zhu {
    background-color: #fff;
    border-radius: 30px;
    padding: 10px 40px 24px 40px;
    text-align: center;
    z-index: 8;
    transition: transform 0.5s cubic-bezier(0.38, 0, 0, 1);transition: all 0.5s;
}

#index-body .init-4 .product ul li .box .zhu .imgBox1 {
    /*padding: 25px 0;*/
    transition: transform 0.8s cubic-bezier(0.38, 0, 0, 1);
}

#index-body .init-4 .product ul li .box .zhu .imgBox2 {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}

#index-body .init-4 .product ul li .box .zhu .imgBox2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

#index-body .init-4 .product ul li .box .zhu .title {
        line-height: 1.8;
    /* text-transform: uppercase; */
    font-family: 'Barlow';
    transition: all 0.5s;
    letter-spacing: 0px;
}

#index-body .init-4 .product ul li .box .zhu .title:hover {
    color: var(--color);
}

#index-body .init-4 .product ul li .box .desc {
    padding: 0 40px;
    color: #090909;
    font-weight: 500;
    line-height: 1.8;
    opacity: 0;
    transition: all 0.5s;
    transform: translateY(40px);
}

#index-body .init-4 .product ul li:hover .box .zhu {
    transform: translateY(-20px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.5);
}
#index-body .init-4 .product ul li:hover .box .zhu{
  background-color: var(--color);
}
#index-body .init-4 .product ul li:hover .box .zhu .title{
  color:#fff;
}
#index-body .init-4 .product ul li:hover .box .zhu .imgBox1 {
    /*transform: translateY(-50%);*/
}

#index-body .init-4 .product ul li:hover .box .zhu .imgBox2 {
    opacity: 1;
}

#index-body .init-4 .product ul li:hover .box .desc {
    opacity: 1;
    transform: translate(0, 0);
}

#index-body .init-4 .swiper-button-prev,
#index-body .init-4 .swiper-button-next {
    color: #181818;
}

#index-body .init-4 .swiper-button-prev {
    left: -70px;
}

#index-body .init-4 .swiper-button-next {
    right: -70px;
}

#index-body .init-5 .boxBottom .scroll {
    width: max-content;
}

#index-body .init-5 .boxBottom .boxLeft .bigtt {
    line-height: 1.2;
}


#index-body .init-5 .boxBottom .boxRight {
  padding-right: 190px;
}
#index-body .init-5 .boxBottom .boxRight .list {
    overflow: hidden;
}

#index-body .init-5 .boxBottom .boxRight .list li {
    background-color: #191919;
    border-radius: 30px;
    padding: 47px;
    width: 750px;
    margin-right: 100px;
}

#index-body .init-5 .boxBottom .boxRight .list li .con-top .left {
    flex-shrink: 0;
}

#index-body .init-5 .boxBottom .boxRight .list li .con-top .right {
    line-height: 2;
}

#index-body .init-5 .boxBottom .boxRight .list li .con-bottom {
    line-height: 1;
}

#index-body .init-5 .boxBottom .boxRight .list li .con-bottom .num {
    color: rgba(255, 255, 255, 0.1);
    line-height: 0.7;
}

#index-body .init-5 .boxBottom .boxRight .list li::after {
    content: "";
    display: block;
    width: 0;
    height: 50px;
    border-radius: 30px;
    background-color: var(--color);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(90%);
    opacity: 0;
    transition: all 0.5s;
}

#index-body .init-5 .boxBottom .boxRight .list li:hover::after {
    width: 92%;
    opacity: 1;
}

#index-body .init-6 {
    background-color: #f4f4f4;
    margin-top: 120px;
}

#index-body .init-6 li .box .ttbox .time {
    background-color: var(--color);
    padding: 0 15px;
}

#index-body .init-6 li .box .ttbox .tt:hover {
    color: var(--color);
    transition: all 0.5s;
}

#index-body .init-6 li .box .desc {
    color: rgba(0, 0, 0, 0.77);
    line-height: 1.8;
}

#index-body .init-6 .slickDots ul {
    justify-content: flex-start;
}

#index-body .init-6 .slickDots ul li {
    background-color: rgba(0, 0, 0, 0.17);
    border: 0;
}

#index-body .init-6 .slickDots ul li.slick-active {
    background-color: var(--color);
}

#footer {
    background-color: #191919;
}

#footer .footer-userinfo .right .share li {
    margin-left: 32px;
}

#footer .footer-userinfo .right .share li i {
    font-size: 22px;
    color: #fff;
}

#footer .footer-center .footer-t {
    display: flex;
    justify-content: space-between;
}

#footer .footer-center .footer-t .footer-t-gird {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

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

#footer .footer-center .footer-t .footer-t-gird .t-list p {
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    font-family: "BankGothic Md BT";
    font-weight: 500;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

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

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

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

#footer .footer-center .footer-t .footer-t-gird .t-list.contact span.pre {
    padding-left: 50px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.contact span em {
    line-height: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.47);
}

#footer .footer-center .footer-t .footer-t-gird .t-list.contact span img {
    left: 0;
    top: 5px;
}

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

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

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

#footer .footer-center .footer-t .footer-t-gird .t-list.touch form input {
    border: 0;
    width: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.11);
    margin-bottom: 20px;
    font-size: 18px;
    padding: 15px 20px;
    /*border-radius: 4px;*/
}

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

#footer .footer-center .footer-t .footer-t-gird .t-list.touch form input[type="submit"] {
    width: 300px;
    font-size: 18px;
    font-family: "BankGothic Md BT";
    font-weight: 500;
    letter-spacing: -2px;
    background-color: var(--color);
    padding-top: 9px;
    padding-bottom: 9px;
    border: 1px solid transparent;
    transition: all 0.5s;
}

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

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

#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;
    transition: 0.5s;
    fill: rgba(255, 255, 255, 0.27);
    margin-top: 1px;
}

@media (max-width: 1700px) {
  #index-body .init-5 .boxTop img{
    width: 60%;
  }
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li{
    margin: 0 20px;
  }
}

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

    #index-body .init-2 .range .rangecon .navsmall {
        bottom: 52px;
    }

}
@media (max-width: 1320px) {
    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
        margin: 0 8px;font-size: 20px;
    }
}
@media (max-width: 1250px) {
    .f-bmb-6 {
        letter-spacing: -4px;
    }

    #banner {
        margin-top: 40px;
    }

    #index-body .init-1 .bigtt {
        justify-content: center;
    }

    #index-body .init-1 .bigtt img {
        zoom: 0.6;
    }


    #index-body .init-2 .range {
        padding-bottom: 60px;
    }

    #index-body .init-2 .range .rangecon .navsmall {
        bottom: 5px;
    }

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

    #footer .footer-center .footer-b p {
        justify-content: center;
        text-align: center;
    }
    #footer .footer-center .footer-t .footer-t-gird .t-list p{
        font-size: 26px;
    }
    #footer .footer-center .footer-t .footer-t-gird .t-list.touch form input[type="submit"]{
      width:258px;font-size: 16px;
      padding-left: 5px;
      padding-right: 5px;
    }
}

@media (max-width: 1000px) {
    #banner .banner-content {
        height: 440px;
    }

    #index-body .init-1 .section .intro .h-left {
        max-width: 100%;
    }

    #index-body .init-1 .section .intro .h-right {
        width: 100%;
        margin-top: 5%;
    }
    
    #index-body .init-2 .range .rangecon .navsmall {
        display: none;
    }

    #index-body .init-2 .range {
        padding-bottom: 20px;
    }
    #index-body .init-6{
      margin-top: 0;
    }
    #index-body .init-4 .product ul li .box .desc {
        opacity: 1;
        padding: 0 25px;
        transform: translateY(0);
        margin-top: 5px;
    }
    #index-body .init-4 .swiper-button-prev {
      left: -35px;
    }
    #index-body .init-4 .swiper-button-next {
    right: -35px;
}
    #footer .footer-userinfo .right {
        margin-top: 5%;
    }

    #footer .footer-userinfo .share {
        margin-left: -32px;
    }

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

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

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

    #index-body .init-4 .product ul li .box .zhu {
        padding: 30px 25px 20px 25px;
    }

    /*#index-body .init-4 .product ul li:hover .box .zhu .imgBox1 {
        transform: translateY(-25%);
    }*/

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

@media (max-width: 700px) {
    .f-bmb-6 {
        letter-spacing: -2px;
    }

    .f-bmb-4 {
        letter-spacing: -2px;
    }

    .f-bmb-5 {
        letter-spacing: -2px;
    }

    .f-bmb-3 {
        letter-spacing: -2px;
        line-height: 2!important;
        font-size: 16px!important;
    }

    #banner .banner-content .swiper-slide .txt-content .pro-img {
        display: none;
    }

    #index-body .init-4 .swiper-button {
        display: none;
    }
    .seoPublic .Auxil-news .list ul li .content div.h6{
      font-size: 20px!important;
      line-height: 36px!important;;
    }

}

@media (max-width: 500px) {
    #index-body .init-2 .range .rangecon .h-left {
        max-width: 100%;
    }

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



    #index-body .init-4 .product ul li .box .desc {
        transform: translateY(0);
        padding: 2% 0 0;
        line-height: 2;
    }

    #index-body .init-4 .product ul li .box .zhu {
        padding: 15px;
    }

}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

}

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

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

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

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

}


.more.white {
    background-color: white;
}

.more.white:hover span {
    color: white;
}

.more.white span {
    color: var(--color);
}

.more.black {
    background-color: #1a1a1a;
}

.more.black:hover::before {
    background-color: var(--color);
}

.more.black span {
    color: white;
}

.more {
    display: block;
    width: 185px;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background-color: 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;
}

.more:hover::before {
    right: 0;
}

.more::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.more span {
    display: block;
    position: relative;
    z-index: 5;
    font-size: 18px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
}

.more:focus {
    background-color: var(--color);
}

.inner-banner {
    padding: 80px 0;
    text-align: center;
    background-color: #f5f5f5;
    margin-top: 95px;
}

.inner-banner .mbx {
    font-size: 18px;
    line-height: 32px;
    color: var(--color);
}

.inner-banner h2 {
    font-size: 48px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -2px;
    font-family: 'BankGothic Md BT';

}

.product2-page {
    padding: 50px 0;
}

.product2-page .product-list 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;
    margin: 0 -10px;
}

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

.product2-page .product-list ul li .img {
    overflow: hidden;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
    background: transparent;
    position: relative;
}

.product2-page .product-list ul li .img .img-box {
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #cbcbcb;
}

.product2-page .product-list ul li .img img {
    width: 80%;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.product2-page .product-list ul li .img img.yin {
    position: absolute;
    left: 0;
    opacity: 0;
}

.product2-page .product-list ul li .img:hover img {
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.product2-page .product-list ul li .text .btm .slick-slide img {
    padding: 5px;
}

.product2-page .product-list ul li.wid-100 {
    width: 100%;
}

.product2-page .product-list ul li .pro-box .imgbox img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.product2-page .product-list ul li .pro-box .btm .tupianji .slick-list.draggable .slick-slide:last-child {
    display: none;
}

.product2-page .product-list ul li .pro-box .btm .tupianji img {
    max-height: 145px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product2-page .product-list ul li .text {
    /*background: #f7f7f7;*/
    margin-top: 0;
    padding: 10px;
}

.product2-page .product-list ul li .text .neirong p {
    font-size: 14px;
    color: #aaa;
    text-transform: lowercase;
    font-weight: 300;
}

.product2-page .product-list ul li .text h2 {

    margin-top: 10px;
    line-height: 1.8;
    min-height: 5rem;
    font-size: 22px;
    text-transform: capitalize;
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

/*.product2-page .product-list ul li:hover .text h2{
    color: rgba(0, 0, 0, 0.4);
  }*/
.product2-page .product-list ul li .img img.yin {
    position: absolute;
    left: 0;
    opacity: 0;
}

.product2-page .product-list ul li:hover .img img.yin {
    opacity: 1;
}

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

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

.inner-page .sidebar-box .sidebar-left .inner .inner-title {
        font-size: 36px;
    line-height: 1.6;
    font-family: 'BankGothic Md BT';
    text-transform: uppercase;
    letter-spacing: -2px;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;

}

.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: 16px;
    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/search01.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: 20px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    line-height: 2;
    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: #eb6622;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active>a {
    color: #eb6622;
}

/*.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: 18px;
    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: #aaa;
    display: block;
    font-size: 14px;
    line-height: 2;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
    color: #000;

    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: rgba(0, 0, 0, 0.4);
}

.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: 260px 40px 30px;
    font-size: 14px;
    height: 460px;
}

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

}

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

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

.inner-page .sidebar-box .sidebar-left .inner .inner-contact .more{
  font-size: 16px;width: 200px;
}

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

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

.product2-page .sidebar-right h1 {
        margin-bottom: 40px;
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'BankGothic Md BT';
    letter-spacing: -3px;
    color: var(--color);

}

.product2-page .sidebar-right .Auxil-catdes {
    color: #7b7b7b;
    line-height: 2;
    font-size: 18px;
    margin-bottom: 18px;
    max-height: 290px;
    overflow: auto;
}

.inner-page .m-page {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

.inner-page .m-page a,
.inner-page .m-page span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: white;
    display: inline-block;
    margin-right: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 18px;

    line-height: 30px;
}

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

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

.prodet-page .prodet-1 .img .big-img {
    position: relative;
    /*height: 800px;*/
    overflow: hidden;
    border: 1px solid #eee;
    /*padding: 8%;*/
}

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

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

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

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

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

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

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

.prodet-page .prodet-1 .text .con {
    font-size: 18px;
    max-height: 290px;
    padding-right: 20px;
    margin-bottom: 30px;
    overflow: auto;
    line-height: 1.8;
    color: #7b7b7b;
}

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

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

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

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

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

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

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

.prodet-page .prodet-1 .text .list p a:hover {
    color: rgba(0, 0, 0, 0.4);
}

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

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

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

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

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

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

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

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

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

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

.prodet-page .prodet-2 .options ul li a {
    padding: 15px;
    min-width: 280px;
    font-size: 24px;
    line-height: 30px;
    /*letter-spacing: 1.5px;*/
    border-top: 2px solid transparent;

    background: white;
    color: #181818;
    display: block;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

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

.prodet-page .prodet-2 .ret .slide .content {
    font-size: 18px;
    line-height: 1.8;
}
.prodet-page .prodet-2 .ret .slide .content table td{
  min-width: 140px;
}
.prodet-page .prodet-2 .ret .slide .content table td strong{
  font-weight: normal!important;
}
.prodet-page .prodet-2 .ret .slide .content table tr{
  background: #fff;
}
.prodet-page .prodet-2 .ret .slide .content table tr:nth-child(1){
  background: #eee;
}

.prodet-page .prodet-2 .ret .slide .content .grid-box {
    font-size: unset;
}

.prodet-page .prodet-2 .ret .slide .content .grid-box .column {
    font-size: 18px;
    margin: 20px 0;
    width: 100%;
}

.prodet-page .prodet-2 .ret .slide .con h4 {
    line-height: 1.2;
    font-size: 48px;
    font-family: 'BankGothic Md BT';
    text-transform: uppercase;
    letter-spacing: -3px;
    margin-bottom: 20px;
}

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

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

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

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

.prodet-page .prodet-2 .ret .slide .con .left ul li span {
    font-size: 20px;
    line-height: 1.4;

    display: inline-block;
    margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prodet-page .prodet-2 .ret .slide .con .right form ul li .more {
    padding: 0;
    width: 340px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .more input[type="submit"]{
    padding: 0;font-size: 18px;
}

.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="submit"] {
    padding: 0 45px;
    width: 100%;
    border: none;
    color: white;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

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

.prodet-page .prodet-3 h3 {
    line-height: 1.2;
    margin-bottom: 40px;
}

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

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

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

.prodet-page .prodet-3 .content ul li .img .img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    border: 1px solid #e9e9e9;
}

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

.prodet-page .prodet-3 .content ul li .img .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

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

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

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

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

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

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

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

.prodet-page .prodet-3 .content ul li:hover h3 {
    color: rgba(0, 0, 0, 0.4);
}


@media screen and (max-width: 1250px){
    .inner-banner {
        margin-top: 40px;padding: 35px 0;
    }
    .prodet-page .prodet-2 .ret .slide .con h4 {
      font-size: 36px;
    }
}
@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%;
    }

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

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

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

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

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

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

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

    .prodet-page .prodet-2 .ret .slide .con .right {
        width: 100%;
        padding: 0;
    }
    .prodet-page .prodet-2 .ret .slide .con h4 {
      font-size: 32px;
    }
}

@media screen and (max-width: 700px) {
  .inner-banner h2{
    font-size: 22px!important;
    line-height: 40px!important;
  }
  .product2-page .sidebar-right h1{
    font-size: 24px;
    line-height: 44px;
  }
    .prodet-page {
        padding: 30px 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .prodet-page .prodet-1 .img .big-img {
        height: auto;
    }
    .prodet-page .prodet-2 .ret .slide .con h4 {
      font-size: 28px;
    }
}

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

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

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

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

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

    .prodet-page .prodet-2 .ret .slide .con .left {
        display: none;
    }
    .prodet-page .prodet-2 .ret .slide .con .right form ul li .more{
      width: 300px;
    }
    .prodet-page .prodet-2 .ret .slide .con .right form ul li .more input[type="submit"]{
      font-size: 16px;
    }
    .prodet-page .prodet-2 .ret .slide .con h4 {
      font-size: 24px;
    }
}


.prodet-page .prodet-1 .prodet-box .right .share {
    margin-top: 20px;
    display: block;
}

.prodet-page .prodet-1 .prodet-box .right .share h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
}

.prodet-page .prodet-1 .prodet-box .right .share ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.prodet-page .prodet-1 .prodet-box .right .share ul li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0;
    margin: 0;
    margin-left: 1.5rem;
    color: #000;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.prodet-page .prodet-1 .prodet-box .right .share ul li:hover {
    color: var(--color);
}

.prodet-page .prodet-1 .prodet-box .right .text {
    padding: 0;
    margin-top: 20px;
}

.prodet-page .prodet-1 .prodet-box .right .text tr td:first-child {
    width: 175px !important;

}

.prodet-page .prodet-1 .prodet-box .right h4 {
    font-size: 20px;
    line-height: 2;
    color: #000;
    /*margin-top: 20px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  
}

.prodet-page .prodet-1 .prodet-box .right h3 {
    font-size: 26px;
    padding-top: 65px;
    line-height: 1.6;
    color: #000000;
   
 
    text-transform: capitalize;
}

.mask .prodet-page {
    padding: 20px 40px 20px 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    background: #ffffff;
}

.mask {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 40px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 111;
    display: none
}

.mask.active {
    display: block !important
}

.mask .mask-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}

.mask .mask-close {
    position: absolute;
    z-index: 1;
    right: 12.7%;
    top: 12%;
    color: #000;
    cursor: pointer;
    font-size: 18px
}

/*.mask .container {
    width: 1100px
  }*/

.mask .mask-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mask .mask-inner .item {
    width: fit-content;
}

.product2-page .product-list .mask .list .img img {
    border: none
}

.mask .mask-inner .item.active {
    display: block;
}

.mask .img {
    min-height: 695px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mask .pro-gallery {
    margin: 30px 0;
}

.mask .pro-gallery .acc {
    margin: 0 -10px;
}

.mask .pro-gallery .acc .add {
    padding: 0 10px;
}

.mask .pro-gallery .acc .add a {
    border: 1px solid rgba(0, 0, 0, 0.2);
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:1100px) {
    .mask .mask-close {
        right: 3%;
        top: 3%
    }

    .mask .mask-inner .item {
        width: 100%
    }

    .mask .prodet-page {
        padding: 0
    }

    .mask .prodet-page .prodet-1 .prodet-box {
        height: 80vh;
        padding: 30px 0;
        overflow: auto
    }

    .prodet-page .prodet-1 .prodet-box .right .share ul li {
        width: auto !important
    }

    .prodet-page .prodet-1 .prodet-box .right .share {
        display: none
    }
}

@media screen and (max-width:700px) {
    .mask .prodet-page .prodet-1 .prodet-box .column {
        width: 100%
    }
    .seoPublic .title{
      font-size: 32px!important;
      line-height: 1.6;
    }
}
/*
.seoPublic .title {
    font-family: "BankGothic Md BT";
    font-weight: 500;
    letter-spacing: -5px;

    font-size: 48px;
}


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

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

@media screen and (max-width:1000px) {
    .seoPublic .title {
        font-size: 32px;
        letter-spacing: -2px;
    }
}

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


.news-page .sidebar-right ul {
  margin: -15px;
}
.seoPublic .title {
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'BankGothic Md BT';
    letter-spacing: -3px;
    color: var(--color);
}

.seoPublic .Auxil-news .list ul li .content time {
    font-size: 16px;
    margin-top: .5em;
    background-color: #eb6622;
    width: 120px;
    color: white;
    text-align: center;
    display: block;
}

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

.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 26px;
    line-height: 1.6;
    min-height: 5.5rem;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.seoPublic .Auxil-about .box .left .img {
    height: 400px;
    background-size: cover;
    background-position: center center;
    display: block;
}
.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    padding-right: 20px;
    max-height: 290px;
    overflow: auto;
}
.seoPublic .Auxil-about .box .right div.h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 1em;
}

.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: 16px;
  line-height: 2;
  padding: 4px 17px 4px 17px;
  margin-top: 20px;
}

.news-page .sidebar-right ul li .title {
        font-size: 24px;
    font-family: 'Barlow';
    line-height: 40px;
        height: 76px;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}

.news-page .sidebar-right ul li .des {
  font-size: 18px;
  color: #7b7b7b;
  line-height: 32px;
  margin-top: 6px;
}

.news-page .sidebar-right ul li .time {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  margin-top: 2px;
}

.newdet-page {
  padding: 0 0 90px;
}

.newdet-page .header {
  max-width: 1520px;
  width: 100%;
  padding: 70px 70px 40px 70px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}

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

.newdet-page .header h1 {
  font-size: 36px;
    font-family: 'BankGothic Md BT';
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -2px;
    line-height: 1.6;
    margin: 20px 71px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.newdet-page .share a:nth-child(4) {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}

.newdet-page .share a:nth-child(5) {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.newdet-page .prodet-2 {
  max-width: 1820px;
  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;
    line-height: 44px;
    margin: 20px 0px 0;
  }

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

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

  .newdet-page .m-link a:last-child {
    text-align: left;
    margin-top: 20px;
  }
  .news-page .sidebar-right ul li .title{
      min-height: unset;
  }
}



.about-page .about-1 .top .img {
  position: relative;
  margin-top: 80px;
}

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

.about-page .about-1 .top .img .play::before,
.about-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;
}

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

.about-page .about-1 .top .text {
  max-width: 1380px;
  width: 100%;
  margin: -70px 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: 70px 68px 90px;
}

.about-page .about-1 .top .text .title {
  line-height: 1.2;
}

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

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

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

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

.about-page .about-1 .bottom ul li .data {

  padding-bottom: 26px;
  border-bottom: 1px solid #58596c;
}

.about-page .about-1 .bottom ul li .data em {
    font-size: 64px;
    letter-spacing: 1px;
    line-height: 1.2;
    font-weight: 600;
    font-family: "Futura LT Book";
    color: var(--color);
    display: inline-block;
    vertical-align: bottom;
}

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

.about-page .about-1 .bottom ul li .text .tit {
      font-size: 30px;
    font-family: 'BankGothic Md BT';
    color: #000000;
    text-transform: uppercase;
    line-height: 2;
    letter-spacing: -2px;
    margin-top: 24px;
}

.about-page .about-1 .bottom ul li .text p {
  font-size: 18px;
  line-height: 1.8;
  color: #7b7b7b;
}

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

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

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

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

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

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

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

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

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

.about-page .about-2 .box .text .con {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 41px;
}

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

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

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

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

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

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

.about-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 #b8b8bc;
}

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

.about-page .about-3 .header .left span.tag {
  color: rgba(0, 0, 0, 0.4);
}

.about-page .about-3 .header .left .title {
  margin-top: 12px;
  line-height: 1;
}

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

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

.about-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 -20px;
}

.about-page .about-3 .content ul li {
  padding: 20px;
  width: 33.33333333333%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #121212;
}

.about-page .about-3 .content ul li .box {
  min-height: 360px;
  background: #fff;
  padding: 35px 35px 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-3 .content ul li .tit {
      font-size: 30px;
    font-family: 'Barlow';
    font-weight: 500;
    line-height: 2;
    margin-top: 15px;
}

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

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

.about-page .about-3 .content ul li:hover i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

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

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

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

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

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

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

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

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

.about-page .about-3 .list .slick-dots li.slick-active {
  background: rgba(0, 0, 0, 0.4);
}

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

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

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

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

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

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

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

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

.about-page .about-4 .box .more:hover {
  background: #fff;
  color: rgba(0, 0, 0, 0.4);
}

.about-page .about-5 {
  padding: 120px 0 180px;
}

.about-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 #b8b8bc;
}

.about-page .about-5 .header span.tag {
  color: rgba(0, 0, 0, 0.4);
}

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

.about-page .about-5 .header .more {
  background: var(--color);
  margin-bottom: 4px;
  font-size: 16px;
}

.about-page .about-5 .header .more:hover {
  background: #000;
}

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

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

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

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

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

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

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

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

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

.about-page .about-5 .content ul .slick-dots li.slick-active {
  background: rgba(0, 0, 0, 0.4);
}

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

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

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

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


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

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

  .about-page .about-3 .content ul li p {
    line-height: 1.4;
  }
}

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .about-page .about-3 .content ul li {
    padding: 20px 10px;
  }

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

  .about-page .about-3 .content ul li .box {
    padding: 39px 15px 15px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-h:hover {
    color: var(--color);
    transition: all 0.5s;
}

.i-tag {
  font-size: 22px;
  line-height: 40px;

}


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

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

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


.contact-page .contact-1 {
  padding-top: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact-page .contact-1 .left form ul li .more input[type="submit"] {
  background: transparent;
  border: none;
  width: 100%;
  font-size: 16px;
  line-height: 50px;
  text-transform: uppercase;
}

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

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

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

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

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

.contact-page .contact-1 .right .title {
      line-height: 1.2;
    font-weight: 300;
        color: #eb6622;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-family: 'BankGothic Md BT';
}

.contact-page .contact-1 .right p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #000;
  margin-top: 10px;
}

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

.contact-page .contact-1 .right .list ul li {
  color: #83827F;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  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 {
  background: #f5f5f5;
  padding: 4rem 0 6rem
}

.contact-page .contact-2 .contact-link-icon {
  font-size: 48px;
  color: #d12138
}

.contact-page .contact-2 .list ul {
  margin: -10px
}

.contact-page .contact-2 .list ul li {
  padding: 10px;
  text-align: center
}

.contact-page .contact-2 .list ul li .box {
  padding: 20px 20px 30px;
  background-color: #fff;
  border-radius: 30px
}

.contact-page .contact-2 .list ul li .box span.h6 {
  font-size: 24px;
 
  font-weight: 500;
}

.contact-page .contact-2 .list ul li .box .text {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 15px;
}

.contact-page .contact-2 .header p {
  font-size: 16px;
  line-height: 2;
  color: #555;
  margin-bottom: 15px
}

.contact-page .contact-2 .header .section-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  position: relative;
  margin-bottom: 20px
}

.contact-page .contact-2 .header .section-title span {
  color: var(--color)
}

.contact-page .contact-2 .content ul {
  margin-right: -2rem
}

.contact-page .contact-2 .content ul li {
  padding-right: 2rem;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2
}

.contact-page .contact-2 .content ul li .title {
  padding: 30px 30px 30px 80px;
  cursor: pointer;
  position: relative;
  border: none;
  border: 1px solid #fff;
  margin-bottom: 0;
  background-color: #fff
}

.contact-page .contact-2 .content ul li .title:after {
  content: "\f27b";

  font-weight: 400;
  font-size: 16px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--color);
  padding: 9px 14px;
  color: #fff
}

.contact-page .contact-2 .content ul li .title h6 {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0;
  color: #000
}

.contact-page .contact-2 .content ul li .accordion-info {
  display: none;
  padding: 20px;
  margin-top: 0;
  margin-left: 0;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  color: #555
}

.contact-page .contact-2 .content ul li.active .title {
  color: #fff;
  background: var(--color);
  border: 1px solid var(--color);
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, .05);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, .05)
}

.contact-page .contact-2 .content ul li.active .title h6 {
  color: #fff
}

.contact-page .contact-2 .content ul li.active .title:after {
  background: #fff;
  color: var(--color)
}

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


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

  .inner-page .sidebar-box .sidebar-left .inner .inner-contact {
    padding: 184px 20px 30px
  }
}

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

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

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

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

}

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


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

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

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

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



.manufacturing-page .marginBox {
  padding: 0 !important
}

.manufacturing-page .marginTop .list ul li img {
  display: block;
  width: 100%
}

.manufacturing-page .marginTop .list ul .slick-dots {
  position: absolute;
  bottom: 5%;
  left: 0;
  text-align: center;
  width: 100%
}

.manufacturing-page .marginTop .list ul .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, .5);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.manufacturing-page .marginTop .list ul .slick-dots li button {
  display: none
}

.manufacturing-page .marginTop .list ul .slick-dots li.slick-active {
  background-color: #fff
}

.manufacturing-page .manufacturing-1 {
  padding: 90px 0 80px
}

.manufacturing-page .manufacturing-1 .left {
  padding-right: 3%;
  vertical-align: bottom
}

.manufacturing-page .manufacturing-1 .left .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.6;
  margin: 1em 0 2em
}

.manufacturing-page .manufacturing-1 .right {
  padding-left: 3%;
  vertical-align: bottom
}

.manufacturing-page .manufacturing-1 .right .list ul {
  margin: -40px -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.manufacturing-page .manufacturing-1 .right .list ul li {
  padding: 40px 15px;
  width: auto;
  min-width: 41%
}

.manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
  font-weight: 700;
  font-size: 60px;
 
  color: var(--color);
  display: block
}

.manufacturing-page .manufacturing-1 .right .list ul li span.h6 sub {
  font-size: .78333333em;
  font-weight: 400;
  vertical-align: baseline
}

.manufacturing-page .manufacturing-1 .right .list ul li span.h6 sup {
  font-size: .46666667em;
  vertical-align: middle
}

.manufacturing-page .manufacturing-1 .right .list ul li p {
  font-size: 20px;
  color: #242424
}



.manufacturing-page .manufacturing-2 .list ul {
  margin: -23px
}

.manufacturing-page .manufacturing-2 .list ul li {
  padding: 23px
}

.manufacturing-page .manufacturing-2 .list ul li a {
  display: block
}

.manufacturing-page .manufacturing-2 .list ul li a img {
  display: block;
  width: 100%;
  border: 1px solid #dcdcdc;
}

.manufacturing-page .manufacturing-2 .list ul li a span {
  display: block;
  font-size: 20px;
  text-transform: capitalize;
  padding: .5em;
  text-align: center;
  background-color: var(--color);
  color: #fff
}

.manufacturing-page .manufacturing-3 {
  padding: 95px 0 150px;
  background: url("../images/h-about-bigt.jpg") center center no-repeat;
  background-size: cover
}

.manufacturing-page .manufacturing-3 .box {
  /*margin-left: 55%;*/
  color: #fff;
}

.manufacturing-page .manufacturing-3 .box .text {
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  width: 800px;
  padding-right: 1em;
  max-height: 11.2em;
  margin-top: 1.3em;
  overflow: auto
}

.manufacturing-page .manufacturing-4 {
  padding-top: 100px;
  text-align: center
}

.manufacturing-page .manufacturing-4 .list {
  margin-top: 50px;
  position: relative
}

.manufacturing-page .manufacturing-4 .list:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #d5d1d8;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1
}

.manufacturing-page .manufacturing-4 .list ul {
  margin: 0 -8px
}

.manufacturing-page .manufacturing-4 .list ul li {
  padding: 0 8px
}

.manufacturing-page .manufacturing-4 .list ul li a.img-box {
  display: block;
  border: 1px solid #bfbfbf
}

.manufacturing-page .manufacturing-4 .list ul li span.h6 {
  font-size: 24px;
  color: #242424;
  padding: 1.2em 0 .8em;
  display: block;
  line-height: 1.2;
  position: relative
}

.manufacturing-page .manufacturing-4 .list ul li span.h6:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #f9bc62;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.manufacturing-page .manufacturing-5 {
  padding: 120px 0 80px;
  text-align: center
}

.manufacturing-page .manufacturing-5 .list {
  margin-top: 50px
}

.manufacturing-page .manufacturing-5 .list ul {
  margin: -15px
}

.manufacturing-page .manufacturing-5 .list ul li {
  padding: 15px
}

.manufacturing-page .manufacturing-5 .list .slick-track {
  margin-left: 0
}

.manufacturing-page .manufacturing-6 {
  padding: 100px 0 75px;
  background: url("/template/en/images/manufacturing-6-bg.jpg") center center no-repeat;
  background-size: cover
}

.manufacturing-page .manufacturing-6 .left {
  vertical-align: bottom
}

.manufacturing-page .manufacturing-6 .left .img {
  margin-right: -7%;
  margin-left: -5%
}

.manufacturing-page .manufacturing-6 .right {
  vertical-align: bottom;
  padding-left: 4%;
  margin-bottom: 25px
}

.manufacturing-page .manufacturing-6 .right .slide {
  margin-top: 60px
}

.manufacturing-page .manufacturing-6 .right .slide:first-child {
  margin-top: 0
}

.manufacturing-page .manufacturing-6 .right span.h4 {
  font-weight: 700;
  font-size: 26px;
  color: #242424;
  line-height: 2;
  display: block;
  margin-bottom: 1.2em
}

.manufacturing-page .manufacturing-6 .right .color {
  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
}

.manufacturing-page .manufacturing-6 .right .color span {
  font-size: 20px;
  padding: .4em;
  border-radius: 2em;
  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-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  margin-right: .5em
}

.manufacturing-page .manufacturing-6 .right .color span i {
  width: 2.2em;
  height: 2.2em;
  border-radius: 100%;
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle
}

.manufacturing-page .manufacturing-6 .right .color span em {
  margin-right: 2em
}

.manufacturing-page .manufacturing-6 .right .color span:hover,
.manufacturing-page .manufacturing-6 .right .color span.active {
  background: #fff
}

.manufacturing-page .manufacturing-6 .right .select {
  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
}

.manufacturing-page .manufacturing-6 .right .select span {
  font-size: 18px;
  color: #1b1b1b;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
  cursor: hand
}

.manufacturing-page .manufacturing-6 .right .select span i {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-size: auto 80%;
  display: block;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-bottom: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.manufacturing-page .manufacturing-6 .right .select span.active i,
.manufacturing-page .manufacturing-6 .right .select span:hover i {
  background-color: #fff
}

.manufacturing-page .manufacturing-6 .right a.more {
  margin-top: 2.5em
}

.manufacturing-page .manufacturing-7 {
  padding: 100px 0 0;
  text-align: center
}

.manufacturing-page .manufacturing-5 .text,
.manufacturing-page .manufacturing-7 .text {
  max-width: 1200px;
  display: block;
  font-size: 18px;
  color: #626262;
  line-height: 1.6;
  margin: 1em auto 2em
}

@media screen and (max-width: 1600px) {
  .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
    font-size: 48px;
  }

  .manufacturing-page .manufacturing-1 .left .text,
  .manufacturing-page .manufacturing-3 .box .text,
  .manufacturing-page .manufacturing-7 .text,
  .manufacturing-page .manufacturing-5 .text {
    font-size: 18px;
  }

  .manufacturing-page .manufacturing-6 .right span.h4 {
    font-size: 22px
  }

  .manufacturing-page .manufacturing-6 .right .color span {
    font-size: 16px
  }

  .manufacturing-page .manufacturing-6 .right .color span i {
    width: 1.8em;
    height: 1.8em
  }

  .manufacturing-page .manufacturing-6 .right .select span {
    font-size: 18px
  }

  .manufacturing-page .manufacturing-6 .right .select span i {
    width: 90px;
    height: 90px
  }

  .manufacturing-page .manufacturing-1 .right .list ul li p {
    font-size: 20px
  }

  .manufacturing-page .manufacturing-2 .list ul li a span {
    font-size: 16px
  }

  .manufacturing-page .manufacturing-4 .list ul li span.h6 {
    font-size: 20px
  }

  .manufacturing-page .manufacturing-5 {
    padding: 80px 0
  }

  .manufacturing-page .manufacturing-5 .list {
    margin-top: 30px
  }

  .manufacturing-page .manufacturing-6 {
    padding: 50px 0
  }

  .manufacturing-page .manufacturing-7 {
    padding: 45px 0
  }

  .manufacturing-page .manufacturing-2 .list ul li {
    padding: 15px
  }

  .manufacturing-page .manufacturing-2 .list ul {
    margin: -15px
  }
}

@media screen and (max-width: 1450px) {
  .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
    font-size: 38px
  }

  .manufacturing-page .manufacturing-2 .list ul li {
    padding: 10px
  }

  .manufacturing-page .manufacturing-2 .list ul {
    margin: -10px
  }

  .manufacturing-page .manufacturing-1 {
    padding: 50px 0
  }

  .manufacturing-page .manufacturing-1 .right .list ul li {
    padding: 20px 15px
  }

  .manufacturing-page .manufacturing-1 .right .list ul {
    margin: -20px -15px
  }

  .manufacturing-page .manufacturing-2 .list ul li a span {
    font-size: 14px
  }

  .manufacturing-page .manufacturing-3 {
    padding: 60px 0
  }

  .manufacturing-page .manufacturing-4 {
    padding-top: 60px
  }

  .manufacturing-page .manufacturing-6 .right span.h4 {
    font-size: 18px
  }

  .manufacturing-page .manufacturing-6 .right .color span {
    font-size: 14px
  }

  .manufacturing-page .manufacturing-6 .right .select span {
    font-size: 16px
  }

  .manufacturing-page .manufacturing-6 .right .slide {
    margin-top: 30px
  }
}

@media screen and (max-width: 1280px) {
  .development-page .development-1 .time ul li {
    padding-left: 90px;
  }

  .manufacturing-page .manufacturing-1 .left .text,
  .manufacturing-page .manufacturing-3 .box .text,
  .manufacturing-page .manufacturing-7 .text,
  .manufacturing-page .manufacturing-5 .text {
    font-size: 14px;
  }

  .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
    .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
    font-size: 24px
  }

  .manufacturing-page .manufacturing-4 .list ul li span.h6 {
    font-size: 16px
  }

  .manufacturing-page .manufacturing-1 .right .list ul li p {
    font-size: 16px
  }

  .manufacturing-page .manufacturing-1 .left {
    width: 100%;
    padding-right: 0
  }

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

  .manufacturing-page .marginTop .list ul .slick-dots li {
    width: 6px;
    height: 6px
  }



  .manufacturing-page .manufacturing-1 .right .list ul li {
    padding: 5px
  }

  .manufacturing-page .manufacturing-1 .right .list ul {
    margin: -5px
  }

  .manufacturing-page .manufacturing-5 {
    padding: 40px 0
  }

  .manufacturing-page .manufacturing-5 .list ul li {
    padding: 5px
  }

  .manufacturing-page .manufacturing-5 .list ul {
    margin: -5px
  }

  .manufacturing-page .manufacturing-6 .right,
  #index-body .init-6 .top .right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px
  }

  .manufacturing-page .manufacturing-6 .left {
    width: 100%
  }

  .manufacturing-page .manufacturing-6 .left .img {
    margin: 0
  }

  .manufacturing-page .manufacturing-6 .right .slide {
    margin-top: 15px
  }

  .manufacturing-page .manufacturing-6 .right span.h4 {
    font-size: 16px
  }

  .manufacturing-page .manufacturing-6 .right span.h4 {
    margin-bottom: .6em
  }

  .manufacturing-page .manufacturing-6 .right a.more {
    margin-top: 1.5em
  }
}
@media screen and (max-width: 700px) {
      .manufacturing-page .manufacturing-3 .box {
    margin-left: 25%;
  }
}
@media screen and (max-width: 500px) {
    .manufacturing-page .manufacturing-6 .right .select span {
    font-size: 14px
  }

  .manufacturing-page .manufacturing-6 .right .select span i {
    width: 60px;
    height: 60px
  }

  .manufacturing-page .manufacturing-6 .right .color span {
    font-size: 14px
  }

  .manufacturing-page .manufacturing-7 {
    padding: 40px 0
  }
}
.slick-track{
    flex-wrap: wrap;
}
.slick-track .slick-slide>div{
    height: auto;
}


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

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

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

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

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

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

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

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

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

.faq-page .marginBox .box .right .list ul li span.title {
 
  font-size: 22px;
  line-height: 40px;
  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: #8e8e8e;
  line-height: 2;
  margin: 30px 0;
  display: none;
  text-align: right;
}

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

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

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


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

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


.service-page .service-1 .text {
  max-width: 1330px;
  margin: 20px auto 0;
  text-align: center;
  line-height: 2;
}
.service-page .service-1 .list {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  overflow: hidden;
  height: 560px;
  padding: 15px;
}
.service-page .service-1 .list:after {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent, white);
  background-image: -moz-linear-gradient(bottom, transparent, white);
  background-image: linear-gradient(to top, transparent, white);
  z-index: 2;
  top: 0;
}
.service-page .service-1 .list .swiper {
  -webkit-transform: rotate3d(1, 0, 0, 15deg);
  -moz-transform: rotate3d(1, 0, 0, 15deg);
  transform: rotate3d(1, 0, 0, 15deg);
  width: 100%;
  height: 100%;
  overflow: unset;
}
.service-page .service-1 .list ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
  flex-direction: row;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap:20px;
}
.service-page .service-1 .list ul li {
  width: 100%;
  margin: 0 !important
}
.service-page .service-1 .list ul li a.img {
  height: 120px;
  padding: 5%;
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service-page .service-1 .list ul li a.img img {
  max-width: 100%;
}
.service-page .service-2 .ui.container {
  width: auto;
  max-width: 1700px;
}
.service-page .service-2 .box {
  height: 700px;
  position: relative;
  border-bottom-left-radius: 80px;
  overflow: hidden;
  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;
  padding: 5%;
  flex-wrap: wrap;
}
.service-page .service-2 .box .mask1 i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-2 .box .mask1 i.active {
  opacity: 1;
}
.service-page .service-2 .box .content {
  width: 600px;
  border: 1px solid #e5e5e5;
  padding: 4% 4%;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  background-color: white;
}
.service-page .service-2 .box .content span.tag {
  display: block;
  color: #e60012;
  margin-bottom: .5em;
  font-weight: 500;
}
.service-page .service-2 .box .content .text {
  margin: 1.5em 0;
  line-height: 1.8;
}
.service-page .service-2 .box .content .slickBtn {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.service-page .service-2 .box .content .slickBtn .btn{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  color: #565656;
  margin-left: 16px;
  cursor: pointer;
  justify-content: center;
}
.service-page .service-2 .box .content .slickBtn .btn:hover{
  background: #eb630c;
  color: #fff;
}
.service-page .service-2 .box .sPage{
  width: 100%;
  z-index: 2;
}
.service-page .service-2 .box .sPage .swiper-pagination-bullet{
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  opacity: 1;
}
.service-page .service-2 .box .sPage .swiper-pagination-bullet::before{
  background: #fff;
  content: '';
  position: relative;
  display: block;
  width: 10px;
  border-radius: 50%;
  height: 10px;
  opacity: 1;
  padding: 0;
  
}
.service-page .service-2 .box .sPage .swiper-pagination-bullet.swiper-pagination-bullet-active{
  border: 1px solid #eb630c !important;
}
.service-page .service-2 .box .sPage .swiper-pagination-bullet-active::before{
  background: #eb630c;
}
.service-page .service-3 .swiper .swiper-slide {
  padding: 106px 3%;
  border-bottom-left-radius: 80px;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: white;
  overflow: hidden;
}
.service-page .service-3 .swiper .swiper-slide .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
}
/*.service-page .service-3 .swiper .swiper-slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}*/
.service-page .service-3 .list{
  margin-top: 50px;
}
.service-page .service-3 .swiper .swiper-slide i {
  display: block;
}
.service-page .service-3 .swiper .swiper-slide span.h6 {
  margin-top: 1.4em;
  display: block;
  font-weight: 500;
  font-size: 24px;
}
.service-page .service-3 .swiper .swiper-slide span.h6_2{
  padding: 0 10px;
  max-width: 340px;
  margin: 1.4em auto 0;
}
.service-page .service-3 .swiper .swiper-slide .text {
  color: inherit;
  margin-top: 1em;
  font-weight: 300;
  max-height: 9em;
  overflow: auto;
}
.service-page .service-3 .swiper .swiper-slide .text::-webkit-scrollbar-thumb {
  background-color:black;
}
.service-page .service-3 .swiper .swiper-slide .content {
  opacity: 0;
  -webkit-transition: .5s;
  position: relative;
  z-index: 2;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .swiper .swiper-slide .center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .swiper .swiper-slide:hover:before {
  background-color: #eb630c;
}
.service-page .service-3 .swiper .swiper-slide:hover .bg{
  opacity: 1;
}
.service-page .service-3 .swiper .swiper-slide:hover .content {
  opacity: 1;
}
.service-page .service-3 .swiper .swiper-slide:hover .center {
  top: 40%;
  opacity: 0;
}
.service-page .service-3 .sPage{
  margin-top: 60px;
}
.service-page .service-3 .sPage .swiper-pagination-bullet{
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background: rgba(0, 0, 0, 0);
}
.service-page .service-3 .sPage .swiper-pagination-bullet::before{
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background: #f0f0f0;
}
.service-page .service-3 .sPage .swiper-pagination-bullet-active{
  border: 1px solid #eb630c;
}
.service-page .service-3 .sPage .swiper-pagination-bullet-active::before{
  background: #eb630c;
}
@media screen and (max-width: 1500px) {
  .service-page .service-1 .list {
    height: 450px;
  }
  .service-page .service-1 .list ul li a.img {
    height: 90px;
  }
  .service-page .service-2 .box {
    height: 600px;
  }
}

@media screen and (max-width: 1250px) {
  .service-page .service-2 .box {
    height: 500px;
  }
  .service-page .service-3 .swiper .swiper-slide i img {
    max-height: 50px;
  }
  .service-page .service-3 .swiper .swiper-slide {
    padding: 50px 3%;
  }
}

@media screen and (max-width: 1000px) {
  .service-page .service-1 .list {
    height: 300px;
  }
  .service-page .service-1 .list ul li a.img {
    height: 70px;
  }
  .service-page .service-1 .list ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .service-page .service-1 .list ul li {
    width: 25%;
  }
  .service-page .service-2 .box {
    height: 420px;
  }
  .service-page .service-3 .swiper .swiper-slide {
    border-bottom-left-radius: 20px;
  }
}

@media screen and (max-width: 700px) {
  .service-page .service-1 .list {
    height: 200px;
  }
  .service-page .service-1 .list ul li {
    width: 33.33%;
  }
  .service-page .service-1 .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .service-page .service-2 .box .content {
    max-width: 100%;
  }
  .service-page .service-2 .box {
    height: auto;
  }
  .service-page .service-2 .box .content {
    background-color: rgba(255, 255, 255, 0.6);
  }
}

@media screen and (max-width: 500px) {
  .service-page .service-3 .swiper .swiper-slide {
    border-radius: 0;
  }
  .service-page .service-3 .list{
    margin-top: 20px;
  }
  .service-page .service-1 .list ul li {
    width: 50%;
  }
  .service-page .service-1 .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-page .service-3 .sPage{
    margin-top: 20px;
  }
}


.download-page {
  overflow: unset;
}
.download-page .slickBtn.pos div {
    position: absolute;
    top: 32%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;

    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: #f5ae81;
    font-size: 20px;
}
.download-page .slickBtn.pos div:hover {
    color: #fff;
    background-color: #eb630c;
}
.download-page .download-2 .slickBtn div {
    top: 40%;right:auto;
    left:0;
}
.download-page .download-2 .slickBtn .next {
    left: unset;
    right: 0;
    transform: translateX(110%);
}
.download-page span.h2 {
    display: block;
    line-height: 1.2;
}
.download-page .download-1 .list .swiper-slide {
  height: auto;
}
.download-page .download-1 .list a.flex {
  padding: 25px 15px;
  border-radius: 10px;
  height: 100%;
  background-color: #f6f6f6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .download-1 .list a.flex span {
  margin: 0 15px;
  letter-spacing: -4px;
    width: 330px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'BankGothic Md BT';
    font-size: 36px;
display: flex;
align-items : center;
flex-wrap: wrap;
}
.download-page .download-1 .list a.flex i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.6em;
  color: #666;
  display: flex;
align-items : center;
flex-wrap: wrap;
  
}
.download-page .download-1 .list a.flex:hover {
  color: white;
  background-color: #eb630c;
}
.download-page .download-1 .list a.flex:hover i {
  color: inherit;
}
.download-page .download-2 .list {
  position: relative;
}
.download-page .download-2 .img {
  border-radius: 10px;
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 20px;
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.download-page .download-2 .img .play {
  cursor: pointer;
  cursor: hand;
}
.download-page .download-2 video{
  object-fit: cover;
}
.download-page .download-2 span.h6 {
  margin-top: .5em;
  display: block;
  width: 350px;
}
.download-page .download-2 .slickBtn div {
  top: 40%;
  transform: translateX(-110%);
}
.download-page .download-3 .container{
  overflow: unset;
}
.download-page .download-3 .flex_cont{
  justify-content: space-between;
  align-items: flex-start;
}
.download-page .download-3 .left {
  position: sticky;
  top: 100px;
  width: 30%;
}
.download-page .download-3 .left .text {
  margin: 1em 0;
  line-height: 30px;
}
.download-page .download-3 .left .more{
  display: inline-block;
  padding: 10px;
  min-width: 210px;
  background: #eb630c;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  transition: all .5s;
}
.download-page .download-3 .left .more:hover{
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
.download-page .download-3 .right {
  width: 55%;
}
.download-page .download-3 .right .list ul li {
  padding: 25px 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
.download-page .download-3 .right .list ul li span.h6 {
  cursor: pointer;
  cursor: hand;
  font-weight: 500;
  position: relative;
  padding-right: 30px;
  line-height: 1.6;
}
.download-page .download-3 .right .list ul li span.h6 i {
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  top: 6px;
  right: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1em;
}
.download-page .download-3 .right .list ul li span.h6 i:after,
.download-page .download-3 .right .list ul li span.h6 i:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: black;
}
.download-page .download-3 .right .list ul li span.h6 i:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.download-page .download-3 .right .list ul li.active span.h6 i:before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.download-page .download-3 .right .list ul li .text {
  margin-top: .7em;
  display: none;
  line-height: 30px;
}

@media screen and (max-width: 1500px) {
  .download-page .download-2 .img {
    height: 220px;
  }
}

@media screen and (max-width: 1000px) {
  .download-page .download-3 .left{
    position: relative;
    width: 100%;
    top: 0;
  }
  .download-page .download-3 .right{
    width: 100%;
    margin-top: 20px;
  }  
  .download-page .download-2 .slickBtn div,.download-page .download-2 .slickBtn .next{
    transform: none;
  }
  .download-page .download-2 .slickBtn div{
    top:30%;width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 700px) {
    .download-page .download-1 .list a.flex {
    padding: 15px;
  }
  .download-page .download-3 .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .download-page .download-3 .flex .left {
    width: 100%;
    position: static;
  }
  .download-page .download-3 .flex .right {
    width: 100%;
    margin-top: 30px;
  }
}

.sustainability-page .h2{
  font-weight: 500;
  display: block;
}
.sustainability-page .text{
  color: #797979;
  line-height: 32px;
}
.sustainability-page .sustainability-1 {
  padding: 80px 0 60px;
  overflow: hidden;
}
.sustainability-page .sustainability-1 .box .left {
  width: 84%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1%;
}
.sustainability-page .sustainability-1 .box .left span.h2 {
      margin-bottom: 15px;
    font-family: 'BankGothic Md BT';
    font-weight: 500;
    text-transform: uppercase;
}
.sustainability-page .sustainability-1 .box .right {
  width: 15%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sustainability-page .sustainability-2 {
  padding-top: 33%;
  background-size: cover;
  background-position: center;
}
.sustainability-page .sustainability-2 .bottom {
  padding: 50px 0 60px;
  background-color: rgba(34, 34, 34, 0.5);
  color: white;
}
.sustainability-page .sustainability-2 .bottom .text {
  color: inherit;
}
.sustainability-page .sustainability-3 {
  padding-top: 100px;
  margin-bottom:100px;
}
.sustainability-page .sustainability-3 .slide {
  margin-bottom: 0px;
}
.sustainability-page .sustainability-3 .slide .left {
  vertical-align: middle;
  padding-right: 3%;
}
.sustainability-page .sustainability-3 .slide .left span.h2 {
  margin-bottom: 1em;
}
.sustainability-page .sustainability-3 .slide .right {
  vertical-align: middle;
}
.sustainability-page .sustainability-3 .slide .right .img {
  display: block;
  height: 420px;
  background-size: cover;
  background-position: center;
}
.sustainability-page .sustainability-3 .slide:nth-child(even) {
  direction: rtl;
}
.sustainability-page .sustainability-3 .slide:nth-child(even) .left {
  direction: ltr;
  padding-right: 0;
  padding-left: 3%;
}
@media screen and (max-width: 1800px) {
  .sustainability-page .sustainability-1 .box .left {
    width: 76%;
  }
  .sustainability-page .sustainability-2 {
    padding-top: 25%;
  }
  .sustainability-page .sustainability-2 .bottom {
    padding: 40px 0;
  }
}

@media screen and (max-width: 1500px) {
  .sustainability-page .sustainability-1 {
    padding: 50px 0;
  }
  .sustainability-page .sustainability-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .sustainability-page .sustainability-1 .box .right {
    display: none;
  }
  .sustainability-page .sustainability-2 {
    padding-top: 18%;
  }
  .sustainability-page .sustainability-3 .slide .right .img {
    height: 360px;
  }
}

@media screen and (max-width: 1200px) {
    .sustainability-page .sustainability-3 {
    padding-top: 50px;
  }
  .sustainability-page .sustainability-3 .slide .left span.h2 {
    margin-bottom: .5em;
  }
}

@media screen and (max-width: 700px) {
  .sustainability-page .sustainability-3 .slide .left {
    width: 100%;
    padding: 0 !important;
    padding-bottom: 20px !important;
  }
  .sustainability-page .sustainability-3 .slide .right {
    width: 100%;
  }
  .sustainability-page .sustainability-3 .slide {
    display: block;
  }
  .sustainability-page .sustainability-3 .slide .right .img {
    height: 240px;
  }
}

@media screen and (max-width: 500px) {
  .sustainability-page .sustainability-3 .slide .right .img {
    height: 200px;
  }
}
.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}


.sustanibility2-page .sustanibility-1 span.h2 {
  line-height: 1.2;
}

.sustanibility2-page .sustanibility-2 {
  background-color: #fafafa;
}

.sustanibility2-page .sustanibility-2 .list {
  padding: 0 9%;
}

.sustanibility2-page .sustanibility-2 .list ul {
  margin: 0 -1em;
}

.sustanibility2-page .sustanibility-2 .list ul li {
  padding: 0 1em;
}

.sustanibility2-page .sustanibility-2 .list ul li i {
  line-height: normal;
  height: 1.0875em;
  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;
}

.sustanibility2-page .sustanibility-2 .list ul li i img {
  max-height: 100%;
}

.sustanibility2-page .sustanibility-2 .list ul li span.h6 {
  line-height: 1.2;
}

.sustanibility2-page .sustanibility-3 {
  overflow: hidden;
}

.sustanibility2-page .sustanibility-3 span.h2 {
  line-height: 1.2;
}

.sustanibility2-page .sustanibility-3 .text {
  color: rgba(0, 0, 0, 0.8);
}

.sustanibility2-page .sustanibility-3 .text p {
  margin-bottom: 1.8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.sustanibility2-page .sustanibility-3 .text p:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
  margin-right: .7em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .4em;
}

.sustanibility2-page .sustanibility-3 .text p:last-child {
  margin-bottom: 0;
}

.sustanibility2-page .sustanibility-3 .img {
  width: 120%;
  margin-right: -20%;
}

.sustanibility2-page .sustanibility-4 {
  position: relative;
  background-color: #f9f9f9;
  z-index: 1;
}

.sustanibility2-page .sustanibility-4 .ui.container {
  max-width: 1350px;
}

.sustanibility2-page .sustanibility-4::before {
  content: '';
  height: 45%;
  width: 100%;
  position: absolute;
  z-index: -1;
  background-color: var(--color);
  top: 0;
  left: 0;
}

.sustanibility2-page .sustanibility-4 span.h2 {
  color: white;
}

.sustanibility2-page .sustanibility-4 .list li {
  height: 100%;
  padding-bottom: 10px;
}

.sustanibility2-page .sustanibility-4 .list .box {
  background-color: white;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  height: 100%;
}

.sustanibility2-page .sustanibility-4 .list .box .content {
  padding: 6% 4%;
}

.sustanibility2-page .sustanibility-4 .list .box .text {
  line-height: 1.8;
}

@media screen and (max-width: 1000px) {
  .sustanibility2-page .sustanibility-2 .list {
    padding: 0;
  }

  .sustanibility2-page .sustanibility-3 .img {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 700px) {
  .sustanibility2-page .sustanibility-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
  }

  .sustanibility2-page .sustanibility-2 .list ul li {
    padding: 0;
  }

}


.flex_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

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

