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

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

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

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

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

body {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 18px;
    --color: #c12121;
    margin: 0 auto;
}

.container {
    width: 1490px;
}

.container1 {
    width: 1580px;
}

.bigtt-zt {
    font-family: "Montserrat";
    font-weight: bold;
}

#header {
    z-index: 200;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    /*padding: 0 25px;*/
    transition: all 0.5s;
    box-shadow: none !important;
}

#header .nav {
    position: relative;
    height: 100px;
    padding: 0 50px;
    /*border-radius: 20px;*/
    transition: all 0.5s;
}

#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 25px;
    height: 100%;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    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: #ffa5a5;
}

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

#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;
}
@media screen and (min-width: 1250px) {
    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu li:last-child {
        display:none;
    }
}

#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 {
    transition: all 0.5s;
}

#header .nav .ui.menu .right .h-language span .gq {
    height: 25px;
}

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

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

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

#header.active {
    top: 0;
}

#header.active .nav {
    background-color: #4b4749;
}

/*#header.inner_active .nav {
    background-color: #4b4749;
}*/

#banner {
    /*padding: 25px;*/
    /*border-radius: 20px;*/
    overflow: hidden;
    position: relative;
}

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

#banner .banner-content .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    /*border-radius: 20px;*/
}

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

#banner .banner-content .swiper-slide .txt-content .imgbox {
    width: 52%;
    position: absolute;
    left: -4%;
    top: 55%;
    transform: translateY(-50%);
}

#banner .banner-content .swiper-slide .txt-content .txtbox {
    max-width: 52%;
    /*margin-top: -6%;*/
}

#banner .banner-content .swiper-slide .txt-content h3 {
    max-width: 785px;
}

#banner .banner-content .swiper-slide .tag {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 18.6vw;
    font-weight: bold;
    color: #fff;
    line-height: 0.7;
    z-index: -1;
    text-align: center;
}

#banner .banner-content .swiper-slide.num_pro .imglist{
    margin:-5px;
}
#banner .banner-content .swiper-slide.num_pro .imglist li{
    width: 25%;
    padding: 5px;
}

#banner .banner-content .swiper-slide.num_about .txt-content .txtbox {
    max-width: unset;
}
#banner .banner-content .swiper-slide.num_about .txt-content h3 {
    max-width: unset;
}
.switch-btn>div{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.5s;
}
.switch-btn>div:after{
    font-size: 20px;
    color: var(--color);
    transition: all 0.5s;
}
.switch-btn>div:hover{
    background-color: var(--color);
}
.switch-btn>div:hover:after{
    color: #fff;
}

.btn-go {
    width: auto;
    min-width: 182px;
    padding: 0 38px;
    height: 48px;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    border: 1px solid transparent;
    background-color: var(--color);
    font-size: 18px;
    color: #fff;
}

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

.btn-go.white_cm_red {
    background-color: #fff;
    color: #000;
}

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

.btn-go.cm_white:hover {
    background-color: #fff;
    color: #000;
}
.btn-go:focus{
  border-color: #000;
  background-color: #fff;
  color: #000;
}

#index-body .init-product .mk-content .tab {
    width: 80%;
    margin: 0 auto;
}

#index-body .init-product .mk-content .tab ul {
    margin: -12px;
}

#index-body .init-product .mk-content .tab ul li {
    padding: 12px;
}

#index-body .init-product .mk-content .tab ul li a {
    background-color: #fff;
    box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.11);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    transition: all 0.5s;
}

#index-body .init-product .mk-content .tab ul li.active a {
    background-color: #000;
    color: #fff;
}

#index-body .init-product .mk-content .tab ul li:hover a {
    background-color: #000;
    color: #fff;
}

#index-body .init-product .mk-content .prolb .swiper {
    display: none;
    padding: 20px;
    margin: -20px;
}

#index-body .init-product .mk-content .prolb .swiper.active {
    display: block;
}

#index-body .init-product .mk-content .prolb ul li .box {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.11);
    border-radius: 20px;
    background-color: #fff;
    padding: 22px 35px;
}

#index-body .init-product .mk-content .prolb ul li .box .img-box {
    padding: 0 20px;
}

#index-body .init-product .mk-content .prolb ul li .box .txtbox .tt {
    height: 60px;
}

#index-body .init-product .mk-content .prolb ul li .box .txtbox .desc {
    color: #2b2b2b;
    height: 56px;
    overflow-y: auto;
}

#index-body .init-service .mk-content {
    background-color: #050505;
    border-radius: 20px;
    padding: 35px 28px 35px 45px;
}

#index-body .init-service .mk-content .left .desc {
    color: rgba(255, 255, 255);
    /*max-height: 90px;
    overflow-y: auto;*/
}

#index-body .init-service .mk-content .right .imgbox {
    /*display: inline-block;*/
}

#index-body .init-about .mk-content .right .desc {
    color: #282828;
}
#index-body .init-data{
    /*height: 100vh;*/
}
#index-body .init-data .container{
    height: 100%;
}
#index-body .init-data .mk-content{
    height: 100%; 
}
#index-body .init-data .mk-content .datashow ul li .content {
    position: relative;
}

#index-body .init-data .mk-content .datashow ul li .content i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
}

#index-body .init-data .mk-content .datashow ul li .content p {
    color: rgba(255, 255, 255, 0.43);
}

#index-body .init-data .mk-content .datashow ul li+li .content::after {
    content: "";
    position: absolute;
    top: 0;
    left: -5.4vw;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.13);
}

#index-body .init-solution {
    background-repeat: no-repeat;
    background-position: top right 2%;
    background-size: 40% auto;
}

#index-body .init-solution .mk-content .mk-bottom ul {
    margin: -9px;
}

#index-body .init-solution .mk-content .mk-bottom ul li {
    width: 33.3%;
    padding: 9px;
    cursor: pointer;
}

#index-body .init-solution .mk-content .mk-bottom ul li .box {
    background-color: #fff;
    box-shadow: 0px 9px 29px 0px rgba(0, 0, 0, 0.11);
    border-radius: 20px;
    padding: 30px 18px 60px;
}

#index-body .init-solution .mk-content .mk-bottom ul li .box i {
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#index-body .init-solution .mk-content .mk-bottom ul li .box .desc {
    color: #282828;
    height: 112px;
    overflow-y: auto;
}

#index-body .init-solution .mk-content .mk-bottom ul li:hover .box {
    background-color: #000;
    color: #fff;
}

#index-body .init-solution .mk-content .mk-bottom ul li:hover .box i img {
    filter: brightness(0) invert(1);
}

#index-body .init-solution .mk-content .mk-bottom ul li:hover .box .desc {
    color: #fff;
}

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

#index-body .init-news .mk-content .right .swiper {
    padding: 40px;
    margin: -40px;
}

#index-body .init-news .mk-content .right ul li .box {
    padding: 45px 32px 60px;
    background-color: #ffffff;
    box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.11);
    border-radius: 20px;
    position: relative;
}

#index-body .init-news .mk-content .right ul li .box .time {
    color: rgba(0, 0, 0, 0.5);
}

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

#index-body .init-news .mk-content .right ul li .box .desc {
    height: 84px;
    overflow-y: auto;
    /*color: #282828;*/
}

#index-body .init-news .mk-content .right ul li .yh {
    position: absolute;
    top: 0;
    right: 30px;
    transform: translateY(-40%);
    max-width: 17%;
}

#index-body .init-news .mk-content .right .swiper-pagination {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

#index-body .init-news .mk-content .right .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: transparent;
    margin: 0 7px;
}

#index-body .init-news .mk-content .right .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background-color: #cdcdcd;
    transition: all 0.5s;
}

#index-body .init-news .mk-content .right .swiper-pagination .swiper-pagination-bullet-active::after {
    background-color: var(--color);
    width: 100%;
    height: 100%;
}

#footer {
    background-color: #111111;
    /*height: 100vh;*/
}
#footer .footer-center{
    height: 100%;
    overflow: hidden;
}
#footer .footer-center .mk-desc{
    color: rgba(255,255,255,0.35);
}
#footer .footer-center .fot{
    /*height: 100%;*/
}
#footer .footer-center .footer-t .footer-t-gird {
    width: 100%;
}

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

#footer .footer-center .footer-t .footer-t-gird .t-list li {
    transition: all 0.5s;
}
.share li .whatapp{
    position: relative;
}
.share li .whatapp span{
    opacity: 0;
    position: absolute;
    transition: all 0.5s;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 176px;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.share li .whatapp span:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 12px solid #fff;
    transition: all 0.5s;
}
.share li .whatapp:hover span{
    opacity: 1;
}

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

#footer .footer-center .footer-t .footer-t-gird .t-list.contact .info li {
    position: relative;
    line-height: 1.6;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.contact .info li span {
    transition: all 0.5s;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.contact .info li:hover span {
    color: var(--color);
    background-size: 100% 1px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.contact .share li a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgba(40, 40, 40, 0.48);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.contact .share #ewm {
    position: absolute;
    width: 0;
    height: 0;
    left: 5px;
    bottom: 5px;
    z-index: 3;
    transition: 0.3s all;
    border: 3px solid #fff;
    opacity: 0;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.contact .share .ewm:hover #ewm {
    width: 120px;
    height: 120px;
    opacity: 1;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.link li a {
    transition: all 0.5s;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.link li:hover a {
    background-size: 100% 1px;
    color: var(--color);
}

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

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form {
    position: relative;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #cdcdcd;
    width: 100%;
    padding: 5px 0;
    margin-top: 10px;
    color: #fff;
}

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

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form textarea {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #cdcdcd;
    width: 100%;
    height: 80px;
    padding: 5px 0;
    margin-top: 10px;
    color: #fff;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form textarea::placeholder {
    color: #464646;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form .send {
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form .send:hover img {
    transform: rotate(45deg);
}

#footer .footer-center .footer-b {
    border-top: 1px solid #282828;
    margin: 0 50px;
}

#footer .footer-center .footer-b .con {
    color: rgba(255, 255, 255, 0.2);
    padding: 22px 0;
}

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

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

#footer .footer-center .footer-b .con svg {
    width: auto;
    max-height: 34px;
    transition: all 0.5s;
    fill: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1700px) {
    #index-body .init-product .mk-content .tab {
        width: 80%;
    }
}

@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;
        font-size: 16px;
    }

    #banner .banner-content .swiper-slide .tag {
        font-size: 18.4vw;
    }

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

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

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

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

    #index-body .init-product .mk-content .tab {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    #banner {
        padding: 0;
    }

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

    #banner .banner-content .swiper-slide .tag {
        font-size: 19vw;
    }

#footer {
    height: auto;
}

    #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 .footer-t .footer-t-gird .t-list {
        font-size: 14px;
    }

    #index-body .init-service .mk-content {
        padding: 25px;
    }
    #index-body .init-data {
        height: auto;
    }
    #index-body .init-data .mk-content .datashow ul li+li .content::after {
        left: -2.4vw;
    }

    #index-body .init-solution .mk-content .mk-bottom ul li {
        width: 50%;
    }
}

@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 .imgbox {
        display: none;
    }

    #banner .banner-content .swiper-slide .txt-content .txtbox {
        max-width: 100%;
        margin-top: 0;
    }

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

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

    #footer .footer-center .footer-b {
        margin: 0;
    }

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

    #index-body .init-data .mk-content .datashow ul li {
        width: 50%;
        padding: 10px;
    }

    #index-body .init-data .mk-content .datashow ul li .content {
        padding-bottom: 20px;
    }

    #index-body .init-data .mk-content .datashow ul li .content::after {
        content: "";
        position: absolute;
        top: auto !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 1px !important;
        background: rgba(255, 255, 255, 0.13);
    }

    #index-body .init-solution .mk-content .mk-bottom ul li {
        width: 100%;
    }

    #index-body .init-solution .mk-content .mk-bottom ul li .box {
        padding: 20px 18px;
    }

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

@media screen and (max-width: 500px) {
    #index-body .init-product .mk-content .tab ul li {
        width: 100%;
    }

    #index-body .init-data .mk-content .datashow ul li {
        width: 100%;
    }

    #index-body .init-news .mk-content .right ul li .box {
        padding: 20px;
    }
    .switch-btn>div{
        display: none;
    }
}


#index-body .init-solution02 .mk-content .mk-bottom .imgC {
  width: 33%;
}

#index-body .init-solution02 .mk-content .mk-bottom ul {
  width: 30%;
}

#index-body .init-solution02 .mk-content .mk-bottom ul li {
  cursor: pointer;
}

#index-body .init-solution02 .mk-content .mk-bottom ul li .box i {
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#index-body .init-solution02 .mk-content .mk-bottom ul li .box .desc {
  color: #282828;
  height: 112px;
  overflow-y: auto;
}

#index-body .init-solution02 .mk-content .mk-bottom ul li:hover .box i img {
  transform: rotateY(360deg);
}

@media (max-width: 1000px) {
  #index-body .init-solution02 .mk-content .mk-bottom ul {
    width: 100%;
  }

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

  #index-body .init-solution02 .mk-content .mk-bottom .imgC {
    width: 60%;
    margin: 40px auto;
  }
}


#index-body .init-solution03 .mk-content .mk-bottom ul._list {
  width: 32%;
}

#index-body .init-solution03 .mk-content .mk-bottom ul._list li {
  cursor: pointer;
}
#index-body .init-solution03 .mk-content .mk-bottom ul._list li .box{
    gap:14px;
}
#index-body .init-solution03 .mk-content .mk-bottom ul._list li .box i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#index-body .init-solution03 .mk-content .mk-bottom ul._list li .box .desc {
  height: calc(28px * 3);
  overflow-y: auto;
}

#index-body .init-solution03 .mk-content .mk-bottom ul._list li:hover .box i img {
  transform: rotateY(360deg);
}

#index-body .init-solution03 .mk-content .mk-bottom ul.list_left li:nth-child(odd){
    transform: translateX(60px);
}
#index-body .init-solution03 .mk-content .mk-bottom ul.list_left li:nth-child(2) .box .desc{
    max-width: 82%;
}
#index-body .init-solution03 .mk-content .mk-bottom ul.list_right li{
    transform: translateX(60px);
}
#index-body .init-solution03 .mk-content .mk-bottom ul.list_right li:nth-child(odd){
    transform: translateX(0);
}
#index-body .init-solution03 .mk-content .mk-bottom ul.list_right li:nth-child(2) .box .desc{
    max-width: 82%;
}

#index-body .init-solution03 .mk-content .mk-bottom .imgcenter {
  width: 33%;
}
#index-body .init-solution03 .mk-content .mk-bottom .imgcenter  .txtcenter{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#index-body .init-solution03 .mk-content .mk-bottom .imgcenter .imglist{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#index-body .init-solution03 .mk-content .mk-bottom .imgcenter .imglist li{
    position: absolute;max-width: 32%;
}
#index-body .init-solution03 .mk-content .mk-bottom .imgcenter .imglist li:nth-child(1){
    top: 3%;
    left: 13%;
}
#index-body .init-solution03 .mk-content .mk-bottom .imgcenter .imglist li:nth-child(2){
    top: 37%;
    left: -10%;
}
#index-body .init-solution03 .mk-content .mk-bottom .imgcenter .imglist li:nth-child(3){
    bottom: 2%;
    left: 12%;
}

#index-body .init-solution03 .mk-content .mk-bottom .imgcenter .imglist li:nth-child(4){
    top: 3%;
    right: 13%;
}
#index-body .init-solution03 .mk-content .mk-bottom .imgcenter .imglist li:nth-child(5){
    top: 37%;
    right: -10%;
}
#index-body .init-solution03 .mk-content .mk-bottom .imgcenter .imglist li:nth-child(6){
    bottom: 2%;
    right: 12%;
}



@media (max-width: 1000px) {
  #index-body .init-solution03 .mk-content .mk-bottom ul._list {
    width: 100%;
  }

  #index-body .init-solution03 .mk-content .mk-bottom ul._list li .box .desc {
    height: auto;
  }
    #index-body .init-solution03 .mk-content .mk-bottom ul.list_left li:nth-child(odd) {
        transform: translateX(0);
    }
    #index-body .init-solution03 .mk-content .mk-bottom .imgcenter {
        width: 60%;
        margin: 30px auto;
    }
    #index-body .init-solution03 .mk-content .mk-bottom ul.list_right li {
        transform: translateX(0);
    }
#index-body .init-solution03 .mk-content .mk-bottom ul.list_left li:nth-child(2) .box .desc {
    max-width: 100%;
}

}
@media (max-width: 500px) {
    .mb-160 {
        margin-bottom: 35px;
    }
}

/*----- 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 .con{
    padding-top: 140px;
    padding-bottom: 90px;
    min-height: 740px;
}
.inner-banner .con .container{
    height: 100%;
}
.inner-banner .mbx img{
    margin-top: 2px;
}
.inner-banner .mbx a{
    transition: all 0.5s;
}
.inner-banner .mbx a:hover{
    color: var(--color);
}
@media (max-width: 1700px) {
    .inner-banner .con{
        min-height: 560px;
    }
}
@media (max-width: 1450px) {
    .inner-banner .con{
        min-height: 460px;
    }
}
@media (max-width: 1250px) {
    .inner-banner .con {
        min-height: 350px;
        padding-bottom: 60px;
    }
}
@media (max-width: 1000px) {
    .inner-banner .con {
        min-height: unset;
        padding-top: 120px;
    }
}


/*
    product-page
==============================================*/
.product-page .product-text .con {
    max-height: 300px;
    overflow-y: auto;
}

.product-page .sidebox .side-left {
    width: 34%;
    padding-right: 6%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.product-page .sidebox .side-left .side-nav ul li{
    padding: 5px 0; 
}
.product-page .sidebox .side-left .side-nav ul li a {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: block;
}
.product-page .sidebox .side-left .side-nav ul li .tt{
    position: relative;
    padding-right: 20px;
}
.product-page .sidebox .side-left .side-nav ul li .tt i{
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 4px;
    line-height: 1;
    cursor: pointer;
}
.product-page .sidebox .side-left .side-nav ul li a:hover,
.product-page .sidebox .side-left .side-nav ul li.active .tt a {
    color: var(--color);
}

.product-page .sidebox .side-left .side-nav ul li.active .tt i.iconfont-youjiantou{
    transform: rotate(90deg);
}
.product-page .sidebox .side-left .side-nav ul li.active .tt i.iconfont-xiajiantou1{
    transform: rotate(-90deg);
}

.product-page .sidebox .side-left .side-nav ul li.active dl{
    display: block;
}

.product-page .sidebox .side-left .side-nav ul li dl{
    display: none;
    padding-left: 15px;
}
.product-page .sidebox .side-left .side-nav ul li dl dd a{
    font-size: 15px;
    color: #a5a5a5;
}
.product-page .sidebox .side-left .side-nav ul li dl dd.active a{
    color: var(--color);
}

.product-page .sidebox .side-left .side-search form {
    width: 328px;max-width: 100%;
}

.product-page .sidebox .side-left .side-search form input[type="search"] {
    width: 100%;
    height: 44px;
    background-color: #ffffff;
    border: solid 1px #e3e3e3;
    font-size: 16px;
    color: #cccccc;
    padding: 0 50px 0 11px;
}

.product-page .sidebox .side-left .side-search form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 47px;
    height: 44px;
    background: url(../images/in-ss.png) no-repeat center var(--color);
    border: 0;
}

.product-page .sidebox .side-left .side-recommend ul li .img-box {
    width: 22%;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.product-page .sidebox .side-left .side-recommend ul li .tit {
    width: 78%;
    line-height: 1.3;
}

.product-page .sidebox .side-left .side-recommend ul li:last-child {
    margin-bottom: 0;
}

.product-page .sidebox .side-right {
    width: 66%;
}

.product-page .sidebox .side-right ul {
    margin: -24px -16px -24px;
}

.product-page .sidebox .side-right ul li {
    padding: 24px 16px 24px;
}

.product-page .sidebox .side-right ul li .ig .img-box {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.product-page .sidebox .side-right ul li .ig .link {
    bottom: 0;
    left: 0;
    letter-spacing: 2px;
    background: var(--color);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    line-height: 1;
    text-align: center;
    padding: 24px 0 23px;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.product-page .sidebox .side-right ul li .ig .text .tit {
    font-size: 16px;
    line-height: 1.4;
}

.product-page .sidebox .side-right ul li .ig .text p {
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    margin-top: 5px;
}

.product-page .sidebox .side-right ul li .ig:hover .link {
    opacity: 1;
    width: 100%;
}

@media screen and (max-width: 1000px) {
    .product-page .sidebox .side-left {
        display: none;
    }

    .product-page .sidebox .side-right {
        width: 100%;
    }
}
@media screen and (max-width: 700px){
    .flex-3 > * {
        width: 50%;
    }
}
@media screen and (max-width: 500px){
    .flex-3 > * {
        width: 100%;
    }
}

.seoPublic>div {
    padding: 90px 0;
}
.seoPublic .Auxil-about .box .left {
    width: 46%;
}
.seoPublic .Auxil-about .box .right {
    padding-top: 0;
    padding-bottom: 0;
    width: 54%;
}

.seoPublic .Auxil-about .box .right .text {
    max-height: 190px;
    overflow-y: auto;
    color: #000;
}
.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;
    font-weight: 400;
}

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

@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
*/


/*
    prodet-page
==============================================*/
.prodet-page .prodet-1 .box .left{
    position: sticky;
    top: 120px;
}
.prodet-page .prodet-1 .left .small .slick-track {
    display: block;
}

.prodet-page .prodet-1 .left .small .arrows {
    width: 2em;
    height: 2em;
    border-radius: 100%;
    background-color: black;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: none!important;
}

.prodet-page .prodet-1 .left .small .slick-track .slick-slide>div,
.prodet-page .prodet-1 .left .small .slick-track .slick-slide {
    height: auto;
    width: 100%;
}

.prodet-page .prodet-1 .left .small .arrows:hover {
    background-color: var(--color);
}

.prodet-page .prodet-1 .left .small ul {
    margin: -0.1em 0;
}

.prodet-page .prodet-1 .left .small ul li {
    padding: 0.1em 0;
}
.prodet-page .prodet-1 .left .small ul li .img-box{
    background-color: transparent;
    border: solid 1px rgba(0, 0, 0, 0.1);
}
.prodet-page .prodet-1 .left .big ul li .img-box{
    background-color: transparent;
    border: solid 1px rgba(0, 0, 0, 0.22);
}

.prodet-page .prodet-1 .right .text ul{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0!important;
    margin: -10px -70px -10px -18px;
}
.prodet-page .prodet-1 .right .text ul li{
    list-style-type:none!important;
    font-size: 14px;
    font-weight: 300;
    margin: 10px 16px;
    padding: 5px 18px;
    border-radius: 20px;
	border: solid 1px #333333;
}
.prodet-page .prodet-1 .right .btns .btn-go{
    font-size: 16px;
    background-color: #333333;
    min-width: 225px;
    height: 60px;
    border-radius: 30px;
}
.prodet-page .prodet-1 .right .btns .btn-go:hover{
    background-color: var(--color);
}
.prodet-page .prodet-1 .right .share li a{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgba(40, 40, 40, 0.48);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}
.prodet-page .prodet-1 .right .share #ewm2 {
    position: absolute;
    width: 0;
    height: 0;
    left: 5px;
    bottom: 5px;
    z-index: 3;
    transition: 0.3s all;
    border: 3px solid #fff;
    opacity: 0;
}

.prodet-page .prodet-1 .right .share .ewm:hover #ewm2 {
    width: 120px;
    height: 120px;
    opacity: 1;
}

.prodet-page .prodet-2 .top {

}

.prodet-page .prodet-2 .top span {
    position: relative;
    padding-bottom: 8px;
}
.prodet-page .prodet-2 .top span::after{
    content: "";
    display: block;
    width: 50%;
    height: 4px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}

.prodet-page .prodet-2 .top i.plus {
    width: 1em;
    height: 1em;
    margin: 0 1em;
    position: relative;
    cursor: pointer;
    cursor: hand;
}

.prodet-page .prodet-2 .top i.plus:before,
.prodet-page .prodet-2 .top i.plus:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: black;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.prodet-page .prodet-2 .top i.plus:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.prodet-page .prodet-2 .content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.prodet-page .prodet-2 .content table {
    color: black;
}

.prodet-page .prodet-2 .content table tr td {
    padding: 1em;
    border-color: #dcdcdc;
    
}
.prodet-page .prodet-2 .content table tr td:nth-child(1){
    min-width: 272px;
}

.prodet-page .prodet-2 .content table tr td p {
    display: inline-block;
    text-align: left;
}

.prodet-page .prodet-2 .list {
    -webkit-filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.09));
    filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.09));
}

.prodet-page .prodet-2 .list li {
    height: 100%;
}

.prodet-page .prodet-2 .list .box {
    background-color: white;
    height: 100%;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    justify-content: flex-start;
}

.prodet-page .prodet-2 .list .box i {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.prodet-page .prodet-2 .list .box i img {
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.prodet-page .prodet-2 .list .box i:before,
.prodet-page .prodet-2 .list .box i:after {
    content: '';
    width: 1em;
    height: 1em;
    border-radius: 100%;
    background-color: var(--color);
    position: absolute;
    z-index: -1;
}

.prodet-page .prodet-2 .list .box i:before {
    right: 0;
    top: 0;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.prodet-page .prodet-2 .list .box i:after {
    left: 0;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%) scale(0.6);
    -moz-transform: translate(-50%, 50%) scale(0.6);
    -ms-transform: translate(-50%, 50%) scale(0.6);
    transform: translate(-50%, 50%) scale(0.6);
}

.prodet-page .prodet-2 .list .box:hover {
    background-color: var(--color);
    color: white;
}

.prodet-page .prodet-2 .list .box:hover i img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.prodet-page .prodet-2 .list .box:hover .text {
    color: inherit;
}

.prodet-page .prodet-3 {
    background-color: #f7f7f7;
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
}

.prodet-page .prodet-3 .form ul li input,
.prodet-page .prodet-3 .form ul li textarea {
    width: 100%;
    padding: 1em 2em;
    background-color: white;
    border: none;
}

.prodet-page .prodet-3 .form ul li textarea {
    height: 14.44444444em;
}

.prodet-page .prodet-3 .form ul li button {
    height: 2.75em;
    width: 10em;
    padding: 0 1em;
    max-width: 100%;
    background-color: var(--color);
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border: none;
    border-radius: 35px;
    font-weight: normal;
}

.prodet-page .prodet-3 .form ul li button:hover {
    background-color: black;
}

.prodet-page .prodet-4 span.h2 em {
    color: var(--color);
}

.inner-page .m-page>div {
    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;
    gap: .5em;
}

.inner-page .m-page>div a,
.inner-page .m-page>div span {
    height: 2.25em;
    width: 2.25em;
    font-size: 18px;
    line-height: 32px;
    border-radius: .3em;
    border: 1px solid #d4d4d4;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.inner-page .product-1 .list .m-page>div span.current {
    font-size: 18px;
    line-height: 32px;
}

.inner-page .m-page>div a:hover,
.inner-page .m-page>div span.current {
    background-color: var(--color);
    color: white;
    border-color: var(--color);
}

.inner-page .relatedPro .box {
    height: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.inner-page .relatedPro .box a.img-box {
    border-radius: inherit;
    border: 1px solid #ccc;
    border-radius: 10px;
    position: relative;
}

.inner-page .relatedPro .box a.img-box .link {
    bottom: 0;
    left: 0;
    letter-spacing: 2px;
    background: var(--color);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 0;
    line-height: 1;
    text-align: center;
    padding: 20px 0;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .relatedPro .box:hover a.img-box .link {
    opacity: 1;
    width: 100%;
}
.inner-page .relatedPro .box .btn {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.inner-page .relatedPro .box .btn a {
    height: 2.71428571em;
    min-width: 2.71428571em;
    padding: 0 1.42857143em;
    border-radius: 1.42857143em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.inner-page .relatedPro .box .btn a:first-child {
    padding: 0;
    background-color: #ccc;
}

.inner-page .relatedPro .box .btn a:first-child i {
    font-size: 1.5em;
}

.inner-page .relatedPro .box .btn a:last-child {
    background-color: var(--color);
    color: white;
    margin-top: -2.71428571em;
    opacity: 0;
}

.inner-page .relatedPro .box .btn a:last-child:hover {
    background-color: black;
}

.inner-page .relatedPro .box:hover {
    border-color: var(--color);
}

.inner-page .relatedPro .box:hover .btn a:last-child {
    opacity: 1;
}

.inner-page .relatedPro .box .des{
    color: rgba(0, 0, 0, 1);
}


.inner-page .relatedPro .slick li {
    height: 100%;
    padding-bottom: 1.35714286em;
}

.inner-page .relatedPro .slickDots li {
    margin: 0 1.2em;
    background-color: #ccc;
    border: none;
}

.inner-page .relatedPro .slickDots li.slick-active {
    background-color: var(--color);
}
@media screen and (max-width: 1000px) {
    .prodet-page .prodet-1 .box .left {
        position: static;
    }
.prodet-page .prodet-1 .right .text ul {
    margin: -10px -18px;
}
}
@media screen and (max-width: 700px) {
    .prodet-page .prodet-1 .right h1 {
        font-size: 16px;
        line-height: 30px;
    }

    .prodet-page .prodet-2 .top span {
        font-size: 18px;
        line-height: 32px;
    }
}
.main-color {
  color: var(--color);
}

/*==============================================
    prodet-page
*/


/*
    about-page
==============================================*/
.about-page .about-1 .about-content .des{
    color: #000;
}
.about-page .about-1 .about-img img {
    border-radius: 20px;
}
.about-page .init-data{
    position: relative;
}
.about-page .init-data::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 170%;
    background-color: #fafafa;
    z-index: -1;
}
.about-page .init-data .datashow ul li{
    color: #333;
}
.about-page .init-data .datashow ul li .content{
    cursor: pointer;
}
.about-page .init-data .datashow ul li .content i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: solid 1px #cccccc;
    transition: all 0.5s;
}
.about-page .init-data .datashow ul li .content i img{
    transition: all 0.5s;
}
.about-page .init-data .datashow ul li .content:hover i{
    background-color: var(--color);
}
.about-page .init-data .datashow ul li .content:hover i img{
    filter: brightness(0) invert(1);
}
.about-page .init-data .datashow ul .line{
    display: block;
    width: 1px;
    background-color: #cccccc;
}

.about-page .about-2 .mk-content .left .txtlb ul li .box .icon img {
  filter: brightness(0);
}
.about-page .about-2 .mk-content .left .txtlb .swiper-pagination {
  position: static;
  text-align: left;
}
.about-page .about-2 .mk-content .left .txtlb .swiper-pagination span {
  background-color: rgba(0, 0, 0, 0.28);
  opacity: 1;
}
.about-page .about-2 .mk-content .left .txtlb .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #aa2424;
}
.about-page .about-2 .mk-content .right .swiper {
  margin-right: calc((1460px - 100vw) / 2);
}
@media screen and (max-width: 1700px) {
  .about-page .about-2 .mk-content .right .swiper {
    margin-right: calc((1370px - 100vw) / 2);
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-2 .mk-content .right .swiper {
    margin-right: calc((1170px - 100vw) / 2);
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-2 .mk-content .right .swiper {
    margin-right: calc((940px - 100vw) / 2);
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-2 .mk-content .right .swiper {
    margin-right: 0;
  }
}
.por {
    position: relative;
}
.poa {
    position: absolute;
}
.colorF {
    color: #fff;
}
.about-page .init-6{
    background-color: #f3f3f3;
    z-index: 0;
}
.about-page .init-6::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 42.5vw;
  height: 100%;
  background-image: linear-gradient(35deg, 
		#ffffff 0%, 
		#d59292 0%, 
		#aa2424 0%, 
		#f50606 100%);
  z-index: -1;
}

.about-page .init-6 .left {
  width: 32%;
  padding-right: 3.2%;
  min-height: 880px;
}

.about-page .init-6 .left .txt {
  line-height: 1.875;
  max-height: calc(1.875em * 11);
  overflow-y: auto;
}

.about-page .init-6 .left .imgL {
  left: 0;
  bottom: 0;
  width: 31.6vw;
}

.about-page .init-6 .right {
  bottom: 0;
  right: 0;
  width: 68.4%;
}

.about-page .init-6 .right .titl {
  line-height: 1;
  position: relative;
  top: 0;
  color: #e4e4e4;
}

.about-page .init-6 .right .imgBox .imgUl {
  height: 770px;
  overflow: hidden;
}

.about-page .init-6 .right .imgBox .imgUl li {
  width: 100%;
  height: 100%;
  background-position: center left;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  animation: img-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;

}

.about-page .init-6 .right .imgBox .imgUl li.zIndex {
  z-index: 1;
}

.about-page .init-6 .right .imgBox .imgUl li.active {
  -webkit-animation: img-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: img-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: img-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  z-index: 2;
}

.about-page .init-6 .right .imgBox ul.txtBox {
  width: 100%;
  height: auto;
  bottom: 0;
  right: 0;
  z-index: 2;
  border-top: 1px solid #fff;
}

.about-page .init-6 .right .imgBox ul.txtBox .list {
  width: 33.3%;
  height: 90px;
  overflow-y: auto;
  border-right: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-page .init-6 .right .imgBox ul.txtBox .list:last-child {
  border-right: none;
}

.about-page .init-6 .right .imgBox ul.txtBox .list img {
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 14.7%;
}

.about-page .init-6 .right .imgBox ul.txtBox .list.active {
  background-color: #fff;
  color: var(--color);
}

.about-page .init-6 .right .imgBox ul.txtBox .list.active img {
  opacity: 1;
}
.font-99 {
    font-size:calc(4.427vw + 14px);
}
@media screen and (max-width: 1700px) {
  .about-page .init-6 .left {
    min-height: 860px;
  }
}

@media screen and (max-width: 1450px) {
  .about-page .init-6 .left {
    min-height: 615px;
    width: 35%;
  }

  .about-page .init-6 .left .imgL {
    width: 29vw;
  }

  .about-page .init-6 .right {
    width: 62vw;
  }

  .about-page .init-6 .right .imgBox ul.txtBox .list {
    height: 70px;
  }

  .about-page .init-6 .right .imgBox .imgUl {
    height: 530px;
  }
}

@media (max-width: 1250px) {
  .about-page .init-6 .left {
    width: 100%;
    background-image: linear-gradient(35deg, 
		#ffffff 0%, 
		#d59292 0%, 
		#aa2424 0%, 
		#f50606 100%);
    min-height: auto;
    height: auto;
    max-width: 100%;
  }

  .about-page .init-6::before {
    display: none;
  }

  .about-page .init-6 .right {
    position: static;
    width: 100vw;
    padding-top: 20px;
  }

  .about-page .init-6 .right .titl {
    text-align: center;
  }
}

@media (max-width: 1000px) {
  .about-page .init-6 .right .imgBox ul.txtBox .list {
    width: 50%;
  }

  .about-page .init-6 .right .imgBox ul.txtBox .list img {
    width: 10%;
  }
}

@media (max-width: 500px) {
  .about-page .init-6 .right .imgBox ul.txtBox {
    background-color: rgba(0, 0, 0, 0.8);
    position: static;
  }

  .about-page .init-6 .right .imgBox ul.txtBox .list {
    width: 100%;
  }

  .about-page .init-6 .right .imgBox .imgUl {
    height: 220px;
  }
}


.zdy-switch>div {
    position: absolute;
    margin-top: -25px;
    background-color: #fff;
}
.zdy-switch>div::after {
    font-size: 16px;
    color: var(--color);
    transition: all 0.5s;
}
.zdy-switch>div:hover {
    background-color: var(--color);
}
.zdy-switch>div:hover::after {
    color: #fff;
}

.about-page .about-3 .brands-list ul li .box .color-33 {
    white-space: inherit;
    overflow: inherit;
    text-overflow: inherit;
}

.about-page .about-3 .brands-list ul li .box {
    background-color: #f4f5f9;
    border-radius: 5px;
    padding: 30px;
    transition: all 0.5s;
}

.about-page .about-3 .brands-list ul li .box .txtbox .desc {
    height: 158px;
    overflow-y: auto;
    line-height: 2 !important;
    transition: all 0.5s;
}

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

.about-page .about-3 .brands-list ul li .box:hover .tt {
    color: #fff;
}

.about-page .about-3 .brands-list ul li .box:hover .desc {
    color: #fff;
}

.about-page .about-3 .brands-list ul li .box:hover .desc::-webkit-scrollbar-thumb {
    background-color: #000;
}

.about-page .about-4 {

}

.about-page .about-4 .list {
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 268px;
}

.about-page .about-4 .list ul li {
    transition: all 0.5s;
}

.about-page .about-4 .list ul li .box {
    transform-origin: bottom;
    transition: all 0.5s;
}


.about-page .about-4 .list .zdy-switch{
    display: flex;
    gap:14px;
    justify-content: flex-end;
    position: absolute;
    bottom: 30%;
    right: 0;
}
.about-page .about-4 .list .zdy-switch>div {
    background-color: #ededed;
    position: static;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 4px 9px 0px 
		rgba(43, 42, 38, 0.09);
    color: #333;
    font-size: 20px;
    transition: all 0.5s;
}
.about-page .about-4 .list .zdy-switch>div:after{
    display: none;
}

.about-page .about-4 .list .zdy-switch>div:hover {
    background-color: var(--color);
    color: #fff;
}


.about-page .about-7 {
  text-align: center;
}
.about-page .about-7 .top h2 {
  line-height: 1;
  margin-bottom: 30px;
}
.about-page .about-7 .top p {
  line-height: 1.5;
}
.about-page .about-7 .top .txt {
  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;
  margin-top: 36px;
  padding: 0 55px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.about-page .about-7 .top .txt::after {
  position: absolute;
  content: "";
  width: 78rem;
  height: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.about-page .about-7 .top .txt img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: 15px;
}
.about-page .about-7 .top .txt h4 {
  font-size: 26px;
  line-height: 1;
}
.about-page .about-7 .top .txt h4 span {
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
}
.about-page .about-7 .map-box {
  margin-top: 45px;
}
.about-page .about-7 .map-box .map {
  display: inline-block;
  position: relative;
}
.about-page .about-7 .map-box .map .item {
  position: absolute;
  text-align: left;
}
.about-page .about-7 .map-box .map .item h5 {
  line-height: 1;
  color: #f9f9f9;
  font-weight: 600;
}
.about-page .about-7 .map-box .map .item li {
  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: 60px;
  height: 60px;
  border-radius: 100%;
  background: #ffffff;
  line-height: 1;
  color: #000;
  margin-right: 2px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 6;
}
.about-page .about-7 .map-box .map .item li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  display: block;
  z-index: -1;
}
.about-page .about-7 .map-box .map .item li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  display: block;
  z-index: -1;
}
.about-page .about-7 .map-box .map .item li:hover {
  background: var(--color);
  color: #fff;
}
.about-page .about-7 .map-box .map .item li:hover::before {
  -webkit-animation: ks 2s infinite;
  -moz-animation: ks 2s infinite;
  animation: ks 2s infinite;
}
.about-page .about-7 .map-box .map .item li:hover::after {
  -webkit-animation: ks 2s infinite;
  -moz-animation: ks 2s infinite;
  animation: ks 2s infinite;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.about-page .about-7 .map-box .map .item ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 14px;
}
.about-page .about-7 .map-box .map .item:nth-child(1) {
  left: 74%;
  top: 39%;
}
.about-page .about-7 .map-box .map .item:nth-child(1) ul li:nth-child(1) {
  width: 80px;
  height: 80px;
}
.about-page .about-7 .map-box .map .item:nth-child(1) ul li:nth-child(1) span {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--color);
  color: #fff;
  border-radius: 100%;
}
.about-page .about-7 .map-box .map .item:nth-child(1) ul li:nth-child(1)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.about-page .about-7 .map-box .map .item:nth-child(1) ul li:nth-child(1)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.about-page .about-7 .map-box .map .item:nth-child(2) {
  left: 41%;
  top: 15%;
  text-align: center;
}
.about-page .about-7 .map-box .map .item:nth-child(2) ul {
  max-width: 186px;
}
.about-page .about-7 .map-box .map .item:nth-child(2) ul li:nth-child(1) {
  margin-right: 3px;
}
.about-page .about-7 .map-box .map .item:nth-child(3) {
  left: 15%;
  top: 22%;
}
@keyframes img-in {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@media (max-width: 1450px) {


    .about-page .about-4 .list .zdy-switch>div.swiper-button-prev {
        left: 2%;
    }

    .about-page .about-4 .list .zdy-switch>div.swiper-button-next {
        right: 2%;
    }
}

@media (max-width: 1250px) {
    .about-page .init-data .datashow ul{
        margin: -10px;
    }
    .about-page .init-data .datashow ul li{
        width: 50%;
        padding: 10px;
    }
    .about-page .init-data .datashow ul li .content{
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }
    .about-page .init-data .datashow ul .line{
        display: none;
    }
    .about-page .init-data .datashow ul li .content i{
        zoom: 0.8;
    }


    .about-page .about-3 .brands-list ul li .box {
        padding: 20px 15px;
    }

}

@media (max-width: 1000px) {
    .about-page .about-1 .about-txt {
        width: 100%;
        margin-top: 5%;
    }
.about-page .about-7 .map-box .map .item:nth-child(1) {
    left: 73%;
    top: 37%;
}
    
  .about-page .about-7 .map-box .map .item:nth-child(1) ul li:nth-child(1) {
    width: 60px;
    height: 60px;
  }

  .about-page .about-7 .map-box .map .item li {
    width: 40px;
    height: 40px;
  }

  .about-page .about-7 .map-box .map .item:nth-child(2) ul {
    max-width: 126px;
  }

  .about-page .about-7 .map-box .map .item:nth-child(2) {
    top: 11%;
  }
  .about-page .about-4 .list{
      background: none!important;
      padding-bottom: 60px;
  }

}

@media (max-width: 700px) {
    .about-page .about-1 .about-img img {
        height: 360px;
        object-fit: cover;
    }


    .about-page .about-4 .list {
        background-image: none !important;
    }

    .about-page .about-4 .list .zdy-switch {
        display: none;
    }

    .about-page .about-4 .list ul li.swiper-slide-active .box {
        transform: none;
    }

}
@media (max-width: 500px) {
    .about-page .init-data .datashow ul li {
        width: 100%;
    }
 
    .about-page .about-7 .map-box .map .item li {
    display: none;
  }

  .about-page .about-7 .map-box .map .item:nth-child(1) ul li:nth-child(1) {
    display: block;
  }

  .about-page .about-7 .map-box .map .item h5 {
    display: none;
  }
.about-page .about-7 .map-box .map .item:nth-child(1) {
    left: 72%;
    top: 30%;
}
  .about-page .about-7 .map-box .map .item:nth-child(1) ul li:nth-child(1) {
    zoom: 0.6;
  }

  .about-page .about-7 .top .txt {
    padding: 0 0rem 20px;
  }
}

/*==============================================
    about-page
*/



/*=========== oem-page start===========*/
.oem-page .oem-1 .mk-tt {
    line-height: 1.52;
}

.oem-page .oem-1 .mk-desc {
    max-width: 77%;
    margin-left: auto;
    margin-right: auto;
}

.oem-page .oem-1 .zs-list {
    position: relative;
}

.oem-page .oem-1 .zs-list .imgbox {
    border-radius: 20px;
    overflow: hidden;
}

.oem-page .oem-1 .zs-list .imgbox img {
    min-height: 300px;
    object-fit: cover;
}

.oem-page .oem-1 .zs-list ul {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 35px 0;
    width: 100%;
    background-color: rgba(185, 44, 40, 0.8);
    border-radius: 0 0 20px 20px;
}

.oem-page .oem-1 .zs-list ul li {
    padding: 0 75px;
}

.oem-page .oem-2 .strength-list ul li {
    margin-top: 70px;
}

.oem-page .oem-2 .strength-list ul li .box .img-box {
    width: 50%;
    border-radius: 30px;
    overflow: hidden;
}

.oem-page .oem-2 .strength-list ul li .box .img-box img {
    border-radius: 30px;
}

.oem-page .oem-2 .strength-list ul li .box .txtbox {
    background-color: #f4f5f9;
    border-radius: 30px;
    width: calc(50% + 40px);
    margin-left: -40px;
    padding: 90px 6%;
}

.oem-page .oem-2 .strength-list ul li .box .txtbox .tag .line {
    width: 65px;
    height: 1px;
    background-color: #333333;
    display: block;
}

.oem-page .oem-2 .strength-list ul li .box .txtbox .tt {
    line-height: 1.42;
    color: #333333;
}

.oem-page .oem-2 .strength-list ul li .box .txtbox .desc {
    line-height: 1.8;
    /*max-height: 80px;
    overflow-y: auto;*/
}

.oem-page .oem-2 .strength-list ul li:nth-child(odd) .box {
    flex-direction: row-reverse;
}

.oem-page .oem-2 .strength-list ul li:nth-child(odd) .box .txtbox {
    margin-right: -40px;
    margin-left: 0;
}

.oem-page .oem-3 .laboratory-list ul li .box .img-box {
    border-radius: 10px;
    overflow: hidden;
}

.oem-page .oem-4 .mk-desc {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.oem-page .oem-4 .partner-list ul {
    margin: 0 8%;
    position: relative;
    height: 455px;
}

.oem-page .oem-4 .partner-list ul li {
    position: absolute;
    left: 0;
    top: 0;
    animation: fd1 4s linear infinite;
}

.oem-page .oem-4 .partner-list ul li .box {
    border-radius: 50%;
    width: 245px;
    height: 245px;
    background-color: rgba(58, 58, 58, 0.68);
    border: solid 1px rgba(255, 255, 255, 0.932);
}

.oem-page .oem-4 .partner-list ul li.num0 {
    zoom: 0.98;
    left: 0;
    top: 8%;
}

.oem-page .oem-4 .partner-list ul li.num1 {
    zoom: 0.48;
    left: 22%;
    top: 5%;
}

.oem-page .oem-4 .partner-list ul li.num2 {
    zoom: 0.48;
    animation: fd2 4s linear infinite;
    left: 18%;
    top: 52%;
}

.oem-page .oem-4 .partner-list ul li.num3 {
    left: 31%;
    top: 20%;
}

.oem-page .oem-4 .partner-list ul li.num4 {
    zoom: 0.48;
    left: 49%;
    top: 0%;
}

.oem-page .oem-4 .partner-list ul li.num5 {
    left: 56%;
    animation: fd2 4s linear infinite;
    top: 21%;
}

.oem-page .oem-4 .partner-list ul li.num6 {
    zoom: 0.48;
    animation: fd2 4s linear infinite;
    left: 77%;
    top: 52%;
}

.oem-page .oem-4 .partner-list ul li.num7 {
    left: auto;
    right: 0;
    top: 0%;
}

.oem-page .oem-5 .list ul li .box {
    background-color: #f4f5f9;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.5s;
}

.oem-page .oem-5 .list ul li .box .tt {
    transition: all 0.5s;
    line-height: 1.2;
    min-height: 48px;
}

.oem-page .oem-5 .list ul li .box img {
    transition: all 0.5s;
}

.oem-page .oem-5 .list ul li .box:hover {
    background-color: var(--color);
}

.oem-page .oem-5 .list ul li .box:hover .tt {
    color: #fff;
}

.oem-page .oem-5 .list ul li .box:hover img {
    filter: brightness(0) invert(1);
}

.oem-page .oem-6 .con {
    border-radius: 30px;
    height: 400px;
    padding: 0 20px;
    text-align: center;
}

.btn-go02 {
    justify-content: center;
    min-width: 176px;
}

.btn-go02::before {
    display: none;
}

.btn-go02:hover {
    background-color: #fff;
}

@keyframes fd1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

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

@keyframes fd2 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

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

@media (max-width: 1700px) {
    .oem-page .oem-2 .strength-list ul li .box .txtbox {
        padding: 50px 6%;
    }
}

@media (max-width: 1450px) {
    .oem-page .oem-1 .zs-list ul li {
        padding: 0 50px;
    }

    .oem-page .oem-2 .strength-list ul li .box .txtbox {
        padding: 20px 6%;
    }

    .oem-page .oem-2 .strength-list ul li {
        margin-top: 50px;
    }

    .oem-page .oem-4 .partner-list ul {
        zoom: 0.8;
    }
}

@media (max-width: 1250px) {
    .oem-page .oem-1 .zs-list ul li {
        padding: 10px 20px;
    }

    .oem-page .oem-1 .zs-list ul {
        padding: 10px 0px;
    }

    .oem-page .oem-2 .strength-list ul li .box .txtbox {
        padding: 20px 2% 20px 7%;
    }

    .oem-page .oem-2 .strength-list ul li:nth-child(odd) .box .txtbox {
        padding: 20px 7% 20px 2%;
    }

    .oem-page .oem-2 .strength-list ul li {
        margin-top: 40px;
    }

    .oem-page .oem-4 .partner-list ul {
        zoom: 0.6;
    }
}

@media (max-width: 1000px) {
    .oem-page .oem-2 .strength-list ul li {
        margin-top: 30px;
    }

    .oem-page .oem-2 .strength-list ul li .box .img-box {
        width: 100%;
    }

    .oem-page .oem-2 .strength-list ul li .box .txtbox {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }

    .oem-page .oem-2 .strength-list ul li:nth-child(odd) .box .txtbox {
        margin-right: 0;
    }

    .oem-page .oem-4 .partner-list ul {
        margin: 0 0%;
    }

    .oem-page .oem-4 .partner-list ul {
        zoom: 0.45;
    }
}

@media (max-width: 700px) {
    .oem-page .oem-4 .partner-list {
        overflow-x: auto;
    }

    .oem-page .oem-4 .partner-list ul {
        width: 1600px;
    }

    .oem-page .oem-4 .partner-list::-webkit-scrollbar {
        height: 3px;
    }
}
.oem-page .manufacturing-1 .text {
    color: #616161;
    line-height: 1.66666667;
}

.oem-page .manufacturing-1 .list {
    font-size: 0;
}

.oem-page .manufacturing-1 .list li {
    padding: 10% 10% 6%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    background-color: var(--color);
    border: 1px solid #c1c1c1;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: white;
}

.oem-page .manufacturing-1 .list li:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: white;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.oem-page .manufacturing-1 .list li i.icon {
    height: 1em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.oem-page .manufacturing-1 .list li span.h6 {
    line-height: 1;
}

.oem-page .manufacturing-1 .list li:hover {
    color: black;
}

.oem-page .manufacturing-1 .list li:hover:before {
    opacity: 1;
}

.oem-page .manufacturing-1 .list li:hover i.icon {
    -webkit-filter: unset;
    filter: unset;
}
/*=========== oem-page end===========*/


/*
    app-page
==============================================*/
.app-page .industrial-1 .right span.h2 {
  width: 100%;
}
.app-page .slide:nth-child(even) .left {
    direction: rtl;
}

.app-page .slide:nth-child(even) .right {
    text-align: right;
    direction: rtl;
}

.app-page .slide:nth-child(even) .right * {
    direction: ltr;
}

.app-page .industrial-1 .right .text{
    color: #000;
}
@media screen and (max-width: 1000px) {
    .app-page .left .img {
        width: 100%;
    }

    .app-page .slide:nth-child(even) .right {
        text-align: left;
    }

    .app-page .slide:nth-child(even) .right span.tag {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
/*==============================================
    app-page
*/

/*
    construction-page
==============================================*/
.construction-page .construction-1 .text {
    width: 90%;
    max-width: 1250px;
    margin-top: -10%;
    padding: 3.5%;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 2em rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.09);
}

.construction-page .construction-2 .list i {
    width: 3.46153846em;
    height: 3.46153846em;
    border-radius: 100%;
    background-color: var(--color);
    -webkit-box-shadow: -0.1em -0.1em 0.2em rgba(255, 121, 45, 0.2);
    box-shadow: -0.1em -0.1em 0.2em rgba(255, 121, 45, 0.2);
    position: relative;
    z-index: 1;
    color: var(--color);
}

.construction-page .construction-2 .list i:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: -0.2em;
    top: -0.08em;
    border-radius: inherit;
    background-color: white;
    -webkit-box-shadow: inset -0.2em -0.08em 0.2em rgba(255, 121, 45, 0.2);
    box-shadow: inset -0.2em -0.08em 0.2em rgba(255, 121, 45, 0.2);
}

.construction-page .construction-2 .list span {
    line-height: 1.2;
}

.construction-page .construction-3 {
    background-color: #f8f8f8;
}

.construction-page .construction-3 .relatedPro .img-box {
    background-color: #f8f8f8;
}

.construction-page .construction-3 .relatedPro .img-box img {
    mix-blend-mode: darken;
}

.construction-page .footerBox {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.construction-page .footerBox .right {
  padding: 2% 6%;
  color: white;
}

.construction-page .footerBox .right .text {
  color: inherit;
}

.construction-page .footerBox .right a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: white;
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.construction-page .footerBox .right a.link i {
  font-size: .7em;
}

.construction-page .footerBox .right a.link:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1250px) {
  .construction-page .footerBox .right {
    padding: 1% 2%;
  }
}
@media screen and (max-width: 1000px) {
    .construction-page .construction-2 .list ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .construction-page  .footerBox .right {
    padding: 5% 2% !important;
  }
}

@media screen and (max-width: 700px) {
    .construction-page .construction-1 .text {
        width: 100%;
        margin-top: 0;
    }
}
/*==============================================
    construction-page
*/

/*
    faq-page
==============================================*/
.faq-page span.h6 {
    padding: 1em 1.6em;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.faq-page span.h6 i {
    width: 1em;
    height: 1em;
    margin-left: auto;
    margin-right: 0;
    position: relative;
}

.faq-page span.h6 i:after,
.faq-page span.h6 i:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--color);
    position: absolute;
    left: 0;
    top: 50%;
}

.faq-page span.h6 i:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq-page .text {
    padding: 1.5em 3em 0;
}

.faq-page li.active span.h6 {
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.07);
}

.faq-page li.active span.h6 i:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media screen and (max-width: 700px) {
    .faq-page span.h6 img {
        max-width: 30px;
    }
}
/*==============================================
    faq-page
*/


/*
    news-page
==============================================*/
.news-page .list ul li {

}
.news-page .list ul li .box{
    padding: 20px;
    transition: .5s;
    box-shadow: 0px 9px 29px 0px 
		rgba(0, 0, 0, 0.11);
}
.news-page .list ul li .box .img-box{
    border-radius: 10px;
}

.news-page .list ul li time {
    position: relative;
    transition: .5s;
}

.news-page .list ul li .content {
    padding: 20px;
}
.news-page .list ul li .content .text{
    color: rgba(0, 0, 0, 1)
}


.inner-page .news-cat {
  line-height: 1;
}

.inner-page .news-cat a {
  padding: .8em 2.5em;
  border-radius: 2em;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .news-cat a.active,
.inner-page .news-cat a:hover {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}


@media screen and (max-width: 1000px) {
    .news-page .list ul li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0;
        padding-bottom: .5em;
    }

    .news-page .list ul li .content {
        width: 100%;
        padding: 0;
    }

    .news-page .list ul li .img-box {
        width: 100%;
        margin-bottom: .5em;
    }

}

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

    .news-page .list ul li .content {
        width: 100%;
    }
}

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


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

.newdet-page .newdet-1 span.tag2 i {
    color: var(--color);
}

.newdet-page .newdet-1 .text {
    line-height: 1.8;
}

.newdet-page .newdet-1 .m-link span {
    display: block;
    color: var(--color);
}

.newdet-page .newdet-1 .m-link span a {
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

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


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

/*
    download-page
==============================================*/
.download-page .list ul li{
    border-bottom:1px solid #eee;
}
.download-page .list ul li .ico{
    width:2em;height:2em;border:1px solid #eee;border-radius:100%;
    color:var(--color);
}
.download-page .list ul li .tt{
    margin-right:auto;
}
/*==============================================
    download-page
*/


/*
    support-page
==============================================*/
.color-66 {
    color: #666;
}
.support-page .support-1 .text {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;color: #000;
}

.support-page .support-1 .list li {
    padding: 4% 7%;
    border: 1px solid #e7e7e7;
    background-color: #f5f5f7;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    top: 0;
}

.support-page .support-1 .list li i {
    width: 1em;
    height: 1em;
    background-color: #f6f8fa;
}

.support-page .support-1 .list li:hover {
    top: -10px;
}

.support-page .support-2 .left {
    direction: rtl;
}

.support-page .support-2 .left .img {
    width: 134%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 100%;
}

.support-page .support-2 .left .img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.support-page .support-2 .right .content {
    padding-left: 10%;
    background-color: #f5f5f7;
    height: 94%;
    position: relative;
}
.support-page .support-2 .right .content .text{
    color: #000;
}

.support-page .support-2 .right .content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: inherit;
}

.support-page .support-2 .right .content .list {
    margin-top: auto;
    font-weight: 500;
}

.support-page .support-2 .right .content .list span.num {
    width: 2.66666667em;
    height: 2.66666667em;
    border-radius: 100%;
    background-image: -webkit-linear-gradient(330deg, #0c1937, #0c286c);
    background-image: -moz-linear-gradient(330deg, #0c1937, #0c286c);
    background-image: linear-gradient(120deg, #b92c28, #b92c28);
    color: white;
}

.support-page .support-2 .right .content .list .text {
    color: #000;
}

.support-page .support-4 .content {
    margin-left: auto;
    padding-left: 5%;
    background-color: var(--color);
    color: white;
    position: relative;
}

.support-page .support-4 .content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: inherit;
}

.support-page .support-4 .content .check {
    font-weight: normal;
}

.support-page .support-4 .content .check p:before {
    background-color: white;
    color: var(--color);
}

.support-page .support-5 .right {
    -webkit-transform: translateX(8%);
    -moz-transform: translateX(8%);
    -ms-transform: translateX(8%);
    transform: translateX(8%);
}

.support-page .support-5 .right .list span.h6 {
    cursor: pointer;
    cursor: hand;
    color: #333;
}

.support-page .support-5 .right .list span.h6 em {
    width: 1.7em;
}

.support-page .support-5 .right .list span.h6 i {
    margin-left: auto;
    font-weight: normal;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.support-page .support-5 .right .list li {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.support-page .support-5 .right .list li.active {
    background-color: #f3f3f3;
}

.support-page .support-5 .right .list 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: 1450px) {
    .support-page .support-5 .right {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@media screen and (max-width: 1250px){
    .support-page .support-2 .right .content{
        height: 100%;
    }
}
@media screen and (max-width: 1000px) {
    .support-page .support-2 .left {
        direction: ltr;
    }
    .support-page .support-2 .left .img{
        width: 100%;
    }
    .support-page .support-2 .right .content {
        padding: 5% !important;
        height: auto;
    }
    .support-page .support-2 .right .content:before{
        display: none;
    }

    .support-page .support-4 .content {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .support-page .support-2 .right .content .list ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

/*==============================================
    support-page
*/
.contact-page .contact-1 .info li{
    max-width: 33.3%;
}
.contact-page .contact-1 .info li .ico {
    font-size: 1.2em;
    line-height: 1;
    width: 115px;
	height: 115px;
	border: solid 1px #e3e3e3;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact-page .contact-1 .info li:hover .ico{
    transform: translateY(-10px);
}
.contact-page .contact-1 .info li:hover p{
    transform: translateY(-10px);
}

.contact-page .contact-form {
    width: 985px;
    height: 780px;
    background-color: #333333;
    margin: 0 auto;
    color: white;
    padding: 60px 75px;
    position: relative;
    z-index: 2;
}

.contact-page .contact-form h3 {
    font-size: 34px;
    font-weight: bold;
}

.contact-page .contact-form h3 span {
    color: var(--color);
}

.contact-page .contact-form form {
    margin-top: 90px;
}

.contact-page .contact-form form ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact-page .contact-form form ul li {
    width: 48%;
    margin-bottom: 35px;
}

.contact-page .contact-form form ul li:nth-child(n + 5) {
    width: 100%;
}

.contact-page .contact-form form ul li:nth-child(1) input {
    background-image: url('../images/c-name.png');
    background-position: right 5px;
    background-repeat: no-repeat;
}

.contact-page .contact-form form ul li:nth-child(2) input {
    background-image: url('../images/c-email.png');
    background-position: right 5px;
    background-repeat: no-repeat;
}

.contact-page .contact-form form ul li:nth-child(3) input {
    background-image: url('../images/c-phone.png');
    background-position: right 5px;
    background-repeat: no-repeat;
}

.contact-page .contact-form form ul li:nth-child(4) input {
    background-image: url('../images/c-subject.png');
    background-position: right 5px;
    background-repeat: no-repeat;
}

.contact-page .contact-form form ul li:nth-child(5) textarea {
    background-image: url('../images/c-message.png');
    background-position: right 5px;
    background-repeat: no-repeat;
}

.contact-page .contact-form form ul li:last-child {
    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;
    align-items: flex-start;
}

.contact-page .contact-form form ul li:last-child p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    max-width: 50%;
}

.contact-page .contact-form form ul li label {
    font-size: 14px;
    color: white;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.contact-page .contact-form form ul li .more {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.contact-page .contact-form form ul li input[type='text'] {
    width: 100%;
    padding-bottom: 20px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    background-color: transparent;
    color: white;
    font-size: 14px;
}

.contact-page .contact-form form ul li input[type='submit'] {
    width: 160px;
    height: 50px;
    line-height: 50px;
    background-color: var(--color);
    border: none;
    text-align: center;
    font-size: 16px;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    text-transform: uppercase;
}

.contact-page .contact-form form ul li input[type='submit']:hover {
    background-color: black;
}

.contact-page .contact-form form ul li textarea {
    width: 100%;
    padding-bottom: 20px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    background: transparent;
    color: white;
    font-size: 14px;
    height: 100px;
}

.contact-page .contact-form form ul li input::-webkit-input-placeholder,
.contact-page .contact-form form ul li textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300;
}


.contact-page .contact-2{
    background-color: #f4f4f4;
    height: 616px;
    margin-top: -10%;

}

@media (max-width: 1250px) {
    .contact-page .contact-1 .info ul{
        margin: -10px;
    }
    .contact-page .contact-1 .info li{
        width: 50%;
        padding: 10px;
        max-width: unset;
    }
}
@media (max-width: 1000px) {
    .contact-page .contact-1 .info li .ico{
        zoom: 0.8;
    }
    .contact-page .contact-form {
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        height: auto;
        margin: 40px auto;
    }
}

@media (max-width: 700px) {
    .contact-page .contact-form form ul li {
        width: 100%;
    }

    .contact-page .contact-form {
        padding: 60px 30px;
    }

    .contact-page .contact-form form ul li:last-child p {
        display: none;
    }

    .contact-page .contact-form h3 {
        font-size: 24px;
    }
}

@media (max-width: 500px) {
    .contact-page .contact-1 .info li {
        width: 100%;
    }
    .contact-page .contact-form form {
        margin-top: 40px;
    }
}


@media (min-width: 1921px) {
    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li{
        font-size: 24px;
        margin: 0 50px;
    }
  
    #banner .banner-content .swiper-slide .txt-content, #index-body .init-product, #index-body .init-service, #index-body .init-about, #index-body .init-data, #index-body .init-solution02, #index-body .init-cooperation, #index-body .init-news, #footer {
        zoom: 1.3;
    }

    
    .inner-banner, .inner-page, .seoPublic{
        zoom: 1.3;
    }
}