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

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

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

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

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

body {
    font-family: "Grift";
    font-weight: 400;
    font-size: 18px;
    --color: #820d65;
    margin: 0 auto;
}

.container {
    width: 1585px;
}

.container1 {
    width: 1770px;
}

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

.fam-Arial {
    font-family: "Arial";
    font-weight: 400;
}

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

#header .nav {
    position: relative;
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 15px 38px;
    box-shadow: 2px 3px 6px 3px rgba(16, 16, 16, 0.19);
    border-radius: 49px;
}

#header .nav .logo {
    padding-right: 8%;
    position: relative;
}

#header .nav .logo::after {
    content: "";
    width: 1px;
    height: 42px;
    background-color: #dcdcdc;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

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

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

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

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

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    margin: 0 32px;
    font-size: 20px;
    height: 100%;
    color: #000;
    -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;
    border-bottom: 2px solid transparent;
}

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

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.active {
    color: var(--color);
    border-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>a::after {
    content: "";
    display: block;
    width: 11px;
    height: 7px;
    background-image: url("../images/h-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 60%;
    right: 0;
    transform: translateY(-50%);
    transition: all 0.5s;
    opacity: 0;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li>a.has {
    padding-right: 20px;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li>a.has::after {
    opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#header .nav .ui.menu .right .h-search1 form {
    position: relative;
}

#header .nav .ui.menu .right .h-search1 form input {
    background-color: transparent;
    border: 0;
}

#header .nav .ui.menu .right .h-search1 form input[type="text"] {
    width: 184px;
    height: 40px;
    border-radius: 20px;
    border: solid 1px rgba(98, 98, 98, 0.48);
    padding: 10px 40px 10px 16px;
    font-size: 15px;
}

#header .nav .ui.menu .right .h-search1 form input[type="text"]::placeholder {
    color: #cecece;
}

#header .nav .ui.menu .right .h-search1 form input[type="submit"] {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--color);
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
}

#header.active {
    top: 0;
}

#banner {
    position: relative;
}

#banner .banner-content {
    height: 48vw;
    position: relative;
    border-radius: 0px 0px 150px 0px;
}

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

#banner .banner-content .swiper-slide .txt-content {
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

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

#banner .banner-content .swiper-slide .txt-content .text2 {
    max-width: 680px;
}
#banner .banner-content .swiper-slide .txt-content .btn-go,
#banner .banner-content .swiper-slide .txt-content h3,
#banner .banner-content .swiper-slide .txt-content .text2
{
    pointer-events: all;
}
#banner .swiper-pagination {
    bottom: 40px;
}

#banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 38px;
    height: 7px;
    border-radius: 7px;
    background-color: #fff;
    opacity: 1;
    transition: all 0.5s;
}

#banner .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: var(--color);
}

#banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color);
}

#banner .banner-content .swiper-slide.itemlb {
  position: relative;
  z-index: 0;
}
#banner .banner-content .swiper-slide.itemlb .bigbg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#banner .banner-content .swiper-slide.itemlb .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#banner .banner-content .swiper-slide.itemlb .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  /*transition: all 0.1s;*/
}
#banner .banner-content .swiper-slide.itemlb .bg .cur {
  opacity: 1;
}
#banner .banner-content .swiper-slide.itemlb .fldot {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#banner .banner-content .swiper-slide.itemlb .fldot .dot {
  position: absolute;
}
#banner .banner-content .swiper-slide.itemlb .fldot .dot span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#banner .banner-content .swiper-slide.itemlb .fldot .dot span::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  animation: ks 2s linear infinite;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
#banner .banner-content .swiper-slide.itemlb .fldot .dot span::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  animation: ks 2s linear infinite;
  background-color: rgba(245, 245, 245, 0.3);
  animation-delay: 0.6s;
  z-index: -1;
}
#banner .banner-content .swiper-slide.itemlb .fldot .dot1 {
  bottom: 66%;
  right: 21%;
}
#banner .banner-content .swiper-slide.itemlb .fldot .dot2 {
  bottom: 46%;
  right: 24%;
}
#banner .banner-content .swiper-slide.itemlb .fldot .dot3 {
  bottom: 24%;
  right: 29%;
}
#banner .banner-content .swiper-slide.itemlb .txtlist{
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
#banner .banner-content .swiper-slide.itemlb .txtlist ul{
    position: relative;
    height: 100%;
}
#banner .banner-content .swiper-slide.itemlb .txtlist ul li{
    position: absolute;
    height: 100%;width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}
#banner .banner-content .swiper-slide.itemlb .txtlist ul li.cur{
    opacity: 1;
}

.btn-go {
    width: auto;
    min-width: 190px;
    padding: 0 50px 0 20px;
    height: 50px;
    border-radius: 33px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    border: 1px solid transparent;
    background-color: #fff;
    font-size: 18px;
    position: relative;
}

.btn-go i {
width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color);
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
    transition: all 0.5s;
}

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

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

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

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

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

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

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

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

.mk-top .left {
    width: 66%;
}

.mk-top .mk-des {
    color: rgba(0, 0, 0, 0.61);
}

.mk-subs {
    color: rgba(0, 0, 0, 0.74);
}

.zdy-pagebox .swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zdy-pagebox .swiper-pagination .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.5s;
    position: relative;
    opacity: 1;
    margin: 0 13px;
}

.zdy-pagebox .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: solid 1px #bfbfbf;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

.zdy-pagebox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color);
    border-color: var(--color);
}

.zdy-pagebox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    opacity: 0;
}

.zdy-switch div {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #f2f2f2;
    color: #000;
    transition: all 0.5s;
    cursor: pointer;
}

.zdy-switch div::after {
    font-size: 16px;
}

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

.zdy-switch .swiper-button-prev {
    right: 100%;
    left: auto;
}

.zdy-switch .swiper-button-next {
    left: 100%;
    right: auto;
}

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

#index-body .init-category .mk-bottom ul li .box .img-box {
    border-radius: 135px;
}

#index-body .init-category .imgbg01 {
    position: absolute;
    top: 9%;
    right: 0;
    z-index: -1;
    max-width: 18%;
}

#index-body .init-category .imgbg02 {
    position: absolute;
    bottom: 5%;
    left: 0;
    z-index: -1;
    max-width: 18%;
}

#index-body .init-about .mk-content1 {
    border-radius: 100px 0px 0px 0px;
    position: relative;
    margin-bottom: -60px;
}

#index-body .init-about .mk-content1 .con .left .datashow ul li {
    width: 50%;
}

#index-body .init-about .mk-content1 .con .left .datashow ul li .content h4 {
    text-shadow: 2px 3px 9px rgba(0, 0, 0, 0.3);
}

#index-body .init-about .mk-content1 .con .right .des {
    max-height: calc(28px * 5);
    overflow-y: auto;
}

#index-body .init-about .mk-content1 .play {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

#index-body .init-about .mk-content1 .play::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    -o-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    background-color: rgba(255, 255, 255, 0.26);
    z-index: -1;
    pointer-events: none;
}

#index-body .init-about .mk-content1 .play::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    -o-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    background-color: rgba(255, 255, 255, 0.658);
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    z-index: -1;
    pointer-events: none;
}

#index-body .init-about .mk-content2{
    border-radius: 0px 60px 0px 0px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

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

#index-body .init-product .imgbg01 {
    position: absolute;
    top: 4%;
    right: 0;
    z-index: -1;
    max-width: 18%;
}

#index-body .init-product .imgbg02 {
    position: absolute;
    bottom: 4%;
    left: 0;
    z-index: -1;
    max-width: 18%;
}

#index-body .init-product .mk-content .mk-bottom ul li .box .img-box {
    border: solid 1px #e5e5e5;
    border-radius: 30px;
    position: relative;
}

#index-body .init-product .mk-content .mk-bottom ul li .box .img-box .mk-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.5s;
}

#index-body .init-product .mk-content .mk-bottom ul li .box .img-box .mk-btn i {
    position: absolute;
    bottom: 55%;
}

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

#index-body .init-advantage{
    border-radius: 100px 0px 0px 0px;
    margin-bottom: -60px;
}

#index-body .init-advantage .mk-content .mk-bottom .cen .circlebox {
    display: inline-block;
    border-radius: 50%;
    padding: 17px;
    border: solid 1px rgba(255, 255, 255, 0.32);
}

#index-body .init-advantage .mk-content .mk-bottom .cen .circlebox .circle {
    display: inline-block;
    border-radius: 50%;
    padding: 15px;
    border: solid 1px rgba(255, 255, 255, 0.45);
    position: relative;
}

#index-body .init-advantage .mk-content .mk-bottom .cen .circlebox .circle::before {
    content: "";
    display: block;
    width: 5%;
    height: 5%;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: orbit1 20s linear infinite;
}

#index-body .init-advantage .mk-content .mk-bottom .cen .circlebox .circle::after {
    content: "";
    display: block;
    width: 3%;
    height: 3%;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: orbit2 20s linear infinite;
}

#index-body .init-advantage .mk-content .mk-bottom .cen .circlebox .circle .cir {
    display: inline-block;
    padding: 26px;
    border: solid 1px #ffffff;
    border-radius: 50%;
}

#index-body .init-news{
    border-radius: 0px 60px 0px 0px;
    background-color: #fff;
}

#index-body .init-news .mk-content .mk-bottom ul li .box .time {
    position: relative;
    border-bottom: solid 1px rgba(112, 112, 112, 0.63);
}

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

#index-body .init-news .mk-content .mk-bottom ul li .box .des {
    color: #676767;
}

#index-body .init-news .mk-content .mk-bottom ul li .box:hover .time::after {
    width: 100%;
}

@keyframes orbit1 {
    from {
        transform: translate(-50%, -50%) rotate(0deg) translateX(1000%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg) translateX(1000%) rotate(-360deg);
    }
}

@keyframes orbit2 {
    from {
        transform: translate(-50%, -50%) rotate(0deg) translateX(-1670%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg) translateX(-1670%) rotate(-360deg);
    }
}

#footer {
    border-radius: 60px 60px 0px 0px;
    position: relative;
}

#footer .f-gotop {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 66px;
    height: 66px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    font-size: 26px;
    color: var(--color);
    cursor: pointer;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

#footer .f-gotop::after {
    content: "";
    display: block;
    top: -9px;
    bottom: -9px;
    left: -9px;
    right: -9px;
    position: absolute;
    border-radius: 50%;
    background-color: rgba(245, 245, 245, 0.2);
    animation: ks 2s linear infinite;
    pointer-events: none;
}

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

#footer .footer-top form input {
    background-color: #fff;
    border: 0;
    height: 64px;
    border-radius: 32px;
    padding: 10px 20px 10px 38px;
}

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

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

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

#footer .footer-top form input::placeholder {
    color: #434343;
    font-weight: 300;
}

#footer .footer-top form .send {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #434343;
    width: 13%;
    min-width: unset;
}

#footer .footer-top form .send:hover {
    color: #fff;
}

#footer .footer-center .footer-t {
    border-top: solid 1px rgba(250, 250, 250, 0.17);
}

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

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

#footer .footer-center .footer-t .footer-t-gird .t-list li {
    transition: all 0.5s;
}

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

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

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

#footer .footer-center .footer-t .footer-t-gird .t-list.link li a {
    position: relative;
    padding-left: 20px;
}

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

#footer .footer-center .footer-t .footer-t-gird .t-list.link li a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
}

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

#footer .footer-center .footer-t .footer-t-gird .t-list.qr {
    width: 160px;
}

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

#footer .footer-center .footer-t .footer-t-gird .t-list.qr .share {
    margin-left: auto;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.qr .share li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    transition: all 0.5s;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.qr .share li a:hover {
    background-color: #fff;
    color: var(--color);
}

#footer .footer-center .footer-b {
    border-top: 1px solid rgba(255, 255, 255, 0.17);
}

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

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

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

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

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

    #header .nav .ui.menu {
        width: 76%;
    }
}

@media screen and (max-width: 1700px) {
    #header .nav .logo {
        padding-right: 5%;
    }

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

    #header .nav {
        height: 90px;
    }

}

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

    .btn-go {
        zoom: 0.9;
    }

    .pt-btn {
        zoom: 0.9;
    }

    #header .nav .logo::after {
        display: none;
    }

    #header .nav .logo {
        padding-right: 0;
    }

    #header .nav .ui.menu {
        width: 80%;
    }

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

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

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

    #index-body .init-about .mk-content1 .play {
        zoom: 0.8;
    }
    #index-body .init-advantage{
        border-radius: 50px 0px 0px 0px;
    }
}

@media screen and (max-width: 1250px) {
    #banner .banner-content {
        height: 40vw;
        border-radius: 0px 0px 100px 0px;
    }
    #banner .banner-content .swiper-slide.itemlb .fldot .dot1 {
        bottom: 30vw;
        right: 21vw;
    }
    #banner .banner-content .swiper-slide.itemlb .fldot .dot2 {
        bottom: 20vw;
        right: 24vw;
    }
    #banner .banner-content .swiper-slide.itemlb .fldot .dot3 {
        bottom: 12vw;
        right: 28vw;
    }
    #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
        width: 300px;
    }

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

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

    #banner .banner-content {
        height: 400px;
    }
    #banner .banner-content .swiper-slide .txt-content h3{
        text-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    }
    #banner .banner-content .swiper-slide.itemlb .fldot .dot1 {
        bottom: max(29vw, 240px);
        right: max(20vw, 155px);
    }
    #banner .banner-content .swiper-slide.itemlb .fldot .dot2 {
        bottom: max(19vw, 150px);
        right: max(23vw, 190px);
    }
    #banner .banner-content .swiper-slide.itemlb .fldot .dot3 {
        bottom: max(13vw, 113px);
        right: max(27vw, 230px);
    }
    
    
    #footer .footer-center .footer-t .footer-t-gird .link {
        display: none;
    }

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

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

    #footer .f-gotop {
        zoom: 0.8;
    }

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

    #footer .footer-top form input {
        width: 100% !important;
        margin-bottom: 15px;
    }

    #footer .footer-top form .send {
        position: relative;
        transform: none;
        top: auto;
        left: auto;
    }

    #footer .footer-top form .send {
        width: auto;
        min-width: 160px;
    }

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

    #footer .footer-center .footer-t .footer-t-gird .t-list.qr {
        width: 26%;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list.qr #ewm {
        width: 100%;
        height: auto;
        max-width: 130px;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list.qr .share {
        margin-left: 0;
    }

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

    #index-body .init-about .mk-content1 {
        border-radius: 50px 0px 0px 0px;
    }

    #index-body .init-advantage .mk-content .mk-bottom .left {
        width: 100%;
    }

    #index-body .init-advantage .mk-content .mk-bottom .cen {
        width: 100%;
        margin: 3% 0;
    }

    #index-body .init-advantage .mk-content .mk-bottom .right {
        width: 100%;
    }
    #index-body .init-advantage {
        margin-bottom: -30px;
    }
    #index-body .init-news {
        border-radius: 0px 30px 0px 0px;
    }
}

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

    .btn-go {
        zoom: 0.8;
    }

    .pt-btn {
        zoom: 0.8;
    }

    .phone_hide {
        display: none;
    }
    #banner .banner-content{
        border-radius: 0px 0px 50px 0px;
    }
    #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
        width: 100%;
    }

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

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

    #index-body .init-about .mk-content1 {
        border-radius: 0;
        margin-bottom: 0;
    }

    #index-body .init-about .mk-content1 .play {
        zoom: 0.6;
        bottom: 0;
    }
    #index-body .init-about .mk-content2{
        border-radius: 0;
    }
}

@media screen and (max-width: 500px) {
    .zdy-pagebox .swiper-pagination {
        zoom: 0.8;
    }

    .mb-140 {
        margin-bottom: 40px;
    }
}

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

#mobile3 .m-search form input[type="submit"] {
    background-image: url(../images/icon-search-white.png);
}

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

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

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

.inner-banner {
    color: white;
}

.page-header02 .logo img {
    filter: brightness(0) invert(1);
        max-height: 50px;
}

.inner-page .sideBarBox .sideBarTop form {
    width: 320px;
    max-width: 100%;
    height: 2.25em;
    background-color: #f2f1ec;
    border-radius: 0.25em;
}

.inner-page .sideBarBox .sideBarTop form input {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 0 1.2em;
}

.inner-page .sideBarBox .sideBarTop form button {
    border: none;
    background-color: transparent;
    width: 3em;
}

.inner-page .sideBarBox .sideBarBottom {
    border-top: 1px solid #f5f5f5;
}

.inner-page .sideBarBox .sideBarBottom .sideBarLeft {
    border-right: 1px solid #f5f5f5;
}

.inner-page .sideBarBox .sideBarBottom .sideBarRight {
    position: sticky;
    top: 100px;
}

.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav {
    line-height: 1.2;
    font-size: 18px;
}

.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav i.active {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav li a.active {
    color: var(--color);
}

.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav li a.active i {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav li a.active i.active {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav li .active~ul {
    display: block;
    font-size: 16px;
}

.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav span.h6 {
    color: var(--color);
}

.inner-page .m-page>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: .5em;
}

.inner-page .m-page a,
.inner-page .m-page span {
    width: 2em;
    height: 2em;
    border: 1px solid #eee;
    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;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

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

.product-page .product-box {
    height: 26.04166667vw;
    padding: 2% 5%;
}

.product-page .product-box .content {
    padding: 2% 4%;
    border-left: 10px solid var(--color);
    background-color: rgba(189, 84, 155, 0.38);
    color: white;
    max-width: 75%;
}

.product-page .product-box .content span.h6 {
    line-height: 1.2;
}

.product-page .product-box .content .text {
    line-height: 1.47058824;
    max-height: 80px;
    overflow: overlay;
}

.prodet-page .prodet-1 .left .slick-track {
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
}

.prodet-page .prodet-1 .right {
    padding: 1% 0 5%;
}

.prodet-page .prodet-1 .right .small {
    margin: auto 0;
}

.prodet-page .prodet-1 .right .small img {
    opacity: .5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.prodet-page .prodet-1 .right .small .slick-current img {
    opacity: 1;
}

.prodet-page .prodet-1 .right .m-link {
    color: #5c5c5c;
}

.prodet-page .prodet-2 {
    color: white;
    z-index: 1;
}

.prodet-page .prodet-2 .mask {
    position: absolute;
    width: 100%;
    height: 200%;
    top: -25%;
    z-index: -1;
    pointer-events: none;
}

.prodet-page .prodet-2 .mask i {
    background-color: rgba(255, 255, 255, 0.1);
    width: 2px;
    height: 100%;
}

.prodet-page .prodet-2 .box .left {
    position: sticky;
    top: 100px;
}

.prodet-page .prodet-2 .table {
    padding: 3.5%;
    background-color: white;
    color: black;
}

.prodet-page .prodet-2 .table table tr:nth-child(even) {
    background-color: #f4f4f4;
}

.prodet-page .prodet-2 .table table td {
    border: none;
    padding: .9em 2em;
}

.prodet-page .prodet-2 .table table td:first-child {
    width: 30% !important;
}

.prodet-page .prodet-2 .table table td:last-child {
    width: 70% !important;
}

.prodet-page .prodet-3 .text p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.prodet-page .prodet-3 .text p:before {
    content: '';
    width: 0.41176471em;
    height: 0.41176471em;
    border-radius: 100%;
    background-color: var(--color);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: .7em;
    margin-right: 1.41176471em;
}

.prodet-page .prodet-4 {
    background-color: #f8f8f8;
}

.prodet-page .prodet-4 .list .box {
    background-color: white;
    padding: 5%;
}

.prodet-page .prodet-4 .list .box a.link {
    color: var(--color);
}

.prodet-page .prodet-4 .list .box a.link i {
    font-size: 1.5em;
}

.about-page .about-1 .text {
    color: #747474;
}

.about-page .about-1 .list span.h6 {
    line-height: 1;
    color: var(--color);
    font-weight: bold;
}

.about-page .about-1 .list p {
    color: #898782;
}

.about-page .about-2 {
    color: white;
}

.inner-page .play {
    width: 100px;
    text-transform: uppercase;
    letter-spacing: .37em;
    position: relative;
    cursor: pointer;
    cursor: hand;
    margin-left: auto;
    margin-right: auto;
}

.inner-page .play i {
    left: 55%;
    top: 50%;
}

.inner-page .play svg {
    fill: white;
    -webkit-animation: xz 5s linear infinite;
    -moz-animation: xz 5s linear infinite;
    animation: xz 5s linear infinite;
    display: block;
}

.inner-page .play path {
    fill: transparent;
}


@keyframes xz {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.about-page .about-2 .box2 {
    padding: 10%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about-page .about-2 .box2:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: rgba(130,13,101, 0.5);
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.about-page .about-3 .img {
    position: absolute;
    bottom: 105%;
    right: 60%;
}

.about-page .about-3 img.font-66 {
    width: 1em;
}

.about-page .about-3 .right li i {
    width: 1em;
    height: 1em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    /*-webkit-filter: brightness(0);
    filter: brightness(0);*/
    overflow: hidden; 
}

.about-page .about-3 .right li i img {
    max-width: 100%;
    max-height: 100%;
        filter: drop-shadow(0 -100px #820d65);
    position: relative;
    top: 100px;
}

.about-page .about-3 .right li span.h6 {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
        color: var(--color);
}

.about-page .about-3 .right li:hover i {
    -webkit-filter: unset;
    filter: unset;
}

.about-page .about-3 .right li:hover span.h6 {
    color: var(--color);
}

.about-page .about-4 {
    background-color: #f8f9ff;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}

.about-page .about-4 .img .play {
    width: 7.5em;
    height: 7.5em;
    letter-spacing: .25em;
    background-color: #f8f9ff;
    color: black;
    padding: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(30%, 30%);
    -moz-transform: translate(30%, 30%);
    -ms-transform: translate(30%, 30%);
    transform: translate(30%, 30%);
    border-radius: 100%;
}

.about-page .about-4 .img .play svg {
    fill: black;
}

.about-page .about-4 .img .play i {
    width: 2.75em;
    height: 2.75em;
    border-radius: 100%;
    background-color: #636466;
    color: white;
    left: 50%;
    top: 50%;
}

.about-page .about-4 .img .play i:before {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
}

.about-page .about-4 .text {
    color: #707070;
}

.sustainable-page .sustainable-1 .text {
    color: #747474;
}

.sustainable-page .sustainable-1 .img {
    min-height: 31.77083333vw;
    color: white;
    padding: 5% 7.5% 10%;
}

.sustainable-page .sustainable-1 .img .text {
    color: inherit;
}

.sustainable-page .sustainable-1 .img .play {
    position: absolute;
    right: 17.5%;
    bottom: 0;
    -webkit-transform: translate(0, 80%);
    -moz-transform: translate(0, 80%);
    -ms-transform: translate(0, 80%);
    transform: translate(0, 80%);
}

.sustainable-page .sustainable-1 span.h1 {
    line-height: 1;

    margin-top: auto;
    opacity: .05;
}

.sustainable-page .sustainable-2 .text {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
}

.sustainable-page .sustainable-2 .list {
    z-index: 1;
}

.sustainable-page .sustainable-2 .list span.h1 {
    line-height: .8;
  
    opacity: .05;
    top: -2%;
    left: 0;
    z-index: -1;
}

.sustainable-page .sustainable-2 .list li {
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 8.5%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}

.sustainable-page .sustainable-2 .list li i {
    width: 1em;
    height: 1em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.sustainable-page .sustainable-2 .list li i img {
    max-width: 100%;
    max-height: 100%;
}

.sustainable-page .sustainable-2 .list li span.h6 {
    line-height: 1.2;
}

.sustainable-page .sustainable-2 .list li .text {
    color: #808080;
}

.sustainable-page .sustainable-2 .list li:hover {
    background-color: rgba(189, 84, 156, 0.9);
    color: white;
}

.sustainable-page .sustainable-2 .list li:hover i {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.sustainable-page .sustainable-2 .list li:hover .text {
    color: inherit;
}

.sustainable-page .sustainable-3 .list .right {
    padding: 0 6%;
}

.sustainable-page .sustainable-4 {
    background-color: #f7f7f7;
}

.sustainable-page .sustainable-4 .list {
    -webkit-filter: drop-shadow(0 16px 10px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 16px 10px rgba(0, 0, 0, 0.2));
    overflow: hidden;
}

.sustainable-page .sustainable-4 .list .slick-list {
    overflow: unset;
}

.sustainable-page .sustainable-4 .list li img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.sustainable-page .sustainable-4 .list li:hover img {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
}

.sustainable-page .sustainable-5 {
    /*color: white;*/
}

.sustainable-page .sustainable-5 .text {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
}

.innovation-page .innovation-1 {
    background-color: white;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center top;
}

.innovation-page .innovation-1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: inherit;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.innovation-page .innovation-2 {
    background-color: #f6f7fc;
}

.innovation-page .innovation-2 .left .slickBtn {
    gap: 1em;
}

.innovation-page .innovation-2 .left .slickBtn div {
    width: 2em;
    height: 2em;
    border-radius: 100%;
    background-color: var(--color);
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.innovation-page .innovation-2 .left .slickBtn div i {
    font-size: 1em;
}

.innovation-page .innovation-2 .left .slickBtn div:hover {
    background-color: black;
}

.innovation-page .innovation-2 .right ul {
    filter: drop-shadow(0 0 24px rgba(0, 0, 0, 0.05))
}

.innovation-page .innovation-2 .right li .box {
    padding: 15% 10% 0;
    background-color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.innovation-page .innovation-2 .right li hr {
    width: 34px;
    height: 4px;
    background-color: var(--color);
    margin-left: 0;
    margin-right: auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.innovation-page .innovation-2 .right li .text {
    margin-bottom: auto;
}

.innovation-page .innovation-2 .right li .num {
    line-height: .7;
    opacity: .1;
    text-align: right;
    position: relative;
    right: -17%;
    bottom: 0;
}

.innovation-page .innovation-2 .right li .box:hover {
    background-color: var(--color);
    color: white;
}

.innovation-page .innovation-2 .right li .box:hover hr {
    background-color: white;
}

.innovation-page .innovation-3 {
    color: white;
    /*background-size: 100%;*/
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.innovation-page .innovation-3 .left {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}

.innovation-page .innovation-3 .right .list li {
    padding: 7.5% 6%;
    background-color: rgba(255, 255, 255, 0.2);
}

.innovation-page .innovation-4 .img {
    width: 130%;
}

.contact-page .contact-1 .share {
    line-height: 1;
}

.contact-page .contact-1 .box2 {
    background-color: white;
}

.contact-page .contact-1 .box2 .text {
    color: #858585;
}

.contact-page .contact-1 .box2 input,
.contact-page .contact-1 .box2 textarea {
    width: 100%;
    padding: .6em .8em;
    border-radius: 0.70588235em;
    border: none;
    background-color: #f7f7f7;
}

.contact-page .contact-1 .box2 textarea {
    height: 7.05882353em;
}

.contact-page .contact-2 {
    background-color: #fcfcfc;
}

.contact-page .contact-2 span.icon {
    line-height: 1;
    color: var(--color);
}

.contact-page .contact-2 hr {
    background-color: #c1cbd5;
    position: relative;
    overflow: unset;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.contact-page .contact-2 hr:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: inherit;
}

.contact-page .contact-2 span.h6 {
    line-height: 1.2;
}

.contact-page .contact-2 a.link {
    width: 2em;
    height: 2em;
    border-radius: 100%;
    border: 1px solid #efefef;
    background-color: white;
    margin-left: auto;
    position: relative;
    left: 4%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.contact-page .contact-2 li {
    padding: 8% 4% 0;
    position: relative;
    z-index: 1;
}

.contact-page .contact-2 li:before {
    content: '';
    background-image: url("../images/contact-2-bg.png");
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.contact-page .contact-2 li:hover hr {
    background-color: var(--color);
}

.contact-page .contact-2 li:hover a.link {
    background-color: var(--color);
    color: white;
    border-color: var(--color);
}

.contact-page iframe {
    border: none;
}


.pack-page .pack-1 .nav a {
    background-color: #cacaca;
    height: 3em;
    padding: 0 1.1em;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    white-space: nowrap;
}

.pack-page .pack-1 .nav a.active {
    background-color: var(--color);
}

.pack-page .pack-1 span.h6 {
    color: var(--color);
}

.pack-page .pack-2 .list {
    padding: 0 14%;
    overflow: hidden;
    position: relative;
}

.pack-page .pack-2 .list .content {
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    z-index: 1;
    padding: 5%;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.pack-page .pack-2 .list .content span.tag {
    color: inherit;
}

.pack-page .pack-2 .list .content span.h2 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    max-height: calc(28px * 3);
    overflow-y: auto;
}

.pack-page .pack-2 .list .slick-list {
    overflow: unset;
}

.pack-page .pack-2 .list li:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(43, 54, 37, 0.75);
    transition: .5s;
}

.pack-page .pack-2 .list .slick-slide li {
    -webkit-transform: scale(0.8) translateX(20%);
    -moz-transform: scale(0.8) translateX(20%);
    -ms-transform: scale(0.8) translateX(20%);
    transform: scale(0.8) translateX(20%);
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    transition: 1.5s;
    filter: blur(3px);
}
.pack-page .pack-2 .list .slick-slide li img{
  width: 100%;
}
.pack-page .pack-2 .list .slick-slide.slick-current {
    z-index: 1;
}

.pack-page .pack-2 .list .slick-slide.slick-current.slick-slide li {
    -webkit-transform: scale(1) translateX(0) !important;
    -moz-transform: scale(1) translateX(0) !important;
    -ms-transform: scale(1) translateX(0) !important;
    transform: scale(1) translateX(0) !important;
    filter: unset;
}

.pack-page .pack-2 .list .slick-slide.slick-current li:before {
    opacity: 0;
}

.pack-page .pack-2 .list .slick-slide.slick-current li .content {
    opacity: 1;
}

.pack-page .pack-2 .list .slick-slide.slick-current+div li {
    -webkit-transform: scale(0.8) translateX(-20%);
    -moz-transform: scale(0.8) translateX(-20%);
    -ms-transform: scale(0.8) translateX(-20%);
    transform: scale(0.8) translateX(-20%);
}

.pack-page .pack-2 .list .slickBtn div {
    width: 14%;
    height: 100%;
    top: 0 !important;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    background-color: transparent;

    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 20% 0;
}

.pack-page .pack-2 .list .slickBtn div.prev {
    left: 0;
    -webkit-writing-mode: sideways-rl;
    -ms-writing-mode: sideways-rl;
    writing-mode: sideways-rl;
}

.pack-page .pack-2 .list .slickBtn div.next {
    right: 0;
    left: auto !important;
    -webkit-writing-mode: sideways-lr;
    -ms-writing-mode: sideways-lr;
    writing-mode: sideways-lr;
}

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

.pack-page .pack-3 .list .box {
    background-color: white;
    padding: 5%;
}

.pack-page .pack-3 .list .box a.link {
    color: var(--color);
}

.pack-page .pack-3 .list .box a.link i {
    font-size: 1.5em;
}

.pack-page .pack-4 {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.pack-page .pack-4 span.h6 {
    line-height: 1.2;
    color: var(--color);
}

.pack-page .pack-4 span.h6:before {
    content: '';
    width: 0.35em;
    height: 0.35em;
    background-color: var(--color);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 100%;
    margin-top: .4em;
}

.pack-page .pack-4 .text {
    color: #525252;
}

.pack-page .pack-4 .text strong {
    color: black;
}

.pack-page .pack-4 .left ul {
    grid-template-columns: 52% 44%;
    grid-auto-rows: auto;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.pack-page .pack-4 .left li {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
}

.pack-page .pack-4 .left li:nth-child(2) {
    grid-row: span 2;
    position: relative;
    -webkit-transform: translateY(25%);
    -moz-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
}

.news-page time {
    color: #b4b4b4;
}

.news-page .text {
    color: #6c6c6c;
}

.news-page .list li {
    background-color: #f8f9ff;
    padding: 5%;
}

.newdet-page .m-link em {
    opacity: .5;
}


.newdet-page .form ul li:first-child {
    grid-column: span 3;
}

.newdet-page .form ul li label {
    display: block;
    color: #666;
    margin-bottom: 1em;
}

.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
    width: 100%;
    padding: .5em;
    border: 1px solid #eee;
}

.newdet-page .form ul li textarea {
    height: 8em;
}

.newdet-page .form ul li button {
    border: none;
}

@media screen and (max-width: 1250px) {
    .sustainable-page .sustainable-1 .img {
        min-height: 40vw;
    }

    .innovation-page .innovation-4 .img {
        width: 100%;
    }

    .contact-page iframe {
        height: 38vw;
    }
}

@media screen and (max-width: 1000px) {
    .about-page .about-3 .img {
        display: none;
    }

    .about-page .about-2 .box2 {
        padding: 7%;
    }

    .innovation-page .innovation-3 .left {
        position: static;
    }

    .inner-page .sideBarBox .sideBarBottom .sideBarLeft {
        border-right: 0;
    }

    .inner-page .sideBarBox .sideBarBottom .sideBarRight {
        display: none;
    }

    .pack-page .pack-4 .left li:nth-child(2) {
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }

    .product-page .product-box {
        height: 40vw;
    }

    .sustainable-page .sustainable-1 .img .play {
        right: 16.5%;
    }
    .sustainable-page .sustainable-2 .list ul.grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    

    .play {
        width: 60px;
    }

    .sustainable-page .sustainable-3 .list .right {
        margin-bottom: 5%;
    }

    .prodet-page .prodet-2 .box .left {
        position: static;
    }
}

@media screen and (max-width: 700px) {
    .font-24 {
        font-size: 16px;
    }

    .sideBarTop {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sideBarTop .left {
        width: 100%;
        margin-bottom: 14px;
    }

    .sideBarTop .right {
        width: 100%;
    }

    .inner-page .sideBarBox .sideBarTop form {
        width: 100%;
    }

    .font-32 {
        font-size: 20px;
    }

    .newdet-page .form ul li:first-child {
        grid-column: span 1;
    }

    .newdet-page .form ul,
    .contact-page .contact-2 .list ul {
        grid-template-columns: 1fr;
    }

    .about-page .about-4 .img .play {
        width: 7em;
        height: 7em;
    }

    .about-page .about-1 .list ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about-page .about-1 .list ul li {
        width: 48%;
    }

    .contact-page iframe,
    .product-page .product-box,
    .sustainable-page .sustainable-1 .img {
        height: 70vw;
    }

    .pack-page .pack-2 .list .content span.h2 {
        font-size: 16px;
    }

    .pack-page .pack-2 .list .slickBtn div {
        font-size: 14px;
    }

    .pack-page .pack-2 .list .slickBtn div i {
        font-size: 1em;
    }

    .more i {
        font-size: 1.2em;
    }

    .more {
        height: 2.6em;
    }

    .product-page .product-box .content {
        max-width: 100%;
    }

    .sustainable-page .sustainable-1 .img .play {
        right: 12%;
    }
     .newdet-page .m-link{
       flex-wrap: wrap;
     }
    .newdet-page .m-link div{
      width: 100%;
    }
    .newdet-page .m-link .next{
      text-align: left;
    }
}


.inner-page .sideBarBox .sideBarBottom .sideBarRight .post ul li img {
    min-height: 75px;
    width: 100%;
    object-fit: cover;
}

.prodet-page.inner-page .prodet-1 .box .left ul li a img,
.prodet-page .prodet-1 .right .small .slick-current img {
    background-color: #f1f1f1;
}

.prodet-page .prodet-1 .right .small img {
    border: 1px solid #ccc;
}

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

.inner-page .sideBarBox .sideBarBottom .list ul li a.img-box {
    background-color: #f1f1f1;
  
}

.inner-page .sideBarBox .sideBarBottom .list ul li .img-box:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    /*transform: translate3d(10px, 5px, 15px);
    filter: drop-shadow(0.8rem 0.5rem 3px rgba(0, 0, 0, 0.1));*/
}

.down {
    background: #f2f1ec;
    border-radius: 0.25em;
}

.ny-video {
    position: relative;
}

.ny-video .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.ny-video:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


.sideBarLeft .list dl dd .top .title {
    color: var(--color);
    font-weight: bold;
    text-transform: capitalize;
}




.shaixuan .cp {
    border: 1px solid var(--color);
    border-radius: 5px;
    margin-bottom: 5px;
    color: var(--color);
    position: relative;
}

.shaixuan .cp ul {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: white;
    padding: 10px;
    display: none;
    color: black;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-top: 1px;
    z-index: 1;
}

.shaixuan .cp:hover>ul {
    display: block;
}

.shaixuan .cp ul li a {
    padding: .5em 0;
    display: block;
    border-bottom: 1px solid #eee;
}

.shaixuan .cp ul li a:hover {
    border-color: var(--color);
}

.pack-page .pack-1 .ret {
    position: relative;
}

#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .news-one {
    width: 70%;
}




.prodet-page .prodet-2 .left .faqC {}

.prodet-page .prodet-2 .left .faqC ul li .box .faqTitle {
    cursor: pointer;
    position: relative;
    background: #fff;
    border-radius: 10px;
    color: #000;
}

.prodet-page .prodet-2 .left .faqC ul li .box .faqContent {
    display: none;
}

.prodet-page .prodet-2 .left .faqC ul li .box .faqContent p {
    display: inline;
}

.prodet-page .prodet-2 .left .faqC ul li .box .faqTitle i {
    position: absolute;
    right: 20px;
}

.pack-page {
    word-break: break-word;
}


.pack-page .pack-1 .ret .right .text p i {
    width: 15px;
}


.about-13 .box .left {
    position: sticky;
    top: 150px;
}

.about-13 .box .right .list ul li {
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 1000px) {
    .about-page .about-4 .img .play {
        zoom: 0.8;
    }

    .prodet-1 .box .left {
        position: static;
    }

    .about-13 .box .left {
        position: static;
    }

    .font-17,
    .font-16 {
        font-size: 16px !important;
        line-height: 30px !important;
    }

    p.footrenmin {
        display: none !important;
    }
}
@media screen and (max-width: 700px) {
  .pack-page .pack-1 .ret .slide .txt{
    flex-wrap: wrap;
  }
  .pack-page .pack-1 .ret .slide .txt>div{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
    .about-13 .box .right .list ul li .s-box {
        flex-wrap: wrap;
    }

    .about-13 .box .right .list ul li .s-box .right {
        width: 100%;
    }

    .about-13 .box .right .list ul li .s-box .left {
        width: 100%;
        margin-top: 30px;
    }
    .sustainable-page .sustainable-2 .list ul.grid-4 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .pack-page .pack-2 .list .slick-slide li img{
      min-height: 220px;
      object-fit: cover;
    }
}

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

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

.seoPublic .Auxil-about .box .right .text {
    max-height: calc(1.8em * 8);
    overflow-y: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.backImg {
    background-size: cover;
    background-position: center;
}


.inner-banner.backImg {
    background-size: 100%;
}

.faq-page .faq-1 .list ul li {
    margin-bottom: 10px;
}

.faq-page .faq-1 .list ul li .box {
    position: relative;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    transition: all 0.5s;
}

.faq-page .faq-1 .list ul li .box h6 {
    position: relative;
    color: #222222;
    cursor: pointer;
    padding: 16px 30px;
    transition: all 0.5s;
    gap: 10px;
}

.faq-page .faq-1 .list ul li .box h6 i.fa {
    transition: all 0.5s;
}

.faq-page .faq-1 .list ul li .box .text {
    position: relative;
    padding: 0 30px 25px;
    display: none;
}

.faq-page .faq-1 .list ul li .box.active {
    border-color: var(--color);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.faq-page .faq-1 .list ul li .box.active h6 i.fa {
    transform: rotateX(180deg);
}

@media screen and (max-width: 500px) {
    .faq-page .faq-1 .list ul li .box h6 {
        padding: 15px;
    }

    .faq-page .faq-1 .list ul li .box .text {
        padding: 0 15px 15px;
    }
}

.init-about .mk-content2 .con ul li .box {
    border: 1px solid #e5e5e5;
}






.about-page .about-23 {
  position: relative;
}
.about-page .about-23:after,
.about-page .about-23:before {
  content: '';
  width: 100%;
  height: 20vh;
  margin-left: auto;
  display: block;
  position: -webkit-sticky;
  position: sticky;
}
.about-page .about-23:before {
  /*background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent, white);
  background-image: -moz-linear-gradient(bottom, transparent, white);
  background-image: linear-gradient(to top, transparent, white);
  top: 0;*/
}
.about-page .about-23:after {
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
  background-image: -webkit-linear-gradient(top, transparent, white);
  background-image: -moz-linear-gradient(top, transparent, white);
  background-image: linear-gradient(to bottom, transparent, white);
}
.about-page .about-23 .img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  /*padding-top: 10%;*/
}
.about-page .about-23 .img img {
  position: -webkit-sticky;
  position: sticky;
  bottom: -15%;
  /*max-width: 61.09375%;*/
}
.about-page .about-23 .box .left {
  top: 30%;
  position: -webkit-sticky;
  position: sticky;

}
.about-page .about-23 .box .right {
  position: relative;
}
.about-page .about-23 .box .right .year {
  line-height: .8;
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
  color: var(--color);
}
.about-page .about-23 .box .right .year svg {
  position: absolute;
  left: 1em;
  top: 60%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  z-index: -1;
}
.about-page .about-23 .box .right .year svg .circle1 {
  stroke: var(--color);
  stroke-dasharray: 566;
  stroke-dashoffset: 566;
}
.about-page .about-23 .box .right .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-23 .box .right .list li .year {
  margin-right: 1em;
  color: #ddd;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 2.733em;
}
.about-page .about-23 .box .right .list li .content {
padding: 5% 2%;
    border-top: 2px solid #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-23 .box .right .list li.active {
  opacity: 1;
  
}
.about-page .about-23 .box .right .list li.active .year {
  color: var(--color);
}
.about-page .about-23 .box .right .list li.active .content {
  background: var(--color);
      color: #fff;
}

@media screen and (max-width: 1000px) {
  .about-page .about-23 .box .left {
    position: static;
  }
  .about-page .about-23 .box .right .year svg {
    width: 30vw;
  }

  .about-page .about-23:after{
      height: 60px;
  }
  .about-page .about-23:before {
      height: 30px;
  }
}

@media screen and (max-width: 700px) {
  .about-page .about-23 .box .right .year em {
    font-size: 1em;
  }
  .about-page .about-23 .box .right .year svg {
    width: 20vw;
  }
}
@media screen and (max-width: 500px){
    .about-page .about-23 .box .right .list li .year{
        display: none;
    }
    .about-page .about-23 .box .right .year{
        display: none;
    }
    .about-page .about-23 .box .right .list li{
        opacity: 1;
    }
}

.pt-300 {
    padding-top: 300px;
}


@media screen and (max-width: 1700px) {
.pt-300 {
     padding-top: 260px;
}

    }



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

.pt-300 {
     padding-top: 230px;
}
    }



.font-em-20 {
    font-size: 1.8em;
}


@media (min-width:1001px) {
.about-1 .box .left{
   position: sticky;
    top: 15%;
}
 


}

/*设计*/
.factory-3 .bottom .img,
.factory-3 .bottom .box {
    position: sticky;
    top: 60px;
}


.factory-page .factory-4 {
    color: white;
  }
  .factory-page .factory-4 .backImg {
    background-attachment: fixed;
  }
  .factory-page .factory-4 .left {
    position: -webkit-sticky;
    position: sticky;
    top: 40%;
  }

  .factory-page .factory-4 svg {
    fill: white;
  }
  .factory-page .factory-4 span.h6 {
    line-height: 1;
  }
  .factory-page .factory-4 span.h6 sub {
    vertical-align: baseline;
    margin-left: .7em;
  }
  .factory-page .factory-4 .line {
    width: 100px;
  }
  .factory-page .factory-4 .line ul li {
    height: 90px;
    width: 2px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, transparent, rgba(255, 255, 255, 0.8), transparent);
    background-image: -moz-linear-gradient(bottom, transparent, rgba(255, 255, 255, 0.8), transparent);
    background-image: linear-gradient(to top, transparent, rgba(255, 255, 255, 0.8), transparent);
    position: relative;
  }
  .factory-page .factory-4 .line ul li i {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 2px solid white;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .factory-page .factory-4 .year {
    font-style: italic;
  }


  @media screen and (max-width: 1450px) {
    .factory-page .factory-4 .line {
      width: 70px;
    }
}

@media screen and (max-width: 1250px) {
    .factory-page .factory-4 .line {
        width: 50px;
      }
}

@media screen and (max-width: 1000px) {
    .factory-page .factory-4 .left {
        position: relative;
        top: 0;
      }
.factory-3 .bottom .img,
.factory-3 .bottom .box {
    position: static;
    width: 100%;
}
}


@media screen and (max-width: 500px) {
    .factory-page .factory-4 .top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
      }
      .factory-page .factory-4 .number {
        width: 100%;
        margin-top: 5%;
      }
      .factory-page .factory-4 .number ul {
        gap: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
      }
      .factory-page .factory-4 .year {
        width: 80%;
      }

}


.factory-4 .play {
    text-transform: uppercase;
    letter-spacing: .3em;
    position: relative;
    cursor: pointer;
    cursor: hand;
    margin-left: inherit;
    margin-right: inherit;
}