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

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

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

body {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 18px;
    --color: #d8282b;
    margin: 0 auto;
    color:#141414;
}

.container {
    width: 1650px;
}

.bigtt-zt {
    font-family: "Anton";
}

.color-66 {
    color: #666666;
}
.seoPublic > div:nth-child(odd){
    background: #f1f1f1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#header .nav .ui.menu .right .line {
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 16px;
}

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

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

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

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

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

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

#header .nav .ui.menu .right .h-language ul.sub-menu li:hover {
    background: #141414;
    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 {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 0.5s;
}

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

#header.active {
    background-color: #000;
}

#header.inner_active {
    background-color: #000;
}

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

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

#banner .banner-content .swiper-slide .txt-content {
    height: 100%;
    padding-bottom: 40px;
}

#banner .banner-content .swiper-slide .txt-content h3 {
    max-width: 680px;
    line-height: 1.3;
    transform: translateX(-24%);
}

#banner .banner-content .swiper-slide .txt-content .circle-text {
    width: 110px;
    height: 110px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
}

#banner .banner-content .swiper-slide .txt-content .curved-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: center center;
    animation: rotate 10s infinite linear;
}

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

    100% {
        transform: rotate(359deg);
    }
}

.btn-go {
    width: auto;
    min-width: 170px;
    padding: 0 22px;
    height: 60px;
    border-radius: 0px 20px 0px 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    border: 1px solid transparent;
    background-color: var(--color);
    color: #fff;
    font-size: 22px;
    font-family: "Anton";
    gap: 13px;
    position: relative;
    cursor: pointer;
}

.btn-go i {
    width: 24px;
    height: 24px;
    background-color: #141414;
    border-radius: 0px 10px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    transition: all 0.5s;
}

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

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

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

.mk-top .mk-subs em {
    width: 0.5em;
    height: 0.5em;
    background-color: var(--color);
    border-radius: 50%;
}

#index-body .init-product .mk-content ul li .box {
    border-radius: 0px 100px 0px 0px;
    position: relative;
    z-index: 0;
}

#index-body .init-product .mk-content ul li .box .tt {
    position: relative;
    padding-left: 40px;
    padding-right: 20px;
}

#index-body .init-product .mk-content ul li .box .tt::before {
    content: "";
    display: block;
    width: 6px;
    height: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: var(--color);
    transition: all 0.5s;
}

#index-body .init-product .mk-content ul li .box .infobox {
    padding: 0 48px;
    position: relative;
}

#index-body .init-product .mk-content ul li .box .infobox .desc {
    line-height: 30px;
    height: 120px;
    overflow-y: auto;
    opacity: 0;
    transition: all 0.5s;
    margin-bottom: 50px;
}

#index-body .init-product .mk-content ul li .box .infobox .wybox {
    transform: translateY(-170px);
    transition: all 0.5s;
}

#index-body .init-product .mk-content ul li .box .infobox .imgbox {
    transition: all 0.5s;
    position: relative;
}

#index-body .init-product .mk-content ul li .box .infobox .mk-btn {
    font-size: 22px;
    font-family: "Anton";
    gap: 13px;
    display: flex;
    align-items: center;
    transition: all 0.5s;
    position: relative;
}

#index-body .init-product .mk-content ul li .box .infobox .mk-btn i {
    width: 24px;
    height: 24px;
    background-color: #d8282b;
    border-radius: 0px 10px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    transition: all 0.5s;
}

#index-body .init-product .mk-content ul li .box::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 170px);
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f7f7f7;
    border-radius: 0px 100px 0px 0px;
    z-index: -1;
    transition: all 0.5s;
}

#index-body .init-product .mk-content ul li .box.active::after {
    height: 85%;
    background-color: var(--color);
}

#index-body .init-product .mk-content ul li .box.active .tt {
    color: #fff;
}

#index-body .init-product .mk-content ul li .box.active .tt::before {
    background-color: #141414;
}

#index-body .init-product .mk-content ul li .box.active .infobox .desc {
    opacity: 1;
    transform: translateY(0);
    color: rgba(255, 255, 255, 0.7);
}

#index-body .init-product .mk-content ul li .box.active .infobox .wybox {
    transform: translateY(0);
}

#index-body .init-product .mk-content ul li .box.active .infobox .mk-btn {
    color: #fff;
    justify-content: flex-end;
}

#index-body .init-product .mk-content ul li .box.active .infobox .mk-btn i {
    background-color: #141414;
}

#index-body .init-product .mk-content .swiper {
    margin-right: calc((1620px - 100vw) / 2);
}

#index-body .init-about {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#index-body .init-about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #f2f2f2;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0%, 60% 100%, 0% 100%);
}

#index-body .init-about .container {
    pointer-events: none;
}

#index-body .init-about .isolist {
    pointer-events: all;
}

#index-body .init-about .isolist ul {
    margin: -20px -26px;
}

#index-body .init-about .isolist ul li {
    padding: 20px 26px;
}

#index-body .init-about .isolist ul li .box img {
    filter: grayscale(1);
}

#index-body .init-about .mk-content {
    pointer-events: none;
}

#index-body .init-about .mk-content .left {
    pointer-events: all;
}

#index-body .init-about .mk-content .left .des {
    max-height: calc(1.5em * 9);
    overflow-y: auto;
}

#index-body .init-about .mk-content .right {
    position: relative;
    z-index: -4;
    pointer-events: all;
}

#index-body .init-about .mk-content .right::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    width: 200%;
    height: 100%;
    background: linear-gradient(to right, #ce0a0b, rgba(206, 10, 10, 0.8), rgba(206, 10, 10, 0));
    z-index: -1;
    pointer-events: none;
}

#index-body .init-about .mk-content .right .datashow {
    position: relative;
    z-index: 3;
}

#index-body .init-about .mk-content .right .datashow ul li .content .bot h4 {
    line-height: 0.8;
}

#index-body .init-solution .mk-content ul li .box {
    padding-top: 26px;
}

#index-body .init-solution .mk-content ul li .box .imgbox {
    transition: all 0.5s;
    border-radius: 0px 70px 0px 0px;
    z-index: 0;
}

#index-body .init-solution .mk-content ul li .box .imgbox::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 0px 70px 0px 0px;
    top: 10px;
    right: -10px;
    background-color: var(--color);
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
}
#index-body .init-solution .mk-content ul li .box .imgbox::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 0px 70px 0px 0px;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    transition: all 0.5s;
}

#index-body .init-solution .mk-content ul li .box .bignum {
    position: absolute;
    bottom: 0;
    left: -1vw;
    color: #fff;
    font-size: calc(9.6875vw + 14px);
    font-family: "Anton";
    font-style: italic;
    line-height: 1.1;
    transition: all 0.5s;
    -webkit-box-reflect: below -24% linear-gradient(transparent, rgba(255, 255, 255, 0.2));
}

#index-body .init-solution .mk-content ul li .box .smallnum {
    font-family: "Anton";
    font-size: calc(3.2812vw + 14px);
    font-style: italic;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    opacity: 0;
    transition: all 0.5s;
}

#index-body .init-solution .mk-content ul li .box .tt {
    writing-mode: sideways-rl;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 0.9;
    opacity: 0;
    transition: all 0.5s;
}

#index-body .init-solution .mk-content ul li .box:hover .imgbox {
    transform: translateY(-26px);
}

#index-body .init-solution .mk-content ul li .box:hover .imgbox::after {
    opacity: 1;
}


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

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

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


#index-body .init-solution .mk-content ul li.active .box .imgbox{
    transform: translateY(-26px);
}
#index-body .init-solution .mk-content ul li.active .box .imgbox::after {
    opacity: 1;
}
#index-body .init-solution .mk-content ul li.active .box .imgbox::before {
    opacity: 0;
}

#index-body .init-solution .mk-content ul li.active .box .bignum {
    opacity: 0;
}

#index-body .init-solution .mk-content ul li.active .box .smallnum {
    opacity: 1;
}

#index-body .init-solution .mk-content ul li.active .box .tt {
    opacity: 1;
}



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

#index-body .init-solution .mk-content .textbg {
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
}

#index-body .init-partner {
    position: relative;
    background-color: #f2f2f2;
}

#index-body .init-partner .partners-list {
    flex-direction: row-reverse;
}

#index-body .init-partner .right {
    height: 50vw;
    position: relative;
    overflow: hidden;
}

#index-body .init-partner .right .pc {
    margin: 0 -22px;
}

#index-body .init-partner .right .pc::before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(242, 242, 242, 0.8), rgba(242, 242, 242, 0.5), rgba(242, 242, 242, 0));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#index-body .init-partner .right .pc::after {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, rgba(242, 242, 242, 0.8), rgba(242, 242, 242, 0.5), rgba(242, 242, 242, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

#index-body .init-partner .right .pc ul {
    width: 33.3%;
    padding: 0 22px;
}

#index-body .init-partner .right .pc ul li {
    padding: 14px 0;
}

#index-body .init-partner .right .pc ul li .imgbox img {
    width: 100%;
}

#index-body .init-partner .right .mob {
    display: none;
}

#index-body .init-news .bottom .news-list .box {
    padding: 30px;
    border: solid 1px #666666;
    overflow: hidden;
    transition: all 0.5s;
}

#index-body .init-news .bottom .news-list .box .ttbox {
    margin-right: 15%;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.2);
    transition: all 0.5s;
}

#index-body .init-news .bottom .news-list .box .ttbox a {
    height: calc(1.2em * 2);
}

#index-body .init-news .bottom .news-list .box .ttbox .category {
    right: 14%;
    top: -20px;
    transform: rotate(-90deg);
    transform-origin: top right;
    padding: 6px 25px 6px 20px;
    color: #fff;
    font-size: 13px;
    transition: all 0.5s;
}

#index-body .init-news .bottom .news-list .box .ttbox .category::after {
    content: "";
    transform: skewX(45deg);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color);
    z-index: -1;
    transition: all 0.5s;
}

#index-body .init-news .bottom .news-list .box .desc {
    color: rgba(51, 51, 51, 0.5);
    line-height: 2;
    height: calc(2em * 3);
    overflow-y: auto;
    transition: all 0.5s;
}

#index-body .init-news .bottom .news-list .box .time {
    padding-top: 20px;
    border-top: 1px solid rgba(102, 102, 102, 0.2);
    transition: all 0.5s;
    color: rgba(102, 102, 102, 0.5);
}

#index-body .init-news .bottom .news-list .box .time .date {
    transition: all 0.5s;
}

#index-body .init-news .bottom .news-list .box .time .date img {
    transform: translateY(-2px);
}

#index-body .init-news .bottom .news-list .box .time .more img {
    transform: translateY(-2px);
}

#index-body .init-news .bottom .news-list .box .time .more:hover img {
    transform: translateY(-2px) translateX(-10px);
}

#index-body .init-news .bottom .news-list .box:hover {
    background-color: var(--color);
}

#index-body .init-news .bottom .news-list .box:hover .ttbox {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

#index-body .init-news .bottom .news-list .box:hover .ttbox .category {
    color: #141414;
}

#index-body .init-news .bottom .news-list .box:hover .ttbox .category::after {
    background-color: #fff;
}

#index-body .init-news .bottom .news-list .box:hover .desc {
    color: rgba(255, 255, 255, 0.8);
}

#index-body .init-news .bottom .news-list .box:hover .time {
    border-color: rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.6);
}

#index-body .init-news .bottom .news-list .box:hover .time .date img {
    filter: brightness(0) invert(1);
}

#index-body .init-news .bottom .news-list .box:hover .time .more img {
    filter: brightness(0) invert(1);
}

#footer {
    background-color: #191919;
    overflow: hidden;
}

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

#footer .footer-center .f-tt {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: -1;
}

#footer .footer-center .f-quote {
    width: 176px;
    height: 176px;
    background-color: #d8292c;
    border-radius: 50%;
    margin-left: auto;
    cursor: pointer;
    transition: all 0.5s;
}

#footer .footer-center .f-quote i {
    font-size: 42px;
}

#footer .footer-center .f-quote:hover {
    background-color: #fff;
    color: #d8292c;
}

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

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

#footer .footer-center .footer-t .footer-t-gird .t-list li {
    transition: all 0.5s;
    color: rgba(255, 255, 255, 0.6);
}

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

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

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

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire {
    max-width: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 50px 42px;
    border: solid 1px rgba(255, 255, 255, 0.2);
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .tt {
    width: 34%;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form {
    width: 66%;
    padding-left: 7%;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form {
    display: flex;
    gap: 35px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form input {
    background-color: rgba(255, 255, 255, 0.1);
    border: 0;
    width: 100%;
    height: 56px;
    border-radius: 28px;
    padding: 5px 20px;
    color: #fff;
}

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

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form input[name="content"] {
    width: 290px;
    flex-shrink: 0;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form .send {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--color);
    flex-shrink: 0;
    border: 0;
    margin-left: 20px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form .send img {
    transition: all 0.5s;
}

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

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

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

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

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

#footer .footer-center .footer-b .con .share li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 20px;
    color: rgba(255, 255, 255, 0.4);
    transition: all 0.5s;
}

#footer .footer-center .footer-b .con .share li a:hover {
    color: #fff;
}

@media screen and (max-width: 1800px) {
    #banner .banner-content .swiper-slide .txt-content h3 {
        transform: translateX(0);
    }
}

@media screen and (max-width: 1700px) {
    #footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form {
        gap: 15px;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list.inquire .tt {
        width: 28%;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form {
        width: 72%;
        padding-left: 4%;
    }

    #index-body .init-product .mk-content .swiper {
        margin-right: calc((1370px - 100vw) / 2);
    }
}

@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 30px;
    }
    #footer .footer-center .f-quote {
        zoom: 0.8;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list.inquire {
        padding: 30px;
    }

    #index-body .init-product .mk-content .swiper {
        margin-right: calc((1170px - 100vw) / 2);
    }
}

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

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

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

    #footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form {
        width: 100%;
        padding-left: 0;
        margin-top: 5%;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form {
        flex-wrap: wrap;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form input[name="content"] {
        width: 100%;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form .send {
        margin-left: 0;
    }

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

    #index-body .init-8 .bottom .news-list .box .ttbox .category {
        padding: 6px 10px;
        top: 0;
    }

    #index-body .init-8 .bottom .news-list .box .ttbox .category::after {
        transform: none;
    }

    #index-body .init-product .mk-content .swiper {
        margin-right: calc((940px - 100vw) / 2);
    }

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

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

    #index-body .init-about .isolist ul {
        margin: -10px;
    }

    #index-body .init-about .isolist ul li {
        padding: 10px;
    }

    #index-body .init-about .isolist ul li .box img {
        zoom: 0.8;
    }

    #index-body .init-partner .right .pc ul {
        padding: 0 8px;
    }

    #index-body .init-partner .right .pc {
        margin: 0 -8px;
    }
}

@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 .footer-center .f-quote {
        width: 120px;
        height: 120px;
    }

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

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

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

    #index-body .init-news .bottom .news-list .box .ttbox .category {
        zoom: 0.8;
    }

    #index-body .init-product .mk-content .swiper {
        margin-right: 0;
    }

    #index-body .init-product .mk-content ul li .box {
        border-radius: 0px 30px 0px 0px;
    }

    #index-body .init-product .mk-content ul li .box .infobox .desc {
        opacity: 1;
    }

    #index-body .init-product .mk-content ul li .box .infobox .wybox {
        transform: translateY(0);
    }

    #index-body .init-product .mk-content ul li .box::after {
        height: 100%;
        border-radius: 0px 30px 0px 0px;
    }

    #index-body .init-about::before {
        display: none;
    }

    #index-body .init-about .mk-content .left {
        margin-top: 50px;
    }

    #index-body .init-partner {
        padding: 40px 0;
    }

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

    #index-body .init-partner .right .pc {
        display: none;
    }

    #index-body .init-partner .right .mob {
        display: block;
    }

    #index-body .init-partner .left .mk-top {
        text-align: center;
    }

    #index-body .init-partner .left .mk-top .mk-subs {
        justify-content: center;
    }
}

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

    .btn-go {
        zoom: 0.8;
    }

    .pt-btn {
        zoom: 0.8;
    }

    .phone_hide {
        display: none;
    }

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

    #footer .footer-center .footer-t .footer-t-gird .t-list.inquire {
        padding: 15px;
    }

    #index-body .init-news .bottom .news-list .box .ttbox .category::after {
        transform: none;
    }

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

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

    #index-body .init-about .mk-content .right .datashow ul .line {
        display: none;
    }
}

/*-----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: 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-page*/

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

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

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

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

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

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

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

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

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

#innerMobileBanner {
    margin-top: 60px;
}

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

.inner_banner .textAniC .text .c {
    font-size: 450px;
    font-family: 'Anton';
    text-transform: uppercase;
    color: #f6f6f6;
    line-height: 0.9;
    white-space: nowrap;
    width: 5000px;
    animation: transAni2 60s linear infinite;
}

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

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

.inner_banner .cont {
    padding: 180px 0 100px 0;
}

.inner_banner .cont .mbx {
    font-size: 0;
    font-weight: bold;
    margin-top: 10px;
}

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

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

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

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

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

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

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

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

@media (max-width: 1250px) {
    .inner_banner {
        display: none;
    }

    .inner_banner .textAniC {
        top: 40px;
    }

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

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

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

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

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

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

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


/*
    product-page
==============================================*/
.inner-page .sideBarBox .slideLeft {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.inner-page .sideBarBox .slideLeft .nav {
    background-color: #141414;
    color: white;
}

.inner-page .sideBarBox .slideLeft .nav span.h6 {
    background-color: var(--color);
    color: #fff;
    font-family: 'anton';
    text-transform: uppercase;
}

.inner-page .sideBarBox .slideLeft .nav .link {
    font-weight: 300;
}

.inner-page .sideBarBox .slideLeft .nav .link ul li {
    margin-bottom: .7em;
    line-height: 1.8;
    position: relative;
    transition: all 0.5s;
}

.inner-page .sideBarBox .slideLeft .nav .link>ul>li>a {
    display: block;
    padding-right: 20px;
}
.inner-page .sideBarBox .slideLeft .nav .link>ul>li>a em{
    text-decoration: underline;
}
.inner-page .sideBarBox .slideLeft .nav .link>ul>li:hover{
    color: var(--color);
}
.inner-page .sideBarBox .slideLeft .nav .link>ul>li i {
    position: absolute;
    top: 2px;
    cursor: pointer;
    right: 0;
    transition: all .5s;
    transform: rotate(-90deg);
    transform-origin: center center;
}

.inner-page .sideBarBox .slideLeft .nav .link>ul>li i.active {
    transform: rotate(0);
}

.inner-page .sideBarBox .slideLeft .nav .link ul li ul {
    font-size: .8em;
    margin-top: .8em;
    padding-left: 1em;
    display: none;
}

.inner-page .sideBarBox .slideLeft .nav .link>ul>li.active ul {
    display: block;
}

.inner-page .sideBarBox .slideLeft .nav .link ul li a:hover,
.inner-page .sideBarBox .slideLeft .nav .link ul li a.active {
    text-decoration: underline;
}

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

.product-page .sideBarBox .slideRight {
    /*background-color: #f7f7f7;*/
}

.product-page .product-1 .sideBarBox .slideRight .text {
    max-height: 200px;
    overflow: auto;
    padding-right: 20px;
}

.product-page .sideBarBox .slideRight h1 {
    line-height: 1.8;
    font-family: 'anton';
}

.product-page .sideBarBox .slideRight .img {
    border: 1px solid #c2c2c2;
}

.product-page .sideBarBox .slideRight .img .link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #141414;
    line-height: 30px;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.product-page .sideBarBox .slideRight .img .link a {
    width: 100%;
    text-align: center;
    padding: .5em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--color);
    color: #fff;
    font-family: 'anton';
    /*text-transform: uppercase;*/
}

.product-page .sideBarBox .slideRight .img .link a:hover {
    background-color: var(--color);
    color: #fff;
}

.product-page .sideBarBox .slideRight .img:hover .link {
    opacity: 1;
}

@media screen and (max-width: 1000px) {
    .inner-page .sideBarBox .slideRight {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .product-page .sideBarBox .slideRight h1 {
        font-size: 24px;
        line-height: 40px;
    }

    .product-page .product-1 .sideBarBox .slideRight .text p {
        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: #141414;
    -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: #e62923;
    color: #fff;
}

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

.m-page a:hover {
    background-color: #e62923;
    color: #fff;
}

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

.m-link {
    /*margin-top: 16px;*/
}

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

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


.proListContShadow {
    position: fixed;
    top: 0;
    display: none;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 29;
}

.proListCont>p {
    font-size: 0;
    display: none;
}

.proListCont .proListContList {
    display: block;
    position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
    height: calc(100vh - 110px);
    z-index: 30;
    opacity: 0;
    transition: all .5s;
    pointer-events: none;
}

.proListCont .proListContList.active {
    pointer-events: all;
    opacity: 1;
}

.proListCont .proListContList .close {
    position: absolute;
    cursor: pointer;
    transition: all .5s;
    top: -10px;
    right: 10px;
    background: #141414;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 30px;
    z-index: 2;
}

.proListCont .proListContList .close:hover {
    background: var(--color);
}

.proListCont .proListContList .prodet-page .prodet-1 .box .left {
    top: 0;
    padding: 40px 20px;
    position: sticky;
}

.proListCont .proListContList .prodet-page .prodet-1 .box .right {
    padding: 40px 20px;
}

.proListCont .proListContList .prodet-page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1250px) {
    .proListCont .proListContList{
        top: 80px;
    }
}
@media screen and (max-width: 1000px) {
    .proListCont .proListContList .prodet-page .prodet-1 .box .left {
        width: 100%;
        position: relative;
    }

    .proListCont .proListContList .prodet-page .prodet-1 .box .right {
        width: 100%;
        padding-top: 0;
    }
}

.prodet-page .prodet-1 {
    width: 100%;
    height: 100%;
}

.prodet-page .prodet-1 .box {
    padding-left: 0;
    padding-right: 0;
    background-color: #f0f0f0;
    width: 100%;
    flex-wrap: wrap;
}

.prodet-page .prodet-1 .box .left {
    position: sticky;
    top: 80px;
}

.prodet-page .prodet-1 .box .left li {
    display: block !important;
    width: auto !important;
}

.prodet-page .prodet-1 .box .left li .imgTitle {
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

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

.prodet-page .prodet-1 .box .left .small {
    position: relative;
    width: 19%;
}

.prodet-page .prodet-1 .box .left .big {
    width: 79%;
}

.prodet-page .prodet-1 .box .left .small .slick-track {
    display: block;
}

.prodet-page .prodet-1 .box .left .small ul {
    margin: -4px;
}

.prodet-page .prodet-1 .box .left .small ul li {
    padding: 3px 4px;
}

.prodet-page .prodet-1 .box .left .small ul .slick-slide {
    height: auto;
}

.prodet-page .prodet-1 .box .right .title {
    line-height: 1.4;
    font-family: 'anton';
}

.prodet-page .prodet-1 .box .right .download li {
    width: auto;
    max-width: 100px;
}

.prodet-page .prodet-1 .box .right .icon img {
    max-height: 50px;
    width: auto;
}

.prodet-page .prodet-1 .box .right .det {
    white-space: nowrap;
}

.prodet-page .prodet-1 .box .right .det .slide {
    border-bottom: 1px solid #141414;
}

.prodet-page .prodet-1 .box .right .det .slide span.name {
    cursor: pointer;
    cursor: hand;
    font-family: 'anton';
}

.prodet-page .prodet-1 .box .right .det .slide span.name i {
    margin-left: 1em;
}

.prodet-page .prodet-1 .box .right .det .slide span.name.active i {
    transform: rotate(45deg);
}

.prodet-page .prodet-1 .box .right .share {
    line-height: 1;
}

.prodet-page .prodet-2 .box {
    padding-left: 5%;
    padding-right: 5%;
    background-color: #141414;
    color: white;
}

.prodet-page .prodet-2 .box .h2 {
    font-family: 'anton';
}

.prodet-page .prodet-2 .box .img {
    border: 1px solid #141414;
}

.prodet-page .prodet-2 .box .img .link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    border-top: 1px solid #141414;
    line-height: 1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #141414;
}

.prodet-page .prodet-2 .box .img .link a {
    width: 100%;
    text-align: center;
    padding: .5em;
    border-right: 1px solid #141414;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.prodet-page .prodet-2 .box .img .link a:hover {
    background-color: var(--color);
}

.prodet-page .prodet-2 .box .img:hover .link {
    opacity: 1;
}


.prodet-page .prodet-1 .box {
    max-height: 80vh;
    overflow-y: auto;
    padding: 20px;
}

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

    .prodet-page .prodet-1 .box .left {
        position: relative;
        top: 0;
    }
}

@media screen and (max-width: 700px) {
    .prodet-page .prodet-1 .box .right .share {
        font-size: 16px;
        gap: 1em;
    }

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

    .prodet-page .prodet-1 .box .left .small ul {
        margin: -1px;
    }

}

@media screen and (max-width: 500px) {
    .prodet-page .prodet-1 .box .right .link a {
        padding: .5em 1.5em;
    }
    .prodet-page .prodet-1 .box{
        padding: 2px;
    }

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

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

.seoPublic .Auxil-about .box .right .text {
    max-height: 190px;
    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);
}

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

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

.tipsTitleCont .tipsTitle1 {
    text-transform: uppercase;
}
.tipsTitleCont .tipsTitle1 .cir {
    width: 0.5em;
    height: 0.5em;
    background-color: var(--color);
    border-radius: 50%;
}
/*
    about-page
==============================================*/
.about-page .about-1 .top .img {
    position: relative;
}

.about-page .about-1 .top .img video {
    display: block;
    border: 1px solid #f2f2f2;
    width: 100%;
}

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

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

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

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

}

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

.about-page .about-1 .top .text {

    width: 100%;
    margin: 80px auto 0;
    position: relative;
    z-index: 1;
}

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

.about-page .about-1 .bottom {

    width: 100%;
    margin: 111px auto 0;
}

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

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

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

.about-page .about-1 .bottom ul li .data em {
    font-size: 68px;
    line-height: 1.2;
    color: #141414;
    display: inline-block;
    vertical-align: bottom;
}

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

.about-page .about-1 .bottom ul li .text .tit {
    font-size: 24px;
    font-family: 'anton';
    color: #141414;
    line-height: 2;
    margin-top: 23px;
}

.about-page .about-1 .bottom ul li .text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: rgba(0, 0, 0, .5);
}

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

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

.about-page .about-2 .box .img {
    width: 50.06%;
    vertical-align: middle;
}

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

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

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

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

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

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

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

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

.about-page .about-3 {
    background-color: #f6f6f6;
    padding: 12% 0 7%;
    margin-top: -122px;
}

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

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

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

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

.about-page .about-3 .header .right {
    width: 50%;
    font-weight: 500;
    line-height: 1.8;
    color: rgba(0, 0, 0, .5);
}

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

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

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

.about-page .about-3 .content ul li .box {
    padding: 30px 20px;
    background: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #121212;
    height: 100%;
}

.about-page .about-3 .content ul li .box .tit {
    font-size: 24px;
    font-family: 'anton';
    line-height: 2;
    margin-top: 15px;
}

.about-page .about-3 .content ul li .box p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: rgba(0, 0, 0, .5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.about-page .about-5 .content ul li video {
    width: 100%;
    max-height: 270px;
    object-fit: contain;
    display: block;
    margin: auto;
}

.about-page .about-5 .content ul li .play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    width: 40px;
    height: 40px;
    transition: all .5s;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.about-page .about-5 .content ul li .play i {
    margin-left: 4px;
}

.about-page .about-5 .content ul li .play:hover {
    background: var(--color);
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.about-page .about-6 .contentC .container .content .box .left .title {
    font-size: 24px;
    line-height: 1.6;
    font-family: 'anton';
}

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

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

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

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

@media (max-width: 1500px) {
    .about-page .about-6 .contentC .container {
        width: 1200px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .about-page .about-3 .content ul li {
        width: 100%;
        margin-top: 20px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

.faq-page .marginBox span.txt {
    color: var(--color);
}

.faq-page .marginBox span.h2 {
    font-family: 'anton';
}

.faq-page .marginBox .box .left {
    width: 40%;
}

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

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

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

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

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

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

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

.faq-page .marginBox .box .right .list ul li {
    margin-bottom: 20px;
    background: #f3f3f3;
    border: 1px solid #dddddd;
}

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

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

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

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

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

.faq-page .marginBox .box .right .list ul li.active {
    background: white;
}

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

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

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

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

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

    .faq-page .marginBox .box .right .list ul li span.title,
    .faq-page .marginBox .box .right .list ul li .text {
        font-size: 16px;
    }

    .faq-page .marginBox .box .right .list ul li .text {
        margin: 20px 0;
    }

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

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

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

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


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

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

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

/*
    quality-assurance-page
==============================================*/
.service-page .init-1 .container .tips {
    font-weight: 700;
    text-align: center;
}

.service-page .init-1 .container .tips_des {
    max-width: 1300px;
    margin: 20px auto 0;
    text-align: center;
    color: #8a8a8a;
    padding-bottom: 30px;
}

.service-page .init-1 .container .content {
    border-top: 1px solid #d9d9d9;
}

.service-page .init-1 .container .content .tips {
    font-weight: 500;
}

.service-page .init-1 .container .content .partner_title {
    margin-top: 40px;
}

.service-page .init-1 .container .content .partner_title .left {
    /*width: 340px;*/
}

.service-page .init-1 .container .content .partner_title .left .tips {
    text-align: left;
    font-weight: 700;
}

.service-page .init-1 .container .content .partner_title .left .num {
    color: #d6d6d6;
}

.service-page .init-1 .container .content .partner_title .right {
    width: calc(100% - 340px);
    line-height: 1.8;
}

.service-page .init-1 .container .content .partner_list {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -10px 0;
}

.service-page .init-1 .container .content .partner_list .list {
    width: 20%;
    margin-top: 20px;
    padding: 0 10px;
    transition: all 0.5s;
}

.service-page .init-1 .container .content .partner_list .list.active {
    width: 40%;
}

.service-page .init-1 .container .content .partner_list .list .box {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 20px;
    padding: 20px;
    overflow: hidden;
    height: 170px;
    display: flex;
    align-items: center;
    position: relative;
}

.service-page .init-1 .container .content .partner_list .list .box .left {
    text-align: center;
    vertical-align: middle;transition: all 0.5s;
}

.service-page .init-1 .container .content .partner_list .list .box .left img {
    height: 100px;
    width: 100%;
    object-fit: contain;
}

.service-page .init-1 .container .content .partner_list .list .box .left .text {
    margin-top: 20px;
    font-weight: 500;
}

.service-page .init-1 .container .content .partner_list .list .box .right {
    vertical-align: middle;
    padding-left: 20px;
    transition: all .5s;
    opacity: 0;
    transform: scale(0);
    width: 0;
    height: 0;

}
.service-page .init-1 .container .content .partner_list .list .box .right .des{
    height: calc(28px * 3);
    overflow-y: auto;
}

.service-page .init-1 .container .content .partner_list .list.active .box {
    border-bottom: 20px;
}

.service-page .init-1 .container .content .partner_list .list.active .left {
    width: 120px;
}

.service-page .init-1 .container .content .partner_list .list.active .box .right {
    display: inline-block;
    transform: scale(1);
    opacity: 1;
    width: calc(100% - 120px);
    height: auto;
    display: block;
 
}

.service-page .init-1 .container .list_cont {
    margin: 10px -45px 0;
}

.service-page .init-1 .container .list_cont .list {
    padding: 0 45px;
    margin-top: 30px;
    width: 33.33%;
    position: relative;
}

.service-page .init-1 .container .list_cont .list .num {
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 50px;
}

.service-page .init-1 .container .list_cont .list .cont {
    padding-left: 60px;
}

.service-page .init-1 .container .list_cont .list .cont .title {
    font-weight: 500;
}

.service-page .init-1 .container .list_cont .list .cont .des {
    color: #656565;
    margin-top: 16px;
}

.service-page .init-1 .container .list_cont .list:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.service-page .init-1 .container .list_cont .list:hover .num {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

@media (max-width: 1250px) {
    .service-page .init-1 .container .list_cont {
        margin: 10px -10px 0;
    }

    .service-page .init-1 .container .list_cont .list {
        padding: 0 10px;
        width: 50%;
    }

    .service-page .init-1 .container .list_cont .list .num {
        left: 16px;
    }

    .service-page .init-1 .container .content .partner_list .list {
        width: 100%;
    }

    .service-page .init-1 .container .content .partner_list .list.active {
        width: 100%;
    }

    .service-page .init-1 .container .content .partner_list .list .box {
        width: 100%;
        padding-bottom: 20px;
        height: auto;
        flex-wrap: wrap;text-align: center;
    }

    .service-page .init-1 .container .content .partner_list .list .box .right {
        transform: scale(1);
        opacity: 1;
        width: calc(100% - 120px);
        height: auto;
    }
    .service-page .init-1 .container .content .partner_list .list .box .right .des{
        height: auto;
    }

    .service-page .init-1 .container .content .partner_list .list.active .left {
        width: 100%;
    }

    .service-page .init-1 .container .content .partner_list .list .box .right {
        padding-left: 0;
        margin-top: 20px;
        width: 100%;
    }

    .service-page .init-1 .container .content .partner_list .list.active .box .right {
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .service-page .init-1 .container .content .partner_title .left {
        width: 100%;
    }

    .service-page .init-1 .container .content .partner_title .right {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 500px) {
    .service-page .init-1 .container .list_cont .list {
        width: 100%;
    }

    .service-page .init-1 .container .content .partner_list .list .box {
        text-align: center;
    }

    .service-page .init-1 .container .content .partner_list .list .box .right {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }

    .service-page .init-1 .container .content .partner_list .list.active .box .right {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}

.odm-page .odm-1 .title .tit {
    margin: 20px 0;
}

.odm-page .odm-1 .list ul li .img {
    position: relative;
    border-radius: 20px;
}

.odm-page .odm-1 .list ul li .img img{
    border-radius: 20px;  
}

.odm-page .odm-1 .list ul li .img .mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 45px;
    padding-bottom: 65px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 11;
    overflow: hidden;
    border-radius: 20px;
}

.odm-page .odm-1 .list ul li .img .mask .tit4 {
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    /*text-transform: uppercase;*/
}

.odm-page .odm-1 .list ul li .img .mask .cona {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2;
    opacity: 0.7;
    margin-top: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 0;
    overflow: auto;
}

.odm-page .odm-1 .list ul li .img .mask::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -300px;
    width: 100%;
    height: 100%;
    background: var(--color);
    border-radius: 0px 0px 20px 20px;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}

.odm-page .odm-1 .list ul li:hover .img .mask {
    padding-bottom: 30px;
}

.odm-page .odm-1 .list ul li:hover .img .mask .cona {
    opacity: 1;
    height: 150px;margin-top: 17px;
}

.odm-page .odm-1 .list ul li:hover .img .mask::after {
    opacity: 1;
    height: 100%;
    z-index: -1;
    bottom: 0;
}

@media screen and (max-width: 1700px) {
    .odm-page .odm-1 .list ul li .img .mask {
        padding: 25px;
    }
}
@media screen and (max-width: 1450px){
    .odm-page .odm-1 .list ul li .img .mask .cona{
        height: 120px;
    }
}
@media screen and (max-width: 1000px) {
    .odm-page .odm-1 .title .tit {
        margin: 15px 0;
        line-height: 2;
    }

    .odm-page .odm-1 .list ul li .img .mask {
        position: static;
        opacity: 1;
        z-index: 111;
        background: var(--color);
    }

    .odm-page .odm-1 .list ul li .img .mask::after {
        display: none;
    }

    .odm-page .odm-1 .list ul li .img .mask .cona {
        opacity: 1;
    }

    .odm-page .odm-1 .list ul li .img .mask .tit4 {
        line-height: 2;
    }
}


.rad-page .rad-3 .top .left {
    width: 43%;
}

.rad-page .rad-3 .top .left p {
    font-size: 16px;
    font-weight: 400;
    color: #1D1D1D;
    line-height: 2;
    margin-top: 25px;
}

.rad-page .rad-3 .top .right {
    width: 57%;
    padding-left: 125px;
}

.rad-page .rad-3 .top .right .form ul li {
    margin-bottom: 20px;
}

.rad-page .rad-3 .top .right .form ul li:last-child {
    margin-bottom: 0
}

.rad-page .rad-3 .top .right .form ul li input[type=text] {
    width: 100%;
    height: 58px;
    border: none;
    border-bottom: 2px solid #141414;
    font-size: 16px;
    font-weight: 400;
    color: #141414;
    line-height: 2;
}


.rad-page .rad-3 .top .right .form ul li label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #141414;
    line-height: 1;
    padding-top: 25px;
}

.rad-page .rad-3 .top .right .form ul li textarea {
    width: 100%;
    height: 168px;
    margin-top: 7px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    font-size: 14px;
    font-weight: 400;
    color: #9D9D9D;
    line-height: 2;
    padding-left: 14px;
    padding-top: 5px;
}

.rad-page .rad-3 .top .right .form ul li input[type=submit] {
    width: 230px;
    height: 49px;
    background: #0F42A1;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    text-transform: uppercase;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 14px
}

.rad-page .rad-3 .top .right .form ul li input[type=submit]:hover {
    background: #e37600;
}


@media screen and (max-width: 1450px) {
    .rad-page .rad-3 .top .right {
        padding-left: 60px;
    }
}

@media screen and (max-width: 1250px) {
    .rad-page .rad-3 .top .left {
        width: 100%;
    }

    .rad-page .rad-3 .top .right {
        padding-left: 0;
        margin-top: 30px;
        width: 100%;
    }
}

.service-page .init-3 .container .left {
    vertical-align: middle;
}

.service-page .init-3 .container .left img {
    width: 100%;
}

.service-page .init-3 .container .right {
    vertical-align: middle;
    padding-left: 70px;
}

.service-page .init-3 .container .right .title {
    font-weight: 700;
}

.service-page .init-3 .container .right .des {
    color: #878787;
    margin-top: 20px;
}


@media (max-width: 1000px) {
    .service-page .init-3 .container {
        text-align: center;
    }

    .service-page .init-3 .container .left {
        width: 100%;
        max-width: 500px;
    }

    .service-page .init-3 .container .right {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 30px;
    }

    .service-page .init-3 .container .right .flex {
        justify-content: center;
    }
}
/*==============================================
    quality-assurance-page
*/

/*
    app-page
==============================================*/

.solu-5 ul.solulist2 li {
    margin-bottom: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.solu-5 ul.solulist2 li:nth-child(even) .imgbox a {
    display: block;
}

.solu-5 ul.solulist2 li:nth-child(even) .imgbox a img {
    display: block;
    margin-left: auto;
}

.solu-5 ul.solulist2 li .text {
    width: 40%;
    /*max-width: 455px;*/
}

.solu-5 ul.solulist2 li .text .h3 {
    padding-left: 35px;
    border-left: 3px solid var(--color);
    margin-bottom: 25px;
    font-weight: 600;
}

.solu-5 ul.solulist2 li .text span {
    text-transform: uppercase;
}

.solu-5 ul.solulist2 li .text .desc {
    margin-top: 15px;
    /*max-height: calc(30px * 4);*/
    overflow-y: auto;
    display: -webkit-box;         /* 使用旧版弹性盒子模型 */
  -webkit-box-orient: vertical; /* 内容垂直排列 */
  -webkit-line-clamp: 4;        /* 限制显示为5行 */
  overflow: hidden;             /* 隐藏溢出的内容 */
  text-overflow: ellipsis;      /* 添加省略号 */
}

.solu-5 ul.solulist2 li .imgbox {
    width: 60%;
    padding-right: 5%;
}
.solu-5 ul.solulist2 li.liEven .imgbox{
    padding-right: 0;
    padding-left: 5%;
}

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

    .solu-5 ul.solulist2 li .imgbox {
        width: 100%;
        padding-right: 0;
    }

    .solu-5 ul.solulist2 li .text {
        width: 100%;
        max-width: none;
        margin-top: 40px;
    }

    .solu-5 ul.solulist2 li:nth-child(2n) {
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
    .solu-5 ul.solulist2 li {
    margin-bottom: 50px;
    }
}
.case-page div.formBox {
    padding: 35px 60px;
    display: inline-block;
    width: 100%;
    background: #f8f8f8;
}

.case-page div.formBox h4 {
    margin-bottom: 30px;
    text-align: center;
}

.case-page div.formBox ul {
    margin: -10px;
}

.case-page div.formBox ul li {
    width: 50%;
    float: left;
    padding: 10px;
}

.case-page div.formBox ul li label {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 5px;
    display: block;
    color: #525252;
}

.case-page div.formBox ul li input {
    width: 100%;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: black;
    border: 1px solid #e3e3e3;
    background: #fff;
}

.case-page div.formBox ul li:last-child {
    text-align: center;
    width: 100%;
}

.case-page div.formBox ul li input[type="submit"] {
    max-width: 200px;
    margin-left: auto;
    padding: 0 20px;
    height: 50px;
    background: var(--color);
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    border-radius: 25px;
}

.case-page div.formBox ul li .file {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    right: 0;
    top: 0;
    /*background-color: #eee;*/
}

.case-page div.formBox ul li input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.case-page {
    background: #f7f7f8;
}

.case-page .prodet-box .prodet-1 .container {
    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;
    align-items: flex-start;

}

.case-page .prodet-box .prodet-1 .container .left {
    width: 50%;
    padding-right: 10px;
    position: sticky;
    top: 120px;
}

.case-page .prodet-box .prodet-1 .container .left .img-scroll {
    padding: 20px 0;
    position: relative;
}

.case-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-wrapper {
    margin: -10px;
}

.case-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-wrapper .slick-list {
    width: 100%;
}

.case-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-slide {
    padding: 10px;
}

.case-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-prev,
.case-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-next {
    width: 16px;
    height: 29px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.case-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-prev {
    background: url(../images/ped-left.png) no-repeat center center;
    background-size: 100% 100%;
    left: 0;
}

.case-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-next {
    background: url(../images/ped-right.png) no-repeat center center;
    background-size: 100% 100%;
    right: 0;
}

.case-page .prodet-box .prodet-1 .container .right {
    width: 50%;
    padding-left: 80px;
}

.case-page .prodet-box .prodet-1 .container .right .text-box h3.tit {
    font-size: 24px;
    line-height: 44px;
    color: var(--color);
}

.case-page .prodet-box .prodet-1 .container .right .text-box h1 {
    color: #121212;
    margin: 0 0 15px;
    line-height: 1.2;
}

.case-page .prodet-box .prodet-1 .container .right .text-box p {
    font-size: 18px;
    line-height: 2;
    color: #141414;
    /*padding: 20px 0;*/
    /*border-bottom: 1px solid #8a8a8a;*/
}

.case-page .prodet-box .prodet-1 .container .right .text-box .content {
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px;
}
.case-page .prodet-box .prodet-1 .container .right .text-box .content ol li{
    list-style-type: decimal;
}

.case-page .prodet-box .prodet-1 .container .right .text-box .product-color {
    margin-top: 30px;
}

.case-page .prodet-box .prodet-1 .container .right .text-box .product-color span {
    font-size: 14px;
    line-height: 1;
    color: #444444;
    display: block;
}

.case-page .prodet-box .prodet-1 .container .right .text-box .product-color .colorBox {
    margin-top: 20px;
}

.case-page .prodet-box .prodet-1 .container .right .text-box .product-color .colorBox .swiper-slide {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.case-page .prodet-box .prodet-1 .container .right .text-box .product-color .colorBox .swiper-slide:hover {
    background: #f4f4f4;
}

.case-page .prodet-box .prodet-1 .container .right .text-box .btn-box {
    margin-top: 35px;
}

.case-page .prodet-box .prodet-1 .container .right .text-box .btn-box a {
    display: inline-block;
    padding: 16px 50px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 18px;
    line-height: 1;
    color: #121212;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    border-radius: 25px;
}

.case-page .prodet-box .prodet-1 .container .right .text-box .btn-box a:hover {
    border: 1px solid var(--color);
    color: #fff;
}

.case-page .prodet-box .prodet-1 .container .right .text-box .btn-box a:hover::after {
    width: 100%;
}

.case-page .prodet-box .prodet-1 .container .right .text-box .btn-box a::after {
    border-radius: 25px;
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: var(--color);
    left: 0;
    top: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: -1;
}

.case-page .prodet-box .prodet-1 .container .right .text-box .btn-box .inquiry {
    padding: 16px 60px;
    border: 1px solid #141414;
    margin-left: 18px;
}

.case-page .prodet-box .prodet-1 .container .right .text-box .share {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.8);
}

.case-page .prodet-box .prodet-1 .container .right .text-box .share .icon {
    font-size: 14px;
    line-height: 2;
    font-weight: 100;
}

.case-page .prodet-box .prodet-1 .container .right .text-box .share .icon a {
    padding: 0 18px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.case-page .prodet-box .prodet-1 .container .right .text-box .share .icon a:hover {
    color: var(--color);
}

.case-page .prodet-box .prodet-1 .container .right .text-box .share .icon a:last-child {
    border-right: none;
}

.case-page .prodet-box .prodet-2 h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.case-page .prodet-box .prodet-2 h3 span {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    padding: 12px 25px;
    background: #141414;
    position: relative;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
}

.case-page .prodet-box .prodet-2 h3 span.active {
    color: #fff;
    background: var(--color);
}

.case-page .prodet-box .prodet-2 h3 span.active::after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid var(--color);
}

.case-page .prodet-box .prodet-2 .content {
    padding: 60px 0 50px;
    font-size: 18px;
    display: none;
}

.case-page .prodet-box .prodet-2 .contentBox .content:first-child {
    display: block;
}


.case-page .prodet-box .prodet-2 .content strong {
    font-weight: bold;
    display: block;
}

.case-page .prodet-box .prodet-3 {
    padding: 40px 0 45px;
    background: #f5f5f5;
}

.case-page .prodet-box .prodet-3 h3 {
    font-size: 20px;
    line-height: 1;
    color: #1f1f1f;
    font-weight: bold;
}

.case-page .prodet-box .prodet-3 .reportBox {
    margin: 45px -10px 0;
}

.case-page .prodet-box .prodet-3 .reportBox .swiper-container {
    padding: 10px;
}

.case-page .prodet-box .prodet-3 .reportBox .swiper-container .swiper-slide a {
    display: block;
    overflow: hidden;
    -webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.3);
}

.case-page .prodet-box .prodet-3 .reportBox .swiper-container .swiper-slide a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.case-page .prodet-box .prodet-3 .reportBox .swiper-container .swiper-slide a img {
    width: 100%;
}

.case-page .prodet-box .prodet-4 {
    padding: 60px 0;
}

.case-page .prodet-box .prodet-4 h3 {
    font-size: 35px;
    color: #080808;
    font-weight: 600;
    text-align: center;
}

.case-page .prodet-box .prodet-4 .recommendBox {
    margin-top: 40px;
}

.case-page .prodet-box .prodet-4 .recommendBox .swiper-wrapper {
    margin: -15px;
}

.case-page .prodet-box .prodet-4 .recommendBox .swiper-slide {
    padding: 15px;
}

.case-page .prodet-box .prodet-4 .recommendBox .swiper-slide a {
    display: block;
    text-align: center;
}

.case-page .prodet-box .prodet-4 .recommendBox .swiper-slide a:hover h4::after {
    width: 100%;
}

.case-page .prodet-box .prodet-4 .recommendBox .swiper-slide a .p-img {
    overflow: hidden;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.case-page .prodet-box .prodet-4 .recommendBox .swiper-slide a .p-img img {
    width: 100%;
}

.case-page .prodet-box .prodet-4 .recommendBox .swiper-slide a h5 {
    font-size: 20px;
    line-height: 36px;
    color: #121212;
    /*text-transform: uppercase;*/
}

.case-page .prodet-box .prodet-4 .recommendBox .swiper-slide a h4 {
    font-size: 14px;
    line-height: 2;
    color: #121212;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    font-weight: 500;
    padding-bottom: 4px;
}

.case-page .prodet-box .prodet-4 .recommendBox .swiper-slide a h4::after {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 1px solid var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.case-page.prodet2-page .prodet-box .container {
    max-width: 1605px;
}

.case-page.prodet2-page .prodet-box .prodet-1 .left {
    width: 55%;
}

.case-page.prodet2-page .prodet-box .prodet-1 .right {
    width: 45%;
}

.case-page.prodet2-page .prodet-box .prodet-2 {
    border-top: 1px solid #d9d9d9;
}

.case-page.prodet2-page .prodet-box .prodet-2 .title {
    padding: 40px 0 85px;
}

.case-page.prodet2-page .prodet-box .prodet-2 .title h3 {
    font-size: 28px;
    line-height: 1;
    color: #141414;
    font-weight: bold;
    margin-bottom: 14px;
    border: none;
}

.case-page.prodet2-page .prodet-box .prodet-2 .title p {
    font-size: 18px;
    line-height: 1.8;
    color: #141414;
    font-weight: 100;
    max-width: 1150px;
}

.case-page.prodet2-page .prodet-box .prodet-2 .content-box ul li {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.case-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .left {
    width: 58%;
}

.case-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .right {
    width: 42%;
}

.case-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .right .tit {
    width: 100%;
    padding: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.case-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .right .tit h4 {
    font-size: 24px;
    color: #141414;
    padding-top: 25px;
    position: relative;
}

.case-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .right .tit h4::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    top: 0;
    left: 0;
    border-top: 1px solid #d9d9d9;
}

.case-page.prodet2-page .prodet-box .prodet-2 .content-box ul li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.case-page.prodet2-page .prodet-box .prodet-2 .technical-box {
    margin-top: 50px;
}

.case-page.prodet2-page .prodet-box .prodet-2 .technical-box .container {
    max-width: 1230px;
}

.case-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content {
    padding: 110px 0 100px;
    /*border-top: 1px solid #a3a3a3;*/
    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;
}

.case-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .left {
    width: 42%;
    padding: 15px;
}

.case-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right {
    width: 58%;
    padding-left: 5%;
}

.case-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right h5 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    color: #141414;
    padding: 0 6px;
}

.case-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list {
    margin-top: 40px;
}

.case-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item {
    margin-bottom: 15px;
}

.case-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 6px;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.case-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .title h6 {
    font-size: 18px;
    color: #141414;
    line-height: 1;
    font-weight: 400;
}

.case-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .title i {
    font-size: 18px;
    color: #141414;
    font-weight: bold;
}

.case-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .title i::before {
    content: "+";
}

.case-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box {
    display: none;
}

.case-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box ul {
    padding: 15px;
    margin-left: 40px;
    margin-bottom: 20px;
}

.case-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box ul li {
    font-size: 16px;
    color: #565656;
    margin-bottom: 5px;
    list-style-type: disc;
}

.case-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box .box {
    padding: 15px;
    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;
}

.case-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box .box p {
    width: 50%;
    margin-bottom: 20px;
}

.case-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box .box p .spec-title {
    display: block;
    font-size: 16px;
    color: #141414;
    margin-bottom: 5px;
    font-weight: 500;
}

.case-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box .box p .spec-value {
    display: block;
    font-size: 16px;
    color: #565656;
}

.case-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item.active .title {
    border: 2px solid #141414;
}

.case-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item.active .title i::before {
    content: "-";
}

.case-page.prodet2-page .prodet-box .prodet-3 {
    padding: 60px 0;
    background: #141414;
    text-align: center;
}

.case-page.prodet2-page .prodet-box .prodet-3 .container {
    max-width: 1230px;
}

.case-page.prodet2-page .prodet-box .prodet-3 h5 {
    margin: 0;
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
}

.case-page.prodet2-page .prodet-box .prodet-3 .exploreBox {
    margin-top: 30px;
}

.case-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .e-img {
    overflow: hidden;
}

.case-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .e-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.case-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .e-img img {
    width: 100%;
}

.case-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .content {
    padding: 15px 5px;
}

.case-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .content h6 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .05em;
    font-weight: 700;
    margin-bottom: 20px;
}

.case-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .content p {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

.case-page.prodet2-page .prodet-box .prodet-3 a {
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    line-height: 1;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 100;
    margin-top: 50px;
}

.case-page.prodet2-page .prodet-box .prodet-5 {
    background: #f1f1f1;
    padding: 30px 0 50px;
}

.case-page.prodet2-page .prodet-box .prodet-5 .top {
    text-align: center;
}

.case-page.prodet2-page .prodet-box .prodet-5 .top h4 {
    font-size: 26px;
    line-height: 1;
    color: #1e1e1e;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 17px;
}

.case-page.prodet2-page .prodet-box .prodet-5 .top p {
    font-size: 16px;
    line-height: 1;
    color: #1e1e1e;
    margin-top: 35px;
}

.case-page.prodet2-page .prodet-box .prodet-5 form {
    margin-top: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.case-page.prodet2-page .prodet-box .prodet-5 form input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 0px 0px 0px 16px;
    height: 48px;
    text-align: left;
    color: #242424;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    background-color: #ffffff;
    border: 1px solid #242424;
    margin-left: 5px;
}

.case-page.prodet2-page .prodet-box .prodet-5 form input[name="name"] {
    width: 140px;
    margin-left: 0;
}

.case-page.prodet2-page .prodet-box .prodet-5 form input[name="mail"] {
    width: 240px;
}

.case-page.prodet2-page .prodet-box .prodet-5 form input[name="content"] {
    width: 300px;
}

.case-page.prodet2-page .prodet-box .prodet-5 form input[type="submit"] {
    background: #141414;
    border-radius: 0px;
    border-style: solid;
    border-color: #141414;
    border-width: 5px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    white-space: normal;
    padding: 11px 10px;
    text-align: center;
    word-break: break-word;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    cursor: pointer;
    height: auto;
}

@media screen and (max-width: 1250px) {
    .case-page .prodet-box .prodet-4 h3 {
        font-size: 24px;
    }

    .case-page .prodet-box .prodet-2 .content .cont {
        max-height: 300px;
        overflow-y: auto;
    }
}

@media screen and (max-width: 1000px) {
    .case-page .prodet-box .prodet-1 .container .right .text-box .btn-box a {
        padding: 12px 20px;
        font-size: 14px;
    }

    .case-page .prodet-box .prodet-1 .container .right .text-box .btn-box .inquiry {
        padding: 12px 20px;
    }

    .case-page .prodet-box .prodet-1 .container .right .text-box h3.tit {
        font-size: 24px;
    }

    .case-page .prodet-box .prodet-1 .container .left {
        width: 100%;
        padding-right: 0;
    }

    .case-page .prodet-box .prodet-1 .container .right {
        width: 100%;
        padding-left: 0px;
        margin-top: 30px;
    }


    .case-page div.formBox {
        padding: 20px 0;
    }

    .case-page div.formBox ul li input[type=submit] {
        font-size: 16px;
    }
}

@media screen and (max-width: 700px) {
    .case-page .prodet-box .prodet-1 .container .right .text-box h3.tit {
        font-size: 20px;
    }

    .case-page .prodet-box .prodet-1 .container .right .text-box p {
        font-size: 14px;
    }

    .case-page .prodet-box .prodet-2 h3 span {
        font-size: 14px;
        padding: 10px;
    }

    .case-page div.formBox ul li {
        width: 100%;
    }
}
/*==============================================
    app-page
*/

/*
    news-page
==============================================*/
.news-page .news-1 ul {
    margin: -20px -17px;
}

.news-page .news-1 ul li {
    padding: 20px 17px;
}

.news-page .news-1 ul li .box {
    position: relative;
    background-color: #f6f6f6;
    height: 100%;
    transition: background-color .5s ease;
}

.news-page .news-1 ul li .box:hover::before {
    opacity: 1;
}

.news-page .news-1 ul li .box:hover {
    background-color: var(--color);
    color: #FFFFFF;
}

.news-page .news-1 ul li .box:hover .text .date {
    background-color: #FFFFFF;
    color: var(--color);
}

.news-page .news-1 ul li .box .text {
    padding: 50px 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 5;
}

.news-page .news-1 ul li .box .text h4 {
    font-weight: bold;
    transition: .5s ease;
    min-height: 5.5em;
}

.xinwen {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
}

.news-page .news-1 ul li .box .text .date {
    font-weight: bold;
    width: 130px;
    line-height: 30px;
    height: 30px;
    background-color: var(--color);
    border-radius: 0;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.news-page .news-1 ul li .box .img-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.news-page .news-1 ul li .box .img-box .img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.news-page .news-1 ul li .box::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(rgba(204, 11, 11, 0)));
    background: -webkit-linear-gradient(bottom, var(--color) 0%, rgba(204, 11, 11, 0) 100%);
    background: -moz-linear-gradient(bottom, var(--color) 0%, rgba(204, 11, 11, 0) 100%);
    background: linear-gradient(to top, var(--color) 0%, rgba(204, 11, 11, 0) 100%);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 700px) {
    .news-page .news-1 ul li .box .text {
        padding: 20px 16px;
    }
}
.newsdet-page .newsdet-1 h4 {
    font-size: 16px;
    line-height: 30px;
    color: var(--color);
    /*text-transform: uppercase;*/
    margin-bottom: 5px;
}

.newsdet-page .newsdet-1 h4 span {
    border-bottom: 1px solid var(--color);
}

.newsdet-page .newsdet-1 .content {
    margin: 70px 0 95px;
    line-height: 30px;
}

.newsdet-page .newsdet-1 .share a {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    border-radius: 8px;
    border: 1px solid #313131;
    text-align: center;
    line-height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.newsdet-page .newsdet-1 .share a i {
    color: #313131;
    font-size: 16px;
}

.newsdet-page .newsdet-1 .share a:last-child {
    margin-right: 0;
}

.newsdet-page .newsdet-1 .Auxil-through {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 35px;
    margin-top: 50px;
}
/*==============================================
    news-page
*/


.contact-page {
  padding-top: 40px;
}

.contact-page .contact-1 .left form ul {
  margin: 0 -30px -37px 0;
}

.contact-page .contact-1 .left form ul li {
  padding: 0 30px 37px 0;
}

.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8;
}

.contact-page .contact-1 .left form ul li .box input {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 25px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(0, 0, 0, .5);
}

.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input:-moz-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input::-moz-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input::-ms-input-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input::placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 36px;
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
}

.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box textarea::-ms-input-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 20px;
}

.contact-page .contact-1 .left form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #141414;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.contact-page .contact-1 .left form ul li .more {
  /*font-weight: 700;*/
  font-family: 'anton';
  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: var(--color);
}

.contact-page .contact-1 .left form ul li .more p {
  color: #fff;
  font-size: 20px;
  margin-left: 0;
  padding-left: 0;
}

.contact-page .contact-1 .left form ul li .more .img {
  width: 14px;
  height: 14px;
  margin-left: 12px;
}

.contact-page .contact-1 .left form ul li .more i {
  margin-right: 6px;
  display: inline-block;
}

.contact-page .contact-1 .left form ul li .more:hover {
  background: #141414;
}

.contact-page .contact-1 .left form ul li .more:hover .img {
  transform: rotate(45deg);
}

.contact-page .contact-1 .left form ul li .more input[type="submit"] {
  background: transparent;
  border: none;
  width: 100%;
  padding: 0 40px;
}

.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 14px;
  line-height: 28px;
  color: #83827f;
}

.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}

.contact-page .contact-1 .left form ul li:hover .box::before {
  width: 100%;
}

.contact-page .contact-1 .left form ul li.active .box::before {
  width: 100%;
}

.contact-page .contact-1 .left form ul li.wid-100 {
  width: 100% !important;
}

.contact-page .contact-1 .right {
  padding-left: 7.65%;
}

.contact-page .contact-1 .right .title {
  line-height: 1.2;
}

.contact-page .contact-1 .right p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #83827f;
  margin-top: 7px;
}

.contact-page .contact-1 .right .list {
  margin-top: 22px;
}

.contact-page .contact-1 .right .list ul li {
  color: rgba(0, 0, 0, .5);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}

.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  color: var(--color);
  font-size: 20px;
  width: 20px;
  text-align: center;
  margin-top: 5px;
}

.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  font-size: 16px;
  font-weight: 500;
  padding-left: 10px;
}

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

.contact-page .contact-2 {
  padding-top: 120px;
}

.contact-page .contact-2 #mapContainer {
  height: 520px;
}

.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827f;
}

@media (max-width: 1250px) {
  .contact-page .contact-1 .right {
    padding-left: 5.65%;
  }
}

@media (max-width: 1000px) {
  .contact-page {
    padding-top: 30px;
  }

  .contact-page .contact-1 .left {
    width: 100%;
  }

  .contact-page .contact-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }

  .contact-page .contact-2 {
    padding-top: 60px;
  }

  .contact-page .contact-2 #mapContainer {
    height: 360px;
  }
}

@media (max-width: 500px) {
  .contact-page .contact-1 .left form ul li .more {
    padding: 6px 12px;
  }

  .contact-page .contact-1 .left form ul li p {
    display: block;
  }

  .contact-page .contact-1 .left form ul {
    margin-bottom: -20px;
  }

  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px;
  }

  .contact-page .contact-1 .left form ul li .box input,
  .contact-page .contact-1 .left form ul li .box textarea {
    padding: 10px 0 10px 36px;
  }

  .contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
  }

  .contact-page .contact-1 .right .list ul li {
    font-size: 16px;
  }

  .contact-page .contact-2 #mapContainer {
    height: 260px;
  }
}