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

#mobile2 {
    z-index: 220;
}

#mobile3 {
    z-index: 220;
}

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

body {
    font-family: "Poppins";
    font-weight: normal;
    font-size: 18px;
    --color: #f8e294;
    margin: 0 auto;
}

.container {
    width: 1630px;
}

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

#header {
    z-index: 200;
    position: fixed;
    width: 100%;
    top: 32px;
    right: 0;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#header .nav {
    position: relative;
    height: 62px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#header .nav .ui.menu {
    border-radius: 4px;
    width: -webkit-calc(100% - 194px);
    width: -moz-calc(100% - 194px);
    width: calc(100% - 194px);
    background-color: #fff;
    height: 100%;
    padding: 15px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px;
}

#header .nav .ui.menu .menu-box {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: -webkit-calc(100% - 94px);
    width: -moz-calc(100% - 94px);
    width: calc(100% - 94px);
}

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

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu {
    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: 0 40px;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    font-size: 20px;
    font-weight: 500;
    height: 100%;
    color: #000;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 100;
    float: right;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    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;
}

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

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

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

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu {
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    text-align: right;
    position: absolute;
    font-size: 15px;
    background: #fff;
    top: 100%;
    right: -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;
    -ms-transform-origin: 0 0 0;
    -o-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;
    -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    -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 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;
    -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;
    right: 100%;
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    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:last-child {
    margin-left: 0;
}

#header .nav .right {
    width: 174px;
    height: 100%;
    padding: 15px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px;
}

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

#header .nav .right .h-language span i {
    font-size: 28px;
}

#header .nav .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: right;
    position: absolute;
    z-index: 1;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    top: 110%;
    left: 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;
    -o-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;
    -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;
    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 .right .h-language ul.sub-menu li {
    display: block;
    line-height: 40px;
    text-transform: capitalize;
    text-align: center;
}

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

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

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

#header .nav .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 .right .h-search {
    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;
    cursor: pointer;
}

#header.active {
    top: 0;
}

#header.inner_active {
    top: 0;
}

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

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

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

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

#banner .banner-content .swiper-slide .txt-content .text1 {
    max-width: 790px;
}

#banner .banner-content .zdyqh {
    position: absolute;
    bottom: 0;
    left: 100px;
}

#banner .banner-content .swiper-button {
    position: static;
    margin-top: 0;
}

.btn-go {
    width: auto;
    min-width: 182px;
    padding: 0 22px;
    height: 58px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid transparent;
    background-color: var(--color);
    font-size: 18px;
    font-weight: 500;
}

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

a:focus{
    border-color: var(--color);
    background-color: #fff;
    color: var(--color);
}

.zdyqh .swiper-button {
    width: 65px;
    height: 65px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.zdyqh .swiper-button::after {
    font-size: 20px;
    color: #000;
}

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

.mk-top .dr {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    transform: rotateY(180deg);
}

.mk-top .mk-line-center {
    width: 100%;
    height: 22px;
    margin-top: -10px;
}

.mk-top .mk-line-center .view {
    padding: 0 40px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.mk-top .mk-line-center .view:hover {
    color: var(--color);
}

.mk-top .mk-line-center .view:hover.white {
    color: #fff;
}

.mk-top .mk-line-center::before {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: #3e3e3e;
}

.mk-top .mk-line-center::after {
    content: "";
    display: block;
    height: 2px;
    width: 50px;
    background-color: #3e3e3e;
}

.mk-top .mk-tt {
    padding-right: 20px;
}

.mk-top .mk-desc {
    padding-right: 20px;
    max-width: 988px;
}

.btn-more {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #e8e8e8;
    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;
    font-size: 24px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.btn-more::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

.btn-more:hover::after {
    top: 0;
}

#index-body .init-1 {
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(248, 226, 148, 0.479)), color-stop(30%, rgba(248, 226, 148, 0)));
    background: -webkit-linear-gradient(top left, rgba(248, 226, 148, 0.479), rgba(248, 226, 148, 0) 30%);
    background: -moz-linear-gradient(top left, rgba(248, 226, 148, 0.479), rgba(248, 226, 148, 0) 30%);
    background: -o-linear-gradient(top left, rgba(248, 226, 148, 0.479), rgba(248, 226, 148, 0) 30%);
    background: linear-gradient(to bottom right, rgba(248, 226, 148, 0.479), rgba(248, 226, 148, 0) 30%);
}

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

#index-body .init-1 .mk-content ul li .box {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#index-body .init-1 .mk-content ul li .box .imgbox {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

#index-body .init-1 .mk-content ul li .box .imgbox::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 226, 148, 0.87)), color-stop(80%, rgba(248, 226, 148, 0)));
    background: -webkit-linear-gradient(top, rgba(248, 226, 148, 0.87), rgba(248, 226, 148, 0) 80%);
    background: -moz-linear-gradient(top, rgba(248, 226, 148, 0.87), rgba(248, 226, 148, 0) 80%);
    background: -o-linear-gradient(top, rgba(248, 226, 148, 0.87), rgba(248, 226, 148, 0) 80%);
    background: linear-gradient(to bottom, rgba(248, 226, 148, 0.87), rgba(248, 226, 148, 0) 80%);
    opacity: 0;
    z-index: 1;
}

#index-body .init-1 .mk-content ul li .box .imgbox1 {
    background-color: #f0f0f0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    padding: 40px 48px;
    z-index: 2;
}

#index-body .init-1 .mk-content ul li .box .imgbox1 img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#index-body .init-1 .mk-content ul li .box .txtbox {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#index-body .init-1 .mk-content ul li:hover .box {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
}

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

#index-body .init-1 .mk-content ul li:hover .box .imgbox1 {
    background-color: transparent;
    color: #fff;
}

#index-body .init-1 .mk-content ul li:hover .box .imgbox1 img {
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
}

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

#index-body .init-2 {
    background-color: var(--color);
}

#index-body .init-2 .mk-content ul li .box {
    border-radius: 19px;
    background-color: #fff;
    padding: 60px 15px 32px;
    text-align: center;
}

#index-body .init-2 .mk-content ul li .box .tt {
    height: 2.8em;
}

#index-body .init-3 {
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(248, 226, 148, 0.479)), color-stop(30%, rgba(248, 226, 148, 0)));
    background: -webkit-linear-gradient(top left, rgba(248, 226, 148, 0.479), rgba(248, 226, 148, 0) 30%);
    background: -moz-linear-gradient(top left, rgba(248, 226, 148, 0.479), rgba(248, 226, 148, 0) 30%);
    background: -o-linear-gradient(top left, rgba(248, 226, 148, 0.479), rgba(248, 226, 148, 0) 30%);
    background: linear-gradient(to bottom right, rgba(248, 226, 148, 0.479), rgba(248, 226, 148, 0) 30%);
}

#index-body .init-3 .mk-content .left {
    max-width: 73%;
}

#index-body .init-3 .mk-content .tt {
    line-height: 1;
}
#index-body .init-3 .mk-content h3.tt{
    font-size: calc(3.802vw + 14px);
}

#index-body .init-3 .mk-content .desc {
    max-width: 63%;
    max-height: 15em;
    overflow-y: auto;
}

#index-body .init-3 .mk-content .right {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 42%;
    height: 100%;
}

#index-body .init-3 .mk-content .right .imgbox {
    height: 100%;
}

#index-body .init-3 .mk-content .right .big {
    max-width: 70%;
}

#index-body .init-3 .mk-content .right .small {
    max-width: 50%;
    position: absolute;
    right: -6%;
    bottom: -9%;
}

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

#index-body .init-4 .datashow ul li .content {
    min-width: 329px;
    padding: 18px 80px;
    background-color: #fff;
    border-radius: 14px;
}

#index-body .init-4 .datashow ul li .content h4 {
    line-height: 1;
}

#index-body .init-4 .datashow ul li .content::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--color);
    position: absolute;
    top: 12px;
    right: 12px;
}

#index-body .init-5 .mk-top .dr {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

#index-body .init-5 .mk-top .mk-line-center::before {
    background-color: rgba(255, 255, 255, 0.8);
    height: 1px;
}

#index-body .init-5 .mk-top .mk-line-center::after {
    background-color: rgba(255, 255, 255, 0.8);
    height: 1px;
}

#index-body .init-5 .mk-content .left {
    width: 40%;
    padding: 0 10%;
}

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

#index-body .init-5 .mk-content .left ul li .box {
    background-color: #fff;
    border-radius: 8px;
    height: 91px;
    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;
    padding: 10px 36px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

#index-body .init-5 .mk-content .left ul li .box span {
    padding-right: 50px;
}

#index-body .init-5 .mk-content .left ul li:hover .box {
    background-color: var(--color);
}

#index-body .init-5 .mk-content .left ul li.active .box {
    background-color: var(--color);
}

#index-body .init-5 .mk-content .right {
    width: 57%;
}

#index-body .init-5 .mk-content .right .item:not(:nth-child(1)) {
    display: none;
}

#index-body .init-5 .mk-content .right .item ul {
    gap: 12px;
}

#index-body .init-5 .mk-content .right .item ul li {
    width: -webkit-calc(50% - 6px);
    width: -moz-calc(50% - 6px);
    width: calc(50% - 6px);
}

#index-body .init-5 .mk-content .right .item ul li.num1 .box {
    border-radius: 0 60px 0 0;
    overflow: hidden;
}

#index-body .init-5 .mk-content .right .item ul li.num2 .box {
    border-radius: 60px 0 0 0;
    overflow: hidden;
}

#index-body .init-5 .mk-content .right .item ul li.num3 .box {
    border-radius: 0 0 60px 0;
    overflow: hidden;
}

#index-body .init-5 .mk-content .right .item ul li.num4 .box {
    border-radius: 0 0 0 60px;
    overflow: hidden;
}

#index-body .init-6 {
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(248, 226, 148, 0.479)), color-stop(30%, rgba(248, 226, 148, 0)));
    background: -webkit-linear-gradient(top left, rgba(248, 226, 148, 0.479), rgba(248, 226, 148, 0) 30%);
    background: -moz-linear-gradient(top left, rgba(248, 226, 148, 0.479), rgba(248, 226, 148, 0) 30%);
    background: -o-linear-gradient(top left, rgba(248, 226, 148, 0.479), rgba(248, 226, 148, 0) 30%);
    background: linear-gradient(to bottom right, rgba(248, 226, 148, 0.479), rgba(248, 226, 148, 0) 30%);
}

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

#index-body .init-6 .mk-content ul li .box .txtbox {
    position: absolute;
    bottom: 40px;
    right: 20%;
    left: 20%;
    padding: 35px 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 27px;
    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;
    flex-direction: column;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#index-body .init-6 .mk-content ul li .box .txtbox .tt {
    max-height: 140px;
    overflow-y: auto;
}

#index-body .init-6 .mk-content ul li .box .txtbox:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

#index-body .init-8 {
    background-color: rgba(248, 226, 148, 0.2);
}

#index-body .init-8 .mk-content ul li .box {
    background-color: #fff;
    border-radius: 11px;
    padding: 40px 40px 60px;
}

#index-body .init-8 .mk-content ul li .box .time {
    color: rgba(0, 0, 0, 0.9);
}

#index-body .init-8 .mk-content .tool .swiper-button {
    position: static;
    margin-top: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

#index-body .init-8 .mk-content .tool>img {
    max-width: -webkit-calc(100% - 400px);
    max-width: -moz-calc(100% - 400px);
    max-width: calc(100% - 400px);
}

#footer {
    position: relative;
    z-index: 1;
    background-color: #2a2a2a;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

#footer .fTop .container {
    padding-top: 50px;
}

#footer .fTop .container .listCont {
    margin-top: 40px;
}

#footer .fTop .container .listCont .first {
    font-weight: 600;
    color: #fff;
}

#footer .fTop .container .listCont form {
    margin-top: 10px;
}

#footer .fTop .container .listCont form input {
    margin-top: 10px;
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    background-color: #f6f6f6;
    border: none;
    padding: 14px 20px;
}

#footer .fTop .container .listCont form input::-webkit-input-placeholder {
    color: #323232;
    font-weight: 500;
}

#footer .fTop .container .listCont form input:-moz-placeholder {
    color: #323232;
    font-weight: 500;
}

#footer .fTop .container .listCont form input::-moz-placeholder {
    color: #323232;
    font-weight: 500;
}

#footer .fTop .container .listCont form input:-ms-input-placeholder {
    color: #323232;
    font-weight: 500;
}

#footer .fTop .container .listCont form input::-ms-input-placeholder {
    color: #323232;
    font-weight: 500;
}

#footer .fTop .container .listCont form input::placeholder {
    color: #323232;
    font-weight: 500;
}

#footer .fTop .container .listCont form .content {
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: calc(100% - 220px);
}

#footer .fTop .container .listCont form .submit {
    margin-top: 10px;
    width: 200px;
    text-align: center;
    background-color: var(--color);
    padding: 14px 10px;
    cursor: pointer;
    transition: all 0.5s;
}

#footer .fTop .container .listCont form .submit:hover {
    background-color: #fff;
}

#footer .fTop .container .listCont #ewm {
    width: 116px;
    background-color: #fff;
    padding: 6px;
}

#footer .fTop .container .listCont1 {
    width: 56%;
}

#footer .fTop .container .listCont2 {
    margin-left: 120px;
}

#footer .fTop .container .line {
    width: 100%;
    height: 1px;
    background-color: #4d4d4d;
}

#footer .fMiddle .container .listCont {
    margin-top: 40px;
}

#footer .fMiddle .container .listCont .first {
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

#footer .fMiddle .container .listCont .menu-menu-container ul li {
    margin-top: 8px;
}

#footer .fMiddle .container .listCont .menu-menu-container ul li a {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 20px;
    display: inline-block;
    color: #fff;
    position: relative;
}

#footer .fMiddle .container .listCont .menu-menu-container ul li a:hover {
    -webkit-transform: translateX(-5.0px);
    -moz-transform: translateX(-5.0px);
    -ms-transform: translateX(-5.0px);
    -o-transform: translateX(-5.0px);
    transform: translateX(-5.0px);
}

#footer .fMiddle .container .listCont .menu-menu-container ul li ul {
    display: none;
}

#footer .fMiddle .container .listCont .list {
    margin-top: 10px;
}

#footer .fMiddle .container .listCont .list a {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 20px;
    display: inline-block;
    color: #fff;
    position: relative;
}

#footer .fMiddle .container .listCont .list a:hover {
    -webkit-transform: translateX(-5.0px);
    -moz-transform: translateX(-5.0px);
    -ms-transform: translateX(-5.0px);
    -o-transform: translateX(-5.0px);
    transform: translateX(-5.0px);
}

#footer .fMiddle .container .listCont .list2 {
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}

#footer .fMiddle .container .listCont .share ul li {
    margin-left: 10px;
}

#footer .fMiddle .container .listCont .share ul li a {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    border: 1px solid #7d7d7d;
    color: #7d7d7d;
    font-size: 14px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#footer .fMiddle .container .listCont .share ul li a:hover {
    background-color: #7d7d7d;
    color: #fff;
}

#footer .fMiddle .container .listCont .go_top {
    width: 22px;
    height: 22px;
    cursor: pointer;
}

#footer .fMiddle .container .listCont1 {
    width: 190px;
}

#footer .fMiddle .container .listCont2 {
    width: 310px;
}

#footer .fMiddle .container .listCont3 {
    width: 460px;
}

#footer .fMiddle .container .listCont4 {
    width: 320px;
}

#footer .subCont {
    height: 20px;
    background-color: #000;
}

#footer .copyright {
    position: relative;
    font-size: 20px;
    overflow: hidden;
    color: #ffffff;
    -o-background-size: cover;
    background-size: cover;
}

#footer .copyright svg {
    height: 30px;
    width: auto;
    fill: #ffffff;
    position: relative;
    top: 2px;
}

#footer .copyright a {
    margin: 0 5px;
}

#footer .copyright a img {
    margin-top: 8px;
    height: 16px;
}

#footer .copyright .left {
    position: relative;
    top: 0;
}

@media (max-width: 1450px) {
    #footer .fMiddle .container .listCont4 {
        width: 100%;
    }
}

@media (max-width: 1250px) {
    #footer .fMiddle .container .listCont1 {
        width: 170px;
    }

    #footer .fMiddle .container .listCont2 {
        width: 280px;
    }

    #footer .fTop .container .listCont2 {
        margin-left: 0;
    }

    #footer .fTop .container .listCont1 {
        width: 66%;
    }
}

@media (max-width: 1000px) {
    #footer .fTop .container .listCont1 {
        width: 100%;
    }

    #footer .fMiddle .container .listCont {
        width: 100%;
    }
}

@media (max-width: 700px) {
    #footer .fTop .container .listCont form input {
        width: 100%;
    }

    #footer .fTop .container .listCont form .content {
        width: 100%;
    }

    #footer .fTop .container .listCont form .submit {
        width: 100%;
    }
}

@media (max-width: 500px) {
    #footer .fTop .container {
        padding-top: 0;
    }

    #footer .fMiddle .container .listCont {
        margin-top: 20px;
    }

    #footer .fMiddle .container .listCont .list2 {
        font-size: 14px;
    }

    #footer .fMiddle .container .listCont .list2 span {
        display: block;
    }

    #footer .fMiddle .container .listCont .list2 span.zw {
        display: none;
    }

    #footer .fTop .container .listCont form input {
        padding: 6px 16px;
    }

    #footer .fTop .container .listCont form .submit {
        padding: 6px 16px;
    }
    #index-body .init-6 .mk-content ul li .box .imgbox img{
        min-height: 320px;
        object-fit: cover;
    }
}

.font-150 {
    font-size: 130px;
}

.font-108 {
    font-size: 108px;
}

@media screen and (max-width: 1700px) {
    .font-150 {
        font-size: 100px;
    }

    .font-108 {
        font-size: 88px;
    }

    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu {
        padding: 0 10px;
    }

    #index-body .init-4 .datashow ul li .content {
        min-width: 320px;
        padding: 18px 35px;
    }
}

@media screen and (max-width: 1450px) {
    .font-150 {
        font-size: 70px;
    }

    .font-108 {
        font-size: 60px;
    }

    body {
        font-size: 16px;
    }

    .btn-go {
        zoom: 0.9;
    }

    .zdyqh {
        zoom: 0.9;
    }

    #header .nav .ui.menu .menu-box {
        width: -webkit-calc(100% - 85px);
        width: -moz-calc(100% - 85px);
        width: calc(100% - 85px);
    }

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

    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu {
        padding: 0;
    }

    #index-body .init-2 .mk-content ul li .box {
        padding: 40px 15px 20px;
    }

    #index-body .init-3 .mk-content .desc {
        max-width: 70%;
    }

    #index-body .init-4 .datashow ul li .content {
        min-width: 250px;
    }

    #index-body .init-5 .mk-content .left {
        padding: 0 6%;
    }

    #index-body .init-8 .mk-content ul li .box {
        padding: 30px 25px 40px;
    }
}

@media screen and (max-width: 1250px) {
    .font-150 {
        font-size: 50px;
    }

    .font-108 {
        font-size: 48px;
    }

    #banner .banner-content {
        height: 40vw;
    }

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

    #index-body .init-4 .datashow ul li .content {
        min-width: 196px;
    }

    #index-body .init-5 .mk-content .left {
        padding: 0 0 0 6%;
    }
}

@media screen and (max-width: 1000px) {
    .font-150 {
        font-size: 40px;
    }

    .font-108 {
        font-size: 35px;
    }

    #banner .banner-content {
        height: 400px;
    }

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

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

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

    #index-body .init-3 .mk-content .right {
        max-width: 100%;
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%;
        margin-top: 5%;
    }

    #index-body .init-3 .mk-content .right .imgbox {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    #index-body .init-3 .mk-content .right .big {
        max-width: 60%;
    }

    #index-body .init-3 .mk-content .right .small {
        max-width: 40%;
        position: static;
        padding-right: 2%;
    }

    #index-body .init-4 .datashow ul {
        margin: -1%;
    }

    #index-body .init-4 .datashow ul li {
        width: 50%;
        padding: 1%;
    }

    #index-body .init-4 .datashow ul li .content {
        min-width: unset;
    }

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

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

    #index-body .init-5 .mk-content .left ul li {
        margin: 4px 0;
    }

    #index-body .init-5 .mk-content .left ul li .box {
        height: 70px;
    }

    #index-body .init-6 .mk-content {
        padding: 0 15px;
    }

    #index-body .init-6 .mk-content ul li .box .txtbox {
        padding: 20px;
        right: 10%;
        left: 10%;
        bottom: 15px;
    }
}

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

    .font-108 {
        font-size: 28px;
    }

    body {
        font-size: 15px;
    }

    .btn-go {
        zoom: 0.8;
    }

    .zdyqh {
        zoom: 0.8;
    }

    .phone_hide {
        display: none;
    }

    .mk-top .mk-tt {
        padding-right: 0;
    }

    .mk-top .mk-desc {
        padding-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .font-150 {
        font-size: 28px;
    }

    .font-108 {
        font-size: 24px;
    }

    #banner .banner-content .zdyqh {
        display: none;
    }

    #index-body .init-4 .datashow ul li {
        width: 100%;
    }
}


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

.inner-banner {
    background-size: cover;
    background-position: center center;
    color: white;
}

.inner-banner .mbx {
    position: relative;
}

.inner-banner .mbx i {
    color: var(--color);
}

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

@media screen and (max-width: 1450px) {
    .pt-290 {
        padding-top: 200px;
    }
}

@media screen and (max-width: 1250px) {
    .pt-290 {
        padding-top: 130px;
    }
}

.tag {
    position: relative;
    padding-right: 15px;
}

.tag::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color);
}




.inner-page {
    z-index: 2;
    position: relative;
}

.inner-page ul.nav li {
    font-size: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    color: #484343;
}

.inner-page ul.nav li a {
    display: block;
    padding: 5px 10px;
    position: relative;transition: 0.3s;
}

.inner-page ul.nav li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #484343;
}

.inner-page ul.nav li:last-child a::after {
    content: none;
}

.inner-page ul.nav li:hover,
.inner-page ul.nav li.active {
    /*color: var(--color);*/
}
.inner-page ul.nav li:hover a,
.inner-page ul.nav li.active a{
    background-color: var(--color);
}

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




.m-page a,
.m-page span {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border-radius: 3px;
    margin: 0 5px;
}

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

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

.news-page #index-body .i-news ul li .box .h4 {
    max-height: 80px;
    min-height: 50px;
    overflow: auto;
}

.news-page #index-body .i-news ul li .box .img-box img {
    max-height: 270px;
    object-fit: cover;
}

.news-page .news-1 {
    background-color: white;
    /*border-radius: 73px 73px 0 0;*/
    margin-top: -65px;
}

.news-page .news-1 .des {
    text-align: center;
    line-height: 35px;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    max-height: 210px;
    overflow: auto;
}

.news-page.product-page .news-1 .des {
    text-align: right;
}

.news-page .news-2 {
    background-color: #efefef;
    /*border-radius: 73px 73px 0 0;*/
}


#index-body .i-news {
    background-color: #efefef;
    border-radius: 73px 73px 0 0;
}

#index-body .i-news .top .text {
    line-height: 40px;
    max-width: 530px;
}

#index-body .i-news ul li {
    height: 100%;
}

#index-body .i-news ul li .box {
    background-color: white;
    border-radius: 20px;
    padding: 25px 40px 40px;
    height: 100%;
}

#index-body .i-news ul li .box .time {
    color: rgba(0, 0, 0, 0.9);
}

#index-body .i-news ul li .box .h4 {
    line-height: 1.3;
    /*min-height: 82px;*/
    transition: all 0.5s;
}

#index-body .i-news ul li .box .h4:hover {
    color: var(--color);
}


#index-body .i-news ul li .box .des {
    line-height: 28px;
    color: rgba(0, 0, 0, 0.7);
}

#index-body .i-news ul li .box .arrow {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 7px solid #ededed;
    font-size: 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    line-height: 1;
}

#index-body .i-news ul li .box .arrow i {
    margin-top: 3px;
}

#index-body .i-news ul li .box .arrow:hover {
    background-color: var(--color);
}
@media screen and (max-width: 1450px) {
    #index-body .i-news ul li .box {
        padding: 45px 30px 40px;
    }
}
@media screen and (max-width: 1250px) {

    .news-page .news-1,
    .news-page .news-2 {
        border-radius: 40px 40px 0 0;
    }

    .news-page .news-1 {
        margin-top: 0px;
    }

    .news-page #index-body .i-news ul li {
        width: 33.33%;
    }

    .news-page .news-1 {
        margin-top: 20px;
    }

    #index-body .i-news ul li .box {
        padding: 30px 20px 30px;
    }
}

@media screen and (max-width: 1000px) {
    .news-page #index-body .i-news ul li {
        width: 50%;
    }

    .news-page #index-body .i-news {
        padding-top: 50px;
    }

    #index-body .i-news {
        border-radius: 40px 40px 0 0;
    }
}

@media screen and (max-width: 700px) {
    .news-page #index-body .i-news ul li {
        width: 100%;
    }

    .news-page #index-body .i-news ul li .box .h4 {
        max-height: unset;
        min-height: unset;
        overflow: hidden;
    }
}

@media screen and (max-width: 500px) {
    #index-body .i-news .top .text {
        text-align: right;
        line-height: 26px;
        margin-top: 20px;
    }
}

/*----- newdet-page -----*/
.title {
    line-height: 1.2;
}

.newdet-page {
    background-color: white;
    /*border-radius: 73px 73px 0 0;*/
    margin-top: -65px;
}

.newdet-page .newdet-1 .content {
    line-height: 1.8;
}

.newdet-page .newdet-1 .tag {
    display: inline-block;
}

@media screen and (max-width: 1250px) {
    .newdet-page {
        border-radius: 40px 40px 0 0;
        margin-top: 20px;
    }
}

.m-link {
    border-top: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    width: 100%;
}

.m-link .next {
    text-align: left;
}

@media screen and (max-width: 1000px) {
    .m-link {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .m-link .next {
        width: 100%;
        text-align: right;
        margin-top: 20px;
    }
}

.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: 700px) {
    .seoPublic .Auxil-related .list ul {
        margin: -12px -8px;
    }

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



.seo_form {
    background-color: #efefef;
    /*border-radius: 73px 73px 0 0;*/
}

.seo_form form {
    width: 80%;
    margin: auto;
}

.seo_form form input,
.seo_form form textarea {
    border: 1px solid #c7c7c7;
    font-size: 19px;
    height: 74px;
    border-radius: 14px;
    padding: 0 20px;
    margin-bottom: 20px;
    width: 100%;
}

.seo_form form textarea {
    padding: 20px;
    height: 150px;
}

.seo_form form button {
    border: none;
}

@media screen and (max-width: 1250px) {
    .seo_form {
        border-radius: 40px 40px 0 0;
    }

    #innerMobileBanner {
        margin-top: 60px;
    }
}

@media screen and (max-width: 1000px) {
    .seo_form form {
        width: 100%;
    }

    .seo_form form input,
    .seo_form form textarea {
        font-size: 18px;
    }

    .seo_form form input {
        height: 50px;
    }
}

/*----- product-page -----*/
.product-page #index-body .i-news ul li .img-box img {
    width: auto;
    display: block;
    margin: auto;
}

.inner-page.product-page ul.nav li a::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: var(--color);
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.inner-page.product-page ul.nav li.active a::before,
.inner-page.product-page ul.nav li:hover a::before {
    width: 100%;
    opacity: 1;
}

.about-page.product-page .about-1{
    margin-top: 0;
}

/*----- prodet-page-----*/
.prodet-page .prodet-1 {
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(248, 226, 148, 0.479)), color-stop(30%, rgba(248, 226, 148, 0)));
    background: -webkit-linear-gradient(top left, rgba(248, 226, 148, 0.479), rgba(248, 226, 148, 0) 30%);
    background: -moz-linear-gradient(top left, rgba(248, 226, 148, 0.479), rgba(248, 226, 148, 0) 30%);
    background: -o-linear-gradient(top left, rgba(248, 226, 148, 0.479), rgba(248, 226, 148, 0) 30%);
    background: linear-gradient(to bottom right, rgba(248, 226, 148, 0.479), rgba(248, 226, 148, 0) 30%);
}
.prodet-page .prodet-1 .smallImg .slick-vertical .slick-slide {
    float: none;
}

.prodet-page .prodet-1 .smallImg .slick-track {
    width: 100% !important;
}

.prodet-page .prodet-1 .smallImg ul {
    margin: -0.5em;
}

.prodet-page .prodet-1 .smallImg ul li {
    padding: .5em;
}

.prodet-page .prodet-1 .left .smallImg img {
    border: 1px solid #000;
}

.prodet-page .prodet-1 .smallImg {
    width: 24%;
}

.prodet-page .prodet-1 .left .big {
    border: 1px solid #000;
    width: 76%;
}

.prodet-page .prodet-1 .right .text {
    max-height: 210px;
    overflow: auto;
}

.prodet-page .prodet-2 {
    background-color: #f6f6f6;
    color: #7b7b7b;
}

.prodet-page .prodet-2 i {
    mix-blend-mode: darken;
}

.prodet-page .prodet-3 .options:before,
.prodet-page .prodet-3 .options:after {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #ccc;
}

.prodet-page .prodet-3 .options span {
    min-width: 242px;
}
.prodet-page .prodet-3 .options span.active{
    border-color:var(--color);
    background-color: #fff;
}


.prodet-page .prodet-3 .ret .slide {
    /*display: none;*/
}

.prodet-page .prodet-3 .ret span.h6 {
    padding: .5em 1em;
    background-color: #f5f5f5;
}

.prodet-page .prodet-3 .ret span.h6 i {
    width: 1.66666667em;
    height: 1.66666667em;
    border-radius: 100%;
    background-color: black;
    position: relative;
    cursor: pointer;
    cursor: hand;
}

.prodet-page .prodet-3 .ret span.h6 i:after,
.prodet-page .prodet-3 .ret span.h6 i:before {
    content: '';
    width: .5em;
    height: 2px;
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50.0%,-50%);
    -moz-transform: translate(50.0%,-50%);
    -ms-transform: translate(50.0%,-50%);
    transform: translate(50.0%,-50%);
    background-color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.prodet-page .prodet-3 .ret span.h6.active i {
    background-color: var(--color);
}

.prodet-page .prodet-3 .ret span.h6.active i:after {
    -webkit-transform: translate(50.0%,-50%); rotate(90deg);
    -moz-transform: translate(50.0%,-50%); rotate(90deg);
    -ms-transform: translate(50.0%,-50%); rotate(90deg);
    transform: translate(50.0%,-50%); rotate(90deg);
}

.prodet-page .prodet-3 .ret .form {
    padding: 4% 9%;
    background-color: var(--color);
}

.prodet-page .prodet-3 .ret .form ul li.row {
    grid-row: span 2;
}

.prodet-page .prodet-3 .ret .form ul li input,
.prodet-page .prodet-3 .ret .form ul li textarea {
    width: 100%;
    border: none;
    padding: .8em 1.4em;
    color: black;
}

.prodet-page .prodet-3 .ret .form ul li input::-webkit-input-placeholder,
.prodet-page .prodet-3 .ret .form ul li textarea::-webkit-input-placeholder {
    color: #434343;
}

.prodet-page .prodet-3 .ret .form ul li input:-moz-placeholder,
.prodet-page .prodet-3 .ret .form ul li textarea:-moz-placeholder {
    color: #434343;
}

.prodet-page .prodet-3 .ret .form ul li input::-moz-placeholder,
.prodet-page .prodet-3 .ret .form ul li textarea::-moz-placeholder {
    color: #434343;
}

.prodet-page .prodet-3 .ret .form ul li input:-ms-input-placeholder,
.prodet-page .prodet-3 .ret .form ul li textarea:-ms-input-placeholder {
    color: #434343;
}

.prodet-page .prodet-3 .ret .form ul li input::placeholder,
.prodet-page .prodet-3 .ret .form ul li textarea::placeholder {
    color: #434343;
}

.prodet-page .prodet-3 .ret .form ul li textarea {
    height: 100%;
}

.prodet-page .prodet-3 .ret .form ul li .text {
    color: inherit;
}

.prodet-page .prodet-3 .ret .form ul li button {
    border: none;
    background-color: #fff;
    transition: all 0.5s;

}

.prodet-page .prodet-3 .ret .form ul li button img {
    filter: grayscale(1) brightness(1.9);
}

@media screen and (max-width: 1450px) {
    .prodet-page .prodet-2 i {
        zoom: .7;
    }

}

@media screen and (max-width: 1250px) {
    .prodet-page .prodet-3 .options span {
        min-width: 240px;
    }
}

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

    .prodet-page .prodet-2 ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .prodet-page .prodet-1 .right .text {
        margin-top: 20px;
    }

    .prodet-page .prodet-1 .right .btn,
    .prodet-page .prodet-1 .right .m-link {
        margin-top: 20px;
    }

    .prodet-page .prodet-3 .options {
        flex-direction: column;
    }
}

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

    .prodet-page .prodet-3 .options {
        display: none;
    }

    .prodet-page .prodet-3 .ret {
        margin-top: 0;
    }

    .prodet-page .prodet-3 .ret .slide {
        display: block !important;
        margin-top: 5%;
    }

    .prodet-page .prodet-3 .ret .slide:first-child {
        margin-top: 0;

    }

    .prodet-page .prodet-3 .ret .form {
        padding: 5%;
    }

    .prodet-page .prodet-3 .ret .form ul li.grid-span {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .prodet-page .prodet-3 .ret .form ul li .text {
        width: 100%;
    }

    .prodet-page .prodet-3 .ret .form ul li.row {
        grid-row: span 1;
    }

    .prodet-page .prodet-2 ul li {
        width: 49%;
    }

    .prodet-page .prodet-3 .ret .slide .appearance ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .prodet-page .prodet-1 .right .btn {
        flex-direction: column;
    }
}

.seoPublic>div{
    padding: 90px 0;
}
@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;
}
}

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

/*----- about-page -----*/
.about-page {
    z-index: 2;
    position: relative;
}

.about-page .about-1 {
    margin-top: -60px;
    /*border-radius: 73px 73px 0 0;*/
    background-color: white;
    
}
.about-page .about-1 .bg{
background: linear-gradient(to bottom right, rgba(248, 226, 148, 0.479), rgba(248, 226, 148, 0) 30%);
/*border-radius: 73px 73px 0 0;*/
}

.about-page .about-1 .left>img {
    border-radius: 30px;
}

.about-page .about-1 .left .play {
    font-size: 22px;
    height: 106px;
    border-radius: 28px;
    color: #000;
    background-color: var(--color);
    width: 170px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    padding: 0 30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

.about-page .about-1 .left .play i {
    font-size: 40px;
}

.about-page .about-1 .left .play:hover {
    box-shadow: 0px 0px 10px 0px rgba(7, 112, 58, 0.5);
}

.about-page .about-1 .right .content {
    max-height: 425px;
    overflow: auto;
}

.about-page .about-2 .box {
    border-radius: 26px;
}
.about-page .about-2 .box ul{
  margin: 0 -25px;
}
.about-page .about-2 .box ul li {
    color: var(--color);
    padding: 0 25px;
    width: 25%;
}

.about-page .about-2 .box ul li .box2 {
    background: #f4f4f4;
    border-radius: 20px;
    padding: 44px;
    text-align: center;
}

.about-page .about-2 .box ul li .h2 {
    line-height: 1;
}

.about-page .about-2 .box ul li .h2 span {
    font-size: 36px;
}

.about-page .about-2 .box ul li p {
    color: black;
}

.about-page .about-3 {
    background-color: #efefef;
    overflow: hidden;
    background: url(../images/banner12.jpg) no-repeat;
    background-size: cover;
}

.about-page .about-3 .top .left {
    width: 70%;
}

.about-page .about-3 .top .text {
    width: 30%;
    line-height: 1.5;
}

.about-page .about-3 .list .line {
    position: absolute;
    right: -200px;
    left: -200px;
    height: 1px;
    background-color: var(--color);
    top: 80px;
}

.about-page .about-3 .list ul .slick-list {
    padding-bottom: 30px;
}

.about-page .about-3 .list ul li .time {
    color: var(--color);
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about-page .about-3 .list ul li i {
    display: inline-block;
    margin-right: 15px;
    margin-left: auto;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #e2efe8;
    position: relative;
    z-index: 1;
    margin-top: 13px;
    margin-bottom: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about-page .about-3 .list ul li i::after {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50.0%,-50%);
    -moz-transform: translate(50.0%,-50%);
    -ms-transform: translate(50.0%,-50%);
    transform: translate(50.0%,-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--color);
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about-page .about-3 .list ul li .box {
    background-color: white;
    padding: 35px 55px 35px 35px;
    position: relative;
    border-radius: 23px;
    -webkit-box-shadow: 0px 17px 21px 0px rgba(25, 25, 25, 0.04);
    box-shadow: 0px 17px 21px 0px rgba(25, 25, 25, 0.04);
}

.about-page .about-3 .list ul li .box::after {
    content: "";
    position: absolute;
    right: 26px;
    top: 45px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid var(--color);
}

.about-page .about-3 .list ul li .box::before {
    content: "";
    position: absolute;
    right: 33px;
    top: -28px;
    width: 1px;
    height: 75px;
    background-color: var(--color);
}

.about-page .about-3 .list ul li .des {
    max-height: 172px;
    min-height: 172px;
    overflow: auto;
    padding-left: 5px;
}

.service-page.about-page .about-3 .list ul li .des{
    max-height: 35px;
    min-height: 35px;
}

.about-page .about-3 .list ul li:hover .time {
    color: #e47915;
}

.about-page .about-3 .list ul li:hover i::after {
    background: #e47915;
}

.about-page .about-3 .list ul li:hover i {
    background: rgba(228, 121, 21, 0.5);
}


.about-page .about-4 {
    overflow: hidden;
    background-color: #f5f5f5;
}

.about-page .about-4 .img .box {
    height: 570px;
    position: relative;
    overflow: hidden;
}

.about-page .about-4 .img .box .mask {
    position: absolute;
    right: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/kokosili/2026/03/31/about2-1.jpg);
    background-position: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateX(50.0%);
    -moz-transform: translateX(50.0%);
    -ms-transform: translateX(50.0%);
    transform: translateX(50.0%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background-repeat: no-repeat;
}

.about-page .about-4 .bottom p {
    line-height: 1.8;
    color: #4c4c4c;
}

.about-page .about-5 .i-title {
    text-align: center;
}

.about-page .about-5 .con {
    color: #666;
}

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

.about-page .about-5 .content .item {
    background: #fff;
    border-radius: 15px;
    padding-bottom: 130px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f6f7f9;
    transition: all 0.5s;
}

.about-page .about-5 .content .item .tit {
    padding: 12px 50px;
    border-bottom: 1px solid #e1e5e5;
    height: 150px;
    display: flex;
    align-items: center;
}

.about-page .about-5 .content .item .con {
    padding: 45px 50px;
    max-width: 770px;
}

.about-page .about-5 .content .item .con .des {
    font-size: 20px;
    line-height: 1.5;
    min-height: 4.5em;
    max-height: 4.5em;
    overflow-y: auto;
    color: #666;
}

.about-page .about-5 .content .item .icon {
    display: block;
    text-align: right;
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.about-page .about-5 .content .item .icon img {
    width: 80px;
    height: 80px;
    transition: all 0.5s;
}

.about-page .about-5 .content .item:hover {
    background-color: var(--color);
}

.about-page .about-5 .content .item:hover .icon img {
    filter: brightness(0);
}

.about-page .about-6 .mk-content ul li .img-box {
    position: relative;
}

.about-page .about-6 .mk-content ul li .img-box p {
    position: absolute;
    right: 0;
    left: 0;
    color: white;
    bottom: 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    z-index: 2;
    padding: 0 20px;
}

.about-page .about-6 .mk-content ul li .img-box::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 80%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    background: linear-gradient(to top, var(--color), transparent);
    bottom: 0;
    opacity: 0;
}

.about-page .about-6 .mk-content ul li:hover .img-box p {
    opacity: 1;
}

.about-page .about-6 .mk-content ul li:hover .img-box::after {
    opacity: 1;
}

@media screen and (max-width: 1450px) {
    .about-page .about-2 .box{
      padding: 0;
    }
    .about-page .about-3 .top .left {
        width: 60%;
    }

    .about-page .about-3 .top .text {
        width: 40%;
    }
    .about-page .about-5 .content .item .tit,.about-page .about-5 .content .item .con{
        padding: 12px 25px;
    }
    .about-page .about-5 .content .item .icon{
        right: 25px;
        zoom: 0.8;
        bottom: 25px;
    }
    .about-page .about-5 .content .item{
        padding-bottom: 90px;
    }

}

@media screen and (max-width: 1250px) {
    .about-page .about-1 {
        margin-top: 0;
    }
    .about-page .about-1 {
        border-radius: 40px 40px 0 0;
    }
    .about-page .about-1 .bg{
        border-radius: 0;
    }
    .about-page .about-1 .left .play {
        font-size: 18px;
    }
    .about-page .about-2 .box ul{
      margin: 0 -15px;
    }
    .about-page .about-2 .box ul li{
      padding: 0 15px;
    }
    .about-page .about-2 .box ul li .box2{
      padding: 20px;
    }

    .about-page .about-3 .list .line {
        top: 67px;
    }
}

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

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

    .about-page .about-1 .right {
        width: 100%;
        padding: 0;
        margin-top: 50px;
    }

    .about-page .about-1 .left .play {
        height: 70px;
        border-radius: 15px;
    }
    .about-page .about-2 .box ul{
      margin: 5px;
    }
    .about-page .about-2 .box ul li {
      padding: 5px;
      width: 50%;
    }
    .about-page .about-2 .box ul li .box2 {
      padding: 10px;
    }
    .about-page .about-3 .top .left {
        width: 100%;
    }

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

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

@media screen and (max-width: 700px) {
  .about-page .about-4 .img .box {
    height: 400px;
  }
  .about-page .about-2 .box ul li {
    width: 100%;
    padding: 5px;
  }
}

@media screen and (max-width: 500px) {
    .about-page .about-5 .content .item {
        min-height: auto;
        padding-bottom: 100px;
    }

    .about-page .about-5 .content .item .tit {
        padding: 15px;
        line-height: 40px;
    }

    .about-page .about-5 .content .item .con {
        padding: 15px;
    }

    .about-page .about-5 .content .item .con .des {
        font-size: 16px;
        line-height: 2;
    }

    .about-page .about-5 .content .item .icon {
        bottom: 20px;
        right: 15px;
    }
}

/*----- industries-page -----*/
.industries-page {
    background-color: #efefef;
    /*border-radius: 73px 73px 0 0;*/
    margin-top: -65px;
}

.industries-page ul li .img-box {
    border-radius: 20px;
}

.industries-page ul li .content {
    border-radius: 12px;
    background-color: white;
    padding: 25px 30px;
    width: 80%;
    margin: auto;
    z-index: 3;
    position: relative;
    margin-top: -80px;
}

.industries-page ul li .content .des {
    line-height: 28px;
    opacity: 0.7;
}

@media screen and (max-width: 1250px) {
    .industries-page {
        border-radius: 0;
        margin-top: 0;
    }
}

@media screen and (max-width: 1000px) {
    .industries-page ul{
        margin: 0 -15px;
    }
    .industries-page ul li{
        padding: 0 15px;
    }
    .industries-page ul li .content {
        padding: 20px 15px;
    }
}

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

/*----- soludet-page -----*/
.soludet-page .soludet-1 {
    background-color: white;
    /*border-radius: 73px 73px 0 0;*/
    margin-top: -65px;
}

.soludet-page .soludet-1 .right .title {
    line-height: 1.1;
}

.soludet-page .soludet-1 .right .des {
    line-height: 30px;
}

.soludet-page .soludet-3 {
    background-color: #4e4e4e;
    /*border-radius: 73px 73px 0 0;*/
    position: relative;
    z-index: 3;
    margin-top: -65px;
}

.soludet-page .soludet-3 .top {
    color: white;
}

.soludet-page .soludet-3 .top .left {
    width: 65%;
}

.soludet-page .soludet-3 .top .left .title span {
    margin-right: 180px;
}

.soludet-page .soludet-3 .top .text {
    line-height: 1.65;
    max-width: 520px;
    text-align: left;
    width: 35%;
}

.soludet-page .soludet-3 ul li .img-box {
    border-radius: 25px;
}

/*.soludet-page .soludet-3 ul li .box {
    width: 80%;
    margin: auto;
    z-index: 2;
    position: relative;
    margin-top: -80px;
    background-color: white;
    padding: 30px 40px;
    border-radius: 12px;
}

.soludet-page .soludet-3 ul li .box .des {
    line-height: 32px;
    opacity: 0.7;
    max-height: 160px;
    overflow: auto;
    padding-right: 5px;
}*/
.soludet-page .soludet-3 ul li .box{
    background-color: #fff;
    border-radius: 15px;
    padding: 10px 50px 40px;
}
.soludet-page .soludet-3 ul li .box .h5{
    padding: 12px 0;
    height: 150px;
    display: flex;
    align-items: center;
}
.soludet-page .soludet-3 ul li .box imgbox{

}


.soludet-page .soludet-5 .left {
    width: 30%;
}

.soludet-page .soludet-5 .left p {
    line-height: 30px;
    opacity: 0.8;
}

.soludet-page .soludet-5 .left .share a {
    font-size: 30px;
    margin-left: 15px;
}

.soludet-page .soludet-5 .right {
    width: 52%;
}

.soludet-page .soludet-5 .right form input,
.soludet-page .soludet-5 .right form textarea {
    width: 100%;
    border: 1px solid #c7c7c7;
    font-size: 20px;
    height: 74px;
    border-radius: 14px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.soludet-page .soludet-5 .right form textarea {
    padding: 20px;
    height: 150px;
}

@media screen and (max-width: 1250px) {
    .soludet-page .soludet-1 {
        border-radius: 40px 40px 0 0;
        margin-top: 20px;
    }

    .soludet-page .soludet-3 {
        border-radius: 40px 40px 0 0;
        margin-top: 20px;
    }

    .soludet-page .soludet-3 .top .left {
        width: 100%;
    }

    .soludet-page .soludet-3 .top .text {
        width: 100%;
        text-align: right;
    }

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

    .soludet-page .soludet-3 .top .left .title span {
        margin-right: 100px;
    }

    .soludet-page .soludet-5 {
        border-radius: 40px 40px 0 0;
    }

    .soludet-page .soludet-5 .right form input {
        font-size: 18px;
        height: 60px;
    }

    .soludet-page .soludet-5 .right form textarea {
        font-size: 18px;
    }

    .soludet-page .soludet-5 .left {
        width: 43%;
    }
}

@media screen and (max-width: 1000px) {
    .soludet-page .soludet-1 .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

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

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

    .soludet-page .soludet-3 .top .left .title span {
        margin-right: 60px;
    }

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

    .soludet-page .soludet-5 .right {
        width: 100%;
        margin-top: 20px;
    }

    .soludet-page .soludet-5 .left .share a {
        font-size: 18px;
    }
}


/*----- chain-page -----*/
.chain-page{
    background-color: #efefef;
    /*border-radius: 73px 73px 0 0;*/
    margin-top: -65px;
}
.chain-page .chain-2 .strength-list ul li {
  margin: 35px 0;
}

.chain-page .chain-2 .strength-list ul li .box .img-box {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}

.chain-page .chain-2 .strength-list ul li .box .img-box img {
  border-radius: 10px;
}

.chain-page .chain-2 .strength-list ul li .box .txtbox {
  background-color: #f6f7f9;
  border-radius: 10px;
  width: calc(50% + 40px);
  padding-right: 10%;
  padding-left: 6%;
  margin-right: -40px;
}

.chain-page .chain-2 .strength-list ul li .box .txtbox .tag .line {
  width: 65px;
  height: 1px;
  background-color: #333333;
  display: block;
}

.chain-page .chain-2 .strength-list ul li .box .txtbox .tt {
  line-height: 1.4;
  color: #333333;
}

.chain-page .chain-2 .strength-list ul li .box .txtbox .desc {
  line-height: 1.8;
  color: #4c4c4c;
  max-height: 15em;
  overflow-y: auto;
}

.chain-page .chain-2 .strength-list ul li:nth-child(odd) .box {
  flex-direction: row-reverse;
}

.chain-page .chain-2 .strength-list ul li:nth-child(odd) .box .txtbox {
  margin-left: -40px;
  margin-right: 0;
  padding-right: 6%;
  padding-left: 10%;
}
.chain-page .chain-3{
    background-color: #fff;
}
.chain-page .chain-3 .list ul li{
    margin: 30px 0;
}
.chain-page .chain-3 .list ul li a {
  display: block;
  position: relative;
}

.chain-page .chain-3 .list ul li a p {
  position: absolute;
  right: 0;
  left: 0;
  color: white;
  bottom: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 2;
  padding: 0 20px;
}

.chain-page .chain-3 .list ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 80%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: linear-gradient(to top, var(--color), transparent);
  bottom: 0;
  opacity: 0;
}

.chain-page .chain-3 .list ul li:hover a p {
  opacity: 1;
}

.chain-page .chain-3 .list ul li:hover a::after {
  opacity: 1;
}
.chain-page .chian-4 .con {
  border-radius: 10px;
  height: 370px;
}

.chain-page .about-page .about-5 .content .item .tit{
    border: 0;
    align-items: flex-start;
    padding-top: 30px;
}
@media (max-width: 1450px){

}
@media (max-width: 1250px){
    .chain-page{
        border-radius: 0;
        margin-top: 0;
    }
    .chain-page .chain-3 .list ul li {
        margin: 15px 0;
    }
}
@media (max-width: 1000px) {
  .chain-page .chain-2 .strength-list ul li .box .img-box {
    width: 100%;
  }

  .chain-page .chain-2 .strength-list ul li .box .txtbox {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }

  .chain-page .chain-2 .strength-list ul li:nth-child(odd) .box .txtbox {
    margin-left: 0;
  }
  .chain-page .chain-3 .list ul li a p {
    bottom: 10px;
  }
    
}
@media (max-width: 700px) {
  .chain-page .chain-3 .list ul li {
    width: 50%;
  }
  .chain-page .chian-4 .con{
      padding: 40px 15px;
      height: auto;
  }
}
@media screen and (max-width: 500px) {
  .chain-page .chain-2 .cus-page .cus-3 .header .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .chain-page .chain-3 .list ul li {
    width: 100%;
  }
}

/*----- .service-page -----*/
.service-page{
    margin-top: -60px;
    /*border-radius: 73px 73px 0 0;*/
    background-color: white;
}
.service-page .chain-page{
    background-color: transparent;
    border-radius: 0;
    margin-top:0;
}


/*----- .gallery-page -----*/

.gallery-page {
margin-top: -60px;
background-color: white;
padding: 85px 0 120px;
}
.gallery-page .text{
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
}
.gallery-page ul {
  margin: -15px;
}
.gallery-page ul li {
  padding: 15px;
}
.gallery-page ul li .img {
  position: relative;
  border-radius: 19px;
  z-index: 2;
}
.gallery-page ul li .img .img-box {
  border-radius: inherit;
}
.gallery-page ul li .img span {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  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;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%); scale(0);
  -moz-transform: translate(50.0%,-50%); scale(0);
  -ms-transform: translate(50.0%,-50%); scale(0);
  transform: translate(50.0%,-50%); scale(0);
  font-size: 25px;
  color: white;
}
.gallery-page ul li .img::after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: -4px;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  z-index: -1;
  border-radius: inherit;
}
.gallery-page ul li p {
  font-size: 24px;
  text-align: center;
  color: black;
  font-weight: 500;
  margin-top: 20px;
}
.gallery-page ul li:hover .img span {
  -webkit-transform: translate(50.0%,-50%); scale(1);
  -moz-transform: translate(50.0%,-50%); scale(1);
  -ms-transform: translate(50.0%,-50%); scale(1);
  transform: translate(50.0%,-50%); scale(1);
}
@media screen and (max-width: 700px) {
  .gallery-page ul li p {
    font-size: 18px;
  }
}

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

.faq-page {
margin-top: -60px;
background-color: white;
}
.faq-page .box {
  padding: 6% 0 7.069%;
  position: relative;
  z-index: 1;
}
.faq-page .box span.bj {
  color: var(--color);
  font-size: 19px;
  line-height: 1.7;
  font-weight: 300;
  text-transform: uppercase;
}
.faq-page .box .title {
  width: 50%;
  margin-top: 3px;
}
.faq-page .box .content {
  margin-top: 46px;
}
.faq-page .box .content ul {
  margin-bottom: -24px;
}
.faq-page .box .content ul li {
  padding-bottom: 24px;
}
.faq-page .box .content ul li .ig {
  background-color: #f8f8f9;
  border-radius: 50px;
  padding: 24px 50px 28px 41px;
  position: relative;
}
.faq-page .box .content ul li .ig .tit {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  padding-left: 50px;
}
.faq-page .box .content ul li .ig .tit i {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: #000;
  cursor: pointer;
  position: absolute;
  display: block;
  left: 41px;
  top: 22px;
}
.faq-page .box .content ul li .ig .tit i::after,
.faq-page .box .content ul li .ig .tit i::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
}
.faq-page .box .content ul li .ig .tit i:after {
  -webkit-transform: translate(50.0%,-50%); rotate(90deg);
  -moz-transform: translate(50.0%,-50%); rotate(90deg);
  -ms-transform: translate(50.0%,-50%); rotate(90deg);
  transform: translate(50.0%,-50%); rotate(90deg);
}
.faq-page .box .content ul li .ig .con {
  font-size: 16px;
  line-height: 1.7;
  margin: 17px 0 32px;
  max-width: 1103px;
  display: none;
}
.faq-page .box .content ul li .ig.active .tit i {
  background: var(--color);
}
.faq-page .box .content ul li .ig.active .tit i::after {
  -webkit-transform: translate(50.0%,-50%); rotate(0);
  -moz-transform: translate(50.0%,-50%); rotate(0);
  -ms-transform: translate(50.0%,-50%); rotate(0);
  transform: translate(50.0%,-50%); rotate(0);
}
.faq-page .box::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  left: 0;
  font-size: 350px;
  line-height: 1;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1680px) {
  .faq-page .box .title {
    width: 36%;
  }
}
@media screen and (max-width: 1440px) {
  .faq-page .box .title {
    width: 41%;
  }
}
@media screen and (max-width: 1280px) {
  .faq-page .box .title {
    width: 46%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .faq-page .box .title {
    width: 51%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .font-60 {
    font-size: 50px;
  }
  .faq-page .box::after {
    display: none;
  }
  .faq-page .box .title {
    width: 61%;
  }
  .faq-page .box .content ul li .ig {
    padding: 24px 30px 28px 20px;
  }
  .faq-page .box .content ul li .ig .tit i {
    left: 20px;
  }
}
@media screen and (max-width: 700px) {
  .font-60 {
    font-size: 40px;
  }
  .faq-page .box .title {
    width: 70%;
  }
  .faq-page .box .content ul li .ig {
    padding: 20px 20px 20px 10px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 20px;
  }
  .faq-page .box .content ul li .ig .tit i {
    left: 10px;
    top: 15px;
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .box span.bj {
    font-size: 16px;
  }
  .font-60 {
    font-size: 30px;
    line-height: 1.3;
  }
  .faq-page .box .title {
    width: 85%;
  }
  .faq-page .box .content {
    margin-top: 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 18px;
    padding-left: 40px;
  }
  .faq-page .box .content ul li .ig .tit i {
    width: 30px;
    height: 30px;
  }
  .faq-page .box .content ul li .ig .con {
    font-size: 14px;
    line-height: 2;
    margin: 10px 0;
  }
}



/*----- contact-page -----*/
.contact-page .contact-1{
    margin-top: -60px;
    /*border-radius: 73px 73px 0 0;*/
    background-color: white;
}
.contact-page .contact-1 .header .con {
  font-size: 20px;
  line-height: 30px;
  max-width: 820px;
  color: #4B4B4B;
}

.contact-page .contact-1 .content {
  margin-top: 64px;
}

.contact-page .contact-1 .content ul {
  margin: -15px;
}

.contact-page .contact-1 .content ul li {
  padding: 15px;
}

.contact-page .contact-1 .content ul li .ig {
  background-color: #f6f7f9;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.6;
  border-radius: 15px;
  min-height: 250px;
  padding: 0 40px 0 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact-page .contact-1 .content ul li .ig .info {
  padding: 35px 0 100px;
  font-size: 21px;
  word-break: break-all;
}

.contact-page .contact-1 .content ul li .ig .tit {
  position: absolute;
  bottom: 30px;
  right: 40px;
  line-height: 60px;
  height: 60px;
}

.contact-page .contact-1 .content ul li .ig::after {
  content: '';
  display: block;
  background: url(../images/contact-icon1.png) center center no-repeat var(--color);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact-page .contact-1 .content ul li .ig:hover {
  background: var(--color);
  /*color: #fff;*/
}

.contact-page .contact-1 .content ul li .ig:hover::after {
  background-color: #141414;
}

.contact-page .contact-1 .content ul li:nth-child(2) .ig::after {
  background-image: url(../images/contact-icon2.png);
}

.contact-page .contact-1 .content ul li:nth-child(3) .ig::after {
  background-image: url(../images/contact-icon3.png);
}

.contact-page .contact-2 {
  padding-top: 6%;
  background: #f6f7f9;
}

.contact-page .contact-2 .box {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
}

.contact-page .contact-2 .box .form {
  margin-top: 42px;
}

.contact-page .contact-2 .box .form ul {
  margin: -13px -25px;
}

.contact-page .contact-2 .box .form ul li {
  padding: 13px 25px;
}

.contact-page .contact-2 .box .form ul li label {
  display: block;
  line-height: 2;
  font-size: 20px;
  margin-bottom: 6px;
}

.contact-page .contact-2 .box .form ul li input,
.contact-page .contact-2 .box .form ul li textarea {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: #f6f6f6;
  font-size: 14px;
  line-height: 2;
  border: 0;
  padding: 4px 3% 4px 3%;
}

.contact-page .contact-2 .box .form ul li textarea {
  padding: 10px 1.5% 10px 1.5%;
  height: 150px;
}

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

.contact-page .contact-3 {
  padding-top: 6%;
}

.contact-page .contact-3 iframe {
  display: block;
  border: 0;
}
@media screen and (max-width: 1250px){
    .contact-page .contact-1{
        margin-top: 0
    }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .header .con {
    max-width: 300px;
  }

  .contact-page .contact-1 .content {
    margin-top: 20px;
  }

  .contact-page .contact-1 .content ul li {
    width: 50%;
  }

  .contact-page .contact-1 .content ul li .ig {
    padding: 0 20px;
  }

  .contact-page .contact-1 .content ul li .ig .tit {
    right: 20px;
  }

  .contact-page .contact-1 .content ul li .ig::after {
    left: 20px;
  }
  .contact-page .contact-2 .box .form ul li label{
      font-size: 18px;
  }
  .contact-page .contact-2 .box {
    padding: 30px;
  }

  .contact-page .contact-3 iframe {
    height: 400px;
  }
}

@media screen and (max-width: 700px) {
  .contact-page .contact-1 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }

  .contact-page .contact-1 .content ul {
    margin: -7px;
  }

  .contact-page .contact-1 .content ul li {
    padding: 7px;
    width: 100%;
  }

  .contact-page .contact-1 .content ul li .ig {
    min-height: 300px;
    font-size: 16px;
    line-height: 1.8;
  }

  .contact-page .contact-1 .content ul li .ig .tit {
    bottom: 16px;
    height: 50px;
    line-height: 50px;
  }

  .contact-page .contact-1 .content ul li .ig::after {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }

  .contact-page .contact-2 .box {
    padding: 20px 15px;
  }

  .contact-page .contact-2 .box .form {
    margin-top: 30px;
  }

  .contact-page .contact-2 .box .form ul {
    margin: -6px -12px;
  }

  .contact-page .contact-2 .box .form ul li {
    padding: 6px 12px;
  }
  .contact-page .contact-1 .header .con,.contact-page .contact-1 .content ul li .ig .info {
    font-size: 18px;
  }
}


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

  .contact-page .contact-1 .content ul li .ig {
    min-height: 160px;
  }

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

  .contact-page .contact-3 iframe {
    height: 300px;
  }
  .contact-page .contact-2 .box .form ul li label {
        font-size: 16px;
    }
}
