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

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

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

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

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

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

body {
    font-family: "Inter";
    font-weight: 400;
    font-size: 18px;
    --color: #006cae;
    --color1: #006cae;
    margin: 0 auto;
    color: #333;
}

.container {
    width: 1550px;
}

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

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

#header .nav {
    position: relative;
    height: 90px;
}

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

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

#header .nav .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 .menu-box .menu-menu-container ul.menu>li {
    margin: 0 28px;
    font-size: 18px;
    height: 100%;
    color: #333;
    -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 .menu-box .menu-menu-container ul.menu>li:hover {
    color: var(--color);
}

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

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

#header .nav .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 .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 .menu-box .menu-menu-container ul.menu>li ul.sub-menu li a {
    display: block;
    white-space: nowrap;
}

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

#header .nav .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 .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 .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 .menu-box .menu-menu-container ul.menu li:last-child {
    margin-right: 0;
}

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

#header .nav .right .h-search {
    cursor: pointer;
}

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

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

#header .nav .right .line {
    width: 1px;
    height: 19px;
    background-color: rgba(51, 51, 51, 0.3);
}

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

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

#header .nav .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 .right .h-language ul.sub-menu li {
    display: block;
    line-height: 40px;
    text-transform: capitalize;
    text-align: center;
}

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

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

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

#header .nav .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 .right .h-language:hover img {
    filter: none;
}

#header .nav .right .h-inquire {
    min-width: 132px;
    height: 46px;
}
#header .nav .menu-box .menu-menu-container ul.menu>li.product_li>ul.sub-menu{
    display: flex;
    min-width: 360px;
}
#header .nav .menu-box .menu-menu-container ul.menu>li.product_li>ul.sub-menu >ul{
    width: 50%;
}
#header .nav .menu-box .menu-menu-container ul.menu>li.product_li ul.sub-menu li ul.sub-menu{
    top: 0;
    left: 100%;
    transform: scaleY(0);
    opacity: 0;
    display: none \9;
    background-color: #fff;
    z-index: 1;
}
#header .nav .menu-box .menu-menu-container ul.menu>li.product_li ul.sub-menu li:hover>ul.sub-menu {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: scaleY(1);
    display: block \9;
}

#banner {
    margin-top: 90px;
    overflow: hidden;
}

#banner .banner-content {
    height: calc(100vh - 90px);
    position: relative;
}

#banner .banner-content .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-color: #000;
}

#banner .banner-content .swiper-slide .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 5;
}

#banner .banner-content .swiper-slide .txt-content {
    height: 100%;
    margin-top: -2%;
    z-index: 9;
}

#banner .banner-content .swiper-slide .txt-content .left .btns .btn-go {
    min-width: 280px;
    height: 76px;
    border-radius: 38px;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.3);
}

#banner .banner-content .swiper-slide .txt-content .left .btns .btn-go:hover {
    background-color: var(--color);
    color: #fff;
}

#banner .banner-content .swiper-slide .hero-section {
    position: absolute;
    top: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#banner .banner-content .swiper-slide .hero-section .blue-glow {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: -10%;
    background: radial-gradient(circle, rgb(0, 107, 174) 0%, rgba(0, 107, 174, 0.6) 40%, rgba(0, 107, 174, 0));
    filter: blur(40px);
    will-change: transform;
    pointer-events: none;
}

#banner .banner-content .swiper-slide .hero-section .noise-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    inset: 0;
    opacity: 0.2;
    filter: url(#grainy);
    pointer-events: none;
}


#banner .banner-content .textbox {
    width: 100%;
    position: absolute;
    bottom: 48px;
    left: 0;
    z-index: 10;
    pointer-events: none;
}

#banner .banner-content .textbox ul {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    border: solid 1px #ffffff;
    width: 45%;
    margin-left: auto;
    padding: 22px 55px;
    pointer-events: all;
}

#banner .banner-content .textbox ul .line {
    width: 1px;
    height: 42px;
    background-color: #fff;
}

#banner .banner-content .zdy-switch {
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

#banner .banner-content .zdy-switch .swiper-button {
    position: static;
    margin-top: 0;
    margin: 10px 0;
}



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

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

.zdy-switch .swiper-button {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 24px;
    transition: all 0.5s;
}

.zdy-switch .swiper-button:hover {
    background-color: var(--color);
    color: #fff;
}

.zdy-switch .swiper-button::after {
    display: none;
}

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

#index-body .init-about .left .imgbox .datashow {
    position: absolute;
    top: 36%;
    right: 0;
    transform: translateY(-50%);
    text-align: right;
}

#index-body .init-about .left .imgbox .datashow h4 {
    font-size: calc(9.427vw + 14px);
    font-weight: bold;
    line-height: 1;
}

#index-body .init-about .left .imgbox .datashow .txt {
    color: #666666;
}

#index-body .init-about .right .desc {
    max-height: 240px;
    overflow-y: auto;
}

#index-body .init-about .right .imgbox {
    display: inline-block;
}

#index-body .init-about .right .imgbox .textbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#index-body .init-about .right .imgbox .txt {
    padding: 40px 30px;
    background: linear-gradient(20deg, rgba(0, 107, 174, 0.99), rgba(0, 107, 174, 0.6), rgba(0, 107, 174, 0.1));
    opacity: 0;
    cursor: pointer;
    transition: all 0.5s;
}

#index-body .init-about .right .imgbox .txt:hover {
    opacity: 1;
}

#index-body .init-about .right .imgbox .txt01 {
    width: 53%;

}

#index-body .init-about .right .imgbox .jxk {
    width: 3%;
    background-color: #fff;
}

#index-body .init-about .right .imgbox .txt02 {
    width: 44%;
}

#index-body .init-about .textAniC .text .c {
    line-height: 0.9;
    white-space: nowrap;
    width: 4000px;
    animation: transAni2 47s linear infinite;
}

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

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

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

#index-body .init-strength .mk-content .mk-bottom ul li .box .op {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100.1%;
}

#index-body .init-strength .mk-content .mk-bottom ul li .box .op span em {
    opacity: 0;
}

#index-body .init-strength .mk-content .mk-bottom ul li .box .op::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}

#index-body .init-strength .mk-content .mk-bottom ul li .box .op::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}

#index-body .init-strength .mk-content .mk-bottom ul li .box .num {
    position: relative;
}

#index-body .init-strength .mk-content .mk-bottom ul li .box .des {
    color: #d0d0d0;
    max-width: 110%;
    max-height: calc(28px * 4);
    /*overflow-y: auto;*/
    width: 110%;
}

#index-body .init-strength .mk-content .mk-bottom ul li .box .mk-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    transition: all 0.5s;
    opacity: 0;
}

#index-body .init-strength .mk-content .mk-bottom ul li .box .mk-btn:hover {
    background-color: var(--color);
    border-color: #fff;
}

#index-body .init-strength .mk-content .mk-bottom ul li .box:hover .mk-btn {
    opacity: 1;
}

#index-body .init-strength .mk-content .mk-bottom ul li.item1 .op::before {
    opacity: 0;
}

#index-body .init-strength .mk-content .mk-bottom ul li.item2 .op,
#index-body .init-strength .mk-content .mk-bottom ul li.item4 .op {
    gap: 0;
}

#index-body .init-strength .mk-content .mk-bottom ul li.item2 .op span,
#index-body .init-strength .mk-content .mk-bottom ul li.item4 .op span {
    width: 0;
    position: relative;
}

#index-body .init-strength .mk-content .mk-bottom ul li.item2 .op span::after,
#index-body .init-strength .mk-content .mk-bottom ul li.item4 .op span::after {
    content: "";
    display: block;
    width: 1px;
    height: 146px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

#index-body .init-strength .mk-content .mk-bottom ul li.item2 .num,
#index-body .init-strength .mk-content .mk-bottom ul li.item4 .num {
    margin-top: 198px;
    position: relative;
}

#index-body .init-strength .mk-content .mk-bottom ul li.item4 .op::after {
    opacity: 0;
}

#index-body .init-strength .hero-section {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    overflow: hidden;
}

#index-body .init-strength .hero-section .blue-glow {
    width: 90%;
    height: 90%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: radial-gradient(circle, rgba(0, 107, 174, 0.9) 0%, rgba(0, 107, 174, 0.4) 40%, rgba(0, 107, 174, 0));
    filter: blur(40px);
    will-change: transform;
    pointer-events: none;
}

#index-body .init-strength .hero-section .noise-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    inset: 0;
    opacity: 0.2;
    filter: url(#grainy);
    pointer-events: none;
}


#index-body .init-service {
    background-color: #f3f6fb;
    overflow: hidden;
}

#index-body .init-service .mk-bottom ul li .box {
    background-color: #fff;
    border-radius: 10px;
    padding: 68px 38px;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#index-body .init-service .mk-bottom ul li .box .hero-section {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s;
    z-index: -1;
}

#index-body .init-service .mk-bottom ul li .box .hero-section .blue-glow {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 20%;
    right: -10%;
    background: radial-gradient(circle, rgba(0, 107, 174, 0.9) 0%, rgba(0, 107, 174, 0.6) 40%, rgba(0, 107, 174, 0.1));
    filter: blur(40px);
    will-change: transform;
    pointer-events: none;
}

#index-body .init-service .mk-bottom ul li .box .hero-section .noise-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    inset: 0;
    opacity: 0.2;
    filter: url(#grainy);
    pointer-events: none;
}



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

#index-body .init-service .mk-bottom ul li .box i img {
    transition: all 0.5s;
}

#index-body .init-service .mk-bottom ul li .box .tt {
    height: 3em;
    transition: all 0.5s;
}

#index-body .init-service .mk-bottom ul li .box .desc {
    height: 140px;
    overflow-y: auto;
    transition: all 0.5s;
}

#index-body .init-service .mk-bottom ul li:hover .box {
    background-color: var(--color);
    background-color: #070304;
}

#index-body .init-service .mk-bottom ul li:hover .box .hero-section {
    opacity: 1;
}

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

#index-body .init-service .mk-bottom ul li:hover .box .tt {
    color: #fff;
}

#index-body .init-service .mk-bottom ul li:hover .box .desc {
    color: #dddddd;
}

#index-body .init-service .mk-partner ul li .box {
    display: flex;
    justify-content: center;
}

#index-body .init-service .mk-partner ul li .box img {
    filter: grayscale(1) brightness(1);
    transition: all 0.5s;
}

#index-body .init-service .mk-partner ul li .box:hover img {
    filter: grayscale(0) brightness(1);
}

#index-body .init-application .mk-content .left {
    position: sticky;
    top: 110px;
}

#index-body .init-application .mk-content .right ul li .box .mk-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    transition: all 0.5s;
}

#index-body .init-application .mk-content .right ul li .box .mk-btn i {
    transform: rotate(15deg);
    transition: all 0.5s;
}

#index-body .init-application .mk-content .right ul li .box .mk-btn:hover {
    border: 1px solid var(--color);
    background-color: #fff;
    color: var(--color);
}

#index-body .init-application .mk-content .right ul li .box .mk-btn:hover i {
    transform: rotate(45deg);
}

#index-body .init-application .mk-content .right ul li:nth-child(1) {
    margin-top: 0;
}

#index-body .init-news {
    background-color: #f3f6fb;
}

#index-body .init-news .mk-bottom ul li .box {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 42px 32px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: all 0.5s;
}

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

#index-body .init-news .mk-bottom ul li .box .hero-section {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s;
    z-index: -1;
}

#index-body .init-news .mk-bottom ul li:hover .box .hero-section {
    opacity: 1;
}

#index-body .init-news .mk-bottom ul li .box .hero-section .blue-glow {
    width: 110%;
    height: 100%;
    position: absolute;
    bottom: 20%;
    right: -10%;
    background: radial-gradient(circle, rgba(0, 107, 174, 0.9) 0%, rgba(0, 107, 174, 0.6) 40%, rgba(0, 107, 174, 0.1));
    filter: blur(40px);
    will-change: transform;
    pointer-events: none;
}

#index-body .init-news .mk-bottom ul li .box .hero-section .noise-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    inset: 0;
    opacity: 0.2;
    filter: url(#grainy);
    pointer-events: none;
}

#index-body .init-news .mk-bottom ul li .box .info {
    border-bottom: solid 1px #dddddd;
}

#index-body .init-news .mk-bottom ul li .box .info .cat {
    height: 30px;
    border-radius: 15px;
    background-color: var(--color);
    color: #fff;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 0;
    transition: all 0.5s;
}

#index-body .init-news .mk-bottom ul li .box .desc {
    /*height: 112px;
  overflow-y: auto;*/
}

#index-body .init-news .mk-bottom ul li:hover .box .info .cat {
    background-color: #fff;
    color: var(--color);
}

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

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

#footer {
    background-color: #070304;
}

#footer .footer-top {
    color: #ffffff;
    overflow: hidden;
    position: relative;
}


#footer .footer-top .hero-section {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    overflow: hidden;
}

#footer .footer-top .hero-section .blue-glow {
    width: 90%;
    height: 90%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: radial-gradient(circle, rgba(0, 107, 174, 0.9) 0%, rgba(0, 107, 174, 0.6) 40%, rgba(0, 107, 174, 0));
    filter: blur(40px);
    will-change: transform;
    pointer-events: none;
}

#footer .footer-top .hero-section .noise-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    inset: 0;
    opacity: 0.2;
    filter: url(#grainy);
    pointer-events: none;
}


#footer .footer-top .form {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 16px 28px;
}

#footer .footer-top .form form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 100px;
    position: relative;
}

#footer .footer-top .form form input {
    background-color: transparent;
    border: 0;
    border-bottom: 0;
    width: calc(26% - 7px);
    height: 42px;
    padding: 5px 10px;
    color: #fff;
    font-size: 18px;
}

#footer .footer-top .form form input[name="content"] {
    width: 48%;
}

#footer .footer-top .form form input::placeholder {
    color: #fff;
    font-size: 18px;
}

#footer .footer-top .form form .send {
    min-width: 100px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#footer .footer-top .form form .line {
    display: block;
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.4);
    transform: skewX(-15deg);
    margin-right: 5px;
}

#footer .footer-top .mk-bottom {
    color: rgba(255, 255, 255, 0.1);
}

#footer .footer-logo .share {
    margin: 20px 0;
}

#footer .footer-logo .share li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    font-size: 24px;
    color: #fff;
    transition: all 0.5s;
}

#footer .footer-logo .share li a:hover {
    background-color: var(--color);
    color: #fff;
}

#footer .line {
    display: block;
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 1px;
}

#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;
    font-size: 16px;
    color: #777777;
}

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

#footer .footer-center .footer-t .footer-t-gird .t-list.contact ul li {
    position: relative;
    padding-left: 40px;
    line-height: 2;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.contact ul li i {
    position: absolute;
    left: 0;
    top: 8px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.link.pro {
    width: 220px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.link.pro ul {
    max-width: 50%;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.link li {
    position: relative;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.link li em {
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.link li a {
    transition: all 0.5s;
    display: inline-block;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.link li:hover em {
    /*opacity: 1;*/
}

#footer .footer-center .footer-t .footer-t-gird .t-list.link li:hover a {
    /*transform: translateX(10px);*/
    color: #fff;
}

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

#footer .footer-center .footer-b {
    padding-right: 160px;
}

#footer .footer-center .footer-b .con {
    color: #bbbbbb;
    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: 32px;
    transition: all 0.5s;
    fill: #bbbbbb;
}

#footer .footer-center .footer-b .go_top {
    position: absolute;
    right: 20px;
    bottom: 30px;
    width: 114px;
    height: 114px;
    border-radius: 50%;
    background-color: var(--color);
    text-align: center;
    color: #fff;
    transition: all 0.5s;
}

#footer .footer-center .footer-b .go_top:hover {
    background-color: #fff;
    color: var(--color);
}

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

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

    .btn-go {
        zoom: 0.9;
    }

    .zdy-switch {
        zoom: 0.8;
    }

    #header .nav .menu-box .menu-menu-container ul.menu>li {
        margin: 0 12px;
        font-size: 16px;
    }

    #banner .banner-content .textbox ul {
        padding: 15px 30px;
    }
}

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

    #banner .banner-content .swiper-slide .txt-content .left .btns .btn-go {
        zoom: 0.8;
    }

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

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

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

    #index-body .init-strength .mk-content .mk-bottom ul li {
        width: 50%;
        padding: 15px;
    }

    #index-body .init-strength .mk-content .mk-bottom ul li .box .op {
        display: none;
    }

    #index-body .init-strength .mk-content .mk-bottom ul li .num {
        margin-top: 0 !important;
    }

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

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

    #banner .banner-content .swiper-slide .txt-content {
        margin-top: 0;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    #banner .banner-content .swiper-slide .txt-content .left {
        align-items: center;
    }

    #banner .banner-content .swiper-slide .txt-content .left .text2 {
        display: none;
    }

    #banner .banner-content .swiper-slide .txt-content .right {
        text-align: center;
        margin-top: 5%;
    }

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

    #banner .banner-content .textbox {
        display: none;
    }

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

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

    #footer .footer-top .form form input {
        font-size: 16px;
    }

    #footer .footer-top .form form input::placeholder {
        font-size: 14px;
    }

    #footer .footer-center .footer-b {
        padding-right: 0;
    }

    #footer .footer-center .footer-b .go_top {
        display: none;
    }

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

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

    #index-body .init-service .mk-bottom ul li .box {
        padding: 40px 20px;
    }

    #index-body .init-application .mk-content .left {
        position: static;
    }

    .mk-btn {
        zoom: 0.8;
    }

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

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

    .btn-go {
        zoom: 0.8;
    }

    .zdy-switch {
        zoom: 0.6;
    }

    .phone_hide {
        display: none;
    }

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

    #banner .banner-content .zdy-switch {
        display: none;
    }

    #banner .banner-content .swiper-slide .txt-content .left .btns .btn-go {
        zoom: 0.6;
    }

    #footer .footer-top .form {
        padding: 15px;
    }

    #footer .footer-top .form form {
        padding-right: 0;
    }

    #footer .footer-top .form form input {
        width: 100%;
        border: 1px solid rgba(255, 255, 255, 0.21);
        margin-top: 15px;
    }

    #footer .footer-top .form form .line {
        display: none;
    }

    #footer .footer-top .form form .send {
        position: static;
        transform: none;
        margin-top: 15px;
    }

    #footer .footer-top .form form input[name="content"] {
        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 {
        margin-top: 30px;
    }

    #footer .footer-logo .share {
        zoom: 0.8;
    }

    #footer .footer-logo>img {
        zoom: 0.8;
    }

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

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

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

    #index-body .init-about .right .imgbox .txt {
        padding: 20px;
    }

    #index-body .init-about .right .imgbox img {
        min-height: 300px;
        object-fit: cover;
    }
}


#index-body .init-1 {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

#index-body .init-1 .textShadowCont {
    position: absolute;
    width: 570px;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#index-body .init-1 .textShadowCont .cont {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), color-stop(30%, #f7f7f7), color-stop(70%, #f7f7f7), to(rgba(247, 247, 247, 0)));
    background-image: -webkit-linear-gradient(top, rgba(247, 247, 247, 0), #f7f7f7 30%, #f7f7f7 70%, rgba(247, 247, 247, 0));
    background-image: -moz-linear-gradient(top, rgba(247, 247, 247, 0), #f7f7f7 30%, #f7f7f7 70%, rgba(247, 247, 247, 0));
    background-image: -o-linear-gradient(top, rgba(247, 247, 247, 0), #f7f7f7 30%, #f7f7f7 70%, rgba(247, 247, 247, 0));
    background-image: linear-gradient(to bottom, rgba(247, 247, 247, 0), #f7f7f7 30%, #f7f7f7 70%, rgba(247, 247, 247, 0));
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
}

#index-body .init-1 .textShadowCont .cont .textCont {
    -webkit-animation: moveLeftAni 60s infinite linear;
    -moz-animation: moveLeftAni 60s infinite linear;
    -o-animation: moveLeftAni 60s infinite linear;
    animation: moveLeftAni 60s infinite linear;
    margin-top: -35%;
    opacity: 0.7;
}

#index-body .init-1 .textShadowCont .cont .textCont span {
    display: block;
    width: 800px;
}

#index-body .init-1 .textShadowCont .cont .textCont span img {
    display: block;
    width: 800px;
}

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

#index-body .init-1 .container .content .leftC {
    width: 68%;
}

#index-body .init-1 .container .content .leftC .swiper {
    overflow: unset;
}

#index-body .init-1 .container .content .leftC .swiper .swiper-wrapper {
    align-items: center;
}

#index-body .init-1 .container .content .leftC ul li .box {
    opacity: 0;
    position: relative;
}

#index-body .init-1 .container .content .leftC ul li .box .img img {
    display: block;
    margin: auto;
}

#index-body .init-1 .container .content .leftC ul li .box .textCont {
    width: 500px;
    position: absolute;
    top: 0;
    left: 110%;
    min-height: 100%;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
}

#index-body .init-1 .container .content .leftC ul li .box .textCont .contC .title {
    display: block;
    font-weight: 600;
}

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

#index-body .init-1 .container .content .leftC ul li .box .textCont .contC .moreC .moreCont .moreCir1 {
    background-color: #ebebeb;
}

#index-body .init-1 .container .content .leftC ul li.swiper-slide-active .box {
    opacity: 0.5;
    transform: scale(0.8);
    width: 75%;
        text-align: right;
}

#index-body .init-1 .container .content .leftC ul li.swiper-slide-next {
    z-index: 2;
}

#index-body .init-1 .container .content .leftC ul li.swiper-slide-next .box {
    opacity: 1;
}

#index-body .init-1 .container .content .leftC ul li.swiper-slide-next .box .textCont {
    opacity: 1;
    pointer-events: all;
}

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

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

#index-body .init-1 .container .content2 ul li .box {
    cursor: pointer;
    width: 90px;
    height: 90px;
    background-color: #fff;
    padding: 8px;
    border-radius: 50%;
    border: 1px solid rgba(247, 249, 251, 0);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
    opacity: 0.75;
}

#index-body .init-1 .container .content2 ul li .box .cont {
    background-color: #f7f9fb;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#index-body .init-1 .container .content2 ul li .box .cont img {
    max-width: 70%;
    max-height: 70%;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
}

#index-body .init-1 .container .content2 ul li.active .box {
    border: 1px solid #f7f9fb;
    opacity: 1;
}

#index-body .init-1 .container .content2 ul li.active .box .cont {
    background-color: #fff;
}

#index-body .init-1 .container .content2 ul li.active .box .cont img {
    transform: scale(2);
}

#index-body .init-1 .mk-btn,
#index-body .init-about .mk-btn {
    min-width: 208px;
}

@media (max-width: 1700px) {
    #index-body .init-1 .container .content .leftC ul li .box .textCont {
        width: 410px;
    }
}

@media (max-width: 1450px) {
    #index-body .init-1 .container .content .leftC ul li .box .textCont {
        width: 350px;
    }
}

@media (max-width: 1250px) {
    #index-body .init-1 .container .content .leftC {
        width: 100%;
    }

    #index-body .init-1 .container .content .leftC ul li.swiper-slide-active .box {
        opacity: 1;
        transform: none;
    }

    #index-body .init-1 .container .content .leftC ul li .box .textCont {
        position: relative;
        left: 0;
        width: 100%;
        margin-top: 20px;
        pointer-events: all;
        opacity: 1;
    }
}

@keyframes moveLeftAni {
    from {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

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


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

.page-header01 {
    background: linear-gradient(90deg, #7baeed, #004c7a);
}

.mobile-menu-wrap01 .mobile-menu {
    background: linear-gradient(180deg, #7baeed, #004c7a);
}

.mobile-menu-wrap01 .back-btn,.mobile-menu-wrap01 .mobile-menu .close-btn{
    color: #fff;
}
/*-----inner page-----*/
.por {
    position: relative;
}

.poa {
    position: absolute;
}

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

.pr {
    position: relative
}

.pa {
    position: absolute
}

.inner-banner {
    height: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.inner-banner .inner-content {
    width: 100%;
    height: auto;
    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;
    padding: 200px 0 100px;
}

.inner-banner .inner-content .img {
    left: 0;
    top: 0;
}

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

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

@keyframes sc {
    0% {
        transform: rotate(0deg) translate(-50%, -50%);
    }

    100% {
        transform: rotate(360deg) translate(-50%, -50%);
    }
}

.about-page .init-1 .container .left {
    padding-right: 60px;
    width: 50%;
}

.about-page .init-1 .container .left .title1 {
    display: block;
        color: #006cae;
}

.about-page .init-1 .container .left .title1 img {
    display: block;
    margin: auto;
}

.about-page .init-1 .container .left .title2 {
    color: #111;
    text-align: center;
    margin-top: 20px;
    font-weight:bold;
}

.about-page .init-1 .container .left .title3 {
    margin-top: 20px;
    color: #111;
    font-weight:bold;

}

.about-page .init-1 .container .left .title3 .playTips {
    margin-left:50px;
    margin-top: 10px;
    font-weight:bold;
}

.about-page .init-1 .container .left .title3 .play {
    position: relative;
    margin: 10px 0 0 50px;
    cursor: pointer;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: var(--color);
    color: #fff;
}

.about-page .init-1 .container .left .title3 .play .img {
    width: 26px;
    height: 26px;
    position: relative;
}

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

.about-page .init-1 .container .left .title3 .play .ling:first-child {
    -webkit-animation-delay: -1.5s;
    -moz-animation-delay: -1.5s;
    -o-animation-delay: -1.5s;
    animation-delay: -1.5s;
}

.about-page .init-1 .container .right {
    width: 50%;
}

.about-page .init-1 .container .right .des {
    color: #666666;
    line-height: 1.8;
    margin-top: 20px;
}

.about-page .init-1 .container .right .des p {
    margin-bottom: 1em;
}

.about-page .init-1 .container .right .des p span {

    font-weight: bold;
}

.about-page .init-2 {
    overflow: hidden;
}

.about-page .init-2 .img {
    position: relative
}

.about-page .init-2 .img img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.about-page .init-2 .img .play {
    width: 95px;
    height: 96px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #006cae;
    font-size: 30px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.about-page .init-2 .img .play svg {
    fill: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 170px;
    font-size: 20px;
    letter-spacing: 2px;
    animation: sc 4s linear infinite;
    transform-origin: 0 0;
}

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

.about-page .init-3 .container ul {
    padding-top: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-page .init-3 .container ul li {
    padding: 0 5px;
}

.about-page .init-3 .container ul li .box .top {
    font-size: 60px;
    line-height: 1;
    font-weight: bold;
}

.about-page .init-3 .container ul li .box .top .sub {
    font-size: 30px;
}

.about-page .init-3 .container ul li .box .bottom {
    color: #777777;
    margin-top: 10px;
}

.about-page .init-3 .container ul li .box:hover .top {
    color: var(--color);
}

.about-page .init-5 .container .tipsTitle {
    text-align: center;
    color: var(--color);
    font-weight: bold;
}

.about-page .init-5 .container .content ul {
    margin: -6px -6px -6px 0;
}

.about-page .init-5 .container .content ul li {
    position: relative;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    width: 16.66%;
}

.about-page .init-5 .container .content ul li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--color);
    border-radius: 50%;
    bottom: -5px;
    right: -5px;
    z-index: 2;
}

.about-page .init-5 .container .content ul li .box {
    height: 100%;
}

.about-page .init-5 .container .content ul li .box .imgC {
    padding: 20px;
    height: 100%;
}

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

.about-page .init-5 .container .content ul li:nth-child(-n+6) {
    border-top: none;
}

.about-page .init-5 .container .content ul li:nth-child(6n) {
    border-right: none;
}

.about-page .init-6 {
    -o-background-size: cover;
    background-size: cover;
}

.about-page .init-6 .container .left {
    width: 35%;
}

.about-page .init-6 .container .left .tipsTitle {
    color: var(--color);
    font-weight: bold;
}

.about-page .init-6 .container .left .tipsDes {
    color: #666666;
    margin-top: 30px;
    line-height: 1.8;
}

.about-page .init-6 .container .left .img {
    margin-top: 60px;
}

.about-page .init-6 .container .left .img img {
    width: 100%;
}

.about-page .init-6 .container .right {
    width: 59%;
    margin: 10px 0 0 auto;
}

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

.about-page .init-4 .title {
    text-align: center;
}

.about-page .init-4 .cont {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.about-page .init-4 .cont p {
    margin-bottom: 1em;
}

.about-page .init-4 .subText {
    font-size: 227px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
    z-index: -1;
    color: #333333;
    opacity: 0.05;
    line-height: 1.5;
}

.about-page .init-4 .container .tipsTitle {
    position: relative;
    text-align: center;
    color: #333333;
}

.about-page .init-4 .container .tipsDes {
    position: relative;
    margin: auto;
    max-width: 1000px;
    text-align: center;
    color: #666666;
    font-weight: 300;
}

.about-page .init-4 .container .tipsTitle {
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight: bold;
}

.about-page .init-4 .container .content {
    margin-top: 200px;
}

.about-page .init-4 .container .content ul {
    margin: 0 -45px;
}

.about-page .init-4 .container .content ul li {
    width: 25%;
    padding: 0 25px;
}

.about-page .init-4 .container .content ul li .box {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}

.about-page .init-4 .container .content ul li .box .img {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 270px;
    margin: auto;
    display: block;
    margin-top: -110px;
}

.about-page .init-4 .container .content ul li .box .img2 {
    display: block;
    width: 52px;
    margin: auto;
    position: relative;
    z-index: 2;
    -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}

.about-page .init-4 .container .content ul li .box .title {
    margin-top: -40px;
    text-align: center;
    position: relative;
    z-index: 2;
    line-height: 1.5;
    height: 3em;
    overflow-y: auto;
}

.about-page .init-4 .container .content ul li .box .des {
    margin-top: 35px;
    color: #666666;
    text-align: center;
    line-height: 1.5;
    height: 9em;
    overflow: auto;
    padding-right: 10px;
}

.about-page .init-4 .container .content ul li .box:hover .img2 {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}

.about-page .init-4 .container .content ul li .box:hover .img {
    -webkit-transform: rotateX(36deg);
    -moz-transform: rotateX(36deg);
    transform: rotateX(36deg);
}

@media (max-width: 1800px) {
    .solution-page1 .init-4 {
        padding-top: 140px;
    }

    .about-page .init-4 .subText {
        font-size: 200px;
    }

    .about-page .init-4 .container .content {
        margin-top: 100px;
    }

    .about-page .init-4 .subText {
        top: 0;
    }

}

@media (max-width: 1500px) {
    .about-page .init-2 .container {
        height: 600px;
    }

}

@media (max-width: 1250px) {
    .about-page .init-1 .container .left {
        width: 100%;
        padding: 0;
    }

    .about-page .init-1 .container .right {
        width: 100%;
        padding: 0;
        margin-top: 40px;
        text-align: center;
    }

    .about-page .init-1 .container .right .title {
        padding-left: 0;
    }

    .about-page .init-2 .container {
        height: 530px;
    }

    .about-page .init-4 .subText {
        font-size: 100px;
    }

    .about-page .init-4 .container .content ul li {
        width: 50%;
        margin-top: 60px;
    }

    .about-page .init-4 .container .content {
        margin-top: 60px;
    }

}

@media (max-width: 1000px) {
    .about-page .init-1 .container .left .title1 img {
        max-width: 400px;
        width: 100%;
    }

    .about-page .init-3 .container ul li .box .top {
        font-size: 40px;
    }

    .about-page .init-2 .container {
        height: auto;
    }

    .about-page .init-5 .container .content ul li .box .imgC {
        padding: 10px;
    }

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

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

    .about-page .init-4 {
        padding-top: 40px;
    }

    .about-page .init-4 .subText {
        display: none;
    }

    .about-page .init-4 .container .content ul {
        margin: 0 -16px;
    }

    .about-page .init-4 .container .content ul li {
        padding: 0 16px;
    }
}

@media (max-width: 700px) {
    .about-page .init-2 .container {
        height: auto;
    }

    .about-page .init-2 .img .play {
        zoom: 0.7;
    }

    .about-page .init-4 .container .content ul li {
        width: 100%;
    }

    .about-page .init-4 .container .content ul li .box .title {
        height: auto;
    }
}

@media (max-width: 500px) {
    .about-page .init-2 .img .play {
        zoom: 0.5;
    }

    .about-page .init-1 .container .left .title2 {
        margin-top: 30px;
    }

    .about-page .init-1 .container .left .title3 .play {
        margin-left: 30px;
    }

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

    .about-page .init-3 .container ul {
        padding-top: 0;
    }

    .about-page .init-3 .container ul li {
        margin-top: 20px;
        width: 50%;
    }

    .about-page .init-3 .container ul li .box .top {
        font-size: 30px;
    }

    .about-page .init-5 .container .content .contC {
        padding-right: 4px;
        overflow-y: auto;
        max-height: 400px;
    }

    .about-page .init-5 .container .content ul li {
        width: 33.33%;
    }

    .about-page .init-6 .container .left .img {
        margin-top: 30px;
    }

    .about-page .init-4 .container .content {
        margin-top: 20px;
    }
}

.about-page .init-3-2 {
    -o-background-size: cover;
    background-size: cover;
}

.about-page .init-3-2 .container .tipsTitle {
    text-align: center;
}

.about-page .init-3-2 .container .content {
    position: relative;
    width: -webkit-calc(-80%);
    width: -moz-calc(-80%);
    width: calc(100% - 180px);
    margin: 10px auto 0;
}

.about-page .init-3-2 .container .content .btn {
    cursor: pointer;
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    right: 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 108, 174, 0.5);
    box-shadow: 0 0 20px rgba(0, 108, 174, 0.5);
    border-radius: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
}

.about-page .init-3-2 .container .content .btn.slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.about-page .init-3-2 .container .content .btn i {
    width: 20px;
    height: 20px;
}

.about-page .init-3-2 .container .content .btn:hover {
    background-color: var(--color);
}

.about-page .init-3-2 .container .content .btn:hover i {
    -webkit-filter: grayscale(1) brightness(5);
    filter: grayscale(1) brightness(5);
}

.about-page .init-3-2 .container .content .prev {
    left: 0;
}

.about-page .init-3-2 .container .content ul li {
    padding: 0 20px;
}

.about-page .init-3-2 .container .content ul li .box {
    padding: 0 100px;
    text-align: center;
    position: relative;
}

.about-page .init-3-2 .container .content ul li .box .num {
    font-size: 480px;
    font-weight: bold;
    text-align: center;
    color: rgba(229, 229, 229, 0.6);
    line-height: 1;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-page .init-3-2 .container .content ul li .box .desC {
    height: 500px;
    padding-right: 10px;
    overflow-y: auto;
}

.about-page .init-3-2 .container .content ul li .box .desC .des {
    position: relative;
    z-index: 2;
    font-size: 20px;
}

.about-page .init-3-2 .container .content2 {
    width: -webkit-calc(-80%);
    width: -moz-calc(-80%);
    width: calc(100% - 180px);
    margin: 20px auto 0;
    position: relative;
}

.about-page .init-3-2 .container .content2 .line {
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 5px;
    left: 0;
    background-color: #a6a6a6;
}

.about-page .init-3-2 .container .content2 ul .slick-track {
    margin-left: 0;
}

.about-page .init-3-2 .container .content2 ul .slick-current li .box .num {
    color: var(--color);
}

.about-page .init-3-2 .container .content2 ul .slick-current li .box .cir {
    background-color: var(--color);
}

.about-page .init-3-2 .container .content2 ul li .box {
    cursor: pointer;
    text-align: center;
}

.about-page .init-3-2 .container .content2 ul li .box .num {
    font-size: 24px;
    line-height: 1;
}

.about-page .init-3-2 .container .content2 ul li .box .cir {
    border-radius: 50%;
    background-color: #888888;
    width: 10px;
    height: 10px;
    margin: 16px auto 0;
}

@media (max-width: 1800px) {
    .about-page .init-3-2 .container .content ul li .box .num {
        font-size: 400px;
    }
}

@media (max-width: 1500px) {
    .about-page .init-3-2 .container .content ul li .box .num {
        font-size: 300px;
    }
    .about-page .init-3-2 .container .content ul li .box .desC {
        height: 400px;
    }
}

@media (max-width: 1250px) {
    .about-page .init-3-2 .container .content ul li .box .num {
        font-size: 200px;
    }
    .about-page .init-3-2 .container .content ul li .box {
        padding: 0 70px;
    }
}

@media (max-width: 1000px) {
    .about-page .init-3-2 .container .content ul li .box .num {
        font-size: 160px;
    }

    .about-page .init-3-2 .container .content {
        width: 100%;
    }
    .about-page .init-3-2 .container .content ul li .box .desC .des{
        font-size: 18px;
    }
}

@media (max-width: 700px) {
    .about-page .init-3-2 .container .content ul li .box .num {
        font-size: 130px;
    }
}

@media (max-width: 500px) {
    .about-page .init-3-2 .container .content {
        padding-top: 80px;
    }

    .about-page .init-3-2 .container .content .btn {
        width: 40px;
        height: 40px;
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        left: 50%;
    }

    .about-page .init-3-2 .container .content .prev {
        left: -webkit-calc(0%);
        left: -moz-calc(0%);
        left: calc(50% - 50px);
    }

    .about-page .init-3-2 .container .content .next {
        left: -webkit-calc(60%);
        left: -moz-calc(60%);
        left: calc(50% + 10px);
    }

    .about-page .init-3-2 .container .content ul li {
        padding: 0 10px;
    }

    .about-page .init-3-2 .container .content ul li .box {
        padding: 0;
    }

    .about-page .init-3-2 .container .content ul li .box .num {
        position: relative;
        top: 0;
        left: 0;
        text-align: left;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .about-page .init-3-2 .container .content ul li .box .desC {
        height: auto;
    }

    .about-page .init-3-2 .container .content ul li .box .num {
        font-size: 60px;
    }

    .about-page .init-3-2 .container .content ul li .box .desC {
        text-align: left;
        margin-top: 20px;
    }

    .about-page .init-3-2 .container .content ul li .box .desC .des {
        font-size: 16px;
        line-height: 2;
        width: 100%;
    }

    .about-page .init-3-2 .container .content2 {
        width: 100%;
    }
}


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

/*
    product-page
==============================================*/
.sider-box .sider-left {
    width: 30%;
    position: sticky;
    top: 100px;
}

.sider-box .sider-left h2 {
    padding-top: 8px;
    padding-left: 20px;
    text-transform: uppercase;
    line-height: 1.2;
}

.sider-box .sider-left h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 3px;
    background-color: var(--color);
}

.sider-box .sider-left .category {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .category .catelist {
    margin-top: 35px;
}

.sider-box .sider-left .category .catelist>ul>li {
    border-radius: 25px;
    background: #f0f0f0;
    margin-bottom: 10px;
}

.sider-box .sider-left .category .catelist ul li a {
    padding: 15px 0;
    height: auto;
    border-radius: 25px;
    background: #f0f0f0;
}

.sider-box .sider-left .category .catelist>ul>li>a {
    padding-left: 25px;
    padding-right: 35px;
    background: #f0f0f0;
    position: relative;
    font-size: 16px;
    transition: .5s;
}

.sider-box .sider-left .category .catelist>ul>li>a:hover,
.sider-box .sider-left .category .catelist>ul>li.active>a {
    color: #FFFFFF;
    background-color: var(--color);
}

.sider-box .sider-left .category .catelist>ul>li>a i {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 24px;
    width: 30px;
    text-align: center;
    transition: .5s;
}

.sider-box .sider-left .category .catelist>ul>li>a i.active {
    transform: rotate(90deg);
}

.sider-box .sider-left .category .catelist>ul>li>ul {
    display: none;
}

.sider-box .sider-left .category .catelist>ul>li>ul {
    padding: 10px 25px 30px;
    background-color: #f0f0f0;
    border-radius: 25px;
}

.sider-box .sider-left .category .catelist>ul>li>ul>li>a {
    line-height: 1.2;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    height: auto;
    padding: 15px 0;
}

.sider-box .sider-left .category .catelist>ul>li>ul>li>a.active,
.sider-box .sider-left .category .catelist>ul>li>ul>li>a:hover {
    color: var(--color);
    border-bottom: 1px solid var(--color);
}

.sider-box .sider-left .category.news .catelist>ul>li>a::after {
    content: "\f0d7";
    font-family: FontAwesome;
}

.sider-box .sider-left .quote {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .quote .form {
    margin-top: 35px;
}

.sider-box .sider-left .quote .form form .submit {
    margin: 24px auto 0;
}

.sider-box .sider-left .quote .form form .submit .more {
    border: none
}

.sider-box .sider-left .quote .form input[type='text'],
.sider-box .sider-left .quote .form textarea {
    width: 100%;
    font-size: 16px;
    padding: 10px 20px;
}

.sider-box .sider-left .quote .form input[type='text'] {
    border-radius: 30px;
    border: 2px solid #e5e5e5;
    margin-bottom: 10px;
}


.sider-box .sider-left .quote .form .fileInputContainer input[type='text'] {
    opacity: 0;
    margin: 0;
    border: none;
}

.sider-box .sider-left .quote .form .fileInputContainer {
    border-radius: 30px;
    border: 2px solid #e5e5e5;
    margin-bottom: 10px;
    background: url(/template/en/images/file_img.png) no-repeat center right 20px;
    background-size: 30px;
    position: relative;
}

.sider-box .sider-left .quote .form .fileInputContainer span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    padding: 12px 20px;
}


.sider-box .sider-left .quote .form textarea {
    height: 100px;
    border-radius: 10px;
    border: 2px solid #e5e5e5;
}

.sider-box .sider-left .quote .form .more {
    margin-top: 30px;
}

.sider-box .sider-left .search-news {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .search-news form {
    margin-top: 35px;
    position: relative;
}

.sider-box .sider-left .search-news form input {
    font-size: 16px;
    width: 100%;
    height: 50px;
    border: none;
    background-color: #f0f0f0;
    padding-left: 25px;
    padding-right: 115px;
    border-radius: 30px;
}

.sider-box .sider-left .search-news form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 115px;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #82b566;
    background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
    background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
    background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
    background-image: linear-gradient(to right, #92c35d, #73ad53);
}

.sider-box .sider-left .hot-news {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .hot-news .list {
    margin-top: 35px;
}

.sider-box .sider-left .hot-news .list ul li+li {
    margin-top: 35px;
}

.sider-box .sider-left .hot-news .list .img {
    border-radius: 10px;
    overflow: hidden;
}

.sider-box .sider-left .hot-news .list time {
    color: #858585;
}

.sider-box .sider-left .news-date {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .news-date .datepicker {
    margin-top: 35px;
}

.sider-box .sider-right {
    width: 70%;
}

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

    .sider-box .sider-left .category,
    .sider-box .sider-left .quote {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 1250px) {
    .sider-box .sider-left .category .catelist>ul>li>a {
        padding-left: 20px;
        padding-right: 28px;
    }
}

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

    .sider-box .sider-right {
        width: 100%;
        padding: 0;
    }

}


.product-page .init-1 {
    padding: 40px;
    background-color: #fafafa;
    border-radius: 20px;
}

.product-page .sider-right .des {
    max-height: 210px;
    overflow-y: auto;
}

@media screen and (max-width: 1250px) {
    .product-page .init-1 {
        padding: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .product-page .init-1 .container .des {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .product-page .init-1 {
        padding: 10px 20px;
    }

    .product-page .init-1 .container .tip_title {
        font-size: 20px;
        line-height: 36px;
    }

    .product-page .init-1 .container .des {
        margin-top: 20px;
        display: none !important;
    }
}


.product_list ul {
    margin: 0 -15px;
}

.product_list ul li {
    padding: 20px 15px;
}

.product_list ul li .box {
    background: #eeeeee;
    transition: .5s;
    height: 100%;
}

.product_list ul li .box {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
}

.product_list ul li .box .txt {
    transition: .5s;
}

.product_list ul li .box .img {
    transition: .5s
}

.product_list ul li .box:hover {
    /*color: #ffffff;*/
    background: linear-gradient(to bottom, var(--color) 4%, #fff 90%)
}

.product_list ul li .box:hover .txt .btn-go {
    opacity: 1;
}

.product_list ul li .box:hover .txt {
    /*transform: translateY(-180%);*/
}

.product_list ul li .box:hover .img {
    /*transform: translateY(60%);*/
}

.product_list ul li .box .txt {
    padding: 0px 20px 0;
}

.product_list ul li .box .txt h3 {
    margin-bottom: 0px;
}

.product_list ul li .box .txt .btn-go {
    opacity: 0;
    margin-top: 15px;
}

.product_list .img {
    overflow: hidden;
}

.product_list .img a {
    display: block;
    padding: 20px;
}

.product_list .img span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    background-color: var(--color);
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}

.product_list .img:hover span {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.product_list h3 {
    margin-top: 15px;
    line-height: 28px;
}

@media screen and (max-width: 1700px) {
    .product_list ul li .box:hover .txt {
        transform: translateY(-135%);
    }

    .product_list ul li .box:hover .img {
        transform: translateY(90%);
    }
}

@media screen and (max-width: 1450px) {
    .product_list ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .product_list ul li .box:hover .txt {
        transform: translateY(-200%);
    }

    .product_list ul li .box:hover .img {
        transform: translateY(60%);
    }
}

@media screen and (max-width: 1250px) {
    .product_list ul li .box:hover .txt {
        transform: translateY(-150%);
    }

    .product_list ul li .box:hover .img {
        transform: translateY(70%);
    }

}

@media screen and (max-width: 1000px) {
    .product_list ul li .box:hover .txt {
        transform: translateY(0);
    }

    .product_list ul li .box:hover .img {
        transform: translateY(0);
    }

    .product_list ul li .box .txt {
        transform: translateY(0);
        order: -1;
    }

    .product_list ul li .box .img {
        transform: translateY(0);
    }

    .product_list ul li .box {
        color: #ffffff;
        background: linear-gradient(to bottom, rgba(0, 108, 174, 0.8) 20%, rgba(38, 76, 157, 0))
    }

    .product_list ul li .box .txt .btn-go {
        opacity: 1;
    }
}

@media screen and (max-width: 700px) {
    .product_list ul li .box .txt {
        padding: 10px 15px 0;
    }

    .product_list ul {
        margin: 0 -15px;
    }

    .product_list ul li {
        padding: 20px 10px
    }
}

@media screen and (max-width: 500px) {
    .product_list ul {
        grid-template-columns: repeat(1, 1fr);
    }
}

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

.m-page {
    text-align: center;
    margin-top: 50px;
}

.m-page a,
.m-page span {
    width: 50px;
    height: 50px;
    background: #dfdfdf;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: white;
    border-radius: 100%;
    display: inline-block;
    margin: 0 12px;
    cursor: pointer;
    line-height: 50px;
    font-size: 18px;
}

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

@media screen and (max-width: 500px) {
    .m-page {
        zoom: 0.8;
    }
}

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




/*
    pro-single-page
==============================================*/
.pro-single-page .pro_init_1 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro-single-page .pro_init_1 .container .left {
    width: 49%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    top: 120px;
    position: -webkit-sticky;
    position: sticky;
}

.pro-single-page .pro_init_1 .container .left .smallImg {
    width: 28%;
}

.pro-single-page .pro_init_1 .container .left .smallImg ul li {
    padding: 10px;
}

.pro-single-page .pro_init_1 .container .left .smallImg ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro-single-page .pro_init_1 .container .left .smallImg ul li a img {
    display: block;
    border: 1px solid #dcdcdc;
    padding: 10px;
}

.pro-single-page .pro_init_1 .container .left .bigImg {
    width: 75%;
    display: inline-block;
    padding: 10px;
}

.pro-single-page .pro_init_1 .container .left .bigImg ul li {
    padding: 1px;

}

.pro-single-page .pro_init_1 .container .left .bigImg ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.pro-single-page .pro_init_1 .container .left .bigImg ul {
    border: 1px solid #dcdcdc;

}

.pro-single-page .pro_init_1 .container .left .bigImg img {
    BACKGROUND: #f6f8ff;
    padding: 10px;
}

.pro-single-page .pro_init_1 .container .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background: #fffef9;
    color: transparent;
    font-size: 0;
    border: none;
    opacity: .8;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.pro-single-page .pro_init_1 .container .left .bigImg .slick-arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}

.pro-single-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
    left: 12px;
}

.pro-single-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev:after {
    background-image: url("../images/banner-btn-l.png");
}

.pro-single-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
    right: 12px;
}

.pro-single-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next:after {
    background-image: url("../images/banner-btn-r.png");
}

.pro-single-page .pro_init_1 .container .left .bigImg .slick-arrow:hover {
    background: var(--primary);
}

.pro-single-page .pro_init_1 .container .left .big_img {
    width: 100%;
    display: block;
}

.pro-single-page .pro_init_1 .container .left .big_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pro-single-page .pro_init_1 .container .right .share ul li {
    width: 45px;
    text-align: center;
    margin-right: 10px;
    background: white;
    color: black;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.pro-single-page .pro_init_1 .container .right .share ul li a {
    display: block;
}

.pro-single-page .pro_init_1 .container .right .share ul li:hover {
    background: var(--primary);
}
@media screen and (max-width: 1700px){
    .pro-single-page .pro_init_1 .container .left .smallImg {
        width: 25%;
    }
}
@media screen and (max-width: 1500px) {
    .pro-single-page .pro_init_1 .container .right .share ul li {
        width: 35px;
        height: 35px;
        line-height: 36px;
    }
}

@media screen and (max-width: 500px) {
    .pro-single-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
        left: 0;
    }

    .pro-single-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
        right: 0;
    }

    .pro-single-page .pro_init_1 .container .left .smallImg ul li a img {
        padding: 5px;
        BACKGROUND: #f6f8ff;
    }

    .pro-single-page .pro_init_1 .container .left .bigImg {
        padding: 5px;
    }
    .pro-single-page .pro_init_1 .container .left .smallImg ul li{
        padding: 5px;
    }
}


.pro-single-page .pro_init_1 .container .left .swiper {
    margin-top: 20px;
}

.pro-single-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 115px;
    display: block;
}

.pro-single-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.pro-single-page .pro_init_1 .container .right {
    width: 46%;
}

.pro-single-page .pro_init_1 .container .right .sub_img {
    width: 36px;
    margin-bottom: 15px;
}

.pro-single-page .pro_init_1 .container .right .text_1 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 32px;
    color: #a8a8a8;
    font-weight: 500;
}

.pro-single-page .pro_init_1 .container .right .text_2 {
    font-size: 40px;
    line-height: 1.4;
    color: #4a4a4a;
}

.pro-single-page .pro_init_1 .container .right .shangxia a {
    display: block;
}

.pro-single-page .pro_init_1 .container .right .cont_list {
    margin-top: 20px;
}

.pro-single-page .pro_init_1 .container .right .cont_list .list {
    position: relative;
}

.pro-single-page .pro_init_1 .container .right .cont_list .list .title {
    font-size: 18px;
    padding: 25px 0;
    padding-right: 30px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.pro-single-page .pro_init_1 .container .right .cont_list .list .title span {
    color: #4a4a4a;
    font-weight: bold;
    text-transform: uppercase;
}

.pro-single-page .pro_init_1 .container .right .cont_list .list .title i {
    width: 20px;
    position: absolute;
    top: 22px;
    right: 0;
    font-size: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.pro-single-page .pro_init_1 .container .right .cont_list .list .model {
    font-size: 18px;
}

.pro-single-page .pro_init_1 .container .right .cont_list .list .content {
    font-size: 18px;
    color: #3f3f3f;
    line-height: 2;
}

.pro-single-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb {
    background: var(--primary);
}

.pro-single-page .pro_init_1 .container .right .cont_list .list.active .title {
    border-bottom: 1px solid #d6d6d6;
}

.pro-single-page .pro_init_1 .container .right .cont_list .list.active .title i {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.pro-single-page .pro_init_1 .container .right .cont_list .list:last-child .title {
    border-bottom: 1px solid #d6d6d6;
}

.pro-single-page .pro_init_1 .container .right .cont_list .list .content ul li {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}

.pro-single-page .pro_init_1 .container .right .cont_list .list .content ul li h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.pro-single-page .pro_init_1 .container .right .cont_list .list .content ul li .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 17px;
    line-height: 1.6;
}

.pro-single-page .pro_init_1 .container .right .cont_list .list .content ul li:last-child {
    margin-bottom: 0;
}

.pro-single-page .pro_init_1 .container .right .more {
    margin-top: 30px;
}

.pro-single-page .pro_init_1 .container .right .more_cont {
    margin-top: 55px;
    border-color: #000;
    color: #000;
}

@media (max-width: 1000px) {
    .pro-single-page .pro_init_1 .container .left {
        position: static;
    }

    .pro-single-page .pro_init_1 .container .left {
        width: 100%;
    }

    .pro-single-page .pro_init_1 .container .right {
        width: 100%;
        margin-top: 30px;
    }

    .pro-single-page .pro_init_1 .container .right {
        text-align: center;
    }

    .pro-single-page .pro_init_1 .container .right .sub_img {
        display: none;
        margin: auto;

    }

    .pro-single-page .pro_init_1 .container .right .more {
        margin: auto;
        margin-top: 40px;
    }

    .pro-single-page .pro_init_1 .container .right .text_2 {
        font-size: 25px;
    }
}

@media (max-width: 500px) {

    .pro-single-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
        height: 90vw;
    }

    .pro-single-page .pro_init_1 .container .right .text_1 {
        margin-top: 10px;
        font-size: 16px;
    }

    .pro-single-page .pro_init_1 .container .right .text_2 {
        font-size: 22px;
        line-height: 40px;
        margin-top: 10px;
    }

    .pro-single-page .pro_init_1 .container .right .cont_list {
        margin-top: 20px;
    }

    .pro-single-page .pro_init_1 .container .right .cont_list .list .title {
        padding: 15px 0;
        font-size: 18px;
        padding-right: 25px;
        padding-bottom: 5px;
    }

    .pro-single-page .pro_init_1 .container .right .cont_list .list .title i {
        top: 16px;
        font-size: 24px;
    }

    .pro-single-page .pro_init_1 .container .right .cont_list .list .content {
        padding: 20px 0;
    }
}

.pro-single-page .prodet-2 {
    padding: 90px 0;
}

.pro-single-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}

.pro-single-page .prodet-2 .options ul li {
    /*margin-right: 100px;*/
    font-size: 20px;
    /*text-transform: uppercase;*/
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-weight: 700;

}

.pro-single-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--primary);
}

.pro-single-page .prodet-2 .options ul li:hover,
.pro-single-page .prodet-2 .options ul li.active {
    color: var(--color);
}

.pro-single-page .prodet-2 .options ul li:hover:after,
.pro-single-page .prodet-2 .options ul li.active:after {
    width: 100%;
}

.pro-single-page .prodet-2 .ret {
    margin-top: 50px;
}

.pro-single-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 32px;
}

.pro-single-page .prodet-2 .ret .content.faq li {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}

.pro-single-page .prodet-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}

.pro-single-page .prodet-2 .ret .content dl dd h4 {
    font-size: 30px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.pro-single-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 18px;
    line-height: 1.8;
}

@media screen and (max-width: 1500px) {
    .pro-single-page .prodet-2 {
        padding: 70px 0;
    }

    .pro-single-page .prodet-2 .options ul li {
        font-size: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .pro-single-page .prodet-2 .options ul li {
        margin-right: 25px;
    }

    .pro-single-page .prodet-2 .options {
        display: none;
    }

    .pro-single-page .prodet-2 .ret .slide {
        display: block;
        margin-top: 30px;
    }

    .pro-single-page .prodet-2 {
        padding: 50px 0;
    }

    .pro-single-page .prodet-2 .ret {
        margin-top:0 ;
    }
    .pro-single-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }

    .pro-single-page .prodet-2 .ret .det {
        overflow-x: auto;
    }

    .pro-single-page .prodet-2 .ret .det table {
        table-layout: auto;
    }

    .pro-single-page .prodet-2 .ret .det table td {
        min-width: 200px;
        width: auto;
        font-size: 14px;
        line-height: 28px;

    }
}

@media screen and (max-width: 500px) {
    .pro-single-page .prodet-2 {
        padding: 35px 0;
    }

    .pro-single-page .prodet-2 .ret {
        margin-top: 0;
    }

    .pro-single-page .prodet-2 .ret .slide:first-child {
        margin-top: 0;
    }
}
/*==============================================
    pro-single-page
*/


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

.faq-page .marginBox {
    text-align: center;
}

.faq-page .marginBox .box {
    margin-top: 50px;
    text-align: left;
}

.faq-page .marginBox .box .left {
    width: 40%;
    position: sticky;
    top: 110px;
}

.faq-page .marginBox .box .left .box2 {
    padding: 50px 35px;
    background: var(--color);
    border-radius: 20px;
}

.faq-page .marginBox .box .left .box2 .slide {
    padding-right: 10px;
}

.faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 1.2em;
    display: block;
    color: #fff;
}

.faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 1em;
    line-height: 1.2;
}

.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
    display: none !important;
}

.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
    margin-bottom: 0;
}

.faq-page .marginBox .box .right {
    width: 60%;
    padding-left: 3%;
}

.faq-page .marginBox .box .right .list ul li {
    margin-bottom: 20px;
    padding: 15px;
    background: #f3f3f3;
    border: 1px solid #dddddd;
    border-radius: 20px;
    transition: .5s;
    background-position: right bottom;
}

.faq-page .marginBox .box .right .list ul li span.title {
    font-weight: bold;
    font-size: 18px;
    color: #242424;
    text-align: right;
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 15px;
}

.faq-page .marginBox .box .right .list ul li span.title i {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 5px;
    cursor: pointer;
    cursor: hand;
}

.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
    content: '';
    background: black;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.faq-page .marginBox .box .right .list ul li span.title i:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-page .marginBox .box .right .list ul li .text {
    font-size: 18px;
    color: #8e8e8e;
    line-height: 1.6;
    padding: 30px 0 45px;
    display: none;
}

.faq-page .marginBox .box .right .list ul li.active {
    background: var(--color);
    border-radius: 20px;

}

.faq-page .marginBox .box .right .list ul li.active span.title,
.faq-page .marginBox .box .right .list ul li.active .text {
    color: #ffffff;
}

.faq-page .marginBox .box .right .list ul li.active span.title i:after {
    background: #ffffff;
}

.faq-page .marginBox .box .right .list ul li.active span.title i:before {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
}

.faq-page .marginBox .box .right .list ul li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1600px) {
    .faq-page .marginBox .box .left .box2 {
        padding: 30px 20px;
    }

    .faq-page .marginBox .box .left .box2 .slide span.h6 {
        font-size: 16px;
        margin-bottom: 1em;
    }

    .faq-page .marginBox .box .left .box2 .slide .nav ul li {
        font-size: 16px;
        margin-bottom: .8em;
    }


    .faq-page .marginBox .box .right .list ul li {
        padding: 10px;
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 1250px) {
    .faq-page .marginBox .box {
        margin-top: 30px;
    }

    .faq-page .marginBox .box .right {
        width: 100%;
        padding-left: 0;
    }

    .faq-page .marginBox .box .left {
        display: none;
    }
}

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

    .faq-page .marginBox .box .right .list ul li span.title,
    .faq-page .marginBox .box .right .list ul li .text {
        font-size: 16px;
        padding-left: 10px;
        line-height: 2;
    }

    .faq-page .marginBox .box .right .list ul li span.title i {
        width: 10px;
        height: 10px;
        font-size: 14px;
    }
}

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


.project-page {
    padding: 0 0 100;
}

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

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

.project-page ul li .t1:hover {
    color: var(--color);
}

.project-page ul li p {
    font-size: 18px;
    text-align: center;
    padding: 5px 10px;
    line-height: 2;
}


.jectdet-page .sidebar-box .content .category a {
    padding: 0 5px;
    margin-left: 4px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--color);
    border: 1px solid var(--color);
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.jectdet-page .sidebar-box .content .category a span {
    display: inline-block;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
}

.jectdet-page .sidebar-box .content .left img {
    border-radius: 20px;
}

.jectdet-page .sidebar-box .content .right .cont {
    max-height: 270px;
    overflow-y: auto
}

.jectdet-page .sidebar-box .content .app-related-pro02 ul{
    margin: -20px -10px;
}

.jectdet-page .sidebar-box .content .app-related-pro02 ul li{
    padding: 20px 10px;
}

.jectdet-page .sidebar-box .content .app-related-pro02 ul li .imgbox{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: block;
}

@media screen and (max-width: 1000px) {
    .jectdet-page .sidebar-box .content .right .cont {
        height: auto;
    }

    .jectdet-page .sidebar-box .content .right {
        margin-top: 30px;
    }
}


/*
    services-page
==============================================*/
.services-page .init-1 .top .cont p {
    margin-bottom: 1em;
}

.services-page .init-1 .top .cont p span {
    font-weight: bold;
}

.services-page .init-1 .bottom li {
    padding-top: 20px;
}

.services-page .init-1 .bottom .box {
    height: 452px;
    background: #eeeeee no-repeat right bottom;
    border-radius: 20px;
    padding: 40px 30px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: 0.5s;
    z-index: 2;
    overflow: hidden;
}

.services-page .init-1 .bottom .box .mask {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #006cae url(../images/lg.png) no-repeat right bottom;
    transition: .5s;
}

.services-page .init-1 .bottom .box .tip {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.services-page .init-1 .bottom .box .tip .num .ty {
    color: #999999;
    opacity: 0.6;
    line-height: 1;
    margin-top: 5px;
    transition: 0.5s;
}

.services-page .init-1 .bottom .box .tip .icon {
    width: 60px;
    height: 60px;
    background-color: #006cae;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.services-page .init-1 .bottom .box .tip .icon img {
    filter: brightness(100);
}

.services-page .init-1 .bottom .box .text .t1 {
    transition: 0s;
}

.services-page .init-1 .bottom .box .text {
    transition: .5s;
}

.services-page .init-1 .bottom .box .text2 {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 30px 50px;
    color: #ffffff;
    transform: translateY(100%);
    transition: .5s;
}

.services-page .init-1 .bottom .box .text2 .more {
    zoom: 0.8;
    font-size: 20px;
    transition: 0s;
}

.services-page .init-1 .bottom .box .text2 .cont {
    line-height: 1.8;
    transition: 0.5s;
    /*opacity: 0.6;*/
    color: #ffffff;
    height: 10.5em;
    overflow-y: auto;
    padding-right: 5px;
}

.services-page .init-1 .bottom .box .text2 .cont::-webkit-scrollbar-thumb {
    background-color: #444;
}

.services-page .init-1 .bottom .box .text2 .btn-go{
    background-color: #fff;
    color: var(--color);
}

.services-page .init-1 .bottom .box:hover {
    color: #ffffff;
    transform: translateY(-20px);
}

.services-page .init-1 .bottom .box:hover .mask {
    height: 100%;
}

.services-page .init-1 .bottom .box:hover .tip .num .ty {
    color: #ffffff;
}

.services-page .init-1 .bottom .box:hover .tip .icon {
    background: #ffffff;
}

.services-page .init-1 .bottom .box:hover .tip .icon img {
    filter: none;
}

.services-page .init-1 .bottom .box:hover .text {
    opacity: 0
}

.services-page .init-1 .bottom .box:hover .text2 {
    opacity: 1;
    transform: translateY(0);
}

.services-page .init-1 .tip .cont {
    max-width: 930px;
    margin: 0 auto;
}

@media screen and (max-width: 1000px) {
    .services-page .init-1 .bottom .box .text2 .cont {
        height: 7.2em;
    }
}


.services-page .init-2 {
    color: white;
    padding: 107px 0 70px;
}

.services-page .init-2 .left {
    position: sticky;
    top: 170px;
    width: 45%;
}

.services-page .init-2 .left p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
}

.services-page .init-2 .left .btn-go{
    background-color: #000;
}

.services-page .init-2 .left .btn-go:hover{
    background-color: #fff;
}

.services-page .init-2 .left .i-title {
    line-height: 1.2;
}

.services-page .init-2 .right {

    width: 50%;
}

.services-page .init-2 .right ul li {
    padding-left: 140px;
    position: relative;
    padding-bottom: 50px;
}

.services-page .init-2 .right ul li .icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #ffffff;
    text-align: center;
    line-height: 60px;
    position: absolute;
    left: 0;
    top: 0;
}

.services-page .init-2 .right ul li .icon img {
    vertical-align: middle;
}

.services-page .init-2 .right ul li::after {
    content: "";
    position: absolute;
    left: 27px;
    top: 80px;
    width: 1px;
    height: calc(100% - 97px);
    background: rgba(255, 255, 255, 0.3);
}

.services-page .init-2 .right ul li:last-child::after {
    display: none;
}

.services-page .init-2 .right ul li:last-child .icon::after {
    content: none;
}

.services-page .init-2 .right ul li h4 {
    font-size: 30px;
    font-weight: bold;
}

.services-page .init-2 .right ul li .des {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 14px;
}

.services-page .init-2 .right ul li .des .item {
    display: flex;

}

.services-page .init-2 .right ul li .des .item .txt {
    flex: 1;
    margin-left: 10px;
}

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

@media screen and (max-width: 1250px) {
    .services-page .init-2 .right ul li {
        padding-left: 105px;
        padding-bottom: 40px;
    }

    .services-page .init-2 .right ul li .icon:after {
        height: 225%;
    }

    .services-page .init-2 .right ul li h4 {
        font-size: 24px;
    }
}

@media screen and (max-width: 1000px) {
    .services-page .init-2 .left {
        position: relative;
        width: 100%;
        top: 0;
    }

    .services-page .init-2 .right ul li h4 {
        font-size: 20px;
    }

    .services-page .init-2 .right {
        width: 100%;
        margin-top: 20px;
    }

}

@media screen and (max-width: 700px) {
    .services-page .init-2 .right {
        padding-left: 0;

    }

    .services-page .init-2 .left {
        width: 100%;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 500px) {
    .services-page .init-2 .right ul li {
        padding-left: 0;
    }

    .services-page .init-2 .right ul li .icon {
        position: relative;
        margin-bottom: 12px;
    }

    .services-page .init-2 .right ul li .icon::after {
        content: none;
    }

    .services-page .init-2 .right ul li::after {
        display: none;
    }
}
/*==============================================
    services-page
*/


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

.news-page02 .news-1 .list ul {
    margin: -15px;
}
.news-page02 .news-1 .list ul li {
    padding: 15px;
}
.news-page02 .news-1 .list ul li a.img-box {
    display: block;
}
.news-page02 .news-1 .list ul li .content {
    -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    padding: 10%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
        border-radius: 20px;
    z-index: 1;
    background: #F2F2F2 right bottom;
}

.news-page02 .news-1 .list ul li .content .tags {
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 31px;
    padding: 0 15px;
    border: solid 1px #666666;
    color: #666666;
    border-radius: 16px;
}

.news-page02 .news-1 .list ul li .content:hover{
  background: var(--color) url(../images/lg.png) no-repeat right bottom;
  color: #ffffff;
}
.news-page02 .news-1 .list ul li .content:hover .tags{
  color: #ffffff;
  border: solid 1px #ffffff;
}
.news-page02 .news-1 .list ul li .content:hover a.link img{
  filter: brightness(1);
}
.news-page02 .news-1 .list ul li .content:hover .btn-go{
    background-color: #fff;
    color: var(--color);
}
.news-page02 .news-1 .list ul li .content time {
    font-size: 14px;
    line-height: 28px;
    display: block;
    margin-bottom: 1em;
}
.news-page02 .news-1 .list ul li .content span.h6 {
    font-size: 20px;
    font-weight: 500;
    display: block;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 3;
    overflow: hidden;*/
    height: 4.8em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page02 .news-1 .list ul li .content .text {
    font-size: 16px;
    line-height: 28px;
}
.news-page02 .news-1 .list ul li .content .pre {
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page02 .news-1 .list ul li .content .pre .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 5;
    overflow: hidden;
    height: 9em;*/
}
.news-page02 .news-1 .list ul li .content a.link {
    margin-top: 2em;
    transition: 0s;
    font-size: 16px;
}
.news-page02 .news-1 .list ul li .content a.link:hover{
  color: #ffffff;
}
.news-page02 .news-1 .list ul li .content a.link:before{
  background: #ffffff;
}
.news-page02 .news-1 .list ul li:hover .content {
    margin-top: -30px;
}
.news-page02 .news-1 .list ul li:hover .content span.h6 {
    opacity: 0;
}
.news-page02 .news-1 .list ul li:hover .content .text {
    opacity: 1;
}
.news-page02 .news-1 .list ul li:hover .content .pre {
    padding-bottom: 30px;
}
@media screen and (max-width: 1700px) {
    .news-page02 .news-1 .list ul li .content {
    padding: 7%;
  }

  .news-page02 .news-1 .list ul li .content span.h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1450px) {
  .news-page02 .news-1 .list ul li .content {
    padding: 5%;
  }

  .news-page02 .news-1 .list ul li .content span.h6 {
    font-size: 16px;
    line-height: 30px;
  }

  .news-page02 .news-1 .list ul li:hover .content .pre {
    padding-bottom: 50px;
  }

  .news-page02 .news-1 .list ul li:hover .content {
    margin-top: -50px;
  }
}
@media screen and (max-width: 1250px) {
  .news-page02 .news-1 .list ul li .content .pre .text {
    position: static;
    opacity: 1;
    margin-top: 1em;
  }

  .news-page02 .news-1 .list ul li:hover .content span.h6 {
    opacity: 1;
  }

  .news-page02 .news-1 .list ul li:hover .content {
    margin-top: 0;
  }

  .news-page02 .news-1 .list ul li:hover .content .pre {
    padding-bottom: 0;
  }

  .news-page02 .news-1 .list ul li .content a.link {
    margin-top: 1em;
  }
  .news-page02 .news-1 .list ul li .content span.h6{
      height: auto;
  }
}

@media screen and (max-width: 500px) {
  .news-page02 .news-1 .list ul li .content span.h6,
  .news-page02 .news-1 .list ul li .content .pre .text {
    height: auto;
  }

}

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


/*
    newdet-page
==============================================*/
.inner-page .sider-box .slideBarRight {
  width: 70%;
  padding-left: 4%;
}

@media screen and (max-width: 1000px) {
  .inner-page .slideBarBox .slideBarRight {
    padding-left: 0
  }

  .inner-page .slideBarBox .slideBarRight {
    width: 100%
  }
}
.newdet-page .slideBarRight .tags {
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 31px;
  padding: 0 15px;
  border: solid 1px #666666;
  color: #666666;
  border-radius: 16px;
}

.newdet-page .slideBarRight .text {
    margin: 2em 0;
}

.newdet-page .slideBarRight .text p {
    margin-top: 1em;
}

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

.newdet-page .slideBarRight .share {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
}

.newdet-page .slideBarRight .share a {
    margin-left: 1em;
    width: 1.5em;
    height: 1.5em;
    background-color: var(--color);
    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;
    border-radius: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.newdet-page .slideBarRight .share a:hover {
    background-color: var(--color);
}

.newdet-page .slideBarRight span.h5 {
    font-size: 40px;
    line-height: 36px;
    font-weight: 700;
    margin: 3em 0 1em;
    display: block;
}

.newdet-page .slideBarRight .text h3 {
    font-weight: 600;
    margin-top: 20px;
}

.newdet-page .slideBarRight .text strong {
    font-weight: 600;
}

.newdet-page .slideBarRight .text ul>li>ul>li:before {
    content: "○";
    margin-right: .5em;
    color: #8a8a8a;
    font-size: 0.9em;
}

.newdet-page .slideBarRight .text ul>li>ul {
    text-indent: 2em;
}

.newdet-page .slideBarRight .text table td,
.newdet-page .slideBarRight .text table th {
    border: 1px solid gray;
}

.newdet-page .slideBarRight .text table {
    margin: 10px 0;
}

.newdet-page .slideBarRight .text ul li {
    margin-left: 20px;
}

.newdet-page .form ul {
  margin: -10px;
}

.newdet-page .form ul li {
  padding: 10px;
  font-size: 14px;
}

.newdet-page .form ul li label {
  display: block;
  margin-bottom: .5em;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}

.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .5em 0;
  border-bottom: 1px solid #999;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .form ul li input:focus,
.newdet-page .form ul li textarea:focus {
  border-color: var(--color);
}

.newdet-page .form ul li textarea {
  height: 80px;
}

.newdet-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .inner-page .sider-box .slideBarRight {
    padding-left: 0;
    width: 100%
  }
}
/*==============================================
    newdet-page
*/


/*
    contact-page
==============================================*/

.contact-page .init-1 .container .contentC {
    overflow: hidden;
    padding: 60px 80px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.contact-page .init-1 .container .contentC .tipsTitle {
    text-align: center;
}

.contact-page .init-1 .container .contentC .subImg {
    z-index: -1;
    bottom: -50px;
    right: 0;
    height: 150px;
    width: 100%;
    position: absolute;
    background-position: right bottom;
}

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

.contact-page .init-1 .container .contentC form .list {
    width: 33.33%;
    margin-top: 30px;
    padding: 0 10px;
}

.contact-page .init-1 .container .contentC form .list .tips {
    color: #767676;
}

.contact-page .init-1 .container .contentC form .list input,
.contact-page .init-1 .container .contentC form .list textarea {
    width: 100%;
    background-color: #f7f7f7;
    border: none;
    margin-top: 6px;
    padding: 10px;
}

.contact-page .init-1 .container .contentC form .list .btn {
    display: inline-block;
    padding: 14px;
    min-width: 190px;
    border: 1px solid var(--color);
    color: var(--color);
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}

.contact-page .init-1 .container .contentC form .list .btn:hover {
    background-color: var(--color);
    color: #fff;
}

.contact-page .init-1 .container .contentC form .w-100 {
    width: 100%;
}

.contact-page .init-2 .container .listCont {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 60px;
}

.contact-page .init-2 .container .listCont .list {
    margin-top: 60px;
    text-align: center;
    padding: 0 5px;
}

.contact-page .init-2 .container .listCont .list .cir {
    width: 124px;
    height: 124px;
    border: 1px solid #006cae;
    border-radius: 50%;
    margin: auto;
}

.contact-page .init-2 .container .listCont .list .cir img {
    max-width: 60%;
}

.contact-page .init-2 .container .listCont .list .title {
    margin-top: 20px;
}

.contact-page .init-2 .container .listCont .list .des {
    color: #767676;
    margin-top: 6px;
}

.contact-page .init-2 .container .listCont .list:hover {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

@media (max-width: 1250px) {
    .contact-page .init-1 .container .contentC .subImg {
        display: none;
    }

    .contact-page .init-2 .container .listCont .list {
        width: 50%;
        margin-top: 25px;
    }
}

@media (max-width: 1000px) {
    .contact-page .init-1 .container .contentC {
        padding: 60px 20px;
    }

    .contact-page .init-1 .container .contentC form .list {
        width: 50%;
    }

    .contact-page .init-1 .container .contentC form .w-100 {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .contact-page .init-1 .container .contentC form .list {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .contact-page .init-1 .container .contentC {
        padding: 40px 6px;
    }

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

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

    .contact-page .init-2 .container .listCont {
        padding-top: 0;
    }

    .contact-page .init-2 .container .listCont .list {
        width: 100%;
    }
}

/*==============================================
    contact-page
*/



.quality-page .quality-1 .st {
  font-size: 16px;
  color: #666666;
}

.quality-page .quality-1 .tip .right {
  color: #666666;
}

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

.quality-page .quality-1 .dates {
  text-align: center;
}

.quality-page .quality-1 .dates p {
  color: #666666;
}

.quality-page .quality-1 .dates .num {
  color: var(--color);
}

.quality-page .quality-1 .dates .num em {
  line-height: 1;
}

.quality-page .quality-1 .dates .line {
  width: 1px;
  height: 46px;
  background: #333333;
  opacity: 0.5;
}

.quality-page .quality-2 .img-box {
  border-radius: 10px;
  overflow: hidden;
}

.quality-page .quality-3 .item .left {
  width: 50%;
}

.quality-page .quality-3 .item .left .img {
  width: 130%;
  height: 100%;
}

.quality-page .quality-3 .item .left .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0px;
  overflow: hidden;
}

.quality-page .quality-3 .item .right {
  width: 50%;
  position: relative;
  z-index: 2;
  padding: 50px 0;
}

.quality-page .quality-3 .item .right .box {
  height: 100%;
  background: var(--color);
  border-radius: 10px;
  color: #ffffff;
  padding: 50px 55px 59px 65px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.quality-page .quality-3 .item .right .box .cont {
  font-size: 16px;
}

.quality-page .quality-3 .item .right .box .cont strong {
  display: block;
}

.quality-page .quality-3 .item .right .box .cont p {
  margin-bottom: 1em;
}

.quality-page .quality-3 .item .right .box .more {
  background: #fff;
  color: var(--color);
  height: 47px;
}

.quality-page .quality-3 .item .right .box .more:hover {
  background: #000;
  color: #fff;
}

.quality-page .quality-3 .item:nth-child(2n) .left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.quality-page .quality-3 .item:nth-child(2n) .left .img {
  margin-left: -30%;
}

@media screen and (max-width: 1000px) {
  .quality-page .quality-1 .tip .right {
    margin-top: 20px;
  }

  .quality-page .quality-3 .item .left .img {
    width: 100%;
  }

  .quality-page .quality-3 .item:nth-child(2n) .left {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .quality-page .quality-3 .item:nth-child(2n) .left .img {
    margin: 0;
  }

  .quality-page .quality-1 .dates li {
    width: 50%;
    margin-bottom: 15px;
  }

  .quality-page .quality-1 .dates .line {
    display: none;
  }

  .quality-page .quality-3 .item .right .box {
    padding: 30px 35px 39px 45px;
    display: block
  }

  .quality-page .quality-3 .item .right {
    margin-top: -20px;
  }
}

@media screen and (max-width: 500px) {
  .quality-page .quality-1 .dates li {
    width: 100%;
  }

  .quality-page .quality-3 .item .right .box {
    padding: 20px;
  }
}

table tbody tr:nth-child(even) {
    background: #fff;
}

