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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

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

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

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

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

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

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

html.mobile {
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#mobile.active {
    left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
    font-family: "Helvetica";
    font-weight: normal;
    --color: #0a52e2;
    margin: 0 auto;
    font-size: 18px;
}

.color-ff {
    color: #fff;
}

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

.container {
    width: 1550px;
}

#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 .top {
  height: 45px;
  background-color: #183673;
}

#header .top .container {
  height: 100%;
}

#header .top .right .h-language {
  position: relative;
  cursor: pointer;
}

#header .top .right .h-language span {
  display: flex;
  justify-content: center;
  align-items: center;
}

#header .top .right .h-language span img {
  transition: all 0.5s;
}

#header .top .right .h-language span i {
  color: #fff;
  font-size: 20px;
  transition: all 0.5s;
}

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

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

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

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

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

#header .top .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 .top .right .h-language:hover span img {
  filter: grayscale(0) invert(1);
}

#header .top .right .h-language:hover span i {
  color: #000;
  transform: rotateX(180deg);
}

#header .top .right .h-search1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 36px;
  cursor: pointer;
}

#header .top .right .h-search1 img {
  transition: all 0.5s;
}

#header .top .right .h-search1:hover img {
  filter: grayscale(0) invert(1);
}

#header .nav {
  position: relative;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .nav .logo img{
    width: 210px;
}

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

#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
    padding-right: 125px;
}

#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 32px;
  font-size: 20px;
  height: 100%;
  color: var(--color);
  -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.menu-item-364796>ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.menu-item-364796>ul>li{
    position: static!important;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.menu-item-364796>ul>li:nth-child(odd)>ul{
    left: 50%!important;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.menu-item-364796>ul.sub-menu{
    min-width: unset;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.menu-item-364796>ul>li{
    width: 50%;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.menu-item-364796>ul .menu-item-370897{
    width: 100%;
}*/

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

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

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

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: var(--color);
  top: 100%;
  left: -10px;
  min-width: 190px;
  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 18px;
  line-height: 45px;
  color: #fff;
  font-size: 17px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}


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

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

#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;
  z-index: 5;
}

#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-inquire {
  width: 190px;
  height: 48px;
  padding: 0 12px;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s;
  border: 1px solid transparent;
}

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

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

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


.search-box1 {
    width: 100%;
    z-index: 99999;
}

.search-box1 form {
    display: flex;
    align-items: center;border-bottom: 1px solid #e1e1e1;
}

.search-box1 form input {
    background: none;
    outline: none;
    border: none;
}
.search-box1 form input::placeholder{
    color: rgba(255,255,255,0.6);
}
.search-box1 form input[type="text"] {
    width: 100%;
    font-size: 15px;
    color: #FFF;
    padding: 5px 0;
}

.search-box1 form input[type="submit"] {
    width: 16px;
    height: 16px;
    background: url(../images/h-ss.png) no-repeat;
    background-size: cover;
}





.btn-go {
    width: 220px;
    height: 56px;
    background-color: var(--color);
    border: 1px solid transparent;
    transition: all 0.5s;
}

.btn-go img {
    transition: all 0.5s;
    filter: brightness(0) invert(1);
}

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

.btn-go:hover img {
    filter: none;
}

.btn-go2 {
    color: #151313;
    transition: all 0.5s;
}

.btn-go2 span {
    display: inline-block;
    line-height: 1;
    padding-bottom: 10px;
    transition: all 0.5s;
    position: relative;
}

.btn-go2 span::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #151313;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}

.btn-go2 img {
    width: 8px;
    transition: all 0.5s;
}

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

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

.btn-go2:hover span::after {
    width: 0;
}

.btn-go2:hover img {
    transform: translateX(-14px);
}

.btn-go2.wtite {
    color: #fff;
}

.btn-go2.wtite span {
    border-color: #fff;
}

.btn-go2.wtite span::after {
    background-color: #fff;
}

.btn-go2.wtite img {
    filter: brightness(0) invert(1);
}

.btn-go3 span {
    width: 80px;
    height: 3px;
    background-color: #fff;
}

.btn-go3 img {
    transform: translateX(-7px);
    filter: brightness(0) invert(1);
}

.btn-go3:hover {
    animation: tdhx 2s infinite;
}

@keyframes tdhx {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(6px);
    }

    100% {
        transform: translateX(0);
    }
}

#banner {
    margin-top: 155px;
}

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

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

}

/*#banner .banner-content .swiper-slide:nth-child(1)::after{
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, .5);
      position: absolute;
      top: 0;left: 0;
      
  }*/

#banner .banner-content .swiper-slide:nth-child(2) .txt-content{
    color: var(--color);
}
#banner .banner-content .swiper-slide:nth-child(3) .txt-content{
    color: var(--color);
}
#banner .banner-content .swiper-slide:nth-child(2) .btn-go,#banner .banner-content .swiper-slide:nth-child(3) .btn-go{
    background-color:transparent;
    border-color: var(--color);
}
#banner .banner-content .swiper-slide:nth-child(2) .btn-go img,#banner .banner-content .swiper-slide:nth-child(3) .btn-go img{
    filter: none;
}

#banner .banner-content .swiper-slide:nth-child(2) .btn-go:hover,#banner .banner-content .swiper-slide:nth-child(3) .btn-go:hover{
    background-color: #fff;
}



#banner .banner-content .swiper-slide .txt-content {
    height: 100%;
    color: #fff;
    z-index: 2;
}

#banner .banner-content .swiper-slide .txt-content h3 {
    font-family: "Barlow Condensed";
    font-weight: 600;
    max-width: 660px;
    line-height: 1.2;
    text-shadow: 0 2px 0 #3f3f3f;
}

#banner .banner-content .swiper-slide .txt-content .text2 {
    max-width: 560px;
    line-height: 1.7;
}

#banner .banner-content .swiper-tool-box {
    width: 100%;
    position: absolute;
    bottom: 15%;
    left: 0;
    z-index: 1;
}

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

#banner .banner-content .swiper-tool-box .swiper-tool .cur {
    color: var(--color);
    font-size: 16px;
}

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

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination .swiper-pagination-bullet {
    margin-right: 6px;
    width: 65px;
    height: 2px;
    background-color: rgba(52, 52, 52, 0.8);
    transition: all 0.5s;
    border-radius: 0;
}

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

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination .swiper-pagination-bullet-active {
    height: 5px;
    background-color: var(--color);
}
#banner .banner-content .swiper-button{
    top: 38%;
    background-color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 56px;
    color:var(--color);
    
}
#banner .banner-content .swiper-button:after{
    font-size: 28px;
}
#banner .banner-content .swiper-button:hover{
    box-shadow: 0px 0px 23px 7px rgba(201, 201, 201, 0.5);
}


#index-body .init-1 .top .about-num {
    color: #fff;
    background-color: var(--color);
    padding: 40px 0;
}

#index-body .init-1 .top .about-num em {
    font-family: "Barlow Condensed";
    line-height: 1;
}

#index-body .init-1 .top .about-num .intro {
    color: rgba(255, 255, 255, 1);
}

#index-body .init-1 .bottom .h-left {
    max-width: 50%;
}

#index-body .init-1 .bottom .h-left .play {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#index-body .init-1 .bottom .h-left .play i {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.8);
}

#index-body .init-1 .bottom .h-left .play::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(10, 82, 226, 0.5);
    animation: ks2 3s infinite;
    display: block;
    z-index: -1;
}

#index-body .init-1 .bottom .h-right {
    max-width: 50%;
    padding-left: 4.5%;
    padding-right: 14%;
}

#index-body .init-1 .bottom .h-right h3 {
    color: var(--color);
}

#index-body .init-1 .bottom .h-right h2 {
    color: var(--color);
    line-height: 1.2;
}

#index-body .init-1 .bottom .h-right h1 {
    color: #1d1d1d;
    line-height: 1.8;
}
#index-body .init-2 h2{
    position: relative;
}
#index-body .init-2 h2::after{
    content: "";
    display: block;
    width: 500px;
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
#index-body .init-2 .solutions-list {
    width: 100%;
}

#index-body .init-2 .solutions-list ul {
    margin: 0 -10px;
}

#index-body .init-2 .solutions-list li {
    width: 50%;
    padding: 10px;
    height: 400px;
}

#index-body .init-2 .solutions-list li .box {
    height: 100%;
    background-size: cover;
    background-position: 0 0;
    display: flex;
    flex-direction: column;
    align-content: space-between;
}

#index-body .init-2 .solutions-list li .box .txt1 {
    padding: 60px;
    height: 100%;
    opacity: 1;
    transition: all 0.5s;
}

#index-body .init-2 .solutions-list li .box .txt1 p {
    width: 100%;
}

#index-body .init-2 .solutions-list li .box .txt1 p img {
    filter: brightness(0) invert(1);
}

#index-body .init-2 .solutions-list li .box .txt2 {
    padding: 60px;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 82, 226, 0.7);
    transition: all 0.5s;
    opacity: 0;
}

#index-body .init-2 .solutions-list li .box .txt1>img,
#index-body .init-2 .solutions-list li .box .txt2>img {
    filter: brightness(0) invert(1);
}

#index-body .init-2 .solutions-list li .box .txt2 .intro {
    line-height: 1.7;
}

#index-body .init-2 .solutions-list li .box:hover {
    cursor: pointer;
}

#index-body .init-2 .solutions-list li .box:hover .txt1 {
    opacity: 0;
}

#index-body .init-2 .solutions-list li .box:hover .txt2 {
    opacity: 1;
}

#index-body .init-3 .h-left {
    width: 50%;
    background-color: var(--color);
}

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

#index-body .init-3 .con {
    width: 100%;
    height: 100%;
}

#index-body .init-3 .con .txtBox {
    max-width: 40%;
}

#index-body .init-3 .con .txtBox .desc {
    line-height: 1.8;
}

#index-body .init-4 .bg {
    height: 26vw;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 8%;
}

#index-body .init-4 .bg h2 {
    max-width: 40%;
}

#index-body .init-4 .bg .desc {
    max-width: 39%;
}

#index-body .init-4 .bg .desc .intro {
    line-height: 1.8;
}

#index-body .init-5 .h-bottom ul li .box .imgBox {
    max-width: 53%;
}

#index-body .init-5 .h-bottom ul li .box .txt-box {
    max-width: 47%;
    padding-left: 22px;
}

#index-body .init-5 .h-bottom ul li .box .txt-box .time {
    color: #565656;
}

#index-body .init-5 .h-bottom ul li .box .txt-box .desc {
    color: rgba(29, 29, 29, 0.75);
    line-height: 1.9;
}

#index-body .init-5 .h-bottom ul li .box .txt-box .btn-go2 {
    color: #474747;
}

#index-body .init-5 .h-bottom ul li .box .txt-box .btn-go2 img {
    filter: grayscale(100%);
}

#index-body .init-5 .h-bottom ul li .box .txt-box .btn-go2:hover {
    color: var(--color);
}

#index-body .init-5 .h-bottom ul li .box .txt-box .btn-go2:hover img {
    filter: none;
}

#index-body .init-5 .h-bottom .swiper-tool {
    position: relative;
    width: auto;
}

#index-body .init-5 .h-bottom .swiper-tool .cur {
    color: var(--color);
    font-size: 16px;
}

#index-body .init-5 .h-bottom .swiper-tool .swiper-pagination {
    width: auto;
    position: static;
}

#index-body .init-5 .h-bottom .swiper-tool .swiper-pagination .swiper-pagination-bullet {
    margin-right: 6px;
    width: 65px;
    height: 2px;
    background-color: rgba(52, 52, 52, 0.8);
    transition: all 0.5s;
    border-radius: 0;
}

#index-body .init-5 .h-bottom .swiper-tool .swiper-pagination .swiper-pagination-bullet:hover {
    color: var(--color);
}

#index-body .init-5 .h-bottom .swiper-tool .swiper-pagination .swiper-pagination-bullet-active {
    height: 6px;
    background-color: var(--color);
}

#footer .f-top .f-inquiry {
    width: 50%;
    background-color: var(--color);
    padding-left: 10.5%;
}

#footer .f-top .f-inquiry .txt-con {
    max-width: 66%;
    line-height: 1.4;
}

#footer .f-top .f-inquiry .txt-con .desc {
    height: 50px;
}

#footer .f-top .f-inquiry .txt-con .more {
    /*background-color: #092968;*/
    padding: 12px 19px;
    display: inline-block;
    border: 1px solid transparent;
    transition: all 0.5s;
    border: 1px solid #ffffff;
}

#footer .f-top .f-inquiry .txt-con .more:hover {
    border-color: #fff;
    color: #092968;
    background-color: #fff;
}

#footer .f-top .f-touch {
    width: 50%;
}

#footer .f-top .f-touch .txt-box {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-left: 21%;
}

#footer .f-top .f-touch .txt-box .txt-con {
    max-width: 66%;
    line-height: 1.4;
}

#footer .f-top .f-touch .txt-box .txt-con h2 {
    color: var(--color);
}

#footer .f-top .f-touch .txt-box .txt-con .desc {
    height: 50px;
    color: #1d1d1d;
}

#footer .f-top .f-touch .txt-box .txt-con .more {
    padding: 12px 22px;
    display: inline-block;
    border: 1px solid var(--color);
    color: var(--color);
    transition: all 0.5s;
}

#footer .f-top .f-touch .txt-box .txt-con .more:hover {
    border-color: var(--color);
    background-color: #fff;
}

#footer .f-bottom {
    background-color: #f4f4f4;
}

#footer .f-bottom .footer-t .footer-userinfo {
    width: 50%;
}

#footer .f-bottom .footer-t .footer-userinfo .info {
    color: var(--color);
    max-width: 92%;
    line-height: 2;
}

#footer .f-bottom .footer-t .footer-t-gird {
    width: 50%;
}

#footer .f-bottom .footer-t .footer-t-gird .t-list {
    width: 50%;
    color: var(--color);
}

#footer .f-bottom .footer-t .footer-t-gird .t-list p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 1px solid #346fdb;
}

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

#footer .f-bottom .footer-t .footer-t-gird .t-list span {
    margin-bottom: 5px;
    color: var(--color);
    transition: all 0.5s;
}

#footer .f-bottom .footer-t .footer-t-gird .t-list.logo {
    width: 60%;
}

#footer .f-bottom .footer-t .footer-t-gird .t-list.contact {
    width: 60%;
}

#footer .f-bottom .footer-t .footer-t-gird .t-list.contact span {
    display: flex;
    align-items: flex-start;
}

#footer .f-bottom .footer-t .footer-t-gird .t-list.link {
    width: 32%;
}

#footer .f-bottom .footer-t .footer-t-gird .t-list.sm {
    width: 32%;
}

#footer .f-bottom .footer-t .footer-t-gird .t-list #ewm {
    width: 104px;
    height: auto;
    margin-top: 14px;
}

#footer .f-bottom .footer-t .footer-t-gird .t-list .share {
    width: 100%;
}

#footer .f-bottom .footer-t .footer-t-gird .t-list .share li {
    margin-right: 10px;
}

#footer .f-bottom .footer-t .footer-t-gird .t-list .share li a i {
    font-size: 34px;
}

#footer .f-bottom .footer-t .footer-t-gird .t-list.hover a {
    transition: all 0.5s;
}

#footer .f-bottom .footer-t .footer-t-gird .t-list.hover a:hover {
    color: #000;
}

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

#footer .f-bottom .footer-b p {
    color: #336ace;
}

#footer .f-bottom .footer-b p span {
    font-size: 16px;
    margin: 5px 0;
}

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

#footer .f-bottom .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: #336ace;
    margin-top: 1px;
}
@media (max-width: 1800px) {
  

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

@media (max-width: 1450px) {
    #banner .banner-content .swiper-tool-box {
        bottom: 7%;
    }

    #index-body .init-2 .solutions-list li .box .txt1 {
        padding: 50px;
    }

    #index-body .init-2 .solutions-list li .box .txt2 {
        padding: 50px;
    }

    #header .nav .ui.menu .menu-box{
        padding-right: 60px;
    }

    #header .nav .ui.menu .right .h-inquire {
        padding: 0 5px;
    }

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

    #index-body .init-1 .bottom .h-right {
        padding-right: 9%;
    }

    #index-body .init-3 .con .txtBox .btn-go2 {
        margin-top: 40px;
    }



    #index-body .init-3 .con .txtBox {
        max-width: 48%;
    }

    #index-body .init-4 .bg {
        padding-top: 5%;
    }

    #footer .f-bottom .footer-t .footer-t-gird {
        padding-left: 40px;
    }
}
@media (max-width: 1340px) {
  #header .nav .ui.menu{
    width: 76%;
  }

}
@media (max-width: 1250px) {
    #banner {
        margin-top: 40px;
    }

    #index-body .init-2 .solutions-list li .box .txt1 {
        padding: 40px;
    }

    #index-body .init-2 .solutions-list li .box .txt2 {
        padding: 40px;
    }

    #index-body .init-1 .top .about-num {
        padding: 2%;
    }

    #index-body .init-1 .top .about-num ul {
        justify-content: center;
    }

    #index-body .init-1 .top .about-num li {
        width: 29.3%;
        margin: 2%;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 2%;
    }

    #index-body .init-2 .solutions-list li {
        height: 330px;
    }

    #index-body .init-3 .con .txtBox .btn-go2 {
        margin-top: 20px;
    }

    #index-body .init-4 .bg {
        padding-top: 4%;
    }

    #index-body .init-4 .bg .desc .btn-go2 {
        margin-top: 20px;
    }

    #index-body .init-5 .h-bottom ul li .box .txt-box .btn-go2 {
        margin-top: 30px;
    }

    #footer .f-top .f-touch img {
        height: 215px;
        object-fit: cover;
    }

    #footer .f-bottom .footer-t .footer-userinfo {
        width: 34%;
    }

    #footer .f-bottom .footer-t .footer-t-gird {
        padding-left: 0;
    }

    #footer .f-bottom .footer-t .footer-t-gird {
        width: 60%;
    }
}

@media (max-width: 1000px) {
    #index-body .init-2 .solutions-list li .box .txt1 {
        padding: 30px;
    }

    #index-body .init-2 .solutions-list li .box .txt2 {
        padding: 30px;
    }

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

    .btn-go {
        width: 160px;
    }

    #index-body .init-1 .top .about-num li {
        width: 46%;
    }

    #index-body .init-1 .bottom {
        width: 700px;
        margin: 0 auto;
        padding: 0 15px;
    }

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

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

    body {
        font-size: 16px;
    }

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

    #index-body .init-3 .h-right {
        width: 100%;
    }

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

    #index-body .init-3 .con .txtBox {
        max-width: 100%;
    }

    #index-body .init-4 .bg {
        flex-direction: column;
        padding: 5%;
        height: auto;
    }

    #index-body .init-4 .bg h2 {
        max-width: 100%;
    }

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

    /*#footer .f-top {
      width: 700px;
      padding: 15px;
      margin: 0 auto;
    }*/

    #footer .f-top .f-inquiry {
        width: 100%;
        align-items: center;
        padding: 5%;
    }

    #footer .f-top .f-inquiry .txt-con {
        max-width: 100%;
        width: 700px;
        padding: 15px;
        margin: 0 auto;
    }

    #footer .f-top .f-touch {
        width: 100%;
    }

    #footer .f-top .f-inquiry .txt-con .desc {
        height: auto;
    }

    #footer .f-top .f-touch img {
        width: 100%;
    }

    #footer .f-top .f-touch .txt-box {
        padding-left: 0;
        padding: 0 5%;
    }

    #footer .f-top .f-touch .txt-box .txt-con {
        max-width: 100%;
        width: 700px;
        padding: 15px;
        margin: 0 auto;
    }

    #footer .f-top .f-touch .txt-box .txt-con .desc {
        height: auto;
    }

    #footer .f-bottom .footer-t .footer-userinfo {
        width: 100%;
    }

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

@media (max-width: 700px) {
    #index-body .init-2 .solutions-list li .box .txt1 {
        padding: 20px;
    }

    #index-body .init-2 .solutions-list li .box .txt2 {
        padding: 20px;
    }

    #index-body .init-1 .bottom {
        width: 100%;
    }

    #index-body .init-2 .solutions-list li {
        height: 280px;
    }

    #index-body .init-5 .h-bottom ul li .box .txt-box {
        padding-left: 10px;
    }

    #footer .f-top {
        width: 100%;
    }

    #footer .f-bottom .footer-b p {
        justify-content: center;
    }
}

@media (max-width: 500px) {
    #index-body .init-2 .solutions-list li .box .txt1 {
        padding: 15px;
    }

    #index-body .init-2 .solutions-list li .box .txt2 {
        padding: 15px;
    }

    #banner .banner-content .swiper-tool-box {
        bottom: 10px;
    }

    #index-body .init-1 .top .about-num li {
        width: 96%;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    #index-body .init-1 .top .about-num li .num {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 2%;
    }

    #index-body .init-1 .top .about-num li img {
        margin-right: 0;
    }

    body {
        font-size: 14px;
    }

    #index-body .init-2 .solutions-list li {
        width: 100%;
        height: 258px;
    }

    #index-body .init-5 .h-bottom ul li .box {
        flex-direction: column;
    }

    #index-body .init-5 .h-bottom ul li .box .imgBox {
        max-width: 100%;
        width: 100%;
    }

    #index-body .init-5 .h-bottom ul li .box .txt-box {
        padding-left: 0;
        max-width: 100%;
        margin-top: 5%;
    }

    #footer .f-bottom .footer-t .footer-t-gird .t-list.logo {
        width: 100%;
    }

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

    #footer .f-bottom .footer-t .footer-t-gird .t-list.sm {
        width: 100%;
    }
}


/*----- inner-page ------*/
.font-bigtt {
    font-family: "Barlow Condensed";
    font-weight: 600;
}

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

.inner-banner {
    margin-top: 155px;
}

.inner-banner .cat_cont {
    height: 380px;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.inner-banner .cat_cont .container {
    height: 100%;
}

.inner-banner .cat_cont .container .cat_name {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;

    text-transform: uppercase;
    font-weight: 600;
}

.inner-banner .bottom_c {
    border-bottom: 1px solid #e5e5e5;
}

.inner-banner .bottom_c .left a {
    height: 70px;
    line-height: 70px;

    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 26px;
    position: relative;
}

.inner-banner .bottom_c .left a::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;
}

.inner-banner .bottom_c .left a::before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 0%;
    height: 2px;
    background-color: rgba(218, 37, 28, 0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.inner-banner .bottom_c .left a:hover,
.inner-banner .bottom_c .left a.active {
    color: var(--color);
}

.inner-banner .bottom_c .left a:hover::before,
.inner-banner .bottom_c .left a.active::before {
    width: 100%;
    background-color: var(--color);
    left: 0;
}

.inner-banner .bottom_c .right {

    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;

}

.inner-banner .bottom_c .right .img {
    width: 15px;
    margin-right: 8px;
    margin: 5px 12px 0 0;
}

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

.inner-banner .bottom_c .right a:hover {
    color: var(--color);
}

.inner-banner .bottom_c .right span {
    color: var(--color);
}

@media (max-width: 1250px) {
    .inner-banner .bottom_c .left {
        display: none;
    }

    .inner-banner {
        margin-top: 40px;
    }

    .inner-banner .bottom_c .right {
        width: 100%;
        text-align: left;
        margin: 16px 0;
    }
}

@media (max-width: 1000px) {

    .inner-banner {
        margin-top: 40px;
    }

    .inner-banner .cat_cont {
        height: auto;
        padding: 60px 0;
    }

    .inner-banner .cat_cont .container .cat_name {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        text-align: center;
    }
}

@media (max-width: 500px) {
    .inner-banner .bottom_c .right {
        font-size: 18px;
        line-height: 2;
    }

    .inner-banner .bottom_c .right .img {
        margin-top: 8px;
    }
}



.contact-page .init-1 .container .left .tips {
    font-weight: 600;
    margin-bottom: 32px;

    text-transform: uppercase;
}

.contact-page .init-1 .container .left .des {
    margin-top: 10px;
}

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

.contact-page .init-1 .container .left form .list .name {
    font-size: 16px;
    line-height: 2;
    color: #5e5e5e;
    display: block;
    margin-bottom: 5px;
}

.contact-page .init-1 .container .left form .list input,
.contact-page .init-1 .container .left form .list textarea {
    width: 100%;
    line-height: 2;
    border: 1px solid #c6cbc8;
    padding: 13px 15px;
    font-size: 16px;
    color: #333;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
}

.contact-page .init-1 .container .left form .list input:focus,
.contact-page .init-1 .container .left form .list textarea:focus {
    border: 1px solid var(--color);
}

.contact-page .init-1 .container .left form .submit_c .submit_btn {
    margin-top: 20px;
    cursor: pointer;
    display: inline-block;
    padding: 8px 40px;
    background-color: var(--color);
    font-weight: 600;
    color: #fff;

    text-transform: uppercase;
}

.contact-page .init-1 .container .right {
    padding-left: 80px;
}

.contact-page .init-1 .container .right .tips {
    font-weight: 600;

    text-transform: uppercase;
}

.contact-page .init-1 .container .right .list ul li {
    padding-bottom: 10px;
    margin-top: 30px;
    border-bottom: 1px solid #eee;
}

.contact-page .init-1 .container .right .list ul li .tips_2 {
    font-weight: 600;

    text-transform: uppercase;
}

.contact-page .init-1 .container .right .list ul li .tips_2 i {
    width: 40px;
}

.contact-page .init-1 .container .right .list ul li .cont {
    word-wrap: break-word;
    margin: 10px 0 20px 0;
}

.contact-page .init-1 .container .right .list ul li:last-child {
    border: none;
}

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

.contact-page .init-2 {
    position: relative;
    z-index: 1;
    padding-top: 20px;
}

.contact-page .init-2 .container {
    width: 100%;
    padding: 0;
}

.contact-page .init-2 .container .map #mapContainer {
    height: 400px;
}

@media (max-width: 1000px) {
    .contact-page .init-1 .container .left {
        width: 100%;
        text-align: center;
    }

    .contact-page .init-1 .container .left form .list .name {
        text-align: left;
    }

    .contact-page .init-1 .container .left form .submit_c .submit_btn {
        width: 100%;
    }

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

    .contact-page .init-1 .container .right .tips {
        text-align: center;
    }
}

@media (max-width: 500px) {
    .contact-page .init-1 .container .left form {
        margin-top: 20px;
    }

    .contact-page .init-1 .container .left form .list {
        margin-top: 10px;
    }

    .contact-page .init-1 .container .left form .list input {
        padding: 6px;
    }

    .contact-page .init-1 .container .left form .list textarea {
        padding: 6px;
    }

    .contact-page .init-1 .container .left form .submit_c .submit_btn {
        padding: 4px 20px;
    }

    .contact-page .init-1 .container .right .list ul li {
        margin-top: 16px;
    }

    .contact-page .init-1 .container .right .list ul li .tips_2 i {
        width: 30px;
    }

    .contact-page .init-1 .container .right .list ul li .cont {
        margin: 8px 0;
    }

}


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

.agent-page .init-1 .container .left .tips {
    font-weight: 600;

    text-transform: uppercase;
}

.agent-page .init-1 .container .left .tips .r {
    color: var(--color);
}

.agent-page .init-1 .container .left .des {
    margin-top: 10px;
}

.agent-page .init-1 .container .left .tips_2 {
    margin-top: 30px;
}

.agent-page .init-1 .container .left .mail_c {
    margin-top: 10px;
    background-color: #f4f4f4;
    display: inline-block;
    padding: 6px 30px 6px 10px;
    border-radius: 60px;
}

.agent-page .init-1 .container .left .mail_c div {
    display: inline-block;
    vertical-align: middle;
}

.agent-page .init-1 .container .left .mail_c .img {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 20px;
}

.agent-page .init-1 .container .left .mail_c .img img {
    width: 36px;
}

.agent-page .init-1 .container .left .mail_c .text {
    margin-left: 20px;
    color: #3c3c3c;
}

.agent-page .init-1 .container .right {
    vertical-align: middle;
}

.agent-page .init-1 .container .right img {
    width: 100%;
}

.agent-page .init-2 img {
    width: 100%;
}

.agent-page .init-3 {
    padding-top: 40px;
}

.agent-page .init-3 .container .tips {
    font-weight: 600;

    text-transform: uppercase;
}

.agent-page .init-3 .container .title_c {
    font-weight: 600;

    text-transform: uppercase;
}

.agent-page .init-3 .container .title_c .list {
    display: inline-block;
    margin-right: 60px;
    margin-top: 10px;
}

.agent-page .init-3 .container .title_c .list .r {
    color: var(--color);
}

.agent-page .init-3 .container .des {
    margin-top: 20px;
}

.agent-page .init-4 .container .tips {

    font-weight: 600;
    text-transform: uppercase;
}

.agent-page .init-4 .container form input,
.agent-page .init-4 .container form textarea {
    margin-top: 30px;
    width: 100%;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 12px 60px;
    background-repeat: no-repeat;
    font-size: 16px;
    -o-background-size: 26px auto;
    background-size: 26px auto;
    background-position: 20px 12px;
}

.agent-page .init-4 .container form .name,
.agent-page .init-4 .container form .mail {
    width: -webkit-calc(25%);
    width: -moz-calc(25%);
    width: calc(50% - 25px);
}

.agent-page .init-4 .container form .mail {
    margin-left: 50px;
}

.agent-page .init-4 .container form .submit {
    width: auto;
    padding: 10px 60px;
    margin-top: 30px;
    font-size: 20px;

    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 1000px) {

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

    .agent-page .init-1 .container .right {
        margin-top: 40px;
        width: 100%;
    }

    .agent-page .init-3 .container .tips {
        text-align: center;
    }

    .agent-page .init-3 .container .title_c {
        text-align: center;
    }

    .agent-page .init-3 .container .title_c .list {
        margin: 10px 0 0 0;
    }

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

@media (max-width: 500px) {
    .agent-page .init-4 .container form .name {
        width: 100%;
    }

    .agent-page .init-4 .container form .mail {
        width: 100%;
        margin-left: 0;
    }

    .agent-page .init-4 .container form input {
        margin-top: 20px;
        padding: 12px 20px 12px 60px;
    }

    .agent-page .init-4 .container form textarea {
        margin-top: 20px;
        padding: 12px 20px 12px 60px;
    }
}

.more_cont {
    overflow: hidden;
    position: relative;
    background-color: var(--color);
    color: #fff;
    cursor: pointer
}

.more_cont span,
.more_cont i {
    position: relative;
    z-index: 2
}

.more_cont:before {
    background-color: var(--color);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    z-index: 1
}

.more_cont:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}


.technology-page .init-1 {
    text-align: center;
}

.technology-page .init-1 .container .tips {

    font-weight: bold;
    text-transform: uppercase;
}

.technology-page .init-1 .container .content {

    text-align: center;
    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;
    position: relative;
    margin: 0 -10px;
    margin-top: 100px;
}

.technology-page .init-1 .container .content::after {
    content: "";
    border-top: 1px dashed #999999;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 22px;
    left: 0;
}

.technology-page .init-1 .container .content .list {
    position: relative;
    width: 20%;
    padding: 0 10px;
}

.technology-page .init-1 .container .content .list .title_c {
    position: relative;
    width: 46px;
    height: 46px;
    margin: auto;
}

.technology-page .init-1 .container .content .list .title_c .ling {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--color);
    border-radius: 50%;
}

.technology-page .init-1 .container .content .list .title_c .ling:nth-child(2) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

.technology-page .init-1 .container .content .list .title_c .cont {
    position: relative;
    z-index: 2;
    background-color: var(--color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 46px;

    font-weight: 600;
    color: #fff;
}

.technology-page .init-1 .container .content .list .des {
    margin-top: 40px;
    max-height: 247px;
    overflow-y: auto;
}


.technology-page .init-2 .container .list .column {
    position: relative;
    z-index: 1;
    vertical-align: middle;
}

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

.technology-page .init-2 .container .list .right {
    padding-left: 60px;
}

.technology-page .init-2 .container .list .right .tips {
    font-weight: 600;

    text-transform: uppercase;
}

.technology-page .init-2 .container .list .right .des {
    margin-top: 10px;
}

.technology-page .init-2 .container .list:nth-child(2n) .left {
    left: 50%;
}

.technology-page .init-2 .container .list:nth-child(2n) .right {
    left: -50%;
    padding-left: 0;
    padding-right: 60px;
}

@media (max-width: 1700px) {

    .technology-page .init-1 .container .content .list2 .title_c::before,
    .technology-page .init-1 .container .content .list2 .title_c::after {
        width: 300px;
        left: 125px;
    }

    .technology-page .init-1 .container .content .list2 .title_c::before {
        left: -386px;
    }
}

@media (max-width: 1450px) {

    .technology-page .init-1 .container .content .list2 .title_c::before,
    .technology-page .init-1 .container .content .list2 .title_c::after {
        width: 275px;
        left: 88px;
    }

    .technology-page .init-1 .container .content .list2 .title_c::before {
        left: -315px;
    }

}

@media (max-width: 1250px) {
    .technology-page .init-1 .container .content .list {
        width: 33.3%;
        margin-bottom: 5%;
    }

    .technology-page .init-1 .container .content::after {
        display: none;
    }


    .technology-page .init-1 .container .content .list2 .title_c::before {
        display: none;
    }

    .technology-page .init-1 .container .content .list2 .title_c::after {
        display: none;
    }
}

@media (max-width: 1000px) {


    .technology-page .init-2 .container .list .left {
        width: 100%;
        padding: 0;
    }

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

    .technology-page .init-2 .container .list:nth-child(2n) .left {
        left: 0;
    }

    .technology-page .init-2 .container .list:nth-child(2n) .right {
        left: 0;
        padding: 0;
    }
}

@media (max-width: 700px) {
    .technology-page .init-1 .container .content {
        margin-top: 10px;
    }

    .technology-page .init-1 .container .content .list {
        width: 100%;
        margin: 40px 0 0;
    }
}

@media (max-width: 500px) {
    .technology-page .init-1 .container .content .list .des {
        margin-top: 20px;
    }
}

.sca_ani_2 {
    -webkit-animation: sca_ani_2 2s linear infinite;
    -moz-animation: sca_ani_2 2s linear infinite;
    -o-animation: sca_ani_2 2s linear infinite;
    animation: sca_ani_2 2s linear infinite;
}

@-webkit-keyframes sca_ani_2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@-moz-keyframes sca_ani_2 {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -moz-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@-o-keyframes sca_ani_2 {
    0% {
        -o-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -o-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

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

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


.about2-page .about-1 {
    padding: 80px 0 6%;
}



.about2-page .about-1 .text span.h3 em {
    color: var(--color);
}

.about2-page .about-1 .text span.h2 {

    max-width: 24em;
}

.about2-page .about-1 .text .con {
    font-size: 18px;
    line-height: 1.8;

}

.about2-page .about-1 .list {
    margin-top: 45px;
    max-width: 70%;
    margin-right: auto;
    display: block;
}

.about2-page .about-1 .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about2-page .about-1 .list ul li {
    width: auto;
    text-align: center;
}

.about2-page .about-1 .list ul li span {
    font-size: 50px;
    font-weight: bold;
    color: var(--color);
    line-height: 1;
    display: block;
}

.about2-page .about-1 .list ul li span i {
    color: #c0c3c0;
    margin-left: .1em;
}

.about2-page .about-1 .list ul li p {
    font-size: 16px;
    opacity: .8;
    display: block;
}

.about2-page .about-2 {
    text-align: center;
    padding: 295px 0;
    background-size: cover;
}

.about2-page .about-2 .play {
    display: inline-block;
    cursor: pointer;
    cursor: hand;
}

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

.about2-page .about-3 .left {
    width: 42%;
    vertical-align: middle;
}

.about2-page .about-3 .right {
    width: 58%;
    vertical-align: middle;
    padding: 0 8%;
}

.about2-page .about-3 .right span.h2 {
    display: flex;
    align-items: center;
    margin-bottom: 4em;
}

.about2-page .about-3 .right span.h2:before {
    content: '';
    width: 1.5em;
    height: 2px;
    background-color: #181818;
    margin-right: .5em;
}

.about2-page .about-3 .right .text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}

.about2-page .about-4 {
    padding: 80px 0 100px;
    background-color: var(--color);
    color: white;
}

.about2-page .about-4 .left {
    width: 60%;
    vertical-align: bottom;
}

.about2-page .about-4 .left span.h2 {
    color: inherit;
    text-transform: uppercase;
    line-height: 1.2;
    display: block;
}

.about2-page .about-4 .right {
    width: 40%;
    text-align: right;
    vertical-align: bottom;
}

.about2-page .about-4 .right a.more {
    font-size: 16px;
    font-weight: 600;
    color: white;
    line-height: 3em;
    height: 3em;
    padding: 0 3em;
    border-radius: 1.5em;
    border: 1px solid white;
    transition: .5s;
    display: inline-block;
}

.about2-page .about-4 .right a.more:hover {
    background-color: black;
}

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

.about2-page .about-5 .left {
    width: 40%;
    padding-right: 3%;
    vertical-align: middle;
}

.about2-page .about-5 .right {
    width: 60%;
    vertical-align: middle;
}

.about2-page .about-5 .left span.h2 {
    text-transform: uppercase;

    line-height: 1.2;
    display: block;
}

.about2-page .about-5 .left .text {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 2em;
}

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

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

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

.about2-page .about-5 .right ul li p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: .5em;
}

.about2-page .about-6 {
    padding: 90px 0 70px;
    background-color: #efefef;
}

.about2-page .about-6 span.h2 {
    margin-bottom: 1em;
}

.about2-page .about-6 .box .left {
    width: 76.5%;
    padding-right: 20px;
}

.about2-page .about-6 .box .right {
    width: 23.5%;
}

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

.about2-page .about-6 .box .right ul {
    margin: -10px;
}

.about2-page .about-6 .box .right ul li {
    padding: 10px;
    cursor: pointer;
    cursor: hand;
}

.about2-page.productAbout .about-1 span.h2 {
    font-weight: bold;
    line-height: 1.6;
}

.about2-page .about-1 .about-num {
    color: #fff;
    background-color: var(--color);
    padding: 40px 0;
}

.about2-page .about-1 .about-num em {
    font-family: "Barlow Condensed";
    line-height: 1;
}

.about2-page .about-1 .about-num .intro {
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1250px) {
    .about2-page .about-1 .about-num {
        padding: 2%;
    }

    .about2-page .about-1 .about-num ul {
        justify-content: center;
    }

    .about2-page .about-1 .about-num li {
        width: 29.3%;
        margin: 2%;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 2%;
    }
}

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

    .about2-page .about-1 .text,
    .about2-page .about-3 .right,
    .about2-page .about-4 .right,
    .about2-page .about-4 .left,
    .about2-page .about-5 .left,
    .about2-page .about-5 .right,
    .about2-page .about-6 .box .left,
    .technology-page .technology-1 .left,
    .technology-page .technology-1 .right {
        width: 100%;
        padding: 0;
    }

    .about2-page .about-1 .img {
        width: 100%;
        margin-top: 5%;
    }

    .about2-page .about-1 .about-num li {
        width: 46%;
    }

    .about2-page .about-5 .right {
        margin-top: 5%;
    }


    .about2-page .about-3 .left,
    .about2-page .about-6 .box .right {
        display: none;
    }

    .about2-page .about-1 .text span.h2,
    .inner-page span.h2,
    .application-page .application-2 .box span.h2 {
        font-size: 24px;
    }

    .about2-page .about-1 .text .con,
    .about2-page .about-1 .list ul li p,
    .about2-page .about-5 .left .text {
        font-size: 14px;
        line-height: 30px;
    }

    .about2-page .about-1 .list ul li span {
        font-size: 32px;
    }

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

    .about2-page .about-2 .play {
        max-width: 70px;
    }

    .about2-page .about-3 .right span.h2 {
        margin-bottom: 2em;
    }

    .about2-page .about-4 .left {
        margin-bottom: 20px;
    }

    .about2-page .about-4,
    .about2-page .about-3,
    .about2-page .about-1,
    .about2-page .about-5,
    .about2-page .about-6,
    .technology-page .technology-2,
    .product-page.application,
    .application-page .application-2 .box {
        padding: 50px 0;
    }

    .about2-page .about-1 {
        background-image: unset !important;
    }

    .about2-page .about-1 .list {
        max-width: none;
    }
}

@media screen and (max-width: 700px) {
    .about2-page .about-1 .text span.h3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 500px) {
    .about2-page .about-1 .list ul li {
        width: 50%;
        padding: 5px;
    }

    .about2-page .about-1 .text span.h2,
    .inner-page span.h2 {
        font-size: 20px;
    }

    .about2-page .about-1 .about-num li {
        width: 96%;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .about2-page .about-1 .about-num li .num {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 2%;
    }

    .about2-page .about-1 .about-num li img {
        margin-right: 0;
    }
}




.rn_about2 {
    background: #F8F8F8;
}

.rn_about2>.box .boxLeft {
    width: 34rem;
}

.rn_about2>.box .boxLeft .content1 {
    font-size: 1.25rem;
    color: #666;
    margin-top: 1.375rem;
}

.rn_about2>.box .boxLeft .content2 {
    font-size: 6.75rem;

    color: #999;
    margin-top: 10rem;
}

.rn_about2>.box .boxRight {
    position: relative;
    width: calc(100% - 34rem);
    box-sizing: border-box;
    padding-right: 18rem;
}

.rn_about2>.box .boxRight .banner .swiper {
    height: 35.5rem;
}

.rn_about2>.box .boxRight .banner .swiper-slide .item {
    height: 35.5rem;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
}

.rn_about2>.box .boxRight .banner .swiper-slide .item::-webkit-scrollbar {
    /*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
    width: 1px;
    /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
    height: 2px;
}

.rn_about2>.box .boxRight .banner .swiper-slide .item::-webkit-scrollbar-thumb {
    /*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
    border-radius: 2px;
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    background: rgba(0, 0, 0, 0.5);
}

.rn_about2>.box .boxRight .banner .swiper-slide .item::-webkit-scrollbar-track {
    /*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
}

.rn_about2>.box .boxRight .banner .swiper-slide div h5 {
    font-size: 1.25rem;
    color: #000;
    font-weight: bold;
    margin: 1rem 0;
}

.rn_about2>.box .boxRight .banner .swiper-slide div p {
    margin: 1.6rem 0;
    position: relative;
    font-size: 1rem;
    color: #666;
    line-height: 1.875rem;
    padding-left: 1.375rem;
}

.rn_about2>.box .boxRight .banner .swiper-slide div p span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #666;
    position: absolute;
    left: 0;
    top: 0.75rem;
}

.rn_about2>.box .boxRight .banner1 {
    position: absolute;
    right: 0;
    height: 33.125rem;
    transform: translateY(-50%);
    top: 50%;
}

.rn_about2>.box .boxRight .banner1 .swiper {
    height: 100%;
    padding-right: 5px;
    z-index: 2;
}

.rn_about2>.box .boxRight .banner1 .swiper .swiper-slide {
    display: flex;
    align-items: center;
}

.rn_about2>.box .boxRight .banner1 .swiper .item {
    font-size: 1rem;
    color: #999;

    cursor: pointer;
}

.rn_about2>.box .boxRight .banner1 .swiper .item span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color);
    position: relative;
    top: -3px;
    margin-left: 0.8125rem;
    opacity: 0;
    transition: 0.4s;
}

.rn_about2>.box .boxRight .banner1 .swiper .item font {
    display: inline-block;
    width: 80px;
    text-align: right;
    transition: 0.4s;
}

.rn_about2>.box .boxRight .banner1 .swiper .swiper-slide-thumb-active .item font {
    font-size: 1.125rem;

    color: var(--color);
}

.rn_about2>.box .boxRight .banner1 .swiper .swiper-slide-thumb-active .item span {
    opacity: 1;
}

.rn_about2>.box .boxRight .banner1 .xian {
    position: absolute;
    right: 7px;
    top: 0;
    height: 100%;
    overflow: hidden;
}

.rn_about2>.box .boxRight .banner1 .button p {
    right: 0;
    position: absolute;
}

.rn_about2>.box .boxRight .banner1 .button p span {
    font-size: 1.125rem;
    transition: 0.4s;
    cursor: pointer;
}

.rn_about2>.box .boxRight .banner1 .button p span:hover {
    color: var(--color);
}

.rn_about2>.box .boxRight .banner1 .button .prev {
    top: -1rem;
}

.rn_about2>.box .boxRight .banner1 .button .next {
    bottom: -1rem;
}

@media screen and (max-width: 1250px) {
    .rn_about2>.box .boxLeft {
        width: 24rem;
    }

    .rn_about2>.box .boxRight {
        width: calc(100% - 24rem);
        padding-right: 10rem;
    }
}

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

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



.inner-page .product-tab {
    background: #f1f3f5;
}

.inner-page .product-tab ul {
    margin: 0 -2px;
}

.inner-page .product-tab ul li {
    text-align: center;
    width: 20%;
    padding: 0 2px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.inner-page .product-tab ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 40px 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.inner-page .product-tab ul li a:hover,
.inner-page .product-tab ul li a.active {
    background: var(--color);
    color: #fff;
}

.inner-page .product-tab ul li a i img {
    transition: all 0.5s;
}

.inner-page .product-tab ul li a:hover i img,
.inner-page .product-tab ul li a.active i img {
    -webkit-filter: grayscale(100%) brightness(300);
    filter: grayscale(100%) brightness(300);
}

.inner-page .product-tab ul li i {
    display: block;
    line-height: 63px;
}

.inner-page .product-tab ul li i img {
    display: inline-block;
    vertical-align: middle;
}

.inner-page .product-tab ul li span {
    font-size: 18px;

    line-height: 1.3;
    margin-top: 12px;
}




.product-yd-page .product-yd-list .item {
    padding: 80px 0;
    text-align: center;
}

.product-yd-page .product-yd-list .item .title {
    line-height: 1.2;

}

.product-yd-page .product-yd-list .item .content {
    text-align: left;
    margin-top: 65px;
}

.product-yd-page .product-yd-list .item .content ul {
    margin: -24px -20px;
}

.product-yd-page .product-yd-list .item .content ul li {
    padding: 24px 20px;
    text-align: center;
}

.product-yd-page .product-yd-list .item .content ul li .ig {
    border: solid 1px #bebebe;
}

.product-yd-page .product-yd-list .item .content ul li .img-box img {
    width: 100%;
}

.product-yd-page .product-yd-list .item .content ul li .tit {
    font-size: 18px;
    line-height: 1.5;

    padding: 20PX 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.product-yd-page .product-yd-list .item .content ul li .tit:hover {
    color: var(--color);
}

.product-yd-page .product-yd-list .item:nth-child(even) {
    background: #f1f3f5;
}

.product-page .product-list {
    padding: 80px 0;
}

.product-page .product-list .top h1 {

    line-height: 1.2;

}

.product-page .product-list .top .con {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 20px;
}

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

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

.product-page .product-list .list ul li {
    padding: 20px;
    text-align: center;
}

.product-page .product-list .list ul li .img-box {
    border: 1px solid #d2d2d2;
}

.product-page .product-list .list ul li .tit {
    font-size: 16px;
    line-height: 1.8;

    margin-top: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.product-page .product-list .list ul li .tit:hover {
    color: var(--color);
}

.prodet-page {
    background: #f2f2f2;
}

.prodet-page .product-tab {
    background: #fff;
}

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

.prodet-page .list .prodet-1 {
    background: #fff;
    padding: 50px;
}

.prodet-page .list .prodet-1 .left {
    padding-right: 69px;
}

.prodet-page .list .prodet-1 .left .img {
    border: 1px solid #d2d2d2;
}

.prodet-page .list .prodet-1 .left .img .icon {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: #ccc;
    color: #fff;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 30px;
}

.prodet-page .list .prodet-1 .left .img .icon img {
    display: inline-block;
    vertical-align: middle;
}

.prodet-page .list .prodet-1 .left .small {
    padding: 10px 30px 0;
}

.prodet-page .list .prodet-1 .left .small ul {
    margin-right: -10px;
}

.prodet-page .list .prodet-1 .left .small ul li {
    padding-right: 10px;
}

.prodet-page .list .prodet-1 .left .small ul li a {
    display: block;
    border: 1px solid #d2d2d2;
}

.prodet-page .list .prodet-1 .left .small .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 19px;
    cursor: pointer;
    border: 0;
}

.prodet-page .list .prodet-1 .left .small .slick-prev {
    left: -30px;
    background: url(../images/b-prev.png) no-repeat;
    -webkit-filter: invert(1) opacity(0.5);
    filter: invert(1) opacity(0.5);
    font-size: 0;
}

.prodet-page .list .prodet-1 .left .small .slick-next {
    right: -20px;
    background: url(../images/b-next.png) no-repeat;
    -webkit-filter: invert(1) opacity(0.5);
    filter: invert(1) opacity(0.5);
    font-size: 0;
}

.prodet-page .list .prodet-1 .right h1 {

    line-height: 1.8;
    border-bottom: 1px solid #333;

    padding-bottom: 15px;
}

.prodet-page .list .prodet-1 .right .con {
    font-size: 18px;
    line-height: 1.8;
    margin: 20px 12px;
}

.prodet-page .list .prodet-1 .right .list {
    font-size: 16px;
    line-height: 1.8;
    padding: 0;
    margin-top: 10px;
}

.prodet-page .list .prodet-1 .right .list em {
    color: var(--color);
}

.prodet-page .list .prodet-1 .right .info p {
    padding: 30px 0;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    font-size: 20px;
    color: var(--color);
}

.prodet-page .list .prodet-1 .right .info p i {
    margin-right: 12px;
}

.prodet-page .list .prodet-1 .right .btn {
    margin: 30px -25px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.prodet-page .list .prodet-1 .right .btn a {
    display: inline-block;
    margin: 0 25px;
    width: 50%;
    padding: 8px;
    font-size: 16px;
    color: #fff;
    background: var(--color);
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.prodet-page .list .prodet-1 .right .btn a i {
    margin-right: 6px;
}

.prodet-page .list .prodet-1 .right .btn a:hover {
    background: #000;
}

.prodet-page .list .prodet-2 {
    margin-top: 30px;
    background: #fff;
    padding: 50px;
}

.prodet-page .list .prodet-2 .top .tit {
    background: var(--color);
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 3;
}

.prodet-page .list .prodet-2 .top .content {
    font-size: 15px;
    line-height: 2;
    color: #333;
    margin-top: 25px;
}

.prodet-page .list .prodet-3 {
    margin-top: 30px;
    background: #fff;
    padding: 50px;
}

.prodet-page .list .prodet-3 .tit {
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    max-width: 1104px;
    margin: 0 auto;

}

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

.prodet-page .list .prodet-3 .form ul {
    margin: -10px -2%;
}

.prodet-page .list .prodet-3 .form ul li {
    padding: 10px 2%;
}

.prodet-page .list .prodet-3 .form ul li input[type="text"],
.prodet-page .list .prodet-3 .form ul li textarea {
    width: 100%;
    height: 50px;
    color: #ccc;
    background-color: #fbfbfb;
    border: 2px solid #ccc;
    font-size: 16px;
    padding: 6px 12px;
}

.prodet-page .list .prodet-3 .form ul li input[type="text"]::-webkit-input-placeholder,
.prodet-page .list .prodet-3 .form ul li textarea::-webkit-input-placeholder {
    color: #ccc;
}

.prodet-page .list .prodet-3 .form ul li input[type="text"]:-moz-placeholder,
.prodet-page .list .prodet-3 .form ul li textarea:-moz-placeholder {
    color: #ccc;
}

.prodet-page .list .prodet-3 .form ul li input[type="text"]::-moz-placeholder,
.prodet-page .list .prodet-3 .form ul li textarea::-moz-placeholder {
    color: #ccc;
}

.prodet-page .list .prodet-3 .form ul li input[type="text"]:-ms-input-placeholder,
.prodet-page .list .prodet-3 .form ul li textarea:-ms-input-placeholder {
    color: #ccc;
}

.prodet-page .list .prodet-3 .form ul li input[type="text"]::placeholder,
.prodet-page .list .prodet-3 .form ul li textarea::placeholder {
    color: #ccc;
}

.prodet-page .list .prodet-3 .form ul li input[type="text"]:focus,
.prodet-page .list .prodet-3 .form ul li textarea:focus {
    background: #fff;
    border-color: var(--color);
}

.prodet-page .list .prodet-3 .form ul li textarea {
    height: 200px;
}

.prodet-page .list .prodet-3 .form ul li input[type="submit"] {
    background: var(--color);
    color: #fff;
    border: 0;
    font-size: 16px;
    width: 100%;
    height: 50px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.prodet-page .list .prodet-3 .form ul li input[type="submit"]:hover {
    background: #000;
}

.prodet-page .list .prodet-3 .form ul li:nth-child(1) input[type="text"]:focus {
    background: #fbfbfb;
    border-color: #ccc;
}

.prodet-page .list .prodet-3 .form ul li.wid-100 {
    width: 100%;
}

.prodet-page .list .prodet-4 {
    background: #fff;
    margin-top: 30px;
    padding: 50px;
}

.prodet-page .list .prodet-4 .title {
    margin-bottom: 2em;
    line-height: 1.5;

}

.prodet-page .list .prodet-4 .content {
    margin-top: 30px;
}

.prodet-page .list .prodet-4 .content ul {
    margin: 0 -10px;
}

.prodet-page .list .prodet-4 .content ul li {
    padding: 0 10px;
}

.prodet-page .list .prodet-4 .content ul li .ig {
    border: 1px solid #a5a5a5;
}

.prodet-page .list .prodet-4 .content ul li .ig .img-box {
    border-bottom: 1px solid #a5a5a5;
}

.prodet-page .list .prodet-4 .content ul li .ig .text {
    padding: 15px 10px;
}

.prodet-page .list .prodet-4 .content ul li .ig .text .tit {
    font-size: 14px;
    line-height: 1.6;

    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.prodet-page .list .prodet-4 .content ul li .ig .text .tit:hover {
    color: var(--color);
}

.prodet-page .list .prodet-4 .content ul li .ig .text .link {
    display: inline-block;
    margin-top: 15px;
    background: var(--color);
    color: #fff;
    font-size: 14px;
    padding: 6px 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.prodet-page .list .prodet-4 .content ul li .ig .text .link:hover {
    background: #000;
}

@media screen and (max-width: 1280px) {
    .product-yd-page .product-yd-list .item .content ul {
        margin: -13px;
    }

    .product-yd-page .product-yd-list .item .content ul li {
        padding: 13px;
    }

    .product-yd-page .product-yd-list .item .content ul li .tit {
        font-size: 20px;
    }

    .prodet-page .list .prodet-1 .left {
        padding-right: 30px;
    }

    .inner-page .product-tab ul li a {
        padding: 25px 0;
    }

}

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

    .product-yd-page .product-yd-list .item .content {
        margin-top: 30px;
    }

    .product-page .product-list {
        padding: 60px 0;
    }

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

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

    .prodet-page .list .prodet-1 {
        padding: 30px;
    }

    .prodet-page .list .prodet-1 .left {
        width: 100%;
        padding-right: 0;
    }

    .prodet-page .list .prodet-1 .right {
        width: 100%;
        padding-top: 20px;
    }

    .prodet-page .list .prodet-2,
    .prodet-page .list .prodet-3,
    .prodet-page .list .prodet-4 {
        padding: 30px;
    }

    .prodet-page .list .prodet-3 .tit {
        font-size: 18px;
    }
}

@media screen and (max-width: 700px) {
    .inner-page .product-tab {
        display: none;
    }

    .product-yd-page .product-yd-list .item {
        padding: 30px 0;
    }

    .product-page .product-list {
        padding: 30px 0;
    }

    .prodet-page .list .prodet-1 {
        padding: 15px;
    }

    .prodet-page .list .prodet-2,
    .prodet-page .list .prodet-3,
    .prodet-page .list .prodet-4 {
        padding: 15px;
    }
}

@media screen and (max-width: 500px) {
    .product-yd-page .product-yd-list .item .title {
        font-size: 30px;
        line-height: 1.3;
    }

    .product-page .product-list .top h1 {
        font-size: 30px;
        line-height: 1.3;
    }

    .product-page .product-list .top .con {
        margin-top: 8px;
        font-size: 16px;
        line-height: 1.8;
    }

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

    .prodet-page .list .prodet-1 .right h1 {
        font-size: 24px;
        line-height: 1.8;
        padding-bottom: 6px;
    }

    .prodet-page .list .prodet-1 .right .con {
        font-size: 14px;
        line-height: 2;
    }

    .prodet-page .list .prodet-1 .right .list {
        font-size: 14px;
        line-height: 2;
    }

    .prodet-page .list .prodet-1 .right .info p {
        font-size: 18px;
    }

    .prodet-page .list .prodet-1 .right .btn {
        display: block;
        margin: 10px 0 0 0;
    }

    .prodet-page .list .prodet-1 .right .btn a {
        width: 100%;
        margin: 6px 0;
    }

    .prodet-page .list .prodet-2 .top .tit {
        line-height: 2;
    }

    .prodet-page .list .prodet-2 .top .content {
        margin-top: 8px;
        font-size: 14px;
        line-height: 2;
    }

    .prodet-page .list .prodet-3 .form {
        margin-top: 20px;
    }
}

.production-sec {
    padding-bottom: 100px;
}

.production-sec .pur-sec {
    padding: 5rem 0;
}

.production-sec .pur-sec .mml-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.production-sec .pur-sec .mml-row .text-wrap {
    width: 50%;
    /*max-width: 700px;*/
    /*padding-top: 90px;*/
    padding-right: 40px;
}

.production-sec .pur-sec .mml-row .text-wrap h2 {


    font-size: 2rem;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.production-sec .pur-sec .mml-row .text-wrap p {
    font-size: 18px;
    line-height: 1.8;
    color: #242424;
    letter-spacing: 0.2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.production-sec .pur-sec .mml-row .img-wrap {
    width: 50%;
    /*max-width: 760px;*/
}

.production-sec .pur-sec .mml-row .img-wrap img {
    width: 100%;
}

.production-sec .fig-sec {
    padding-bottom: 55px;
}

.production-sec .fig-sec .mml-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-content: center;
}

.production-sec .fig-sec .mml-row h2 {

    font-style: normal;
    font-size: 2.4rem;
    line-height: 1.2;
    color: #f26122;
    margin-bottom: 6px;
    width: 40%;
}

.production-sec .fig-sec .mml-row ul {
    width: 60%;
    max-width: 760px;
    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: 45px 0px 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.production-sec .fig-sec .mml-row ul li {
    max-width: 193px;
    text-align: center;
}

.production-sec .fig-sec .mml-row ul li .nums {
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
    line-height: 1.2;
    color: var(--color);
}

.production-sec .fig-sec .mml-row ul li p {
    font-size: 18px;
    line-height: 32px;
    color: #282828;
    margin-bottom: 0px;
    margin-top: 10px;
}

/*.production-sec .prints-sec {
    padding-bottom: 4rem;
  }*/
.production-sec .prints-sec .mml-row {
    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;
    flex-direction: row-reverse;
}

.production-sec .prints-sec .mml-row .img-wrap {
    width: 50%;
}

.production-sec .prints-sec .mml-row .img-wrap img {
    width: 100%;
}

.production-sec .prints-sec .mml-row .text-wrap {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*max-width: 760px;*/
    padding-left: 40px;
}

.production-sec .prints-sec .mml-row .text-wrap .text h2 {
    margin-bottom: 25px;

    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.production-sec .prints-sec .mml-row .text-wrap .text p {
    font-size: 18px;
    line-height: 30px;
    color: #242424;
    letter-spacing: 0.2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.production-sec .prints-sec .mml-row .text-wrap .text ul li {
    padding: 25px 0px;
    font-style: normal;
    font-size: 14px;
    color: #888;
    border-bottom: 1px solid #d2d2d2;
}

.production-sec .prints-sec .mml-row .text-wrap .text ul li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
    font-style: normal;
    font-size: 24px;
    line-height: 44px;
    color: #303030;
    margin-bottom: 10px;
}

.production-sec .prints-sec .mml-row .text-wrap .text ul li p {
    margin-bottom: 0px;
}


.production-sec .proto-sec h2 {
    font-weight: bold;
    font-style: normal;
    color: #000;
    font-size: 2rem;
    line-height: 1.2;
    margin: 2rem;
    text-align: center;
}

.production-sec .proto-sec ul {
    font-size: 0;
    margin: -15px;
}

.production-sec .proto-sec ul li {
    display: inline-block;
    width: 25%;
    padding: 15px;
}

.production-sec .proto-sec ul li img {
    display: block;
    max-width: 100%;
}

.production-sec .proto-sec h4 {
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
    color: #242424;
    text-align: center;
}

.production-sec .proto-sec p {
    font-style: normal;
    font-size: 14px;
    color: #888;
    text-align: center;
    margin-bottom: 0px;
}

.production-sec .p11-milestone {
    padding: 3.25rem 0;
    background-color: whitesmoke;
}

.production-sec .p11-milestone .text h2 {

    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.production-sec .p11-milestone .title {
    margin-bottom: 2rem;
}

.production-sec .p11-milestone .list ul {
    margin: -15px;
}

.production-sec .p11-milestone .list ul li {
    padding: 15px;
}

.production-sec .p11-milestone .galaxy {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.production-sec .p11-milestone .track {
    position: absolute;
    left: 0;
    top: 50%;
    margin-right: 200px;
    height: 5px;
    width: 1600px;
    -webkit-transform: translate3d(0, -2.5px, 0);
    -moz-transform: translate3d(0, -2.5px, 0);
    transform: translate3d(0, -2.5px, 0);
    will-change: transform;
}

.production-sec .p11-milestone .comet,
.production-sec .p11-milestone .historys {
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    will-change: transform;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.production-sec .p11-milestone .comet {
    position: relative;
    width: 0;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, right top, from(#f26122), color-stop(50%, #f35d2e), to(#f25743));
    background-image: -webkit-linear-gradient(left, #f26122 0%, #f35d2e 50%, #f25743 100%);
    background-image: -moz-linear-gradient(left, #f26122 0%, #f35d2e 50%, #f25743 100%);
    background-image: linear-gradient(90deg, #f26122 0%, #f35d2e 50%, #f25743 100%);
}

.production-sec .p11-milestone .comet::after {
    content: '\20';
    position: absolute;
    z-index: 3;
    right: -6px;
    top: -3px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    height: 12px;
    width: 12px;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0 0 80px #fff;
    box-shadow: 0 0 80px #fff;
}

.production-sec .p11-milestone .historys {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 260px;
}

.production-sec .p11-milestone .historys time,
.production-sec .p11-milestone .historys text {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.production-sec .p11-milestone .historys time {
    font-style: normal;
    color: #242424;
    font-size: 24px;
    line-height: 24px;
}

.production-sec .p11-milestone .historys .text p {
    font-style: normal;
    color: #242424;
    font-size: 16px;
    line-height: 24px;
}

.production-sec .p11-milestone .historys .text .pic {
    max-width: 400px;
    max-height: 250px;
    margin: 0 auto 15px;
    overflow: hidden;
}

.production-sec .p11-milestone .historys>li {
    position: relative;
    width: 400px;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.production-sec .p11-milestone .historys>li:nth-child(even) time {
    bottom: 450%;
}

.production-sec .p11-milestone .historys>li:nth-child(even) time::before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 2px;
    height: 10px;
    content: '';
    display: block;
    background-color: #fff;
    margin-left: -1px;
}

.production-sec .p11-milestone .historys>li:nth-child(even) .text {
    top: 1000%;
}

.production-sec .p11-milestone .historys>li:nth-child(odd) time {
    top: 450%;
}

.production-sec .p11-milestone .historys>li:nth-child(odd) time::before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 2px;
    height: 10px;
    content: '';
    display: block;
    background-color: #fff;
    margin-left: -1px;
}

.production-sec .p11-milestone .historys>li:nth-child(odd) .text {
    bottom: 1000%;
}

.production-sec .p11-milestone .historys>li.mml-show {
    opacity: 1;
}

.production-sec .p11-milestone .historys>li.mml-show:nth-child(even) .text {
    -webkit-transform: translate(0, 12px);
    -moz-transform: translate(0, 12px);
    -ms-transform: translate(0, 12px);
    transform: translate(0, 12px);
}

.production-sec .p11-milestone .historys>li.mml-show:nth-child(odd) .text {
    -webkit-transform: translate(0, -12px);
    -moz-transform: translate(0, -12px);
    -ms-transform: translate(0, -12px);
    transform: translate(0, -12px);
}

.production-sec .p11-milestone .historys>li::before {
    content: '\20';
    position: absolute;
    left: 50%;
    top: 0;
    margin: -3px 0 0 -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f26122;
}

.production-sec .team-img {
    text-align: center;
}

.production-sec .team-img .text h2 {

    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

@media screen and (max-width: 1200px) {
    .production-sec .fig-sec h2 {
        font-size: 30px;
    }

    .production-sec .prints-sec .mml-row .img-wrap {
        width: 45%;
    }

    .production-sec .prints-sec .mml-row .text-wrap {
        width: 50%;
    }

    .production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
        font-size: 22px;
    }
}

@media screen and (max-width: 1000px) {
    .production-sec .pur-sec .mml-row {
        display: block;
    }

    .production-sec .fig-sec .mml-row ul {
        width: 100%;
    }

    .production-sec .prints-sec .mml-row .text-wrap {
        width: 100%;
    }

    .production-sec .pur-sec .container .text-wrap {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .production-sec .pur-sec .container .img-wrap {
        width: 100%;
        max-width: 100%;
        margin-top: 40px;
    }

    .production-sec .prints-sec .mml-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .production-sec .prints-sec .mml-row .img-wrap {
        width: 100%;
        order: 2;
    }

    .production-sec .prints-sec .mml-row .text-wrap {
        width: 100%;
        order: 1;
        padding-left: 0;
        margin-bottom: 40px;
    }

    .production-sec .fig-sec .mml-row {
        display: block;
    }

    .production-sec .fig-sec h2 {
        width: 100%;
        margin-bottom: 30px;
    }

    .production-sec .fig-sec ul {
        width: 100%;
        max-width: 100%;
    }

}

@media screen and (max-width: 700px) {
    .production-sec .pur-sec {
        padding: 20px 0 !important;
    }

    .production-sec .fig-sec ul {
        display: block;
    }

    .production-sec .prints-sec .mml-row .text-wrap h3,
    .production-sec .pur-sec .container .text-wrap h3 {
        font-size: 28px;
        line-height: 32px;
    }

    .production-sec .fig-sec ul li {
        max-width: 100%;
        padding: 20px 0;
    }

    .production-sec .fig-sec {
        display: none;
    }

    .production-sec .pur-sec .mml-row .text-wrap p {
        font-size: 14px;
        line-height: 2;
    }

    .production-sec .prints-sec .mml-row .text-wrap .text p {
        font-size: 14px;
        line-height: 2;
    }
}


.m-page {
    text-align: right;
    margin-top: 100px;
}

.m-page a,
.m-page span {
    font-size: 20px;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin-right: 5px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

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

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


.seo_about .box {
    -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;
}

.seo_about .box .left {
    height: auto;
}

.seo_about .box .left img {
    width: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.seo_about .box .right {
    background: #f2f2f2;
    padding: 20px 40px;
    height: auto;
}

.seo_about .box .right .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
}

.seo_about .box .right .text .title {

    line-height: 1.8;

    color: var(--color);
}

.seo_honor {
    background: #fff;
    padding: 50px;
    margin-top: 30px;
}

.seo_honor .title {
    margin-bottom: 2em;
    line-height: 1.5;
}

.seo_honor .content {
    margin-top: 30px;
}

.seo_honor .content ul {
    margin-right: -10px;
}

.seo_honor .content ul li {
    padding-right: 10px;
}

.seo_about .box .right .text .con {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
}

.seo_news {
    margin-top: 30px;
    background: #fff;
    padding: 50px;
}

.seo_news #index-body .news {
    background: transparent;
    padding: 0;
}

.seo_news #index-body .news .header {
    color: #000;
}

.seo_news #index-body .news .header .arrow img {
    -webkit-filter: invert(1) opacity(0.5);
    filter: invert(1) opacity(0.5);
}

.seo_know {
    background: #fff;
    padding: 50px;
    margin-top: 30px;
}

.seo_know .title {
    font-size: 22px;

    line-height: 1.5;
    border-bottom: 2px solid var(--color);
}

.seo_know .con {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 30px;
    color: #666;
}

.prodet-page .seoPublic .Auxil-news {
    background: transparent;
    padding: 0;
}

@media screen and (max-width: 1000px) {
    .seo_about .box .right {
        padding: 20px;
        width: 100%;
    }

    .seo_honor,
    .seo_news,
    .seo_know {
        padding: 30px;
    }

    .seo_about .box .left {
        width: 100%;
    }

    .m-page {
        margin-top: 5%;
    }

}

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

    .seo_honor,
    .seo_news,
    .seo_know {
        padding: 15px;
    }

    .seo_about .box .left {
        width: 100%;
    }

    .seo_about .box .right {
        width: 100%;
    }

}

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

    .seo_honor .content {
        margin-top: 20px;
    }
}


.news-page {
    background: #f8f8f8;
}

.news-page .container 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 -15px;
}

.news-page .container ul li {
    margin-top: 30px;
    padding: 0 15px;
}

.news-page .container ul li .box {
    height: 100%;
    background-color: #fff;
    padding: 30px;
}

.news-page .container ul li .box .title {
    font-weight: 600;

    font-size: 20px;
    line-height: 36px;
    min-height: 5.5em;
    text-transform: uppercase;

}

.news-page .container ul li .box .title:hover {
    color: var(--color);
}

.news-page .container ul li .box .des {
    line-height: 1.8;
    margin-top: 14px;
}

.news-page .container ul li .box .time {
    margin-top: 10px;
    /*margin-left: 20px;*/
}

.newdet-page .container .title {
    text-align: center;

    text-transform: uppercase;

    line-height: 1.6;
}

.newdet-page .container .time_c {
    margin-top: 14px;
    text-align: center;
}

.newdet-page .container .time_c .list {
    display: inline-block;
    margin: 0 8px;
}

.newdet-page .container .time_c .list img {
    vertical-align: middle;
    width: 16px;
}

.newdet-page .container .time_c .list span {
    vertical-align: middle;
    margin-left: 2px;
    position: relative;
    top: 1px;
    color: #999;
}

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

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

.m-link a {
    margin-top: 6px;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
}

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

@media (max-width: 1000px) {

    .news-page .container ul {
        margin: 0 -5px;
    }

    .news-page .container ul li {
        padding: 0 5px;
        margin-top: 10px;
        text-align: center;
    }

    .news-page .container ul li .box {
        padding: 15px;
    }

    .news-page .container ul li .box .time {
        margin-left: 0;
    }
}

@media (max-width: 500px) {
    .news-page .container ul {
        margin: 0;
    }

    .news-page .container ul li {
        padding: 0;
        margin-top: 20px;
    }

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

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

    .news-page .container ul li .box .title {
        min-height: unset;
    }
}

.faq-page .container ul li {
    margin: 10px 0 0;
    word-break: break-word;
    font-weight: 300;
}

.faq-page .container ul li .title {
    background: #f8f8f8;
    border: 1px solid #ebebeb;
    line-height: 2;
    margin: 0;
    padding: 15px 30px 15px 25px;
    cursor: pointer;
    cursor: hand;
    position: relative;
    font-weight: 600;

}

.faq-page .container ul li .title i {
    color: #bababa;
    float: right;
    position: absolute;
    top: 26px;
    right: 10px;
}

.faq-page .container ul li .cont {
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 20px 25px;

    line-height: 2;
    display: none;
}


.honor-page .container .tips_title {
    font-weight: bold;
    text-align: center;

    margin-bottom: -30px;
    text-transform: uppercase;
}

.honor-page .container .content {
    margin-top: 50px;
}

.honor-page .container .content ul {
    margin: 0 -50px;
}

.honor-page .container .content ul li {
    margin-top: 40px;
    padding: 0 50px;
    text-align: center;
}

.honor-page .container .content ul li .box a {
    display: block;
}

.honor-page .container .content ul li .box .text {
    margin-top: 30px;
    font-weight: 400;
}

@media (max-width: 1000px) {
    .honor-page .container .content ul {
        margin: 0 -10px;
    }

    .honor-page .container .content ul li {
        padding: 0 10px;
    }

    .honor-page .container .content ul li .box .text {
        margin-top: 10px;
    }
}

@media (max-width: 500px) {

    .honor-page .container .content {
        margin-top: 0;
    }
}

.seoPublic .title.font-bigtt {
    font-size: 36px;
    font-weight: 600;
}

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

@media screen and (max-width: 1000px) {
    .seoPublic .title.font-bigtt {
        font-size: 20px;
    }
}


#index-body .init-6 .technology .h-left {
    width: 50%;
}

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

#index-body .init-6 .technology .h-right .desc {
    color: #1d1d1d;
    line-height: 1.8;
}

#index-body .init-6 .technology .h-right .con {
    width: 73%;
}

#index-body .init-7 .w-1520 {
    width: 1520px;
    margin: 0 auto;
}

#index-body .init-7 .cases ul {
    height: 912px;
}

#index-body .init-7 .cases h2 {
    width: 40%;
    height: 304px;
    font-size: 36px;
    top: 304px;
    left: 20%;
    z-index: 2;
    background-color: #fff;
}

#index-body .init-7 .cases ul li img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

#index-body .init-7 .cases ul li.num1 {
    top: 0;
    left: 0;
    width: 40%;
}

#index-body .init-7 .cases ul li.num2 {
    top: 0;
    left: 40%;
    width: 40%;
}

#index-body .init-7 .cases ul li.num3 {
    right: 0;
    top: 0;
    width: 20%;
}

#index-body .init-7 .cases ul li.num4 {
    left: 0;
    bottom: 0;
    width: 40%;
}

#index-body .init-7 .cases ul li.num5 {
    left: 40%;
    bottom: 0;
    width: 20%;
}

#index-body .init-7 .cases ul li.num6 {
    right: 0;
    bottom: 0;
    width: 40%;
}

@media screen and (max-width: 1000px) {
    #index-body .init-6 .technology {
        width: 700px;
        padding: 0 15px;
        margin: 0 auto;
    }

    #index-body .init-6 .technology .h-left {
        width: 100%;
    }

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

    #index-body .init-6 .technology .h-right .con {
        width: 100%;
    }
}


@media screen and (max-width: 700px) {
    #index-body .init-6 .technology {
        width: 100%;
    }
}

@media screen and (max-width:500px) {
    #index-body .init-7 .w-1520 {
        width: 100%;
        padding: 0 10px;
    }

    #index-body .init-7 .cases h2 {
        position: static;
        font-size: 20px;
        width: auto;
        height: auto;
    }

    #index-body .init-7 .cases ul {
        height: auto;
    }

    #index-body .init-7 .cases ul li {
        position: static;
        width: 100% !important;
        margin-top: 4%;
    }

}





.about2-page .about2-1 .qhbox {
    position: relative
}

.about2-page .about2-1 .culturebox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9
}

.about2-page .about2-1 .bg li img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about2-page .about2-1 .culturebox ul li .item {
    height: 100%;
    color: #fff;
    position: relative;
    padding: 50px 27px;
    border-right: 1px solid rgba(255, 255, 255, .3);
    z-index: 3;
    overflow: hidden;
    transition: .5s all;
}

.about2-page .about2-1 .culturebox ul li .item:before {
    content: "";
    background: #3b75e8;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: .5s all;
    z-index: -1
}

.about2-page .about2-1 .bg::after {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: .3s all;
    z-index: 1;
}

.about2-page .about2-1 .culturebox ul li .item:hover:before {
    transition: .3s all;
    opacity: 0.8;
}

.about2-page .about2-1 .culturebox ul li .item h5 {
    margin-bottom: 20px;
    transition: .5s all;
}

.about2-page .about2-1 .culturebox ul li .item p {
    color: rgba(255, 255, 255, 1);
    line-height: 2;
    height: 0;
    opacity: 0;
    transition: .5s all;
}

.about2-page .about2-1 .culturebox ul li .item:hover p {
    height: 500px;
    opacity: 1;
    transition: .5s all;
    overflow-y: auto;
}

.about2-page .about2-1 .culturebox ul li .item .more i {
    font-size: 30px;
    transition: .5s all;
    display: inline-block;
}

.about2-page .about2-1 .culturebox ul li .item:hover .more i {
    transform: rotate(-45deg);
    display: none;
}

.about2-page .about2-1 .culturebox ul li .item:hover .num {
    opacity: 0;
    transition: .5s all;
    height: 0;
}

.about2-page .about2-1 .culturebox ul li .item .txtcon>span {
    opacity: 0;
    transition: .5s all;
}

.about2-page .about2-1 .culturebox ul li .item:hover .txtcon>span {
    opacity: 1;

}

@media screen and (max-width: 1450px) {
    .about2-page .about2-1 .culturebox ul li .item {
        padding: 30px;
    }

    .about2-page .about2-1 .culturebox ul li .item:hover p {
        height: 275px;
    }
}

@media screen and (max-width: 1000px) {
    .about2-page .about2-1 .culturebox ul li .item {
        padding: 30px 15px;
    }

    .about2-page .about2-1 .culturebox ul li .item:hover p {
        height: 170px;
    }
}

@media screen and (max-width: 700px) {
    .about2-page .about2-1 .culturebox ul li .item .txtcon {
        height: 100%;
    }

    .about2-page .about2-1 .culturebox ul li .item:hover p {
        height: calc(100% - 75px);
    }
}

@media screen and (max-width: 500px) {
    .about2-page .about2-1 .bg li img {
        height: 270px;
    }
}


.seoPublic .pro-factory .list ul {
    margin: -10px;
    position: relative;
}

.seoPublic .pro-factory .list ul li {
    padding: 10px
}

.seoPublic .pro-factory .list ul li a {
    display: block
}

.seoPublic .pro-factory .list ul li a img {
    width: 100%
}

.seoPublic .pro-factory .list ul .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 40px;

    background-repeat: no-repeat;
    background-position: center center;
    background-color: var(--color);
    font-size: 0;
    border: 0;
    transition: all 0.5s;
}

.seoPublic .pro-factory .list ul .slick-prev {
    left: -50px;
    background-image: url(../images/b-prev.png);
}

.seoPublic .pro-factory .list ul .slick-next {
    right: -50px;
    background-image: url(../images/b-next.png);
}

.seoPublic .pro-factory .list ul .slick-arrow:hover {
    opacity: 0.5;
}

.honour-page .content ul {
    display: none;

}

.honour-page .content ul.active {
    display: block;
}

.honour-page .tips_title a {
    padding: 0 60px;
    color: #000;
    transition: all 0.5s;
    cursor: pointer;
    border: 1px solid #000;
    margin: 10px 50px;
}

.honour-page .tips_title a.active {
    color: var(--color);
    border-color: var(--color);
}

.honour-page .tips_title a:hover {
    color: var(--color);
    border-color: var(--color);
}

.technology-page .init-0>img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.technology-page .init-0 .con {
    color: #fff;
}

.technology-page .init-0 .con .top .text1 {
    width: 650px;
}

.technology-page .init-0 .con .top .text2 {
    width: 628px;
}

.technology-page .init-0 .con .bottom {
    text-align: center;
}

.technology-page .init-0 .con .bottom p {
    padding: 8px 0;
    transition: all 1s;
}

.technology-page .init-0 .con .bottom em {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 5px;
}

.technology-page .init-0 .con .bottom p.active {
    opacity: 1 !important;
}

.technology-page .init-0 .con .bottom p:nth-child(1) {
    opacity: 1;
}

.technology-page .init-0 .con .bottom p:nth-child(2) {
    opacity: 0.5;
}

.technology-page .init-0 .con .bottom p:nth-child(3) {
    opacity: 0.2;
}

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

    .technology-page .init-0 .con .top .text1 {
        width: 538px;
    }

    .technology-page .init-0 .con .top .text2 {
        width: 560px;
    }
}

@media screen and (max-width: 1250px) {
    .technology-page .init-0 .con .top .text1 {
        width: 460px;
    }

    .technology-page .init-0 .con .top .text2 {
        width: 450px;
    }
}

@media screen and (max-width: 1000px) {
    .technology-page .init-0 .con .top .text1 {
        width: 100%;
    }

    .technology-page .init-0 .con .top .text1 br {
        display: none;
    }

    .technology-page .init-0 .con .top .text2 {
        width: 100%;
        margin-top: 4%;
    }
}

#index-body .init-8 .cases{
    width: max-content;white-space: nowrap;
}
@media screen and (max-width: 1000px) {
     #index-body .init-8 .w-1520{
         width:700px;
         margin: 0 auto;padding: 0 15px;
    }
    #index-body .init-8 .cases{
        width: 100%;
        white-space: normal;
    }
    #index-body .init-8 .cases ul{
        justify-content: space-between;
        margin: 0 -1%;
    }
    #index-body .init-8 .cases ul li{
        width: 50%;
        padding: 1%;
    }
}
@media screen and (max-width: 700px) {
     #index-body .init-8 .w-1520{
         width:100%;
    }
}
@media screen and (max-width: 400px) {
    #index-body .init-8 .cases ul li{
        width: 100%;
    }
}




.product-page .product-list0 .item {
    padding: 0 0 40px;
    text-align: center;
}

.product-page .product-list0 .item .title {
    line-height: 1.2;

}

.product-page .product-list0 .item .content {
    text-align: left;
    margin-top: 65px;
}

.product-page .product-list0 .item .content ul {
    margin: -24px -20px;
}

.product-page .product-list0 .item .content ul li {
    padding: 24px 20px;
    text-align: center;
}

.product-page .product-list0 .item .content ul li .ig {
    border: solid 1px #bebebe;
}

.product-page .product-list0 .item .content ul li .img-box img {
    width: 100%;
}

.product-page .product-list0 .item .content ul li .tit {
    font-size: 18px;
    line-height: 1.5;

    padding: 20PX 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.product-page .product-list0 .item .content ul li .tit:hover {
    color: var(--color);
}

.product-page .product-list0 .item:nth-child(even) {
    background: #f1f3f5;
}
@media screen and (max-width: 1280px) {
    .product-page .product-list0 .item .content ul {
        margin: -13px;
    }

    .product-page .product-list0 .item .content ul li {
        padding: 13px;
    }

    .product-page .product-list0 .item .content ul li .tit {
        font-size: 20px;
    }
}

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

    .product-page .product-list0 .item .content {
        margin-top: 30px;
    }
}

@media screen and (max-width: 500px) {
    .product-page .product-list0 .item .title {
        font-size: 30px;
        line-height: 1.3;
    }
}
.product-page .product-list .top .con table{
    border:0;
}
.product-page .product-list .top .con table tbody{
    border:0;
}
.product-page .product-list .top .con table tbody tr{
    border:0;
}
.product-page .product-list .top .con table tbody td{
    border:0;
    background-color: var(--color);
    padding: 0;
}
.product-page .product-list .top .con table p{
    color: #fff;
}
.product-page .product-list .top .con table img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.product-page .product-list .top .con table tbody tr:nth-child(odd) td:nth-child(1){
    padding: 0 30px;
}
.product-page .product-list .top .con table tbody tr:nth-child(even) td:nth-child(2){
    padding: 0 30px;
}