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

#mobile2 {
    z-index: 220;
}

#mobile3 {
    z-index: 220;
}
.font-24{
    line-height: 44px;
}
@font-face {
    font-family: "Baloo 2";
    src: url("../fonts/Baloo2-ExtraBold.eot");
    src: url("../fonts/Baloo2-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Baloo2-ExtraBold.woff2") format("woff2"), url("../fonts/Baloo2-ExtraBold.woff") format("woff"), url("../fonts/Baloo2-ExtraBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.swiper-pointer-events .box .tt{
    min-height: 4.6em;
}
.seoPublic .seoIndustry .text h3{
    font-size: 22px;
    line-height: 40px;
    margin: 10px 0;
    font-weight: 700;
}
@font-face {
    font-family: "Baloo 2";
    src: url("../fonts/Baloo2-Medium.eot");
    src: url("../fonts/Baloo2-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Baloo2-Medium.woff2") format("woff2"), url("../fonts/Baloo2-Medium.woff") format("woff"), url("../fonts/Baloo2-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

body {
    font-family: "Baloo 2";
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    --color: #de141b;
    margin: 0 auto;
}

.container {
    width: 1590px;
}

.container1 {
    width: 100%;
    padding: 0 50px;
}

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

.fam-luckiest-guy {
    font-family: "Luckiest Guy";
}

.color-17 {
    color: #171717;
}

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

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

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

#header .nav .ui.menu .menu-box {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    height: 60px;
    padding: 0 50px;
}

#header .nav .ui.menu .menu-box .menu-menu-container {
    height: 100%;
    display: inline-flex;
    align-items: center;
}

#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 32px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
    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 {
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    text-align: left;
    position: absolute;
    font-size: 15px;
    background: #fff;
    top: 100%;
    left: -10px;
    min-width: 180px;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    transition: transform 0.5s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-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: 16px;
    -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: rotate3d(1, 0, 0, -90deg);
    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: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    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: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    display: block \9;
}

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

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

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

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

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

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

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

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

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

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

#header .nav .ui.menu .right .h-language:hover span {
    color: var(--color);
}

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

#header .nav .ui.menu .right .h-search {
    cursor: pointer;
    color: #fff;
    transition: all 0.5s;
}

#header .nav .ui.menu .right .h-search img {
    filter: brightness(0) invert(1);
    transition: all 0.5s;
}

#header .nav .ui.menu .right .h-search:hover {
    color: var(--color);
}

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

#header.active {
    background-color: #2c2c2c;
}

#header.inner_active {
    background-color: #2c2c2c;
}

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

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

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

#banner .banner-content .swiper-slide .txt-content h3 {
    max-width: 830px;
    line-height: 1.3;
    color: var(--color);
    text-shadow: -4px -4px 0 #ffffff, 4px -4px 0 #ffffff, -4px 4px 0 #ffffff, 4px 4px 0 #ffffff;
}

#banner .banner-content .swiper-slide.swiper-slide-active .txt-content h3 {
    animation: fadeInDown 1s linear;
}

#banner .banner-content .swiper-slide.swiper-slide-active .txt-content .btn-go {
    animation: fadeInUp 1.5s linear;
}

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

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

#index-body .init-1 .sub-tt {
    color: #171717;
}

#index-body .init-1 .list ul li .box .img-box {
    border-radius: 30px;
}

#index-body .init-1 .list ul li .box .txt-box .txt {
    width: calc(100% - 50px);
}

#index-body .init-1 .list ul li .box .txt-box .tt {
    color: #313131;
    transition: all 0.5s;
    line-height: 1.6;
}
.font-16{
    line-height: 30px!important;
}
#index-body .init-1 .list ul li .box .txt-box .tt:hover {
    color: var(--color);
}

#index-body .init-1 .list ul li .box .txt-box .des {
    min-height: 3.2em;
}

#index-body .init-1 .list ul li .box .txt-box .more {
    opacity: 0;
    transition: all 0.5s;
}

#index-body .init-1 .list ul li .box .txt-box .more:hover {
    transform: rotate(45deg);
}

#index-body .init-1 .list ul li .box:hover .txt-box .more {
    opacity: 1;
}

#index-body .init-2 {
    background-color: #f7f2f2;
    background-repeat: no-repeat;
    background-position: 0 center;
}

#index-body .init-2 .profile {
    color: #171717;
    max-width: 1086px;
    margin-left: auto;
    margin-right: auto;
    line-height: 32px;
}
#index-body .init-2 .profile h1{
    display: inline;
}
#index-body .init-2 .datashow ul {
    gap: 168px;
}

#index-body .init-2 .datashow ul li .box p {
    color: #0f2e45;
}

#index-body .init-2 .datashow ul li .box h4 {
    transition: all 0.5s;
}

#index-body .init-2 .datashow ul li .box:hover h4 {
    color: var(--color);
}

#index-body .init-3 .left {
    width: 42%;
}

#index-body .init-3 .left .imgbox {
    padding: 25px;
    background-color: #f7f2f2;
    border-radius: 327px 327px 0px 0px;
    display: inline-block;
}

#index-body .init-3 .right {
    width: 58%;
    padding-left: 5%;
}

#index-body .init-3 .right .list ul {
    margin: 0 -30px;
}

#index-body .init-3 .right .list ul li {
    margin-top: 42px;
    width: 50%;
    padding: 0 30px;
}

#index-body .init-3 .right .list ul li .box {
    padding-top: 40px;
}

#index-body .init-3 .right .list ul li .box .ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #de141b;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 42px;
}

#index-body .init-3 .right .list ul li .box .content {
    background-color: #f7f2f2;
    border-radius: 30px;
    padding: 40px 42px;
}

#index-body .init-3 .right .list ul li .box .content h2 {
    color: #171717;
    line-height: 1.3;
}

#index-body .init-3 .right .list ul li .box .content .des {
    height: 112px;
    overflow-y: auto;
    color: rgba(23, 23, 23, 0.7);
}

#index-body .init-4 .con {
    background-color: #faf7f7;
}

#index-body .init-4 .bottom ul li .box .img-box {
    border-radius: 10px;
    background-color: #fff;
}

#index-body .init-4 .bottom ul li .box .txtbox .more {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color);
    transition: all 0.5s;
    border: 1px solid transparent;
}

#index-body .init-4 .bottom ul li .box .txtbox .more:hover {
    background-color: #fff;
    color: var(--color);
    border-color: var(--color);
}

#index-body .init-5 .list ul li {
    padding: 40px 0;
}

#index-body .init-5 .list ul li .imgbox {
    transition: all 0.5s;
    transform-origin: left;
    display: block;
}

#index-body .init-5 .list ul li.swiper-slide-active+li .imgbox {
    transform: scale(1.1) translateX(-10%);
}

#index-body .init-5 .list ul li.swiper-slide-active+li+li .imgbox {
    transform: scale(1.2);
    transform-origin: center;
}

#index-body .init-5 .list ul li.swiper-slide-active+li+li+li .imgbox {
    transform: scale(1.1) translateX(10%);
    transform-origin: right;
}

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

#index-body .init-6 .list ul li .box .des {
    color: rgba(0, 0, 0, 0.8);
}

#index-body .init-6 .list ul li .box .btn-go {
    font-size: 14px;
    font-weight: 500;
    min-width: 152px;
    height: 45px;
}

#index-body .init-6 .list .txtbg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 9vw;
    font-weight: 600;
    color: var(--color);
    opacity: 0.05;
    white-space: nowrap;
    z-index: -1;
}

#index-body .init-6 .zdyqh .swiper-button {
    position: static;
}

.zdyqh .swiper-button {
    width: 55px;
    height: 55px;
    background-color: #de141b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    transition: all 0.5s;
}

.zdyqh .swiper-button:after {
    display: none;
}

.zdyqh .swiper-button img {
    filter: brightness(0) invert(1);
    transition: all 0.5s;
}

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

.zdyqh .swiper-button:hover img {
    filter: none;
}

#footer .footer-center {
    background-color: #2c2c2c;
}

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

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

#footer .footer-center .footer-t .footer-t-gird .logo {
    max-width: 385px;
}

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

#footer .footer-center .footer-t .footer-t-gird .contact>div {
    gap: 20px;
}

#footer .footer-center .footer-t .footer-t-gird .contact .ico {
    width: 48px;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 8px;
}

#footer .footer-center .footer-t .footer-t-gird .contact i {
    display: inline-block;
}

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

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

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

#footer .footer-center .footer-t .footer-t-gird .inquire .form form input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
    width: 100%;
    padding: 5px 0;
    margin-top: 15px;
    color: #fff;
}

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

#footer .footer-center .footer-t .footer-t-gird .inquire .form form input:nth-child(1) {
    margin-top: 0;
}

#footer .footer-center .footer-t .footer-t-gird .inquire .form form textarea {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
    width: 100%;
    padding: 5px 0 15px;
    margin-top: 15px;
    color: #fff;
}

#footer .footer-center .footer-t .footer-t-gird .inquire .form form textarea::placeholder {
    color: #fff;
    font-weight: 400;
}

#footer .footer-center .footer-t .footer-t-gird .inquire .form form .send {
    background-color: transparent;
    border: 0;
    position: absolute;
    bottom: -20%;
    right: 0;
    transition: all 0.5s;
}

#footer .footer-center .footer-t .footer-t-gird .inquire .form form .send:hover {
    transform: translateX(5px);
}

#footer .footer-center .footer-b {
    position: absolute;
    bottom: 120px;
    left: 15px;
    max-width: 385px;
}

#footer .footer-center .footer-b .bbinfo {
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.6);
}
.font-30{
    line-height: 1.6;
}
.oxy-nav-menu .menu-main-menu-container ul li{
    font-size: 20px!important;
    line-height: 36px!important;
}
.oxy-menu-langs > div:first-of-type{
    font-size: 18px!important;
    line-height: 32px!important;
}
.oxy-menu-langs.on > div:last-of-type{
    font-size: 16px!important;
    line-height: 30px!important;
}
#footer .footer-center .footer-b .bbinfo img {
    width: 220px;
    height: auto;
    padding-top: 5px;
    opacity: 0.4;
}

#footer .footer-center .footer-b .bbinfo a {
    vertical-align: text-bottom;
}

#footer .footer-center .footer-b .bbinfo svg {
    width: auto;
    max-height: 22px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    fill: rgba(255, 255, 255, 0.6);
    vertical-align: middle;
}

@media screen and (max-width: 1820px) {
    #header .nav .ui.menu .menu-box {
        padding: 0 30px;
    }

    #header .nav .ui.menu .right .h-language {
        margin: 0 30px;
    }
}

@media screen and (max-width: 1720px) {
    #header .nav .ui.menu .menu-box {
        padding: 0 20px;
    }

    #header .nav .ui.menu .right .h-language {
        margin: 0 20px;
    }

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

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

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

    #index-body .init-3 .right .list ul li .box .ico {
        zoom: 0.9;
    }

    #index-body .init-3 .right .list ul li {
        margin-top: 25px;
    }
}

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

    .btn-go,
    .zdyqh {
        zoom: 0.9;
    }

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

    #header .nav .ui.menu .right .h-search span,
    #header .nav .ui.menu .right .h-language span span {
        display: none;
    }

    #footer .footer-center .footer-t .footer-t-gird .logo {
        max-width: 288px;
    }

    #footer .footer-center .footer-b {
        max-width: 288px;
        bottom: 80px;
    }

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

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

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

    #index-body .init-3 .right .list ul {
        margin: 0 -15px;
    }

    #index-body .init-3 .right .list ul li {
        padding: 0 15px;
    }

    #index-body .init-3 .right .list ul li .box .ico {
        zoom: 0.78;
    }

    #index-body .init-3 .right .list ul li .box {
        padding-top: 30px;
    }

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

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

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

    #footer .footer-center .footer-t .footer-t-gird .logo {
        max-width: 250px;
    }

    #footer .footer-center .footer-b {
        max-width: 250px;
    }

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

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

    #footer .footer-center .footer-t .footer-t-gird .inquire .form form input,
    #footer .footer-center .footer-t .footer-t-gird .inquire .form form textarea {
        margin-top: 10px;
    }

    #footer .footer-center .footer-t .footer-t-gird .inquire .form form .send {
        zoom: 0.8;
    }

    .container1 {
        padding: 0 30px;
    }

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

    #index-body .init-3 .right .list ul li .box .ico {
        zoom: 0.6;
    }

    #index-body .init-3 .right .list ul li .box {
        padding-top: 20px;
    }

    #index-body .init-3 .right .list ul {
        margin: 0 -10px;
    }

    #index-body .init-3 .right .list ul li {
        padding: 0 10px;
        margin-top: 15px;
    }

    #index-body .init-5 .list ul li {
        padding: 0;
    }

    #index-body .init-5 .list ul li .imgbox {
        transform: scale(1) translateX(0) !important;
    }
}

@media screen and (max-width: 1000px) {
    #banner .banner-content {
        height: 400px;
    }
     body .zdy-tt.font-45{
         font-size: 20px!important;
        line-height: 36px!important;
     }
     .font-48{
        font-size: 20px!important;
        line-height: 36px!important; 
     }
    #footer .footer-center .footer-t .footer-t-gird .link {
        display: none;
    }
    body .zdy-tt.font-30{
        line-height: 36px;
    }
    #innerMobileBanner .banner2 .text{
        line-height: 1.4;
    }
    #cp-Nav .nav div.title{
        line-height: 32px;
    }
    body .zdy-tt.font-20{
        line-height: 32px;
    }
    .font-20{
        line-height: 2!important;
    }
    body .zdy-tt.font-24{
        font-size: 20px!important;
        line-height: 36px!important;
    }
    body .zdy-tt.font-60{
        line-height: 40px;
    }
    .flex-jb .mk-tt .sub-tt{
        font-size: 16px!important;
        line-height: 30px!important;
    }
    .font-18{
        font-size: 16px!important;
        line-height: 30px!important;
    }

    #footer .footer-center .footer-b {
        max-width: 100%;
        position: static;
        margin-top: 20px;
        padding: 10px 0;
        text-align: center;
    }

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

    #footer .footer-center .footer-t .footer-t-gird .logo {
        max-width: 48%;
    }

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

    #footer .footer-center .footer-t .footer-t-gird .contact .ico {
        zoom: 0.8;
    }

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

    #index-body .init-2 .datashow ul {
        gap: 80px;
    }

    #index-body .init-3 .left {
        width: 100%;
    }

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

    #index-body .init-4 .bottom ul li .box .txtbox .more {
        zoom: 0.8;
    }
}

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

    .btn-go,
    .zdyqh {
        zoom: 0.8;
    }

    .phone_hide {
        display: none;
    }

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

    #footer .footer-center .footer-t .footer-t-gird .logo>img {
        max-height: 38px;
    }

    #footer .footer-center .footer-t .footer-t-gird .contact .ico {
        zoom: 0.6;
        margin-top: 0;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list span {
        font-size: 16px;
        line-height: 30px;
    }

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

    #footer .footer-center .footer-t .footer-t-gird .inquire .form form .send {
        position: static;
        margin-top: 10px;
    }

    .container1 {
        padding: 0 15px;
    }
}

@media screen and (max-width: 500px) {
    #index-body .init-2 .datashow ul {
        gap: 20px;
        flex-direction: column;
    }

    #index-body .init-3 .right .list ul li {
        width: 100%;
    }
}


/*----- inner page -----*/

span.h2 {
    font-weight: 700;
    line-height: 1.2;
    font-size: 48px;
    display: block;
    text-transform: uppercase;
}

span.tag {
    font-size: 18px;
    display: block;

    color: var(--color);
    line-height: 32px;
    margin-bottom: .5em;
}

.inner-page .text {
    font-size: 18px;

    color: #757575;
    line-height: 32px;
}

.inner-banner {
    padding: 190px 0;
    position: relative;
    z-index: 1;
    color: white;
    background-size: cover;
}

.inner-banner:after {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: url("../images/inner-banner-mask.png") center bottom no-repeat;
    background-size: contain;
    z-index: -1;
    display: none;
}

.inner-banner .mbx {
    font-size: 18px;
    margin-top: 1em;
    line-height: 34px;
}

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

.inner-page .m-page a,
.inner-page .m-page span {
    margin: 0 13px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 100%;
    font-size: 18px;
    color: #301500;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #ececec;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-weight: normal;
}

.inner-page .m-page a:after,
.inner-page .m-page span:after {
    content: '';
    width: 130%;
    height: 130%;
    position: absolute;
    left: -15%;
    top: -15%;
    border-radius: inherit;
    border: 2px solid #ececec;
}

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

.inner-page .slideBarBox .slideBarLeft {
    width: 28%;
    padding-right: 5%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.inner-page .slideBarBox .slideBarLeft .border {
    border: 1px solid #bebebe;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.inner-page .slideBarBox .slideBarLeft .border span.h6 {

    font-size: 24px;
    line-height: 44px;
    display: block;
}

.inner-page .slideBarBox .slideBarLeft .border.search {
    padding: 25px;
}

.inner-page .slideBarBox .slideBarLeft .border.search form {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f5f5f5;
    padding: 0 .8em;
    font-size: 14px;
    line-height: 2;
}

.inner-page .slideBarBox .slideBarLeft .border.search form input {
    height: 50px;
    line-height: 50px;
    border: none;
    background-color: transparent;
    width: 100%;
}

.inner-page .slideBarBox .slideBarLeft .border.search form input[type="submit"] {
    width: 22px;
    background: url("../images/icon-search.png") center center no-repeat;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.inner-page .slideBarBox .slideBarLeft .border.nav span.h6 {
    padding: 25px;
    color: white;
    background-color: var(--color);
}

.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a {
    font-size: 22px;
    font-weight: 500;
    line-height: 40px;
    padding: 18px 25px;
    border-top: 1px solid #bebebe;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.fenlei {
    font-size: 24px;
    line-height: 44px;
    font-weight: 700;
    color: var(--color);
    margin-bottom: 20px;
}

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

.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a:hover,
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a.active {
    color: var(--color);
}

.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li li a {
    font-size: 18px;
    font-weight: normal;
    padding: 15px;
    padding-left: 35px;
}

.inner-page .slideBarBox .slideBarLeft .border.img {
    padding: 50px 25px;
    text-align: center;
    color: white;
    margin-bottom: 0;
}

.inner-page .slideBarBox .slideBarLeft .border.img span.h6 {
    text-transform: uppercase;
    margin-bottom: 1em;
}

.inner-page .slideBarBox .slideBarLeft .border.img hr {
    border: none;
    display: block;
    height: 1px;
    background-color: white;
}

.inner-page .slideBarBox .slideBarLeft .border.img .text {
    margin: 1.2em 0;
    color: inherit;
    font-weight: normal;
}

.inner-page .slideBarBox .slideBarLeft .border.img .text p {
    font-size: 90%;
}

.inner-page .slideBarBox .slideBarLeft .border.img span.phone {
    display: block;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    margin: 1em 0;
}

.inner-page .slideBarBox .slideBarLeft .border.img a.btn {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    background-color: var(--color);
    line-height: 2.625em;
    height: 2.625em;
    max-width: 90%;
    display: block;
    margin: 0 auto;
}

.inner-page .slideBarBox .slideBarLeft .border.hot {
    padding: 25px 30px;
}

.inner-page .slideBarBox .slideBarLeft .border.hot span.h6 {
    padding-bottom: 1em;
    border-bottom: 1px solid #bebebe;
    margin-bottom: 1em;
}

.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li,
.product-det-page .product-det-2 .left .navList ul li.hot ul li {
    padding: 7px 0;
    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;
}

.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .img,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .img {
    width: 35%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0%;
    border: 1px solid #bebebe;
}

.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content {
    padding-left: 5%;
}

.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.cat,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.cat {
    font-weight: normal;
    font-size: 18px;
    color: var(--color);
    line-height: 32px;
}

.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.title {
    font-weight: 500;
    font-size: 22px;
    line-height: 40px;
    color: #120c0b;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title:hover,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.title:hover {
    color: var(--color);
}

.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span {
    padding: 0;
    background: transparent;
}

.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .img {
    width: 40%;
    border: none;
    padding: 0;
}

.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .content time {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: var(--color);
}

.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .content span.h5 {
    font-size: 16px;
    color: #120c0b;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.inner-page .slideBarBox .slideBarLeft .border.mail {
    padding: 25px 30px;
}

.inner-page .slideBarBox .slideBarLeft .border.mail form input {
    display: block;
    height: 42px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    /*text-transform: uppercase;*/
    margin-top: 1.5em;
    width: 100%;
}

.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"] {
    border-bottom: 1px solid #bebebe;
}

.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea::-webkit-input-placeholder,
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]::-webkit-input-placeholder {
    color: #120c0b;
}

.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]:-moz-placeholder {
    color: #120c0b;
}

.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea::-moz-placeholder,
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]::-moz-placeholder {
    color: #120c0b;
}

.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea::-ms-input-placeholder,
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]:-ms-input-placeholder {
    color: #120c0b;
}

.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea::placeholder,
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]::placeholder {
    color: #120c0b;
}

.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea:focus,
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]:focus {
    border-color: var(--color);
}

.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="submit"] {
    background-color: var(--color);
    text-align: center;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="submit"]:hover {
    background-color: black;
}

.inner-page .slideBarBox .slideBarLeft .border.mail form ul li.wid-100 {
    width: 100%;
}

.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea {
    display: block;
    line-height: 42px;
    height: 100px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    margin-top: 1.5em;
    width: 100%;
    border-bottom: 1px solid #bebebe;
}

.inner-page .slideBarBox .slideBarRight {
    width: 72%;
}

.inner-page .prodet-product-link {
    padding-top: 80px;
}

.inner-page .prodet-product-link .productList {
    overflow: hidden;
}

.inner-page .prodet-product-link .dotsBox {
    margin-top: 90px;
    text-align: center;
}

.inner-page .prodet-product-link .dotsBox .prev,
.inner-page .prodet-product-link .dotsBox .next,
.inner-page .prodet-product-link .dotsBox .dots,
.inner-page .prodet-product-link .dotsBox li {
    display: inline-block;
    vertical-align: middle;
}

.inner-page .prodet-product-link .dotsBox .prev,
.inner-page .prodet-product-link .dotsBox .next,
.inner-page .prodet-product-link .dotsBox button {
    margin: 0 13px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 100%;
    font-size: 18px;
    color: #301500;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-weight: normal;
    border: none;
}

.inner-page .prodet-product-link .dotsBox .prev:after,
.inner-page .prodet-product-link .dotsBox .next:after,
.inner-page .prodet-product-link .dotsBox button:after {
    content: '';
    width: 130%;
    height: 130%;
    position: absolute;
    left: -15%;
    top: -15%;
    border-radius: inherit;
    border: 2px solid #ececec;
}

.inner-page .prodet-product-link .dotsBox .prev:hover,
.inner-page .prodet-product-link .dotsBox .next:hover,
.inner-page .prodet-product-link .dotsBox button:hover,
.inner-page .prodet-product-link .dotsBox .slick-active button {
    background: var(--color);
    color: #fff;
}

.about-page a.more {
    background-color: #f3f3f3;
}

#index-body .init-3 {
    padding: 80px 0 190px;
    background: url("../images/init-3-bg.jpg") center bottom no-repeat;
    /*background-size: contain;*/
}

#index-body .init-3 .list {
    /*margin-top: 130px;*/
}

#index-body .init-3 .list ul .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

#index-body .init-3 .list ul li {
    color: #787878;
}

#index-body .init-3 .list ul li .text {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
    color: inherit;
    padding-right: 1em;
}

#index-body .init-3 .list ul li .line {
    display: block;
    height: 1px;
    background: #dcdcdc;
    margin: 20px 0;
    position: relative;
}

#index-body .init-3 .list ul li .line:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color);
    -webkit-transition: 6.5s linear;
    -moz-transition: 6.5s linear;
    transition: 6.5s linear;
}

#index-body .init-3 .list ul li .line i {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #787878;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

#index-body .init-3 .list ul li .line i:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color);
    border-radius: inherit;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

#index-body .init-3 .list ul li span.year {
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    padding-right: 1em;
}

#index-body .init-3 .list ul .slick-current li {
    color: var(--color);
}

#index-body .init-3 .list ul .slick-current li .text {
    color: #120c0b;
}

#index-body .init-3 .list ul .slick-current li .line:before {
    width: 100%;
}

#index-body .init-3 .list ul .slick-current li .line i {
    left: 3px;
    background-color: var(--color);
}

#index-body .init-3 .list ul .slick-current li .line i:after {
    opacity: .5;
}

.about-page .about-1 {
    padding-top: 100px;
}

.about-page .about-1 .box .left {
    padding-right: 2%;
    position: sticky;
    top: 100px;
}

.about-page .about-1 .box .left video {
    display: block;
    width: 100%;
    margin-top: 40px;
}

.about-page .about-1 .box .left span.h2 em {
    font-weight: 500;
}

.about-page .about-1 .box .left a.more {
    margin-top: 1.5em;
    color: white;
    background: var(--color);
}

.about-page .about-1 .box .right {
    padding-left: 2%;
}

.about-page .about-1 .box .right .text p {
    margin-top: 1.5em;
}

.about-page .about-1 .img {
    height: 590px;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    margin-top: 60px;
}

.about-page .about-1 .img .play {
    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%);
    cursor: pointer;
    cursor: hand;
}

.about-page .about-1 .img .play:after,
.about-page .about-1 .img .play:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about-page .about-1 .img .play:hover:after,
.about-page .about-1 .img .play:hover:before {
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}

.about-page .about-1 .img .play:hover:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}

.about-page .about-2 {
    padding: 80px 0 80px;
}

.about-page .about-2 .box .left {
    padding-right: 20%;
    position: sticky;
    top: 100px;
}

.about-page .about-2 .box .left hr {
    background-color: #120c0b;
    height: 1px;
    border: none;
    margin: 40px 0;
}

.about-page .about-2 .box .left a.more {
    margin-top: 2.5em;
    /*background: var(--color);*/
    color: white;
}

.about-page .about-2 .box .right .list ul {
    margin: -25px -35px;
}

.about-page .about-2 .box .right .list ul li {
    padding: 25px 35px;
    font-size: 22px;
}

.about-page .about-2 .box .right .list ul li i {
    display: block;
    position: relative;
    margin-top: 1em;
}

.about-page .about-2 .box .right .list ul li i:before {
    content: '';
    width: 3.40909091em;
    height: 4.04545455em;
    /*background: url("../images/icon-5-bg.png") center center;*/
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-20%, -30%);
    -moz-transform: translate(-20%, -30%);
    -ms-transform: translate(-20%, -30%);
    transform: translate(-20%, -30%);
    z-index: -1;
}

.about-page .about-2 .box .right .list ul li span.h6 {
    font-weight: 600;
    margin: .7em 0;
    display: block;
    line-height: 1.8;
}

.about-page .about-2 .box .right .list ul li .text {
    line-height: 1.8;
}

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

.about-page .about-2 .numList ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-page .about-2 .numList ul li {
    border-left: 1px solid #120c0b;
}

.about-page .about-2 .numList ul li:first-child {
    border-left: none;
}

.about-page .about-2 .numList ul li span.h6 {
    font-size: 60px;
    color: #120c0b;
    font-weight: 600;
    line-height: 1.2;
    display: block;
}

.about-page .about-2 .numList ul li p {
    font-size: 18px;
    color: var(--color);
    margin-top: .5em;
    line-height: 32px;
}

.about-page .about-3 {
    padding: 55px 0;
    background-color: #120c0b;
    text-align: center;
}

.about-page .about-3 ul {
    margin: -10px;
}

.about-page .about-3 ul li {
    padding: 10px;
}

.about-page .about-3 img {
    max-height: 100px;
    display: block;
    margin: 0 auto;
}

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

.about-page .about-4:after {
    top: 5%;
}

.about-page .about-4 .left {
    width: 34%;
    vertical-align: bottom;
}

.about-page .about-4 .left .list {
    margin-top: 80px;
}

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

.about-page .about-4 .left .list ul li {
    padding: 8px 0;
    font-size: 16px;
}

.about-page .about-4 .left .list ul li span.txt {
    color: #120c0b;
    display: inline-block;
}

.about-page .about-4 .left .list ul li span.num {
    line-height: 1.75em;
    height: 1.75em;
    padding: 0 0.75em;
    border-radius: 2px;
    background-color: #120c0b;
    color: white;
    position: relative;
    float: right;
    margin-top: -0.4em;
}

.about-page .about-4 .left .list ul li span.num:after {
    content: '';
    border-top: 10px solid #120c0b;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.about-page .about-4 .left .list ul li .line {
    display: block;
    height: 10px;
    border-radius: 5px;
    background-color: #ebebeb;
    position: relative;
    margin-top: 12px;
}

.about-page .about-4 .left .list ul li .line i {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: inherit;
    background-color: var(--color);
    width: 0;
    -webkit-transition: 5s;
    -moz-transition: 5s;
    transition: 5s;
}

.about-page .about-4 .right {
    width: 66%;
    vertical-align: bottom;
}

.about-page .about-4 .right .map {
    width: 120%;
    margin: 0 -15% 0 -5%;
}

.chainList {
    padding: 0px 0 80px;
}

.chainList .top .left {
    vertical-align: bottom;
}

.chainList .top .left span.tag {
    margin-bottom: 1em;
}

.chainList .top .right {
    vertical-align: bottom;
    text-align: right;
}

.chainList .top .right a.more {
    background-color: #f3f3f3;
}

.chainList .bottom {
    margin-top: 70px;
}

.chainList .bottom .list ul {
    margin: -10px;
}

.chainList .bottom .list ul li {
    padding: 10px;
    font-size: 22px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    line-height: 1.2;
    border-radius: 10px;
    overflow: hidden;
}

.chainList .bottom .list ul li img {
    border-radius: 10px;
}

.chainList .bottom .list ul li a.img-box {
    display: block;
}

.chainList .bottom .list ul li span.h6 {
    display: block;
    margin-top: .6em;
    margin-bottom: 5px;
}

.chainList .bottom .list ul li time {
    display: block;
    color: var(--color);
}

.culture-page .culture-1 {
    padding-top: 100px;
}

.culture-page .culture-1 .left {
    padding-right: 10%;
    vertical-align: middle;
}

.culture-page .culture-1 .left .text {
    margin-top: 1.5em;
}

.culture-page .culture-1 .right {
    vertical-align: middle;
}

.culture-page .culture-1 .right .img {
    position: relative;
}

.culture-page .culture-1 .right .img:after {
    content: '';
    width: 7.03125vw;
    height: 36.61458333vw;
    z-index: -1;
    position: absolute;
    background: url("../images/icon-meiluo2.png") center no-repeat;
    background-size: cover;
    right: 100%;
    top: 5%;
    width: 50%;
    height: 90%;
    background-size: contain;
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    -moz-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg);
    background-position: left center;
}

.culture-page .culture-2 {
    padding: 130px 0 70px;
    text-align: center;
}

.culture-page .culture-2 .list {
    margin-top: 70px;
}

.culture-page .culture-2 .list ul {
    margin: -40px;
}

.culture-page .culture-2 .list ul li {
    padding: 40px;
    font-size: 22px;
}

.culture-page .culture-2 .list ul li i {
    display: inline-block;
    position: relative;
    margin: 1em auto 0;
}

.culture-page .culture-2 .list ul li i:before {
    content: '';
    width: 3.40909091em;
    height: 4.04545455em;
    background: url("../images/icon-5-bg.png") center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-20%, -30%);
    -moz-transform: translate(-20%, -30%);
    -ms-transform: translate(-20%, -30%);
    transform: translate(-20%, -30%);
    z-index: -1;
}

.culture-page .culture-2 .list ul li span.h6 {
    font-weight: 500;
    display: block;
    margin: .8em 0;
}

.culture-page .culture-2 .list ul li .text {
    line-height: 2;
}

.history-page {
    padding-top: 100px;
    padding-bottom: 40px;
    text-align: center;
    position: relative;
}

.history-page:before {
    content: '';
    width: 7.03125vw;
    height: 36.61458333vw;
    z-index: -1;
    position: absolute;
    background: url("../images/icon-meiluo2.png") center no-repeat;
    background-size: cover;
    left: 0;
    top: 5%;
}

/*.history-page:after {
    content: '';
    width: 7.03125vw;
    height: 36.61458333vw;
    z-index: -1;
    position: absolute;
    background: url("../images/icon-meiluo2.png") center no-repeat;
    background-size: cover;
    right: 0;
    bottom: 8%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}*/

.history-page .list {
    margin-top: 60px;
    margin-bottom: 40px;
    position: relative;
}

.history-page .list:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #bebebe;
    z-index: -1;
}

.history-page .list li {
    padding: 25px 0;
}

.history-page .list li .box .left {
    vertical-align: middle;
    padding: 0 8%;
    position: relative;
}

.history-page .list li .box .left .img {
    /*height: 250px;*/
    background-size: cover;
    background-position: center;
}

.history-page .list li .box .right {
    vertical-align: middle;
    padding: 0 8%;
    text-align: left;
    position: relative;
}

.history-page .list li .box .right .line {
    width: 14%;
    height: 1px;
    background-color: var(--color);
    position: absolute;
    left: 0;
    top: 25px;
}

.history-page .list li .box .right .line i {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: inherit;
}

.history-page .list li .box .right .line i:after,
.history-page .list li .box .right .line i:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    background-color: inherit;
}

.history-page .list li .box .right .line i:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}

.history-page .list li .box .right .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.history-page .list li .box .right .content span.h2 {
    color: var(--color);
    white-space: nowrap;
}

.history-page .list li .box .right .content .text {
    margin-left: 1.5em;
    font-weight: normal;
    line-height: 1.6;
}

.history-page .list li:nth-child(even) .box .left {
    left: 50%;
}

.history-page .list li:nth-child(even) .box .right {
    left: -50%;
    text-align: right;
    direction: rtl;
    padding-left: 0;
}

.history-page .list li:nth-child(odd) .box .right {
    padding-right: 0;
}

.history-page .list li:nth-child(even) .box .right .line {
    left: auto;
    right: 0;
}

.history-page .list li:nth-child(even) .box .right .line i {
    left: 100%;
}

.history-page .list li:nth-child(even) .box .right .text {
    margin-left: 0;
    margin-right: 1.5em;
    direction: ltr;
}

.history-page .cursor {
    position: -webkit-sticky;
    position: sticky;
    padding: 20px 0;
    background-color: white;
    width: 100%;
    bottom: 0;
}

.history-page .cursor span {
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #120c0b;
}

.history-page .cursor span.hand {
    display: inline-block;
    position: relative;
    margin-bottom: .7em;
}

.history-page .cursor span.hand:before {
    content: '';
    width: 3px;
    height: 10px;
    background-color: var(--color);
    position: absolute;
    left: 50%;
    top: 5%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: sx .8s linear infinite alternate;
    -moz-animation: sx .8s linear infinite alternate;
    animation: sx .8s linear infinite alternate;
}

@-webkit-keyframes sx {
    from {
        top: 15%;
    }

    to {
        top: 30%;
    }
}

@-moz-keyframes sx {
    from {
        top: 15%;
    }

    to {
        top: 30%;
    }
}

@keyframes sx {
    from {
        top: 15%;
    }

    to {
        top: 30%;
    }
}

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

.TopTitle .left {
    width: auto !important;
}

.TopTitle .left span.h2 {
    margin-right: 1.2em;
}

.TopTitle .right {
    width: auto !important;
    margin-top: 35px;
}

.TopTitle .right .list ul li {
    font-weight: 900;
    font-size: 20px;
    color: #b9b9b9;
    text-transform: uppercase;
    padding: .25em 1.2em;
    width: auto;
    display: inline-block;
    border-left: 1px solid #e8e8e8;
    margin-top: 2px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.TopTitle .right .list ul li.active,
.TopTitle .right .list ul li:hover {
    color: var(--color);
}

.factory-page {
    padding: 100px 0 80px;
}

.factory-page .bottom .list {
    margin: 90px 0;
}

.factory-page .bottom .list ul {
    margin: -35px -10px;
}

.factory-page .bottom .list ul li {
    padding: 35px 10px;
}

.factory-page .bottom .list ul li a.img-box {
    display: block;
}

.factory-page .bottom .list ul li a.img-box img {
    width: 100%;
}

.factory-page .bottom .list ul li a.img-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/icon-zoom.png") center center no-repeat rgba(222, 20, 27, 0.5);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.factory-page .bottom .list ul li a.img-box:hover:after {
    opacity: 1;
}

.factory-page .bottom .list ul li span.h6 {
    font-size: 22px;
    font-weight: 500;
    color: #120c0b;
    display: block;
    margin-top: .5em;
}

.product-yd-page {
    padding-top: 100px;
}

.product-yd-page .bottom {
    margin-top: 40px;
}

.product-yd-page .bottom .slide {
    padding: 90px 0;
    position: relative;
}

.product-yd-page .bottom .slide .left {
    vertical-align: middle;
    padding: 0 5%;
    position: relative;
}

.product-yd-page .bottom .slide .right {
    vertical-align: middle;
    padding-left: 6%;
    position: relative;
}

.product-yd-page .bottom .slide .right span.h3 {
    font-weight: 900;
    font-size: 30px;
    line-height: 1.2;
    display: block;
}

.product-yd-page .bottom .slide .right .text {
    margin: 1.3em 0;
    line-height: 1.6;
    padding-right: 1em;
    max-height: 16em;
    overflow-y: auto;
    overflow-x: hidden;
}

.product-yd-page .bottom .slide .right a.more {
    background-color: #f3f3f3;
}

.product-yd-page .bottom .slide:nth-child(even) {
    background-color: #f3f3f3;
}

.product-yd-page .bottom .slide:nth-child(even) .right a.more {
    background-color: white;
}

.product-yd-page .bottom .slide:nth-child(even) .left {
    left: 50%;
}

.product-yd-page .bottom .slide:nth-child(even) .right {
    left: -50%;
    padding-left: 0;
    padding-right: 6%;
}

.product-yd-page .bottom .slide:nth-child(odd):after {
    content: '';
    width: 7.03125vw;
    height: 36.61458333vw;
    z-index: -1;
    position: absolute;
    background: url("../images/icon-meiluo2.png") center no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 90%;
    background-size: contain;
    background-position: left center;
}

.product-yd-page .bottom .slide:nth-child(3n):after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 5%;
}

.productList ul {
    margin: -20px;
}

.productList ul li {
    padding: 20px;
}

.productList ul li a.img-box {
    display: block;
    /*padding: 70px 18% 40px;*/
    background-color: #f3f3f3;
    overflow: unset;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-radius: 10px;
}

.productList ul li a.img-box img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.productList ul li .content {
    padding: 0 5%;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.productList ul li .content span.h6 {
    font-weight: 500;
    font-size: 22px;
    color: #120c0b;
    display: block;
    border-bottom: 1px solid #ececec;
    line-height: 40px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    min-height: 110px;
    display: flex;
    align-items: center;
}
.seoPublic .Auxil-about .box .right div.h3{
    line-height: 44px!important;
}
.seoPublic .Auxil-form .form ul li input{
    line-height: 30px;
}
.seoPublic .Auxil-news .list ul li .content div.h6{
    line-height: 40px!important;
}
.seoPublic .Auxil-news .list ul li .content time{
    line-height: 2;
}
.seoPublic .Auxil-news .list ul li .content p{
    line-height: 30px!important;
}
.productList ul li .content .text {
    font-size: 18px;
    line-height: 32px;
    margin-top: 1em;
    padding: 0 5%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.productList ul li:hover a.img-box {
    background-color: var(--color);
}

.product-list-page {
    padding: 80px 0 0;
}

.product-list-page .productList ul,
.prodet-product-link .productList ul {
    margin: -35px -6px;
}

.product-list-page .productList ul li,
.prodet-product-link .productList ul li {
    padding: 35px 6px;
}

.product-det-page .product-det-1 {
    padding: 100px 0 60px;
}

.product-det-page .product-det-1 .box {
    display: flex;
    flex-wrap: wrap;
}

.product-det-page .product-det-1 .left {
    width: 56%;
    vertical-align: middle;
}

.product-det-page .product-det-1 .left a {
    display: block;
    padding: 0%;
    border: 1px solid #bebebe;
}

.product-det-page .product-det-1 .left ul {
    margin: -10px;
}

.product-det-page .product-det-1 .left ul li {
    padding: 10px;
}

.product-det-page .product-det-1 .left .smallImg {
    width: 25.5%;
    padding-right: 20px;
}

.product-det-page .product-det-1 .left .smallImg .slick-current a {
    border-color: var(--color);
}

.product-det-page .product-det-1 .left .bigImg {
    width: 74.5%;
}

.product-det-page .product-det-1 .left .bigImg a {
    position: relative;
}

.product-det-page .product-det-1 .left .bigImg a:before {
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: var(--color);
    background-image: url("../images/icon-zoom.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 3%;
    right: 3%;
}

.product-det-page .product-det-1 .right {
    width: 44%;
    padding-left: 3.5%;
    vertical-align: middle;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.product-det-page .product-det-1 .right h1 {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.6;
    display: block;
}

.product-det-page .product-det-1 .right .text {
    margin: 2em 0 3em;
    line-height: 1.8;
    font-size: 16px;
}

.product-det-page .product-det-1 .right a.more {
    background-color: #f3f3f3;
}

.product-det-page .product-det-2 {
    padding-bottom: 60px;
    position: relative;
}

.product-det-page .product-det-2:before {
    content: '';
    width: 7.03125vw;
    height: 36.61458333vw;
    z-index: -1;
    position: absolute;
    background: url("../images/icon-meiluo2.png") center no-repeat;
    background-size: cover;
    left: 0;
    top: 5%;
}

.product-det-page .product-det-2 .left {
    width: 23%;
    padding-right: 1%;
}

.product-det-page .product-det-2 .left .navList {
    background-color: white;
}

.product-det-page .product-det-2 .left .navList ul {
    font-size: 20px;
    font-weight: 900;
}

.product-det-page .product-det-2 .left .navList ul li span {
    color: white;
    background-color: black;
    padding: 1.1em 2em;
    display: block;
    position: relative;
}

.product-det-page .product-det-2 .left .navList ul li span i.fa {
    position: absolute;
    right: 5%;
    top: 1.3em;
    cursor: pointer;
    cursor: hand;
}

.product-det-page .product-det-2 .left .navList ul li ul {
    padding: .7em 2em;
    font-weight: 500;
    font-size: 110%;
    line-height: 1.2;
}

.product-det-page .product-det-2 .left .navList ul li ul li {
    padding: 1em 0;
}

.product-det-page .product-det-2 .left .navList ul li ul li a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    padding-right: 1em;
    position: relative;
}

.product-det-page .product-det-2 .left .navList ul li ul li a:hover {
    color: var(--color);
}

.product-det-page .product-det-2 .left .navList ul li ul li a i.fa {
    position: absolute;
    top: 0;
    right: 0;
}

.product-det-page .product-det-2 .left .navList ul li ul ul {
    padding: .5em 0 .5em 1em;
    font-size: 75%;
    font-weight: normal;
    display: none;
}

.product-det-page .product-det-2 .left .navList ul li ul ul li {
    padding: .5em 0;
}

.product-det-page .product-det-2 .left .navList ul li ul ul li a {
    padding-right: 0;
}

.product-det-page .product-det-2 .right {
    width: 77%;
}

.product-det-page .product-det-2 .right .prodet-content {
    max-width: 1250px;
}

.product-det-page .product-det-2 .right .prodet-content span.h3 {
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2;
    display: block;
    position: relative;
}

.product-det-page .product-det-2 .right .prodet-content span.h3:before {
    content: '';
    width: 2.66666667em;
    height: 3.19444444em;
    background: url("../images/icon-5-bg.png") center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-20%, -30%);
    -moz-transform: translate(-20%, -30%);
    -ms-transform: translate(-20%, -30%);
    transform: translate(-20%, -30%);
    z-index: -1;
}

.product-det-page .product-det-2 .right .prodet-content .pdl {
    padding-left: 5% !important;
}

.product-det-page .product-det-2 .right .prodet-content .pdr {
    padding-right: 5% !important;
}

.product-det-page .product-det-2 .right .prodet-content .logo {
    float: right;
}

.product-det-page .product-det-2 .right .prodet-content span.tag {
    margin-bottom: 3.5em;
}

.product-det-page .product-det-2 .right .prodet-content .table {
    font-size: 20px;
}

.product-det-page .product-det-2 .right .prodet-content table {
    font-weight: 300;
    line-height: 2;
    margin: -10px !important;
    width: auto !important;
}

.product-det-page .product-det-2 .right .prodet-content table em {
    font-weight: normal;
}

.product-det-page .product-det-2 .right .prodet-content table strong {
    color: var(--color);
    font-size: 1.2em;
    font-weight: 500;
    display: block;
}

.product-det-page .product-det-2 .right .prodet-content table tr {
    background-color: transparent !important;
}

.product-det-page .product-det-2 .right .prodet-content table tr td {
    border: none !important;
    padding: 10px !important;
    vertical-align: top;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 {
    padding: 100px 0 120px;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .logo {
    float: none;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
    font-size: 47px;
    margin-top: 1.5em;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3:before {
    display: none;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 {
    padding-bottom: 25%;
    width: 100%;
    padding-right: 50%;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    margin-top: 30px;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title {
    font-size: 36px;
    font-weight: 900;
    display: block;
    color: var(--color);
    text-transform: uppercase;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title:before {
    content: '';
    width: 3em;
    height: 2px;
    background-color: var(--color);
    margin-right: .5em;
    display: inline-block;
    vertical-align: middle;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text {
    font-size: 20px;
    margin: 2em 0 3em;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul {
    margin: -30px -20px;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li {
    padding: 30px 20px;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 50px;
    text-align: center;
    margin-right: .5em;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i:before {
    content: '';
    width: 3.18181818em;
    height: 3.54545455em;
    background: url("../images/icon-5-bg.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 40%;
    -webkit-transform: translate(-20%, -50%);
    -moz-transform: translate(-20%, -50%);
    -ms-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
    z-index: -1;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text {
    margin-top: 2em;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text p {
    margin-bottom: 3em;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text img {
    display: block;
    margin: 0 auto;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 {
    padding-top: 90px;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table {
    margin-top: 6em;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table {
    margin-top: 1.5em !important;
    display: block;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table td[colspan="6"] {
    padding-bottom: 0 !important;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table td[colspan="6"] strong {
    line-height: 1;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 {
    padding-top: 120px;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table {
    margin-top: 3em;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table table {
    margin: -5px !important;
    margin-bottom: 2.5em !important;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table table td {
    padding: 5px !important;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table img {
    display: block;
    margin-left: auto;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-5 {
    padding-top: 120px;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text {
    margin-top: 1.5em;
    font-size: 22px;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 {
    padding: 90px 0 150px;
    background-color: #f3f3f3;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text {
    font-weight: normal;
    font-size: 22px;
    margin-top: 5em;
    background-image: url("../images/prodet-content-6-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    color: white;
    line-height: 1.2;
    padding: 1em 0;
    position: relative;
    z-index: 1;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text:after {
    content: '';
    width: 42%;
    left: 27%;
    top: -5%;
    border-radius: inherit;
    background-color: var(--color);
    z-index: -1;
    position: absolute;
    height: 110%;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text hr {
    border: none;
    border-top: 1px solid #080808;
    border-bottom: 2px solid #323134;
    display: block;
    margin: 1em 0;
    width: 100%;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img {
    height: 165px;
    margin-bottom: 1.5em;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img img {
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table {
    text-align: center;
    margin: 0 !important;
    line-height: inherit;
    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;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table p {
    width: 100%;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table tr {
    width: 100% !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td {
    vertical-align: bottom;
    padding: 0 2% !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(1) {
    width: 27% !important;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(2) {
    width: 42% !important;
    padding: 0 3% !important;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(2) hr {
    border-top-color: #db8204;
    border-bottom-color: #f3ac48;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(3) {
    width: 31% !important;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(3) .img img {
    max-height: 85%;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-7 {
    padding-top: 90px;
    text-align: center;
    background: #e9e9e9;
    background: -webkit-linear-gradient(340deg, #e9e9e9, #e1e1e1);
    background: -moz-linear-gradient(340deg, #e9e9e9, #e1e1e1);
    background: linear-gradient(110deg, #e9e9e9, #e1e1e1);
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-7 span.h3 {
    margin-bottom: 2em;
    display: inline-block;
    z-index: 1;
    line-height: 1.4;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 {
    text-align: center;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-8.txt-center {
    text-align: center !important;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 span.h3 {
    margin-bottom: 2em;
    display: inline-block;
    z-index: 1;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList {
    overflow: hidden;
    text-align: left;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul {
    margin: 0 -60px;
}

.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul li {
    padding: 0 60px;
}

.product-det2-page {
    padding: 100px 0;
}

.product-det2-page .product-det2-1 .left {
    width: 45%;
    padding-right: 5%;
}

.product-det2-page .product-det2-1 .left a {
    display: block;
    padding: 10%;
    border: 1px solid #bebebe;
    border-radius: 10px;
}

.product-det2-page .product-det2-1 .left ul {
    margin: -15px;
}

.product-det2-page .product-det2-1 .left ul li {
    padding: 15px;
}

.product-det2-page .product-det2-1 .left .smallImg {
    padding-top: 30px;
}

.product-det2-page .product-det2-1 .left .smallImg .slick-current a {
    border-color: var(--color);
}

.product-det2-page .product-det2-1 .left .bigImg a {
    position: relative;
}

/*.product-det2-page .product-det2-1 .left .bigImg a:before {
    content: '';
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: var(--color);
    background-image: url("../images/icon-zoom.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 45% auto;
    position: absolute;
    top: 3%;
    right: 3%;
}*/

.product-det2-page .product-det2-1 .right {
    width: 55%;
}

.product-det2-page .product-det2-1 .right h1 {
    font-weight: 700;
    font-size: 40px;
    color: #120c0b;
    line-height: 1.4;
    display: block;
    text-transform: uppercase;
}

.product-det2-page .product-det2-1 .right .text {
    font-size: 18px;
    line-height: 34px;
    margin: 2em 0 2em;
}

.product-det2-page .product-det2-1 .right a.more {
    color: white;
}

.product-det2-page .product-det2-2 span.h3 {
    color: #120c0b;
    line-height: 1.2;
    display: block;
    margin-bottom: 1.5em;
    text-transform: uppercase;
}

.product-det2-page .m-link {
    margin-top: 30px;
}

.product-det2-page .m-link a {
    display: inline-block;
    line-height: 32px;
    padding: 8px 25px;
    font-size: 18px;
    color: #000;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.product-det2-page .m-link a:hover {
    background: var(--color);
    color: white;
}

.product-det2-page .prodet-22 {
    padding-top: 50px;
}

.product-det2-page .prodet-22 ul.options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.product-det2-page .prodet-22 ul.options li {
    font-size: 18px;
    padding: 10px 20px;
    line-height: 32px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

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

.product-det2-page .prodet-22 .content {
    margin-top: 30px;
}

.product-det2-page .prodet-22 .content .det {
    color: #757575;
    font-size: 18px;
    line-height: 34px;
}

.product-det2-page .prodet-22 .content .det.active {
    display: block;
}

.product-det2-page .prodet-22 .content .det .det2.pr {
    display: inline-block;
}

.service-page .service-1 {
    padding-top: 100px;
    padding-bottom: 60px;
}

.service-page .service-1 .left {
    vertical-align: middle;
}

.service-page .service-1 .left .img {}

.service-page .service-1 .left .img video {
    display: block;
    width: 100%;
}

.service-page .service-1 .right {
    vertical-align: middle;
    padding-left: 5%;
}

.service-page .service-1 .right span.h2 {
    margin: .5em 0;
}

.service-page .service-1 .right span.h2 em {
    font-size: 0.875em;
}

.service-page .service-1 .right a.more {
    background-color: #f3f3f3;
    margin-top: 2em;
}

.service-page .service-2 {
    padding: 80px 0 80px;
    text-align: center;
}

.service-page .service-2 .text {
    font-size: 18px !important;
    line-height: 32px;
}

.service-page .service-2 .list {
    margin-top: 80px;
}

.service-page .service-2 .list ul {
    margin: -13px;
}

.service-page .service-2 .list ul li {
    padding: 13px;
    text-align: left;
}

.service-page .service-2 .list ul li span.num {
    font-size: 50px;
    font-weight: 900;
    color: var(--color);
    display: block;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
}

.service-page .service-2 .list ul li span.num:after {
    content: '';
    width: 100%;
    background-color: black;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-left: .5em;
    margin-top: -0.2em;
}

.service-page .service-2 .list ul li span.h6 {
    font-weight: 500;
    font-size: 24px;
    color: #120c0b;
    margin: .5em 0;
    display: block;
    line-height: 1.2;
}

.service-page .service-2 .list ul li .text {
    line-height: 2;
}

.service-page .service-2 .list ul li:last-child span.num:after {
    display: none;
}

.service-page .service-3 {
    padding: 130px 0 90px;
    text-align: center;
    color: white;
    background-image: url("../images/service-3-bg.jpg");
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.service-page .service-3 span.h2 {
    margin-bottom: 1.2em;
}

.service-page .service-3 a.more {
    color: #fff;
}

.service-page .service-3 a.more:hover {
    color: white;
}

.service-page .service-4 {
    padding: 60px 0;
    background-color: var(--color);
    color: white;
    text-align: center;
}

.service-page .service-4 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.service-page .service-4 ul li {
    padding: 5px;
    border-right: 1px solid white;
}

.service-page .service-4 ul li span.h6 {
    font-weight: 500;
    font-size: 60px;
    display: block;
    line-height: 1.2;
}

.service-page .service-4 ul li span.h6 sub {
    font-size: 50%;
    vertical-align: baseline;
}

.service-page .service-4 ul li .text {
    color: inherit;
    margin-top: .5em;
}

.service-page .service-4 ul li:last-child {
    border-right: none;
}

.download-page {
    padding: 100px 0;
}

.download-page .downloadList ul {
    margin: -45px -13px;
}

.download-page .downloadList ul li {
    padding: 45px 13px;
}

.download-page .downloadList ul li a.img-box {
    display: block;
}

.download-page .downloadList ul li a.img-box img {
    width: 100%;
}

.download-page .downloadList ul li a.more {
    margin-top: 1.5em;
    background-color: #f3f3f3;
}

.faq-page {
    padding: 100px 0;
}

.faq-page .slideBarRight span.h3 {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    color: #120c0b;
    display: block;
    line-height: 1.2;
}

.faq-page .slideBarRight .faqList {
    font-size: 20px;
    font-weight: normal;
    margin-top: 2em;
}

.faq-page .slideBarRight .faqList li {
    padding: .7em 0;
    line-height: 1.8;
}

.faq-page .slideBarRight .faqList li span.h6 {
    padding: 1em 4em 1em 1.5em;
    -o-box-shadow: 0 0 21px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.07);
    position: relative;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.faq-page .slideBarRight .faqList li span.h6 i.close {
    width: 1.75em;
    height: 1.75em;
    position: absolute;
    top: 1em;
    right: 1.1em;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.faq-page .slideBarRight .faqList li span.h6 i.close:after,
.faq-page .slideBarRight .faqList li span.h6 i.close:before {
    content: '';
    background-color: #e5e5e5;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: .25em;
    -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 .slideBarRight .faqList li span.h6 i.close: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 .slideBarRight .faqList li .text {
    padding: 1em 1.5em 0;
    font-weight: normal;
    color: var(--color);
    display: none;
}

.faq-page .slideBarRight .faqList li.active span.h6 {
    background-color: var(--color);
    color: white;
}

.faq-page .slideBarRight .faqList li.active span.h6 i.close {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.faq-page .slideBarRight .faqList li.active span.h6 i.close:after,
.faq-page .slideBarRight .faqList li.active span.h6 i.close:before {
    background-color: white;
}

.news-page {
    padding: 100px 0;
}

.news-page .newsList ul {
    margin: -40px -20px;
}

.news-page .newsList ul li {
    padding: 40px 20px;
}

.news-page .newsList ul li a.img-box {
    display: block;
}

.news-page .newsList ul li a.img-box img {
    display: block;
    width: 100%;
}

.news-page .newsList ul li hr {
    display: block;
    border: none;
    height: 1px;
    background-color: #bebebe;
    margin: 20px 0;
}

.news-page .newsList ul li time {
    display: block;
    font-size: 18px;
    color: var(--color);
    /*text-transform: uppercase;*/
    line-height: 32px;
}

.news-page .newsList ul li span.h6 {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.4;
    min-height: 4.3em;
    margin: .5em 0;
    display: block;
}

.news-page .newsList ul li .text {
    color: #a1a1a1;
    line-height: 32px;
    margin-bottom: 1em;
}

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

.newdet-page .newsContent a.img-box {
    display: block;
}

.newdet-page .newsContent a.img-box img {
    width: 100%;
}

.newdet-page .newsContent h1 {
    font-weight: 500;
    font-size: 34px;
    line-height: 1.4;
    margin-top: 1em;
    display: block;
}

.newdet-page .newsContent time {
    display: block;
    font-weight: normal;
    font-size: 18px;
    margin: 1em 0;
    line-height: 32px;
    color: var(--color);
}

.newdet-page .newsContent time i {
    color: #bebebe;
    margin: 0 .5em;
}

.newdet-page .newsContent .text {
    color: #a1a1a1;
}

.newdet-page .newsContent hr {
    height: 1px;
    border: none;
    display: block;
    background-color: #bebebe;
    margin: 30px 0;
}

.newdet-page .newsContent .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.newdet-page .newsContent .bottom .m-link {
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
}

.newdet-page .newsContent .bottom .share {
    font-size: 18px;
    white-space: nowrap;
    line-height: 32px;
}

.newdet-page .newsContent .bottom .share span {
    color: #120c0b;
    font-weight: 500;
}

.newdet-page .newsContent .bottom .share a {
    margin-left: .5em;
    color: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.newdet-page .newsContent .bottom .share a:hover {
    color: #120c0b;
}

.newdet-page .prodet-product-link span.h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 1.5em;
    display: block;
}

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

.contact-page:after {
    content: '';
    width: 7.03125vw;
    height: 36.61458333vw;
    z-index: -1;
    position: absolute;
    background: url("../images/icon-meiluo2.png") center no-repeat;
    background-size: cover;
    right: 0;
    top: 5%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.contact-page .box .left {
    padding-right: 5%;
}

.contact-page .box .left .text {
    margin: 1em 0 1.5em;
}

.contact-page .box .left .form ul {
    margin: -13px -10px;
}

.contact-page .box .left .form ul li {
    padding: 13px 10px;
}

.contact-page .box .left .form ul li input {
    display: block;
    border: none;
    border-bottom: 1px solid #a1a1a1;
    font-size: 16px;
    font-weight: normal;
    color: #120c0b;
    padding: .5em 0;
    line-height: 30px;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

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

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

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

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

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

.contact-page .box .left .form ul li input:focus {
    border-color: var(--color);
}

.contact-page .box .left .form ul li.mt {
    margin-top: 2em;
}

.contact-page .box .left .form ul li a.more {
    margin-top: 1em;
    background-color: #f3f3f3;
}

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

.contact-page .box .right {
    padding-left: 10%;
}

.contact-page .box .right span.h3 {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.4;
}

.contact-page .box .right span.h3 em {
    color: var(--color);
}

.contact-page .box .right .text {
    margin-top: 1em;
}

.contact-page .box .right .info {
    font-size: 18px;
    color: #120c0b;
    font-weight: 300;
    margin: 2em 0 3em;
}

.contact-page .box .right .info li {
    margin-bottom: .8em;
}

.contact-page .box .right .info li:last-child {
    margin-bottom: 0;
}

.contact-page .box .right .info li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 2;
}

.contact-page .box .right .info li a i {
    width: 1.5em;
    text-align: center;
    height: 1.6em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: .5em;
    color: var(--color);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.contact-page .box .right .info li a i img {
    display: block;
    margin: 0 auto;
}

.contact-page .box .right .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-page .box .right .share a {
    font-size: 20px;
    width: 2em;
    height: 2em;
    border-radius: 100%;
    border: 1px solid var(--color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1em;
    color: #120c0b;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.contact-page .box .right .share a:hover {
    color: white;
    background-color: var(--color);
}

.contact-page .map {
    height: 500px;
    margin-top: 100px;
    background-color: #eee;
}

.contact-page .map iframe {
    height: 100%;
    width: 100%;
    display: block;
}

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

    .inner-banner .mbx,
    .about-page .about-2 .numList ul li p,
    .contact-page .box .right .info,
    .history-page .cursor span,
    .newdet-page .newsContent time,
    .newdet-page .newsContent .bottom .m-link,
    .newdet-page .newsContent .bottom .share,
    .news-page .newsList ul li time {
        font-size: 16px;
        line-height: 30px;
    }

    .product-list-page {
        padding: 80px 0 0;
    }

    .about-page .about-1,
    .culture-page .culture-1,
    .history-page,
    .product-yd-page,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-3,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-4,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-5,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-7,
    .service-page .service-1 {
        padding-top: 80px;
    }

    .about-page .about-2,
    .chainList,
    .contact-page,
    .culture-page .culture-2,
    .download-page,
    .factory-page,
    .faq-page,
    .newdet-page,
    .news-page,
    .product-det-page .product-det-1,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
    .product-det2-page,
    .service-page .service-2,
    .service-page .service-3 {
        padding: 80px 0;
    }

    #index-body .init-3 {
        padding: 100px 0;
    }

    #index-body .init-3 .list ul li .text,
    #index-body .init-4 .top .right .list li {
        font-size: 18px;
    }

    #index-body .init-3 .list ul li span.year {
        font-size: 20px;
    }

    .about-page .about-1 .img {
        height: 400px;
        margin-top: 40px;
    }

    .about-page .about-1 .img .play {
        width: 80px;
    }

    .about-page .about-2 .box .left hr {
        margin: 30px 0;
    }

    .about-page .about-2 .box .right .list ul li,
    .chainList .bottom .list ul li,
    .culture-page .culture-2 .list ul li,
    .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
    .factory-page .bottom .list ul li span.h6,
    .product-det-page .product-det-1 .right h1,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text,
    .service-page .service-2 .list ul li span.h6,
    .inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title {
        font-size: 20px;
        line-height: 36px;
    }

    .about-page .about-2 .numList ul li span.h6,
    .service-page .service-4 ul li span.h6 {
        font-size: 48px;
    }

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

    .about-page .about-3 {
        padding: 30px 0;
    }

    .about-page .about-4 .right .map {
        width: 100%;
        margin: 0;
    }

    .about-page .about-4 .left .list,
    .culture-page .culture-2 .list,
    .chainList .bottom,
    .inner-page .m-page,
    .inner-page .prodet-product-link .dotsBox {
        margin-top: 50px;
    }

    .about-page .about-4 .left .list ul li {
        font-size: 14px;
    }

    .contact-page .map {
        margin-top: 60px;
    }

    .culture-page .culture-2 .list ul li span.h6 {
        margin: .5em 0;
    }

    .inner-page .slideBarBox .slideBarLeft .border.search,
    .inner-page .slideBarBox .slideBarLeft .border.nav span.h6,
    .inner-page .slideBarBox .slideBarLeft .border.hot,
    .inner-page .slideBarBox .slideBarLeft .border.mail {
        padding: 20px;
    }

    .inner-page .slideBarBox .slideBarLeft .border.img {
        padding: 35px 20px;
    }

    .inner-page .slideBarBox .slideBarLeft .border span.h6 {
        font-size: 24px;
        line-height: 44px;

    }

    .download-page .downloadList ul li {
        padding: 15px 5px;
    }

    .download-page .downloadList ul {
        margin: -15px -5px;
    }

    .inner-page .m-page a,
    .inner-page .m-page span,
    .inner-page .prodet-product-link .dotsBox .prev,
    .inner-page .prodet-product-link .dotsBox .next,
    .inner-page .prodet-product-link .dotsBox button {
        font-size: 16px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        margin: 0 10px;
    }

    .factory-page .bottom .list {
        margin: 50px 0;
    }

    .TopTitle .right .list ul li,
    .faq-page .slideBarRight .faqList {
        font-size: 18px;
    }

    .factory-page .bottom .list ul li,
    .news-page .newsList ul li {
        padding: 10px;
    }

    .factory-page .bottom .list ul,
    .news-page .newsList ul {
        margin: -10px;
    }

    .history-page .cursor {
        padding: 10px 0;
    }

    .history-page .cursor {
        position: static;
        display: none;
    }

    .newdet-page .newsContent h1 {
        font-size: 32px;
    }

    .product-yd-page .bottom .slide {
        padding: 50px 0;
    }

    .product-det-page .product-det-2 .left .navList ul {
        font-size: 18px;
    }

    .product-det-page .product-det-2 .left .navList ul li ul {
        font-size: 100%;
    }

    .product-det-page .product-det-2 .left .navList ul li ul li {
        padding: .7em 0;
    }

    .product-det-page .product-det-2 .right .prodet-content {
        max-width: 1080px;
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 {
        padding: 60px 0;
        padding-left: 5%;
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .logo img {
        max-height: 100px;
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
        font-size: 36px;
        margin-top: 1em;
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title,
    .product-det-page .product-det-2 .right .prodet-content span.h3,
    .product-det2-page .product-det2-1 .right h1 {
        font-size: 28px;
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table,
    .product-det-page .product-det-2 .right .prodet-content .table {
        font-size: 18px;
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li {
        padding: 20px 15px;
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul {
        margin: -20px -15px;
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table {
        margin-top: 4em;
    }

    .product-det-page .product-det-2 .right .prodet-content .logo img {
        max-height: 40px;
    }

    .product-det-page .product-det-2 .right .prodet-content span.tag {
        margin-bottom: 3em;
    }

    .product-det2-page .product-det2-1 .right .text {
        margin: 1.5em 0 3em;
    }

    .service-page .service-2 .list ul li span.num {
        font-size: 36px;
    }

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

    .service-page .service-4 {
        padding: 40px 0;
    }

    .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li li a,
    .inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.cat {
        font-size: 16px;
        line-height: 30px;
    }

    .TopTitle .right {
        margin-top: 30px;
    }

    .newdet-page .newsContent h1,
    .newdet-page .prodet-product-link span.h3,
    .faq-page .slideBarRight span.h3,
    .contact-page .box .right span.h3 {
        font-size: 28px;
    }

}

@media screen and (max-width: 1450px) {
    .inner-banner {
        padding: 80px 0;
    }

    .service-page .service-2 .list ul li span.num {
        font-size: 32px;
    }

    .about-page .about-2 .box .right .list ul li,
    .chainList .bottom .list ul li,
    .culture-page .culture-2 .list ul li,
    .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
    .factory-page .bottom .list ul li span.h6,
    .product-det-page .product-det-1 .right h1,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text,
    .service-page .service-2 .list ul li span.h6,
    .inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title,
    .inner-page .slideBarBox .slideBarLeft .border.search,
    .inner-page .slideBarBox .slideBarLeft .border.nav span.h6,
    .inner-page .slideBarBox .slideBarLeft .border.hot,
    .inner-page .slideBarBox .slideBarLeft .border.mail {
        font-size: 18px;
        line-height: 32px;
    }

    .news-page .newsList ul li span.h6 {
        font-size: 22px;
        line-height: 40px;
    }

    .service-page .service-2 .list {
        margin-top: 30px;
    }

    .product-list-page {
        padding: 60px 0 0;
    }

    .about-page .about-1,
    .culture-page .culture-1,
    .history-page,
    .product-yd-page,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-3,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-4,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-5,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-7,
    .service-page .service-1 {
        padding-top: 60px;
    }

    .about-page .about-2,
    .chainList,
    .contact-page,
    .culture-page .culture-2,
    .download-page,
    .factory-page,
    .faq-page,
    .newdet-page,
    .news-page,
    .product-det-page .product-det-1,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
    .product-det2-page,
    .service-page .service-2,
    .service-page .service-3,
    .about-page .about-4 {
        padding: 60px 0;
    }

    .about-page .about-2 .numList ul li span.h6,
    .service-page .service-4 ul li span.h6 {
        font-size: 36px;
    }

    .about-page .about-2 .box .right .list ul li,
    .chainList .bottom .list ul li,
    .culture-page .culture-2 .list ul li,
    .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
    .factory-page .bottom .list ul li span.h6,
    .product-det-page .product-det-1 .right h1,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text,
    .service-page .service-2 .list ul li span.h6,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table,
    .product-det-page .product-det-2 .right .prodet-content .table {
        font-size: 16px;
    }

    .inner-page .slideBarBox .slideBarLeft .border.img span.phone {
        font-size: 14px;
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title,
    .product-det-page .product-det-2 .right .prodet-content span.h3,
    .product-det2-page .product-det2-1 .right h1,
    .product-yd-page .bottom .slide .right span.h3 {
        font-size: 24px;
    }

    .product-det-page .product-det-2 .left .navList ul,
    .TopTitle .right .list ul li,
    .faq-page .slideBarRight .faqList {
        font-size: 16px;
    }

    .product-list-page .productList ul li,
    .prodet-product-link .productList ul li {
        padding: 10px 5px;
    }

    .product-list-page .productList ul,
    .prodet-product-link .productList ul {
        margin: -10px -5px;
    }

    .TopTitle .right {
        margin-top: 20px;
    }

    .news-page .newsList ul li hr {
        margin: 10px 0;
    }

    .newdet-page .newsContent h1,
    .newdet-page .prodet-product-link span.h3,
    .faq-page .slideBarRight span.h3,
    .contact-page .box .right span.h3 {
        font-size: 24px;
    }

    .history-page .list li .box .left .img {
        height: 200px;
    }

    .contact-page .map {
        height: 400px;
    }

    .contact-page .box .right .info li {
        margin-bottom: .5em;
    }

    .contact-page .box .left .form ul li input {
        font-size: 14px;
        line-height: 2;
    }

    .contact-page .box .left .form ul li.mt {
        margin-top: 1em;
    }

    .contact-page .box .right .info {
        margin: 1.5em 0 2em;
    }

    #index-body .init-3 {
        padding: 60px 0;
    }

    #index-body .init-3 .list ul li .text,
    #index-body .init-4 .top .right .list li {
        font-size: 16px;
    }

    #index-body .init-3 .list {
        /*margin-top: 70px;*/
    }

    #index-body .init-3 .list ul li span.year {
        font-size: 18px;
    }

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

    .about-page .about-4 .left .list,
    .culture-page .culture-2 .list,
    .chainList .bottom,
    .inner-page .m-page,
    .inner-page .prodet-product-link .dotsBox {
        margin-top: 30px;
    }

    .productList ul li .content span.h6 {
        font-size: 18px;
        line-height: 32px;
        min-height: 0 !important;
    }

    .productList ul li .content .text {
        font-size: 16px;
        line-height: 30px;
        /*min-height: 76px;*/
    }
}

@media screen and (max-width: 1250px) {
    span.h2 {
        font-size: 34px !important;
    }

    #index-body .init-3 .list ul li .text {
        font-size: 14px;
    }

    .about-page .about-1 .img {
        height: 320px;
    }

    .about-page .about-2 .box .left {
        padding-right: 10%;
    }

    .about-page .about-2 .box .right .list ul li {
        padding: 10px;
    }

    .about-page .about-2 .box .right .list ul {
        margin: -10px;
    }

    .about-page .about-3 img {
        max-height: 70px;
    }

    .contact-page .box .right {
        padding-left: 5%;
    }

    .newdet-page .newsContent h1,
    .newdet-page .prodet-product-link span.h3,
    .faq-page .slideBarRight span.h3,
    .contact-page .box .right span.h3 {
        font-size: 20px;
        line-height: 36px;
    }

    .contact-page .map {
        height: 300px;
    }

    .culture-page .culture-1 .left {
        padding-right: 5%;
    }

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

    .culture-page .culture-2 .list ul {
        margin: -10px;
    }

    .news-page .newsList ul li span.h6 {
        font-size: 20px;
        line-height: 36px;
    }

    .inner-page .slideBarBox .slideBarLeft {
        display: none;
    }

    .inner-page .slideBarBox .slideBarRight {
        width: 100%;
    }

    .product-det-page .product-det-2 .left .navList ul,
    .TopTitle .right .list ul li,
    .faq-page .slideBarRight .faqList {
        font-size: 14px;
    }

    .TopTitle .right {
        margin-top: 25px;
    }

    .inner-page .prodet-product-link {
        padding-top: 60px;
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title,
    .product-det-page .product-det-2 .right .prodet-content span.h3,
    .product-det2-page .product-det2-1 .right h1,
    .product-yd-page .bottom .slide .right span.h3 {
        font-size: 20px;
    }

    .product-det-page .product-det-2 .right {
        width: 100%;
    }

    .product-det-page .product-det-2 .left {
        display: none;
    }

    .product-det-page .product-det-2 .right .prodet-content {
        max-width: 970px;
        padding: 0 15px;
        display: block;
        margin: 0 auto;
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 {
        padding: 0 0 60px;
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .logo img {
        max-height: 70px;
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
        font-size: 28px;
    }

    .about-page .about-2 .box .right .list ul li,
    .chainList .bottom .list ul li,
    .culture-page .culture-2 .list ul li,
    .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
    .factory-page .bottom .list ul li span.h6,
    .product-det-page .product-det-1 .right h1,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text,
    .service-page .service-2 .list ul li span.h6,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table,
    .product-det-page .product-det-2 .right .prodet-content .table,
    .product-det-page .product-det-1 .right .text,
    .product-det2-page .product-det2-1 .right .text {
        font-size: 14px;
        line-height: 28px;
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img {
        height: 120px;
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul li {
        padding: 0 10px;
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul {
        margin: 0 -10px;
    }

    .about-page .about-2 .numList ul li span.h6,
    .service-page .service-4 ul li span.h6 {
        font-size: 28px;
    }

    .xinwenbiaoti {
        line-height: 1.8;
        min-height: 2.5em;
    }

    .productList ul li:hover a.img-box img {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    .productList ul li:hover .content .text,
    .productList ul li:hover .content span.h6 {
        color: black;
    }

    .productList ul li:hover .content span.h6 {
        border-color: #ececec;
    }
}

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

    .service-page .service-1 .right {
        padding: 0;
        width: 100%;
    }
    .news-page .newsList ul li .text{
        line-height: 30px;
    }
   #index-body .init-2 .profile{
       font-size: 16px!important;
       line-height: 30px!important;
   }
   .seoPublic .Auxil-about .box .right div.h3{
       line-height: 32px;
   }
    .service-page .service-1 .left {
        display: none;
    }

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

    .service-page .service-2 .list ul li:last-child span.num:after {
        display: inline-block;
    }

    .service-page .service-2 .list ul li span.num {
        font-size: 28px;
    }

    .inner-page .m-page a,
    .inner-page .m-page span,
    .inner-page .prodet-product-link .dotsBox .prev,
    .inner-page .prodet-product-link .dotsBox .next,
    .inner-page .prodet-product-link .dotsBox button {
        font-size: 14px;
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .product-det-page .product-det-2 .right .prodet-content {
        max-width: 700px;
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
        font-size: 24px;
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title,
    .product-det-page .product-det-2 .right .prodet-content span.h3,
    .product-det2-page .product-det2-1 .right h1,
    .product-yd-page .bottom .slide .right span.h3 {
        font-size: 18px;
        line-height: 32px;
    }

    .product-list-page .productList ul li {
        width: 50% !important;
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table p img {
        max-height: 24px;
    }

    .product-det2-page .product-det2-1 .left,
    .product-det-page .product-det-1 .right {
        width: 100%;
        padding-right: 0;
    }

    .product-det2-page .product-det2-1 .right,
    .product-det-page .product-det-1 .right {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }

    .TopTitle .right {
        width: 100%;
    }

    .history-page .list li .box .right .line {
        top: 12px;
    }

    .history-page .list {
        margin: 40px 0 30px;
    }

    .history-page .list li .box .right,
    .history-page .list li .box .left {
        padding: 0 4%;
    }

    .history-page .list li .box .right .line {
        width: 6%;
    }

    .history-page .list li .box .left .img {
        height: 140px;
    }

    .history-page .list li {
        padding: 10px 0;
    }

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

    .culture-page .culture-1 .right {
        width: 95%;
        margin-left: 5%;
        margin-top: 20px;
    }

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

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

    .contact-page .map {
        margin-top: 30px;
        height: 240px;
    }

    .contact-page .box .right .share a {
        font-size: 16px;
    }

    .inner-banner .mbx,
    .about-page .about-2 .numList ul li p,
    .contact-page .box .right .info,
    .history-page .cursor span,
    .newdet-page .newsContent time,
    .newdet-page .newsContent .bottom .m-link,
    .newdet-page .newsContent .bottom .share,
    .news-page .newsList ul li time {
        font-size: 14px;
        line-height: 2;
    }

    #index-body .init-3 .list {
        /*margin-top: 40px;*/
    }

    .about-page .about-1 .box .left {
        width: 100%;
        padding-right: 0;
        position: relative;
        top: 0;
    }

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

    .about-page .about-1 .img {
        height: 260px;
    }

    .about-page .about-4 .left .list ul li {
        padding: 4px 0;
        font-size: 14px;
    }

    .about-page .about-2 .numList ul li {
        width: 50%;
        border: none;
        text-align: left;
    }

    .about-page .about-2 .box .left {
        padding-right: 0;
        width: 100%;
        position: relative;
        top: 0;
    }

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

    .about-page .about-2 .box .left hr {
        margin: 10px 0;
    }

    .product-det2-page .m-link a {
        font-size: 16px;
        line-height: 30px;
    }

    .product-det2-page .prodet-22 ul.options {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 700px) {
    .inner-banner {
        padding: 60px 0;
    }

    span.h2 {
        font-weight: 700;
        line-height: 40px !important;
        font-size: 28px !important;
        display: block;
        text-transform: uppercase;
    }

    a.shenlongye {
        display: none !important;
    }

    .seoIndustry.Auxil-industry {
        display: none !important;
    }

    #index-body .init-3 .list ul li span.year {
        font-size: 16px;
        line-height: 30px;
    }

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

    .about-page .about-4 .right {
        width: 100%;
        margin-top: 20px;
    }

    .about-page .about-4 {
        padding-bottom: 0;
    }

    .history-page .list li .box .right,
    .history-page .list li .box .left {
        width: 100%;
        left: 0 !important;
    }

    .history-page .list li .box .right {
        margin-top: 20px;
    }

    .history-page .list li:nth-child(even) .box .right .line {
        left: 0;
        right: auto;
    }

    .history-page .list li:nth-child(even) .box .right .line i {
        left: auto;
        left: 0;
    }

    .history-page .list li:nth-child(even) .box .right {
        direction: ltr;
        text-align: left;
    }

    .history-page .list li:nth-child(even) .box .right .text {
        margin-left: 1.5em;
        margin-right: 0;
    }

    .history-page .list:after {
        left: 0;
    }

    .product-yd-page .bottom .slide .right {
        width: 100%;
        left: 0 !important;
        padding: 0 !important;
        margin-top: 20px;
    }

    .product-yd-page .bottom .slide .left {
        width: 100%;
        left: 0 !important;
        padding: 0 !important;
    }

    .product-yd-page .bottom .slide .left img {
        -webkit-transform: translateY(0) !important;
        -moz-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }

    .product-yd-page .bottom .slide:nth-child(odd):after {
        background-size: 15% auto;
    }

    .product-det-page .product-det-2 .right .prodet-content span.tag {
        margin-bottom: 2em;
    }

    .product-det2-page .product-det2-1 .left,
    .product-det-page .product-det-1 .right {
        width: 100%;
        padding-right: 0;
    }

    .product-det2-page .product-det2-1 .right,
    .product-det-page .product-det-1 .right {
        width: 100%;
        margin-top: 20px;
    }

    .product-det-page .product-det-1 .right {
        padding-left: 0;
    }

    .product-det-page .product-det-1 .left ul li {
        padding: 3px;
    }

    .product-det-page .product-det-1 .left ul {
        margin: -3px;
    }

    .product-det-page .product-det-1 .left .smallImg {
        padding-right: 6px;
    }

    .product-det-page .product-det-1 .left {
        width: 100%;
    }

    .product-det-page .product-det-1 .right {
        width: 100%;
    }

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

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 {
        padding-right: 0;
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list {
        padding-right: 50%;
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul {
        margin: -5px;
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li {
        width: 100%;
        padding: 5px;
    }

    .service-page .service-4 ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .service-page .service-4 ul li {
        width: 100%;
        border: none;
    }

    .about-page .about-2 .numList ul li span.h6,
    .service-page .service-4 ul li span.h6 {
        font-size: 24px;
    }
}

@media screen and (max-width: 500px) {
    .product-list-page {
        padding: 40px 0;
    }

    .about-page .about-1,
    .culture-page .culture-1,
    .history-page,
    .product-yd-page,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-3,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-4,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-5,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-7,
    .service-page .service-1 {
        padding-top: 40px;
    }

    .about-page .about-2,
    .chainList,
    .contact-page,
    .culture-page .culture-2,
    .download-page,
    .factory-page,
    .faq-page,
    .newdet-page,
    .news-page,
    .product-det-page .product-det-1,
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
    .product-det2-page,
    .service-page .service-2,
    .service-page .service-3,
    .about-page .about-4 {
        padding: 40px 0;
    }

    .product-list-page .productList ul li {
        width: 100% !important;
    }

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

    .service-page .service-4 ul li {
        width: 50% !important;
    }

    .chainList .top .right {
        text-align: left;
        margin-top: 10px;
    }

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

    .product-det2-page .product-det2-1 .left ul {
        margin: -5px;
    }

    .product-det2-page .product-det2-1 .left .smallImg {
        padding-top: 10px;
    }

    .product-det2-page .product-det2-1 .right .text {
        max-height: none;
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i {
        width: 30px;
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i img {
        max-height: 30px;
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text {
        margin: 1em 0 1.5em;
    }

    .product-det-page .product-det-2 .right .prodet-content span.tag {
        margin-bottom: 2.5em;
    }

    .product-det-page .product-det-2 .right .prodet-content table tr td {
        display: block;
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text {
        font-size: 12px;
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img {
        height: 90px;
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text:after {
        height: 106%;
        top: -3%;
    }

    .product-yd-page .bottom .slide .right .text {
        max-height: none;
        padding-right: 0;
    }

    .newdet-page .newsContent .bottom {
        display: block;
    }

    .newdet-page .newsContent .bottom .share {
        margin-top: 1em;
    }

    .newdet-page .newsContent hr {
        margin: 15px 0;
    }

    .TopTitle .right .list ul li {
        padding: .2em 1em;
    }

    .download-page .downloadList ul li {
        width: 50% !important;
    }

    span.h2 {
        line-height: 40px !important;
        font-size: 22px !important;
    }
}

.fancybox-image {
    background-color: white !important;
}

.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-1 .wid-50 {
    background-size: 45% auto;
    background-position: right bottom;
    padding-right: 47%;
    padding-bottom: 3%;
}

.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 {
    padding: 90px 0;
    text-align: left;
}

.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list {
    margin-top: 0;
}

.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide {
    margin-bottom: 45px;
    background: #f3f3f3;
    position: relative;
    border-radius: 5px;
}

.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide:last-child {
    margin-bottom: 0;
}

.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide .img {
    vertical-align: middle;
    position: relative;
}

.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide .img img {
    width: 100%;
}

.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide .content {
    padding: 0 3%;
    vertical-align: middle;
    position: relative;
}

.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide .content span.h6 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: .5em;
    display: block;
}

.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide .content .text {}

.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide span.num {
    font-size: 30px;
    font-weight: 900;
    line-height: 2em;
    height: 2em;
    padding: 0 .5em;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: white;
    position: absolute;
    top: 0;
    right: 3%;
    background-color: var(--color);
    min-width: 2em;
    text-align: center;
}

.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide:nth-child(even) .img {
    left: 50%;
}

.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide:nth-child(even) .content {
    left: -50%;
}

.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide:nth-child(even) span.num {
    left: 3%;
    right: auto;
}

.product-det-page .product-det-2 .right .prodet-content .table2 {
    font-size: 20px;
    margin-top: 3em;
    line-height: 1.8;
    color: #120c0b;
}

.product-det-page .product-det-2 .right .prodet-content .table2 strong {
    font-weight: 600;
    margin-bottom: .5em;
}

.product-det-page .product-det-2 .right .prodet-content .table2 em {
    font-weight: 500;
}

.product-det-page .product-det-2 .right .prodet-content .table2 table,
.product-det-page .product-det-2 .right .prodet-content .table2 table td {
    border: none;
}

.product-det-page .product-det-2 .right .prodet-content .table2 table {
    margin: -25px !important;
}

.product-det-page .product-det-2 .right .prodet-content .table2 table tbody {
    table-layout: fixed;
}

.product-det-page .product-det-2 .right .prodet-content .table2 table td {
    padding: 25px !important;
}

.product-det-page .product-det-2 .right .prodet-content .table2 table table {
    margin: 0 !important;
    font-weight: 400;
    text-align: center;
    font-size: .8em;
}

.product-det-page .product-det-2 .right .prodet-content .table2 table table td {
    padding: .5em !important;
}

.product-det-page .product-det-2 .right .prodet-content .table2 table table tr {
    border-bottom: 1px solid #dcdcdc;
}

.product-det-page .product-det-2 .right .prodet-content .table2 table table tr:first-child {
    background-color: #f3f3f3 !important;
    border-bottom: none !important
}

.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 {
    padding: 60px 0 100px;
    background-color: #f3f3f3;
}

.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list {
    margin-top: 60px;
}

.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul {
    margin: -20px -40px;
}

.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li {
    padding: 20px 40px;
}

.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box {
    border-radius: 6px;
    background: white;
    overflow: hidden;
    position: relative;
}

.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box a.img2 {
    position: absolute;
    right: 5%;
    bottom: 3%;
    max-width: 55%;
}

.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box a.img-box {
    height: 270px;
    background-size: cover;
    background-position: center center;
    display: block;
    position: relative;
}

.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box a.img-box span {
    height: 60%;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    background: white;
    position: absolute;
    right: 6%;
    top: 10%;
}

.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box a.img-box span img {
    max-height: 100%;
    width: auto;
    max-width: none;
}

.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box .content {
    padding: 25px 35px;
}

.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box .content span.h6 {
    font-size: 30px;
    font-weight: 600;
    display: block;
    line-height: 1.2;
    margin-bottom: .5em;
}

.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box .content a.more {
    font-size: 14px;
    line-height: 2.5em;
    height: 2.5em;
    padding: 0 1em 0 1.5em;
    /*border-left-width: .4em;*/
}

.product-det-page .product-det-2 .right .prodet-content.krs .table table tbody {
    table-layout: fixed;
}

.product-det-page .product-det-2 .right .prodet-content.krs .table2 table tbody table {
    font-size: inherit;
    text-align: left;
}

.product-det-page .product-det-2 .right .prodet-content.krs .table2 table tbody table tr {
    border: none;
}

.product-det-page .product-det-2 .right .prodet-content.krs .table2 table tbody hr {
    margin: 0;
    margin-bottom: 1em;
    border: none;
    height: 1px;
    display: block;
    width: 100%;
    background: #dcdcdc;
}

.product-det-page .product-det-2 .right .prodet-content.krs .table2 table tbody table td {
    padding: 0 .5em 0 0 !important;
}

.product-det-page .product-det-2 .right .prodet-content.fps1.krs .prodet-content-1 .wid-50 {
    background-size: 40% auto;
    padding-right: 50%;
}



.seoPublic .Auxil-about .box .left .img img {
    border-radius: 20px;
}





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

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

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

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

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

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

.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: 700px) {
    .seoPublic .Auxil-related .list ul {
        margin: -12px -8px;
    }

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


.project-page {
    padding-top: 80px;
}

.project-page .container {
    overflow: visible;
}

.project-page .container .nav_left {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    width: 320px;
    background-color: #f3f3f4;
    padding: 40px 20px;
    overflow: hidden;
}

.project-page .container .nav_left .tips {
    font-weight: 600;
}

.project-page .container .nav_left .list_cont {
    margin-top: 35px;
}

.project-page .container .nav_left .list_cont .title {

    border-bottom: 1px solid #cccdce;
    padding-bottom: 12px;
}

.project-page .container .nav_left .list_cont ul {
    padding-top: 10px;
}

.project-page .container .nav_left .list_cont ul li {
    margin-top: 14px;
}

.project-page .container .nav_left .list_cont ul li a span {
    margin-right: 10px;
}

.project-page .container .nav_left .list_cont ul li a:hover {
    color: var(--color);
}

.project-page .container .nav_right {
    width: -webkit-calc(-220%);
    width: -moz-calc(-220%);
    width: calc(100% - 320px);
    padding-left: 40px;
}

.project-page .container .nav_right ul li .box {
    padding: 30px 0;
    border-top: 1px solid #cccdce;
    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;
}

.project-page .container .nav_right ul li .box .left {
    width: 52%;
}

.project-page .container .nav_right ul li .box .left .title {
    font-weight: bold;
    display: block;
    font-size: 48px;
    text-transform: uppercase;
}

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

.project-page .container .nav_right ul li .box .left .cont {
    color: #757575;
    margin-top: 36px;
}

.project-page .container .nav_right ul li .box .left .des {
    overflow: hidden;
}

.project-page .container .nav_right ul li .box .left .more2 {
    margin-top: 36px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

}

.project-page .container .nav_right ul li .box .left .more2 .img_c {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--color);
    margin-left: 20px;
}

.project-page .container .nav_right ul li .box .left .more2 .img_c img {
    width: 10px;
}

.project-page .container .nav_right ul li .box .left .more2:hover {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.project-page .container .nav_right ul li .box .right {
    margin-left: auto;
    width: 41%;
}

.project-page .container .nav_right ul li .box .right img {
    width: 100%;
}

@media (max-width: 1250px) {
    .project-page .container .nav_left {
        display: none;
    }

    .project-page .container .nav_right {
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 1000px) {
    .project-page .container .nav_right ul li .box .left {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 30px;
    }
   .seoPublic .Auxil-about .box .right .text{
       line-height: 2;
   }
    .project-page .container .nav_right ul li .box .right {
        width: 100%;
        padding: 20px 10px;
    }

    .project-page .container .nav_right ul li .box .left .title {
        font-size: 36px;
    }
}

@media (max-width: 500px) {
    .project-page .container .nav_right ul li .box .left .title {
        font-size: 28px;
    }
}

.design-page {
    padding: 90px 0;
}

.design-page .init-1 .container .tip_title {
    text-align: center;
    font-weight: bold;
}

.design-page .init-1 .container .tip_des {
    color: #747474;
    max-width: 880px;
    text-align: center;
    margin: 20px auto 0;
    line-height: 2;
}

.design-page .init-1 .container .list_cont {
    margin-top: 40px;
    margin: 40px -40px 0;
}

.design-page .init-1 .container .list_cont .list {
    padding: 0 40px;
    margin-top: 40px;
}

.design-page .init-1 .container .list_cont .list .list_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.design-page .init-1 .container .list_cont .list .list_2 .left {
    line-height: 1;
    font-size: 40px;
    font-weight: bold;
    min-width: 80px;
    margin-right: 10px;
}

.design-page .init-1 .container .list_cont .list .list_2 .left .sub {
    margin-left: -8px;
}

.design-page .init-1 .container .list_cont .list .list_2 .right .title {
    font-size: 20px;
    font-weight: 500;
}

.design-page .init-1 .container .list_cont .list .list_2 .right .des {
    color: #2c2c2c;
    margin-top: 10px;
    line-height: 2;
}

.design-page .init-1 .container .list_cont .list:nth-child(2) .left {
    min-width: 110px;
}

.design-page .init-2 .container>.box {
    background-color: #fafafa;
}

.design-page .init-2 .container .left {
    vertical-align: middle;
}

.design-page .init-2 .container .left img {
    display: block;
    width: 100%;
}

.design-page .init-2 .container .right {
    background-color: #fafafa;
    vertical-align: middle;
    padding: 60px;
}

.design-page .init-2 .container .right .tips {

    color: #757575;


}

.design-page .init-2 .container .right .title_2 {
    margin-top: 10px;
    font-weight: bold;
    color: var(--color);
    text-transform: uppercase;
    max-width: 480px;
}

.design-page .init-2 .container .right .index_line {
    height: 4px;
    margin: 10px 0 18px 0;
    width: 124px;
    background-color: #000;
}

.design-page .init-2 .container .right .des {
    color: #747474;
    margin-top: 30px;
    line-height: 2;
}

.design-page .init-3 .container .tip_title {
    font-weight: bold;
    text-align: center;
}

.design-page .init-3 .container .index_line {
    height: 5px;
    margin: 10px auto 0;
}

.design-page .init-3 .container .content {
    margin: 40px -8px 0;
}

.design-page .init-3 .container .content .slick li {
    padding: 0 8px;
}

.design-page .init-3 .container .content .slick li .box a {
    display: block;
    text-align: center;
}

.design-page .init-3 .container .content .slick li .box a img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.design-page .init-3 .container .content .slick li .box .text {
    margin-top: 16px;
    font-weight: 300;
}

.design-page .init-4 {
    padding: 90px 0;
    background-color: #fafafa;
}

.design-page .init-4 .container .left {
    vertical-align: middle;
    width: 500px;
}

.design-page .init-4 .container .left .title {
    font-weight: bold;
}

.design-page .init-4 .container .left .des {
    margin-top: 10px;
    color: #747474;
    line-height: 1.8;
    padding-right: 40px;
}

.design-page .init-4 .container .left .more_c {
    margin-top: 20px;
}

.design-page .init-4 .container .left .more_c .more {
    width: 50px;
    height: 50px;
    padding: 0;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    margin-right: 4px;
    background-color: #000;
}

.design-page .init-4 .container .left .more_c .more::before {
    background-color: var(--color);
}

.design-page .init-4 .container .right {
    vertical-align: middle;
    width: -webkit-calc(-400%);
    width: -moz-calc(-400%);
    width: calc(100% - 500px);
}

.design-page .init-4 .container .right .slick li {
    padding: 0 14px;
}

.design-page .init-4 .container .right .slick li .box .img {
    display: block;
}

.design-page .init-4 .container .right .slick li .box .img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.design-page .init-5 {
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 0 190px 0;
    text-align: right;
}

.design-page .init-5 .container .title {
    font-weight: bold;
}

.design-page .init-5 .container .index_line {
    height: 5px;
    margin: 20px 0 0 auto;
}

.design-page .init-5 .container .des {
    max-width: 620px;
    margin: 20px 0 0 auto;
    line-height: 2;
    color: #747474;
    font-weight: 300;
}

.design-page .init-5 .container .more_c .more {
    margin-top: 40px;
    margin-right: 4px;
    display: inline-block;
    padding: 12px 40px;
    font-weight: 300;
    font-style: italic;
    background-color: #fff;
    color: var(--color);
    text-transform: uppercase;
}

.design-page .init-5 .container .more_c .more:hover {
    color: #ffffff;
}

.design-page .init-6 .container {
    text-align: center;
}

.design-page .init-6 .container .tips {
    font-weight: bold;
}

.design-page .init-6 .container .des {
    max-width: 1200px;
    color: rgba(0, 0, 0, 0.8);
    margin: 20px auto 0;
    text-align: justify;
}

.design-page .init-7 .container .tips_title {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.design-page .init-7 .container .content {
    margin-top: 40px;
}

.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box a {
    display: block;
}

.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .img {
    background-color: #f2f2f2;
    /*padding: 40px 60px;*/
}

.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .img img {
    width: 100%;
}

.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .title {
    margin-top: 24px;

}

.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .title:hover {
    color: var(--color);
}

.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more2 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 20px;
}

.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more2 .img_c {
    margin-left: 18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--color);
}

.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more2 .img_c img {
    width: 10px;
}

.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more2:hover {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

@media (max-width: 1000px) {
    .design-page .init-2 .container .left {
        width: 100%;
    }

    .design-page .init-2 .container .right {
        width: 100%;
        padding: 20px 0;
    }
    .seoPublic .Auxil-news .list ul li .content div.h6{
        line-height: 32px;
    }
    .seoPublic .Auxil-news .list ul li .content time{
        line-height: 2;
    }
    .seoPublic .Auxil-news .list ul li .content p{
        line-height: 2;
    }
    .design-page .init-2 .container .right .title_2 {
        max-width: 100%;
    }

    .design-page .init-2 .container .right .index_line {
        display: none;
    }

    .design-page .init-2 .container .right .des {
        margin-top: 20px;
    }

    .design-page .init-4 {
        padding: 40px 0;
    }

    .design-page .init-4 .container .left {
        width: 100%;
    }

    .design-page .init-4 .container .right {
        width: 100%;
        margin-top: 40px;
    }

    .design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more {
        margin-top: 20px;
    }
}

#Pop_UpsBtn {
    right: 25px !important;
    bottom: 110px !important;
}

h1.shenlongh1 {
    Display: inline;
}


.about-page .service-3 .header {
    text-align: center;
}

.about-page .service-3 .header .title {
    color: #030303;
    line-height: 1;
    font-weight: bold;
    margin-top: 5px;
}

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

.about-page .service-3 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
}

.about-page .service-3 .content ul li {
    padding-right: 20px;
    width: 25%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

.about-page .service-3 .content ul li .ig {
    border: solid 1px var(--color);
    border-radius: 20px;
    padding: 30px 20px 30px 20px;
    height: 383px;
}

.about-page .service-3 .content ul li .ig i {
    display: block;
}

.about-page .service-3 .content ul li .ig .tit {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.6;
    /*margin-top: 30px;*/
    padding-bottom: 20px;
}

.font-18 {
    line-height: 32px;
}

.about-page .service-3 .content ul li .ig .con {
    font-size: 20px;
    line-height: 1.8;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    -moz-transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -moz-transform 0.4s ease-out;
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -moz-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    max-height: 200px;
    overflow: auto;
}

.about-page .service-3 .content ul li .ig .num {
    position: absolute;
    bottom: 30px;
    right: 35px;
    line-height: 30px;
    font-size: 16px;
    color: #030303;
    font-weight: 500;
}

.about-page .service-3 .content ul li.active {
    width: 50%;
}

.about-page .service-3 .content ul li.active .con {
    opacity: .65;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

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

    .about-page .service-3 .content ul li .ig {
        padding: 40px 30px 30px;
    }

    .about-page .service-3 .content ul li .ig .tit {
        font-size: 32px;
    }
}

@media screen and (max-width: 1280px) {
    .about-page .service-3 .content ul li .ig {
        padding: 40px 20px 30px;
    }

    .about-page .service-3 .content ul li .ig .tit {
        font-size: 28px;
    }
}

@media screen and (max-width: 1100px) {
    .about-page .service-3 .content ul li .ig .tit {
        font-size: 24px;
    }
}

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

    .about-page .service-3 .content ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -10px;
    }
    .seoPublic .Auxil-form .form ul li input{
        line-height: 2;
    }
    .font-24{
        font-size: 20px!important;
        line-height: 36px!important;
    }

    .about-page .service-3 .content ul li {
        width: 50%;
        margin-bottom: 10px;
    }

    .about-page .service-3 .content ul li.active {
        width: 50%;
    }

    .about-page .service-3 .content ul li .ig .con {
        opacity: .65;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .about-page .service-3 .content ul li .ig {
        padding: 30px 20px 20px;
    }

    .about-page .service-3 .content ul li .ig .con {
        font-size: 17px;
    }
}

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

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

    .about-page .service-3 .content ul li .ig i {
        zoom: .7;
    }

    .about-page .service-3 .content ul li .ig {
        padding: 10px;
    }

    .about-page .service-3 .content ul li .ig .tit {
        font-size: 22px;
        margin-top: 0;
    }

    .about-page .service-3 .content ul li .ig .num {
        bottom: 0;
    }
}

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

    .about-page .service-3 .content ul li,
    .about-page .service-3 .content ul li.active {
        width: 100%;
    }

    .about-page .service-3 .content ul li .ig {
        height: auto;
        padding: 20px 15px;
    }

    .about-page .service-3 .content ul li .ig .tit {
        line-height: 36px;
        font-size: 20px;
    }

    .about-page .service-3 .content ul li .ig .con {
        font-size: 16px;
        line-height: 1.8;
    }
}

.service-page .init-1 {
    padding: 103px 0 0px;
}

.service-page .init-1 .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.service-page .init-1 .title .acc .tag {
    margin-top: 20px;
}

.service-page .init-1 .title p {
    margin-top: 50px;
    max-width: 465px;
}

.service-page .init-1 .top {
    margin-top: 0px;
}

.service-page .init-1 .top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -14px;
}

.service-page .init-1 .top ul li {
    position: relative;
    padding: 0 14px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    transition: 1s
}

.service-page .init-1 .top ul li .acc {
    position: relative;
    height: 761px;

    border-radius: 30px;
    cursor: pointer;
}

.service-page .init-1 .top ul li .tit3 {
    position: absolute;
    left: 50%;
    bottom: 45px;
    -webkit-transform: translateX(-50%) rotate(-180deg);
    transform: translateX(-50%) rotate(-180deg);
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.service-page .init-1 .top ul li .box {
    position: absolute;
    left: 0;
    top: 22%;
    width: 100%;
    padding: 0 65px;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}

.service-page .init-1 .top ul li .box .tit {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.4;
}

.service-page .init-1 .top ul li .box dl {
    margin-top: 60px;
    max-width: 430px;
}

.service-page .init-1 .top ul li .box dl dd a {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    text-transform: capitalize;
    padding: 12px 0;
    padding-right: 39px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.service-page .init-1 .top ul li .box dl dd a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 39px;
    height: 7px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/bann1.png) no-repeat center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.service-page .init-1 .top ul li .box dl dd a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-page .init-1 .top ul li .box dl dd a:hover::before {
    width: 100%;
}

.service-page .init-1 .top ul li .box dl dd a:hover {
    padding: 16.5px 15px;
}

.service-page .init-1 .top ul li .box dl dd a:hover::after {
    right: 15px;
}

.service-page .init-1 .top ul li.active {
    -webkit-box-flex: 7;
    -ms-flex: 7;
    flex: 7;
}

.service-page .init-1 .top ul li.active .acc .tit3 {
    opacity: 0;
    z-index: -1;
}

.service-page .init-1 .top ul li.active .acc .box {
    opacity: 1;
    z-index: 11;
}

@media screen and (max-width: 1400px) {
    .service-page .init-1 .top ul li .box dl dd a {
        padding: 10px 0;
    }
}

@media screen and (max-width: 1100px) {
    .service-page .init-1 .title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .service-page .init-1 .title p {
        max-width: 100%;
        width: 100%;
        margin-top: 15px;
    }

    .service-page .init-1 {
        padding: 80px 0;
    }

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

    .service-page .title .tag i {
        display: initial;
    }

    .service-page .init-1 .top ul li .box {
        padding: 0 40px;
        top: 10%;
    }

    .service-page .init-1 .top ul li .box dl {
        margin-top: 30px;
    }

    .service-page .init-1 .top ul li .tit3 {
        font-size: 24px;
    }

    .service-page .init-1 .top ul li .acc {
        height: 620px;
    }

    .service-page .init-1 .top ul li .box dl dd a {
        font-size: 16px;
        padding: 9px 0;
    }
}

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

    .service-page .init-1 .top ul {
        flex-wrap: wrap;
    }

    .service-page .init-1 .top ul li {
        width: 100% !important;
        flex: unset !important;
        margin: 20px 0
    }

    .service-page .init-1 .top ul li .box {
        opacity: 1 !important;
        z-index: 19 !important
    }

    .service-page .init-1 .top ul li .tit3 {
        display: none !important
    }
}

@media screen and (max-width: 450px) {
    .service-page .init-1 .title .acc .tag {
        margin-top: 10px;
        line-height: 2;
    }

    .service-page .init-1 .top ul li .box {
        padding: 0 20px
    }

    .service-page .init-1 .top ul li .box .tit {
        font-size: 24px;
    }

    .service-page .init-1 .top ul li .box dl dd a {
        font-size: 14px;
    }

    .service-page .init-1 .top ul li .box dl dd a:after {
        display: none
    }
}

.why-page .service-2 {
    padding: 80px 0 10px;
    text-align: center;
}

.why-page .service-2 .list {
    margin-top: 80px;
}

.why-page .service-2 .list ul {
    margin: -13px;
}

.why-page .service-2 .list ul li {
    padding: 13px;
    text-align: center;
    overflow: hidden;
}

.why-page .service-2 .list ul li .num_box {
    position: relative;
    display: inline-block;
}

.why-page .service-2 .list ul li span.num {
    font-size: 50px;
    font-weight: 500;
    color: var(--color);
    display: inline-block;

    position: relative;
}

.why-page .service-2 .list ul li .num_box::before,
.why-page .service-2 .list ul li .num_box::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 500px;
    background-color: #bfbfbf;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-left: .5em;
    margin-top: -0.2em;
}

.why-page .service-2 .list ul li .num_box::before {
    right: 100%;
    left: auto;
    margin-right: 1em;
    margin-left: 0;
}

.why-page .service-2 .list ul li:first-child .num_box::before {
    display: none;
}

.why-page .service-2 .list ul li:last-child .num_box::after {
    display: none;
}

.why-page .service-2 .list ul li span.h6 {
    font-weight: 700;
    font-size: 24px;
    color: #120c0b;
    margin: .5em 0;
    display: block;
    line-height: 44px;
}

.why-page .service-2 .list ul li .text {
    line-height: 1.6;
    color: #626262;
}

.why-page .service-2 .list ul .slick-slide:last-child li span.num:after,
.why-page .service-2 .list ul li:last-child span.num:after {
    display: none;
}

.why-page .service-2 .list ul li .text {
    font-size: 18px;
}

@media screen and (max-width: 1600px) {
    .why-page .service-2 {
        padding: 80px 0;
    }

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

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

    .why-page .service-2 .list ul li span.num {
        font-size: 36px;
    }

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

@media screen and (max-width: 1450px) {
    .why-page .service-2 .list ul li span.num {
        font-size: 32px;
    }

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

    .why-page .service-2 .list {
        margin-top: 30px;
    }

    .why-page .service-2 {
        padding: 60px 0;
    }

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

@media screen and (max-width: 1250px) {
    .why-page .service-2 .list ul li span.h6 {
        font-size: 14px;
        line-height: 28px;
    }
}

@media screen and (max-width: 1000px) {
    .why-page .service-2 .list ul li {
        width: 25%;
    }

    .why-page .service-2 .list ul li:last-child span.num:after {
        display: inline-block;
    }

    .why-page .service-2 .list ul li span.num {
        font-size: 28px;
    }
}

@media screen and (max-width: 500px) {
    .why-page .service-2 {
        padding: 40px 0;
    }

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

    .why-page .service-2 .list ul li .num_box:before,
    .why-page .service-2 .list ul li .num_box:after {
        display: none;
    }
}

/* aft */
.aft01 {
    padding: 120px 0 100px;
    background: url(../images/aft01_bg.jpg);
    background-size: cover;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.aft01 h4 {
    font-size: 30px;
    color: #333333;
    margin: 16px 0 28px;
    font-weight: bold;
}

.aft01 .box {
    display: flex;
    margin-bottom: 60px;
}

.aft01 .box .min {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.aft01 .box .min:nth-of-type(1) {
    transition: 0.5s;
    background-color: rgb(71 110 236);
    position: relative;
    z-index: 1;
    left: 0px;
}

.aft01 .box .min:nth-of-type(2) {
    transition: 0.5s;
    background-color: rgb(36 36 36 / 90%);
    margin-left: -42px;
    position: relative;
    right: 0px;
}

.aft01 .box:hover .min:nth-of-type(1) {
    left: 308px;
}

.aft01 .box:hover .min:nth-of-type(2) {
    right: 308px;
}

.aft01 .box .min h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #fff;
}

.aft01 .box .min h6 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
}

.aft01 .box .min img {
    width: 42px;
}

.aft01 p {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.aft02 {
    padding: 160px 0 0;
    position: relative;
    overflow: hidden;
}

.aft02 .bg_fix {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 690px;
}

.aft02 .bg_fix::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
}

.aft02 .bg_fix img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.aft02 .top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 47px;
    z-index: 1;
    position: relative;
}

.aft02 .top .hu_h3 {
    color: #fff;
}

.aft02 .top p {
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

.aft02 .top .line {
    height: 75px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 28px 0;
    position: relative;
}

.aft02 .top .line::after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    animation: 2s linear 0.5s infinite hua2;
}

@keyframes hua2 {
    from {
        top: 0%;
    }

    to {
        top: 95%;
    }
}

.aft02 .top h4 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
}

.aft02 .botF {
    padding: 0 150px;
    position: relative;
}

.aft02 .botF .fa {
    background-image: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 74px;
    color: #cbcbcb;
    outline: none;
    transform: translateY(-50%);
}

.aft02 .botF .fa:hover {
    color: var(--color);
    ;
}

.aft02 .botF .fa:after {
    display: none;
}

.aft02 .bot {
    position: relative;
    overflow: hidden;
    margin: auto;
}

.aft02 .bot .box {
    background-color: #fff;
    padding: 50px 0 40px;
    border-radius: 12px;
    box-shadow: 0px 5px 15px rgb(102 102 102 / 30%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.aft02 .bot .box .icon {
    border-radius: 50%;
    position: relative;
    height: 111px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 111px;
}

.aft02 .bot .box:hover .icon::before {
    animation: img01anime 10s 0s linear infinite;
}

.aft02 .bot .box:hover .icon::after {
    animation: img02anime 10s 0s linear infinite;
}

.aft02 .bot .box .icon::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    border-radius: 50%;
    border: 1.6px dashed var(--color);
}

.aft02 .bot .box .icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1.6px dashed var(--color);
}

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

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

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

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

.aft02 .bot .box .icon img {
    width: 56px;
    transition: 0s;
}

.aft02 .bot .box h4 {
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 5px;
    margin-top: 54px;
}

.aft02 .bot .box h5 {
    width: 239px;
    font-size: 18px;
    position: relative;
    color: #666666;
    text-align: center;
    line-height: 32px;
    height: 52px;
    padding-top: 7px;
    margin-top: 5px;
}

.aft02 .bot .box h5::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: var(--color);
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
}

.aft02 .bot .box p {
    padding: 0px 40px;
    font-size: 18px;
    height: 70px;
}

.aft02 .bot .box:hover h5::after {
    background-color: #fff;
}

.aft02 .bot .box:hover h4,
.aft02 .bot .box:hover h5,
.aft02 .bot .box:hover p {
    color: #fff;
}

.aft02 .bot .box:hover .icon img {
    filter: grayscale(10) brightness(10);
}

.aft02 .bot .box:hover .icon,
.aft02 .bot .box:hover .icon::before,
.aft02 .bot .box:hover .icon::after {
    border-color: #fff;
}

.font-20 {
    line-height: 36px;
}

.aft02 .bot .box:hover {
    background-color: var(--color);
}

.aft02 .bot .aft02Swiper {
    margin: auto;
    overflow: visible;
}

.aft02 .bot {
    margin: auto;
    padding: 22px 16px;
}

.aft03 {
    position: relative;
    overflow: hidden;
}

.aft03 .icenter2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aft03 .icenter2 .le {
    overflow: hidden;
    position: relative;
    width: 45%;
    height: 695px;
}

.aft03 .icenter2 .le::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    content: '';
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
    z-index: 1;
}

.aft03 .icenter2 .le:hover::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
}

.aft03 .icenter2 .le img {
    height: 100%;
}

.aft03 .icenter2 .le:hover img {
    transform: scale(1.1);
}

.aft03 .icenter2 .ri {
    width: 50%;
}

.aft03 .icenter2 .ri>ul {
    margin: 20px 0 0px;
}

.aft03 .icenter2 .ri>ul li {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}

.aft03 .icenter2 .ri>ul li::before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #666666;
    position: absolute;
    left: 0px;
    top: 13px;
    content: "";
}

.aft03 dl dd {
    padding-top: 60px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #d5d5d5;
}

.aft03 dl dd .icon {
    width: 86px;
    margin-right: 58px;
}

.aft03 dl dd .text {}

.aft03 dl dd .text h4 {
    position: relative;
    padding-bottom: 0px;
    font-size: 18px;
    color: #333333;
    width: fit-content;
    margin-bottom: 10px;
}

.aft03 dl dd .text h4 strong {
    font-size: 70px;
    font-weight: bold;
}

.aft03 dl dd .text h4::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 5px;
    background-color: var(--color);
}

.aft03 dl dd .text p {
    font-size: 18px;
    color: #666666;
}

.aft04 {
    background: url(../images/aft04_bg.jpg);
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    padding: 130px 0 180px;
}

.aft04 .icenter2 {
    position: relative;
    z-index: 1;
}

.aft04::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(239, 241, 247, 0.65);
    position: absolute;
    left: 0;
    top: 0;
}

.aft04 .hu_h3 {
    padding-left: 42px;
}

.aft04 dl {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.aft04 dl dd {
    width: 48%;
    padding-left: 42px;
    padding-bottom: 42px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.aft04 dl dd .bg {
    position: absolute;
    width: 127px;
    left: 0px;
    bottom: 0px;
    transition: 0.5s;
}

.aft04 dl dd:hover .bg {
    left: 30px;
    bottom: 30px;
}

.aft04 dl dd .le {
    width: 38.5%;
}

.aft04 dl dd .ri {
    width: 51%;
}

.aft04 dl dd .ri .name {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    width: 156px;
    height: 43px;
    border: 1px solid #d3d3d4;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.aft04 dl dd:hover .ri .name {
    background-color: #cd161d;
    color: #fff;
}

.aft04 dl dd .ri .number {
    margin-top: 78px;
}

.aft04 dl dd .ri .number .t {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.aft04 dl dd .ri .number .t .icon {
    width: 65px;
    margin-right: 12px;
    animation: bounce-up-data-v-7e3caf58 1.5s linear infinite;
}

.aft04 dl dd .ri .number .t a {
    font-size: 40px;
    font-weight: bold;
    color: #cd161d;
    position: relative;
}

.aft04 dl dd .ri .number .t a::after {
    content: "";
    position: absolute;
    left: 5px;
    bottom: -7px;
    width: 50px;
    height: 3px;
    background-color: #cd161d;
}

.aft04 dl dd .ri .number span {
    font-size: 18px;
    color: #999999;
}


@media screen and (max-width:1600px) {
    .aft01 {
        padding: 100px 0 90px;
    }

    .aft01 h4 {
        font-size: 25px;
        margin: 10px 0 22px;
    }

    .aft01 .box .min {
        width: 320px;
        height: 320px;
    }

    .aft01 .box:hover .min:nth-of-type(1) {
        left: 278px;
    }

    .aft01 .box:hover .min:nth-of-type(2) {
        right: 278px;
    }

    .aft01 .box .min h5 {
        font-size: 17px;
        margin-bottom: 26px;
    }

    .aft01 .box .min h6 {
        font-size: 22px;
        margin-bottom: 44px;
    }

    .aft01 .box .min img {
        width: 32px;
    }

    .aft01 .box {
        margin-bottom: 38px;
    }

    .aft02 .top p {
        font-size: 16px;
        line-height: 30px;
        margin-top: 8px;
    }

    .aft02 .top {
        margin-bottom: 30px;
    }

    .aft02 .top h4 {
        font-size: 24px;
        line-height: 44px;
    }

    .aft02 .top .line {
        height: 55px;
        margin: 20px 0;
    }

    .aft02 .botF {
        padding: 0 130px;
    }

    .aft02 .botF .fa {
        font-size: 65px;
    }

    .aft02 .bot .box {
        padding: 43px 0 40px;
        box-shadow: 0 0 11px #d8d8d8;
    }

    .aft02 .bot .box .icon {
        height: 95px;
        width: 95px;
    }

    .aft02 .bot .box .icon img {
        width: 48px;
    }

    .aft02 .bot .box h4 {
        font-size: 26px;
        margin-bottom: 5px;
        line-height: 1.6;
        margin-top: 44px;
    }

    .aft02 .bot .box h5 {
        width: 220px;
        font-size: 16px;
        line-height: 30px;
        height: 48px;
    }

    .aft02 .bot .box h5::after {
        width: 17px;
        height: 3px;
        bottom: 100%;
    }

    .aft02 .botF .fa-angle-left {
        left: -18px;
    }

    .aft02 .botF .fa-angle-right {
        right: -18px;
    }

    .aft02 {
        padding: 115px 0 0;
    }

    .aft02 .bg_fix {
        height: 555px;
    }

    .aft03 .icenter2 .ri>ul li {
        padding-left: 15px;
        font-size: 14px;
        line-height: 24px;
    }

    .aft03 .icenter2 .ri>ul {
        margin: 16px 0 0px;
    }

    .aft03 dl dd {
        padding-top: 34px;
        padding-bottom: 12px;
    }

    .aft03 dl dd .icon {
        width: 74px;
        margin-right: 50px;
    }

    .aft03 dl dd .text h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .aft03 dl dd .text h4 strong {
        font-size: 58px;
    }

    .aft03 dl dd .text h4::after {
        height: 4px;
    }

    .aft03 dl dd .text p {
        font-size: 15px;
    }

    .aft03 .icenter2 .le {
        height: 529px;
    }

    .aft04 {
        padding: 100px 0 155px;
    }

    .aft04 dl dd {
        padding-left: 36px;
        padding-bottom: 36px;
    }

    .aft04 .hu_h3 {
        padding-left: 36px;
    }

    .aft04 dl {
        margin-top: 38px;
    }

    .aft04 dl dd .ri .number .t .icon {
        width: 48px;
        margin-right: 10px;
    }

    .aft04 dl dd .ri .number .t a {
        font-size: 30px;
    }

    .aft04 dl dd .ri .number .t a::after {
        width: 41px;
    }

    .aft04 dl dd .ri .number span {
        font-size: 16px;
    }

    .aft04 dl dd .ri .name {
        font-size: 16px;
        width: 133px;
        height: 38px;
    }

    .aft04 dl dd .bg {
        width: 115px;
    }

    .aft04 dl dd .ri .number {
        margin-top: 70px;
    }
}

@media only screen and (max-width:1450px) {
    .aft02 .botF {
        padding: 0 80px;
    }
}

@media only screen and (max-width:1000px) {
    .aft03 .icenter2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .aft03 .icenter2 .le {
        width: 100%;
    }

    .aft03 .icenter2 .ri {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .custom-2 .ui .bottom {
        padding-left: 0;
        padding-right: 0;
    }

}

@media only screen and (max-width:768px) {
    .aft01 {
        padding: 50px 0;
    }

    .aft01 h4 {
        font-size: 22px;
        margin: 10px 0 22px;
    }

    .aft01 .box .min {
        width: 192px;
        height: 192px;
    }

    .aft01 .box .min h5 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .aft01 .box .min h6 {
        font-size: 16px;
        margin-bottom: 34px;
        height: 40px;
        display: flex;
        align-items: center;
    }

    .aft01 p {
        font-size: 16px;
    }

    .aft01 .box .min:nth-of-type(2) {
        margin-left: -25px;
    }

    .aft02 .top p {
        font-size: 15px;
        line-height: 26px;
        margin-top: 8px;
    }

    .aft02 .top .line {
        height: 42px;
        margin: 14px 0;
        position: relative;
    }

    .aft02 .top h4 {
        font-size: 20px;
        line-height: 36px;
    }

    .aft02 .bot {
        width: 110%;
    }

    .aft02 .top {
        margin-bottom: 20px;
    }

    .aft02 .botF {
        padding: 0 12px;
    }

    @keyframes hua2 {
        from {
            top: 0%;
        }

        to {
            top: 95%;
        }
    }

    .aft02 .bot .aft02Swiper {
        width: 100%;
    }

    .aft02 .bot {
        width: 100%;
        padding: 20px;
    }

    .aft02 .botF .fa-angle-left {
        left: -8px;
    }

    .aft02 .botF .fa-angle-right {
        right: -8px;
    }

    .aft02 {
        padding: 80px 0 0;
    }

    .aft02 .bg_fix {
        height: 483px;
    }

    .aft03 .icenter2 {
        flex-flow: wrap;
    }

    .aft03 .icenter2 .le {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .aft03 .icenter2 .ri {
        width: 100%;
    }

    .aft03 dl dd .icon {
        width: 60px;
        margin-right: 31px;
    }

    .aft04 {
        padding: 50px 0 20px;
        background-attachment: unset;
    }

    .aft04 .hu_h3 {
        padding-left: 0px;
    }

    .aft04 dl {
        margin-top: 26px;
        flex-flow: wrap;
    }

    .aft04 dl dd {
        padding-left: 22px;
        padding-bottom: 22px;
        width: fit-content;
        margin-bottom: 30px;
    }

    .aft04 dl dd .bg {
        width: 72px;
        bottom: 0px;
    }

    .aft04 dl dd .le .imgbox {
        height: 153px;
        width: 123px;
    }

    .aft04 dl dd .ri .name {
        font-size: 14px;
        width: 114px;
        height: 33px;
    }

    .aft04 dl dd .ri .number {
        margin-top: 38px;
    }

    .aft04 dl dd .ri .number .t a {
        font-size: 24px;
    }

    .aft04 dl dd .ri .number .t .icon {
        width: 32px;
        margin-right: 6px;
    }

    .aft04 dl dd .ri .number span {
        font-size: 14px;
    }

    .aft04 dl dd .ri {
        width: 60%;
        margin-left: 8%;
    }

    .aft01 .box:hover .min:nth-of-type(1) {
        left: 168px;
    }

    .aft01 .box:hover .min:nth-of-type(2) {
        right: 168px;
    }
}

.custom-2 .ui .top {
    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;
}

.custom-2 .ui .top .left {
    padding-right: 65px;
}

.custom-2 .ui .top .left .h3 {
    padding-left: 35px;
    border-left: 3px solid var(--color);
}

.custom-2 .ui .top .left p {
    line-height: 2;
    margin-top: 35px;
}

.custom-2 .ui .bottom {
    background: #fff;
    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;
    margin-top: 30px;
}

.custom-2 .ui .bottom .left {
    padding-right: 80px;
}

.custom-2 .ui .bottom .left p {
    max-width: 600px;
    line-height: 1.8;
    margin-top: 45px;
}

.custom-2 .ui .bottom .right {
    /*padding-right: 80px;*/
}

.custom-2 .ui .bottom .right ul.list3 li.active {
    background: #f3f3f3;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.custom-2 .ui .bottom .right ul.list3 li .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 28px;
    padding-right: 20px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
}

.custom-2 .ui .bottom .right ul.list3 li .top i {
    flex-shrink: 0;
}

.custom-2 .ui .bottom .right ul.list3 li .top em {
    margin-left: 25px;
}

.custom-2 .ui .bottom .right ul.list3 li .top i.fr {
    position: absolute;
    top: 28px;
    right: 10px;
}

.custom-2 .ui .bottom .right ul.list3 li .content {
    padding: 10px 30px 20px 30px;
    line-height: 1.8;
    display: none;
    font-size: 16px;
}

@media screen and (max-width: 1250px) {
    .custom-2 .ui .bottom .left {
        padding-right: 0px;
    }
}

@media screen and (max-width: 1000px) {
    .custom-2 .ui .bottom .right {
        padding-right: 0;
    }
}

@media screen and (max-width: 700px) {
    .custom-2 .ui .top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .custom-2 .ui .top .left {
        padding-right: 0px;
        width: 100%;
    }

    .custom-2 .ui .top .right {
        width: 100%;
    }

    .custom-2 .ui .bottom .right ul.list3 li .top {
        flex-wrap: nowrap;
        font-size: 18px;
        line-height: 32px;
        padding: 10px;
        padding-right: 20px;
    }

    .custom-2 .ui .bottom .left {
        padding-right: 0px;
        width: 100%;
    }

    .custom-2 .ui .bottom .right {
        padding-right: 0;
        width: 100%;
    }
}

.contact2-page .contact-1 {
    padding: 150px 0 110px;
    text-align: center;
}

.contact2-page .contact-1 .text {
    font-size: 18px;
    color: #8e8e8e;
    line-height: 32px;
    max-width: 650px;
    display: block;
    margin: 1em auto 3em;
}

.contact2-page .contact-1 .list ul {
    margin: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact2-page .contact-1 .list ul li {
    padding: 20px;
}

.contact2-page .contact-1 .list ul li .box {
    padding: 35px 5% 35px;
    border: 1px solid #bfbfbf;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    height: 100%;
    position: relative;
    top: 0;
}

.contact2-page .contact-1 .list ul li .box i {
    display: block;
}

.contact2-page .contact-1 .list ul li .box i img {
    display: block;
    margin: 0 auto;
}

.contact2-page .contact-1 .list ul li .box span.h6 {
    font-weight: 500;
    font-size: 24px;
    color: #242424;
    margin: 1em 0 .5em;
    display: block;
}

.contact2-page .contact-1 .list ul li .box p {
    font-size: 18px;
    color: #8e8e8e;
    line-height: 2;
}

.contact2-page .contact-1 .list ul li .box:hover {
    border-color: var(--color);
    top: -20px;
}

.contact2-page .form ul {
    margin: -15px -7px;
}

.contact2-page .form ul li {
    padding: 15px 7px;
}

.contact2-page .form ul li input,
.contact2-page .form ul li textarea {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: .6em 1em;
    border: 1px solid #bfbfbf;
}

.contact2-page .form ul li input::-webkit-input-placeholder,
.contact2-page .form ul li textarea::-webkit-input-placeholder {
    color: #8e8e8e;
}

.contact2-page .form ul li input:-moz-placeholder,
.contact2-page .form ul li textarea:-moz-placeholder {
    color: #8e8e8e;
}

.contact2-page .form ul li input::-moz-placeholder,
.contact2-page .form ul li textarea::-moz-placeholder {
    color: #8e8e8e;
}

.contact2-page .form ul li input:-ms-input-placeholder,
.contact2-page .form ul li textarea:-ms-input-placeholder {
    color: #8e8e8e;
}

.contact2-page .form ul li input::placeholder,
.contact2-page .form ul li textarea::placeholder {
    color: #8e8e8e;
}

.contact2-page .form ul li textarea {
    height: 150px;
}

.contact2-page .form ul li input[type="submit"] {
    border: none;
    background: var(--color);
    color: white;
    font-size: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.contact2-page .form ul li input[type="submit"]:hover {
    background: #242424;
}

.contact2-page .form ul li.wid-100 {
    width: 100%;
}

@media screen and (max-width: 1600px) {
    .contact2-page .form ul li {
        padding: 6px;
    }

    .contact2-page .form ul {
        margin: -6px;
    }

    .contact2-page .form ul li input,
    .contact2-page .form ul li textarea,
    .contact2-page .form ul li input[type="submit"] {
        font-size: 16px;
    }
}

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

    .contact2-page .form ul li input,
    .contact2-page .form ul li textarea,
    .contact2-page .form ul li input[type="submit"] {
        font-size: 14px;
        padding: .5em;
    }
}

@media screen and (max-width: 1250px) {
    .contact2-page .contact-1 {
        padding: 50px 0 80px;
    }

    .contact2-page .contact-1 .text {
        font-size: 16px;
        line-height: 30px;
    }
}

.history-page {
    /*background-image: url("../images/history-bg.jpg");*/
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    text-align: left;
}


.history-page .left {
    width: 38%;
    padding-right: 4%;
}

.history-page .right {
    width: 62%;
}

.history-page .right .swiper {
    margin-right: -18%;
    overflow: hidden;
}

.history-page .right span.h6 {
    color: var(--color);
    display: block;
    line-height: 1.4;
    font-weight: 500;
    font-size: 30px;
}

.history-page .right .text {
    margin: .5em 0 1.3em;
    max-height: 165px;
    overflow-y: auto;
}

.history-page .right .img {
    height: 280px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-radius: 15px;
    background-size: cover;
    max-width: 420px;
    margin-bottom: 120px;
}

.history-page .right .swiper-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.history-page .right .swiper-slide-active~div .img {
    height: 0;
}

.history-page .bg {
    width: 100vw;
    height: 100vw;
    position: absolute;
    top: 68%;
    left: 0;
    z-index: 1;
}

.history-page .bg i {
    font-size: 10vw;
    position: absolute;
    top: 0;
    left: 8%;
    -webkit-transform: translate(0%, -47%);
    -moz-transform: translate(0%, -47%);
    -ms-transform: translate(0%, -47%);
    transform: translate(0%, -47%);
    color: var(--color);
    z-index: 1;
    cursor: pointer;
    cursor: hand;
    line-height: 1;
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

/*.history-page .bg span {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-image: url("../images/icon-history.png");
    background-position: center;
    background-size: cover;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}*/

@media screen and (max-width: 1450px) {
    .history-page .right .img {
        height: 200px;
        margin-bottom: 150px;
    }

    .history-page .right span.h6 {
        font-size: 26px;
    }
}

@media screen and (max-width: 1000px) {
    .history-page .right {
        width: 100% !important;
        padding-left: 0;
        margin-top: 30px;
    }

    .history-page .left {
        width: 100% !important;
        padding-right: 0;
    }

    .history-page .right .swiper {
        margin-right: 0;
    }

    .history-page .right .swiper-wrapper {
        align-items: flex-start;
    }

    .history-page .right .text {
        max-height: 78px;
    }

    .history-page .flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .history-page .bg {
        display: none;
    }

    .history-page .right .img {
        height: 200px !important;
        margin-bottom: 0 !important;
    }

    .history-page .left {
        margin-top: 0;
    }

    .history-page .right span.h6 {
        font-size: 24px;
    }
}

@media screen and (max-width: 500px) {
    .history-page .right .swiper {
        margin-right: 0;
    }

    .product-det2-page .prodet-22 .content .det {
        font-size: 16px;
        line-height: 30px;
    }

    .inner-page .text {
        font-size: 16px;
        line-height: 30px;
    }

    .history-page .right span.h6 {
        font-size: 22px;
        line-height: 40px;
    }
}

img.shuiyin {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}

#mobile2 {
    background-color: #2c2c2c;
}

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


#mask .prodet-page {
    padding: 4rem 5rem 3rem 5rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    background: #ffffff;
}

#mask .prodet-page .init-1 .left {
    padding-right: 50px;
    padding-bottom: 60px;
}

#mask .prodet-page .init-1 .left .big_img {
    border: 1px solid #eee;
    position: relative;
}

#mask .prodet-page .init-1 .left .big_img .thum_thum {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 180px;
    height: 180px;
    border: 1px solid #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

#mask .prodet-page .init-1 .left .big_img .thum_thum:hover {
    width: 100%;
    height: 100%;
}

#mask .prodet-page .init-1 .left .big_img .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    background: white;
    border-radius: 100%;
    border: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    font-size: 0;
    width: 40px;
    height: 40px;
}

#mask .prodet-page .init-1 .left .big_img .slick-prev {
    left: -20px;
}

#mask .prodet-page .init-1 .left .big_img .slick-next {
    right: -20px;
}

#mask .prodet-page .init-1 .left .big_img .slick-prev::after {
    content: '\f104';
    font-family: "FontAwesome";
    font-size: 20px;
}

#mask .prodet-page .init-1 .left .big_img .slick-next::after {
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 20px;
}

#mask .prodet-page .init-1 .small_img ul {
    margin: -10px;

}

#mask .prodet-page .init-1 .small_img ul li {
    padding: 10px;
}

#mask .prodet-page .init-1 .small_img ul li .box {
    border: 1px solid #eee;
    display: block;
}

#mask .prodet-page .init-1 .small_img ul .slick-track {
    margin-left: 0;
}

#mask {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 40px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 211;
    display: none
}

#mask.active {
    display: block !important
}

#mask .mask-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}

#mask .mask-close {
    position: absolute;
    z-index: 1;
    right: 13%;
    top: 6%;
    color: #000;
    cursor: pointer;
    font-size: 18px
}

#mask .mask-inner {
    position: absolute;
    top: -40px;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;

}

#mask .mask-inner .item {
    width: 76%;
    height: 85%;
}

#mask .prodet-page {
    height: 100%;
    overflow: auto;
}

@media screen and (max-width:1100px) {
    #mask .mask-close {
        right: 3%;
        top: 3%
    }

    #mask .mask-inner .item {
        width: 95%
    }

    .prodet-page .prodet-1 .prodet-box .left .big .img {
        text-align: center
    }

    .prodet-page .prodet-1 .prodet-box .left .big .img img {
        text-align: center;
        width: auto;
        margin: 0 auto;
        max-width: 400px;
    }

    #mask .prodet-page {
        padding: 20px;
    }

    #mask .prodet-page .prodet-1 .prodet-box {
        height: 100vh;
        overflow: auto
    }
}

@media screen and (max-width:1000px) {
    #mask .prodet-page .init-1 .left {
        width: 100%;
        padding-right: 0;
    }

    #mask .prodet-page .init-1 .right {
        width: 100%;
        margin-bottom: 30px;
    }
}