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

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

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

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

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

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

body {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 18px;
    --color: #ffbf00;
    --color2: #124980;
    --color3: #2a68b5;
    margin: 0 auto;
    --index-color2: #989898;
    --index-color1: #ffbf00;
}

.container {
    width: 1630px;
}

.bigtt-zt {
    font-family: "Poppins";
    font-weight: 600;
}

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

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

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

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

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

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

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    margin: 0 38px;
    font-size: 18px;
    height: 100%;
    color: #fff;
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    z-index: 100;
    float: left;
    position: relative;
    transition: all 0.5s;
    display: flex;
    align-items: center;
}

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

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

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

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu {
    text-align: left;
    position: absolute;
    font-size: 15px;
    background: #fff;
    top: 100%;
    left: -10px;
    min-width: 180px;
    transform: scaleY(0);
    transform-origin: 0 0;
    opacity: 0;
    transition: transform 0.5s, opacity 0.3s;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid var(--color);
    display: none \9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#header .nav .ui.menu .right .h-search {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#header .nav .ui.menu .right .h-search img {
    transition: all 0.5s;
}

#header .nav .ui.menu .right .h-search::after {
    content: "";
    position: absolute;
    top: 100%;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background: var(--color);
    z-index: -1;
    transition: all 0.5s;
}

#header .nav .ui.menu .right .h-search:hover::after {
    top: -1px;
}

#header.active {
    background-color: #3b3b3b;
}

#header.inner_active {
    background-color: #3b3b3b;
}

#banner .banner-content {
    height: 100vh;
    position: relative;
}

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

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

#banner .banner-content .swiper-slide .txt-content .txtcon {
    max-width: 960px;
}

#banner .banner-content .swiper-slide .txt-content .txtcon .text1 {
    position: relative;
}

#banner .banner-content .swiper-slide .txt-content .txtcon .text1 .q {
    position: absolute;
    top: -38px;
    left: -18px;
}

#banner .banner-content .swiper-slide .txt-content .txtcon .textcon .text2 {
    max-width: 15%;
}

#banner .banner-content .swiper-slide .txt-content .txtcon .textcon .text2 p {
    transform: rotate(90deg) translateX(10%) translateY(14%);
}

#banner .banner-content .swiper-slide .txt-content .txtcon .textcon .text3 {
    max-width: 48%;
}

.btn-go {
    width: auto;
    min-width: 200px;
    padding: 0 22px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    background-color: var(--color);
    font-size: 16px;
    font-weight: 500;
    gap: 17px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border: 0;
    clip-path: polygon(calc(100% - 15px) 0%, 100% 15px, 100% 100%, 0% 100%, 0% 0%);
}

.btn-go img {
    transition: all 0.5s;
}

.btn-go:hover {
    color: #fff;
    border-color: var(--color);
    clip-path: polygon(100% 0%, 100% 0, 100% 100%, 0% 100%, 0% 0%);
    background-color: #3b3b3b;
}

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

.btn-go02 {
    font-size: 18px;
    font-weight: 500;
    gap: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-go02 .i {
    transition: all 0.5s;
}

.btn-go02 em {
    transition: all 0.5s;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}

.btn-go02:hover .i {
    transform: translateX(-5px);
}

.btn-go02:hover em {
    background-size: 100% 1px;
}

#index-body .init-history {
    background: #f1f1f1;
}

#index-body .init-history .mk-content .right .info h2 {
    font-size: 240px;
    font-weight: 500;
    line-height: 0.8;
    transform: translateY(12%);
}

#index-body .init-history .mk-content .right .info p {
    transform: translateY(-15px);
}

#index-body .init-history .mk-content::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 29%;
    width: 1px;
    height: 100%;
    background: #b4b4b4;
}

#index-body .init-product .mk-content ul li .box .nav .imgbox {
    min-height: 528px;
    display: flex;
    align-items: center;
    background-image: linear-gradient(0deg, #155074 0%, #39815f 0%, #5cb149 0%, #67b952 0%, #71c05a 0%, #b5ddaa 0%, #f9f9f9 0%, #f8f8f8 0%, #f7f7f7 0%, rgba(215, 215, 215, 0.78) 100%), linear-gradient(#ffffff, #ffffff);
}

#index-body .init-product .mk-content ul li .box .pro .imgbox {
    background-image: linear-gradient(0deg, #155074 0%, #39815f 0%, #5cb149 0%, #67b952 0%, #71c05a 0%, #b5ddaa 0%, #f9f9f9 0%, #f8f8f8 0%, #f7f7f7 0%, rgba(215, 215, 215, 0.78) 100%), linear-gradient(#ffffff, #ffffff);
    padding: 52px 0;
}

#index-body .init-product .mk-content ul li .box .tt {
    height: 3em;
}

#index-body .init-product .mk-content ul li.even .box {
    flex-direction: column-reverse;
}

#index-body .init-application .mk-content .item ul li {
    flex: 1;
}

#index-body .init-application .mk-content .item ul li .box {
    position: relative;
}

#index-body .init-application .mk-content .item ul li .box .tt {
    position: absolute;
    bottom: 30px;
    left: 45%;
    transform: translateX(-50%);
    padding: 0 20px;
}

#index-body .init-application .mk-content .item ul li .box img {
    object-fit: cover;
}

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

#index-body .init-about .bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 63.5%;
    height: 93%;
    background: var(--color2);
    z-index: -1;
}

#index-body .init-about .mk-content .left {
    width: 58%;
}

#index-body .init-about .mk-content .left .imgbox {
    margin-left: calc((1600px - 100vw) / 2);
}

#index-body .init-about .mk-content .right {
    width: 42%;
    padding-left: 4.5%;
}

#index-body .init-about .mk-content .right .desc {
    height: calc(28px * 6);
    overflow-y: auto;
}

#index-body .init-about .mk-content .right .datashow ul {
    margin: -20px;
}

#index-body .init-about .mk-content .right .datashow ul li {
    width: 29%;
    padding: 20px;
}

#index-body .init-about .mk-content .right .datashow ul li.num2 {
    width: 32%;
}

#index-body .init-about .mk-content .right .datashow ul li.num3 {
    width: 39%;
}

#index-body .init-about .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
    width: 114px;
    height: 114px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

#index-body .init-about .play span {
    width: 74px;
    height: 74px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 26px;
}

#index-body .init-features {
    padding-top: 70px;
}

#index-body .init-features .mk-content .right .con {
    margin: 0 -15px;
}

#index-body .init-features .mk-content .right ul {
    width: 50%;
    padding: 0 15px;
}

#index-body .init-features .mk-content .right ul li .box {
    padding: 50px 38px;
}

#index-body .init-features .mk-content .right ul li .box .icon {
    width: 70px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#index-body .init-features .mk-content .right ul li .box .icon img {
    transition: all 0.5s;
}

#index-body .init-features .mk-content .right ul li .box:hover .icon img {
    transform: rotateY(360deg);
}

#index-body .init-features .mk-content .right ul li .box .tt {
    height: calc(1.2em * 2);
    margin-right: -30px;
}

#index-body .init-features .mk-content .right ul li .box .desc {
    height: calc(28px * 7);
    overflow-y: auto;
}

#index-body .init-features .mk-content .right ul.ul01 {
    margin-top: -70px;
}

#index-body .init-case {
    background-color: #f1f1f1;
}

#index-body .init-case .mk-bottom ul {
    margin: -8px;
}

#index-body .init-case .mk-bottom ul>li {
    padding: 8px;
    width: 33.3%;
}

#index-body .init-case .mk-bottom ul>li .imgbox img {
    width: 100%;
    height: 19.5vw;
    object-fit: cover;
}

#index-body .init-case .mk-bottom ul>li.num4 {
    width: 38%;
}

#index-body .init-case .mk-bottom ul>li.num5 {
    width: 38%;
}

#index-body .init-case .mk-bottom ul>li.num6 {
    width: 24%;
}

#index-body .init-case .mk-bottom ul>li.num6 .box {
    background-color: var(--color2);
    height: 100%;
    padding: 15px 38px;
}

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

#index-body .init-news::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    background: #f1f1f1;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    z-index: 2;
    pointer-events: none;
}

#index-body .init-news::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    height: 100%;
    background: #f1f1f1;
    background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    z-index: 2;
    pointer-events: none;
}

#index-body .init-news .mk-content .mk-bottom {
    will-change: revert;
}

#index-body .init-news .mk-content .mk-bottom ul {
    will-change: revert;
    width: fit-content;
}

#index-body .init-news .mk-content .mk-bottom ul li {
    padding-right: 28px;
}

#index-body .init-news .mk-content .mk-bottom ul li .box {
    width: 565px;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 40px 50px;
}

#index-body .init-news .mk-content .mk-bottom ul li .box .tt {
    height: calc(1.2em * 2);
}

.boxbg01 {
    background-image: linear-gradient(0deg, rgba(215, 215, 215, 0.78) 0%, #f7f7f7 100%, #f8f8f8 100%, #f9f9f9 100%, #b5ddaa 100%, #71c05a 100%, #67b952 100%, #5cb149 100%, #39815f 100%, #155074 100%);
}

.boxbg02 {
    background-image: linear-gradient(0deg, #155074 0%, #39815f 0%, #5cb149 0%, #67b952 0%, #71c05a 0%, #b5ddaa 0%, #f9f9f9 0%, #f8f8f8 0%, #f7f7f7 0%, rgba(215, 215, 215, 0.78) 100%), linear-gradient(#ffffff, #ffffff);
}

#footer .footer-in {
    position: relative;
    z-index: 0;
}

#footer .footer-in::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2c2c2c;
    z-index: -1;
}

#footer .footer-center {
    position: relative;
}

#footer .footer-center .left {
    width: 44%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

#footer .footer-center .left .form {
    background-color: var(--color2);
    padding: 70px 50px;
}

#footer .footer-center .left .form input {
    width: 100%;
    height: 52px;
    background-color: #f6f6f6;
    border: 0;
    margin-bottom: 20px;
    padding: 5px 20px;
    color: #323232;
}

#footer .footer-center .left .form input::placeholder {
    color: #323232;
}

#footer .footer-center .right {
    width: 56%;
}

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

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

#footer .footer-center .footer-t .footer-t-gird .t-list li {
    transition: all 0.5s;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.link {
    max-width: 230px;
}

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

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

#footer .footer-center .footer-t .footer-t-gird .t-list.contact li em {
    display: inline-block;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.media #ewm {
    width: 120px;
    height: 120px;
    background: #fff;
    border: 5px solid #fff;
}

#footer .footer-center .footer-b .share li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;line-height: 1;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.3);
    transition: all 0.5s;
}

#footer .footer-center .footer-b .share li a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
}

#footer .footer-center .footer-b .con {
    width: calc(100% - 200px);
    color: #bbbbbb;
}

#footer .footer-center .footer-b .con p {
    font-size: 18px;
}

#footer .footer-center .footer-b .con .svg {
    transform: translateY(2px);
}

#footer .footer-center .footer-b .con svg {
    width: auto;
    max-height: 32px;
    transition: all 0.5s;
    fill: #bbbbbb;
}

.sjys {
    position: relative;
    clip-path: polygon(29px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 29px);
}

.sjys::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background-image: url(../images/h-sj.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

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

    #footer .footer-center .left {
        width: 40%;
    }

    #footer .footer-center .right {
        width: 60%;
    }

    #footer .footer-center .left .form {
        padding: 50px;
    }

    #footer .footer-center .left .form input {
        height: 48px;
        margin-bottom: 15px;
    }

    #index-body .init-history .mk-content .right .info h2 {
        font-size: 200px;
    }

    #index-body .init-about .mk-content .left .imgbox {
        margin-left: calc((1370px - 100vw) / 2);
    }

    #index-body .init-product .mk-content ul li .box .nav .imgbox {
        min-height: 446px;
    }
}

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

    .btn-go {
        zoom: 0.9;
    }

    .pt-btn {
        zoom: 0.9;
    }

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

    #footer .footer-center .left .form {
        padding: 40px 30px;
    }

    #footer .footer-center .left {
        width: 38%;
    }

    #footer .footer-center .right {
        width: 62%;
    }

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

    #footer .footer-center .footer-b .con {
        width: calc(100% - 180px);
    }

    #index-body .init-history .mk-content .right .info h2 {
        font-size: 160px;
    }

    #index-body .init-about .bg {
        height: 100%;
    }

    #index-body .init-about .mk-content .left .imgbox {
        margin-left: calc((1170px - 100vw) / 2);
    }

    #index-body .init-about .mk-content .right .datashow ul li {
        padding: 10px;
    }

    #index-body .init-about .mk-content .right .datashow ul {
        margin: -10px;
    }

    #index-body .init-product .mk-content ul li .box .nav .imgbox {
        min-height: 376px;
    }

    #index-body .init-features .mk-content .right ul li .box .tt {
        margin-right: 0px;
    }

    #index-body .init-features .mk-content .right ul li .box {
        padding: 30px;
    }

    #index-body .init-case .mk-bottom ul>li.num6 .box {
        padding: 15px 20px;
    }

    #index-body .init-case .mk-bottom ul>li .imgbox img {
        min-height: 240px;
    }
}

@media screen and (max-width: 1250px) {
    #banner .banner-content {
        height: 40vw;
    }

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

    #footer .footer-center .footer-t .footer-t-gird .t-list.media #ewm {
        width: 90px;
        height: 90px;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list.link {
        max-width: 185px;
    }

    #footer .footer-center .footer-b .con p {
        font-size: 16px;
    }

    #index-body .init-history .mk-content .right .info h2 {
        font-size: 120px;
    }

    #index-body .init-product .mk-content ul li .box .nav .imgbox {
        min-height: 415px;
    }

    #index-body .init-about .mk-content .left .imgbox {
        margin-left: calc((940px - 100vw) / 2);
    }

    #index-body .init-about .mk-content .right .datashow ul {
        flex-wrap: wrap;
    }

    #index-body .init-about .mk-content .right .datashow ul li {
        width: 48% !important;
    }

    #index-body .init-features .mk-content .right .con {
        margin: 0 -8px;
    }

    #index-body .init-features .mk-content .right ul {
        padding: 0 8px;
    }

    #index-body .init-features .mk-content .right ul li .box {
        padding: 20px;
    }

    #index-body .init-features .mk-content .right ul li .box .icon {
        zoom: 0.8;
    }

    #index-body .init-case .mk-bottom ul>li.num6 .box ol li .content .top img {
        zoom: 0.8;
    }
}

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

    #banner .banner-content .swiper-slide .txt-content .txtcon .text1 .q {
        zoom: 0.6;
    }

    #footer .footer-in {
        margin-top: 0;
        padding-top: 40px;
    }

    #footer .footer-center .footer-t .footer-t-gird .link {
        display: none;
    }

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

    #footer .footer-center .footer-b .con p {
        font-size: 16px;
    }

    #footer .footer-center .left {
        width: 100%;
        position: static;
    }

    #footer .footer-center .right {
        width: 100%;
        padding-right: 0;
    }

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

    #footer .footer-center .footer-b .con {
        width: 100%;
        margin-top: 15px;
    }

    #footer .footer-center .footer-b .info {
        flex-direction: row;
    }

    #index-body .init-history .mk-content .right .info h2 {
        font-size: 60px;
    }

    #index-body .init-history .mk-content .right .info p {
        transform: translateY(0);
    }

    #index-body .init-history .mk-content::after {
        display: none;
    }

    #index-body .init-history .mk-content .right {
        margin-bottom: 30px;
    }

    #index-body .init-application .mk-content .item ul li .box .tt {
        bottom: 15px;
    }

    #index-body .init-product .mk-content ul li .box .nav .imgbox {
        min-height: 463px;
    }

    #index-body .init-about .mk-content .left {
        width: 100%;
    }

    #index-body .init-about .mk-content .left .imgbox {
        margin-left: 0;
    }

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

    #index-body .init-about {
        padding-top: 40px;
    }

    #index-body .init-about .mk-tt {
        color: #fff;
    }

    #index-body .init-about .bg {
        width: 100%;
    }

    #index-body .init-about .mk-content .right .datashow ul li .content {
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 10px;
    }

    #index-body .init-about .play {
        zoom: 0.8;
    }

    #index-body .init-features .mk-content .right ul.ul01 {
        margin-top: 0;
    }

    #index-body .init-features {
        padding-top: 30px;
    }

    #index-body .init-case .mk-bottom ul>li {
        width: 50% !important;
    }

    #index-body .init-news .mk-content .mk-bottom ul li .box {
        width: 500px;
        padding: 40px;
    }
}

@media screen and (max-width: 700px) {
    body {
        font-size: 15px;
    }

    .btn-go {
        zoom: 0.8;
    }

    .pt-btn {
        zoom: 0.8;
    }

    .phone_hide {
        display: none;
    }

    #banner .banner-content .swiper-slide .txt-content .txtcon .textcon .text2 p {
        transform: none;
    }

    #banner .banner-content .swiper-slide .txt-content .txtcon .textcon .text3 {
        margin-right: 0;
    }

    #banner .banner-content .swiper-slide .txt-content .txtcon .textcon .text2 {
        max-width: 100%;
    }

    #banner .banner-content .swiper-slide .txt-content .txtcon .textcon .text3 {
        max-width: 100%;
    }

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

    #footer .footer-center .footer-t .footer-t-gird .t-list.media {
        max-width: 100%;
        margin-top: 30px;
    }

    #index-body .init-product .mk-content ul li .box .nav .imgbox {
        min-height: 66vw;
    }

    #index-body .init-application .mk-content {
        flex-wrap: wrap;
    }

    #index-body .init-application .mk-content .item {
        width: 100%;
    }

    #index-body .init-features .mk-content .right ul {
        width: 100%;
    }

    #index-body .init-features .mk-content .right ul.ul01 {
        margin-bottom: 13px;
    }

    #index-body .init-features .mk-content .right ul li .box .tt {
        height: auto;
    }

    #index-body .init-features .mk-content .right ul li .box .desc {
        height: auto;
    }

    #index-body .init-news .mk-content .mk-bottom ul li .box {
        width: 420px;
        padding: 30px;
    }
}

@media screen and (max-width: 500px) {
    #footer .footer-center .left .form {
        padding: 25px;
    }

    #index-body .init-about .mk-content .right .datashow ul li {
        width: 100% !important;
    }

    #index-body .init-case .mk-bottom ul>li {
        width: 100% !important;
    }

    #index-body .init-news .mk-content .mk-bottom ul li .box {
        width: 320px;
    }

    #index-body .init-product .mk-content ul li .box .nav .imgbox {
        min-height: 107vw;
    }
}

/*----- inner-page -----*/
.oxy-nav-menu .mb2-search input[type="submit"] {
    background-image: url(../images/icon-search-white.png);
}

#mobile3 .m-search form input[type="submit"] {
    background-image: url(../images/icon-search-white.png);
}

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

@media (max-width: 1000px) {
    #innerMobileBanner .banner2 .text {
        font-size: 26px;
    }
}

@media (max-width: 700px) {
    #innerMobileBanner .banner2 .text {
        font-size: 24px;
    }
}

@media (max-width: 500px) {
    #innerMobileBanner .banner2 .text {
        font-size: 22px;
    }
}


.inner-banner {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 100px;
}

.inner-banner::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    bottom: 0;
    right: 100%;
    height: 200%;
    background-color: #2a67b7;
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-animation: round_translate2 12s linear infinite;
    -moz-animation: round_translate2 12s linear infinite;
    animation: round_translate2 12s linear infinite;
    z-index: 10;
}

.inner-banner .inner-content {
    width: 100%;
    height: 100%;
    background: url("../images/in-banner.png") no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.inner-banner .inner-content::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    right: 100%;
    height: 200%;
    background-color: #2a67b7;
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate1 12s linear infinite;
    -moz-animation: round_translate1 12s linear infinite;
    animation: round_translate1 12s linear infinite;
}

.inner-banner .inner-content::after {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    right: 100%;
    height: 200%;
    background-color: #2a67b7;
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate3 12s linear infinite;
    -moz-animation: round_translate3 12s linear infinite;
    animation: round_translate3 12s linear infinite;
}

.inner-banner .mbx {
    color: white;
    text-align: center;
    position: relative;
    z-index: 10;
    padding: 0 20px;
}

.inner-banner .mbx h2 {
    font-size: 42px;
    line-height: 1.3;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.inner-banner .mbx p {
    font-size: 16px;
    line-height: 32px;
}

@media (max-width: 1250px) {
    .inner-banner {
        margin-top: 60px;
    }
}

@media (max-width: 1000px) {
    .inner-banner {
        width: 100%;
    }

    .inner-banner .mbx h2 {
        font-size: 24px;
        padding: 0 15px;
        line-height: 38px;
    }

    .inner-banner .mbx p {
        padding: 0 15px;
    }
}


.inner-page .m-page {
    text-align: center;
}

.inner-page .m-page a,
.inner-page .m-page span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    border: 1px solid #999;
    margin-right: 5px;
}

.inner-page .m-page a.next {
    margin-left: 20px;
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background-image: linear-gradient(90deg, var(--color) 0%, #fffdb2 100%), linear-gradient(#3e3e3c, #3e3e3c);
    color: #fff;
    border: 1px solid var(--color);
}

@media screen and (max-width: 1000px) {
    .inner-page .m-page {
        margin-top: 40px;
    }
}

@media screen and (max-width: 700px) {
    .inner-page .m-page {
        margin-top: 20px;
    }
}


@keyframes round_translate1 {
    0% {
        right: 75%;
    }

    74.99% {
        opacity: 1;
    }

    75% {
        right: -25%;
        top: 100%;
        opacity: 0;
    }

    75.05% {
        right: 100%;
        opacity: 0;
    }

    75.1% {
        opacity: 1;
    }

    100% {
        right: 75%;
    }
}

@keyframes round_translate2 {
    0% {
        right: 40%;
    }

    64.99% {
        opacity: 1;
    }

    65% {
        right: -30%;
        opacity: 0;
    }

    65.05% {
        right: 100%;
        opacity: 0;
    }

    65.1% {
        opacity: 1;
    }

    100% {
        right: 40%;
    }
}

@keyframes round_translate3 {
    0% {
        right: 0;
    }

    9.99% {
        opacity: 1;
    }

    10% {
        right: -25%;
        opacity: 0;
    }

    10.05% {
        right: 100%;
        opacity: 0;
    }

    10.1% {
        opacity: 1;
    }

    100% {
        right: 0;
    }
}


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

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

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


/*
    about2-page
==============================================*/
.about2-page .about-1 .left .icon {
    position: absolute;
    left: -10%;
    bottom: 11%;
    padding: 3% 7%;
    background-image: linear-gradient(to top, #fffbf1, var(--color));
}
.about2-page .about-1 .right .desc{
    max-height: calc(28px * 16);
    overflow-y: auto;
}

.about2-page .about-2 {
    background-color: #f4f4f4;
}

.about2-page .about-2 .slick-list {
    overflow: unset;
}

.about2-page .about-3 {
    color: white;
}

.about2-page .about-3 span.h2 {
    max-width: 50%;
}

.about2-page .about-3 .list {
    margin: 1em 0;
}

.about2-page .about-3 .list ul li {
    background-color: white;
    color: black;
    padding: 5% 2%;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about2-page .about-3 .list ul li:after {
    content: '';
    width: 100%;
    height: -webkit-calc(100% + 2em);
    height: -moz-calc(100% + 2em);
    height: calc(100% + 2em);
    position: absolute;
    background-image: linear-gradient(to top, #d9e5f3, var(--color3));
    top: -1em;
    left: 0;
    z-index: -1;
    border-radius: 1em;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.about2-page .about-3 .list ul li:before {
    content: '';
    width: 1px;
    height: 63%;
    position: absolute;
    left: 0;
    top: 15%;
    background-color: #dedede;
}

.about2-page .about-3 .list ul li i {
    width: 2em;
    height: 2em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about2-page .about-3 .list ul li .text{
    height: calc(18px * 5);
    overflow-y: auto;
}
.about2-page .about-3 .list ul li span.h6 {
    line-height: 1.4;
    /*text-transform: uppercase;*/
    height: 2.8em;
}

.about2-page .about-3 .list ul li:hover {
    color: white;
}

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

.about2-page .about-3 .list ul li:hover .text {
    color: inherit;
}

.about2-page .about-3 .list ul li:hover:after {
    opacity: 1;
}

.about2-page .about-3 .list ul li:first-child:before {
    display: none;
}

.about2-page .about-4 {
    position: relative;
}

.about2-page .about-4:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #f4f4f4;
}

@media screen and (max-width: 1450px) {
    .about2-page .about-1 .left .icon {
        zoom: .6;
    }
}

@media screen and (max-width: 1250px) {
    .about2-page .about-1 .right .text {
        max-height: calc(28px * 8);
        overflow-y: auto;
    }

    .about2-page .about-3 .list ul li {
        padding: 3%;
    }
    .about2-page .about-3 .list ul li {
        width: 50%;
    }
}

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


    .about2-page .about-3 .list ul li:after {
        height: 100%;
        top: 0;
        border-radius: 0;
    }

    .about2-page .about-1 .left .icon {
        left: 0;
        max-width: 70%;
    }
}

@media screen and (max-width: 700px) {
    .about2-page .about-3 .list ul li {
        width: 100%;
    }

    .about2-page .about-3 span.h2 {
        max-width: none;
    }

    .about2-page .about-3 .list ul li:before {
        width: 100%;
        top: 0;
        left: 0;
        height: 1px;
    }
}

.about2-page .about-3-0 .list {
    padding: 100px 0;
    border-top: 1px solid #eaeaea;
}

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

.about2-page .about-3-0 .list ul li {
    padding:0 40px;
}

.about2-page .about-3-0 .list ul li span.h2 {
    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;
}

.about2-page .about-3-0 .list ul li span.h2 img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    width: .6em;
    margin-left: .5em;
}

.about2-page .about-3-0 .list ul li .text {
    color: black;
    font-size: 16px;
}

@media screen and (max-width: 1700px) {
    .about2-page .about-3-0 .list {
        padding: 70px 0;
    }
}

@media screen and (max-width: 1450px) {
    .about2-page .about-3-0 .list ul li {
        padding: 20px;
    }

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

@media screen and (max-width: 1000px) {
    .about2-page .about-3-0 .list ul li {
        width: 50%;
    }
}

@media screen and (max-width: 700px) {
    .about2-page .about-3-0 .list {
        padding: 50px 0;
    }
}

@media screen and (max-width: 500px) {
    .about2-page .about-3-0 .list ul li {
        width: 100%;
    }
}

.about2-page .about-4-0 {
    padding: 130px 0;
    position: relative;
}

.about2-page .about-4-0:before,
.about2-page .about-4-0:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: linear-gradient(42deg, var(--color), #f9f9f9 35%);
    border-radius: 10px;
    opacity: .5;
}

.about2-page .about-4-0:after {
    background-color: #f9f9f9;
    background-image: unset;
    opacity: 1;
    z-index: -1;
}

.about2-page .about-4-0 .left .list ul {
    margin: -20px;
    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;
}

.about2-page .about-4-0 .left .list ul li {
    padding: 20px;
}

.about2-page .about-4-0 .left .list ul li .box2 {
    display: block;
    background-color: white;
    padding: 45px;
    height: 100%;
}

.about2-page .about-4-0 .left .list ul li .box2 i.fa {
    font-size: 40px;
}

.about2-page .about-4-0 .left .list ul li .box2 span.h6 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    display: block;
    margin-top: 1em;
}

.about2-page .about-4-0 .left .list ul li .box2 .text {
    font-size: 16px;
    margin: 1em 0 1em;
    color: black;
}

.about2-page .about-4-0 .right {
    padding-left: 4%;
}

.about2-page .about-4-0 .right span.h2 {

    display: inline-block;
    width: 100%;
    margin-bottom: .8em;
}

.about2-page .about-4-0 .right .img {
    float: right;
    margin-bottom: -50%;
}

@media screen and (max-width: 1700px) {
    .about2-page .about-4-0 .left .list ul li .box2 i.fa {
        font-size: 32px;
    }

    .about2-page .about-4-0 .right span.h2 {
        font-size: 50px;
    }

    .about2-page .about-4-0 .left .list ul li .box2 {
        padding: 30px;
    }

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

    .about2-page .about-4-0:before,
    .about2-page .about-4-0:after,
    .about2-page .about-6:before {
        width: 100%;
        left: 0;
    }

    .about2-page .about-4-0 .left .list ul li .box2 span.h6 {
        margin-top: 1em;
    }

    .about2-page .about-4-0 .left .list ul li .box2 .text {
        margin: .5em 0 1em;
    }
}

@media screen and (max-width: 1450px) {
    .about2-page .about-4-0 .left .list ul li .box2 i.fa {
        font-size: 28px;
    }

    .about2-page .about-4-0 .left .list ul li {
        padding: 10px;
    }

    .about2-page .about-4-0 .left .list ul {
        margin: -10px;
    }

    .about2-page .about-4-0 .right span.h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1250px) {
    .about2-page .about-4-0 .left .list ul li .box2 i.fa {
        font-size: 24px;
    }

    .about2-page .about-4-0 .left .list ul li .box2 {
        padding: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .about2-page .about-4-0 .right span.h2 {
        font-size: 30px;
    }

    .about2-page .about-4-0 .left {
        position: static;
        width: 100%;
        padding-right: 0;

    }

    .about2-page .about-4-0 .right {
        display: none;
    }

    .about2-page .about-4-0 {
        padding: 70px 0;
    }
}

@media screen and (max-width: 700px) {
    .about2-page .about-4-0 .left .list ul li .box2 i.fa {
        font-size: 20px;
    }

    .about2-page .about-4-0 {
        padding: 50px 0;
    }

    .about2-page .about-4-0 .right span.h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 500px) {
    .about2-page .about-4-0 .right span.h2 {
        font-size: 20px;
    }
}

.about2-page .about-5 .left {
    width: 45%;
    padding-right: 8%;
}

.about2-page .about-5 .left .scrollPage>div {
    background-color: #f3f3f3;
}

.about2-page .about-5 .left .scrollPage>div.page {
    background-color: var(--color);
}

.about2-page .about-5 .left .scrollPage>div:hover {
    background-color: var(--color);
}

.about2-page .about-5 .right {
    width: 55%;
    position: relative;
    margin-top: -185px;
}

.about2-page .about-5 .right .list .slick-list {
    padding-bottom: 10%;
    margin-bottom: -10%;
}

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

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

.about2-page .about-5 .right .list ul .slick-slide {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}


.about2-page .about-5 .right .list ul .slick-current~div {
    -webkit-transform: rotate(12deg) scale(0.8);
    -moz-transform: rotate(12deg) scale(0.8);
    -ms-transform: rotate(12deg) scale(0.8);
    transform: rotate(12deg) scale(0.8);
}

.scrollPage {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
}

.scrollPage>* {
    width: 4.375em;
    height: 4.375em;
    border-radius: 100%;
    background-color: white;
    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: var(--color);
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.scrollPage>* i.iconfont {
    font-size: 1.5em;
}

.scrollPage .prev,
.scrollPage .next {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #000;
}

.scrollPage .prev:hover,
.scrollPage .next:hover {
    background-color: var(--color);
    color: white;
}

.scrollPage .page {
    margin: 0 1em;
    padding: 0.3125em;
    background-color: var(--color);
    color: white;
    width: auto;
    border-radius: 2.1875em;
}

.scrollPage .page span.num {
    width: 3.75em;
    height: 3.75em;
    border: 1px solid rgba(255, 255, 255, 0.55);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
}

.scrollPage .page span.line {
    width: 0;
    height: .6em;
    border-radius: .3em;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
}

.scrollPage .page span.line i {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    width: 0;
    background-color: white;
    height: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.scrollPage:hover .page {
    max-width: 100%;
}

.scrollPage:hover .page span.line {
    margin: 0 1em;
    width: 11.25em;
}
@media screen and (max-width: 1700px){
    .about2-page .about-5 .right {
        margin-top: -160px;
    }
}
@media screen and (max-width: 1250px) {
    .about2-page .about-5 .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }

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

    .about2-page .about-5 .right .list .slick-list {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1000px) {
    .about2-page .about-5 .right {
        top: 0;
    }

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

    .about2-page .about-5 .left {
        padding-right: 3%;
    }

    .about2-page .about-5 .right .list ul .slick-current~div {
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }

    .about2-page .about-5 .right .list {
        padding-right: 30%;
        overflow: hidden;
    }

    .about2-page .about-5 .right .list .slick-list {
        padding-bottom: 0;
        margin-bottom: 0;
        overflow: unset;
    }
}

@media screen and (max-width: 700px) {
    .about2-page .about-5 .left {
        width: 100%;
        padding-right: 0;
    }

    .about2-page .about-5 .left .scrollPage {
        display: none;
    }

    .about2-page .about-5 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

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

    .about2-page .about-5 .right .list {
        padding-right: 0;
    }
}

/*==============================================
    about2-page
*/


/*
    gallery-page
==============================================*/

.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: #bf0000;
    -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 .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;
    color: #666;
}

.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%;
    border-radius: 0px;
}

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

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

.gallery-page.Partner .init-2 .container ul li {
    width: 20%;
}

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

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

/*==============================================
    gallery-page
*/


/*
    faq-page
==============================================*/
.faq-page {
    padding: 120px 0;
}

.faq-page ul li {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}

.faq-page ul li h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;

}

.faq-page ul li .content {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 17px;
    line-height: 1.6;
}

.faq-page ul li:last-child {
    margin-bottom: 0;
}

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

    .faq-page ul li h4 {
        font-size: 18px;
        line-height: 1.6;
    }

    .faq-page ul li .content {
        font-size: 14px;
    }
}

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

/*==============================================
    faq-page
*/

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

.product-yd-page .init-1 ul li .box .left {
    width: 60%;
}

.product-yd-page .init-1 ul li .box .left .title {
    font-style: italic;
    display: block;
    line-height: 1.2;
}

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

.product-yd-page .init-1 ul li .box .left .des {
    color: #666;
    overflow-y: auto;
    max-height: 250px;
    line-height: 32px;
}

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

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

.product-yd-page .init-1 ul li .box.flex-drr .right {
    text-align: left;
}

.product-yd-page .init-1 ul li .box .right .img-box {
    display: inline-block;
}

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

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

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

    .product-yd-page .init-1 ul li .box {
        padding: 40px 0;
    }
}

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

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

}

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

    .product-yd-page .init-1 ul li .box {
        padding: 30px 0;
    }
}

/*==============================================
    product-yd-page
*/


/*
    product-page
==============================================*/

.pro-box .pro-left {
    width: 340px;
    position: sticky;
    top: 135px;
    float: left;
}

.pro-box .pro-left .menus {

    margin-bottom: 50px;
}

.pro-box .pro-left .menus>li {
    border-radius: 5px;
    border-top: none;
    margin-bottom: 10px;
}

.pro-box .pro-left .menus>li:last-child {
    margin-bottom: 0;
}

.pro-box .pro-left .menus>li.active .menu-a span,
.pro-box .pro-left .menus>li:hover .menu-a span {
    right: 0;
}

.pro-box .pro-left .menus>li.active .menu-a a,
.pro-box .pro-left .menus>li:hover .menu-a a,
.pro-box .pro-left .menus>li.active .menu-a i,
.pro-box .pro-left .menus>li:hover .menu-a i {
    color: white;
}

.pro-box .pro-left .menus>li.active .menu-a i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.pro-box .pro-left .menus>li .menu-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;
    height: auto;
    min-height: 60px;
    padding: 15px 70px 15px 27px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    cursor: pointer;
    z-index: 5;
    line-height: 1.4;
}

.pro-box .pro-left .menus>li .menu-a span {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    right: -webkit-calc(100% - 8px);
    right: -moz-calc(100% - 8px);
    right: calc(100% - 8px);
    top: 0;
    background-color: var(--color);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

.pro-box .pro-left .menus>li .menu-a i {
    position: absolute;
    right: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.pro-box .pro-left .menus>li .sub-menu {
    padding: 20px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    margin-top: -3px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}

.pro-box .pro-left .menus>li .sub-menu li {
    padding: 5px 30px;
}

.pro-box .pro-left .menus>li .sub-menu li a {
    font-size: 20px;
    color: #666;
    transition: all 0.5s;
    border-bottom: 1px solid #eee;
    display: block;
    padding: 10px 0 15px 0;
}

.pro-box .pro-left .menus>li .sub-menu li:last-child a {
    border: none;
}

.pro-box .pro-left .menus>li .sub-menu li a:hover {
    color: var(--color);
}

.pro-box .pro-left .menus>li .sub-menu li.active a {
    color: var(--color);
}


.product-page .pro-box .product-right {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-left: 35px;
    margin-left: auto;
}

.product-page .pro-box .product-right ul {
    margin: 0 -12px;
}

.product-page .pro-box .product-right ul li {
    padding: 0 12px;
    margin-bottom: 30px;
}

.product-page .pro-box .product-right ul li:hover .img-box {
    border: 1px solid var(--color);
}

.product-page .pro-box .product-right ul li .img-box {
    width: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.product-page .pro-box .product-right .text h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.product-page .pro-box .product-right .text {
    color: #666;
}

.product-page .pro-box .product-right ul li .img-box:hover .icon {
    opacity: 1;
}

.product-page .pro-box .product-right ul li .img-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.product-page .pro-box .product-right ul li .img-box .icon a {
    margin: 0 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.product-page .pro-box .product-right ul li .img-box .icon a img {
    -webkit-filter: invert(0);
    filter: invert(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.product-page .pro-box .product-right ul li .img-box .icon a:hover,
.product-page .pro-box .product-right ul li .img-box .icon a.active {
    background-color: var(--color);
}

.product-page .pro-box .product-right ul li .img-box .icon a:hover img,
.product-page .pro-box .product-right ul li .img-box .icon a.active img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.product-page .pro-box .product-right ul li .img-box .img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, .2);
}

.product-page .pro-box .product-right ul li h4 {
    font-size: 19px;

    text-align: center;
    padding: 0 25px;
    margin-top: 15px;
    transition: all 0.5s;
    font-weight: 600;
}

.product-page .pro-box .product-right ul li h4:hover {
    color: var(--color);
}

@media screen and (max-width: 1450px) {
    .product-page .pro-box .product-right ul li h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1250px) {
    .product-page .pro-box .product-right ul li {
        width: 50%;
    }
}

@media screen and (max-width: 1000px) {
    .product-page .pro-box .product-right {
        width: 100%;
        padding-left: 0;
    }

    .pro-box .pro-left {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .product-page .pro-box .product-right ul li {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .product-page .pro-box .product-right .text h3 {
        font-size: 20px;
    }
}

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

.seoPublic .Auxil-about .box .right {
    padding-top: 0;
    padding-bottom: 0;
}

.seoPublic .Auxil-about .box .right .text {
    max-height: calc(1.8em * 13);
    overflow-y: auto;
}

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

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

.seoPublic .Auxil-news .list ul li .content div.h6 {
    height: 2.8em;
}

.seoPublic .Auxil-news .list ul li .content p {
    height: 4.3em;
}

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

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

.seoPublic .Auxil-related .list ul li .box {
    box-shadow: unset;
    background-color: transparent;
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    box-shadow: 0 0 8px rgba(125, 125, 125, .2);
    background-color: #fff;
}

@media screen and (max-width: 1700px) {
    .seoPublic>div {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1450px) {
    .seoPublic>div {
        padding: 70px 0;
    }
}

@media screen and (max-width: 1250px) {
    .seoPublic>div {
        padding: 60px 0;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic>div {
        padding: 50px 0;
    }
}

@media screen and (max-width: 700px) {
    .seoPublic>div {
        padding: 40px 0;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -12px -8px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 12px 8px;
    }
}

@media screen and (max-width: 500px) {
    .seoPublic>div {
        padding: 35px 0;
    }
}

/*==============================================
    product-page
*/


/*
    detail-product-page
==============================================*/
.detail-product-page {
    padding-top: 8.75vw;
}

.detail-product-page .detail-page-wrap1 .ui.container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.detail-product-page .detail-page-wrap1 .detail-left {
    width: 46%;
}

.detail-product-page .detail-page-wrap1 .detail-left .big-slide-ul {
    margin-bottom: 29px;
}

.detail-product-page .detail-page-wrap1 .detail-left .big-slide-ul li a {
    display: block;
    border: 2px solid rgba(218, 218, 218, .4)
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box {
    position: relative;
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-prev,
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-next {
    height: 53px;
    width: 53px;
    border-radius: 50%;
    border: 1px solid var(--color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: 0 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-prev {
    left: -60px;
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-next {
    right: -60px;
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-prev:hover,
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-next:hover {
    background: var(--color);
    color: #fff;
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-ul {
    margin: 0 -11px;
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-ul .slide-box {
    display: block;
    margin: 0 11px;
    border: 2px solid rgba(218, 218, 218, .4);
}

.detail-product-page .detail-page-wrap1 .detail-right {
    width: 47%;
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc p {
    font-size: 18px;
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc ul li {
    font-size: 16px;
    padding-left: 20px;
    position: relative;
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc>ul>li:after {
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--color);
}

.detail-product-page .detail-page-wrap1 .detail-right .t-text {
    color: var(--color);
}

.detail-product-page .detail-page-wrap1 .detail-right .product-name {
    margin-top: 9px;
    margin-bottom: 2.604167vw;
    font-weight: 600;
    line-height: 1.2;
}

.detail-product-page .detail-page-wrap1 .detail-right .product-intro {
    /*color: var(--index-color2);*/
    line-height: 1.7;
    max-width: 647px;
    margin-bottom: 2.291667vw;
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc .desc-title {

    margin-bottom: 13px;
    font-weight: bold;
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc p,
.detail-product-page .detail-page-wrap1 .detail-right .product-desc span,
.detail-product-page .detail-page-wrap1 .detail-right .product-desc li,
.detail-product-page .detail-page-wrap1 .detail-right .product-desc * {
    white-space: wrap;
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc .desc-list {
    color: var(--index-color2);
    line-height: 1.666;
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc .desc-list li {
    position: relative;
    padding-left: 15px;
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc .desc-list li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: var(--color);
    border-radius: 50%;
}

.detail-product-page .detail-page-wrap1 .detail-right .product-btns {
    border-top: 1px solid rgba(122, 122, 122, 0.22);
    border-bottom: 1px solid rgba(122, 122, 122, 0.22);
    padding-top: 22px;
    padding-bottom: 22px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.detail-product-page .detail-page-wrap1 .detail-right .product-btns .public-btn {
    width: 149px;
    height: 49px;
    padding-left: 20px;
    padding-right: 6px;
}

.detail-product-page .detail-page-wrap1 .detail-right .product-btns .public-btn:first-child {
    margin-right: 17px;
}

.detail-product-page .detail-page-wrap1 .detail-right .product-btns .public-btn span {
    font-size: 12px;
    padding-right: 0;
}

.detail-product-page .detail-page-wrap1 .detail-right .product-btns .public-btn .circle {
    width: 39px;
    height: 39px;
}

.detail-product-page .detail-page-wrap1 .detail-right .social {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.detail-product-page .detail-page-wrap1 .detail-right .social .title {
    color: var(--index-color2);
    margin-right: 16px;
}

.detail-product-page .detail-page-wrap1 .detail-right .social ul.df a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #010101;
    border: 1px solid #010101;
    margin-right: 7px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.detail-product-page .detail-page-wrap1 .detail-right .social ul.df a i {
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.detail-product-page .detail-page-wrap1 .detail-right .social ul.df a:hover {
    background-color: transparent;
}

.detail-product-page .detail-page-wrap1 .detail-right .social ul.df a:hover i {
    color: #010101;
}

.detail-product-page .detail-page-wrap2 {
    margin-top: 5.104167vw;
}

.detail-product-page .detail-page-wrap2 .tab-items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(122, 122, 122, 0.37);
    margin-bottom: 4vw;
}

.detail-product-page .detail-page-wrap2 .tab-items li {
    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;
    color: #202020;
        font-size: 30px;
    font-weight: bold;
    padding: 18px 34px;
    border-radius: 14px 14px 0 0;
    margin: 0 30px;
    cursor: pointer;
}

.detail-product-page .detail-page-wrap2 .tab-items li.active {
    background-color: var(--color);
    color: #fff;
}

.detail-product-page .detail-page-wrap2 .tab-items li .icon {
    margin-right: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.detail-product-page .detail-page-wrap2 .tab-contents>li {
    display: none;
}

.detail-product-page .detail-page-wrap2 .tab-contents>li:nth-child(2) ul li {
    position: relative;
    padding-left: 20px;
}

/*.detail-product-page .detail-page-wrap2 .tab-contents>li:nth-child(2) ul li:after {
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--color);
}*/

.detail-product-page .detail-page-wrap2 .tab-contents>li:first-child {
    display: block;
}

/*.detail-product-page .detail-page-wrap2 .tab-contents>li table {
    border-collapse: unset;
}*/

/*.detail-product-page .detail-page-wrap2 .tab-contents>li table tr {
    font-size: 18px;
    font-family: Montserrat;
    color: #505050;
    font-weight: 600;
}*/

/*.detail-product-page .detail-page-wrap2 .tab-contents>li table tr:first-child {
    font-size: 18px;
    font-weight: bold;
    color: #505050;
}*/

/*.detail-product-page .detail-page-wrap2 .tab-contents>li .table1 table tr:nth-child(n+2) td:first-child {
    width: 40% !important;
}

.detail-product-page .detail-page-wrap2 .tab-contents>li .table1 table tr:nth-child(n+2) td:last-child {
    width: 60% !important;
}*/

.detail-product-page .detail-page-wrap2 .tab-contents>li table tr:first-child {
    background-color: var(--color);
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table tr:first-child {
    color: #fff;
}
.detail-product-page .detail-page-wrap2 .tab-contents>li table tr{
    background: #eee;
}

/*.detail-product-page .detail-page-wrap2 .tab-contents>li table tr td {
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: center;
}*/

/*.detail-product-page .detail-page-wrap2 .tab-contents>li table tr td:first-child {
    border-right: 2px solid transparent;
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table tr:first-child td:first-child {
    border-right: 2px solid var(--index-header-color);
}*/

/*.detail-product-page .detail-page-wrap2 .tab-contents>li table tr td:last-child {
    border-left: 1px solid transparent;
}*/

/*.detail-product-page .detail-page-wrap2 .tab-contents>li table td {
    border: none;
}*/

.detail-product-page .detail-page-wrap3 {
    margin-top: 5vw !important;
    margin-bottom: 5vw !important;
}

.detail-product-page .detail-page-wrap4 {
    margin-top: 324px;
    padding-bottom: 858px;
    position: relative;
}

.detail-product-page .detail-page-wrap4 .ui.container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.detail-product-page .detail-page-wrap4 .left {
    color: var(--index-color2);
}

.detail-product-page .detail-page-wrap4 .left .public-title {
    margin-bottom: 14px;
}

.detail-product-page .detail-page-wrap4 .right {
    color: var(--index-color2);
    max-width: 900px;
    margin-left: 25px;
}

.detail-product-page .detail-page-wrap4 .right p {
    margin-bottom: 22px;
}

.detail-product-page .detail-page-wrap4 a.play {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 361px;
    display: block;
    z-index: 2;
    width: 89px;
    height: 89px;
}

.detail-product-page .detail-page-wrap4 a.play .circle {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    z-index: 3;
}

.detail-product-page .detail-page-wrap4 a.play .circle i {
    color: var(--index-color2);
    font-size: 26px;
}

.detail-product-page .detail-page-wrap4 a.play:before,
.detail-product-page .detail-page-wrap4 a.play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
}

.detail-product-page .detail-page-wrap4 a.play:before {
    opacity: 0.43;
    z-index: 2;
    -webkit-animation: change-big2 1s infinite;
    -moz-animation: change-big2 1s infinite;
    animation: change-big2 1s infinite;
}

.detail-product-page .detail-page-wrap4 a.play:after {
    opacity: 0.23;
    z-index: 1;
    -webkit-animation: change-big21 1s infinite;
    -moz-animation: change-big21 1s infinite;
    animation: change-big21 1s infinite;
}

.detail-product-page .detail-page-wrap5 .top {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.detail-product-page .detail-page-wrap5 .top .public-title {
    margin-bottom: 12px;
}

.detail-product-page .detail-page-wrap5 .top .public-btn {
    margin-top: 15px;
}

.detail-product-page .detail-page-wrap5 .honor-list {
    margin: 0 -10vw 0 -22px;
}

.detail-product-page .detail-page-wrap5 .honor-list .slide-box {
    display: block;
    margin: 0 22px;
}

.inner-product-recommendation {
    padding-top: 4vw;
    background: linear-gradient(to bottom, #fbf8e8, #fff);
}

.inner-product-recommendation .public-title {
    margin-bottom: 13px;
}

.inner-product-recommendation .intro {
    color: var(--index-color2);
}

.inner-product-recommendation .product-recommendation {
    margin: 2.5vw -10px 0;
}

.inner-product-recommendation .recommendation-box {
    position: relative;
}

.inner-product-recommendation .recommendation-box .product-recommendation-prev,
.inner-product-recommendation .recommendation-box .product-recommendation-next {
    height: 53px;
    width: 53px;
    border-radius: 50%;
    border: 1px solid var(--index-color1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--index-color1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.inner-product-recommendation .recommendation-box .product-recommendation-prev {
    left: -4.1666vw;
}

.inner-product-recommendation .recommendation-box .product-recommendation-next {
    right: -4.1666vw;
}

.inner-product-recommendation .recommendation-box .product-recommendation-prev i,
.inner-product-recommendation .recommendation-box .product-recommendation-next i {
    font-size: 24px;
}

.inner-product-recommendation .recommendation-box .product-recommendation-prev:hover,
.inner-product-recommendation .recommendation-box .product-recommendation-next:hover {
    background: var(--index-color1);
    color: #fff;
}


.inner-product-recommendation .product-recommendation .slide-box {
    border: 2px solid rgba(218, 218, 218, 0.4);
    padding-top: 1.6vw;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 10px 30px;
    color: #7e7e7e;
    transition: .3s;
}

.inner-product-recommendation .product-recommendation .slide-box:hover {
    background: #fff;
}

.inner-product-recommendation .product-recommendation .slide-box:hover a.title {
    color: var(--index-color1);
}

.inner-product-recommendation .product-recommendation .slide-box a.img {
    display: block;
    text-align: center;
}

.inner-product-recommendation .product-recommendation .slide-box a.img img {
    margin: 0 auto;
}

.inner-product-recommendation .product-recommendation .slide-box a.title {
    display: block;
    text-align: center;
    margin: 1.6vw 15px 42px;
    font-weight: bold;
    color: #000;
    height: 54px;
}

.inner-product-recommendation .product-recommendation .slide-box .product-intro {
    color: #7e7e7e;
    max-width: 281px;
    margin: 0 auto 29px;
    text-align: center;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 54px;
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn {
    position: relative;
    -webkit-transition: width 0.3s, background-color 0.3s;
    -moz-transition: width 0.3s, background-color 0.3s;
    transition: width 0.3s, background-color 0.3s;
    width: 60px;
    height: 60px;
    background-color: #d4d4d4;
    border-radius: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 26px;
    padding-right: 7px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    margin: 0 auto -30px;
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn .plus {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
 
    font-weight: bold;
    color: #fff;
    z-index: 2;
    font-size: 20px;
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover {
    background-color: var(--index-color1);
    width: 176px;
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover .plus {
    display: none;
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover span {
    display: block;
    position: absolute;
    left: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap;
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover .circle {
    background: #fff;
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover .circle i {
    color: var(--index-color1);
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn span {
    color: #fff;
    display: none;
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn .circle {
    width: 46px;
    height: 46px;
    background-color: #d4d4d4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn .circle i {
    color: #d4d4d4;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

@media screen and (max-width: 1700px) {
    .detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-prev {
        left: 0px;
        top: unset;
        transform: translateY(0);
        bottom: -60px;
    }

    .detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-next {
        right: 0px;
        top: unset;
        transform: translateY(0);
        bottom: -60px;
    }

    .detail-product-page .detail-page-wrap1 .detail-left .small-slide-ul {
        margin-bottom: 60px;
    }

    .inner-product-recommendation .recommendation-box .product-recommendation-prev {
        left: 0;
    }

    .inner-product-recommendation .recommendation-box .product-recommendation-next {
        right: 0;
    }
}

@media screen and (max-width: 1250px) {
    .detail-product-page .detail-page-wrap2 .tab-items li {
        margin: 0 10px;
        padding: 5px 10px;
    }

}

@media screen and (max-width: 1000px) {
    .detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .detail-product-page .detail-page-wrap1 .ui.container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .detail-product-page .detail-page-wrap1 .detail-left,
    .detail-product-page .detail-page-wrap1 .detail-right {
        width: 100%;
    }

    .detail-product-page .detail-page-wrap2 .tab-items li .icon {
        display: none;
    }

    .detail-product-page .detail-page-wrap1 .detail-right .product-desc p {
        font-size: 14px;
    }

    .inner-product-recommendation .recommendation-box .product-recommendation-prev {
        display: none;
    }

    .inner-product-recommendation .recommendation-box .product-recommendation-next {
        display: none;
    }

    .inner-product-recommendation .recommendation-box .product-recommendation-prev {
        display: none;
    }

    .inner-product-recommendation .recommendation-box .product-recommendation-next {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .detail-product-page .detail-page-wrap2 .tab-items {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .slick-arrow {
        zoom: 0.8;
    }
}

@media screen and (max-width: 500px) {
    .detail-product-page .detail-page-wrap2 .tab-contents>li table tr {
        font-size: 14px;
    }

    .detail-product-page .detail-page-wrap1 .detail-right {
        order: -1;
        margin-bottom: 25px;
    }

    .detail-product-page .detail-page-wrap2 .tab-items li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .detail-product-page .detail-page-wrap2 .tab-contents table tbody tr:first-child td span {
        font-size: 20px !important;
    }

    .detail-product-page .detail-page-wrap2 .tab-contents .table1 table tbody {
        min-width: auto;
    }

    .detail-product-page .detail-page-wrap2 .tab-contents .table-det8 table tbody {
        min-width: 700px;
    }
}

/*==============================================
    detail-product-page
*/

.df {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox
}

/*
    service-page
==============================================*/
.service-page .text p {
    margin-top: 2em;
}

.service-page .text p strong {
    font-weight: 500;
    color: black;
}

.service-page .text p:first-child {
    margin-top: 0;
}

.service-page .service-1 {
    position: relative;
    padding: 100px 0;
}

.service-page .service-1:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-radial-gradient(left bottom, var(--color), transparent 40%);
    opacity: .5;
}

.service-page .service-1 .left {
    padding-right: 5%;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}


.service-page .service-1 .right .text {
    margin: 2em 0;
}

.service-page .service-2 {
    padding-top: 100px;
}

.service-page .service-2 span.h2 {
    display: block;
}

.service-page .service-2 .left {
    padding-right: 5%;
}

.service-page .service-2 .left img {
    margin-bottom: -40%;
}


.service-page .service-2 .right .zdy-switch>div{
    position: static;
    margin-top: 0;
    width: 2em;
    height: 2em;
    border-radius: 100%;display: flex;align-items: center;
    justify-content: center;
    background-color: var(--color);
    color: white;
    cursor: pointer;transition: .5s;
}
.service-page .service-2 .right .zdy-switch>div:after{
        font-size: 20px;
}
.service-page .service-2 .right .zdy-switch>div:hover{
    background-color: #3b3b3b;
}

.service-page .service-2 .list {
    margin-top: 50px;
}
.service-page .service-2 .list .swiper{
    margin: -15px;
}

.service-page .service-2 .list ul li{
    padding: 15px;
}
.service-page .service-2 .list ul li .box2 {
    padding: 50px;
    background-color: white;
    box-shadow: 0px 0px 15px 0px rgba(27, 26, 26, 0.06);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}

.service-page .service-2 .list ul li .box2 span.h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    height: 3em;
}

.service-page .service-2 .list ul li .box2 .text {
    font-size: 16px;
    margin: 0 0 1.5em 0;
    height: calc(1.3em * 8);
    overflow-y: auto;
}

.service-page .service-2 .list ul li .box2 a.btn-go {
    margin-top: auto;
    margin-bottom: 0;
}

.service-page .service-2 .list ul li .box2 i.fa {
    font-size: 40px;
    display: block;
    margin-top: 1em;
    width: 100%;
    margin-bottom: 0;
}



.service-page .service-3 {
    background-image: url("../images/service-3-bg.jpg");
    background-size: cover;
    background-position: center;
    padding: 200px 0 150px;
    color: white;
    margin-bottom: -78px;
}

.service-page .service-3 .left {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    padding-right: 7%;
}

.service-page .service-3 .left .play {
    width: 100px;
    height: 100px;
    font-size: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    margin-left: auto;
    cursor: pointer;
    cursor: hand;
}

.service-page .service-3 .right span.tag {
    color: inherit;
}

.service-page .service-3 .right span.h2 {
    margin-bottom: 2em;
    display: block;
}

.service-page .service-3 .right .text {
    color: inherit;
}

.service-page .service-3 .right .nav {
    font-size: 16px;
    line-height: 30px;
    margin-top: 3em;
    padding-top: 2em;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
    font-weight: 500;
}

.service-page .service-3 .right .nav a {
    padding: .5em 1em;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.4);
    margin-right: 1em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.service-page .service-3 .right .nav a:hover {
    background-color: var(--color);
    color: white;
}

@media screen and (max-width: 1700px) {
    .service-page .service-1 {
        padding: 70px 0;
    }

    .service-page .service-2 .list ul li .box2 i.fa {
        font-size: 32px;
    }

    .service-page .service-4 .list ul li span.h6 {
        font-size: 18px;
    }

    .service-page .service-1 .left span.h2 {
        font-size: 70px;
    }

    .service-page .service-1 .right .text {
        margin: 1em 0;
    }

    .service-page .service-2 .right span.h5 {
        font-size: 20px;
    }

    .service-page .service-2 .list ul li .box2 {
        padding: 30px;
    }

    .service-page .service-3 .right .nav {
        font-size: 14px;
        margin-top: 2em;
        padding-top: 1.5em;
    }

    .service-page .service-2 {
        padding-top: 70px;
    }
}

@media screen and (max-width: 1450px) {
    .service-page .service-2 .list ul li .box2 i.fa {
        font-size: 28px;
    }

    .service-page .service-1 .left span.h2 {
        font-size: 52px;
    }

    .service-page .service-2 .right span.h5 {
        font-size: 18px;
    }

    .service-page .service-3 .left {
        position: static;
        width: 100%;
    }

    .service-page .service-3 .right {
        width: 100%;
        margin-top: 20px;
    }

    .service-page .service-3 .left .play {
        zoom: .6;
        margin-left: 0;
    }

    .service-page .service-4 .list ul li span.h6 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1250px) {
    .service-page .service-2 .list ul li .box2 i.fa {
        font-size: 24px;
    }

    .service-page .service-2 .list ul li .box2 {
        padding: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .service-page .service-1 .left span.h2 {
        font-size: 40px;
    }

    .service-page .service-1 .left,
    .service-page .service-2 .left,
    .service-page .service-4 .left {
        position: static;
        width: 100%;
        padding-right: 0;
    }

    .service-page .service-1 .right,
    .service-page .service-2 .right,
    .service-page .service-4 .right {
        width: 100%;
        margin-top: 40px;
        padding-left: 0;
    }

    .service-page .service-2 .left img {
        display: none;
    }

    .service-page .service-2 .right {
        padding-top: 0;
    }

    .service-page .service-2 span.h2 {
        margin-bottom: 0;
    }

    .service-page .service-2 .list ul li {
        width: 50%;
    }

    .service-page .service-2 .list ul li .box2 span.h6 {
        font-size: 18px;
    }
}

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

    .service-page .service-4,
    .service-page .service-1 {
        padding: 50px 0;
    }

    .service-page .service-2 .list ul li .box2 i.fa {
        font-size: 20px;
    }

    .service-page .service-1 .left span.h2 {
        font-size: 32px;
    }

    .service-page .service-3 .left {
        width: 100%;
        padding-right: 0;
        text-align: center;
        position: static;
    }

    .service-page .service-3 .right {
        width: 100%;
        margin-top: 30px;
    }

    .service-page .service-3 .left .play {
        margin-right: auto;
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 500px) {
    .service-page .service-1 .left span.h2 {
        font-size: 24px;
    }

    .service-page .service-1 .left span.h2 {
        line-height: 44px;
    }

    .service-page .service-2 .list ul li {
        width: 100%;
    }

    .service-page .service-3 .right .nav {
        display: block;
    }

    .service-page .service-3 .right .nav a {
        margin-bottom: .5em;
        display: inline-block;
    }
}

.inner-page .text {
    color: #666;
}

.service-page .service-1 .faq_list ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}

.service-page .service-1 .faq_list ul li span.h6 {
    font-size: 20px;
    font-weight: 500;
    display: block;
    line-height: 1.8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    cursor: hand;
}

.service-page .service-1 .faq_list ul li span.h6 i {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.service-page .service-1 .faq_list ul li span.h6 i img {
    display: block;
}

.service-page .service-1 .faq_list ul li .text {
    margin-top: 1em;
    display: none;
}

.service-page .service-1 .faq_list ul li.active span.h6 i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media screen and (max-width: 1000px) {
    .service-page .service-1 .faq_list ul li span.h6 {
        font-size: 18px;
    }
}

/*==============================================
    service-page
*/



/*
    solution-page
==============================================*/
.solution-page .solution-1 .box {
    position: relative;
    z-index: 1;
}

.solution-page .solution-1 .box .img {
    width: 50%;
    vertical-align: middle;
    border-radius: 10px;
}

.solution-page .solution-1 .box .img img {
    border-radius: 10px;
}

.solution-page .solution-1 .box .text {
    width: 50%;
    padding-left: 64px;
    vertical-align: middle;
    color: #111;
}

.solution-page .solution-1 .box .text .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 24px;
}

.solution-page .solution-1 .box .text .header .left {
    width: 100%;
}

.solution-page .solution-1 .box .text .con {
    color: #666;
}

.solution-page .solution-2 .i-title {
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.solution-page .solution-2 .left .img {
    border-radius: 10px;
}

.solution-page .solution-2 .txt {
    color: #7b7b7b;
}

.solution-page .solution-2 .left .img img {
    border-radius: 10px;
}

.solution-page .solution-2 .grid-box {
    margin: 0 -22px;
}

.solution-page .solution-2 .grid-box .column {
    padding: 0 22px;
}



.solution-page .solution-2 .right img {
    border-radius: 10px;
}

.solution-page .solution-2 .txt {
    color: #7b7b7b;
    margin-top: 10px;
    min-height: 60px;
}

@media screen and (max-width: 1250px) {
    .solution-page .solution-1 .box .text {
        padding: 0 15px 0 30px;
    }
.solution-page .solution-2 .grid-box {
    margin: 0 -10px;
}

.solution-page .solution-2 .grid-box .column {
    padding: 0 10px;
}
}

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


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

    .solution-page .solution-1 .box .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }

    .solution-page .solution-2 .right {
        width: 100%;
        margin-top: 25px;
    }

    .solution-page .solution-2 .left {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .solution-page .solution-2 .i-title {
        margin-bottom: 30px;
    }
}

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

    .solution-page .solution-1 .box .text .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .solution-page .solution-1 .box .text .header .left {
        width: 100%;
    }

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

}

/*==============================================
    solution-page
*/


/*
    news-page
==============================================*/
.news-page{
    background: #f8f8f8;
}
.news-page .container .left a {
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 26px;
    position: relative;
}
.news-page .container .left a:hover, .news-page .container .left a.active {
    color: var(--color3);
}
.news-page .container .left a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0;
}
.news-page .container .left a:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: rgba(218,37,28,0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.news-page .container .left a:hover:before, .news-page .container .left a.active:before {
    width: 100%;
    background-color: var(--color3);
    left: 0;
}

.news-page .container ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.news-page .container ul li {
    margin-top: 30px;
    padding: 0 15px;
}

.news-page .container ul li .box {
    height: 100%;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, .2);
}

.news-page .container ul li .box .title {
    font-weight: normal;
    font-size: 20px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    display: block;
    line-height: 2;
    transition: all 0.5s;
}

.news-page .container ul li .box .title:hover {
    color: var(--color);
}

.news-page .container ul li .box .des {
    line-height: 2;
    margin-top: 14px;
    font-size: 18px;
}

.news-page .container ul li .box .time {
    margin-top: 10px;
}

@media (max-width: 1000px) {
    .news-page .container ul {
        margin: 0 -5px;
    }

    .news-page .container ul li {
        padding: 0 5px;
        margin-top: 10px;
        text-align: center;
    }

    .news-page .container ul li .box {
        padding: 15px;
    }

    .news-page .container ul li .box .time {
        margin-left: 0;
    }
}

@media (max-width: 500px) {
    .news-page .container ul {
        margin: 0;
    }

    .news-page .container ul li {
        padding: 0;
        margin-top: 20px;
    }
}

/*==============================================
    news-page
*/



/*
    newdet-page
==============================================*/

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

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

.newdet-page .header .categoty {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(90deg, var(--color) 0%, #cdeb9a 100%), linear-gradient(#3e3e3c, #3e3e3c);
    padding: 5px 15px;
    text-transform: uppercase;
}

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

.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: 40px;
    height: 40px;
    border-radius: 50%;
}

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

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

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

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

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

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

.newdet-page .content {
    font-size: 16px;
    line-height: 32px;
    color: #666;
}

.newdet-page .sharebox{
    border-top: 1px solid #d1d0c8;
    border-bottom: 1px solid #d1d0c8;
    padding: 28px 0;
}


.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;
    background-image: linear-gradient(90deg, var(--color) 0%, #eaeb9a 100%), linear-gradient(#eaeb9a, #eaeb9a);
}

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

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

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

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

.newdet-page .share a:nth-child(4) {

    color: #fff;
}

.newdet-page .share a:nth-child(5) {

    color: #fff;
}

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

.newdet-page .m-link {
    width: calc(100% - 240px);
}

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

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


.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) {
    .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;
    }
.newdet-page .m-link {
    width: 100%;
}
}

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

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

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

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

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

/*==============================================
    newdet-page
*/

/*
    contact-page
==============================================*/
.contact-page .init-1 .container .left .tips {
    margin-bottom: 32px;
    text-transform: uppercase;
}

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

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

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

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

.contact-page .init-1 .container .left form .list input:focus,
.contact-page .init-1 .container .left form .list textarea:focus {
    border: 1px solid #da251c;
}

.contact-page .init-1 .container .left form .submit_c .submit_btn {
    margin-top: 20px;
    cursor: pointer;
    display: inline-block;
    padding: 8px 40px;
    background-color: #da251c;
    font-weight: 600;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}

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

.contact-page .init-1 .container .right .tips {
    text-transform: uppercase;
}

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

.contact-page .init-1 .container .right .list ul li .tips_2 {
    text-transform: uppercase;
}

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

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

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

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

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

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

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

@media (max-width: 1000px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

/*==============================================
    contact-page
*/
.seoPublic .Auxil-about .box .right div.h3{
    font-size: inherit;
    font-weight: inherit;
}


.seoPublic .Auxil-news .list ul li .box {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 40px 50px;
}

.seoPublic .Auxil-news .list ul li .box .tt {
    height: calc(1.2em * 2);
}