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

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

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

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

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

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

body {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    --color: #50a564;--white: #ffffff;
    margin: 0 auto;
    color: #332c2b;
}

.container {
    width: 1530px;
}

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

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

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

#header .nav .logo {
    width: 22%;
    text-align: center;
}

#header .nav .logo img {
    margin-left: 14%;
    max-width: 52%;
}

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

#header .nav .ui.menu .top {
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

#header .nav .ui.menu .top .media .contact ul li {
    padding: 0 30px;
}

#header .nav .ui.menu .top .media .share ul li a {
    width: 22px;
    height: 22px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    transition: all 0.5s;
}

#header .nav .ui.menu .top .media .share ul li a:hover {
    background-color: var(--color);
}

#header .nav .ui.menu .bottom {
    height: 75px;
}

#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 {
    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 15px;
    padding: 0 12px;
    font-size: 18px;
    font-weight: 500;
    height: 100%;
    -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: 3px 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: flex;
    align-items: center;
    gap: 10px;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li>a span.jt {
    display: block;
    width: 12px;
    height: 7px;
    background: url("../images/h-down.png") no-repeat center center;
}

#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: 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: 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 .menu-box .menu-menu-container ul.menu li:nth-child(1) {
    margin-left: 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 {
    position: relative;
}

#header .nav .ui.menu .right .h-search1 form {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 15px;
}

#header .nav .ui.menu .right .h-search1 form .submit {
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
}

#header .nav .ui.menu .right .h-search1 form input {
    display: block;
    width: 188px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(51, 44, 43, 0.7);
    color: #332c2b;
    font-size: 14px;
}

#header .nav .ui.menu .right .h-search1 form input::placeholder {
    color: rgba(51, 44, 43, 0.45);
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

#header .nav .ui.menu .right .h-search1::after {
    content: "";
    display: block;
    width: 1px;
    height: 75px;
    background-color: rgba(0, 0, 0, 0.16);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#banner {
    margin-top: 125px;
}

#banner .banner-content {
    height: calc(100vh - 125px);
    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: 920px;
    line-height: 1.1;
}

#banner .banner-content .swiper-slide .txt-content .text2 {
    max-width: 790px;
    line-height: 1.7;
}

#banner .banner-content .swiper-tool-box {
    width: 100%;
    position: absolute;
    bottom: 60px;
    left: 0;
    z-index: 1;
}

#banner .banner-content .swiper-tool-box .swiper-tool {
    position: relative;
    width: auto;
    height: 20px;
}

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-button {
    width: 20px;
    height: 20px;
    position: static;
    margin-top: 0;
}

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-button::after {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
}

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-button:hover::after {
    color: var(--color);
}

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-button.swiper-button-prev {
    left: 0;
}

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination {
    width: auto;
    position: static;
    margin: 0 20px;
    display: flex;
    align-items: center;
}

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    background-color: transparent;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    transition: all 0.5s;
}

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

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination .swiper-pagination-bullet-active {
    width: 29px;
    background-color: var(--color);
}

.btn-go {
    width: auto;
    min-width: 212px;
    padding: 0 20px;
    height: 72px;
    border-radius: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    border: 1px solid transparent;
    background-color: var(--color);
    font-size: 16px;
    color: #fff;
    gap: 22px;
    position: relative;
    padding-right: 68px;
}

.btn-go img {
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
}

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

.btn-go:hover img {
    filter: none;
}

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

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

#index-body .init-about .mk-content .top .left {
    width: 47%;
    padding-right: 7%;
    position: relative;
}

#index-body .init-about .mk-content .top .left .bg {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 120%;
}

#index-body .init-about .mk-content .top .right {
    width: 53%;
}

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

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

#index-body .init-about .mk-content .bottom .right {
    width: 45%;
    padding-left: 5%;
}

#index-body .init-about .mk-content .bottom .right ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 22px 0 18px;
    cursor: pointer;
}

#index-body .init-about .mk-content .bottom .right ul li:nth-last-child(1) {
    border-bottom: none;
}



#index-body .init-about .mk-content .bottom .right ul li .box .img i {
    flex-shrink: 0;
    width: 48px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#index-body .init-about .mk-content .bottom .right ul li .box .img i img{
    transition: all 0.8s;
}

#index-body .init-about .mk-content .bottom .right ul li .box:hover .img i img{
    transform: rotateY(360deg);
}

#index-body .init-about .mk-content .bottom .right ul li .box .txt {
    color: #0e1d25;
}



#index-body .init-category .txtlb {
    width: 34%;
    padding-bottom: 180px;
}

#index-body .init-category .imglb {
    width: calc(66% + (100vw - 1500px) / 2);
    padding-left: 4%;
    margin-right: calc((1500px - 100vw) / 2);
}

#index-body .init-category .imglb .bgcon {
    padding: 38px 0 38px 38px;
    background-color: #fff;
}

#index-body .init-category .imglb .bgcon ul li .box .img-box {
    border: 2px solid transparent;
    transition: all 0.5s;
}

#index-body .init-category .imglb .bgcon ul li.swiper-slide-thumb-active .box .img-box {
    border-color: var(--color);
}

#index-body .init-product .h-cat {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 0 30px;
}

#index-body .init-product .h-cat ul {
    background: #ffffff
}

#index-body .init-product .h-cat ul li {
    padding: 0 10px;
}

#index-body .init-product .h-cat ul li .box a {
    transition: all 0.5s;
    position: relative;
    padding: 22px 0;
    display: block;
}

#index-body .init-product .h-cat ul li .box a::after {
    content: "";
    display: block;
    width: 90%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color);
    opacity: 0;
    transition: all 0.5s;
}

#index-body .init-product .h-cat ul li .box a:hover {
    color: var(--color);
}
#index-body .init-product .h-cat ul li.active .box a {
    color: var(--color);
}

#index-body .init-product .h-cat ul li .box a:hover::after {
    opacity: 1;
}
#index-body .init-product .h-cat ul li.active .box a::after {
    opacity: 1;
}

#index-body .init-product .mk-content .item{
    display: none;
}

#index-body .init-product .mk-content .item.active{
    display: block;
}

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

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

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

#index-body .init-product .mk-content ul li .box .img-box .morecon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    padding: 50px;
    transition: all 0.5s;
}

#index-body .init-product .mk-content ul li .box .img-box .morecon .bk-more {
    position: relative;
    padding-bottom: 40px;
    padding-left: 70px;
}

#index-body .init-product .mk-content ul li .box .img-box .morecon .bk-more .word {
    transition: all 0.5s;
}

#index-body .init-product .mk-content ul li .box .img-box .morecon .bk-more .word em {
    padding-left: 0.5em;
}

#index-body .init-product .mk-content ul li .box .img-box .morecon .bk-more .line {
    position: absolute;
    width: 70px;
    height: 70px;
    display: block;
    left: 0;
    bottom: 0;
}

#index-body .init-product .mk-content ul li .box .img-box .morecon .bk-more .line::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #fff;
    transition: all 0.5s;
}

#index-body .init-product .mk-content ul li .box .img-box .morecon .bk-more .line::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #fff;
    transition: all 0.5s;
}

#index-body .init-product .mk-content ul li .box .img-box .morecon .bk-more:hover .word {
    color: var(--color);
}

#index-body .init-product .mk-content ul li .box .img-box .morecon .bk-more:hover .line::before {
    background-color: var(--color);
}

#index-body .init-product .mk-content ul li .box .img-box .morecon .bk-more:hover .line::after {
    background-color: var(--color);
}

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

#index-body .init-data .mk-content ul .line {
    display: block;
    height: 4px;
    background-color: rgba(80, 165, 100, 0.7);
    width: 4%;
}

#index-body .init-data .mk-content ul .line-l {
    width: 11%;
    flex-shrink: 0;
}

#index-body .init-data .mk-content ul li {
    flex-shrink: 0;
}

#index-body .init-data .mk-content ul li .content h4 {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#index-body .init-data .mk-content ul li .content i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 55px;
}

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

#index-body .init-news .mk-content .left .img-box {
    display: inline-block;
}

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

#index-body .init-news .mk-content .right .mk-tt {
    border-bottom: 2px solid rgba(51, 44, 43, 0.38);
}

#index-body .init-news .mk-content .right .newslb .zdy-pagination {
    position: static;
    display: flex;
}

#index-body .init-news .mk-content .right .newslb .zdy-pagination span {
    width: 11px;
    height: 11px;
    background-color: #332c2b;
    margin: 0 6px;
    opacity: 1;
    transition: all 0.5s;
}

#index-body .init-news .mk-content .right .newslb .zdy-pagination span.swiper-pagination-bullet-active {
    background-color: var(--color);
}

#index-body .init-contact .mk-content .left {
    width: 50%;
    padding-right: 10%;
}

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

#index-body .init-contact .mk-content .right .form {
    background-color: #fff;
    padding: 50px 45px 35px;
}

#index-body .init-contact .mk-content .right .form form ul {
    margin: 0 -22px;
}

#index-body .init-contact .mk-content .right .form form ul li {
    padding: 0 22px;
}

#index-body .init-contact .mk-content .right .form form ul li input {
    width: 100%;
    height: 58px;
    padding: 5px 15px;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    color: #0e1d25;
    transition: all 0.5s;
    margin-top: 26px;
    background-color: #f4f4f6;
    border-radius: 4px;
}

#index-body .init-contact .mk-content .right .form form ul li input::placeholder {
    color: #666666;
}

#index-body .init-contact .mk-content .right .form form ul li.content input {
    height: 100px;
}

#index-body .init-contact .mk-content .right .form form ul li .send {
    height: 46px;
    min-width: 358px;
}

#index-body .init-brands .mk-content .left {
    width: 50%;
    padding-right: 6%;
}

#index-body .init-brands .mk-content .left ul {
    margin: -16px -25px;
}

#index-body .init-brands .mk-content .left ul li {
    padding: 16px 25px;
    width: 33.3%;
}

#index-body .init-brands .mk-content .left ul li .box {
    background-color: #f4f4f6;
    border-radius: 10px;
    width: 100%;
    height: 188px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

#index-body .init-brands .mk-content .left ul li .box:hover {
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 30%);
}

#index-body .init-brands .mk-content .right {
    width: 50%;
    padding-left: 6%;
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88px;
    height: 88px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

.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.42);
    pointer-events: none;
    z-index: -1;
}

.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.42);
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    pointer-events: none;
    z-index: -1;
}

#footer {
    border-top: 1px solid rgba(51, 44, 43, 0.2);
}

#footer .footer-center .left {
    width: 50%;
    padding-right: 2%;
}

#footer .footer-center .left .footer-b {
    border-top: 1px solid rgba(51, 44, 43, 0.2);
}

#footer .footer-center .left .footer-b p span {
    font-size: 18px;
    font-weight: 300;
    display: block;
}

#footer .footer-center .left .footer-b p img {
    width: 220px;
    height: auto;
    padding-top: 5px;
    opacity: 0.4;
}

#footer .footer-center .left .footer-b p .svg a {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

#footer .footer-center .left .footer-b p svg {
    width: auto;
    max-height: 34px;
    transition: all 0.5s;
    fill: #645b5a;
}

#footer .footer-center .left .footer-b .share li a {
    width: 38px;
    height: 38px;
    background-color: #332c2b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.5s;
}

#footer .footer-center .left .footer-b .share li a:hover {
    background-color: var(--color);
}

#footer .footer-center .right {
    width: 50%;
    padding-left: 15%;
}

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

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

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

#footer .footer-center .right .footer-t-gird .t-list.link li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

#footer .footer-center .right .footer-t-gird .t-list.link li::before {
    content: "";
    width: 7px;
    height: 12px;
    background: url(../images/f-jt.png) no-repeat center center;
    filter: brightness(0);
    transition: all 0.5s;
    flex-shrink: 0;
}

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

#footer .footer-center .right .footer-t-gird .t-list.link li:hover::before {
    filter: none;
}

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

#footer .footer-center .right .footer-t-gird .t-list.contact ul li {
    position: relative;
    padding-left: 30px;
}

#footer .footer-center .right .footer-t-gird .t-list.contact ul li i {
    position: absolute;
    left: 0;
    top: 13%;
    width: 24px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1880px) {
    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
        margin: 0 12px;
        padding: 0 10px;
    }
}
@media screen and (max-width: 1820px) {
    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
        margin: 0 12px;
        padding: 0 6px;
    }
}
@media screen and (max-width: 1740px) {
    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
        margin: 0 6px;
        padding: 0 6px;
    }
}
@media screen and (max-width: 1700px) {
    #index-body .init-category .imglb {
        width: calc(66% + (100vw - 1370px) / 2);
        margin-right: calc((1370px - 100vw) / 2);
    }

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

    #index-body .init-brands .mk-content .left ul li {
        padding: 10px;
    }
}
@media screen and (max-width: 1610px){
    #header .nav .ui.menu {
        width: 84%;
    }
    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li{
        font-size:16px;
    }
    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
        margin: 0 10px;
        padding: 0 5px;
    }
}
@media screen and (max-width: 1540px) {
    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    margin: 0 6px;
    padding: 0;
}
}
@media screen and (max-width: 1450px) {
    body {
        font-size: 16px;
    }

    .btn-go {
        zoom: 0.9;
    }

    .pt-btn {
        zoom: 0.9;
    }

    #header .nav .ui.menu .right .h-search1 {
        zoom: 0.85;
    }



    #header .nav .ui.menu .top .media .contact ul li {
        padding: 0 10px;
    }

    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li>a {
        gap: 4px;
    }

    .play {
        zoom: 0.8;
    }

    #index-body .init-category .imglb {
        width: calc(66% + (100vw - 1170px) / 2);
        margin-right: calc((1170px - 100vw) / 2);
    }

    #index-body .init-category .imglb .bgcon {
        padding: 20px 0 20px 20px;
    }
    
    #index-body .init-product .h-cat {
        width: 100%;
        padding: 0 15px;
    }

    #index-body .init-contact .mk-content .right .form form ul {
        margin: 0 -10px;
    }

    #index-body .init-contact .mk-content .right .form form ul li {
        padding: 0 10px;
    }

    #index-body .init-contact .mk-content .right .form form ul li input {
        margin-top: 15px;
    }

    #index-body .init-brands .mk-content .left ul li .box img {
        zoom: 0.6;
    }
}
@media screen and (max-width: 1320px) {
    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    font-size: 15px;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li>a span.jt{
    display: none;
}
}
@media screen and (max-width: 1250px) {
    #banner .banner-content {
        height: 40vw;
    }

    #footer .footer-center .right {
        padding-left: 5%;
    }

    #footer .footer-center .right .footer-t-gird .t-list.link li {
        gap: 5px;
    }

    #index-body .init-about .mk-content .bottom .right ul li {
        padding: 15px 0 10px;
    }

    #index-body .init-about .mk-content .bottom .right ul li .box .img i {
        zoom: 0.8;
    }

    #index-body .init-category .imglb {
        width: calc(66% + (100vw - 940px) / 2);
        margin-right: calc((940px - 100vw) / 2);
    }

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

    #index-body .init-contact .mk-content .right .form form ul li input {
        height: 45px !important;
    }

    #index-body .init-contact .mk-content .right .form {
        padding: 30px 15px;
    }

    #index-body .init-contact .mk-content .right .form form ul li input::placeholder {
        font-size: 14px;
    }
}

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

    #footer .footer-center {
        flex-direction: column-reverse;
    }

    #footer .footer-center .left {
        width: 100%;
        padding-right: 0;
        margin-top: 5%;
    }

    #footer .footer-center .left .logo>img {
        zoom: 0.7;
    }

    #footer .footer-center .right {
        width: 100%;
        padding-left: 0;
    }

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

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

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

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

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

    #footer .footer-center .left .footer-b p svg {
        height: 30px;
    }

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

    #index-body .init-about .mk-content .top .right {
        width: 100%;
        margin-top: 5%;
    }

    #index-body .init-about .mk-content .top .left .bg {
        left: 50%;
        transform: translateX(-50%);
    }

    .play {
        zoom: 0.7;
    }

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

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

    #index-body .init-category .imglb {
        width: 100%;
        margin-right: 0;
        padding-left: 0;
    }

    #index-body .init-category .txtlb {
        width: 100%;
        padding-bottom: 5%;
    }

    #index-body .init-category .imglb .bgcon {
        padding: 16px;
    }

    #index-body .init-product .h-cat {
        padding: 0 15px;
    }
    #index-body .init-product .h-cat ul{
        flex-wrap: wrap;
    }
    #index-body .init-product .h-cat ul li {
        padding: 0 15px;
        width: 50%;
        text-align: center;
    }

    #index-body .init-product .h-cat ul {
        margin: 0 -15px;
    }

    #index-body .init-product .h-cat ul li .box a {
        padding: 10px 0;
    }

    #index-body .init-data .mk-content ul .line-l {
        display: none;
    }

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

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

    #index-body .init-data .mk-content ul li .content h4 {
        height: auto;
    }

    #index-body .init-news .mk-content .left {
        width: 100%;
        padding-right: 0;
    }

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

    #index-body .init-contact .mk-content .left {
        width: 100%;
        padding-right: 0;
    }

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

    #index-body .init-brands .mk-content .left {
        width: 100%;
        padding-right: 0;
    }

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

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

    .btn-go {
        zoom: 0.8;
    }

    .pt-btn {
        zoom: 0.8;
    }

    .phone_hide {
        display: none;
    }

    #banner .banner-content .swiper-tool-box {
        bottom: 20px;
    }

    #index-body .init-data .mk-content ul {
        flex-wrap: wrap;
    }

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

    #index-body .init-contact .mk-content .right .form form ul li .send {
        min-width: 280px;
    }
}

@media screen and (max-width: 500px) {
    #index-body .init-product .h-cat ul li {
        width: 100%;
    }

    #index-body .init-contact .mk-content .right .form form ul li input::placeholder {
        font-size: 12px;
    }

    #index-body .init-contact .mk-content .right .form form ul li input {
        padding: 0 5px;
    }

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

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

.inner-banner .box {
    min-height: 450px;
    padding-top: 145px;
    padding-bottom: 30px;
}

.inner-banner .box .mbx {
    color: white;
    font-size: 20px;
    font-weight: 400;
}

.inner-banner .box .mbx span {
    color: #95db34;
}



.m-page {
    text-align: right;
}

.m-page a,
.m-page span {
    display: inline-block;
    width: 46px;
    height: 46px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-left: 10px;
    line-height: 50px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

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


/*
    product-yd-page
==============================================*/
.product-yd-page ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.product-yd-page ul li .img .img-box {
    border-radius: 30px 30px 0 30px;
}

.product-yd-page ul li .img img {
    width: 100%;
    max-height: 460px;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-yd-page ul li .content {
    background-color: white;
    border-radius: 0 50px 50px 0;
    padding: 45px 20px 45px 40px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.product-yd-page ul li .content .h2 {
    position: relative;
    font-weight: 500;
    padding-bottom: 13px;
}

.product-yd-page ul li .content .h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 3px;
    background-color: var(--color);
}

.product-yd-page ul li .content .des {
    font-size: 16px;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-weight: 400;
    margin: 29px 0 25px;
}

.product-yd-page ul li:nth-child(2n) .img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.product-yd-page ul li:nth-child(2n) .img .img-box {
    border-radius: 30px 30px 30px 0;
}

.product-yd-page ul li:nth-child(2n) .content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-radius: 50px 0 0 50px;
}

.product-yd-page ul li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
    .product-yd-page ul li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-yd-page ul li .img {
        width: 100% !important;
        order: 1;
    }

    .product-yd-page ul li .content {
        width: 100% !important;
        order: 2;
        border-radius: 15px;
    }

    .product-yd-page ul li:nth-child(2n) .img {
        order: 1;
    }

    .product-yd-page ul li:nth-child(2n) .content {
        order: 2;
        border-radius: 15px;
    }
}

@media screen and (max-width: 500px) {
    .product-yd-page ul li .content {
        padding-left: 20px;
    }
}

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


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

.product-page {
    padding-top: 90px;
    background: url(../images/product-yd-page-bg.jpg) no-repeat center center;
}

.product-page .product-1 {
    padding-bottom: 100px;
}

.product-page .product-1 .left {
    width: 34%;
    padding-right: 50px;
    position: sticky;
    top: 130px;
}

.product-page .product-1 .left .box {
    border: 1px solid #eee;
    background: white;
    border-radius: 45px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.07);
    padding: 0px 0 20px;
}

.product-page .product-1 .left .box .h3 {
    font-size: 24px;
    color: white;
    font-weight: bold;
    background: var(--color);
    border-radius: 10px 10px 0 0;
    padding: 5px 15px;
}

.product-page .product-1 .left .box .h3 i {
    font-size: 18px;
    margin-right: 10px;
}

.product-page .product-1 .left .box ul {
    margin: 0;
}

.product-page .product-1 .left .box ul li {
    padding: 0;
}

.product-page .product-1 .left .box>ul>li {
    font-size: 18px;
    position: relative;
    padding: 5px 0;
    border-radius: 45px;
    background: transparent;
}

.product-page .product-1 .left .box>ul>li>a {
    position: relative;
    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;
    /*border-bottom: 1px solid #eee;*/
    padding: 10px 30px;
    font-weight: 500;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    border-radius: 45px;
}

.product-page .product-1 .left .box>ul>li:last-child>a {
    border: none;
}

.product-page .product-1 .left .box>ul>li>a .icon {
    display: inline-block;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    line-height: 78px;
    margin-right: 15px;
    vertical-align: middle;
}

.product-page .product-1 .left .box>ul>li>a .icon img {
    vertical-align: middle;
}

.product-page .product-1 .left .box>ul>li a i {
    position: absolute;
    right: 25px;
    font-size: 30px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    display: inline-block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.product-page .product-1 .left .box>ul>li li a {
    position: relative;
}

.product-page .product-1 .left .box>ul>li li a i {
    font-size: 24px;
}

/*.product-page .product-1 .left .box>ul>li.active>a i,*/
.product-page .product-1 .left .box ul li a i.active {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.product-page .product-1 .left .box>ul>li ul {
    padding: 15px 20px;
    display: none;
}

.product-page .product-1 .left .box>ul>li ul li {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.product-page .product-1 .left .box>ul>li ul li a {
    display: flex;
    align-items: center;
    padding: 20px 40px;
    border-bottom: 1px solid #eee;
}

.product-page .product-1 .left .box>ul>li:hover>a,
.product-page .product-1 .left .box>ul>li.active>a {
    background: #e6eed9;
    color: var(--color);
}

.product-page .product-1 .left .box>ul>li:hover>a .icon,
.product-page .product-1 .left .box>ul>li.active>a .icon {
    background: var(--color);
}

.product-page .product-1 .left .box>ul>li:hover>a .icon img,
.product-page .product-1 .left .box>ul>li.active>a .icon img {
    filter: brightness(0) invert(1);
}

.product-page .product-1 .left .box>ul>li ul li:hover>a,
.product-page .product-1 .left .box>ul>li ul li.active>a {
    color: var(--color);
}

.product-page .product-1 .left .box>ul li.active>ul {
    display: block;
}

.product-page .product-1 .right {
    width: 66%;
    position: relative;
}

.product-page .product-1 .right .box_2 {
    background: white;
    padding: 30px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    overflow: hidden;
}

.product-page .product-1 .right .box_2 .list_box.active {
    display: block;
}

.product-page .product-1 .right .box_2 .list_box.active ul li {
    animation: fadeInUp 1s;
}


.product-page .product-1 .right .btn {
    text-align: right;
    margin-bottom: 20px;
    position: absolute;
    right: 0;
    top: -80px;
}

.product-page .product-1 .right .btn>div {
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    font-size: 16px;
}

.product-page .product-1 .right .btn span {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--color);
    color: var(--color);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
}

.product-page .product-1 .right .btn>div.active span,
.product-page .product-1 .right .btn>div:hover span {
    background: var(--color);
    color: white;
}

.product-page .product-1 .Auxil-catdes {
    font-size: 16px;
    line-height: 26px;
    margin: 22px 0 85px;
}

.product-page .product-1 .Auxil-catdes .des {
    max-height: 107px;
    overflow: hidden;
    font-weight: normal;
}

.product-page .product-1 .Auxil-catdes .des.active {
    height: auto;
    max-height: unset;
}

.product-page .product-1 .Auxil-catdes .des.active p {
    margin-bottom: 10px;
}

.product-page .product-1 .Auxil-catdes .mores {
    color: var(--color);
    text-decoration: underline;
    cursor: pointer;
}

.product-page .product-1 ul {
    margin: -8px;
}

.product-page .product-1 ul li {
    padding: 8px;
}

.product-page .product-1 ul li .img {
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.product-page .product-1 ul li .img .img-box {
    border-radius: 10px;
    background-color: #fdfff9;
}

.product-page .product-1 ul li .img .arrow {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 60px;
    height: 60px;
    background-color: var(--color);
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    color: white;
    z-index: 3;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}

.product-page .product-1 ul li .img .arrow::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #222;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}

.product-page .product-1 ul li .img .arrow:hover::after {
    width: 100%;
}

.product-page .product-1 ul li .img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 2px solid var(--color);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
}

.product-page .product-1 ul li .h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-top: 45px;
}

.product-page .product-1 ul li:hover .img::after {
    opacity: 1;
}

.product-page .product-1 .right .list_two ul li {
    padding: 20px 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    border-bottom: solid 1px #efefef;
    display: flex;
    flex-wrap: wrap;
}

.product-page .product-1 .right .list_two ul li::after {
    background: #f2f5f7;
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    right: -30px;
    bottom: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    z-index: -1;
}

.product-page .product-1 .right .list_two ul li:hover::after {
    opacity: 1;
}

.product-page .product-1 .right .list_two ul li .left_img {
    width: 30%;
    display: flex;
    flex-wrap: wrap;

    justify-content: space-between;
}

.product-page .product-1 .right .list_two ul li .left_img .small-box {
    width: 17.5%;

}

.product-page .product-1 .right .list_two ul li .left_img .small {
    margin: -7% 0;
    height: 100%;
}

.product-page .product-1 .right .list_two ul li .left_img .small .slick-vertical .slick-slide {
    border: 0;
}

.product-page .product-1 .right .list_two ul li .left_img .small .img {
    padding: 7% 0;
    box-shadow: unset;
    border-radius: 0;
    height: 100%;
    display: block !important;
}

.product-page .product-1 .right .list_two ul li .left_img .small .img a {
    display: block;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    border-radius: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.product-page .product-1 .right .list_two ul li .left_img .small .img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.product-page .product-1 .right .list_two ul li .left_img .small .img::after {
    content: none;
}

.product-page .product-1 .right .list_two ul li .left_img .big {
    width: 82.5%;
    padding-left: 6%;

    overflow: hidden;
}

.product-page .product-1 .right .list_two ul li .left_img .big .imgbox {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-page .product-1 .right .list_two ul li .left_img .big .imgbox img {
    border-radius: 10px;
}

.product-page .product-1 .right .list_two ul li .right_content {
    width: 70%;
    text-align: left;
    padding-left: 20px;
    vertical-align: middle;
}

.product-page .product-1 .right .list_two ul li .right_content .btn-go {
    height: 56px;
    zoom: 0.8;
}

.product-page .product-1 .right .list_two ul li .right_content .h4 {
    text-align: left;
    margin: 0 0 10px;
}

.product-page .product-1 .right .list_two ul li .right_content .des {
    font-size: 14px;
    line-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 20px 0;
}

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

    .product-page .product-1 .left .box>ul>li ul li a {
        padding: 20px;
    }

    .product-page .product-1 .left .box>ul>li ul li a i {
        right: 0;
    }

    .product-page .product-1 .left .box>ul>li>a .icon {
        zoom: 0.8;
    }
}

@media screen and (max-width: 1250px) {
    .product-page .product-1 .left .box>ul>li>a {
        padding: 10px 22px;
    }

    .product-page .product-1 .left .box>ul>li a i {
        right: 4px;
    }

    .product-page .product-1 .left .box>ul>li>a .icon {
        zoom: 0.6;
    }

    .product-page .product-1 .left .box>ul>li ul li a {
        padding: 10px;
    }

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

    /*.product-page .product-1 .right .list_two ul li .left_img .big {
    padding-left: 4%;
}*/
}

@media screen and (max-width: 1000px) {
    .product-page .product-1 .left {
        display: none;
    }

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

    .product-page .product-1 .right .list_two ul li .left_img .small .img a {
        border-radius: 3px;
    }

    .product-page .product-1 .right .list_two ul li .left_img .small .img a img {
        border-radius: 3px;
    }

    .product-page .product-1 ul li .h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 700px) {
    .product-page .product-1 .right .list_two ul li .left_img {
        width: 100%;
    }

    .product-page .product-1 .right .list_two ul li .right_content {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .product-page.prodet-page .product-1 {
        padding-bottom: 40px;
    }

    .product-page.prodet-page .product-1 ul li .h4 {
        margin-bottom: 0;
    }

    .product-page .product-1 .right .box_2 {
        padding: 20px;
    }
}

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

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

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

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


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

.prodet-page {
    padding-top: 0
}

.prodet-page .title {
    position: relative;
    font-size: 30px;
    border-bottom: 1px solid #c8c8c8;
    font-weight: 500
}

.prodet-page .title span {
    position: relative;
    display: inline-block;
    padding-bottom: 12px
}

.prodet-page .title span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background-color: #70af1c
}

.prodet-page .prodet-1 {
    background: url(/template/en/images/prodet-1-bg.png) no-repeat top #f7f9f4;
    padding: 145px 0 85px
}

.prodet-page .prodet-1 .left {
    vertical-align: bottom;
    position: relative;
    border-radius: 30px 30px 0 0;
    background: #fdfff9
}

.prodet-page .prodet-1 .left .color {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -45px;
    text-align: center
}

.prodet-page .prodet-1 .left .color ul {
    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
}

.prodet-page .prodet-1 .left .color ul li {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    font-size: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border: 2px solid transparent
}

.prodet-page .prodet-1 .left .color ul li.active {
    border-color: var(--color)
}

.prodet-page .prodet-1 .left a {
    display: block
}

.prodet-page .prodet-1 .left img {
    border-radius: 30px 30px 0;
    width: 100%;
    background-color: #fdfff9
}


.prodet-page .prodet-1 .left .box .slick-arrow,
.Auxil-related .slick-arrow {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 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;
    background-color: var(--color);
    color: #fff;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    font-size: 0
}

.prodet-page .prodet-1 .left .box .slick-arrow {
    top: 50%
}

.prodet-page .prodet-1 .left .box .slick-prev {
    left: 0
}

.Auxil-related .slick-prev {
    left: -40px
}

.prodet-page .prodet-1 .left .box .slick-next {
    right: 0
}


.prodet-page .prodet-1 .left .box .slick-prev:after {
    content: "\e69a";
    font-family: "iconfont";
    font-size: 20px
}

.prodet-page .prodet-1 .left .box .slick-next:after {
    content: "\e6ac";
    font-family: "iconfont";
    font-size: 20px
}

.prodet-page .prodet-1 .left .play {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 10px;
    bottom: 20px;
    z-index: 9;
    cursor: pointer
}

.prodet-page .prodet-1 .left .play img {
    background: 0 0
}

.prodet-page .prodet-1 .left ul .slick-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px
}

.prodet-page .prodet-1 .left ul .slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px;
    transition: .5s;
    background: #e4f0d3
}

.prodet-page .prodet-1 .left ul .slick-dots li button {
    display: none
}

.prodet-page .prodet-1 .left ul .slick-dots li.slick-active {
    background: var(--color)
}

.prodet-page .prodet-1 .right {
    vertical-align: bottom
}

.prodet-page .prodet-1 .right .Auxil-through {
    text-align: right
}

.prodet-page .prodet-1 .right .Auxil-through a {
    display: inline-block;
    text-align: center;
    margin-left: 30px
}

.prodet-page .prodet-1 .right .Auxil-through a .icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    color: #70af1c;
    border: 1px solid #70af1c;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.prodet-page .prodet-1 .right .Auxil-through a .icon img {
    vertical-align: middle
}

.prodet-page .prodet-1 .right .Auxil-through a span {
    font-size: 17px
}

.prodet-page .prodet-1 .right .Auxil-through a:hover .icon {
    background-color: #70af1c;
    color: #fff
}

.prodet-page .prodet-1 .right .Auxil-through a:hover .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.prodet-page .prodet-1 .right .box {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
    border-radius: 0 50px 50px 0;
    padding: 40px 25px 40px 60px;
    margin-top: 25px
}

.prodet-page .prodet-1 .right .box h1 {
    position: relative;
    padding-bottom: 14px
}

.prodet-page .prodet-1 .right .box h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 3px;
    background-color: #70af1c
}

.prodet-page .prodet-1 .right .box .content {
    font-size: 16px;
    line-height: 28px;
    color: #011e1a;
    margin: 24px 0 29px;
    font-weight: 400;
    overflow: auto;
    max-height: 340px
}

.prodet-page .prodet-1 .right .box .gallery {
    margin-top: 43px
}

.prodet-page .prodet-1 .right .box .gallery ul {
    margin: -11px
}

.prodet-page .prodet-1 .right .box .gallery .slick-track {
    margin-left: 0
}

.prodet-page .prodet-1 .right .box .gallery ul .slick-track {
    transform: translate(0, 0) !important
}

.prodet-page .prodet-1 .right .box .gallery ul li {
    padding: 11px
}

.prodet-page .prodet-1 .right .box .gallery ul li a {
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: #fdfff9
}

.prodet-page .prodet-1 .right .box .gallery .slick-current ul .slick-current li a,
.prodet-page .prodet-1 .right .box .gallery ul .slick-current li a,
.prodet-page .prodet-1 .right .box .gallery ul li:hover a {
    border-color: #70af1c
}

.prodet-page .prodet-1 .right .color {
    margin-top: 15px
}

.prodet-page .prodet-1 .right .color ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.prodet-page .prodet-1 .right .color ul li {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    font-size: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .1);
    position: relative
}

.prodet-page .prodet-1 .right .color ul li:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.prodet-page .prodet-1 .right .color ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: 0 0;
    border: 3px solid transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.prodet-page .prodet-1 .right .color ul li:hover:after,
.prodet-page .prodet-1 .right .color ul li.active:after {
    border-color: #fff
}

.prodet-page .prodet-1 .right .color ul li:hover:before,
.prodet-page .prodet-1 .right .color ul li.active:before {
    border-color: var(--color)
}

.prodet-page .prodet-2 {
    padding-top: 65px;
}

.prodet-page .prodet-2 .content.det1 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    align-items: center;
    justify-content: space-around
}

.prodet-page .prodet-2 .content.det1 ul li {
    padding: 10px;
    text-align: center;
    flex: 1
}

.prodet-page .prodet-2 .content.det1 ul li img {
    width: 150px
}

.prodet-page .prodet-2 .content.img_1 ul {
    margin: -15px
}

.prodet-page .prodet-2 .content.img_1 ul li {
    padding: 15px
}



.prodet-page .prodet-2 .det2 table tr:first-child {
    background: var(--color);
    color: #fff
}

.prodet-page .prodet-2 .det2 table tr:first-child td {
    padding: 20px 0
}




@media screen and (max-width: 1000px) {
    .prodet-page .prodet-1 .left {
        width: 100%
    }

    .prodet-page .prodet-1 .right {
        width: 100%;
        margin-top: 20px
    }

    .prodet-page .prodet-2 .content.det1 ul li {
        flex: 1
    }
}

@media screen and (max-width: 700px) {
    .prodet-page .prodet-1 .right .box {
        padding-left: 20px;
        border-radius: 20px
    }

    .prodet-page .prodet-2 .content.det1 ul li {
        flex: unset
    }

    .prodet-page .prodet-1 {
        padding: 60px 0 50px
    }

    .prodet-page .prodet-2 .content.font-18 {
        font-size: 15px
    }

    .prodet-page .title {
        font-size: 22px
    }

}

@media screen and (max-width: 500px) {
    .prodet-page .prodet-2 .det4 ul li {
        width: 100%
    }

    .prodet-page .prodet-1 .right .Auxil-through a {
        zoom: 0.8;
    }
}

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


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

.about-page .about-1 .i-title {
    color: #011e1a;
}

.about-page .about-1 .h4 {
    color: #011e1a;
    /*text-align: center;*/
    font-size: 24px;
    font-weight: 400;
    margin: 5px 0 30px;
}

.about-page .about-1 .play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.about-page .about-1 .play:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
}

.about-page .about-1 .play:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100% !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
}

.about-page .about-1 .content {
    margin-top: 30px;

}

.about-page .about-1 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 30px;
}

.about-page .about-1 ul li {
    max-width: 270px !important;
}

.about-page .about-1 ul li .h1 {
    position: relative;
    font-size: 72px;
    font-weight: bold;
    line-height: 1;
}

.about-page .about-1 ul li .h1 span {
    font-size: 20px;
    font-weight: 400;
}

.about-page .about-1 ul li .h1::after {
    content: "";
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #e3efd2;
    position: absolute;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

.about-page .about-1 ul li p {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 44px;
}

.about-page .about-1 ul li:hover .h1::after {
    background: #95c355;
    -webkit-transform: translateY(-50%) scale(1.2);
    -moz-transform: translateY(-50%) scale(1.2);
    -ms-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
}

.about-page .about-3 {
    background: url(../images/history-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 90px;
    padding-bottom: 100px;
}

.about-page .about-3 .history-cont {
    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;
}

.about-page .about-3 .history-cont .left {
    width: 55%;
    vertical-align: middle;
    position: relative;
}

.about-page .about-3 .history-cont .left ul {
    position: relative;
    z-index: 3;
}

.about-page .about-3 .history-cont .left ul li {
    position: relative;
    z-index: 2;

}

.about-page .about-3 .history-cont .left ul li .box {
    height: 100%;
}

.about-page .about-3 .history-cont .left ul li .year {
    font-size: 120px;
    font-weight: 700;
    line-height: 1;
    color: var(--color);
    width: calc(100% - 576px);
    margin-bottom: 12%;
}

.about-page .about-3 .history-cont .left ul li .content {
    width: 576px;
    height: 576px;
    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;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    padding: 50px;
}

.about-page .about-3 .history-cont .left ul li .content pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    width: 80%;
    max-height: 16em;
    overflow-y: auto;
}

.about-page .about-3 .history-cont .left::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 576px;
    height: 576px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
}

.about-page .about-3 .history-cont .left .icon {
    font-size: 200px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    left: 0;
    bottom: -60px;
}

.about-page .about-3 .history-cont .left .icon div {
    display: inline-block;
}

.about-page .about-3 .history-cont .right {
    width: 100px;
    text-align: center;
    vertical-align: middle;
}

.about-page .about-3 .history-cont .right .btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid var(--color);
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin: auto;
}

.about-page .about-3 .history-cont .right .btn i {
    font-size: 30px;
    color: var(--color);
}

.about-page .about-3 .history-cont .right .prev.btn {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 20px;
}

.about-page .about-3 .history-cont .right .next.btn {
    margin-top: 20px;
}

.about-page .about-3 .history-cont .right .btn:hover {
    background-color: var(--color);
    color: white;
}

.about-page .about-3 .history-cont .right .btn:hover i {
    color: white;
}

.about-page .about-3 .history-cont .right ul li {
    font-size: 30px;
    color: var(--color);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
    margin: 5px 0;
}

.about-page .about-3 .history-cont .right ul .slick-current li {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.about-page .about-3 .history-cont .right ul .slick-track {
    /*transform: translate3d(0, 0, 0) !important;*/
}

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

.about-page .about-3 .why .i-title {
    margin-bottom: 60px;
}

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

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

.about-page .about-3 .why ul li .box {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 20px;
    position: relative;
}

.about-page .about-3 .why ul li .box .h4 {
    font-size: 26px;
    font-weight: 500;
    color: var(--color);
    margin-bottom: 30px;
}

.about-page .about-3 .why ul li .box .icon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--color);
    text-align: center;
    line-height: 45px;
}

.about-page .about-3 .why ul li .box .icon img {
    vertical-align: middle;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 1700px) {
    .about-page .about-3 .history-cont .left ul li .year {
        font-size: 100px;
    }
}

@media screen and (max-width: 1450px) {
    .about-page .about-3 .history-cont .left ul li .year {
        font-size: 80px;
        width: calc(100% - 520px);
    }

    .about-page .about-3 .history-cont .left .icon {
        font-size: 140px;
    }

    .about-page .about-3 .history-cont .left::after {
        width: 520px;
        height: 520px;
    }

    .about-page .about-3 .history-cont .left ul li .content {
        width: 520px;
        height: 520px;
    }

}

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

    .about-page .about-3 .history-cont .left ul li .year {
        font-size: 56px;
        width: calc(100% - 460px);
    }

    .about-page .about-3 .history-cont .left::after {
        width: 460px;
        height: 460px;
    }

    .about-page .about-3 .history-cont .left ul li .content {
        width: 460px;
        height: 460px;
    }

    .about-page .about-3 .history-cont .left {
        width: 60%;
    }

}

@media screen and (max-width: 1000px) {
    .about-page .about-1 .h4 {
        font-size: 19px;
    }

    .about-page .about-3 .history-cont .left {
        width: 76%;
    }

    .about-page .about-3 .history-cont .left .icon {
        font-size: 98px;
    }
}

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

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

    .about-page .about-3 .history-cont .left ul li {
        height: 100%;
    }

    .about-page .about-3 .history-cont .left:after {
        width: 100%;
        height: calc(100% - 70px);
        top: auto;
        bottom: 0;
    }

    .about-page .about-3 .history-cont .left ul li .content {
        width: 100%;
        height: 100%;
    }

    .about-page .about-3 .history-cont .left ul li .year {
        font-size: 40px;
        width: 100%;
        margin-bottom: 5%;
    }

    .about-page .about-3 .history-cont .left ul li .content p {
        max-height: 120px;
        overflow: auto;
    }

    .about-page .about-3 .history-cont .right {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .about-page .about-1 .content {
        margin-bottom: 0;
    }

    .about-page .about-3 .history-cont .left:after {
        opacity: 0;
    }

    .about-page .about-3 .history-cont .left ul li .content {
        background: white;
        padding: 20px 15px;
    }

    .about-page .about-3 .history-cont .left ul li {
        padding-bottom: 60px;
    }

    .about-page .about-3 .history-cont .left ul li .year {
        font-size: 32px;
    }

    .about-page .about-3 .history-cont .left ul li .content pre {
        width: 100%;
    }

    .about-page .about-3 .history-cont .left .icon {
        font-size: 60px;
    }
}

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

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

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

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

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

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

.gallery-page .gallery-list ul li .box:hover h5 {
    background: var(--color);
    color: white;
}

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

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

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

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

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

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


/*
    faq-page
==============================================*/
.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;
    }
}
/*==============================================
    faq-page
*/


/*
    contact-page
==============================================*/
.contact-1 {
  padding: 150px 0;
}

.contact-1 .ui.container {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-1 .ui.container .formbox {
  width: 55%;
}

.contact-1 .ui.container .formbox .h2 {
  color: var(--color);
}

.contact-1 .ui.container .formbox .h2.active {
  color: var(--color);
}

.contact-1 .ui.container .formbox .h2:before {
  left: 0 !important;
}

.contact-1 .ui.container .formbox p {
  opacity: 0.5;
  margin-top: 35px;
}

.contact-1 .ui.container .infobox {
  width: 35%;
}

.contact-1 .ui.container .infobox .infos {
  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;*/
  margin-bottom: 45px;
}

.contact-1 .ui.container .infobox .infos i {
  font-size: 30px;
  color: var(--color);
  margin-right: 20px;
}

.contact-1 .ui.container .infobox .infos .text {
  padding-bottom: 50px;
  position: relative;
}

.contact-1 .ui.container .infobox .infos .text:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: var(--color);
  left: 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.contact-1 .ui.container .infobox .infos .text h4 {
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color);
}

.contact-1 .ui.container .infobox .infos .text p {
  opacity: 0.5;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
}

.contact-1 .ui.container .infobox .sharebox {
  margin-top: 45px;
}

.contact-1 .ui.container .infobox .sharebox ul.sharelist {
  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;
}

.contact-1 .ui.container .infobox .sharebox ul.sharelist li {
  width: 45px;
  height: 45px;
  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;
  font-size: 18px;
  color: #fff;
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  margin-right: 10px;
  border-radius: 100%;
}

.contact-1 .ui.container .infobox .sharebox ul.sharelist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
}

.contact-page .form {
  margin-top: 35px;
}

.contact-page .form form ul {
  width: 100%;
  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;
}

.contact-page .form form ul li {
  width: 48%;
  position: relative;
  margin-bottom: 40px;
}

.contact-page .form form ul li i {
  font-size: 25px;
  color: var(--color);
  position: absolute;
  right: 15px;
  top: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-page .form form ul li input[type="text"],
.contact-page .form form ul li textarea {
  width: 100%;
  border: 1px solid #aaa;
  line-height: 50px;
  padding: 0 40px 0 15px;
  color: #000;
  border-radius: 10px;
  font-size: 16px;
}

.contact-page .form form ul li input[type="text"]::-webkit-input-placeholder,
.contact-page .form form ul li textarea::-webkit-input-placeholder {
  color: #aaa;
}

.contact-page .form form ul li input[type="text"]:-moz-placeholder,
.contact-page .form form ul li textarea:-moz-placeholder {
  color: #aaa;
}

.contact-page .form form ul li input[type="text"]::-moz-placeholder,
.contact-page .form form ul li textarea::-moz-placeholder {
  color: #aaa;
}

.contact-page .form form ul li input[type="text"]:-ms-input-placeholder,
.contact-page .form form ul li textarea:-ms-input-placeholder {
  color: #aaa;
}

.contact-page .form form ul li input[type="text"]::placeholder,
.contact-page .form form ul li textarea::placeholder {
  color: #aaa;
}

.contact-page .form form ul li input[type="text"] {
  height: 50px;
}

.contact-page .form form ul li textarea {
  height: 250px;
}

.contact-page .form form ul li input[type="submit"] {
  height: 60px;
  line-height: 60px;
  color: #fff;
  padding: 0 40px;
  display: inline-block;
  border-radius: 30px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 24px;
  border: none;
  background: var(--color);
}

.contact-page .form form ul li input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}

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

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

  .contact-1 {
    padding: 50px 0;
  }
    .contact-1 .ui.container .formbox {
    width: 100%;
  }

  .contact-1 .ui.container .infobox {
    width: 100%;
    margin-top: 20px;
  }
  .contact-page .form form ul li input[type="submit"]{
      font-size: 20px;
  }
  .contact-1 .ui.container .infobox .infos .text {
    padding-bottom: 28px;
  }
  .contact-page .form form ul li {
        margin-bottom: 28px;
    }
    .contact-1 .ui.container .infobox .infos{
        margin-bottom: 28px;
    }
}
@media screen and (max-width: 700px) {
  .contact-1 .ui.container .formbox {
    width: 100%;
  }

  .contact-1 .ui.container .infobox {
    width: 100%;
  }
}
@media screen and (max-width: 500px){
  .contact-page .form form ul li {
    width: 100%;
  }
  .contact-page .form form ul li input[type="submit"] {
    font-size: 18px;
}
.contact-page .form form ul li {
    margin-bottom: 18px;
}
.contact-page .form form ul li textarea {
    height: 165px;
}
}
/*==============================================
    contact-page
*/



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

.news-page {
  background: #f2f5f7;
}

.news-page .news-1 {
  padding: 150px 0;
}

.news-page .news-1 .ui.container ul.newslist {
  margin: -20px;
}

.news-page .news-1 .ui.container ul.newslist li {
  overflow: hidden;
  padding: 20px;
}

.news-page .news-1 .ui.container ul.newslist li .img {
  border-radius: 15px;
  width: 100%;
}

.news-page .news-1 .ui.container ul.newslist li:hover .imgbox:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: rgba(255, 255, 255, 0.5);
}

.news-page .news-1 .ui.container ul.newslist li .imgbox {
  position: relative;
}

.news-page .news-1 .ui.container ul.newslist li .imgbox:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: rgba(255, 255, 255, 0);
}

.news-page .news-1 .ui.container ul.newslist li .textbox {
  text-align: left;
  width: 100%;
  padding-left: 0px;
  margin-top: 20px;
}

.news-page .news-1 .ui.container ul.newslist li .textbox .top {
  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;
  font-weight: 400;
  font-size: 16px;
  position: relative;
}

.news-page .news-1 .ui.container ul.newslist li .textbox .top em {
  padding: 0 10px;
  display: inline-block;
}

.news-page .news-1 .ui.container ul.newslist li .textbox .top .time {
  color: var(--color);
}

.news-page .news-1 .ui.container ul.newslist li .textbox .top .author {
  color: #333;
  border-left: 2px solid #aaa;
}

.news-page .news-1 .ui.container ul.newslist li .textbox .top .author svg {
  vertical-align: middle;
  fill: var(--color);
}

.news-page .news-1 .ui.container ul.newslist li .textbox .h4 {
  margin-top: 15px;
  margin-bottom: 25px;
}

.news-page .news-1 .ui.container ul.newslist li:hover .textbox .h4 {
  color: var(--color);
}

.news-page .news-1 .ui.container ul.newslist li .textbox .h4 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.news-page .news-1 .ui.container ul.newslist li .textbox .h4 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}

.news-page .news-1 .ui.container ul.newslist li .textbox p {
  opacity: 0.5;
  line-height: 2;
  margin-bottom: 35px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media screen and (max-width: 1250px) {
      .news-page .news-1 .ui.container ul.newslist li {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .news-1 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 700px){
      .news-page .news-1 .ui.container ul.newslist li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .news-page .news-1 .ui.container ul.newslist li .textbox .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/*==============================================
    news-page
*/

/*
    newsdet-page
==============================================*/

.newsdet-page .news-2 .ui.container .imgbox img {
  width: 100%;
}

.newsdet-page .news-2 .text {
  border-top: none;
  padding: 50px 0;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 5px 0px #dbdbdb;

}

.newsdet-page .news-2 .text .main {
  margin: 0 auto;
  text-align: left;
  max-width: 900px;
}

.newsdet-page .news-2 .text .main .top {
  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;
  font-weight: 400;
  font-size: 16px;
  position: relative;
}

.newsdet-page .news-2 .text .main .top em {
  padding: 0 10px;
  display: inline-block;
}

.newsdet-page .news-2 .text .main .top .time {
  color: #71af1c;
}

.newsdet-page .news-2 .text .main .top .author {
  color: #333;
  border-left: 2px solid #aaa;
}

.newsdet-page .news-2 .text .main .content {
  margin-top: 40px;
  line-height: 30px;
}

.newsdet-page .news-2 .text .main .content h1 {
  text-align: center;
  line-height: 1.1;
}

.newsdet-page .news-2 .text .main .sharebox {
  margin-top: 40px;
}

.newsdet-page .news-2 .text .main .sharebox ul.sharelist {
  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;
}

.newsdet-page .news-2 .text .main .sharebox ul.sharelist span {
  color: #71af1c;
  margin-right: 15px;
  text-transform: uppercase;
}

.newsdet-page .news-2 .text .main .sharebox ul.sharelist li {
  width: 44px;
  height: 44px;
  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;
  font-size: 14px;
  color: #71af1c;
  border: 1px solid #71af1c;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 100%;
  margin-right: 5px;
}

.newsdet-page .news-2 .text .main .sharebox ul.sharelist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #71af1c;
  border-color: #71af1c;
}
.seoPublic .Auxil-through a{
    border: 0; 
    background: transparent;
    padding: 5px 0;
    line-height: inherit; 
    height: auto;
}
@media screen and (max-width: 1000px) {
  .newsdet-page .news-2 .text {
    padding: 40px 20px;
  }
  .newsdet-page .news-2 .text .main .sharebox ul.sharelist li{
      zoom: 0.8;
  }
}
/*==============================================
    newsdet-page
*/


/*
    app-page
==============================================*/
.app-page .top-nav {
    z-index: 3;
    position: relative;
}

.app-page .top-nav ul.list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0px 0px 14px 1px rgb(137 137 137 / 30%);
    border-radius: 50px;
}

.app-page .top-nav ul.list>li {
    flex-grow: 1;
    background-color: #e6eed9;
    position: relative;
    padding: 6px 10px;
}

.app-page .top-nav ul.list>li>a {
    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;
    font-size: 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
    min-height: 82px;
    text-align: center;
}

.app-page .top-nav ul.list>li>a .icon img {
    vertical-align: middle;
}


.app-page .top-nav ul.list>li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background-color: white;
}

.app-page .top-nav ul.list>li:first-child {
    border-radius: 45px 0 0 45px;
}

.app-page .top-nav ul.list>li:last-child {
    border-radius: 0 45px 45px 0;
}

.app-page .top-nav ul.list>li.active>a,
.app-page .top-nav ul.list>li:hover>a {
    color: #71af1c;
}

.app-page .top-nav ul.list>li.active>a .icon,
.app-page .top-nav ul.list>li:hover>a .icon {
    background-color: #71af1c;
}

.app-page .top-nav ul.list>li.active>a .icon img,
.app-page .top-nav ul.list>li:hover>a .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.app-page .app-2 .box .left {
    width: 35%;
    padding-right: 18px;
    position: sticky;
    top: 120px;
}

.app-page .app-2 .box .left .list {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
}

.app-page .app-2 .box .left .list h2 {
    line-height: 1;
}

.app-page .app-2 .box .left .list h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 3px;
    background-color: #71af1c;
}

.app-page .app-2 .box .left .list .target {
    margin-top: 35px;
}

.app-page .app-2 .box .left .list .target ul li {
    position: relative;
    line-height: 50px;
}

.app-page .app-2 .box .left .list .target ul li a {
    border-radius: 25px;
    margin-bottom: 10px;
    height: 50px;
}

.app-page .app-2 .box .left .list .target ul li.active i::after {
    content: "-";
}

.app-page .app-2 .box .left .list .target>ul>li>a {
    padding-left: 25px;
    padding-right: 35px;
    color: #000;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 5px 0 #eee;
}

.app-page .app-2 .box .left .list .target>ul>li>a:hover {
    color: #fff;
    background-color: #71af1c;
}

.app-page .app-2 .box .left .list .target ul li i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 32px;
    width: 35px;
    color: #FFFFFF;
}

.app-page .app-2 .box .left .list .target ul li i::after {
    content: "+";
}

.app-page .app-2 .box .left .list .target>ul>li>ul {
    display: none;
}

.app-page .app-2 .box .left .list .target>ul>li>ul>li>a {
    padding-left: 25px;
    padding-right: 25px;
    background-color: #f0f0f0;
}

.app-page .app-2 .box .left .list .target>ul>li>ul>li>a.active {
    color: #73ae53;
}

.app-page .app-2 .box .right {
    width: 65%;
    padding-left: 18px;
}

.app-page .app-2 .box .right .content ul li {
    display: none;
}

.app-page .app-2 .box .right .content ul li.active {
    display: block;
}

.app-page .app-2 .box .right .content .mml-text {
    border-radius: 20px;
    overflow: hidden;
    background-color: #FFFFFF;
}

.app-page .app-2 .box .right .content .mml-text h4 {
    line-height: 1;
}

.app-page .app-2 .box .right .content .mml-text h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 3px;
    background-color: #72ac52;
}

.app-page .app-2 table tbody {
    min-width: 1000px;
}

@media screen and (max-width: 1000px) {
    .app-page .top-nav {
        display: none;
    }

    .inner-page.app-page .top-nav {
        display: block;
    }

    .inner-page.app-page .top-nav ul.list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-shadow: none;
    }

    .inner-page.app-page .top-nav ul.list>li {
        width: 50%;
        margin-bottom: 20px;
    }

    .inner-page.app-page .top-nav ul.list>li:nth-child(2) {
        border-radius: 0 45px 45px 0;
    }

    .inner-page.app-page .top-nav ul.list>li:nth-child(3) {
        border-radius: 45px 0 0 45px;
    }

    .inner-page.app-page .top-nav ul.list>li>a {
        min-height: 50px;
        font-size: 18px;
    }

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

    .app-page .app-2 .box .right {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 500px) {
    .app-page .top-nav {
        margin-bottom: 15px;
    }
    .inner-page.app-page .top-nav ul.list>li {
        width: 100%;
        border-radius: 45px !important;
    }


    .app-page .app-2 .box .left .list {
        padding: 30px 15px;
    }

    .app-page .app-2 .box .right .content .mml-text .text {
        padding: 30px 15px;
    }

    .app-page .app-2 .box {
        margin-top: 10px;
    }
}

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


/*
    sus-page
==============================================*/

.sus-page .sus-1 {
  background-color: #f2f5f7;
}

.sus-page .sus-1 .i-title {
  color: #011e1a;
  font-weight: bold;
}

.sus-page .sus-1 .h4 .sp span {
  background: #71af1c;
  color: #fff;
  margin: 0px 5px;
  border-radius: 20px;
  padding: 10px 30px;
}

.sus-page .sus-1 .h4 {
  font-weight: 400;
  color: #011e1a;
  font-size: 24px;
  margin: 24px 0 36px;
}

.sus-page .sus-1 .text {
  margin-bottom: 44px;
}

.sus-page .sus-1 .img {
  /*border-radius: 50px;*/
  overflow: hidden;
}
.sus-page .sus-1 .img img{
    width: 100%;
}
.sus-page .sus-2 {
  background-color: #f8faf5;
}

.sus-page .sus-2 .i-title {
  margin-bottom: 100px;
}

.sus-page .sus-2 ul {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sus-page .sus-2 ul li {
  width: 35%;
}

.sus-page .sus-2 ul li .h3 {
  font-weight: bold;
  color: #011e1a;
  position: relative;
  z-index: 2;
  margin-bottom: 19px;
}

.sus-page .sus-2 ul li .h3 span {
  color: #b9d488;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 32%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.sus-page .sus-2 ul li.wid-100 {
  width: 100%;
}

.sus-page .sus-2 ul li.img {
  text-align: center;
  margin-top: -100px;
  /*margin-right: 100px;*/
}

.sus-page .sus-3 {
  background: url(../images/sus-3.jpg) no-repeat;
  background-size: cover;
}

.sus-page .sus-3 .box {
  width: 55%;
  color: white;
}

.sus-page .sus-3 .box .i-title {
  color: white;
}

.sus-page .sus-3 .box .content {
  font-size: 18px;
  line-height: 1.4;
}

.sus-page .sus-3 .box .content em {
  font-weight: 500;
}

.sus-page .sus-4 {
  background-color: #f2f5f7;
}

.sus-page .sus-4 ul {
  margin: -18px;
}

.sus-page .sus-4 ul li {
  padding: 18px;
  text-align: center;
}

.sus-page .sus-4 ul li .img-box {
  border-radius: 50px;
}

.sus-page .sus-4 ul li .h4 {
  font-size: 28px;
  font-weight: bold;
  color: #011e1a;
  margin: 24px 0 4px;
}

.sus-page .sus-4 ul li .text {
  line-height: 1.6;
  height: 160px;
  overflow: auto;
}

.sus-page .sus-5 {
  background-color: #f8faf5;
  padding-top: 82px;
  padding-bottom: 110px;
}

.sus-page .sus-5 .i-title {
  margin-bottom: 100px;
}

.sus-page .sus-5 .wrap {
  margin: -15px;
}

.sus-page .sus-5 .wrap .column {
  padding: 15px;
}

.sus-page .sus-5 .wrap .h3 {
  font-size: 30px;
  font-weight: 500;
  color: #0b2909;
}

.sus-page .sus-5 .wrap .img {
  border-radius: 30px;
  overflow: hidden;
}

.sus-page .sus-5 .wrap .left .text {
  margin: 5px 0 39px;
}

.sus-page .sus-5 .wrap .right .h3 {
  margin: 39px 0 5px;
}

.sus-page .sus-5 .wrap .right .box {
  padding-left: 65px;
}

.sus-page .sus-6 .box {
  width: 52%;
}

.sus-page .sus-6 .box .content {
  margin-top: 50px;
  line-height: 1.6;
}

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

.sus-page .about-2 ul li a {
  border-radius: 20px;
}
@media screen and (max-width: 1250px) {
    .sus-page .sus-4 ul li {
        width: 33% !important;
    }

    .sus-page .sus-3 .box {
        width: 70%;
    }

    .sus-page .sus-4 ul li .h4 {
        font-size: 22px;
    }

    .sus-page .sus-4 ul li .text {
        font-size: 16px;
    }
}

@media screen and (max-width: 1000px) {
    .sus-page .sus-2 ul li {
        width: 46%;
    }

    .sus-page .sus-2 ul li.img {
        margin-top: 0;
    }

    .sus-page .sus-3 .box {
        width: 100%;
    }
.sus-page .sus-4 ul {
    margin: -15px -8px;
}
    .sus-page .sus-4 ul li{
        paddiing: 15px 8px;
    }
}

@media screen and (max-width: 700px) {
.sus-page .sus-1 .img {
    border-radius: 16px;
}
    .sus-page .sus-4 ul li .h4 {
        font-size: 18px;
    }

    .sus-page .sus-4 ul li .text {
        font-size: 15px !important;
        height: auto;
    }

    .sus-page .sus-4 ul li {
        width: 100% !important;
    }

    .sus-page .sus-2 ul li {
        width: 100%;
        margin-bottom: 15px;
    }
}

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

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

    .sus-page .sus-4 ul li {
        width: 100% !important;
    }
}
/*==============================================
    sus-page
*/



/*  about页面修改
    about2-page
==============================================*/
.about2-page {
    background-color: #f2f2f2;
}

.about2-page .init-1 {
    background-color: #f2f2f2;
}

.about2-page .init-1 .left {
    width: 32%;
}

.about2-page .init-1 .left .title {
    font-weight: bold;
}

.about2-page .init-1 .left .des {
    max-width: 340px;
    line-height: 2;
}

.about2-page .init-1 .left .des em {
    border-bottom: 1px solid #343639;
}

.about2-page .init-1 .left .des2 {
    max-width: 340px;
    margin-left: auto;
}

.about2-page .init-1 .left .des2 .title {
    line-height: 1.6;
    font-weight: bold;
}

.about2-page .init-1 .middle {
    width: 32%;
}

.about2-page .init-1 .middle img {
    width: 100%;
}

.about2-page .init-1 .right {
    width: 32%;
    padding: 30px 24px 50px 24px;
    background-color: var(--color);
    color: var(--white);
}

.about2-page .init-1 .right .title {
    font-weight: bold;
}

.about2-page .init-1 .right .img {
    width: 100%;
}

.about2-page .init-1 .right ul li .box .sub {
    width: 20px;
    height: 20px;
    background-color: var(--white);
    margin-top: 7px;
}

.about2-page .init-1 .right ul li .box .desC {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.about2-page .init-1 .right ul li .box .desC .title2 {
    font-weight: bold;
}

.about2-page .init-2 {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.about2-page .init-2 ul li{
    width: 33.3%;
}
.about2-page .init-2 ul li .box {
    position: relative;
    padding: 70px 30px;
}

.about2-page .init-2 ul li .box .left .num {
    font-weight: bold;
    color: var(--color);
    font-size: 60px;
    line-height: 1;
}

.about2-page .init-2 ul li .box .left .bottom {
    font-weight: bold;
}

.about2-page .init-2 ul li .box .right {
    width: 280px;
    padding-left: 30px;
}

.about2-page .init-2 ul li .box .sub {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--color);
    position: absolute;
    top: -6px;
    left: -6px;
}

.about2-page .init-2 ul li .box .sub2 {
    left: unset;
    right: -5px;
}

.about2-page .init-2 ul li .box .sub3 {
    left: unset;
    right: -5px;
    bottom: -5px;
    top: unset;
}

.about2-page .init-2 ul li .box .sub4 {
    top: unset;
    bottom: -6px;
}
.about2-page .init-2 ul li.li2 {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}


.about2-page .init-3 .subShadow {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: #e7e7e7;
}

.about2-page .init-3 .contentC {
    border-top: 10px solid #000;
    background-color: var(--color);
    color: var(--white);
}

.about2-page .init-3 .contentC .content {
    max-width: 1350px;
    margin: auto;
    padding: 0 20px;
}

.about2-page .init-3 .contentC .content .topC .left {
    width: 50%;
    padding-right: 70px;
}

.about2-page .init-3 .contentC .content .topC .left .title {
    font-weight: bold;
}

.about2-page .init-3 .contentC .content .topC .left .des {
    line-height: 2;
}

.about2-page .init-3 .contentC .content .topC .right {
    width: 50%;
}

.about2-page .init-3 .contentC .content .topC .right .img {
    width: 100%;
    position: relative;
    margin-top: -160px;
}

.about2-page .init-3 .contentC .content .bottomC ul li {
    width: 340px;
}

.about2-page .init-3 .contentC .content .bottomC ul li .box {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.about2-page .init-3 .contentC .content .bottomC ul li .box:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.about2-page .init-3 .contentC .content .bottomC ul li .box .titleC .img {
    width: 56px;
    height: 56px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.about2-page .init-3 .contentC .content .bottomC ul li .box .titleC .title2 {
    width: -webkit-calc(44%);
    width: -moz-calc(44%);
    width: calc(100% - 56px);
    padding-left: 20px;
    font-weight: bold;
    position: relative;
    top: 10px;
}

.about2-page .init-3 .contentC .content .bottomC ul li .box:hover .titleC .img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.about2-page .init-4 {
    background-color: #e7e7e7;
}

.about2-page .init-4 .contentC {
    max-width: 1520px;
    margin: auto;
    padding: 0 16px;
}

.about2-page .init-4 .contentC .titleC {
    font-weight: bold;
}

.about2-page .init-4 .contentC .content {
    padding: 50px 200px 50px 0;
}

.about2-page .init-4 .contentC .content .lineC {
    background-color: #cecece;
    height: 100%;
    width: 1px;
    top: 0;
    left: 5px;
}

.about2-page .init-4 .contentC .content .sPage {
    width: 60px;
    height: 600px;
    background-color: var(--white);
    border-radius: 30px;
    top: 40px;
    right: 0;
}

.about2-page .init-4 .contentC .content .sPage .swiper-pagination-progressbar {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: -webkit-calc(40%);
    height: -moz-calc(40%);
    height: calc(100% - 60px);
    top: 30px;
    background-color: #e7e7e7;
}

.about2-page .init-4 .contentC .content .sPage .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--color);
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

.about2-page .init-4 .contentC .content .swiper {
    height: 640px;
}

.about2-page .init-4 .contentC .content .swiper ul {
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.about2-page .init-4 .contentC .content .swiper ul li {
    height: auto;
}

.about2-page .init-4 .contentC .content .swiper ul li .box {
    padding-left: 40px;
}

.about2-page .init-4 .contentC .content .swiper ul li .box .year {
    background-color: var(--color);
    color: var(--white);
    width: 100px;
    padding: 6px;
    text-align: center;
}

.about2-page .init-4 .contentC .content .swiper ul li .box .year .sub {
    width: 10px;
    height: 10px;
    background-color: var(--color);
    left: -40px;
    top: 10px;
}

.about2-page .init-4 .contentC .content .swiper ul li .box .title {
    font-weight: bold;
}

.about2-page .init-4 .contentC .content .swiper ul li .box .des {
    color: #343639;
}

.about2-page .init-5 .containerC .left {
    width: 30%;
}

.about2-page .init-5 .containerC .left img {
    width: 100%;
}

.about2-page .init-5 .containerC .right {
    width: 67%;
    z-index: 2;
}

.about2-page .init-5 .containerC .right .subImg {
    z-index: -1;
    width: 140px;
    height: 110px;
    right: 20%;
    top: 0;
}

.about2-page .init-5 .containerC .right .desC {
    margin-left: 50px;
}

.about2-page .init-5 .containerC .right .desC .des {
    font-weight: bold;
    max-width: 630px;
}

.about2-page .init-5 .containerC .right .content {
    color: var(--white);
    background-color: var(--color);
}

.about2-page .init-5 .containerC .right .content .des {
    width: 50%;
    min-height: 370px;
    padding: 40px;
}

.about2-page .init-5 .containerC .right .content .imgC {
    width: 50%;
}

.about2-page .init-5 .containerC .right .content .imgC img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about2-page .init-6 .content {
    max-width: 1320px;
    margin: auto;
    padding: 0 16px;
}

.about2-page .init-6 .content2 {
    font-weight: bold;
    text-align: center;
    max-width: 1020px;
    margin: 90px auto 0;
    padding: 0 16px;
}

.about2-page .init-6 .content2 em {
    color: var(--color);
    text-decoration: underline;
}

@media (max-width: 1700px) {

}

@media (max-width: 1450px) {
    .about2-page .init-2 .container{
        width: 100%;
    }
    .about2-page .init-2 ul li{
        width: 100%;
    }

    .about2-page .init-2 .container ul li.li2 {
        border-left: none;
        border-right: none;
    }

    .about2-page .init-2 .container ul li .box {   
        padding: 50px 30px;
    }
    .about2-page .init-2 ul li .box .sub{
        display: none;
    }

}

@media (max-width: 1250px) {

    .about2-page .init-3 .contentC .content .bottomC ul li {
        width: 48%;
    }

    .about2-page .init-3 .contentC .content .topC .left {
        width: 100%;
        padding-right: 0;
    }

    .about2-page .init-3 .contentC .content .topC .right {
        margin-top: 20px;
        width: 100%;
        max-width: 600px;
    }

    .about2-page .init-3 .contentC .content .topC .right .img {
        margin-top: 0;
    }
}

@media (max-width: 1000px) {

    .about2-page .init-1 .container .left {
        width: 66%;
    }

    .about2-page .init-1 .container .right {
        width: 100%;
        margin-top: 20px;
    }
.about2-page .init-2 .container ul li .box {
    padding: 20px;
}
    .about2-page .init-5 .containerC {
        padding: 0 16px;
    }

    .about2-page .init-5 .containerC .left {
        width: 100%;
        max-width: 500px;
    }

    .about2-page .init-5 .containerC .right {
        width: 100%;
    }

    .about2-page .init-5 .containerC .right .desC {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 700px) {

    .about2-page .init-1 .container .left {
        width: 100%;
    }

    .about2-page .init-1 .container .middle {
        width: 100%;
        margin-top: 20px;
    }

    .about2-page .init-1 .container .left .des {
        width: 100%;
        max-width: 100%;
    }

    .about2-page .init-1 .container .left .des2 {
        width: 100%;
        max-width: 100%;
    }


    .about2-page .init-3 .contentC .content .bottomC ul li {
        width: 100%;
    }

    .about2-page .init-4 .contentC .content {
        padding: 50px 90px 50px 0;
    }
}

@media (max-width: 500px) {
    .about2-page .init-1 .container .right ul li .box .sub {
        width: 10px;
        height: 10px;
    }

    .about2-page .init-1 .container .right {
        padding: 20px 16px;
    }

    .about2-page .init-1 .container .right .img {
        margin-top: 20px;
    }

    .about2-page .init-2 .container ul li.li1 .box,
    .about2-page .init-2 .container ul li.li2 .box,
    .about2-page .init-2 .container ul li.li3 .box {
        width: 100%;
    }

    .about2-page .init-2 .container ul li .box .sub1 {
        left: 10px;
    }

    .about2-page .init-2 .container ul li .box .sub2 {
        right: 10px;
    }

    .about2-page .init-2 .container ul li .box .sub3 {
        right: 10px;
    }

    .about2-page .init-2 .container ul li .box .sub4 {
        left: 10px;
    }

    .about2-page .init-2 .container ul li .box {
        padding: 30px 16px;
    }

    .about2-page .init-2 .container ul li .box>div {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about2-page .init-2 .container ul li .box .right {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }

    .about2-page .init-2 .container ul li .box .left .num {
        font-size: 40px;
    }

    .about2-page .init-4 .contentC .content {
        padding: 50px 40px 50px 0;
    }

    .about2-page .init-4 .contentC .content .sPage {
        width: 30px;
        height: 400px;
    }

    .about2-page .init-4 .contentC .content .swiper {
        height: 500px;
    }

    .about2-page .init-4 .contentC .content .swiper ul li .box {
        padding-left: 20px;
    }

    .about2-page .init-4 .contentC .content .swiper ul li .box .year .sub {
        left: -20px;
    }

    .about2-page .init-5 .containerC .right .content .des {
        width: 100%;
        padding: 20px;
        min-height: auto;
    }

    .about2-page .init-5 .containerC .right .content .imgC {
        width: 100%;
    }

    .about2-page .init-6 .content2 {
        margin-top: 30px;
    }
}
/*==============================================
    about2-page
*/

.seoPublic .Auxil-about .box{
    display: block;
}