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

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

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

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

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

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

body {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 18px;
    --color: #1b3d88;
    --color1: #3594c5;
    margin: 0 auto;
}

.container {
    width: 1750px;
}

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

.fam-LexendDeca {
    font-family: "Lexend Deca";
}

.color-66 {
    color: #666666;
}

.color-33 {
    color: #333333;
}

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

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

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

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

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

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

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

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

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

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

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

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

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li>a {
    display: block;
    border-bottom: 1px solid transparent;
    transition: all 0.5s;
    position: relative;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li>a::after{
    content: "";
    position: absolute;
    top: 99%;
    left: 0;
    width: 100%;
    height: 300%;
    pointer-events: none;
}

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

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li>a:hover::after {
    pointer-events: all;
}

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

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

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

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

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

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

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

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

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

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

#header .nav .ui.menu .right .h-language span {
    opacity: 0.8;
}

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

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

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

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

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

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

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

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

#header .nav .ui.menu .right .h-search {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

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

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

#header .drop {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px -15px #000;
    box-shadow: 0 10px 15px -15px #000;
    display: none;
}

#header .drop.pro .mk-content ul li .box .img-box {
    background-color: #f9f9f9;
    padding: 84px 30px;
    transition: all 0.5s;
}

#header .drop.pro .mk-content ul li:hover .box .img-box {
    background-color: var(--color);
}

#header .swiper-initialized.swiper-button-lock~.zdy-tools {
    display: none !important;
}

#header .nav .ui.menu .menu-box ul.menu>li>a.list+ul {
    display: none;
}

#banner {
    margin-top: 90px;
}

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

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

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

#banner .banner-content .swiper-slide .txt-content h3 {
    max-width: 980px;
    line-height: 1.3;
}

#banner .banner-content .swiper-slide .txt-content h3 em {
    position: relative;
    z-index: 0;
}

#banner .banner-content .swiper-slide .txt-content h3 em::after {
    content: "";
    position: absolute;
    width: 104%;
    height: 24%;
    bottom: 6px;
    right: 50%;
    transform: translateX(50%);
    background: var(--color);
    z-index: -1;
}

#banner .banner-content .swiper-slide .txt-content .text2 {
    max-width: 880px;
}

.btn-go {
    width: auto;
    min-width: 150px;
    padding: 0 30px;
    height: 50px;
    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;
    cursor: pointer;
}

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

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

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

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

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

#index-body .init-data {
    margin-top: -4%;
    position: relative;
    z-index: 1;
}

#index-body .init-data .mk-content {
    background-color: var(--color);
}

#index-body .init-data .mk-content .right {
    padding-left: 14%;
}

#index-body .init-data .mk-content .right ul li {
    min-width: 35%;
    padding: 15px 0;
}

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

#index-body .init-about .mk-bottom ul li .imgbox {
    position: relative;
}

#index-body .init-about .mk-bottom ul li .imgbox .txtbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 30px;
    text-align: right;
    transition: all 0.5s;
    opacity: 0;
    background: linear-gradient(185deg, var(--color), rgba(27, 62, 136, 0.9) 8%, rgba(27, 62, 136, 0) 20%);
}

#index-body .init-about .mk-bottom ul li:hover .imgbox .txtbox {
    opacity: 1;
}

#index-body .init-about .mk-contact {
    background-color: var(--color);
    padding: 30px 0;
}

#index-body .init-about .mk-contact .right .text .line {
    display: block;
    height: 1px;
    width: 236px;
    background-color: #fff;
}

#index-body .init-about .mk-contact .right .text .btn-go:hover {
    border-color: #fff;
}

#index-body .init-about .bg01 {
    position: absolute;
    top: -2%;
    right: 0;
    z-index: -1;
}

#index-body .init-about .bg02 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

#index-body .init-category .mk-content .left {
    width: 72.5%;
    padding-right: 5%;
}

#index-body .init-category .mk-content .left ul {
    position: relative;
}

#index-body .init-category .mk-content .left ul li {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    z-index: 0;
    width: 100%;
}

#index-body .init-category .mk-content .left ul li .box .textbox {
    width: 40%;
}

#index-body .init-category .mk-content .left ul li .box .textbox .cpt dl dd.ico .imgbox {
    width: 45px;
    height: 43px;
    background-color: #1b3d88;
}


#index-body .init-category .mk-content .left ul li .box .img-box {
    width: 60%;
    padding-left: 8%;
}

#index-body .init-category .mk-content .left ul li.active {
    opacity: 1;
    z-index: 1;
}

#index-body .init-category .mk-content .right {
    width: 27.5%;
}

#index-body .init-category .mk-content .right ul {
    height: 630px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 30px;
    padding-bottom: 10px;
}

#index-body .init-category .mk-content .right ul li {
    margin-top: 10px;
}

#index-body .init-category .mk-content .right ul li .box {
    border-bottom: 1px solid #9a9a9a;
    padding: 20px;
    transition: all 0.5s;
    position: relative;
}

#index-body .init-category .mk-content .right ul li .box::after {
    content: "";
    display: block;
    height: 1px;
    width: 0;
    background-color: var(--color);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}

#index-body .init-category .mk-content .right ul li .box .txtbox {
    width: 65%;
}

#index-body .init-category .mk-content .right ul li .box .txtbox h2 {
    transition: all 0.5s;
}

#index-body .init-category .mk-content .right ul li .box .imgbox {
    width: 30%;
}

#index-body .init-category .mk-content .right ul li.active .box {
    border-color: transparent;
}

#index-body .init-category .mk-content .right ul li.active .box::after {
    width: 100%;
    opacity: 1;
}

#index-body .init-category .mk-content .right ul li.active .box .txtbox h2 {
    color: #000;
}

#index-body .init-category .mk-content .right ul li:hover .box {
    border-color: transparent;
}

#index-body .init-category .mk-content .right ul li:hover .box::after {
    width: 100%;
    opacity: 1;
}

#index-body .init-category .mk-content .right ul li:hover .box .txtbox h2 {
    color: #000;
}

#index-body .init-category .mk-content .right ul::-webkit-scrollbar {
    width: 2px;
}

#index-body .init-strengths {
    background-color: #f9f9f9;
}

#index-body .init-strengths .mk-content ul {
    margin: -40px -80px;
}

#index-body .init-strengths .mk-content ul li {
    width: 33.3%;
    padding: 40px 80px;
    cursor: pointer;
}

#index-body .init-strengths .mk-content ul li .box {
    position: relative;
    z-index: 0;
}

#index-body .init-strengths .mk-content ul li .box i {
    width: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    transition: all 0.5s;
}
#index-body .init-strengths .mk-content ul li .box:hover i{
    transform: rotateY(360deg);
}

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

#index-body .init-strengths .mk-content ul li .box .txtbox h2 {
    color: #333333;
}

#index-body .init-strengths .mk-content ul li .box .txtbox .desc {
    transition: all 0.5s;
    height: calc(28px * 3);
    overflow-y: auto;
}

#index-body .init-strengths .mk-content ul li .box .num {
    position: absolute;
    right: 0;
    top: 0;
    color: #e4e4e4;
    letter-spacing: -1px;
    line-height: 1;
    transition: all 0.5s;
    z-index: -1;
}

#index-body .init-strengths .mk-content ul li .box .num01 {
    position: absolute;
    right: 0;
    top: 0;
    letter-spacing: -1px;
    line-height: 1;
    transform: translate(10%, -12%);
    opacity: 0;
    transition: all 0.5s;
    text-shadow: -1px -1px 0 #e4e4e4, 1px -1px 0 #e4e4e4, -1px 1px 0 #e4e4e4, 1px 1px 0 #e4e4e4;
    color: #f9f9f9;
    z-index: -1;
}

#index-body .init-strengths .mk-content ul li .box:hover i img {
    filter: none;
}

#index-body .init-strengths .mk-content ul li .box:hover .txtbox h2 {
    color: var(--color);
}

#index-body .init-strengths .mk-content ul li .box:hover .txtbox .desc {
    color: var(--color);
}

#index-body .init-strengths .mk-content ul li .box:hover .num {
    opacity: 0;
}

#index-body .init-strengths .mk-content ul li .box:hover .num01 {
    opacity: 1;
}

#index-body .init-manufacture {
    height: 43vw;
    position: relative;
    z-index: 1;
}

#index-body .init-manufacture .container {
    height: 100%;
}

#index-body .init-manufacture .container .mk-content {
    height: 100%;
    max-width: 60%;
    padding-top: 160px;
}

#index-body .init-manufacture .container .mk-content .tt {
    max-width: 74%;
}

#index-body .init-manufacture .circle-container {
    width: 166px;
    height: 166px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
}

#index-body .init-manufacture .circle-container svg {
    fill: #000000;
}

#index-body .init-manufacture .circle-container .rotating-text {
    animation: rotate 15s linear infinite;
    transform-origin: center;
    font-weight: 300;
}

#index-body .init-manufacture .circle-container .cirico {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    font-size: 22px;
}

#index-body .init-service {
    z-index: 0;
}

#index-body .init-service .bg01 {
    top: -44%;
    left: 0;
    z-index: -1;
}

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

#index-body .init-service .mk-content .right .tab li .box {
    padding: 20px 0;
    border-bottom: solid 2px var(--color);
}

#index-body .init-service .mk-content .right .tab li .box .tt {
    cursor: pointer;
}

#index-body .init-service .mk-content .right .tab li .box .content {
    display: none;
}

#index-body .init-service .mk-content .right .tab li.active .tt h2 {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
}

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

#index-body .init-news .bg01 {
    top: 2%;
    right: 0;
    z-index: -1;
}

#index-body .init-news .mk-content .right .con {
    background-color: var(--color);
    padding: 32px 50px;
    position: relative;
}

#index-body .init-news .mk-content .right .con ul li .box .txtac .right {
    max-width: 50%;
    text-align: right;
}

#index-body .init-news .mk-content .right .con ul li .box .txtac .right span {
    display: inline-block;
}

#index-body .init-news .mk-content .right .swiper-pagination {
    width: auto;
    left: 40px;
    bottom: 22px;
    max-width: 50%;
    display: flex;
    padding: 10px;
    background-color: var(--color);
}

#index-body .init-news .mk-content .right .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    opacity: 1;
    transition: all 0.5s;
    border-radius: 0;
    width: 28px;
    height: auto;
    background-color: transparent;
    color: #ddd;
    font-size: 14px;
    position: relative;
    padding-top: 8px;
}

#index-body .init-news .mk-content .right .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    transition: all 0.5s;
    position: absolute;
    top: 0;
    left: 0;
}

#index-body .init-news .mk-content .right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #fff;
}

#index-body .init-news .mk-content .right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    background-color: #fff;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.lineclip {
    animation-name: lineclip;
    animation-delay: 0.6s;
    animation-duration: 1.5s;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

@keyframes lineclip {
    from {
        clip-path: inset(100% 0 0 0);
    }

    to {
        clip-path: inset(0);
    }
}

#footer {
    background-color: var(--color);
}

#footer .f-top .con {
    position: relative;
}

#footer .f-top .con::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 33%;
    top: 0;
}

#footer .f-top .con::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
}

#footer .f-top .con .left {
    width: 33%;
    padding-right: 4.5%;
}

#footer .f-top .con .map {
    width: 67%;
    padding-left: 4.5%;
    overflow: hidden;
}

#footer .f-top .con .map iframe {
    margin-top: -46px;
}

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

#footer .footer-center .footer-t::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 33%;
    top: 0;
}

#footer .footer-center .footer-t::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 33%;
    transform: translateY(-50%) translateX(-50%);
}

#footer .footer-center .footer-t .left {
    width: 33%;
    padding-right: 4.5%;
}

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

#footer .footer-center .footer-t .left .inquire .form form input {
    background-color: rgba(252, 250, 247, 0.3);
    border-radius: 10px;
    border: 0;
    width: 100%;
    height: 50px;
    padding: 5px 15px;
    margin-bottom: 12px;
    color: #fff;
}

#footer .footer-center .footer-t .left .inquire .form form input::placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

#footer .footer-center .footer-t .left .inquire .form form textarea {
    background-color: rgba(252, 250, 247, 0.3);
    border-radius: 10px;
    border: 0;
    width: 100%;
    height: 130px;
    padding: 5px 15px;
    color: #fff;
}

#footer .footer-center .footer-t .left .inquire .form form textarea::placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

#footer .footer-center .footer-t .left .inquire .form form .send {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 100%;
    transform: translateY(-50%);
    transition: all 0.5s;
}

#footer .footer-center .footer-t .left .inquire .form form .send:hover {
    background-color: var(--color);
}

#footer .footer-center .footer-t .left .inquire .form form .send:hover img {
    filter: brightness(0) invert(1);
}

#footer .footer-center .footer-t .footer-t-gird {
    width: 67%;
    padding-left: 4.5%;
}

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

#footer .footer-center .footer-t .footer-t-gird .t-list li {
    transition: all 0.5s;
    font-size: 16px;
    color: #dddddd;
}

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

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

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

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

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

#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.contact .ewmbox #ewm {
    width: 92px;
    height: 92px;
    border: 6px solid #fff;
    border-radius: 5px;
}

#footer .footer-center .footer-b {
    background-color: var(--color1);
}

#footer .footer-center .footer-b .con {
    color: #fff;
    padding: 5px 0;
}

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

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

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

@media screen and (max-width: 1800px) {
    .container {
        width: 1600px;
    }

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

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

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

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

    #index-body .init-data .mk-content .right ul li {
        min-width: 42%;
    }

    #index-body .init-strengths .mk-content ul li {
        padding: 30px 45px;
    }

    #index-body .init-strengths .mk-content ul {
        margin: -30px -45px;
    }
}

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

    .btn-go {
        zoom: 0.9;
    }

    .pt-btn {
        zoom: 0.9;
    }

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

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

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

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

    #index-body .init-data .mk-content .right {
        padding-left: 8%;
    }

    #index-body .init-category .mk-content .right ul {
        height: 422px;
    }

    #index-body .init-manufacture {
        height: auto;
    }

    .circle-container {
        zoom: 0.8;
    }
}

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

    #banner .banner-content .swiper-slide .txt-content {
        margin-top: 0;
    }

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

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

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

    #index-body .init-data .mk-content .right {
        padding-left: 4%;
    }

    #index-body .init-category .mk-content {
        flex-direction: column-reverse;
    }

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

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

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

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

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

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

    #index-body .init-manufacture .container .mk-content {
        max-width: 100%;
    }

    #index-body .init-manufacture .container .mk-content .tt {
        max-width: 100%;
    }

    #index-body .init-news .mk-content .right .con {
        padding: 30px;
    }

    #index-body .init-news .mk-content .right .swiper-pagination {
        left: 30px;
    }
}

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

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

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

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

    #footer .f-top .con .left img {
        zoom: 0.6;
    }

    #footer .f-top .con::after {
        display: none;
    }

    #index-body .init-about .mk-bottom ul {
        flex-wrap: wrap;
        gap: 0;
        align-items: flex-start;
    }

    #index-body .init-about .mk-bottom ul li {
        width: 50%;
        padding: 5px;
    }

    #index-body .init-about .mk-contact .right {
        margin-top: 2%;
    }

    #index-body .init-about .mk-contact .right .text .line {
        display: none;
    }

    #index-body .init-service .mk-content .left {
        position: static;
        margin-bottom: 5%;
    }
}

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

    .btn-go {
        zoom: 0.8;
    }

    .pt-btn {
        zoom: 0.8;
    }

    .phone_hide {
        display: none;
    }

    #index-body .init-category .mk-content .left ul li .box .textbox {
        width: 100%;
    }

    #index-body .init-category .mk-content .left ul li .box .img-box {
        width: 100%;
        padding-left: 0;
        margin-top: 5%;
    }

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

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

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

    #index-body .init-strengths .mk-content ul li .box i {
        zoom: 0.8;
    }
}

@media screen and (max-width: 500px) {
    #index-body .init-data .mk-content .right ul li {
        min-width: 100%;
        padding: 10px 0;
    }

    #index-body .init-about .mk-bottom ul li {
        width: 100%;
        padding: 5px 0;
    }

    #index-body .init-about .mk-bottom ul li .imgbox img {
        width: 100%;
    }

    #index-body .init-news .mk-content .right .con ul li .box .txtac .right {
        max-width: 100%;
        width: 100%;
        text-align: left;
    }

    #index-body .init-news .mk-content .right .swiper-pagination {
        display: none;
    }
}

.zdy-tools {
    position: relative;
    border-top: solid 1px rgba(51, 51, 51, 0.1);
    border-bottom: solid 1px rgba(51, 51, 51, 0.1);
    margin-left: calc((1720px - 100vw) / 2);
    margin-right: calc((1720px - 100vw) / 2);
}

.zdy-tools .swiper-pagination {
    position: static;
    height: 1px;
}

.zdy-tools .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: var(--color);
}

.zdy-tools .swiper-button {
    position: static;
    margin-top: 0;
    width: 100px;
    height: 70px;
    background-color: var(--color);
    font-size: 32px;
    color: #fff;
    transition: all 0.5s;
    border: 1px solid transparent;
    flex-shrink: 0;
}

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

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

@media screen and (max-width: 1800px) {
    .zdy-tools {
        margin-left: calc((1570px - 100vw) / 2);
        margin-right: calc((1570px - 100vw) / 2);
    }
}

@media screen and (max-width: 1700px) {
    .zdy-tools {
        margin-left: calc((1370px - 100vw) / 2);
        margin-right: calc((1370px - 100vw) / 2);
    }
}

@media screen and (max-width: 1450px) {
    .zdy-tools {
        margin-left: calc((1170px - 100vw) / 2);
        margin-right: calc((1170px - 100vw) / 2);
    }
}

@media screen and (max-width: 1250px) {
    .zdy-tools {
        margin-left: calc((940px - 100vw) / 2);
        margin-right: calc((940px - 100vw) / 2);
    }
}

@media screen and (max-width: 1000px) {
    .zdy-tools {
        margin-left: 0;
        margin-right: 0;
    }

    .zdy-tools .swiper-button {
        zoom: 0.8;
    }
}

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

#mobile3 .m-search form input[type="submit"] {
    background-image: url(../images/icon-search-white.png);
}
@media (max-width: 1250px) {
   #innerMobileBanner {
     margin-top: 60px;
   }
}
@media (max-width: 1000px) {
    #innerMobileBanner .banner2 .text {
        font-size: 26px;
    }
}

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

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

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

.inner-banner .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-banner .textcon .bancon .circle-container {
    width: 166px;
    height: 166px;
    border-radius: 50%;
    background-color: var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.inner-banner .textcon .bancon .circle-container svg {
    fill: #fff;
}

.inner-banner .textcon .bancon .circle-container .rotating-text {
    animation: rotate 15s linear infinite;
    transform-origin: center;
    font-weight: 300;
}

.inner-banner .textcon .bancon .circle-container .cirico {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: var(--color);
    font-size: 38px;
}

@media screen and (max-width: 1000px) {
    .inner-banner .textcon .bancon .circle-container {
        display: none;
    }
}

.m-page {
    margin-top: 60px;
}

.m-page a,
.m-page span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: 2px;
    line-height: 40px;
}

.m-page a::before,
.m-page span::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

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

.m-page a.current::before,
.m-page span.current::before {
    opacity: 0;
}

.m-page a:hover {
    background-color: var(--color);
    color: #fff;
}

.m-page a:hover::before {
    opacity: 0;
}


.m-link a {
    display: block;
    color: #767676;
    margin-top: 6px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.m-link a:hover {
    color: #e62923;
}

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

.inner-page .sidebox {
    padding: 2rem 0;
}

.inner-page .sidebox .sideleft {
    width: 25%;
    position: sticky;
    top: 100px;
}

.inner-page .sidebox .sideleft .widget{
    background: #fff;
    padding: 50px 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}


.inner-page .sidebox .sideleft .widget form {
    position: relative;
}

.inner-page .sidebox .sideleft .widget form input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f8f8f8;
    margin-bottom: 0;
    height: 40px;
    font-size: 16px;
    line-height: 2;
}

.inner-page .sidebox .sideleft .widget form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--color);
    color: #fff;
    border: 0;
    padding: 8px 16px;
    cursor: pointer;
    height: 40px;
}

.inner-page .sidebox .sideleft .widget h6 {
    padding-left: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;text-transform: uppercase;
    position: relative;
}
.inner-page .sidebox .sideleft .widget h6::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 3px;
    background-color: var(--color);
}


.inner-page .sidebox .sideleft .widget>ul>li {
    margin-bottom: 15px;
    line-height: 1.5;
    position: relative;
    overflow: hidden;
    background: #f0f0f0;
    margin-bottom: 10px;
}
.inner-page .sidebox .sideleft .widget>ul >li .tt{
    padding: 15px 0;
    padding-left: 25px;
    padding-right: 35px;
}
.inner-page .sidebox .sideleft .widget>ul >li.active .tt{
    background-color: var(--color);
    color: #fff;
}
.inner-page .sidebox .sideleft .widget ul li a {
    height: auto;
    display: block;
}

.inner-page .sidebox .sideleft .widget ul li:last-child {
    margin-bottom: 0;
}

.inner-page .sidebox .sideleft .widget > ul > li i {
  position: absolute;
  right: 14px;
  top: 12px;
  font-size: 24px;
  font-family: cursive;
  width: 30px;
  text-align: center;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget > ul > li i.active{
  transform: rotate(90deg);
}

.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
    color: var(--color);
}

.inner-page .sidebox .sideleft .widget ul li ul {
    display: none;
    padding: 10px 25px 30px;
}

.inner-page .sidebox .sideleft .widget ul li ul li a {
    padding-left: 0;
    color: #666;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    height: auto;
    padding: 8px 0;
}

.inner-page .sidebox .sideleft .widget ul li ul li a.active {
    color: var(--color);
    border-color: var(--color);
}

.inner-page .sidebox .sideleft .widget .recent li {
    display: block;
}

.inner-page .sidebox .sideleft .widget .recent li .thum {
    width: 100px;
    overflow: hidden;
    float: left;
}

.inner-page .sidebox .sideleft .widget .recent li a.title {
    display: block;
    margin-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 2rem;
}

.inner-page .sidebox .sideleft .widget .form1 {
    text-align: center;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f8f8f8;
    margin-bottom: 0;
    margin-bottom: 15px;
    height: 40px;
    font-size: 16px;
}

.inner-page .sidebox .sideleft .widget .form1 textarea {
    height: 70px;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
    background: var(--color);
    color: #fff;
    font-size: calc(0.20833vw + 14px);
    text-transform: uppercase;
    height: 40px;
    padding: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
    background: #000;
}

.inner-page .sidebox .sideright {
    width: 75%;
    padding: 0 10px 50px 50px;
}

@media screen and (max-width: 1450px) {
    .inner-page .sidebox .sideleft {
        width: 28%;
    }

    .inner-page .sidebox .sideright {
        width: 72%;
    }

    .inner-page .sidebox .sideleft .widget .recent li a.title {
        margin-left: 98px;
    }
}

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

    .inner-page .sidebox .sideright {
        width: 100%;
        padding-left: 0;
    }

    .inner-page .sidebox .sideright {
        padding: 0 0 50px 0;
    }
}

.product-page {
    background: #fcfcfc;
}

.product-page .sideright .top {
    width: 100%;
}

.product-page .sideright .top h3 {
    margin-bottom: .5em;
}

.product-page .sideright .top h3 em {
    color: var(--color);
}

.product-page .sideright .top .desc {
    margin: 1em 0;
    max-height: calc(28px * 11);
    overflow-y: auto;
}

.product-page .sideright .top .img {
    width: 43%;
}

.product-page .sideright .top .content {
    width: 57%;
    padding-left: 2%;
}

.product-page .sideright .list {
    margin-top: 2.5rem;
    overflow: hidden;
}

.product-page .sideright .list ul {
    margin: 0 -48px -38px 0;
}

.product-page .sideright .list ul li {
    padding: 0 48px 38px 0;
}

.product-page .sideright .list ul li .box {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    display: block;
}

.product-page .sideright .list ul li .box>i {
    position: absolute;
    z-index: 1;
    background: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 0;
    height: 0;
}

.product-page .sideright .list ul li .box >i.ie1 {
    width: 2px;
    top: 0;
    left: 0;
}

.product-page .sideright .list ul li .box >i.ie2 {
    width: 2px;
    bottom: 0;
    right: 0;
}

.product-page .sideright .list ul li .box >i.ie3 {
    height: 2px;
    top: 0;
    right: 0;
}

.product-page .sideright .list ul li .box >i.ie4 {
    height: 2px;
    bottom: 0;
    left: 0;
}

.product-page .sideright .list ul li .box .img {
    width: 100%;
    background-color: #f2f1f1;
    padding: 10% 3%;
    position: relative;
}

.product-page .sideright .list ul li .box .img .cart {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #f7f7f7;
    color: #333;
    transition: .5s;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}
.product-page .sideright .list ul li .box .img .cart.active{
    background-color: var(--color);
    color: #fff;
}

.product-page .sideright .list ul li .box .text {
    padding: 1.45rem 1.3rem 1.3rem;
}

.product-page .sideright .list ul li .box .text span {
    color: #0047af;
    font-weight: bold;
}

.product-page .sideright .list ul li .box .text h4 {
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.product-page .sideright .list ul li .box .text p {
    font-size: 16px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 6px;
}

.product-page .sideright .list ul li .box:hover >i.ie1 {
    height: 100%;
    bottom: 0;
    top: auto;
}

.product-page .sideright .list ul li .box:hover >i.ie2 {
    height: 100%;
    top: 0;
}

.product-page .sideright .list ul li .box:hover >i.ie3 {
    width: 100%;
    left: 0;
}

.product-page .sideright .list ul li .box:hover >i.ie4 {
    width: 100%;
    right: 0;
    left: auto;
}

@media screen and (max-width: 1450px) {
  .product-page .sideright .list ul{
    margin: 0 -30px -25px 0;
  }
    .product-page .sideright .list ul li {
        padding: 0 30px 25px 0;
    }
}

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

    .product-page .sideright .top .content {
        width: 100%;
        padding-left: 0;
    }

    .product-page .sideright .top .img {
        width: 100%;
    }

    .inner-page .sidebox .sideleft .widget{
      padding: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .product-page .sideright .list ul li .box .text h4 {
        font-size: 16px;
    }

    .product-page .sideright .list ul li .box .text p {
        font-size: 14px;
    }
}

@media screen and (max-width: 700px) {
    .product-page .sideright .top {
        width: 100%;
    }

    .product-page .sideright .top h1.Auxil-h1 {
        font-size: 16px;
    }

    .product-page .sideright .top .desc {
        font-size: 14px;
        line-height: 2;
    }

    .product-page .sideright .list ul li {
        width: 100%;
    }

    .product-page .sideright .top .img .img-box {
        min-height: 220px;
    }
}
@media screen and (max-width: 700px) {

}


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

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

    .seoPublic .Auxil-about .box .right .text {
        max-height: 254px;
        overflow-y: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

.prodet-page {
    background: #fff;
}

.prodet-page .product-box .prodet-1 .left {
    width: 47%;
    display: flex;
}
.prodet-page.inner-page .sidebox .sideleft{
    display: none;
}
.prodet-page.inner-page .sidebox .sideright{
    width: 100%;
}

.prodet-page .product-box .prodet-1 .left .swiper-slide {
    transition: all 0.5s;
}
.prodet-page .product-box .prodet-1 .left .small{
    padding-right: 3%;
}
.prodet-page .product-box .prodet-1 .left .small .swiper{
    height: 609px;
}

.prodet-page .product-box .prodet-1 .left .small .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}

.prodet-page .product-box .prodet-1 .left .small .swiper-slide img{
    width:auto;
    height: 100%;    
    border: #ccc solid 1px;
}

.prodet-page .product-box .prodet-1 .left .small .swiper-slide-thumb-active img{
      border-color: var(--color);
}

.prodet-page .product-box .prodet-1 .left .swiper-slide img {
    width: 100%;
}
.prodet-page .product-box .prodet-1 .left .big {
    position: relative;
}
.prodet-page .product-box .prodet-1 .left .big .zdy-swicth{
    position: absolute;
    bottom: 13px;
    right: 13px;
}
.prodet-page .product-box .prodet-1 .left .big .zdy-swicth .swiper-button{
    position: static;
    margin-top: 0;
    height: 37px;
    width: 37px;
    font-size: 16px;
    color: #fff;
    background-color: var(--color);
    transition: all 0.5s;
}
.prodet-page .product-box .prodet-1 .left .big .zdy-swicth .swiper-button:after{
    display: none;
}
.prodet-page .product-box .prodet-1 .left .big .zdy-swicth .swiper-button:hover{
    background-color: #000;
}

.prodet-page .product-box .prodet-1 .left a {
    display: block;
    border: 1px solid #eee;
}

.prodet-page .product-box .prodet-1 .left a img {
    width: 100%;
}

.prodet-page .product-box .prodet-1 .left ul {
    margin: -5px;
    padding: 0;
}

.prodet-page .product-box .prodet-1 .left ul li {
    padding: 5px;
}

.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
    display: none !important;
}

.prodet-page .product-box .prodet-1 .left ul li img {
    display: block;
    margin: 0 auto;
}

.prodet-page .product-box .prodet-1 .left ul .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999em;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}

.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
    background-image: url("../images/banner-btn-l.png");
    left: 10px;
}

.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
    background-image: url("../images/banner-btn-r.png");
    right: 10px;
}

.prodet-page .product-box .prodet-1 .right {
    padding-left: 3%;
    width: 53%;
}

.prodet-page .product-box .prodet-1 .right h3.title {
    font-size: 24px;
}

.prodet-page .product-box .prodet-1 .right .text {
    margin: 1.5rem 0;
    max-height: calc(1.5em * 10);
    overflow-y: auto;
}

.prodet-page .product-box .prodet-1 .right .share {
    padding: 10px 0;
}

.prodet-page .product-box .prodet-1 .right .share h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 2;
}

.prodet-page .product-box .prodet-1 .right .share ul {
    display: inline-block;
    vertical-align: middle;
}

.prodet-page .product-box .prodet-1 .right .share ul li {
    width: auto;
    color: #666;
    margin: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
}

.prodet-page .product-box .prodet-1 .right .share ul li:hover {
    color: var(--color);
}

.prodet-page .product-box .prodet-1 .right a.tel {
    font-size: 18px;
    color: var(--color);
    display: block;
}

.prodet-page .product-box .prodet-2 {
    line-height: 2;
}

.prodet-page .product-box .prodet-2 .options ul {
    background: #fff;
}

.prodet-page .product-box .prodet-2 .options ul li {
    width: auto;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    color: #3d474a;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
    color: white;
    background: var(--color);
}

.prodet-page .product-box .prodet-2 .ret {
    padding-top: 20px;
}

.prodet-page .product-box .prodet-2 .ret strong {
    font-weight: bold;
    font-size: 1.2em;
}

.prodet-page .product-box .prodet-2 .ret >ul>li {
    display: none;
}

.prodet-page .product-box .prodet-2 .ret p {
    padding: 5px 0;
    background: transparent !important;
    line-height: 30px !important;
}

.prodet-page .product-box .prodet-2 .ret table {
    margin: 5px 0;
}

.prodet-page .product-box .prodet-2 .ret table td {
    border: 1px solid #eee;
    font-size: 16px;
    line-height: 2;
}

.prodet-page .product-box .prodet-2 .ret table td p {
    padding: 0;
}

.prodet-page .product-box .prodet-2 .ret table tr:nth-child(1) {
    background: #0047af !important;
    color: #fff;
}

.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
    background: #f9f9f9;
}

.prodet-page .product-box .prodet-2 .ret form {
    padding: 10px;
    background: #fff;
    box-shadow: #ccc 0 0 10px 0;
}

.prodet-page .product-box .prodet-2 .ret form ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.prodet-page .product-box .prodet-2 .ret form ul li {
    margin-top: 10px;
    width: 48%;
    display: inline-block;
}

.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(5) {
    width: 100%;
}

.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(5) textarea {
    width: 100%;
    border: #ccc solid 1px;
    padding: 5px;
    font-size: 16px;
}

.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) {
    width: 100%;
}

.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) input {
    background: var(--color);
    color: #fff;
    transition: all .5s;
}

.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) input:hover {
    background: #000;
}

.prodet-page .product-box .prodet-2 .ret form ul li input {
    padding: 5px;
    border: #ccc solid 1px;
    width: 100%;
    font-size: 16px;
}

.prodet-page .product-box .prodet-2 .ret .content .img-list dl dd .play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px;
    background-color: var(--color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    font-size: 18px;
    color: #fff;
}
.prodet-page .product-box .prodet-2 .ret .content .img-list dl dd .play:hover{
    background-color: #3b3b3b;
}

.prodet-page .product-box .prodet-3 h3.title {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 700;
}

.prodet-page .product-box .prodet-3 ul {
    margin: -10px;
}

.prodet-page .product-box .prodet-3 ul .slick-track {
    margin: 0;
}

.prodet-page .product-box .prodet-3 ul li {
    padding: 10px;
}

.prodet-page .product-box .prodet-3 ul li .box {
    display: block;
    background: white;
    -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}

.prodet-page .product-box .prodet-3 ul li .box a.img-box {
    display: block;
}

.prodet-page .product-box .prodet-3 ul li .box .content {
    display: block;
    padding: 20px 10px;
    text-align: center;
    margin-top: 20px;
}

.prodet-page .product-box .prodet-3 ul li .box .content h3 {
    font-size: 16px;
    line-height: 30px;
    color: #111;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
    color: var(--color);
}

.prodet-page .product-box .prodet-3 ul li .box .content h5 {
    display: block;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    font-weight: bold;
}

.prodet-page .product-box .prodet-3 ul li .box .content p {
    display: block;
    font-size: 14px;
    color: #888;
    line-height: 2;
    margin: 5px 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.prodet-page .product-box .prodet-3 ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid var(--color);
    font-size: 14px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: var(--color);
}

.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
    margin-left: 5px;
}

.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
    color: white;
    background: var(--color);
}
@media screen and (max-width: 1800px) {
    .prodet-page .product-box .prodet-1 .left .small .swiper {
        height: 554px;
    }
}
@media screen and (max-width: 1700px) {
    .prodet-page .product-box .prodet-1 .left .small .swiper {
        height: 480px;
    }
}
@media screen and (max-width: 1450px) {
    .prodet-page .product-box .prodet-1 .right .text {
        max-height: calc(1.5em * 8);
    }
    .prodet-page .product-box .prodet-1 .left .small .swiper {
        height: 407px;
    }
}
@media screen and (max-width: 1250px) {
    .prodet-page .product-box .prodet-1 .left .small .swiper {
        height: 323px;
    }
}
@media screen and (max-width: 1000px) {
    .prodet-page .product-box .prodet-1 .left {
        width: 100%;
    }
    .prodet-page .product-box .prodet-1 .right {
        width: 100%;
        padding: 1.5rem 0 0 0;
    }
    .prodet-page .product-box .prodet-1 .left .small .swiper {
        height: 523px;
    }
    .prodet-page .product-box .prodet-2 .options ul li{
        width: 50%;
    }
}
@media screen and (max-width: 700px) {
    .prodet-page .product-box .prodet-1 .left .small .swiper {
        height: 74.73vw;
    }
    .prodet-page .product-box .prodet-2 .options ul li{
        width: 100%;
    }
}
/*==============================================
    prodet-page
*/

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

.faq-page {
    padding: 6rem 0;
    background: #f5f5f5;
}

.faq-page .box ul {
    margin-right: -2rem;
}

.faq-page .box ul li {
    padding-right: 2rem;
    margin-bottom: 20px;
}

.faq-page .box ul li .title {
    padding: 30px 30px 30px 80px;
    cursor: pointer;
    position: relative;
    border: none;
    border: 1px solid #fff;
    margin-bottom: 0px;
    background-color: #fff;
}

.faq-page .box ul li .title::after {
    content: "\f27b";
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--color);
    padding: 9px 14px;
    color: #fff;
}

.faq-page .box ul li .title h6 {
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}

.faq-page .box ul li .accordion-info {
    display: none;
    padding: 20px;
    margin-top: 0px;
    margin-left: 0px;
    background: #fff;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.faq-page .box ul li.active .title {
    color: #fff;
    background: var(--color);
    border: 1px solid var(--color);
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}

.faq-page .box ul li.active .title h6 {
    color: #fff;
}

.faq-page .box ul li.active .title::after {
    background: #fff;
    color: var(--color);
}

@media screen and (max-width: 1000px) {
    .faq-page .box ul {
        margin-right: 0;
    }

    .faq-page .box ul li {
        width: 100% !important;
        padding-right: 0;
    }
}

@media screen and (max-width: 700px) {
    .faq-page .box ul li .title::after {
        left: 10px;
    }

    .faq-page .box ul li .title {
        padding: 20px 10px 20px 66px;
    }

    .faq-page .box ul li .accordion-info {
        padding: 20px 10px;
    }
}

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


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

.newsTab {
  padding-top: 50px;
}
.newsTab .container {
  padding-bottom: 20px;
  border-bottom: 1px solid #767676;
}
.newsTab .container .list {
  margin-top: 10px;
  color: #767676;
  position: relative;
  width: 290px;
  text-align: center;
  padding: 0 10px;
}
.newsTab .container .list::before {
  content: '/';
  position: absolute;
  top: 0;
  right: 0;
}
.newsTab .container .list:hover,
.newsTab .container .list.active {
  color: #3854b8;
  font-weight: bold;
}
.newsTab .container .list:hover::before,
.newsTab .container .list.active::before {
  color: #767676;
}
.newsTab .container .list:last-child::before {
  display: none;
}
.news-page .init-1 .container ul {
  padding-top: 40px;
}
.news-page .init-1 .container ul li {
  margin-top: 40px;
}
.news-page .init-1 .container ul li .box {
  position: relative;
  padding: 20px 0;
  z-index: 2;
}
.news-page .init-1 .container ul li .box .time {
  width: 140px;
  color: #666666;
}
.news-page .init-1 .container ul li .box .time .date {
  color: #000;
}
.news-page .init-1 .container ul li .box .imgC {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 32%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.1);
  box-shadow: 0 0 30px rgba(56, 84, 184, 0.1);
  overflow: hidden;
}
.news-page .init-1 .container ul li .box .imgC img {
  width: 100%;
}
.news-page .init-1 .container ul li .box .cont {
  width: -webkit-calc(-72%);
  width: -moz-calc(-72%);
  width: calc(68% - 140px);
  padding: 20px 90px 20px 50px;
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.news-page .init-1 .container ul li .box .cont .title:hover {
  color: #3854b8;
}
.news-page .init-1 .container ul li .box .cont .des {
  color: #767676;
  margin-top: 16px;
}
.news-page .init-1 .container ul li .box .cont .more {
  margin-top: 30px;
}
.news-page .init-1 .container ul li .box .cont .more .moreCir {
  background-color: #000;
}
.news-page .init-1 .container ul li .box .cont .more:hover .moreCir {
  background-color: #3854b8;
}
.news-page .init-1 .container ul li .box .sub {
  opacity: 0;
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
  box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
  border-radius: 20px;
}
.news-page .init-1 .container ul li:hover .sub {
  opacity: 1;
}
.newdet-page .container .left {
  width: 75%;
  /*border-radius: 20px;*/
  -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
  box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
  padding: 70px;
}
.newdet-page .container .left .title {
  text-align: center;
  font-weight:bold;
}
.newdet-page .container .left .time {
  color: #666666;
  margin-top: 26px;
  text-align: center;
}
.newdet-page .container .left .des {
  margin-top: 40px;
  color: #666666;
}
.newdet-page .container .left .m-link {
  margin-top: 50px;
  border-top: 1px solid #666666;
  padding-top: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.newdet-page .container .left .m-link .list {
  margin: 5px 0;
  color: #bfbfbf;
}
.newdet-page .container .left .m-link .list:hover {
  color: #3854b8;
}
.newdet-page .container .right {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 25%;
  padding-left: 50px;
}
.newdet-page .container .right .tipsTitle {
  border-bottom: 1px solid #767676;
  padding-bottom: 12px;
  font-weight:bold;
}
.newdet-page .container .right ul li {
  margin-top: 26px;
}
.newdet-page .container .right ul li .box {
  position: relative;
}
.newdet-page .container .right ul li .box .boxC {
  padding-right: 20px;
}
.newdet-page .container .right ul li .box .title {
  color: #767676;
}
.newdet-page .container .right ul li .box .title:hover {
  color: #3854b8;
}
.newdet-page .container .right ul li .box .time {
  color: #767676;
  margin-top: 14px;
}
.newdet-page .container .right ul li .box .time .date {
  color: #000;
}
.newdet-page .container .right ul li .box .more {
  width: 14px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 24px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.newdet-page .container .right ul li .box .line {
  width: 50px;
  height: 1px;
  margin-top: 16px;
  background-color: #767676;
}
.newdet-page .container .right ul li:hover .box .boxC {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.newdet-page .container .right ul li:hover .box .more {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.newdet-page .container .right ul li:hover .box .line {
  width: 100%;
  background-color: #3854b8;
}
@media (max-width: 1250px) {
  .newsTab {
    display: none;
  }
  .news-page .init-1 .container ul li .box .cont {
    padding-right: 20px;
  }
  .newdet-page .container .left {
    width: 100%;
  }
  .newdet-page .container .right {
    display: none;
  }
}
@media (max-width: 1000px) {
  .news-page .init-1 .container ul li {
    margin-top: 20px;
}
  .news-page .init-1 .container ul li .box {
    padding: 20px 12px;
  }
  .news-page .init-1 .container ul li .box .sub {
    width: 100%;
    height: 100%;
  }
  .news-page .init-1 .container ul li .box .time {
    width: 100%;
  }
  .news-page .init-1 .container ul li .box .imgC {
    width: 100%;
    margin-top: 20px;
  }
  .news-page .init-1 .container ul li .box .cont {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .newdet-page .container .left {
    padding: 40px 16px;
  }
}
@media (max-width: 500px) {
  .newdet-page .container .left .time {
    margin-top: 10px;
  }
  .newdet-page .container .left .des {
    margin-top: 20px;
  }
  .newdet-page .container .left .m-link {
    margin-top: 30px;
  }
}

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

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

/*
    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: #3854b8;
  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 #6076f1;
  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
*/

/*
    gallery-page
==============================================*/
    .gallery-page .gallery-list ul {
        margin: -15px;
    }

    .gallery-page .gallery-list ul li {
        padding: 15px;
        width: 25%;
    }

    .gallery-page .gallery-list ul li .box {
        box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
        padding: 10px;
        border-radius: 5px;
        height: 100%;
    }

    .gallery-page .gallery-list ul li .box a.img-box {
        margin-bottom: 10px;
        display: block;
    }

    .gallery-page .gallery-list ul li .box h5 {
        display: block;
        color: #111;
        padding: 8px 5px 8px 5px;
        text-align: center;
        transition: all 0.5s;
    }

    .gallery-page .gallery-list ul li .box:hover h5 {
        background: #0060ab;
        color: white;
    }

    @media screen and (max-width: 1250px) {
        .gallery-page .gallery-list ul li {
            width: 33.3%;
        }
    }

    @media screen and (max-width: 1000px) {
        .gallery-page .gallery-list ul {
            margin: -10px;
        }

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

    @media screen and (max-width: 700px) {
        .gallery-page .gallery-list ul li {
            width: 50%;
        }
    }

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

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


/*
    about-page
==============================================*/
.about-page .about-1 .mk-content .datashow ul li .content h4 {
  color: #fff;
  text-shadow: -1px -1px 0 var(--color), 1px -1px 0 var(--color), -1px 1px 0 var(--color), 1px 1px 0 var(--color);
  transition: all 0.5s;
}

.about-page .about-1 .mk-content .datashow ul li .content p {
  color: #515151;
  transition: all 0.5s;
}

.about-page .about-1 .mk-content .datashow ul li:hover .content h4 {
  color: var(--color);
}

.about-page .about-1 .mk-content .datashow ul li:hover .content p {
  color: var(--color);
}

.about-page .about-3 {
  background-color: var(--color);
}

.about-page .about-3 .mk-content .left .imgbox {
  margin-left: calc((1720px - 100vw) / 2);
}

.about-page .about-3 .mk-content .right .desc .text ul li {
  padding: 12px 0;
}

.about-page .about-3 .mk-content .right .desc .text ul li .content img {
  margin-top: 3px;
}

.about-page .about-5 {
  position: relative;
}

.about-page .about-5 .imgbox {
  display: inline-block;
  position: relative;
  max-width: 80%;
}

.about-page .about-5 .imgbox span {
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  top: 50%;
  left: 50%;
  background-color: var(--color);
}

.about-page .about-5 .imgbox span i {
  max-width: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  background-color: transparent;
}

.about-page .about-5 .imgbox .ty01 i {
  width: 76px;
  height: 76px;
  animation: move01 30s linear infinite alternate;
}

.about-page .about-5 .imgbox .ty02 i{
  width: 126px;
  height: 126px;
  animation: move02 20s linear infinite alternate;
  animation-delay: -5s;
}

.about-page .about-5 .imgbox .ty03 i {
  width: 76px;
  height: 76px;
  animation: move03 15s linear infinite alternate;
}

.about-page .about-5 .imgbox .ty04 i {
  width: 106px;
  height: 106px;
  animation: move04 15s linear infinite alternate;
}

.about-page .about-5 .imgbox .ty05 i {
  width: 126px;
  height: 126px;
  animation: move05 15s linear infinite alternate;
}

.about-page .about-5 .imgbox .ty06 i {
  width: 76px;
  height: 76px;
  animation: move06 30s linear infinite alternate;
}

.about-page .about-5 .mk-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 498px;
  margin: 0 auto;
}

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

.about-page .about-6 .roll {
  white-space: nowrap;
  width: 100%;
  flex-shrink: 0;
  animation: roll 30s linear infinite;
}

.about-page .about-6 .roll li p {
  color: var(--color);
}

.about-page .about-6 .roll li p span {
  line-height: 1;
}

.about-page .about-6 .roll li p .text {
  color: #fff;
  text-shadow: -1px -1px 0 var(--color), 1px -1px 0 var(--color), -1px 1px 0 var(--color), 1px 1px 0 var(--color);
  transition: all 0.5s;
}

.about-page .about-6 .roll li p .dot {
  margin: 0 2vw;
}

.about-page .about-6 .roll li:hover p .text {
  color: var(--color);
}

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

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

@keyframes move01 {
  0% {
    transform: rotate(25deg) translateX(calc(-966%)) rotate(-25deg);
  }

  100% {
    transform: rotate(-20deg) translateX(calc(-966%)) rotate(20deg);
  }
}

@keyframes move02 {
  0% {
    transform: rotate(45deg) translateX(calc(-466%)) rotate(-45deg);
  }

  100% {
    transform: rotate(-20deg) translateX(calc(-466%)) rotate(20deg);
  }
}

@keyframes move03 {
  0% {
    transform: rotate(-20deg) translateX(calc(-736%)) rotate(20deg);
  }

  100% {
    transform: rotate(40deg) translateX(calc(-736%)) rotate(-40deg);
  }
}

@keyframes move04 {
  0% {
    transform: rotate(-20deg) translateX(calc(436%)) rotate(20deg);
  }

  100% {
    transform: rotate(40deg) translateX(calc(436%)) rotate(-40deg);
  }
}

@keyframes move05 {
  0% {
    transform: rotate(40deg) translateX(calc(336%)) rotate(-40deg);
  }

  100% {
    transform: rotate(-40deg) translateX(calc(336%)) rotate(40deg);
  }
}

@keyframes move06 {
  0% {
    transform: rotate(-20deg) translateX(calc(838%)) rotate(20deg);
  }

  100% {
    transform: rotate(20deg) translateX(calc(838%)) rotate(-20deg);
  }
}

@media screen and (max-width: 1800px) {
  .about-page .about-5 .imgbox span {
    zoom: 0.9;
  }

  .about-page .about-3 .mk-content .left .imgbox {
    margin-left: calc((1570px - 100vw) / 2);
  }
}

@media screen and (max-width: 1700px) {
  .about-page .about-5 .imgbox span {
    zoom: 0.8;
  }

  .about-page .about-3 .mk-content .left .imgbox {
    margin-left: calc((1370px - 100vw) / 2);
  }
}

@media screen and (max-width: 1450px) {
  .about-page .about-5 .imgbox span {
    zoom: 0.7;
  }

  .about-page .about-3 .mk-content .left .imgbox {
    margin-left: calc((1170px - 100vw) / 2);
  }
}

@media screen and (max-width: 1250px) {
  .about-page .about-5 .imgbox span {
    zoom: 0.53;
  }

  .about-page .about-3 .mk-content .left .imgbox {
    margin-left: calc((940px - 100vw) / 2);
  }
}

@media screen and (max-width: 1000px) {
  .about-page .about-5 .imgbox span {
    zoom: 0.4;
  }

  .about-page .about-1 .mk-content .datashow ul {
    margin: -10px;
  }

  .about-page .about-1 .mk-content .datashow ul li {
    width: 50%;
    padding: 10px;
  }

  .about-page .about-3 .mk-content {
    padding: 50px 0;
  }

  .about-page .about-3 .mk-content .left .imgbox {
    margin-left: 0;
  }
}

@media screen and (max-width: 700px) {
  .about-page .about-5 .imgbox {
    display: none;
  }

  .about-page .about-5 .mk-content {
    position: static;
    transform: none;
  }
}

@media screen and (max-width: 500px) {
  .about-page .about-1 .mk-content .datashow ul li {
    width: 100%;
  }
}
/*==============================================
    about-page
*/



/*
    installation-page
==============================================*/
.installation-page .installation-1 .mk-content .left .imgbox {
  display: inline-block;
}
.installation-page .installation-1 .mk-content .right ul li .box {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  opacity: 0.6;
  transition: all 0.5s;
}
.installation-page .installation-1 .mk-content .right ul li:hover .box {
  opacity: 1;
}
.installation-page .installation-3 .mk-content .item .right {
  background-color: #f7f7f7;
}
.installation-page .installation-3 .mk-content .item .right .top {
  background-color: var(--color);
}
.installation-page .installation-3 .mk-content .item .right .top .des {
  max-height: calc(28px * 2);
  overflow-y: auto;
}

/*==============================================
    installation-page
*/


/*
    mainttenance-page
==============================================*/
.mainttenance-page .mainttenance-2 .mk-content .left .swiper {
  height: 292px;
}
.mainttenance-page .mainttenance-2 .mk-content .left ul li .box {
  height: 60px;
  background-color: #f7f7f7;
  padding: 10px 20px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.mainttenance-page .mainttenance-2 .mk-content .left ul li .box i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 37px;
  flex-shrink: 0;
}
.mainttenance-page .mainttenance-2 .mk-content .left ul li .box i img {
  filter: brightness(0.5) grayscale(1);
  transition: all 0.5s;
}
.mainttenance-page .mainttenance-2 .mk-content .left ul li.swiper-slide-thumb-active .box {
  border-color: var(--color);
}
.mainttenance-page .mainttenance-2 .mk-content .left ul li.swiper-slide-thumb-active .box i img {
  filter: none;
}
.mainttenance-page .mainttenance-2 .mk-content .right ul li .box .imgbox img {
  min-height: 160px;
  object-fit: cover;
}
.mainttenance-page .mainttenance-2 .mk-content .right ul li .box .txtbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 35px;
}
.mainttenance-page .mainttenance-2 .mk-content .right ul li .box .txtbox .desc {
  max-height: calc(28px * 3);
  overflow-y: auto;
}
.mainttenance-page .mainttenance-3 .mk-content ul li .box .txt-box .download {
  width: 46px;
  height: 43px;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.mainttenance-page .mainttenance-3 .mk-content ul li .box .txt-box .download:hover {
  background-color: #000;
}
@media screen and (max-width: 700px) {
  .mainttenance-page .mainttenance-2 .mk-content .right ul li .box .txtbox {
    padding: 20px;
  }
}

/*==============================================
    mainttenance-page
*/



/*
    manufacture-page
==============================================*/
.manufacture-page .manufacture-2 {
  background-color: #f9f9f9;
}
/*==============================================
    manufacture-page
*/


/*
    solution-page
==============================================*/
.solution-page .solution-1 .desc {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.solution-page .solution-2 .item {
  background-color: #f9f9f9;
}
.solution-page .solution-2 .item .mk-content .left {
  padding-right: 2%;
}
.solution-page .solution-2 .item .mk-content .left .dotlist ul {
  margin: -10px;
}
.solution-page .solution-2 .item .mk-content .left .dotlist ul li {
  padding: 10px;
}
.solution-page .solution-2 .item .mk-content .left .dotlist ul li .box i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: var(--color);
  flex-shrink: 0;
}
.solution-page .solution-2 .item .mk-content .right {
  padding-left: 6%;
}
.solution-page .solution-2 .item .mk-content .right .imgbox {
  margin-right: calc((1720px - 100vw) / 2);
}
.solution-page .solution-2 .item .mk-content .right .imgbox .circle-container {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-35%) translateY(-35%);
}
.solution-page .solution-2 .item .mk-content .right .imgbox .circle-container svg {
  fill: #fff;
}
.solution-page .solution-2 .item .mk-content .right .imgbox .circle-container .rotating-text {
  animation: rotate 15s linear infinite;
  transform-origin: center;
}
.solution-page .solution-2 .item .mk-content .right .imgbox .circle-container .cirico {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.solution-page .solution-2 .item:nth-child(even) {
  background-color: transparent;
}
.solution-page .solution-2 .item:nth-child(even) .mk-content {
  flex-direction: row-reverse;
}
.solution-page .solution-2 .item:nth-child(even) .mk-content .left {
  padding-left: 2%;
  padding-right: 0;
}
.solution-page .solution-2 .item:nth-child(even) .mk-content .right {
  padding-right: 6%;
  padding-left: 0;
}
.solution-page .solution-2 .item:nth-child(even) .mk-content .right .imgbox {
  margin-right: 0;
  margin-left: calc((1720px - 100vw) / 2);
}
.solution-page .solution-2 .item:nth-child(even) .mk-content .right .imgbox .circle-container {
  left: auto;
  right: 0;
  transform: translateX(35%) translateY(-35%);
}
@media screen and (max-width: 1800px) {
  .solution-page .solution-2 .item .mk-content .right .imgbox {
    margin-right: calc((1570px - 100vw) / 2);
  }
  .solution-page .solution-2 .item:nth-child(even) .mk-content .right .imgbox {
    margin-left: calc((1570px - 100vw) / 2);
  }
}
@media screen and (max-width: 1700px) {
  .solution-page .solution-2 .item .mk-content .right .imgbox {
    margin-right: calc((1370px - 100vw) / 2);
  }
  .solution-page .solution-2 .item:nth-child(even) .mk-content .right .imgbox {
    margin-left: calc((1370px - 100vw) / 2);
  }
}
@media screen and (max-width: 1450px) {
  .solution-page .solution-2 .item .mk-content .right .imgbox {
    margin-right: calc((1170px - 100vw) / 2);
  }
  .solution-page .solution-2 .item:nth-child(even) .mk-content .right .imgbox {
    margin-left: calc((1170px - 100vw) / 2);
  }
}
@media screen and (max-width: 1250px) {
  .solution-page .solution-2 .item .mk-content .right .imgbox {
    margin-right: calc((940px - 100vw) / 2);
  }
  .solution-page .solution-2 .item:nth-child(even) .mk-content .right .imgbox {
    margin-left: calc((940px - 100vw) / 2);
  }
  .solution-page .solution-2 .item .mk-content .left .dotlist ul {
    margin: -5px;
  }
  .solution-page .solution-2 .item .mk-content .left .dotlist ul li {
    padding: 5px;
  }
  .solution-page .solution-2 .item .mk-content .left .dotlist ul li .box i {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1000px) {
  .solution-page .solution-2 .item .mk-content .right .imgbox {
    margin-right: 0;
  }
  .solution-page .solution-2 .item:nth-child(even) .mk-content .right .imgbox {
    margin-left: 0;
  }
  .solution-page .solution-2 .item .mk-content .right .imgbox .circle-container {
    transform: none !important;
  }
}
@media screen and (max-width: 500px) {
  .solution-page .solution-2 .item .mk-content .left .dotlist ul li {
    width: 100%;
  }
}


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

/*
    honour-page
==============================================*/

.honour-page .honour-1 .left {
  width: 226px;
}

.honour-page .honour-1 .left .listC .list {
  cursor: pointer;
  margin-top: 110px;
  color: #777777;
  transition: all 0.5s;
}

.honour-page .honour-1 .left .listC .list .num {
  line-height: 1;
}

.honour-page .honour-1 .left .listC .list .line {
  height: 5px;
  width: 100%;
  background-color: var(--color);
  margin-top: 15px;
  opacity: 0;
  transition: all 0.5s;
}

.honour-page .honour-1 .left .listC .list.active {
  color: var(--color);
}

.honour-page .honour-1 .left .listC .list.active .line {
  opacity: 1;
}

.honour-page .honour-1 .left .listC .list:hover {
  color: var(--color);
}

.honour-page .honour-1 .left .listC .list:hover .line {
  opacity: 1;
}

.honour-page .honour-1 .left .listC .list:nth-child(1) {
  margin-top: 0;
}

.honour-page .honour-1 .right {
  width: -webkit-calc(-130%);
  width: -moz-calc(-130%);
  width: calc(100% - 230px);
  padding-left: 100px;
}

.honour-page .honour-1 .right .list {
  display: none;
  width: 100%;
}

.honour-page .honour-1 .right .list .listC {
  width: 100%;
  position: relative;
}

.honour-page .honour-1 .right .list .imgC {
  padding-right: 70px;
  width: calc(100% - 250px);
  position: relative;
}

.honour-page .honour-1 .right .list .imgC ul li {
  height: 100%;
  padding: 125px 0;
  width: 30%;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.honour-page .honour-1 .right .list .imgC ul li .box {
  height: 100%;
  transition: all 0.5s;
  opacity: 0.4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.honour-page .honour-1 .right .list .imgC ul li .box .img img {
  width: 100%;
  filter: grayscale(1);
}

.honour-page .honour-1 .right .list .imgC ul .slick-current li {
  z-index: 2;
}

.honour-page .honour-1 .right .list .imgC ul .slick-current li .box {
  transform: scale(1.5);
  z-index: 2;
  opacity: 1;
}

.honour-page .honour-1 .right .list .imgC ul .slick-current li .box .img img {
  filter: none;
}

.honour-page .honour-1 .right .list .galleryC {
  width: 250px;
  text-align: center;
  padding: 40px 0;
  position: relative;
}

.honour-page .honour-1 .right .list .galleryC .slick-track {
  flex-wrap: wrap;
}

.honour-page .honour-1 .right .list .galleryC i {
  font-size: 24px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
  color: #111111;
}

.honour-page .honour-1 .right .list .galleryC i:hover {
  color: var(--color);
}

.honour-page .honour-1 .right .list .galleryC .prev {
  top: 0;
  bottom: unset;
}

.honour-page .honour-1 .right .list .galleryC ul li {
  padding: 10px 0;
}

.honour-page .honour-1 .right .list .galleryC ul li .box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 74px;
  cursor: pointer;
  color: #777777;
  transition: all 0.5s;
}

.honour-page .honour-1 .right .list .galleryC ul li .box p {
  overflow-y: auto;
  padding: 10px;
  max-height: 74px;
}

.honour-page .honour-1 .right .list .galleryC ul .slick-current li .box {
  background-color: var(--color);
  color: #fff;
}

.honour-page .honour-1 .right .list.active {
  display: block;
}

.honour-page .honour-1 .right .list.active .listC .imgC {
  animation: fadeInLeftSmall 0.5s linear;
}

.honour-page .honour-1 .right .list.active .listC .galleryC {
  animation: fadeInRightSmall 0.5s linear;
}


@media (max-width: 1250px) {
  .honour-page .honour-1 .left {
    width: 150px;
  }

  .honour-page .honour-1 .right {
    width: -webkit-calc(-50%);
    width: -moz-calc(-50%);
    width: calc(100% - 150px);
    padding-left: 20px;
  }

  .honour-page .honour-1 .right .list .imgC {
    padding-right: 20px;
  }
}

@media (max-width: 1000px) {
  .honour-page .honour-1 .left {
    width: 100%;
  }

  .honour-page .honour-1 .left .listC {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .honour-page .honour-1 .left .listC .list {
    margin: 20px 15px 0;
    text-align: center;
  }

  .honour-page .honour-1 .left .listC .list:first-child {
    margin-top: 20px;
  }

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

  .honour-page .honour-1 .right .list .imgC {
    width: 100%;
  }

  .honour-page .honour-1 .right .list .galleryC {
    width: 100%;
  }

  .honour-page .honour-1 .right .list .galleryC ul li .box {
    height: auto;
    padding: 16px;
  }

  .honour-page .honour-1 .right .list .imgC {
    padding-right: 0;
  }
}

@media (max-width: 500px) {
  .honour-page .honour-1 .right .list .imgC ul .slick-current li .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .honour-page .honour-1 .right .list .imgC ul li {
    padding: 40px 5px;
    padding-top: 20px;
  }
}
/*==============================================
    honour-page
*/
.right_nav_list ul li.shopping_cart{
    position: relative;
}
.right_nav_list ul li.shopping_cart em {
    position: absolute;
    left: 52%;
    top: 3%;
    font-size: 15px;
    border-radius: 50%;
    background-color: #d9272c;
    text-align: center;
    width: 22px;
    height: 22px;
}


.cartlist-page .form li {
  padding: .5em 0;
  position: relative;
}
.cartlist-page .form li span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #eee;
  width: 100%;
}
.cartlist-page .form li span:before {
  content: '';
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: var(--color);
  width: 0;
}
.cartlist-page .form li input,
.cartlist-page .form li textarea {
  width: 100%;
  border: none;
}
.cartlist-page .form li input:focus ~ span:before,
.cartlist-page .form li textarea:focus ~ span:before {
  width: 100%;
}
.cartlist-page .form li textarea {
  height: 100px;
}
.cartlist-page .cart-1 .left {
    position: sticky;
    top: 35%;
}
.cartlist-page .cart-1 .cart-page ul {
    max-height: 800px;
    overflow: auto;
    margin-bottom: 15px;
}

.cartlist-page .cart-1 .cart-page ul::-webkit-scrollbar {
  width: 14px;
}
.cartlist-page .cart-1 .cart-page ul::-webkit-scrollbar-thumb {
  background-color: #aaa;
}

.cart-page {
  margin-top: 20px;
}
.cart-page li {
  margin-bottom: 10px;
  border: 1px solid #666;
  padding: 15px;
}
.cart-page li .img {
  width: 20%;
}
.cart-page li .box2 {
  position: relative;
}
.cart-page li .text {
  width: 80%;
  padding-left: 15px;
  padding-right: 20px;
}
.cart-page li .text h4 {
  font-size: 16px;
  display: block;
  word-break: break-word;
}
.cart-page li .text .color span {
  display: inline-block;
  padding: 5px;
  border: 1px solid #eee;
  font-size: 12px;
  color: #999;
}
.cart-page li .text textarea,
.cart-page li .text input {
  width: 100%;
  height: 80px;
  resize: vertical;
  font-size: 14px;
  padding: 5px 10px;
  background: white;
  border: 1px solid #eee;
}
.cart-page li .text input {
  height: 30px;
  padding: 0 10px;
  text-align: center;
}
.cart-page li .text em {
  width: 30px;
  border: 1px solid #eee;
  cursor: pointer;cursor: hand;
}
.cart-page li .text i.del {
  cursor: pointer;
  cursor: hand;
}