#Pop_UpsBtn {
    display: none !important;
}

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

#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: 40px;
    right: 20px;
    z-index: 10;
}

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

.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 .text img {
    width: 70%;
}

.right_nav_list ul li .cont {
    position: absolute;
    right: 100%;
    top: 0;
    width: auto;
    min-height: 100%;
    padding: 0 5px;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 1;
    -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;
    width: 150px;
    height: 150px;
    border: 1px solid #ccc;
}

.right_nav_list ul li .cont .phoneCont {
    padding: 10px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
}

.right_nav_list ul li:hover {
    background-color: #000;
}

.right_nav_list ul li:hover .cont {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
}

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

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

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

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

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

*::-webkit-scrollbar-thumb {
    background-color: #222;
}

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 {
    min-width: 120px;
    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: #424242;
}

html.mobile {
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img_sca {
    overflow: hidden;
}

.img_sca:hover .img_bg {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.img_bg {
    -o-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

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

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

.flex_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex_a_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex_j_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@font-face {
    font-family: 'rany';
    src: url('../fonts/Rany.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'rany';
    src: url('../fonts/Rany-Bold.ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'rany';
    src: url('../fonts/Rany-Medium.ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'aktiv';
    src: url('../fonts/AktivGroteskEx-Bold.otf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

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


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

.color-ff {
    color: #fff;
}

.color-fe {
    color: #fefefe;
}

.color-99 {
    color: #999999;
}

.f-MDE {
    font-family: 'MicrogrammaDBolExt';
    font-weight: bold;
    line-height: 1.4;
}

body {

    font-family: 'rany';
    font-weight: 400;
    margin: 0 auto;
    --color: #ec6c00;
    font-size: 16px;
    background-color: #505050;
}

.container {
    width: 1510px;
}

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

#header a {
    display: block;
}

#header img {
    display: block;
    width: 100%;
}

#header>.nav {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    padding: 16px 0;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(229, 229, 229, 0);
}

#header>.nav>.menu .menu-box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#header>.nav>.menu .menu-box .left {
    position: relative;
}

#header>.nav>.menu .menu-box .left .logo {
    position: relative;
    display: block;
    z-index: 1;
}

#header>.nav>.menu .menu-box .left .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

#header>.nav>.menu .menu-box .menu_c {
    text-align: center;
    position: relative;
    z-index: 2;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container {
    z-index: 2;
    width: 100%;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item {
    display: inline-block;
    position: relative;
    margin-left: 60px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item:first-child {
    margin-left: 0;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item:hover>a,
#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.active>a {
    color: var(--color);
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item:hover>a::before,
#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.active>a::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item:hover>.sub-menu {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item>a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 10px 0;
    text-align: left;
    line-height: 1.2;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    z-index: 2;
    color: #fff;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item>a i {
    font-size: 12px;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item>a::before {
    content: '';
    position: absolute;
    width: 56px;
    height: 38px;
    top: -1px;
    left: -6px;
    /*background-image: url(../images/index_1.png);*/
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    z-index: 2;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0) translateX(-100px);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    width: auto;
    -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);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    -o-transition: opacity 0.3s, -o-transform 0.5s;
    -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
    transition: transform 0.5s, opacity 0.3s;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
    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;
    border-radius: 2px;
    background-color: #f7f7f7;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item {
    color: #000;
    position: relative;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item a {
    white-space: nowrap;
    font-size: 16px;
    padding: 8px 12px;
    text-align: left;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(189, 189, 189, 0);
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item:hover>a {
    background-color: #000;
    color: #fff;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item .sub-menu {
    left: 100%;
    top: 0;
    min-width: 120px;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item:hover .sub-menu {
    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;
}

#header>.nav>.menu .menu-box .right {
    position: relative;
    z-index: 1;
}

#header>.nav>.menu .menu-box .right .form2 form {
    width: 156px;
    position: relative;
}

#header>.nav>.menu .menu-box .right .form2 form input {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: none;
    border-radius: 4px;
    padding: 2px 26px 2px 10px;
    color: #fff;
    font-size: 14px;
}

#header>.nav>.menu .menu-box .right .form2 form input::-webkit-input-placeholder {
    color: #a6a5a5;
}

#header>.nav>.menu .menu-box .right .form2 form input:-moz-placeholder {
    color: #a6a5a5;
}

#header>.nav>.menu .menu-box .right .form2 form input::-moz-placeholder {
    color: #a6a5a5;
}

#header>.nav>.menu .menu-box .right .form2 form input:-ms-input-placeholder {
    color: #a6a5a5;
}

#header>.nav>.menu .menu-box .right .form2 form input::-ms-input-placeholder {
    color: #a6a5a5;
}

#header>.nav>.menu .menu-box .right .form2 form input::placeholder {
    color: #a6a5a5;
}

#header>.nav>.menu .menu-box .right .form2 form .submit {
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    padding: 0;
    -o-background-size: contain;
    background-size: contain;
    border: none;
}

#header>.nav>.menu .menu-box .right .lang_cont {
    margin-left: 30px;
}

#header>.nav>.menu .menu-box .right .lang_cont .c_cont {
    color: #fff;
}

#header>.nav>.menu .menu-box .right .lang_cont .c_cont i {
    margin-left: 4px;
}

#header>.nav>.menu .menu-box .right .lang_cont .lang {
    padding-top: 5px;
}

#header>.nav .lang_cont {
    display: inline-block;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

#header>.nav .lang_cont:hover .lang {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

#header>.nav .lang_cont .lang {
    overflow-y: auto;
    max-height: 400px;
    width: 150px;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    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;
    border-bottom: 3px solid #333333;
}

#header>.nav .lang_cont .lang li a {
    display: block;
    background: #f7f7f7;
    padding: 5px 10px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    text-align: left;
}

#header>.nav .lang_cont .lang li a:hover {
    background-color: #000;
}

#header>.nav .lang_cont .lang li a:hover em {
    color: #fff;
}

#header>.nav .lang_cont .lang li a img {
    display: inline;
    width: 20%;
    margin-top: 4px;
}

#header>.nav .lang_cont .lang li a em {
    display: inline;
    font-size: 16px;
    margin-left: 10px;
    color: #000;
}

#header.active>.nav,
#header.inner_active>.nav {
    background-color: #333;
    border-bottom: 1px solid rgba(220, 220, 220, 0.4);
}

#header.active>.nav>.menu .menu-box .fTop .left .logo {
    width: 50px;
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@-webkit-keyframes qodef-animate-image-in {
    0% {
        clip-path: inset(0 100% 0 100%);
        -webkit-clip-path: inset(0 100% 0 100%);
    }

    100% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}

@-moz-keyframes qodef-animate-image-in {
    0% {
        clip-path: inset(0 100% 0 100%);
        -webkit-clip-path: inset(0 100% 0 100%);
    }

    100% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}

@-o-keyframes qodef-animate-image-in {
    0% {
        clip-path: inset(0 100% 0 100%);
        -webkit-clip-path: inset(0 100% 0 100%);
    }

    100% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}

@keyframes qodef-animate-image-in {
    0% {
        clip-path: inset(0 100% 0 100%);
        -webkit-clip-path: inset(0 100% 0 100%);
    }

    100% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}

@-webkit-keyframes bannerAni {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@-moz-keyframes bannerAni {
    0% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@-o-keyframes bannerAni {
    0% {
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@keyframes bannerAni {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

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

@-webkit-keyframes rotAni {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

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

@-moz-keyframes rotAni {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0);
    }

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

@-o-keyframes rotAni {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0);
    }

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

@keyframes rotAni {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

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

@keyframes transAni2 {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

#banner {
    overflow: hidden;
    position: relative;
}

#banner .swiper {
    z-index: 2;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#banner .swiper .swiper-wrapper {
    height: 100%;
}

#banner .swiper .swiper-wrapper .swiper-slide {
    -o-background-size: 100% auto;
    background-size: 100% auto;
    position: relative;
    width: 100%;
    height: 50vw;
    max-height: 920px;
    -o-background-size: cover;
    background-size: cover;
    z-index: 2;
}

#banner .swiper .swiper-wrapper .swiper-slide .contC {
    position: absolute;
}

#banner .swiper .swiper-wrapper .swiper-slide .contC .cont {
    padding-bottom: 80px;
    z-index: 3;
    position: relative;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .imgC {
    width: 918px;
    height: 625px;
    background-position: center bottom;
    position: absolute;
    bottom: 0;
    right: 15px;
    margin-bottom: -190px;
}

#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont {
    max-width: 900px;
    position: relative;
    z-index: 2;
    color: #fff;
    padding-top: 150px;
}

#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .title {
    font-family: 'MicrogrammaDBolExt';
    font-weight: bold;
}

#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .title2 {
    margin-top: 20px;
    color: var(--color);
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    position: relative;
}

#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .title2 .sub {
    position: relative;
    z-index: 2;
}

#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .title2 .sub2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 2px;
    color: #fff;
}

#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .des {
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;

}

#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .bg {
    -webkit-animation: banner_ani 10s linear;
    -moz-animation: banner_ani 10s linear;
    -o-animation: banner_ani 10s linear;
    animation: banner_ani 10s linear;
}

#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .textCont .title {
    -webkit-animation: fadeInRightSmall 1s linear;
    -moz-animation: fadeInRightSmall 1s linear;
    -o-animation: fadeInRightSmall 1s linear;
    animation: fadeInRightSmall 1s linear;
}

#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .textCont .title2 {
    -webkit-animation: fadeInLeftSmall 1s linear;
    -moz-animation: fadeInLeftSmall 1s linear;
    -o-animation: fadeInLeftSmall 1s linear;
    animation: fadeInLeftSmall 1s linear;
}

#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .textCont .des {
    -webkit-animation: fadeInRightSmall 1s linear;
    -moz-animation: fadeInRightSmall 1s linear;
    -o-animation: fadeInRightSmall 1s linear;
    animation: fadeInRightSmall 1s linear;
}

#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .textCont .btn-go {
    -webkit-animation: fadeInLeftSmall 1s linear;
    -moz-animation: fadeInLeftSmall 1s linear;
    -o-animation: fadeInLeftSmall 1s linear;
    animation: fadeInLeftSmall 1s linear;
}

#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .imgC {
    animation: zoomIn 1s linear;
}

.bannerText {
    background-image: url(../images/jbjx.png);
    background-repeat: repeat-x;
    background-size: contain;
    background-color: #4b4b4b;
    overflow: hidden;
}

.bannerText .text {
    height: 96px;
    padding: 20px 0;
    position: relative;

}

.bannerText .text .sub {
    position: absolute;
    top: 22px;
    left: 0;
    color: #fff;
    font-size: 54px;
    font-family: 'MicrogrammaDBolExt';
    font-weight: bold;
    letter-spacing: 4px;
    white-space: nowrap;
    line-height: 1;
    vertical-align: middle;
    -webkit-animation: bannerAni 40s linear infinite;
    -moz-animation: bannerAni 40s linear infinite;
    -o-animation: bannerAni 40s linear infinite;
    animation: bannerAni 40s linear infinite;
    width: max-content;
}

.bannerText .text .sub .black {
    color: #000;
}


.bannerText .text .sub em {
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 50%;
    margin: 0 60px;
}

.slick-list .slick-track {
    margin-left: 0;
}

.font-72 {
    font-size: 72px;
    line-height: 1;
}

.font-60 {
    font-size: 60px;
    line-height: 1;
}

.moreCont {
    cursor: pointer;
}

.moreCont .moreImgC {
    margin-left: 30px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--color);
}

.moreCont .moreImgC .moreImg {
    width: 14px;
    height: 14px;
}

.moreCont:hover {
    color: var(--color);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

/*默认为白底黑字*/
.btn-go {
    display: inline-block;
    padding: 10px 42px;
    text-transform: uppercase;
    color: #000;
    width: auto;
    position: relative;
    text-align: center;
    transition: all 0.5s;z-index: 0;
}

.btn-go::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 6%;
    width: 88%;
    height: 100%;
    background-color: #fff;
    transform: skew(-22deg, 0);
    border: 1px solid transparent;
    z-index: -1;
    transition: all 0.5s;
}

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

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

/*默认为黑底白字*/
.btn-go.black_white {
    color: #fff;
}

.btn-go.black_white::after {
    background-color: #333;
}

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

/*默认为主题色底白字*/
.btn-go.f_white {
    color: #fff;
}

.btn-go.f_white::after {
    background-color: var(--color);
}

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

.btn-go.f_white:hover::after {
    background-color: #fff;
    border-color: var(--color);
}
/*默认为白底黑字*/






#index-body {
    position: relative;
    z-index: 2;
}

#index-body .init-1 {
    background-image: url(../images/h-navbg.jpg);
    background-color: #4b4b4b;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -8px;
    padding-bottom: 450px;

}

#index-body .init-1 .o-hide {
    position: sticky;
    top: 400px;
    left: 0;
}

#index-body .init-1 .tipsTitle {
    /*width: 5000px;*/
    height: 100%;
    font-family: 'MicrogrammaDBolExt';
    font-weight: bold;
    font-size: 186px;
    text-align: center;
    color: #979797;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    /*animation: transAni2 60s linear infinite;*/
    white-space: nowrap;
}

#index-body .init-1 .substitle {
    width: auto;
    left: 0;
    top: 0;
}

#index-body .init-1 .container ul {
    margin: 0 -70px;
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

#index-body .init-1 .container ul li {
    margin-top: 30px;
    width: 50%;
    padding: 0 70px;
}
#index-body .init-1 .container ul li:nth-last-child(1) .box .cont .img .cur p{
    font-size: 92px;
}

#index-body .init-1 .container ul li .box .title {
    display: block;
    width: 100%;
    font-family: 'MicrogrammaDBolExt';
    font-weight: bold;
    margin: 20px 0;
    color: #fff;
}

#index-body .init-1 .container ul li .box .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

#index-body .init-1 .container ul li .box .shadow img {
    width: 100%;
}

#index-body .init-1 .container ul li .box .cont {
    overflow: hidden;
    width: 100%;
    position: relative;
}

#index-body .init-1 .container ul li .box .cont .img {
    display: block;
}

#index-body .init-1 .container ul li .box .cont .img>img {
    width: 100%;
}

#index-body .init-1 .container ul li .box .cont .img .cur {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 90px;
}
#index-body .init-1 .container ul li .box .cont .img .cur::after{
    position: absolute;
    content: "";
    width: 70%;
    height: 140px;
    border-radius: 50px;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1, 0.1);
    -moz-transform: scale(1, 0.1);
    -ms-transform: scale(1, 0.1);
    transform: scale(1, 0.1);
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

#index-body .init-1 .container ul li .box .cont .img .cur p {
    background: -webkit-linear-gradient(rgba(236, 108, 0, 0.8) 40%,
            rgba(235, 99, 12, 0));
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
    font-size: 140px;
    line-height: 0.9;
    text-align: center;
    margin-top: -30px;
    word-break: break-all;
}
#index-body .init-1 .container ul li:nth-child(2) .box .cont .img .cur p {
    font-size: 74px;
}

#index-body .init-1 .container ul li .box .cont .img .cur img {
    animation: float 4s 1.25s infinite;
    margin-top: -75px;
}

#index-body .init-1 .container ul li .box .cont .cont2 {
    position: absolute;
    width: 100%;
    max-height: 100%;
    bottom: 0;
    left: 50%;
    z-index: 3;
    padding: 0 10px;
    max-width: 460px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#index-body .init-1 .container ul li .box .cont .cont2 .cont3 {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    max-height: 100%;
}

#index-body .init-1 .container ul li .box .cont .cont2 .cont3 .des {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    font-size: 18px;
    color: #fff;
}

#index-body .init-1 .container ul li .box .cont .cont2 .cont3 .more2 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--color);
    font-size: 30px;
    color: #fff;
    margin: 50px auto 160px;
    transition: all 0.5s;
}

#index-body .init-1 .container ul li .box .cont .cont2 .cont3 .more2:hover {
    background-color: #000;
}

#index-body .init-1 .container ul li .box:hover .shadow {
    opacity: 1;
}

#index-body .init-1 .container ul li .box:hover .title {
    color: var(--color);
}

#index-body .init-1 .container ul li .box:hover .cont .cont2 .cont3 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}


#index-body .init-1 .container ul li:nth-child(2n-1) {
    position: relative;
    top: 230px;
}

#index-body .init-1 .container>.btn-go {
    z-index: 5;
    width: auto;
    color: #000;
    padding: 25px 72px;
}

#index-body .init-1 .container>.btn-go::after {
    background-image: url(../images/h-icon.png);
    background-repeat: no-repeat;
    background-position: -40px 0;
    transform: skew(-16deg, 0);
}


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

#index-body .init-2 .o-hide {
    position: absolute;
    top: -130px;
    left: 0;
    width: 100%;
}

#index-body .init-2 .tipsTitle {
    /*width: 5000px;*/
    font-family: 'MicrogrammaDBolExt';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 150px;
    text-align: center;
    line-height: 1;
    color: #979797;
    /*animation: transAni2 60s linear infinite;*/
    white-space: nowrap;

}

#index-body .init-2 .bgList {
    position: relative;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#index-body .init-2 .bgList .list {
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#index-body .init-2 .container2 {
    overflow: hidden;
    position: relative;
    margin-top: -300px;
    height: 976px;
}

#index-body .init-2 .container {
    position: relative;
    z-index: 2;
    margin-top: 300px;
}

#index-body .init-2 .container .content {
    position: relative;

}


#index-body .init-2 .container .content .cont2 {
    -o-background-size: cover;
    background-size: cover;

    margin-left: auto;
}

#index-body .init-2 .container .content .cont2 .swiper {
    overflow: visible;
}

#index-body .init-2 .container .content .cont2 ul li {
    position: relative;
    height: 549px;
}

#index-body .init-2 .container .content .cont2 ul li .box {
    -o-background-size: cover;
    background-size: cover;
    background-color: #272727;
    padding: 70px 30px 40px;
    text-align: center;
    overflow: hidden;
    color: #fff;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    position: absolute;
    bottom: 0;
    left: 0;
}


#index-body .init-2 .container .content .cont2 ul li .box .title {
    font-weight: bold;
    display: block;
    line-height: 1.6;
    transition: all 0.5s;
    word-break: break-all;
    min-height: 6.1rem;
}

#index-body .init-2 .container .content .cont2 ul li .box .contC {
    margin-top: 60px;
}

#index-body .init-2 .container .content .cont2 ul li .box .contC .title2 {
    display: block;
    font-weight: 500;
    margin-top: 50px;
}

#index-body .init-2 .container .content .cont2 ul li .box .contC .img2 {
    display: block;

    overflow: unset;
}

#index-body .init-2 .container .content .cont2 ul li .box .contC .img2 img {
    width: auto;
    height: 266px;
    object-fit: cover;
}

#index-body .init-2 .container .content .cont2 ul li .box .txt-con .title2 {
    background: -webkit-linear-gradient(rgba(236, 108, 0) 60%,
            rgba(236, 108, 0, 0));
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
    line-height: 0.9;
}

#index-body .init-2 .container .content .cont2 ul li .box .txt-con {
    opacity: 0;
    transform: translateY(100%);
    position: absolute;
    transition: all 0.5s;
}

#index-body .init-2 .container .content .cont2 ul li .box:hover {
    background-image: url(../images/pro-bg2.png);
    cursor: pointer;
    height: 787px;
    border-radius: 0 0 0 80px;
}

#index-body .init-2 .container .content .cont2 ul li .box:hover .contC {
    margin-top: 0;
}

#index-body .init-2 .container .content .cont2 ul li .box:hover .title {
    opacity: 0;
    height: 0;
    min-height: unset;
}

#index-body .init-2 .container .content .cont2 ul li .box .txt-con .title2 {
    background: -webkit-linear-gradient(rgba(236, 108, 0) 60%,
            rgba(236, 108, 0, 0));
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
    line-height: 0.9;
}

#index-body .init-2 .container .content .cont2 ul li .box .txt-con {
    opacity: 0;
    transform: translateY(100%);
    position: absolute;
    transition: all 0.5s;
}

#index-body .init-2 .container .content .cont2 ul li .box:hover .txt-con {
    position: static;
    opacity: 1;
    transform: translateY(0);
}
#index-body .init-2 .container .content .cont2 ul li .box:hover .txt-con .desc{
    word-break: break-all;
}

#index-body .init-2 .container .content .cont2 .swiper-tool {}

#index-body .init-2 .container .content .cont2 .swiper-button {
    position: static;
    width: 140px;
    height: 56px;
    margin-top: 0;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s;
}

#index-body .init-2 .container .content .cont2 .swiper-button.swiper-button-prev {
    background-image: url(../images/pro-prev.png);
}

#index-body .init-2 .container .content .cont2 .swiper-button.swiper-button-next {
    background-image: url(../images/pro-next.png);
}

#index-body .init-2 .container .content .cont2 .swiper-button::after {
    display: none;
}

#index-body .init-2 .container .content .cont2 .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: var(--color);
}

#index-body .init-2 .container .content .cont2 .swiper-button:hover {
    opacity: 0.5;
}

#index-body .init-2 .container .content .cont2 .swiper-pagination {
    position: static;
    width: calc(100% - 360px);
    height: 2px;
    background-color: #dcdcdc;
}

#index-body .init-2 .container .content .cont2 .swiper-pagination-progressbar-fill {
    background-color: var(--color);
}

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

#index-body .init-3 .about-top {
    background-image: url(../images/about-bg.jpg);
    background-position: 0 center;
    background-size: cover;
    background-color: #4e4e4e;
}

#index-body .init-3 .about-top .left {
    width: 50%;
    padding-right: 40px;
}

#index-body .init-3 .about-top .left .title {
    color: #fefefe;
}

#index-body .init-3 .about-top .left .title label {
    color: #eb630c;
}

#index-body .init-3 .about-top .left .desc {
    line-height: 1.8;
    max-height: 330px;
    overflow-y: auto;
    padding-right: 8px;
}
.shouye{
    line-height: 1.8;
    max-height: 330px;
    overflow-y: auto;
    padding-right: 8px;
}
.shouye h1{
    display: inline!important;
    font-size: 18px;
    line-height: 1.8;
    color: #999999;
}

#index-body .init-3 .about-top .right {
    width: 50%;
    padding-left: 50px;
    position: relative;
    z-index: 9;
}

#index-body .init-3 .about-bottom {
    background-color: #0b0b0b;
    position: relative;
    margin-top: -165px;
}

#index-body .init-3 .about-bottom .text {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    font-size: 123px;
    transform: translateY(-100%);
    line-height: 0.7;
    background: -webkit-linear-gradient(rgba(235, 99, 12, 0.5) 40%,
            rgba(235, 99, 12, 0));
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
}


#index-body .init-3 .about-bottom .num ul li {
    margin-right: 80px;

}
#index-body .init-3 .about-bottom .num ul li .box{
    transition: all 0.5s;
}
#index-body .init-3 .about-bottom .num ul li:hover .box{
    color: var(--color);
}



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

#index-body .init-4 .content2 .imgList {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#index-body .init-4 .content2 .imgList .list {
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

#index-body .init-4 .swiper {
    width: 100%;
}

#index-body .init-4 .swiper ul li .box {
    color: #fff;
    height: 930px;
    position: relative;
    z-index: 2;
}

#index-body .init-4 .swiper ul li .box .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    border-bottom-left-radius: 80px;
    background-image: linear-gradient(to bottom, rgba(236, 108, 0, 0.1), rgba(236, 108, 0, 0.8));
}

#index-body .init-4 .swiper ul li .box .cont1 {
    position: absolute;
    width: 100%;
    bottom: 80px;
    padding: 10px 50px;
    left: 0;
}

#index-body .init-4 .swiper ul li .box .cont1 .title {
    font-weight: bold;
    text-align: center;
}

#index-body .init-4 .swiper ul li .box .cirC {
    position: relative;
    width: 50px;
    height: 50px;
    margin-top: 40px;
    margin: 40px auto 0;
    font-size: 24px;
    color: #fff;
}

#index-body .init-4 .swiper ul li .box .cirC .cir {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-animation: rotAni 6s linear infinite;
    -moz-animation: rotAni 6s linear infinite;
    -o-animation: rotAni 6s linear infinite;
    animation: rotAni 6s linear infinite;
}

#index-body .init-4 .swiper ul li .box .cirC .cir .sub {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    left: 0;
    background: var(--color);
    border-radius: 50%;
}

#index-body .init-4 .swiper ul li .box .cont2 {
    position: absolute;
    width: 100%;
    bottom: 80px;
    left: 0;
    padding: 10px 50px;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

#index-body .init-4 .swiper ul li .box .cont2 .title {
    font-weight: bold;
    line-height: 1.6;
}

#index-body .init-4 .swiper ul li .box .cont2 .des {
    margin-top: 30px;
    height: 240px;
    overflow-y: auto;
    padding-right: 4px;
    margin-bottom: 20px;
    line-height: 32px;
}

#index-body .init-4 .swiper ul li .box .cont2 .more2 .cirC {
    margin: 0;
}

#index-body .init-4 .swiper ul li .box .cont2 .more2 .moreText {
    margin-left: 30px;
    text-transform: uppercase;
}

#index-body .init-4 .swiper ul li.active .box .shadow {
    opacity: 1;
}

#index-body .init-4 .swiper ul li.active .box .cont1 {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
}

#index-body .init-4 .swiper ul li.active .box .cont2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

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

#index-body .init-5 .shadow {
    position: absolute;
    width: 100%;
    height: 780px;
    top: 0;
    left: 0;
    background-color: #f0f0f0;
}

#index-body .init-5 .container .titleC .left {
    width: 50%;
    padding-right: 30px;
    font-weight: bold;
}

#index-body .init-5 .container .titleC .right {
    width: 50%;
    color: #2f2f2f;
}

#index-body .init-5 .content {
    padding-left: 200px;
    margin-top: 40px;
}

#index-body .init-5 .content ul li .box {
    overflow: hidden;
}

#index-body .init-5 .content ul li .box .num {
    font-size: 110px;
    color: #fff;
    font-weight: 500;
    margin-left: 50px;
    line-height: 1;
    z-index: 3;
    position: relative;
}

#index-body .init-5 .content ul li .box .cont {
    height: 530px;
    position: relative;
    z-index: 2;
    margin-top: -50px;
}

#index-body .init-5 .content ul li .box .cont .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-background-size: cover;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

#index-body .init-5 .content ul li .box .cont .title {
    background-color: #000;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 90px;
    left: 0;
    font-weight: 700;
    padding: 16px 40px;
}

#index-body .init-5 .content ul li .box .cont2 {
    background-color: #fff;
    padding: 30px 40px;
    background-color: var(--color);
    bottom: 0;
    left: 0;
    color: #fff;
    position: absolute;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

#index-body .init-5 .content ul li .box .cont2 .title2 {
    font-weight: 500;
}

#index-body .init-5 .content ul li .box .cont2 .des {
    margin-top: 10px;
}

#index-body .init-5 .content ul li .box:hover .cont .bg {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#index-body .init-5 .content ul li .box:hover .cont .title {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

#index-body .init-5 .content ul li .box:hover .cont .cont2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

#index-body .init-6 {
    background-image: url(../images/news-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#index-body .init-6 .container .tipsTitle {
    text-align: center;
    font-weight: bold;
}



#index-body .init-6 .container .content .swiper {
    padding-bottom: 20px;
    position: relative;
    margin: 0 -100px;
}

#index-body .init-6 .container .content ul li {
    padding: 0 100px;
}

#index-body .init-6 .container .content ul li.swiper-slide-active {
    border-right: 1px solid #dee3e0;

}

#index-body .init-6 .container .content ul li .box {}

#index-body .init-6 .container .content ul li .box .title {
    position: relative;
    color: #fff;
    padding-left: 35px;
}

#index-body .init-6 .container .content ul li .box .title .cir {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #e7e7e7;
    position: absolute;
    left: 0;
    top: 7px;
    transition: all 0.5s;
}


#index-body .init-6 .container .content ul li .box .title:hover {
    color: var(--color);
}

#index-body .init-6 .container .content ul li .box .title:hover .cir {
    background-color: var(--color);
}

#index-body .init-6 .container .content ul li .box .des {
    margin-top: 20px;
    color: #999999;
    padding-left: 35px;
    line-height: 32px;
}

#index-body .init-6 .container .content ul li .box .moreC {
    padding-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 35px;
}






#index-body .init-6 .container .content ul li .box .moreC .time {
    color: #999999;
    line-height: 28px;
}

.publicFooter {
    background-color: #373737;
}

.publicFooter .container {
    overflow: visible;
}



.publicFooter img {
    position: absolute;
    bottom: -3px;
    right: 0;
    z-index: 6;
    max-width: 50%;
}

.publicFooter .container form {
    width: 50%;
    position: relative;
    justify-content: space-between;
    padding: 45px 0 50px;
    margin: 0 -1%;
}


.publicFooter .container form input {
    margin-top: 10px;
    width: 31.3%;
    padding: 8px 0;
    border: none;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #fee0cc;
    margin: 0 1%;
    color: #fee0cc;
    line-height: 2;
}

.publicFooter .container form input::placeholder {
    color: #fee0cc;
}

.publicFooter .container form .content {
    width: 100%;
    padding-right: 30px;
    margin-top: 30px;
}

.publicFooter .container form .submit {
    width: 24px;
    height: 20px;
    position: absolute;
    bottom: 60px;
    right: 10px;
    z-index: 2;
    cursor: pointer;

}

.publicFooter .container form .submit:hover {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

#footer {
    position: relative;
    z-index: 7;
    -o-background-size: cover;
    background-size: cover;
    background-color: #151515;
    background-image: url(../images/f-bg.jpg);
}

#footer .fTop .container {
    padding-top: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#footer .fTop .container .listCont {
    margin-top: 50px;
}

#footer .fTop .container .listCont .first {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}

#footer .fTop .container .listCont .list .img {
    width: 16px;
    height: 16px;
    margin-top: 10px;
}

#footer .fTop .container .listCont .list .text {
    width: -webkit-calc(84%);
    width: -moz-calc(84%);
    width: calc(100% - 16px);
    padding-left: 15px;
    color: #fff;
    line-height: 2;
}

#footer .fTop .container .listCont .list2 {
    margin-top: 15px;
}

#footer .fTop .container .listCont .list2 a {
    font-size: 18px;
    color: #fff;
}

#footer .fTop .container .listCont .list2 a:hover {
    color: var(--color);
}

#footer .fTop .container .listCont #ewm {
    margin-top: 36px;
    background-color: #fff;
    padding: 6px;
}

#footer .fTop .container .listCont .share {
    margin-top: 30px;
}

#footer .fTop .container .listCont .share ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#footer .fTop .container .listCont .share ul li {
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 22px;
    font-size: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#footer .fTop .container .listCont .share ul li:hover {
    background-color: var(--color);
}

#footer .fTop .container .listCont1 {
    width: 310px;
}

#footer .fTop .container .listCont2 {
    width: 180px;
}

#footer .fTop .container .listCont3 {
    width: 240px;
}

#footer .fTop .container .listCont4 {
    width: 166px;
}

#footer .copyright {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    color: #8e8e8e;
    margin-top: 90px;
}

#footer .copyright .container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ababab;
}

#footer .copyright .container svg {
    height: 30px;
    width: auto;
    fill: #ababab;
    position: relative;
    top: 4px;
}

#footer .copyright .container a {
    margin: 0 5px;
}

#footer .copyright .container a img {
    margin-top: 8px;
    height: 16px;
}

@media (max-width: 1800px) {
    #index-body .init-1 .tipsTitle {
        font-size: 12vw;
    }

    #index-body .init-2 .tipsTitle {
        font-size: 8vw;
    }


    #index-body .init-1 .container ul li .box .cont .img .cur p {
        font-size: 120px;
    }

    #index-body .init-3 .about-bottom .text {
        font-size: 110px;
    }
}

@media (max-width: 1700px) {
    #index-body .init-2 .container .content .cont2 ul li .box:hover {
        height: 735px;
    }

    #index-body .init-3 .about-bottom .text {
        font-size: 90px;
    }
    #index-body .init-1 .container ul li:nth-child(2) .box .cont .img .cur p {
        font-size: 68px;
    }
    #index-body .init-1 .container ul li:nth-last-child(1) .box .cont .img .cur p {
        font-size: 88px;
    }
}

@media (max-width: 1450px) {
    .font-72 {
        font-size: 50px;
    }

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

    #header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item {
        margin-left: 30px;
    }

    #banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .title2 {
        font-size: 70px;
    }

    #banner .swiper .swiper-wrapper .swiper-slide .contC .cont .imgC {
        width: 50%;
    }


    #index-body .init-1 .container ul li .box .cont .img .cur p {
        font-size: 96px;
    }
        #index-body .init-1 .container ul li:nth-child(2) .box .cont .img .cur p {
        font-size: 50px;
    }
        #index-body .init-1 .container ul li:nth-last-child(1) .box .cont .img .cur p {
        font-size: 68px;
    }

    #index-body .init-2 .container .content .cont2 ul li .box:hover .txt-con .desc {
        font-size: 20px;
    }

    #index-body .init-2 .container .content .cont2 ul li .box {
        padding: 40px;
    }

    #index-body .init-2 .container .content .cont2 ul li .box:hover {
        height: 680px;
    }

    #index-body .init-3 .about-bottom .text {
        font-size: 80px;
    }

    #index-body .init-6 .container .content .swiper {
        margin: 0 -50px;
    }

    #index-body .init-6 .container .content ul li {
        padding: 0 50px;
    }

    #index-body .init-4 .swiper ul li .box {
        height: 775px;
    }

    #index-body .init-3 .about-bottom {
        margin-top: -122px;
    }

    .publicFooter {
        margin-top: 0;
    }

}

@media (max-width: 1250px) {
    .font-72 {
        font-size: 40px;
    }

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

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

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

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

    .btn-go {
        padding: 10px 30px;

    }

    #banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .title2 {
        font-size: 60px;
    }



    .bannerText .text {
        height: 86px;
    }

    .bannerText .text .sub {
        font-size: 40px;
    }

    #index-body .init-1 .container ul li .box .cont .img .cur p {
        font-size: 62px;
    }    
    #index-body .init-1 .container ul li:nth-last-child(1) .box .cont .img .cur p {
        font-size: 43px;
    }
        #index-body .init-1 .container ul li:nth-child(2) .box .cont .img .cur p {
        font-size: 35px;
    }

    #index-body .init-1 .container>.btn-go {
        padding: 25px;
    }

    #index-body .init-3 .about-top .left {
        padding-right: 0;
    }

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



    #index-body .init-3 .about-bottom {
        margin-top: 0;
    }

    #index-body .init-3 .container .right .des {
        padding-right: 0;
    }

    #index-body .init-5 .content {
        width: 970px;
        padding-left: 0;
        margin: 40px auto;
    }

    #index-body .init-4 .swiper ul li .box {
        height: 610px;
    }
}

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

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

    .phone_hide {
        display: none !important;
    }

    #header {
        display: none;
    }

    #mobile {
        display: block;
    }

    #banner {
        margin-top: 40px;
    }

    #banner .swiper .swiper-wrapper .swiper-slide .contC .cont .imgC {
        bottom: 10px;
        display: none;
    }

    #banner .swiper .swiper-wrapper .swiper-slide .contC .cont {
        padding-bottom: 0;
    }

    #banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont {
        padding-top: 0;
    }



    #index-body .init-1 .container ul li .box .cont .img .cur p {
        font-size: 38px;
    }
    #index-body .init-1 .container ul li:nth-last-child(1) .box .cont .img .cur p {
        font-size: 28px;
    }
    #index-body .init-1 .tipsTitle {
        top: 0;
        position: relative;
        color: var(--color);
        animation-name: unset;
        width: auto;
        font-size: 65px;
        margin-bottom: 60px;
        white-space: unset;
    }

    #index-body .init-1 .tipsTitle span {
        display: none;
    }

    #index-body .init-1 .tipsTitle span.phone-active {
        display: block;
    }

    #index-body .init-1 .substitle {
        position: static;
        margin-bottom: 50px;
        text-align: center;
    }

    #index-body .init-1 .substitle br {
        display: none;
    }

    #index-body .init-1 .container ul li:nth-child(2n-1) {
        top: 0;
    }

    #index-body .init-1 .container ul {
        margin: 0 -15px;
    }

    #index-body .init-1 .container ul li {
        padding: 0 15px;
    }

    #index-body .init-1 .container ul li .box .cont .cont2 .cont3 .more {
        margin: 20px auto 10px;
    }

    #index-body .init-1 .container ul li .box .cont .img .cur img {
        margin-top: -35px;
    }

    #index-body .init-1 .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #index-body .init-1 .o-hide {
        position: static;
    }

    #index-body .init-1 {
        padding-bottom: 85px;
    }

    #index-body .init-2 .container .content .cont2 ul li .box:hover {
        height: 549px;
    }

    #index-body .init-2 .container {
        margin-top: 0;
    }

    #index-body .init-2 .container2 {
        height: 100%;
        margin-top: 0;
    }

    #index-body .init-2 .o-hide {
        position: static;
    }

    #index-body .init-2 .tipsTitle {
        animation: none;
        width: auto;
        white-space: unset;
        position: static;
        margin-bottom: 3%;
    }

    #index-body .init-2 .tipsTitle span {
        display: none;
    }

    #index-body .init-2 .tipsTitle span.phone-active {
        display: block;
    }

    #index-body .init-3 .about-top .left {
        width: 100%;
    }

    #index-body .init-3 .about-top .right {
        width: 100%;
        padding-left: 0;
        margin-top: 5%;
    }

    #index-body .init-3 .about-bottom .text {
        display: none;
    }

    #index-body .init-3 .about-top {
        padding-bottom: 5%;
    }

    #index-body .init-3 .about-bottom .num ul li {
        width: 33.3%;
        margin-right: 0;
    }

    #index-body .init-3 .about-bottom .num ul li .box {
        align-items: center;
    }


    #index-body .init-4 .container ul li .box {
        height: 560px;
    }

    #index-body .init-5 .content {
        width: 700px;
    }

    #index-body .init-5 .container .titleC .left {
        width: 100%;
    }

    #index-body .init-5 .container .titleC .right {
        width: 100%;
        margin-top: 20px;
    }

    .publicFooter .container form .content {
        width: 100%;
    }


    .publicFooter .container form {
        width: 100%;
    }

    .publicFooter img {
        position: static;
        margin: 0 auto;
        display: none;
    }

    #index-body .init-6 .container .content .swiper {
        margin: 0 -16px;
    }

    #index-body .init-6 .container .content ul li {
        padding: 0 16px;
    }

    #index-body .init-2 .container .content .cont2 .swiper {
        overflow: hidden;
    }

    #index-body .init-4 .swiper ul li .box {
        height: 550px;
    }
}

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

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

    #index-body .init-1 .container ul li {
        width: 100%;
        margin-top: 20px;
    }

    #index-body .init-1 .container>.btn-go {
        line-height: 1;
    }

    #index-body .init-1 .container ul li .box .cont .img .cur p {
        font-size: 38px;
    }

    #index-body .init-1 .container ul li:nth-child(2n-1) {
        top: 0;
    }

    #index-body .init-1 .container ul li .box .cont .cont2 {
        display: none;
    }


    #index-body .init-1 .tipsTitle {
        margin-bottom: 30px;
        font-size: 40px;
    }

    #index-body .init-1 .substitle {
        margin-bottom: 30px;
    }

    #index-body .init-2 .container .content .cont2 .swiper-pagination {
        width: calc(100% - 255px);
    }

    #index-body .init-2 .container .content .cont2 .swiper-button {
        width: 104px;
        height: 41px;
    }

    #index-body .init-5 .content {
        width: 100%;
        padding: 0 16px;
    }

    #index-body .init-5 .content ul li .box .cont2 {
        padding: 20px 10px;
    }
    #index-body .init-6 .container .content .swiper{
        margin: 0;
    }
    #index-body .init-6 .container .content ul li{
        padding: 0;
    }
    #index-body .init-6 .container .content ul li.swiper-slide-active{
        border-right: 0;
    }

    .publicFooter .container form input {
        width: 100%;
    }

    #footer .fTop .container .listCont1 {
        width: 100%;
    }

    #footer .fTop .container .listCont4 {
        width: 100%;
    }

    #footer .fTop .container .listCont #ewm {
        width: 100px;
    }

    #index-body .init-4 .swiper ul li .box .cont2 {
        padding: 10px 18px;
    }
}

@media (max-width: 500px) {
    .font-72 {
        font-size: 24px;
        line-height: 40px!important;
    }

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

    .font-48 {
        font-size: 24px;
        line-height: 1.8!important;
    }

    .font-42 {
        font-size: 24px;
        line-height: 1.8;
    }

    .font-50 {
        font-size: 24px;
        line-height: 1.8;
    }

    .font-38 {
        font-size: 24px;
        line-height: 1.8;
    }

    .font-36 {
        font-size: 24px;
        line-height: 1.6!important;
    }

    .font-32 {
        font-size: 24px;
        line-height: 1.8;
    }

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

    .font-26 {
        line-height: 1.8;
        font-size: 24px;
    }

    .font-24 {
        line-height: 1.8;
        font-size: 20px;
    }

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

    #banner .swiper .swiper-wrapper .swiper-slide {
        height: 320px;
    }


    #banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .more {
        margin-top: 20px;
    }

    #index-body .init-1 .container>.more {
        font-size: 20px;
        padding: 10px;
    }

    #index-body .init-1 .tipsTitle {
        font-size: 24px;
    }

    #index-body .init-1 .tipsTitle {
        margin-bottom: 20px;
        font-size: 28px;
    }



    #index-body .init-3 .container .right .des {
        margin-top: 20px;
    }

    #index-body .init-3 .container .right .more {
        margin-top: 20px;
    }

    #index-body .init-3 .about-bottom .num ul li {
        width: 100%;
        margin: 10px 0;
    }

    #index-body .init-5 .content {
        padding-bottom: 0;
    }

    #index-body .init-5 .content ul li .box .num {
        font-size: 80px;
        margin-left: 20px;
    }

    #index-body .init-5 .content ul li .box .cont .title {
        padding: 10px 20px;
    }

    #index-body .init-6 .container .content {
        margin-top: 40px;
    }

    #index-body .init-6 .container .content ul li .box .moreC .time {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        margin-bottom: 10px;
    }

    #footer .fTop .container {
        padding-top: 0;
    }

    #footer .fTop .container .listCont {
        margin-top: 30px;
    }

    #footer .fTop .container .listCont .first {
        margin-bottom: 16px;
    }

    #footer .fTop .container .listCont #ewm {
        margin-top: 20px;
    }

    #footer .copyright {
        margin-top: 20px;
    }
}



/*inner-banner*/

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


.tipsTitleCont {
    font-weight: bold;
}

.tipsTitleCont .tipsTitle1 {
    text-transform: uppercase;
    font-weight: 400;
}

.tipsTitleCont .tipsTitle1 .cir {
    width: 10px;
    height: 10px;
    background-color: var(--color);
    border-radius: 50%;
    margin: 7px 10px 0 0;
}

.tipsTitleCont .tipsTitle1 span {
    width: -webkit-calc(80%);
    width: -moz-calc(80%);
    width: calc(100% - 20px);
    letter-spacing: 4px;
}

.tipsTitleCont .tipsTitle2 {
    margin-top: 20px;
}

.inner_banner {
    position: relative;
    z-index: 0;
    margin-top: 114px;
}

.inner_banner .textAniC {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.inner_banner .textAniC .text .c {
    font-size: 426px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.9;
    white-space: nowrap;
    width: 4000px;
    animation: transAni2 30s linear infinite;
    
}
.inner_banner .textAniC .text .c span{
background: -webkit-linear-gradient(rgba(236, 108, 0, 0.6) 2%,
            rgba(235, 99, 12, 0));
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
}

.inner_banner .container {
    position: relative;
    z-index: 2;
}

.inner_banner .innerBg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.inner_banner .cont {
    padding: 120px 0;
    color: #fff;
}

.inner_banner .cont .title {
    font-weight: bold;
    line-height: 1.4;
}

.inner_banner .cont .mbx {
    font-size: 0;
    margin-top: 10px;
    line-height: 1.8;
}

.inner_banner .cont .mbx span {
    font-size: 20px;
    padding-left: 20px;
    position: relative;
}

.inner_banner .cont .mbx a {
    position: relative;
    padding-left: 20px;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.inner_banner .cont .mbx a:hover {
    color: var(--color);
}

.inner_banner .cont .mbx a:first-child {
    padding-left: 0;
}

.inner_banner .cont .mbx a:first-child::before {
    display: none;
}

.inner_banner .cont .mbx a:before,
.inner_banner .cont .mbx span:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 2px;
    top: 10px;
    left: 7px;
    background-color: #fff;
}

@media (max-width: 1500px) {
    .inner_banner .textAniC {
        top: 34px;
    }

    .inner_banner .textAniC .text .c {
        font-size: 360px;
    }
}

@media (max-width: 1250px) {
    .inner_banner .textAniC {
        top: 40px;
    }

    .inner_banner .textAniC .text .c {
        font-size: 260px;
    }
}

@media (max-width: 1000px) {
    .inner_banner {
        margin-top: 40px;
    }

    .inner_banner .textAniC .text .c {
        font-size: 160px;
    }

    .inner_banner .cont {
        padding: 40px 0;
    }
}

@media (max-width: 700px) {
    .inner_banner .textAniC .text .c {
        font-size: 100px;
    }
}

@media (max-width: 500px) {
    .inner_banner .textAniC {
        top: 30px;
    }

    .inner_banner .textAniC .text .c {
        font-size: 80px;
    }
}



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

.about-page .about-1 .top .img video {
    display: block;
    width: 100%;
}

.about-page .about-1 .top .img .play {
    position: absolute;
    display: inline-block;
    background: var(--color);
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.about-page .about-1 .top .img .play .cont {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color);
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
}

.about-page .about-1 .top .img .play .cont i {
    margin-left: 4px;
}

.about-page .about-1 .top .img .play .ling {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color);
    border-radius: 50%;
    animation: ks 3s linear infinite;

}

.about-page .about-1 .top .img .play .ling:last-child {
    animation-delay: -1.5s;
}

.about-page .about-1 .top .text {
    max-width: 1200px;
    width: 100%;
    margin: 80px auto 0;
    position: relative;
    z-index: 1;
}

.about-page .about-1 .top .text .title {
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.about-page .about-1 .top .text .con {
    margin-top: 46px;
    line-height: 1.8;
    color: #999;
    max-height: 690px;
    overflow-y: auto;
    padding-right: 4px;
}

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

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

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

.about-page .about-1 .bottom ul li .data {
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #58596c;
}

.about-page .about-1 .bottom ul li .data em {
    font-size: 68px;
    line-height: 1.2;
    color: #fff;
    display: inline-block;
    vertical-align: bottom;
    transition: all 0.5s;
}
.about-page .about-1 .bottom ul li .data .dabox{
    transition: all 0.5s;
}
.about-page .about-1 .bottom ul li .data:hover .dabox{
    transform: translateY(-5px);
}

.about-page .about-1 .bottom ul li .data sub {
    font-size: 18px;
    color: var(--color);
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 16px 7px;
}

.about-page .about-1 .bottom ul li .text .tit {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 2;
    margin-top: 23px;
}

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

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

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

.about-page .about-2 .box .img {
    width: 50.06%;
    overflow: hidden;
    vertical-align: middle;
    border-bottom-right-radius: 80px;
}

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

.about-page .about-2 .box .text .tipsTitleCont .tipsTitle1 .cir {
    background-color: #fff;
}

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

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

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

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

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

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

.about-page .about-3 {

    padding: 12% 0 5%;
    margin-top: -122px;
}

.about-page .about-3 .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 63px;
    border-bottom: 1px solid #b8b8bc;
}

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

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

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

.about-page .about-3 .header .right {
    width: 50%;
    line-height: 1.8;
    color:#c1c1c1;
}

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

.about-page .about-3 .content .sPage {
    margin-top: 40px;
    text-align: center;
}

.about-page .about-3 .content .sPage ul {
    justify-content: center;
}

.about-page .about-3 .content .sPage ul li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    opacity: 1;
    align-items: center;
    padding: 0;
    transition: all .5s;
    margin: 2px 10px;
    justify-content: center;
}

.about-page .about-3 .content .sPage ul li button {
    background: #333;
    font-size: 0;
    width: 10px;
    height: 10px;
    display: block;
    border: none;
    transition: all .5s;
    border-radius: 50%;
}

.about-page .about-3 .content .sPage ul li.slick-active {
    border: 1px solid var(--color);
}

.about-page .about-3 .content .sPage ul li.slick-active button {
    background: var(--color);
}

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

.about-page .about-3 .content>ul .slick-track {
    display: flex;
}

.about-page .about-3 .content>ul .slick-track .slick-slide {
    height: auto;
}

.about-page .about-3 .content>ul .slick-track .slick-slide>div {
    height: 100%;
}

.about-page .about-3 .content ul li {
    padding: 15px 15px;
    height: 100%;
    width: 33.33%;
}

.about-page .about-3 .content ul li .box {
    padding: 30px 30px;
    background: #333333;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    height: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.about-page .about-3 .content ul li .box .tit {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.about-page .about-4 .box .info {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
}

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

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

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

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

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

.about-page .about-5 .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 45px;
    border-bottom: 1px solid #b8b8bc;
}

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

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

.about-page .about-5 .header .more {
    margin-bottom: 4px;
}

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

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

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

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

.about-page .about-5 .content ul li .img-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.about-page .about-5 .content ul li:hover .img-box:before {
    -webkit-animation: circle .75s;
    -moz-animation: circle .75s;
    -o-animation: circle .75s;
    animation: circle .75s;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3sease;
    -o-transition: all .3sease;
    -moz-transition: all .3sease;
    transition: all .3sease;
}

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

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

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

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

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

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

.about-page .about-6 {
    overflow: hidden;
}

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

.about-page .about-6 .contentC .container {
    margin-left: auto;
    width: 1640px;
    margin-right: 0;
}

.about-page .about-6 .contentC .container .titleC {
    width: 48%;
    position: relative;
    z-index: 2;
}

.about-page .about-6 .contentC .container .titleC .subline {
    position: absolute;
    bottom: 6px;
    right: 0;
    background: #e2e0e0;
    width: 1200px;
    height: 1px;
}

.about-page .about-6 .contentC .container .titleC li {
    cursor: pointer;
}

.about-page .about-6 .contentC .container .titleC .num {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.about-page .about-6 .contentC .container .titleC li.active .num {
    color: var(--color);
}

.about-page .about-6 .contentC .container .titleC .cir {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e2e0e0;
    margin: 10px auto 0;
}

.about-page .about-6 .contentC .container .titleC li.active .cir {
    background: var(--color);
}

.about-page .about-6 .contentC .container .content {
    position: relative;
    margin-top: -80px;
}

.about-page .about-6 .contentC .container .content .box .left {
    width: 48%;
    padding-right: 200px;
    padding-top: 140px;
}

.about-page .about-6 .contentC .container .content .box .left .title {
    font-weight: 600;
    font-size: 24px;
}

.about-page .about-6 .contentC .container .content .box .left .des {
    font-weight: 500;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.8;
}

.about-page .about-6 .contentC .container .content .box .right {
    width: 52%;
    padding-left: 40px;
}

.about-page .about-6 .contentC .container .content .box .right img {
    width: 100%;
}

@media (max-width: 1700px) {
    .about-page .about-6 .contentC .container {
        width: 1360px;
        margin: auto;
    }
}

@media (max-width: 1500px) {
    .about-page .about-1 .bottom ul li .data em {
        font-size: 56px;
    }

    .about-page .about-6 .contentC .container {
        width: 1200px;
    }

    .about-page .about-6 .contentC .container .content .box .left {
        padding-right: 40px;
    }
}

@media (max-width: 1250px) {
    .about-page .about-1 .bottom ul {
        margin-right: -30px;
    }

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

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

    .about-page .about-6 .contentC .container {
        width: 970px;
    }

    .about-page .about-6 .contentC .container .titleC {
        width: 100%;
    }

    .about-page .about-6 .contentC .container .titleC .subline {
        width: 100%;
    }

    .about-page .about-6 .contentC .container .content .box .left {
        width: 100%;
        padding-right: 0;
    }

    .about-page .about-6 .contentC .container .content .box .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
}

@media (max-width: 1000px) {
    .about-page .about-1 .top .text {
        margin-top: 40px;
        /*padding: 30px 16px;*/
    }

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

    .about-page .about-2 .box {
        width: 700px;
        margin: auto;
    }

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

    .about-page .about-2 .box::after {
        display: none;
    }

    .about-page .about-2 .box .text {
        width: 100%;
        padding: 20px 0 40px 0;
        max-width: 100%;
        color: #000;
    }

    .about-page .about-2 .box .text .tipsTitleCont .tipsTitle1 .cir {
        background-color: var(--color);
    }

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

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

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

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

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

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

    .about-page .about-5 .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

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

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

    .about-page .about-5 .content ul .slick-dots {
        position: relative;
        bottom: 0;
        top: 0;
        margin-top: 20px;
        color: #666;
        line-height: 1.6;
    }

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

    .about-page .about-1 .bottom ul li {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .about-page .about-6 {
        margin-top: 0;
        padding-top: 0;
    }

    .about-page .about-6 .contentC .container {
        width: 700px;
    }
}

@media (max-width: 700px) {
    .about-page .about-2 .box {
        width: 100%;
        padding: 0 16px;
    }

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

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

    .about-page .about-6 .contentC .container {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .about-page .about-1 .top .text .con {
        margin-top: 20px;
    }

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

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

    .about-page .about-1 .top .text .con {
        max-height: 460px;
    }

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

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

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

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

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

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



.history-page {
    background-image: url("../images/history-bg.jpg");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.history-page .ui.container {
    width: auto;
    padding: 0 15px;
    max-width: 1700px;
}

.history-page .left {
    width: 38%;
    padding-right: 4%;
    margin-top: 2%;
    color: #fff;
}

.history-page .right {
    width: 62%;
}

.history-page .right .swiper {
    margin-right: -14%;
}

.history-page .right span.h6 {
    color: var(--color);
    display: block;
    line-height: 1;
}

.history-page .right .text {
    margin: .5em 0 1.3em;
    color: #fff;
}

.history-page .right .img {
    height: 280px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-radius: 15px;
    background-size: cover;
    max-width: 420px;
    margin-bottom: 180px;
}

.history-page .right .swiper-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.history-page .right .swiper-slide-active~div .img {
    height: 0;
}

.history-page .bg {
    width: 100vw;
    height: 100vw;
    position: absolute;
    top: 75%;
    left: 0;
    z-index: 1;
}

.history-page .bg i {
    font-size: 10vw;
    position: absolute;
    top: -52px;
    left: 30%;
    -webkit-transform: translate(-50%, -47%);
    -moz-transform: translate(-50%, -47%);
    -ms-transform: translate(-50%, -47%);
    transform: translate(-50%, -47%);
    color: var(--color);
    z-index: 1;
    cursor: pointer;
    cursor: hand;
    line-height: 1;
}

.history-page .bg span {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-image: url("../images/icon-history.png");
    background-position: center;
    background-size: cover;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

@media screen and (max-width: 1500px) {
    .history-page .right .img {
        height: 200px;
        margin-bottom: 150px;
    }
}

@media screen and (max-width: 1000px) {
    .history-page .right {
        width: 100% !important;
        padding-left: 0;
        margin-top: 30px;
    }

    .history-page .left {
        width: 100% !important;
        padding-right: 0;
    }

    .history-page .flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .history-page .bg {
        display: none;
    }

    .history-page .right .img {
        height: 200px !important;
        margin-bottom: 0 !important;
    }

    .history-page .left {
        margin-top: 0;
    }
}

@media screen and (max-width: 700px) {
    .history-page .right .swiper {
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .history-page .right .swiper {
        margin-right: 0;
    }
}



.gallery-page .init-1 .container .cont {
    border-bottom: 1px solid #d2d2d2;
}

.gallery-page .init-1 .container .cont li {
    margin-right: 40px;
}

.gallery-page .init-1 .container .cont li:last-child {
    margin-right: 0;
}

.gallery-page .init-1 .container .cont li .box a {
    padding: 8px 20px;
    font-size: 20px;
    display: block;
    position: relative;
    font-weight: 600;
}

.gallery-page .init-1 .container .cont li .box a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: var(--color);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.gallery-page .init-1 .container .cont li .box a.active::before,
.gallery-page .init-1 .container .cont li .box a:hover::before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

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

.gallery-page .init-2 .container ul {
    margin: 0 -25px;
}

.gallery-page .init-2 .container ul>p {
    font-size: 16px;
    letter-spacing: 0;
    margin: 20px;
}

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

.gallery-page .init-2 .container ul li .box video {
    display: block;
    width: 100%;
}

.gallery-page .init-2 .container ul li .box .title {
    font-weight: 600;
    text-align: center;
    margin-top: 16px;
}

.gallery-page .init-2 .container ul li .box .img {
    position: relative;
    display: block;
}

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

.gallery-page .init-2 .container ul li .box .img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
}

.gallery-page .init-2 .container ul li .box:hover .img::before {
    -webkit-animation: circle 0.75s;
    -moz-animation: circle 0.75s;
    -o-animation: circle 0.75s;
    animation: circle 0.75s;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3sease;
    -o-transition: all 0.3sease;
    -moz-transition: all 0.3sease;
    transition: all 0.3sease;
}

@media (max-width: 1000px) {
    .gallery-page .init-1 {
        display: none;
    }

    .gallery-page .init-2 {
        padding-top: 0;
    }
}

@media (max-width: 500px) {
    .gallery-page .init-2 .container ul li {
        margin-top: 20px;
    }
}


.honor-page .tab {
    border-bottom: 1px solid #e1e1e1;
    font-size: 0;
    margin-bottom: 72px;
}

.honor-page .tab li {
    text-align: center;
    padding: 24px 0;
    border-left: 1px solid #e1e1e1;
    position: relative;
}

.honor-page .tab li a {
    overflow: hidden;
    display: block;
}

.honor-page .tab li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #666;
    transition: transform ease .4s;
    -ms-transition: transform ease .4s;
    -o-transition: transform ease .4s;
    -webkit-transition: transform ease .4s;
    -moz-transition: transform ease .4s;
    position: relative;
}

.honor-page .tab li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color);
    transition: width cubic-bezier(0.47, -0.01, 0.09, 1.08) 0.6s;
}

.honor-page .content .box {
    text-align: center;
    padding-bottom: 72px;
}

.honor-page .content .box h2 {
    color: #182333;
    font-size: 28px;
    margin-top: 10px;
    font-weight: 700;
    line-height: 1.3;
}

.honor-page .content .box p {
    text-align: center;
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px;
}

.honor-page .content .box div {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 24px;
}

.honor-page .content .box ul {
    margin: 0 -15px;
    text-align: left;
}

.honor-page .content .box ul li {
    padding: 0px;
}

.honor-page .content .box ul li .imgbox {
    overflow: hidden;
    position: relative;
    /*box-shadow: 0 0 10px rgba(205, 205, 205, 0.3);*/
    padding: 10px;
    border-radius: 5px;
    height: 100%;
}

.honor-page .content .box ul li .imgbox .text {
    text-align: center;
    margin-top: 1rem;
}

.honor-page .content .box ul li .imgbox .text h5 {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    padding: 5px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.honor-page .content .box ul li .imgbox .text .con {
    margin-top: 16px;
    min-height: 90px;
    overflow: auto;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.7;
}

.honor-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
    background: var(--color);
}

.honor-page .content .box ul li .imgbox .textbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-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-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.honor-page .content .box ul li .imgbox .textbox i {
    margin-bottom: 20px;
    font-size: 45px;
    color: var(--color);
}

.honor-page .content .box ul li .imgbox .textbox i:hover {
    cursor: pointer;
}

.honor-page .content .box ul li .imgbox .textbox h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    color: var(--color);
    padding: 5px 20px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    min-width: 100px;
    text-align: center;
}

.honor-page .content .box ul li .imgbox .textbox h4:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: #000000;
}

.honor-page .content .box ul li .imgbox:hover .text h5 {
    background: var(--color);
    color: #fff;
}

.honor-page .content .box ul li:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.honor-page .content .box ul li:hover .imgbox .textbox {
    top: 0;
}

.honor-page .content .box:nth-child(even) {
    background: #f8f8f8;
    padding: 72px 0;
}

@media screen and (max-width: 1440px) {
    .honor-page .content .box ul li {
        width: 25%;
    }
}

@media screen and (max-width: 1100px) {
    .honor-page .content .box ul li {
        width: 33.3333%;
    }
}

@media screen and (max-width: 992px) {
    .honor-page .content .box ul li {
        width: 50%;
    }
}

@media screen and (max-width: 700px) {
    .honor-page .content .box p {
        font-size: 14px;
    }

    .honor-page .content .box ul li {
        width: 100%;
    }
}

.product-yd-page .init-1 .container ul li .box {
    border-top: 1px solid #e2e2e2;
    padding: 60px 0;
}

.product-yd-page .init-1 .container ul li .box .left {
    width: 60%;
    padding-right: 40px;
}

.product-yd-page .init-1 .container ul li .box .left .title {
    font-weight: bold;
    display: block;
    color: #fff;
}

.product-yd-page .init-1 .container ul li .box .left .title:hover {
    color: var(--color);
}

.product-yd-page .init-1 .container ul li .box .left .des {
    color: #999;
    margin-top: 20px;
    font-weight: 500;
    overflow-y: auto;
    max-height: 250px;
    line-height: 32px;
}

.product-yd-page .init-1 .container ul li .box .left .more {
    margin-top: 30px;
    color: #fff;
}

.product-yd-page .init-1 .container ul li .box .right {
    width: 40%;
    text-align: right;
}

.product-yd-page .init-1 .container ul li .box .right img {
    width: auto;
}

.product-yd-page .init-1 .container ul li:last-child .box {
    border-bottom: 1px solid #e2e2e2;
}

.m-page .wp-pagenavi {
    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;
}

.m-page .wp-pagenavi span,
.m-page .wp-pagenavi a {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #dcdcdc;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    margin: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
}

.m-page .wp-pagenavi a:hover {
    background-color: var(--color);
    color: #fff;
    border: 1px solid var(--color);
}

.m-page .wp-pagenavi .current {
    background-color: var(--color);
    border: 1px solid var(--color);
    color: #fff;
}

@media (max-width: 1000px) {
    .product-yd-page .init-1 .container ul li .box .left {
        width: 100%;
        padding-right: 0;
    }

    .product-yd-page .init-1 .container ul li .box .right {
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }
}

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

.product-page{
    background-image: url(../images/829.png);

    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -8px;
}
.product-page .init-1 .container {
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
}

.product-page .init-1 .container .swiper .swiper-slide .box .img {
    display: block;
}

.product-page .init-1 .container .swiper .swiper-slide .box .text {
    margin-top: 16px;
    text-align: center;
    display: block;
    font-weight: bold;
}

.product-page .init-1 .container .swiper .swiper-slide .box .text:hover {
    color: var(--color);
}

.product-page .init-2 .container .fl-list {
    display: inline-block;
    position: relative;
    width: 370px;
    margin-top: 10px;
    border: solid 1px #fff;
    text-align: left;
    padding: 20px 40px 20px 28px;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
}

.product-page .init-2 .container .fl-list span {
    display: block;
    position: relative;
}

.product-page .init-2 .container .fl-list span em {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-page .init-2 .container .fl-list span i {
    position: absolute;
    line-height: 1;
    font-size: 30px;
    top: -4px;
    right: -20px;
}

.product-page .init-2 .container .fl-list ul {
    background-color: #505050;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 4px;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 2;
    -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid var(--color);
    opacity: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
}

.product-page .init-2 .container .fl-list ul li {
    font-size: 14px;
    padding: 10px;
    line-height: 2;
}

.product-page .init-2 .container .fl-list ul li a {
    display: block;
}

.product-page .init-2 .container .fl-list ul li a:hover {
    color: var(--color);
}

.product-page .init-2 .container .fl-list:hover ul {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.product-page .init-2 .container .product-search {
    margin-left: 50px;
}

.product-page .init-2 .container .product-search form {
    height: 64px;
    position: relative;
    font-weight: bold;
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
}

.product-page .init-2 .container .product-search form .list {
    width: 360px;
    padding: 20px 40px 20px 28px;
    border: solid 1px #fff;
    position: relative;
}

.product-page .init-2 .container .product-search form .list i {
    position: absolute;
    line-height: 1;
    font-size: 30px;
    top: 16px;
    right: 16px;
}

.product-page .init-2 .container .product-search form .list2 {
    margin-left: 50px;
    background-color: #505050;
    color: #fff;
}

.product-page .init-2 .container .product-search form .list .text {
    padding: 0;
    opacity: 0;
    width: 0;
    height: 0;
}

.product-page .init-2 .container .product-search form .list::placeholder {
    color: #fff;
}

.product-page .init-2 .container .product-search form .list span {
    width: -webkit-calc(25%);
    width: -moz-calc(25%);
    width: calc(100% - 75px);
    border: none;
}

.product-page .init-2 .container .product-search form .list ul {
    background-color: #fff;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 4px;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 2;
    -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, .2);
    box-shadow: 0px 8px 10px rgba(0, 0, 0, .2);
    border-bottom: 3px solid var(--color);
    opacity: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
}

.product-page .init-2 .container .product-search form .lis ul li {
    font-size: 14px;
    padding: 10px;
    line-height: 2;
}

.product-page .init-2 .container .product-search form ul li a {
    display: block;
    font-size: 14px;
    padding: 10px;
}

.product-page .init-2 .container .product-search form ul li a:hover {
    color: var(--color);
}

.product-page .init-2 .container .product-search form .list:hover ul {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}


.product-page .init-2 .container .product-search form .text {
    width: -webkit-calc(25%);
    width: -moz-calc(25%);
    width: calc(100% - 75px);
    border: none;
    padding: 10px 24px;
}

.product-page .init-2 .container .product-search form .btn {
    width: 75px;
    background-color: var(--color);
    border: none;
    border-radius: 0;
    -o-background-size: 30px;
    background-size: 30px;
}

.product-page .init-2 .container .product-search form .btn:hover {
    background-color: var(--color);
}
.product-page .init-3{
        
}
.product-page .init-3 .container .tipsTitle {
    text-align: center;
    font-weight: bold;
     background: -webkit-linear-gradient(rgba(236, 108, 0, 0.8) 40%,
            rgba(235, 99, 12, 0));
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
    line-height: 1.6;
}

.product-page .init-3 .container .des {
    font-size: 14px;
    line-height: 2;
    margin-top: 40px;
}

.product-page .init-3 .container .des table {
    border: none;
}

.product-page .init-3 .container .des table tr {
    background: #fff;
}

.product-page .init-3 .container .des table tr td {
    border: 1px solid #ccc;
}

.product-page .init-3 .container .des table tbody>tr>td:first-child {
    background: #f6f6f6;
    min-width: 100px;
}

.product-page .init-3 .container .cat_des {
    max-height: 320px;
    margin-top: 20px;
    color: rgba(255, 255, 255, .5);
    font-size: 18px;
    line-height: 2;
    padding-right: 4px;
    overflow-y: auto;

}

.product-page .init-3 .container .content {
    margin-top: -40px;
}

.product-page .init-3 .container .content ul {
    margin: 0 -22px;
    font-size: 20px;
    margin: 60px 20px 0;
    letter-spacing: 0;
}

.product-page .init-3 .container .content ul>p {
    font-size: 20px;
    margin: 60px 20px 0;
    color: #fff;
    letter-spacing: 0;
}

.product-page .init-3 .container .content ul li {
    padding: 0 22px;
    margin-top: 90px;
}

.product-page .init-3 .container .content ul li .box {
    cursor: pointer;
}

.product-page .init-3 .container .content ul li .box .img {
    display: block;
    border: solid 1px #dadada;
}

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

.product-page .init-3 .container .content ul li .box .title {
    margin-top: 20px;
    font-weight: 600;
    line-height: 1.8;
    min-height: 1em;
    color: #fff;
}

.product-page .init-3 .container .content ul li .box .title:hover {
    color: var(--color);
}
.product-page .init-3 .container .content ul li .box .moreCont {
    color: #fff;
}
.product-page .init-3 .container .content ul li .box .title2 {
    color: rgba(255, 255, 255, .5);
    margin-top: 10px;
    line-height: 1.8;
    min-height: 5.5em;
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;*/
    /*-webkit-line-clamp:3;*/
    -webkit-box-orient: vertical;
}

.product-page .init-3 .container .content ul li .box .slick-track {
    margin-left: 0;
}

.product-page .init-3 .container .content ul li .box .smallImg {
    margin-top: 10px;
}

.product-page .init-3 .container .content ul li .box .smallImg .grid-box {
    margin: 0 -5px;
}

.product-page .init-3 .container .content ul li .box .smallImg .imgl {
    padding: 0 5px;
}

.product-page .init-3 .container .content ul li .box .smallImg .imgl .box {
    border: solid 1px #dadada;
}

.product-page .init-3 .container .content ul li .content_cont {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 30;
}

.product-page .init-3 .container .content ul li .content_cont .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.product-page .init-3 .container .content ul li .content_cont .content_c {
    max-width: 100%;
    background-color: #fff;
    position: absolute;
    width: 1580px;
    padding-top: 70px;
    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%);
}

.product-page .init-3 .container .content ul li .content_cont .content_c .close {
    z-index: 2;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    line-height: 46px;
    width: 46px;
    height: 46px;
    cursor: pointer;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top {
    padding: 0 40px;
    padding-bottom: 50px;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
    width: 380px;
    height: 388px;
    border: 1px solid #eee;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle {
    position: relative;
    width: 110px;
    padding-left: 10px;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper {
    height: 354px;
    width: 100%;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper ul {
    padding: 0;
    margin: 0;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li {
    padding: 0;
    margin: 0;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li .box2 a {
    display: block;
    border: 1px solid #eee;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li .box2 a img {
    background-color: #f5f5f5;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn {
    position: absolute;
    bottom: -34px;
    left: 10px;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background-color: #f5f5f5;
    cursor: pointer;
    font-size: 16px;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn:hover {
    background-color: #212122;
    color: #fff;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .next {
    left: 50px;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
    width: -webkit-calc(-390%);
    width: -moz-calc(-390%);
    width: calc(100% - 490px);
    padding-left: 40px;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .title {
    font-weight: 600;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .des {
    color: #5f5f5f;
    font-weight: 500;
    margin-top: 20px;
    max-height: 160px;
    overflow-y: auto;
    padding-right: 4px;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c {
    margin-top: 20px;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .more {
    margin-top: 10px;
    font-weight: 700;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .contact {
    margin-left: 14px;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .right table {
    width: 100% !important;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .bottom {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 30px;
    font-weight: 500;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .bottom a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #212122;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-left: 10px;
    border: 1px solid #212122;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .bottom a:hover {
    background-color: #fff;
    color: #212122;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont {
    display: none;
    padding: 20px 30px 30px;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list {
    margin-top: 10px;
    position: relative;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list .line {
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: #d9d9d9;
    top: 10px;
    left: 0;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list input {
    width: 100%;
    border: none;
    background-color: #f5f5f5;
    padding: 14px 12px;
    font-size: 14px;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .moreC {
    width: 190px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 10px;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    margin-left: 30px;
    justify-content: center;
    color: #fff;
    line-height: 1.3;
    padding: 11px 24px;
    background-color: var(--color);
}

.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn .img {
    width: 14px;
    height: 14px;
    margin-left: 12px;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn:hover {
    background-color: #000;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn:hover .img {
    transform: rotate(45deg);
}

.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
    width: 390px;
}

@media (max-width: 1500px) {
    .product-page .init-3 .container .des table tr td {
        min-width: 120px;
    }

    .product-page .init-3 .container .des table tbody>tr>td:first-child {
        min-width: 120px;
    }

    .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
        height: 300px;
        width: 300px;
    }

    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
        width: 540px;
    }
}

@media (max-width: 1250px) {

    .product-page .init-3 .container .content ul li .content_cont .content_c .phone_cont {
        overflow-y: auto;
        max-height: 500px;
        padding-right: 10px;
    }

    .product-page .init-3 .container .content ul li .content_cont .content_c {
        width: 970px;
        padding-top: 40px;
    }

    .product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn {
        display: none !important;
    }

    .product-page .init-3 .container .content ul li .content_cont .content_c .top {
        text-align: center;
    }

    .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
        width: 340px;
        height: 340px;
    }

    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .product-page .init-3 .container .content ul li .content_cont .content_c .bottom {
        display: none;
    }

    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .des {
        max-height: 200px;
    }

    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
        width: 50%;
    }

    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn {
        margin-left: 0;
    }

    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .moreC {
        width: auto;
    }
}

@media (max-width: 1000px) {
    .product-page .init-3 .container .content ul li .content_cont .content_c {
        width: 700px;
    }

    .product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .slick {
        height: 354px;
    }

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

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

    .product-page .init-3 .container .content ul li {
        margin-top: 40px;
    }
}

@media (max-width: 700px) {
    .product-page .init-3 .container .content ul li .content_cont .content_c {
        width: 96%;
    }

    .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
        width: -webkit-calc(-10%);
        width: -moz-calc(-10%);
        width: calc(100% - 110px);
    }

    .product-page .init-3 .container .content ul li .content_cont .content_c {
        padding-right: 10px;
    }

    .product-page .init-3 .container .content ul li .content_cont .content_c .top {
        padding: 20px 0 20px 20px;
    }
}

@media (max-width: 500px) {
    .product-page .init-3 .container .content {
        margin-top: 0;
    }

    .product-page .init-3 .container .content ul {
        margin: 0;
    }

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

    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .more {
        text-align: center;
    }

    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .contact {
        margin-left: 0;
    }

    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont {
        padding: 20px 0 20px 16px;
    }

    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
        width: 100%;
    }

    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list .line {
        display: none;
    }
}


.product-page .pro_init_1 {
    padding-top: 90px;
}

.product-page .pro_init_1 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-page .pro_init_1 .container .left {
    width: 49%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.product-page .pro_init_1 .container .left .smallImg {
    width: 22.7%;
}

.product-page .pro_init_1 .container .left .smallImg ul {
    margin: -10px;
}

.product-page .pro_init_1 .container .left .smallImg ul li {
    padding: 10px;
}

.product-page .pro_init_1 .container .left .smallImg ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-page .pro_init_1 .container .left .smallImg ul li a img {
    display: block;
    border: 1px solid #dcdcdc;
}

.product-page .pro_init_1 .container .left .bigImg {
    width: 75%;
    display: inline-block;
    height: 534px;
}
.product-page .pro_init_1 .container .left .bigImg  .slick-slider{
    height: 100%;
}
.product-page .pro_init_1 .container .left .bigImg  .slick-list{
    height: 100%;
}
.product-page .pro_init_1 .container .left .bigImg .slick-list .slick-track{
    height: 100%;
}
.product-page .pro_init_1 .container .left .bigImg  .slick-track .slick-slide{
    height: 100%;
}

.product-page .pro_init_1 .container .left .bigImg ul li {
    padding: 1px;
    height: 100%;

}

.product-page .pro_init_1 .container .left .bigImg ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.product-page .pro_init_1 .container .left .bigImg ul li a img{
    height: 100%;
    object-fit: cover;
}

.product-page .pro_init_1 .container .left .bigImg li {
    border: 1px solid #dcdcdc;
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background: #fffef9;
    color: transparent;
    font-size: 0;
    border: none;
    opacity: .8;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
    left: 12px;
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev:after {
    background-image: url("../images/banner-btn-l.png");
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
    right: 12px;
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next:after {
    background-image: url("../images/banner-btn-r.png");
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow:hover {
    background: var(--color);
}

.product-page .pro_init_1 .container .left .big_img {
    width: 100%;
    display: block;
}

.product-page .pro_init_1 .container .left .big_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-page .pro_init_1 .container .right .share ul li {
    width: 45px;
    text-align: center;
    margin-right: 10px;
    background: white;
    color: black;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.product-page .pro_init_1 .container .right .share ul li a {
    display: block;
}

.product-page .pro_init_1 .container .right .share ul li:hover {
    background: var(--color);
}

.product-page .pro_init_1 .container .shangxia {
    width: 100%;
    justify-content: space-between;
    line-height: 2;
}

.product-page .pro_init_1 .container .shangxia a {
    display: block;
    padding-right: 10px;
    margin-top: 10px;
}



.product-page .pro_init_1 .container .left .swiper {
    margin-top: 20px;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 115px;
    display: block;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-page .pro_init_1 .container .right {
    width: 48%;
}

.product-page .pro_init_1 .container .right .sub_img {
    width: 36px;
    margin-bottom: 15px;
}

.product-page .pro_init_1 .container .right .text_1 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 32px;
    color: #a8a8a8;
    font-weight: 500;
}

.product-page .pro_init_1 .container .right .text_2 {
    font-size: 48px;
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
    justify-content: space-between;
}

.product-page .pro_init_1 .container .right .text_2 .text1 {
    margin-top: 10px;

}

.product-page .pro_init_1 .container .right .text_2 .img2 {
    width: 150px;
    margin-left: 10px;
    margin-top: 10px;
}

.product-page .pro_init_1 .container .right .shangxia a {
    display: block;
}

.product-page .pro_init_1 .container .right .cont_list {
    margin-top: 20px;
}

.product-page .pro_init_1 .container .right .cont_list .list {
    position: relative;
}

.product-page .pro_init_1 .container .right .cont_list .list .title {
    font-size: 18px;
    padding: 25px 0;
    padding-right: 30px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .title span {
    color: #4a4a4a;
    font-weight: bold;
    text-transform: uppercase;
}

.product-page .pro_init_1 .container .right .cont_list .list .title i {
    width: 20px;
    position: absolute;
    top: 22px;
    right: 0;
    font-size: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .content {
    /*padding: 40px 0 0;*/
    font-size: 16px;
    color: #999;
    line-height: 2;
    /*display: none;*/
    max-height: 510px;
    overflow: auto;
    padding-right: 10px;
}

.product-page .pro_init_1 .container .right .cont_list .list .content table {
    width: 100% !important;
}

.product-page .pro_init_1 .container .right .cont_list .list .content table::-webkit-scrollbar {
    background: var(--color);
    height: 2px;
    width: 2px;
}

.product-page .pro_init_1 .container .right .cont_list .list .content table::-webkit-scrollbar-thumb {
    background: var(--color);
    height: 2px;
}

.product-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb {
    background: var(--color);
    height: 2px;
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title {
    border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title i {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.product-page .pro_init_1 .container .right .cont_list .list:last-child .title {
    border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 17px;
    line-height: 1.6;
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li:last-child {
    margin-bottom: 0;
}

.product-page .pro_init_1 .container .right .btn {
    min-width: 210px;
    text-align: center;
    background: var(--color);
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 10px;
    transition: all .5s;
}

.product-page .pro_init_1 .container .right .btn:hover {
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

.product-page .pro_init_1 .container .right .more {
    margin-top: 30px;
}

.product-page .pro_init_1 .container .right .more_cont {
    margin-top: 55px;
    border-color: #000;
    color: #000;
}

.product-page .pro_init_1 .container .right .editCont {
    justify-content: space-between;
}

.product-page .pro_init_1 .container .right .editCont .list {
    margin-top: 20px;
    cursor: pointer;
}

.product-page .pro_init_1 .container .right .editCont .list .img {
    width: 30px;
    height: 30px;
    filter: grayscale(1);
    transition: all .5s;
}

.product-page .pro_init_1 .container .right .editCont .list .text {
    width: calc(100% - 30px);
    padding-left: 10px;
    font-size: 18px;
}

.product-page .pro_init_1 .container .right .editCont .list .text span {
    border-bottom: 1px solid rgba(235, 99, 12, 0);
    transition: all .5s;
}

.product-page .pro_init_1 .container .right .editCont .list:hover .img {
    filter: grayscale(0);
}

.product-page .pro_init_1 .container .right .editCont .list:hover .text span {
    border-bottom: 1px solid rgba(235, 99, 12, 1);
    color: rgba(235, 99, 12, 1);
}

.product-page .pro_init_1 .container .left .colorCont {
    text-align: left;
}

.product-page .pro_init_1 .container .left .colorCont .tips {
    font-weight: bold;
}

.product-page .pro_init_1 .container .left .colorCont ul {
    margin: 0 -8px;
}

.product-page .pro_init_1 .container .left .colorCont ul li {
    padding: 0 8px;
    margin-top: 10px;
}

.product-page .pro_init_1 .container .left .colorCont ul li .box .img {
    height: 60px;
    background-size: cover;
}

.product-page .pro_init_1 .container .left .colorCont ul li .box .text {
    text-align: center;
    margin-top: 10px;
}

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

.product-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}

.product-page .prodet-2 .options ul li {
    margin-right: 100px;
    font-size: 24px;
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.product-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--color);
}

.product-page .prodet-2 .options ul li:hover,
.product-page .prodet-2 .options ul li.active {
    color: #fff;
}

.product-page .prodet-2 .options ul li:hover:after,
.product-page .prodet-2 .options ul li.active:after {
    width: 100%;
}

.product-page .prodet-2 .ret {
    margin-top: 50px;
}

.product-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 32px;
}

.product-page .prodet-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #666666;
    background: #5c5c5c;
}

.product-page .prodet-2 .ret .content dl dd h4 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 18px;
    line-height: 1.8;
}


.product-page .form ul {
    margin: -17px;
}

.product-page .form ul li {
    padding: 17px;
}

.product-page .form ul li input,
.product-page .form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: left;
}

.product-page .form ul li input:focus,
.product-page .form ul li textarea:focus {
    border-color: var(--color);
    background: rgba(130, 216, 205, 0.03);
}

.product-page .form ul li input::-webkit-input-placeholder,
.product-page .form ul li textarea::-webkit-input-placeholder {
    color: #898989;
}

.product-page .form ul li input:-moz-placeholder,
.product-page .form ul li textarea:-moz-placeholder {
    color: #898989;
}

.product-page .form ul li input::-moz-placeholder,
.product-page .form ul li textarea::-moz-placeholder {
    color: #898989;
}

.product-page .form ul li input:-ms-input-placeholder,
.product-page .form ul li textarea:-ms-input-placeholder {
    color: #898989;
}

.product-page .form ul li input::placeholder,
.product-page .form ul li textarea::placeholder {
    color: #898989;
}

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

.product-page .form ul li textarea {
    height: 210px;
}

.product-page .form ul li input[type="submit"] {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    background: #000;
    background: var(--color);
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    width: auto;
    border: none;
}

.product-page .form ul li input[type="submit"]:hover {
    opacity: .7;
}



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

    .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 15px;
    }
}
@media screen and (max-width: 1700px) {
    .product-page .pro_init_1 .container .left .bigImg{
        height: 495px;
    }
}
@media screen and (max-width: 1450px) {
    .product-page .pro_init_1 .container .left .bigImg{
        height: 430px;
    }
}
@media screen and (max-width: 1500px) {
    .product-page .pro_init_1 .container .right .share ul li {
        width: 35px;
        height: 35px;
        line-height: 36px;
    }

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

    .product-page .prodet-2 .options ul li {
        font-size: 20px;
    }

    .product-page .form ul li input,
    .product-page .form ul li textarea {
        font-size: 16px;
    }

}

@media screen and (max-width: 1250px) {
    .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2.5%;
        height: 355px;
    }

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

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

@media screen and (max-width: 1000px) {
    .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 4%;
        height: auto;
    }

    .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2%;
    }

    .product-page .pro_init_1 .container .left .smallImg {
        display: none;
    }

    .product-page .pro_init_1 .container .left .bigImg {
        width: 100%;
        padding-left: 0;
    }

    .product-page .pro_init_1 .container .left {
        width: 100%;
    }

    .product-page .pro_init_1 .container .right {
        width: 100%;
        margin-top: 30px;
    }

    .product-page .pro_init_1 .container .right {
        text-align: left;
    }

    .product-page .pro_init_1 .container .right .sub_img {
        display: block;
        margin: auto;
    }

    .product-page .pro_init_1 .container .right .more {
        margin: auto;
        margin-top: 40px;
    }


    .product-page .pro_init_1 {
        margin-top: 40px;
        padding-top: 40px;
    }

    .product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
        height: 90vw;
    }

    .product-page .pro_init_1 .container .right .text_1 {
        margin-top: 10px;
        font-size: 16px;
    }

    .product-page .pro_init_1 .container .right .text_2 {
        font-size: 22px;
        line-height: 40px;
        margin-top: 10px;
    }

    .product-page .pro_init_1 .container .right .cont_list {
        margin-top: 20px;
    }

    .product-page .pro_init_1 .container .right .cont_list .list .title {
        padding: 15px 0;
        font-size: 18px;
        padding-right: 25px;
        padding-bottom: 5px;
    }

    .product-page .pro_init_1 .container .right .cont_list .list .title i {
        top: 16px;
        font-size: 24px;
    }

    .product-page .pro_init_1 .container .right .cont_list .list .content {
        padding: 20px 0;
    }

    .product-page .prodet-2 .options ul li {
        margin-right: 25px;
    }

    .product-page .prodet-2 .options {
        display: none;
    }

    .product-page .prodet-2 .ret .slide {
        display: block;
        margin-top: 30px;
    }

    .product-page .prodet-2 {
        padding-top: 0;
    }

    .product-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }

    .product-page .prodet-2 .ret .det {
        overflow-x: auto;
    }

    .product-page .prodet-2 .ret .det table {
        table-layout: auto;
    }

    .product-page .prodet-2 .ret .det table td {
        min-width: 200px;
        width: auto;
        font-size: 14px;
        line-height: 28px;

    }

    .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 10px;
    }

    .product-page .form ul li input[type="submit"] {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 16px;
    }
}


@media screen and (max-width: 1000px) {
    .product-page .pro_init_1 .container .left .colorCont ul li {
        width: 20%;
    }
}

@media screen and (max-width: 500px) {
    .product-page .pro_init_1 .container .left .colorCont ul li {
        width: 50%;
    }

    .product-page .prodet-2 .ret {
        margin-top: 0;
    }

    .product-page .prodet-2 .ret .slide:first-child {
        margin-top: 0;
    }
}


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

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

.news-page .sidebar-box .sidebar-left .inner .inner-title {
    font-size: 20px;
    line-height: 2;
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    font-weight: 700;
}

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

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

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

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

.news-page .sidebar-box .sidebar-left .inner .inner-cat {
    margin-bottom: 40px;
    padding-right: 5px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
    position: relative;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
    display: block;
    padding: 8px 0;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 2;
    word-break: break-all;
    position: relative;
    color: #fff;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i {
    position: absolute;
    font-size: 18px;
    right: 0;
    top: 14px;
    width: 18px;
    height: 18px;
    text-align: center;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

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

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

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

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

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

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li {
    margin-left: 10px;
    color: #7b7b7b;
}

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

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

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

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

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

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

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

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    display: -webkit-box;
    margin-bottom: 8px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

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

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

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

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

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

.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
    margin-bottom: 20px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2 {
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    line-height: 1.3;
    padding: 12px 24px;
    background-color: var(--color);
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2 .img {
    width: 14px;
    height: 14px;
    margin-left: 12px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2:hover {
    background: #000;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2:hover .img {
    transform: rotate(45deg);
}

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

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more {
    color: #fff;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more:hover {
    color: var(--color);
}

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

.news-page .news-list ul {
    margin: -30px -15px 0;
}

.news-page .news-list ul>p {
    font-size: 20px;
    margin: 20px;
    letter-spacing: 0;
}

.news-page .news-list ul li {
    padding: 0 15px;
    margin-top: 30px;
}

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

.news-page .news-list ul li .box .content .cat_name {
    background-color: #000000;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    padding: 5px 15px;
    margin-top: 20px;
    line-height: 2;
}

.news-page .news-list ul li .box .content .title {
    font-weight: 700;
    margin-top: 20px;
    font-size: 24px;
    color: #fff;
}

.news-page .news-list ul li .box .content .title:hover {
    color: var(--color);
}

.news-page .news-list ul li .box .content .time {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: var(--color);
    display: inline-block;
    margin-top: 5px;
}

.news-page .news-list ul li .box .content .des {
    font-size: 16px;
    font-weight: 500;
    color: #999;
    margin-top: 6px;
    line-height: 30px;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.newdet-page .content table tr td {
    font-size: 16px;
    font-weight: 400;
}

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

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

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

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

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

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

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

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

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

.newdet-page .m-link {
    margin: 40px auto 0;
}

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

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

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

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

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

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

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

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

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

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

.newdet-page .prodet-3 {
    margin: 0 auto;
}

@media (max-width: 1250px) {
    .news-page .sidebar-box .sidebar-left {
        display: none;
    }

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

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

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

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

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

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

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

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

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

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

    .product-page .pro_init_1 .container .right .text_2 .text1 {
        width: 100%;
    }
}

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

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

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

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


.releted-product .tipsTitle {
    font-weight: 700;
    text-align: center;

}

.releted-product .content ul {
    margin: 0 -15px;
}

.releted-product .content ul li {
    padding: 0 15px;
}

.releted-product .content ul li .img a {
    /*border: 1px solid #dadada;*/
    height: 316px;
    /*background: #fff;*/
}

.releted-product .content ul li .img a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.releted-product .content ul li .text {
    margin-top: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 40px;
}

.releted-product .content ul li .text:hover {
    color: var(--color);
}

@media (max-width: 1250px) {
    .releted-product .content ul li .img a {
        height: auto;
    }
}


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

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

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

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

.contact-page .contact-1 .left form ul li .box input {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 0 13px 25px;
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, .5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact-page .contact-1 .left form ul li .more {
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    line-height: 1.3;
    padding: 12px 24px;
    background-color: var(--color);
}

.contact-page .contact-1 .left form ul li .more p {
    color: #fff;
    font-size: 20px;
    margin-left: 0;
    padding-left: 0;
}

.contact-page .contact-1 .left form ul li .more .img {
    width: 14px;
    height: 14px;
    margin-left: 12px;
}

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

.contact-page .contact-1 .left form ul li .more:hover {
    background: #000;
}

.contact-page .contact-1 .left form ul li .more:hover .img {
    transform: rotate(45deg);
}

.contact-page .contact-1 .left form ul li .more input[type="submit"] {
    background: transparent;
    border: none;
    width: 100%;
    padding: 0 40px;
}

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

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

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

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

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

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

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

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

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

.contact-page .contact-1 .right .list ul li {
    color: rgba(255, 255, 2555, .5);
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}

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

.contact-page .contact-1 .right .list ul li span {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    padding-left: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.faq-page .init-1 .container .tipsTitleCont {
    max-width: 630px;
}

.faq-page .init-1 .container .content {
    padding: 0 120px;
    margin-top: 50px;
}

.faq-page .init-1 .container .content ul li .box {
    cursor: pointer;
    padding: 20px 0;
    border-top: 1px solid #d2d2d2;
}

.faq-page .init-1 .container .content ul li .box .titleC {
    font-weight: 700;
}

.faq-page .init-1 .container .content ul li .box .titleC .num {
    width: 70px;
    color: var(--color);
}

.faq-page .init-1 .container .content ul li .box .titleC .title {
    padding-right: 10px;
    width: -webkit-calc(-80%);
    width: -moz-calc(-80%);
    width: calc(100% - 180px);
}

.faq-page .init-1 .container .content ul li .box .titleC .right {
    margin-top: 4px;
    margin-left: 80px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #000;
}

.faq-page .init-1 .container .content ul li .box .titleC .right .img {
    width: 14px;
    height: 14px;
}

.faq-page .init-1 .container .content ul li .box .des {
    padding-left: 70px;
    margin-top: 20px;
    max-width: -webkit-calc(-10%);
    max-width: -moz-calc(-10%);
    max-width: calc(100% - 110px);
    color: rgba(255, 255, 255, 0.5);
    display: none;
}

.faq-page .init-1 .container .content ul li .box.active .titleC .right {
    background-color: var(--color);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faq-page .init-1 .container .content ul li:last-child .box {
    border-bottom: 1px solid #d2d2d2;
}

@media (max-width: 1250px) {
    .faq-page .init-1 .container .content {
        padding: 0;
    }
}

@media (max-width: 700px) {
    .faq-page .init-1 .container .content ul li .box .titleC .num {
        width: 100%;
    }

    .faq-page .init-1 .container .content ul li .box .titleC .title {
        width: -webkit-calc(60%);
        width: -moz-calc(60%);
        width: calc(100% - 40px);
    }

    .faq-page .init-1 .container .content ul li .box .titleC .right {
        margin-left: 10px;
    }

    .faq-page .init-1 .container .content ul li .box .des {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
    }
}

.markets-yd-page .init-1 .titleC {
    align-items: center;
}

.markets-yd-page .init-1 .titleC .cir {
    border-radius: 50%;
    background: var(--color);
    width: 10px;
    height: 10px;
    margin-right: 20px;
}

.markets-yd-page .init-1 .titleC .titleText {
    max-width: calc(100% - 30px);
    color: #3f3f3f;
}

.markets-yd-page .init-1 .title2 {
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.2;
    max-width: 990px;
}

.markets-yd-page .init-1 .content ul {
    padding-top: 10px;
}

.markets-yd-page .init-1 .content ul li {
    margin-top: 50px;
}

.markets-yd-page .init-1 .content ul li .box {
    position: relative;
    border-bottom-right-radius: 80px;
    overflow: hidden;
}

.markets-yd-page .init-1 .content ul li .box a {
    display: block;
}

.markets-yd-page .init-1 .content ul li .box .img img {
    width: 100%;
    height: 546px;
}

.markets-yd-page .init-1 .content ul li .box .cont {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 40px 110px 40px 70px;
    color: #fff;
}

.markets-yd-page .init-1 .content ul li .box .cont .sub {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    transition: all .5s;
    background: var(--color);
    transform: scaleX(0);
    z-index: -1;
    transform-origin: left;
}

.markets-yd-page .init-1 .content ul li .box .cont .tips {
    text-transform: uppercase;
}

.markets-yd-page .init-1 .content ul li .box .cont .title {
    font-weight: bold;
    margin-top: 10px;
}

.markets-yd-page .init-1 .content ul li .box .cont .more {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #000;
    right: 50px;
    bottom: 40px;
}

.markets-yd-page .init-1 .content ul li .box:hover .cont .more {
    color: var(--color);
    background: #fff;
}

.markets-yd-page .init-1 .content ul li .box:hover .cont .sub {
    transform: scaleX(1);
}

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

.markets-page .init-1 .container .title {
    font-weight: bold;
}

.markets-page .init-1 .container .des {
    margin-top: 40px;
    font-weight: 400;
}

.markets-page .init-1 .container .des ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.markets-page .init-1 .container .des ul li {
    margin-top: 30px;
    width: 28%;
    padding-left: 32px;
    position: relative;
}

.markets-page .init-1 .container .des ul li::before {
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--color);
}

.markets-page .init-1 .container .des ul li strong,
.markets-page .init-1 .container .des ul li b {
    font-weight: bold;
    display: block;
    margin-bottom: -10px;
}

.markets-page .init-2 .container .tips {
    font-weight: bold;
}

.markets-page .init-2 .container .tips em {
    color: var(--color);
}

.markets-page .init-2 .container .content {
    margin-top: 30px;
}

.markets-page .init-2 .container .content ul li .img {
    display: block;
    border: 1px solid #dedede;
}

.markets-page .init-2 .container .content ul li .img img {
    width: 100%;
}

.markets-page .init-2 .container .content ul li .title {
    display: block;
    margin-top: 20px;
    padding: 0 10px;
    text-align: center;
}

.markets-page .init-2 .container .content ul li .title:hover {
    color: var(--color);
}

.markets-page .init-3 .container .title {
    font-weight: bold;
    max-width: 1050px;
}

.markets-page .init-3 .container form {
    position: relative;
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.markets-page .init-3 .container form textarea,
.markets-page .init-3 .container form input {
    margin-top: 14px;
    font-size: 14px;
    line-height: 2;
    padding: 13px 16px;
    width: -webkit-calc(40%);
    width: -moz-calc(40%);
    width: calc(50% - 10px);
    background-color: #f6f6f6;
    border: none;
    border-bottom: 1px solid #2a2a2d;
}

.markets-page .init-3 .container form .file_input {
    margin-top: 14px;
    height: 55px;
    width: -webkit-calc(40%);
    width: -moz-calc(40%);
    width: calc(50% - 10px);
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #2a2a2d;
    padding: 13px 16px;
    background-color: #f0f0f0;
    font-size: 14px;
}

.markets-page .init-3 .container form .file_input img {
    cursor: pointer;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 10px;
    right: 20px;
}

.markets-page .init-3 .container form .file_input span {
    width: 100%;
    display: block;
    padding-right: 50px;
    position: relative;
    top: 5px;
}

.markets-page .init-3 .container form .file_input input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    margin-top: 0;
    cursor: pointer;
}

.markets-page .init-3 .container form .content {
    width: 100%;
}

.markets-page .init-3 .container form .tips {
    color: #bebebe;
    position: absolute;
    bottom: 13px;
    left: 0;
}

.markets-page .init-3 .container form .more {
    margin: 14px 0 0 auto;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    line-height: 1.3;
    padding: 12px 24px;
    background-color: var(--color);
}

.markets-page .init-3 .container form .more .img {
    width: 14px;
    height: 14px;
    margin-left: 12px;
}

.markets-page .init-3 .container form .more:hover {
    background: #000;
}

.markets-page .init-3 .container form .more:hover .img {
    transform: rotate(45deg);
}

@media (max-width: 1000px) {
    .markets-yd-page .init-1 .content ul li .box .cont {
        position: relative;
        top: 0;
        left: 0;
        padding: 20px 16px;
    }

    .markets-yd-page .init-1 .content ul li .box .cont .sub {
        transform: scaleX(1);
    }

    .markets-yd-page .init-1 .content ul li .box .cont .more {
        color: var(--color);
        background: #fff;
        position: relative;
        top: 0;
        left: 0;
        margin-top: 10px;
    }

    .markets-page .init-1 .container .des ul li {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .markets-yd-page .init-1 .title2 {
        line-height: 1.8;
    }

    .markets-page .init-3 .container form {
        margin-top: 10px;
    }

    .markets-page .init-3 .container form input,
    .markets-page .init-3 .container form textarea {
        width: 100%;
    }

    .markets-page .init-3 .container form .tips {
        position: relative;
        top: 0;
        bottom: 0;
    }

    .markets-page .init-3 .container form .file_input {
        width: 100%;
    }

    .markets-page .init-1 .container .des {
        margin-top: 20px;
    }

    .markets-page .init-1 .container .des ul {
        margin-top: 10px;
    }

    .markets-page .init-2 .container .content {
        margin-top: 10px;
    }
}


.support-page .init-1 .container .left {
    width: 50%;
}

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

.support-page .init-1 .container .right {
    width: 50%;
    padding: 10px 50px;
}

.support-page .init-1 .container .right .title {
    font-weight: bold;
    font-size: 48px;
    line-height: 1.2;
}

.support-page .init-1 .container .right .des {
    margin-top: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, .5);
    line-height: 1.8;
}

.support-page .init-2 .container .cont {
    color: #fff;
    background-color: var(--color);
    padding: 60px 50px;
}

.support-page .init-2 .container .cont .left {
    width: 50%;
    padding-right: 60px;
}

.support-page .init-2 .container .cont .left .title {
    font-weight: 700;
    font-family: 'syne';
}

.support-page .init-2 .container .cont .left .des {
    margin-top: 20px;
    line-height: 1.8;
}

.support-page .init-2 .container .cont .right {
    width: 50%;
    margin-top: 20px;
}

.support-page .init-2 .container .cont .right ul {
    margin: 0 -20px;
}

.support-page .init-2 .container .cont .right ul li {
    padding: 0 20px;
}

.support-page .init-2 .container .cont .right ul li .box img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.support-page .init-2 .container .cont .right ul li .box .text {
    position: relative;
    z-index: 2;
    padding-left: 20px;
    margin-top: 40px;
}

.support-page .init-2 .container .cont .right ul li .box .text .sub {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 0;
}

.support-page .init-3 .container form {
    position: relative;
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.support-page .init-3 .container form textarea,
.support-page .init-3 .container form input {
    margin-top: 14px;
    font-size: 14px;
    line-height: 2;
    padding: 13px 16px;
    width: -webkit-calc(40%);
    width: -moz-calc(40%);
    width: calc(50% - 10px);
    background-color: #f6f6f6;
    border: none;
    border-bottom: 1px solid #2a2a2d;
}

.support-page .init-3 .container form .file_input {
    margin-top: 14px;
    height: 48px;
    width: -webkit-calc(40%);
    width: -moz-calc(40%);
    width: calc(50% - 10px);
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #2a2a2d;
    padding: 13px 16px;
    background-color: #f0f0f0;
    font-size: 14px;
}

.support-page .init-3 .container form .file_input img {
    cursor: pointer;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 10px;
    right: 20px;
}

.support-page .init-3 .container form .file_input span {
    width: 100%;
    display: block;
    padding-right: 50px;
}

.support-page .init-3 .container form .file_input input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    margin-top: 0;
    cursor: pointer;
}

.support-page .init-3 .container form .content {
    width: 100%;
}

.support-page .init-3 .container form .tips {
    color: #bebebe;
    position: absolute;
    bottom: 13px;
    left: 0;
}

.support-page .init-3 .container form .more {
    margin: 14px 0 0 auto;
    font-family: 'syne';
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    line-height: 1.3;
    padding: 12px 24px;
    background-color: var(--color);
}

.support-page .init-3 .container form .more .img {
    width: 14px;
    height: 14px;
    margin-left: 12px;
}

.support-page .init-3 .container form .more:hover {
    background: #000;
}

.support-page .init-3 .container form .more:hover .img {
    transform: rotate(45deg);
}

.support-page .init-4 {
    position: relative;
    z-index: 2;
}

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

.support-page .init-4 .tipsTitleCont .tipsTitle1 span {
    width: auto;
}

.support-page .init-4 .container .tipsTitle {
    text-align: center;
    font-weight: bold;
}

.support-page .init-4 .container .tipsDes {
    margin-top: 40px;
    text-align: center;
    color: rgba(0, 0, 0, .5);
}

.support-page .init-4 .container .content .swiper {
    padding: 20px;
}

.support-page .init-4 .container .content ul li {
    width: 33.33%;
    height: auto;
}

.support-page .init-4 .container .content ul li .mml-text {
    height: 100%;
    padding: 60px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    overflow: hidden;
    text-align: center;
}

.support-page .init-4 .container .content ul li .mml-text i {
    text-align: center;
    margin: 0 auto;
    font-size: 50px;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    color: var(--color);
    background-color: #f6f6f6;
    -webkit-transition: 0.5 sease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

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

.support-page .init-4 .container .content ul li .mml-text::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../images/support_6.jpg);
    opacity: 0;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.support-page .init-4 .container .content ul li .mml-text:hover::before {
    width: 200px;
    height: 200px;
}

.support-page .init-4 .container .content ul li .mml-text h4 {
    /*font-family: 'syne';*/
}

.support-page .init-4 .container .content ul li .mml-text .des {
    font-weight: 500;
    color: rgba(0, 0, 0, .5);
    line-height: 1.8;
}

.support-page .init-4 .container .content ul li .mml-text:hover i {
    background-color: #fff;
}

.support-page .init-4 .container .content ul li .mml-text:hover h4 {
    color: #fff;
}

.support-page .init-4 .container .content ul li .mml-text:hover P {
    color: #fff;
}

.support-page .init-4 .container .content ul li .mml-text:hover:after {
    opacity: 1;
}

.support-page .init-5 {
    margin-top: -200px;
}

.support-page .init-5 img {
    max-height: 320px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.support-page .init-6 .container .left {
    width: 50%;
    padding-right: 25px;
}

.support-page .init-6 .container .left img {
    width: 100%;
}

.support-page .init-6 .container .right {
    width: 50%;
    padding-left: 25px;
}

.support-page .init-6 .container .right .title {
    font-weight: bold;
    margin-top: 40px;
    font-size: 48px;
    line-height: 1.2;
}

.support-page .init-6 .container .right .des {
    margin-top: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, .5);
    line-height: 30px;
}

@media (max-width: 1500px) {
    .support-page .init-1 .container .right {
        padding: 10px 0 10px 20px;
    }
}

@media (max-width: 1250px) {
    .support-page .init-1 .container .left {
        width: 100%;
        padding: 0;
    }

    .support-page .init-1 .container .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .support-page .init-2 .container .cont .left {
        width: 100%;
        padding-right: 0;
    }

    .support-page .init-2 .container .cont .right {
        width: 100%;
        margin-top: 20px;
    }

    .support-page .init-4 .container .content ul li {
        width: 100%;
        margin-top: 20px;
    }

    .support-page .init-6 .container .left {
        width: 100%;
        padding-right: 0;
    }

    .support-page .init-6 .container .right {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 1000px) {
    .support-page .init-2 .container .cont .right ul li {
        width: 50%;
        margin-top: 30px;
    }

    .support-page .init-2 .container .cont .right ul li .box img {
        max-width: 200px;
    }

    .support-page .init-2 .container .cont .right ul li .box .text {
        margin-top: 10px;
    }
}

@media (max-width: 700px) {
    .support-page .init-2 .container .cont .right ul li {
        width: 100%;
        text-align: center;
    }

    .support-page .init-2 .container .cont .right ul li .box img {
        margin: auto;
    }

    .support-page .init-2 .container .cont .right ul li .box .text .sub {
        display: none;
    }

    .support-page .init-5 {
        display: none;
    }
}

@media (max-width: 500px) {
    .support-page .init-2 .container .cont {
        padding: 40px 16px;
    }

    .support-page .init-2 .container .cont .left .des {
        margin-top: 10px;
    }

    .support-page .init-3 .container form {
        margin-top: 10px;
    }

    .support-page .init-3 .container form input,
    .support-page .init-3 .container form textarea {
        width: 100%;
    }

    .support-page .init-3 .container form .tips {
        position: relative;
        top: 0;
        bottom: 0;
    }

    .support-page .init-3 .container form .file_input {
        width: 100%;
    }

    .support-page .init-4 .container .tipsDes {
        margin-top: 20px;
    }

    .support-page .init-4 .container .content ul li .mml-text {
        padding: 30px 16px;
    }

    .support-page .init-6 .container .right .title {
        margin-top: 10px;
    }
}

.support-page .init-4 .container .sPage {
    margin-top: 20px;
    text-align: center;
}

.support-page .init-4 .container .sPage .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 2px 10px;
    opacity: 1;
    display: inline-flex;
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .5s;
}

.support-page .init-4 .container .sPage .swiper-pagination-bullet::before {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all .5s;
    content: '';
    background: #d3d3d3;
}

.support-page .init-4 .container .sPage .swiper-pagination-bullet-active {
    border: 1px solid var(--color);
}

.support-page .init-4 .container .sPage .swiper-pagination-bullet-active::before {
    background: var(--color);
}

.service-page .service-1{
color: #fff;
}
.service-page .service-3 .h2{
color: #fff;
}
.service-page .service-1 .text {
    max-width: 1330px;
    margin: 20px auto 0;
    text-align: left;
    
}

.service-page .service-1 .list {
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    overflow: hidden;
    height: 560px;
    padding: 15px;
}

.service-page .service-1 .list:after {
    content: '';
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
    background-image: -webkit-linear-gradient(bottom, transparent, white);
    background-image: -moz-linear-gradient(bottom, transparent, white);
    background-image: linear-gradient(to top, transparent, white);
    z-index: 2;
    top: 0;
}

.service-page .service-1 .list .swiper {
    -webkit-transform: rotate3d(1, 0, 0, 15deg);
    -moz-transform: rotate3d(1, 0, 0, 15deg);
    transform: rotate3d(1, 0, 0, 15deg);
    width: 100%;
    height: 100%;
    overflow: unset;
}

.service-page .service-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    transition-timing-function: linear;
    flex-direction: row;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.service-page .service-1 .list ul li {
    width: 100%;
    margin: 0 !important
}

.service-page .service-1 .list ul li a.img {
    height: 120px;
    padding: 5%;
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-page .service-1 .list ul li a.img img {
    max-width: 100%;
}

.service-page .service-2 .ui.container {
    width: auto;
    max-width: 1700px;
}

.service-page .service-2 .box {
    height: 700px;
    position: relative;
    border-bottom-left-radius: 80px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5%;
    flex-wrap: wrap;
}

.service-page .service-2 .box .mask i {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.service-page .service-2 .box .mask i.active {
    opacity: 1;
}

.service-page .service-2 .box .content {
    width: 660px;
    border: 1px solid #e5e5e5;
    padding: 4% 3%;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    background-color: white;
}

.service-page .service-2 .box .content span.tag {
    display: block;
    color: #e60012;
    margin-bottom: .5em;
    font-weight: 500;
}

.service-page .service-2 .box .content .text {
    margin: 1.5em 0;
    line-height: 30px;
}

.service-page .service-2 .box .content .slickBtn {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}

.service-page .service-2 .box .content .slickBtn .btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    color: #565656;
    margin-left: 16px;
    cursor: pointer;
    justify-content: center;
}

.service-page .service-2 .box .content .slickBtn .btn:hover {
    background: var(--color);
    color: #fff;
}

.service-page .service-2 .box .sPage {
    width: 100%;
    z-index: 2;
}

.service-page .service-2 .box .sPage .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, 0);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
}

.service-page .service-2 .box .sPage .swiper-pagination-bullet::before {
    background: #fff;
    content: '';
    position: relative;
    display: block;
    width: 10px;
    border-radius: 50%;
    height: 10px;
    opacity: 1;
    padding: 0;

}

.service-page .service-2 .box .sPage .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid var(--color) !important;
}

.service-page .service-2 .box .sPage .swiper-pagination-bullet-active::before {
    background: var(--color);
}

.service-page .service-3 .swiper .swiper-slide {
    padding: 106px 3%;
    border-bottom-left-radius: 80px;
    background-size: cover;
    position: relative;
    z-index: 1;
    color: white;
    overflow: hidden;
}

.service-page .service-3 .swiper .swiper-slide .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0;
}

/*.service-page .service-3 .swiper .swiper-slide:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }*/
.service-page .service-3 .list {
    margin-top: 50px;
}

.service-page .service-3 .swiper .swiper-slide i {
    display: block;
}

.service-page .service-3 .swiper .swiper-slide span.h6 {
    margin-top: 1.4em;
    display: block;
    font-weight: 500;
    font-size: 24px;
}

.service-page .service-3 .swiper .swiper-slide span.h6_2 {
    padding: 0 10px;
    max-width: 340px;
    margin: 1.4em auto 0;
}

.service-page .service-3 .swiper .swiper-slide .text {
    color: inherit;
    margin-top: 1em;
    font-weight: 300;
    max-height: 9em;
    overflow: auto;
}

.service-page .service-3 .swiper .swiper-slide .text::-webkit-scrollbar-thumb {
    background-color: black;
}

.service-page .service-3 .swiper .swiper-slide .content {
    opacity: 0;
    -webkit-transition: .5s;
    position: relative;
    z-index: 2;
    -moz-transition: .5s;
    transition: .5s;
}

.service-page .service-3 .swiper .swiper-slide .center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.service-page .service-3 .swiper .swiper-slide:hover:before {
    background-color: var(--color);
}

.service-page .service-3 .swiper .swiper-slide:hover .bg {
    opacity: 1;
}

.service-page .service-3 .swiper .swiper-slide:hover .content {
    opacity: 1;
}

.service-page .service-3 .swiper .swiper-slide:hover .center {
    top: 40%;
    opacity: 0;
}

.service-page .service-3 .sPage {
    margin-top: 60px;
}

.service-page .service-3 .sPage .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, 0);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
}

.service-page .service-3 .sPage .swiper-pagination-bullet::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    background: #f0f0f0;
}

.service-page .service-3 .sPage .swiper-pagination-bullet-active {
    border: 1px solid var(--color);
}

.service-page .service-3 .sPage .swiper-pagination-bullet-active::before {
    background: var(--color);
}

@media screen and (max-width: 1500px) {
    .service-page .service-1 .list {
        height: 450px;
    }

    .service-page .service-1 .list ul li a.img {
        height: 90px;
    }

    .service-page .service-2 .box {
        height: 600px;
    }
}

@media screen and (max-width: 1250px) {
    .service-page .service-2 .box {
        height: 500px;
    }

    .service-page .service-3 .swiper .swiper-slide i img {
        max-height: 50px;
    }

    .service-page .service-3 .swiper .swiper-slide {
        padding: 50px 3%;
    }
}

@media screen and (max-width: 1000px) {
    .service-page .service-1 .list {
        height: 300px;
    }

    .service-page .service-1 .list ul li a.img {
        height: 70px;
    }

    .service-page .service-1 .list ul {
        grid-template-columns: repeat(4, 1fr);
    }

    .service-page .service-1 .list ul li {
        width: 25%;
    }

    .service-page .service-2 .box {
        height: 420px;
    }

    .service-page .service-3 .swiper .swiper-slide {
        border-bottom-left-radius: 20px;
    }
}

@media screen and (max-width: 700px) {
    .service-page .service-1 .list {
        height: 200px;
    }

    .service-page .service-1 .list ul li {
        width: 33.33%;
    }

    .service-page .service-1 .list ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .service-page .service-2 .box .content {
        max-width: 100%;
    }

    .service-page .service-2 .box {
        height: auto;
    }

    .service-page .service-2 .box .content {
        background-color: rgba(255, 255, 255, 0.6);
    }
}

@media screen and (max-width: 500px) {
    .service-page .service-3 .swiper .swiper-slide {
        border-radius: 0;
    }

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

    .service-page .service-1 .list ul li {
        width: 50%;
    }

    .service-page .service-1 .list ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-page .service-3 .sPage {
        margin-top: 20px;
    }
}


.download-page {
    overflow: unset;
}

.download-page .slickBtn.pos div {
    position: absolute;
    top: 32%;left:0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;

    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: #f5ae81;
    font-size: 20px;
}

.download-page .slickBtn.pos div:hover {
    color: #fff;
    background-color: var(--color);
}

.download-page .download-2 .slickBtn div {
    top: 40%;
}

.download-page .download-2 .slickBtn .next {
    left: unset;
    right: 0;
}

.download-page span.h2 {
    display: block;
    line-height: 1.2;
    color: #fff;
}

.download-page .download-1 .list .swiper-slide {
    height: auto;
}

.download-page .download-1 .list a.flex {
    padding: 25px 15px;
    border-radius: 10px;
    height: 100%;
    background-color: #f6f6f6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    align-items: center;
}

.download-page .download-1 .list a.flex span {
    margin: 0 15px;
}

.download-page .download-1 .list a.flex i {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.6em;
    color: #666;
}

.download-page .download-1 .list a.flex:hover {
    color: white;
    background-color: var(--color);
}

.download-page .download-1 .list a.flex:hover i {
    color: inherit;
}

.download-page .download-2 .list {
    position: relative;
}

.download-page .download-2 .img {
    border-radius: 10px;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 20px;
    height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}

.download-page .download-2 .img .play {
    cursor: pointer;
    cursor: hand;
}

.download-page .download-2 span.h6 {
    margin-top: .5em;
    display: block;
    width: 350px;
    color: #fff;
}

.download-page .download-2 .slickBtn div {
    top: 40%;
}

.download-page .download-3 .container {
    overflow: unset;
}

.download-page .download-3 .flex_cont {
    justify-content: space-between;
    align-items: flex-start;
}

.download-page .download-3 .left {
    position: sticky;
    top: 100px;
    width: 30%;
}

.download-page .download-3 .left .text {
    margin: 1em 0;color: #fff;
}

.download-page .download-3 .left .more {
    display: inline-block;
    padding: 10px;
    min-width: 210px;
    background: var(--color);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    transition: all .5s;
}

.download-page .download-3 .left .more:hover {
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

.download-page .download-3 .right {
    width: 55%;
}

.download-page .download-3 .right .list ul li {
    padding: 25px 0 20px;
    border-bottom: 1px solid #e5e5e5;
    color: #fff;
}

.download-page .download-3 .right .list ul li span.h6 {
    cursor: pointer;
    cursor: hand;
    font-weight: 500;
    position: relative;
    padding-right: 30px;
}

.download-page .download-3 .right .list ul li span.h6 i {
    width: 1em;
    height: 1em;
    position: absolute;
    top: 6px;
    right: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 1em;
}

.download-page .download-3 .right .list ul li span.h6 i:after,
.download-page .download-3 .right .list ul li span.h6 i:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background-color: #FFF;
}

.download-page .download-3 .right .list ul li span.h6 i:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.download-page .download-3 .right .list ul li.active span.h6 i:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.download-page .download-3 .right .list ul li .text {
    margin-top: .7em;
    display: none;
}

@media screen and (max-width: 1500px) {
    .download-page .download-2 .img {
        height: 220px;
    }
}

@media screen and (max-width: 1000px) {
    .download-page .download-3 .left {
        position: relative;
        width: 100%;
        top: 0;
    }

    .download-page .download-3 .right {
        width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 700px) {
    .download-page .download-1 .list a.flex {
        padding: 15px;
    }

    .download-page .download-3 .flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .download-page .download-3 .flex .left {
        width: 100%;
        position: static;
    }

    .download-page .download-3 .flex .right {
        width: 100%;
        margin-top: 30px;
    }
}

.sustainability-page .h2 {
    font-weight: bold;
    display: block;
    color: #fff;
}

.sustainability-page .text {
    color: #c1c1c1;
}

.sustainability-page .sustainability-1 {
    padding: 80px 0 20px;
    overflow: hidden;
}

.sustainability-page .sustainability-1 .box .left {
    width: 84%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1%;
}

.sustainability-page .sustainability-1 .box .left span.h2 {
    margin-bottom: .8em;
    color:#fff;
}

.sustainability-page .sustainability-1 .box .right {
    width: 15%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.sustainability-page .sustainability-2 {
    padding-top: 28%;
    background-size: cover;
    background-position: center;
}

.sustainability-page .sustainability-2 .bottom {
    padding: 50px 0 60px;
    background-color: rgba(34, 34, 34, 0.5);
    color: white;
}

.sustainability-page .sustainability-2 .bottom .text {
    color: inherit;
}

.sustainability-page .sustainability-3 {
    padding-top: 100px;
    margin-bottom: 100px;
}

.sustainability-page .sustainability-3 .slide {
    margin-bottom: 0px;
}

.sustainability-page .sustainability-3 .slide .left {
    vertical-align: middle;
    padding-right: 3%;
}

.sustainability-page .sustainability-3 .slide .left span.h2 {
    margin-bottom: 1em;
}

.sustainability-page .sustainability-3 .slide .right {
    vertical-align: middle;
}

.sustainability-page .sustainability-3 .slide .right .img {
    display: block;
    height: 420px;
    background-size: cover;
    background-position: center;
}

.sustainability-page .sustainability-3 .slide:nth-child(even) {
    direction: rtl;
}

.sustainability-page .sustainability-3 .slide:nth-child(even) .left {
    direction: ltr;
    padding-right: 0;
    padding-left: 3%;
}

@media screen and (max-width: 1800px) {
    .sustainability-page .sustainability-1 .box .left {
        width: 76%;
    }

    .sustainability-page .sustainability-2 {
        padding-top: 25%;
    }

    .sustainability-page .sustainability-2 .bottom {
        padding: 40px 0;
    }
}

@media screen and (max-width: 1500px) {
    .sustainability-page .sustainability-1 {
        padding: 50px 0;
    }

    .sustainability-page .sustainability-1 .box .left {
        width: 100%;
        padding-right: 0;
    }

    .sustainability-page .sustainability-1 .box .right {
        display: none;
    }

    .sustainability-page .sustainability-2 {
        padding-top: 18%;
    }

    .sustainability-page .sustainability-3 .slide .right .img {
        height: 360px;
    }
}

@media screen and (max-width: 1200px) {
    .sustainability-page .sustainability-3 {
        padding-top: 50px;
    }

    .sustainability-page .sustainability-3 .slide .left span.h2 {
        margin-bottom: .5em;
    }
}

@media screen and (max-width: 700px) {
    .sustainability-page .sustainability-3 .slide .left {
        width: 100%;
        padding: 0 !important;
        padding-bottom: 20px !important;
    }

    .sustainability-page .sustainability-3 .slide .right {
        width: 100%;
    }

    .sustainability-page .sustainability-3 .slide {
        display: block;
    }

    .sustainability-page .sustainability-3 .slide .right .img {
        height: 240px;
    }
}

@media screen and (max-width: 500px) {
    .sustainability-page .sustainability-3 .slide .right .img {
        height: 200px;
    }
}

.seoPublic .init-1 {
    overflow: hidden;
    position: relative;
    z-index: 2;
    min-height: 550px;
}

.seoPublic .init-1 .container {
    position: relative;
    z-index: 2;
}

.seoPublic .init-1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
}

.seoPublic .init-1 .shadow {
    position: absolute;
    top: 0;
    right: 0;
    width: 84.2%;
    height: 100%;
    background: #333333;
}

.seoPublic .init-1 .cont {
    width: 960px;
    margin-left: auto;
    color: #fff;
}

.seoPublic .init-1 .cont .title {
    font-weight: bold;margin-bottom: 48px;
}

.seoPublic .init-1 .cont .title em {
    color: var(--color);
    background: -webkit-linear-gradient(rgba(236, 108, 0, 0.8) 40%,
            rgba(235, 99, 12, 0));
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
}

.seoPublic .init-1 .cont .des {
    margin-top: 40px;
    line-height: 2;
}
.seoPublic .init-2{
    display: none;
}
.seoPublic .init-2 .title {
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: -webkit-linear-gradient(rgba(236, 108, 0, 0.8) 40%,
            rgba(235, 99, 12, 0));
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
}

.seoPublic .init-2 .content {
    margin-top: 40px;
}

.seoPublic .init-3 {
    background: #f0f0f0;
    display: none;
}

.seoPublic .init-3 .container .tipsTitle {
    text-align: center;
    font-weight: bold;
    background: -webkit-linear-gradient(rgba(236, 108, 0, 0.8) 40%, rgba(235, 99, 12, 0));
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
}

.seoPublic .init-3 .container .content {
    margin-top: 70px;
}

.seoPublic .init-3 .container .content .swiper {
    padding-bottom: 20px;
}

.seoPublic .init-3 .container .content ul li .box .title .cir {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--color);
    margin-top: 6px;
}

.seoPublic .init-3 .container .content ul li .box .title .titleText {
    width: -webkit-calc(64%);
    width: -moz-calc(64%);
    width: calc(100% - 36px);
    margin-left: auto;
    font-weight: bold;
}

.seoPublic .init-3 .container .content ul li .box .title:hover {
    color: var(--color);
}

.seoPublic .init-3 .container .content ul li .box .des {
    margin-top: 20px;
}

.seoPublic .init-3 .container .content ul li .box .moreC {
    padding-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.seoPublic .init-3 .container .content ul li .box .moreC .more {
    text-transform: uppercase;
    margin-top: 10px;
    width: 190px;
    padding: 10px;
    text-align: center;
    background-color: var(--color);
    color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}

.seoPublic .init-3 .container .content ul li .box .moreC .more:hover {
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

.seoPublic .init-3 .container .content ul li .box .moreC .time {
    color: #999;
}

.seoPublic .init-4 .tipsTitle {
    font-weight: bold;
}

.seoPublic .init-4 .text {
    padding-right: 4px;
    overflow-y: auto;
    max-height: 300px;
}
@media screen and (max-width: 1900px){
  .seoPublic .init-1 .cont{
    width: 920px;
  }
}
@media screen and (max-width: 1800px){
  .seoPublic .init-1 .cont{
    width: 880px;
  }
}
@media screen and (max-width: 1700px){
    .seoPublic .init-1 .cont {
      width: 750px;
    }
}
@media screen and (max-width: 1600px){
    .seoPublic .init-1 .cont {
      width: 700px;
    }
}

@media (max-width: 1500px) {
    .seoPublic .init-1{
        min-height: unset;
    }
    .seoPublic .init-1 img {
        display: none;
    }

    .seoPublic .init-1 .cont {
        width: 100%;
    }

    .seoPublic .init-1 .shadow {
        width: 100%;
    }
}

@media (max-width: 1000px) {

    #cp-Nav {
        display: block;
    }

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

    #cp-Nav .nav div.title {
        font-size: 18px;
        font-weight: bold;
        padding: 8px 10px;
        background: var(--color);
        border-radius: 5px;
        color: white;
        position: relative;
    }

    #cp-Nav .nav div.title i {
        position: absolute;
        top: 12px;
        right: 10px;
    }

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

    #cp-Nav .nav>ul {
        display: none;
    }

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

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

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

@media (max-width: 700px) {
    .seoPublic .init-3 .container .content {
        margin-top: 40px;
    }

    .seoPublic .init-3 .container .content ul li .box .moreC .time {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        margin-bottom: 10px;
    }
}


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

.seoPublic .init-3,
.seoPublic .init-4 {
    color: #fff;
}
.slick-list .slick-track{
  flex-wrap: wrap;
}
.product-page,.faq-page{
    color: #fff;
}


@keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        transform: translate3d(-10%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeftSmall {
    animation-name: fadeInLeftSmall;
}
@keyframes fadeInRightSmall {
    from {
        opacity: 0;
        transform: translate3d(10%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInRightSmall {
    animation-name: fadeInRightSmall;
}

.seoPublic>div {
    padding: 60px 0 120px;
}
.seoPublic .title{
    font-size:50px;
}
@media screen and (max-width: 1450px) {
    .seoPublic>div {
        padding: 60px 0 70px;
    }
    .seoPublic .title{
        font-size:30px;
    }
}
@media screen and (max-width: 1000px) {
    .seoPublic>div {
        padding: 30px 0;
    }
    .seoPublic .title{
        font-size:22px;
    }
}


.news-page2{
  color: #fff;

}
.news-page2 .container .cat_name_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.news-page2 .container .cat_name_list .list {
  margin-right: 70px;
  padding: 4px 10px;
  position: relative;
  font-size: 20px;
}
.news-page2 .container .cat_name_list .list span {
  position: relative;
  z-index: 2;
}
.news-page2 .container .cat_name_list .list::before {
  content: '';
  position: absolute;
  width: 36px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #323232;
  z-index: 1;
  transition: all 0.5s;
}
.news-page2 .container .cat_name_list .list:hover::before,
.news-page2 .container .cat_name_list .list.active::before {
  background-color: #ec6c00;
}
.news-page2 .container .content {
  margin-top: 70px;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.news-page2 .container .content p{
  margin: 0 0px;
  font-size: 14px;
  line-height: 28px;
}
.news-page2 .container .content .list {
  width: 33.33%;
  padding: 0 30px;
  margin-top: 40px;
}
.news-page2 .container .content .list .box {
  height: 100%;
  border: 1px solid #ffffff;
}
.news-page2 .container .content .list .box a {
  display: block;
  transition: all 0.5s;
}
.news-page2 .container .content .list .box a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-page2 .container .content .list .box a:hover {
  color: var(--color);
}
.news-page2 .container .content .list .box .img {
  position: relative;
  z-index: 2;
  height: 310px;
}
.news-page2 .container .content .list .box .cont {
  position: relative;
  padding: 36px 30px;
}
.news-page2 .container .content .list .box .cont .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right bottom, rgba(236, 108, 0, 0.4), rgba(254, 0, 0, 0), rgba(254, 0, 0, 0));
  transform: scale(0);
  transform-origin: top left;
  transition: all 0.5s;
}
.news-page2 .container .content .list .box .cont .time {
  position: relative;
  z-index: 2;
  font-size: 14px;
}
.news-page2 .container .content .list .box .cont .title {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 16px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  min-height: 9.1rem;
}
.news-page2 .container .content .list .box .cont .des {
  font-size: 16px;
  line-height: 30px;
  margin-top: 12px;
  position: relative;
  z-index: 2;
}
.news-page2 .container .content .list:hover .box .cont .shadow {
  transform: scale(1);
}


.newdet-page2 .m-link {
  margin-top: 40px;
}
.newdet-page2 .m-link a {
  line-height: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: all 0.5s;
  font-size: 16px;
}
.newdet-page2 .m-link a:nth-child(2) {
  margin-top: 4px;
}
.newdet-page2 .m-link a:hover {
  border-bottom-color: #ffffff;
}
.newdet-page2{

  color: #fff;
}
.newdet-page2 .container .title {
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
}
.newdet-page2 .container .time {
  font-size: 16px;
  margin-top: 20px;
  line-height: 30px;
  color: #ffffff;
}
.newdet-page2 .container .content {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px dashed var(--color);
  border-bottom: 1px dashed var(--color);
  line-height: 2;
  font-size: 16px;
}

.related_product {

  color: #fff;
}
.related_product .list ul {
  margin: -20px;
}
.related_product .list li {
  text-align: center;
  padding: 20px;
}
.related_product .list li a {
  display: block;
  transition: all 0.5s;
}

.related_product .list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related_product .list li .text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  padding: 4px;
}
.related_product .list li .text:hover {
  color: var(--color);
}
@media (max-width: 1250px) {
  .news-page2 .container .content {
    margin: 0 -15px;
    padding-top: 0;
  }
  .news-page2 .container .content .list {
    padding: 0 15px;
  }
  .news-page2 .container .cat_name_list {
    display: none;
  }
}

@media (max-width: 1000px) {
  .news-page2 .container .content .list {
    text-align: center;
    width: 50%;
  }
  .news-page2 .container .content .list .box .img {
    height: 200px;
  }
}
@media (max-width: 500px) {
  .news-page2 .container .content .list {
    width: 100%;
  }
  .news-page2 .container .content .list .box .cont{
    padding: 30px 16px;
  }
  .newdet-page2 .container .title {
    font-size: 20px;
    line-height: 1.8;
  }

  .related_product .list li .img {
    padding: 20px;
  }
}

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

.text-hide-2{
    min-height: 4.6em;
}

@media (max-width: 500px) {
    .shouye h1{
        font-size: 14px;
        line-height: 28px;
    }
    .font-22{
        min-height: 5.5em!important;
    }
    #footer .fTop .container .listCont .list .text{
        font-size: 16px;
    }
    #footer .copyright .container{
        text-align: center;
        line-height: 2;
    }
    .product-yd-page .init-1 .container ul li .box .left .des{
        font-size: 14px;
        line-height: 28px;
    }
    .font-40{
        font-size: 22px!important;
        line-height: 40px!important;
    }
    .font-18{
        font-size: 16px!important;
        line-height: 30px!important;
    }
    .product-page .init-3 .container .content ul li .box .title{
        font-size: 16px;
    } 
}