* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif !important;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif !important;
}

body.isScroll {
    height: 100vh;
    overflow: hidden;
}

body.isScroll_ {
    overflow: hidden;
}

html {
    font-size: 62.5%;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

img {
    object-fit: cover;
    vertical-align: middle;
}

#container img {
    max-width: fit-content;
    max-height: fit-content;
    width: fit-content;
    height: fit-content;
}

img:not(.none) {
    max-width: 100%;
    max-height: 100%;
}

textarea {
    resize: none;
    font-family: inherit;
}

button {
    border: none;
    cursor: pointer;
}

.bezier .swiper-wrapper,
.div_bezier {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important;
}

table {
    border-collapse: collapse;
}

.has-scroll-smooth {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0.4rem;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

[data-wheel]::-webkit-scrollbar {
    width: 7px;
}

[data-wheel]::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0.4rem;
}

[data-wheel]::-webkit-scrollbar-track {
    background-color: transparent;
}

[data-opacity] {
    opacity: 0;
    overflow: hidden;
}

[data-scroll-container] > section,
[data-scroll-container],
#my-scrollbar .scroll-content > section
{
    overflow: hidden;
}

.c-scrollbar {
    z-index: 99999;
}

#my-scrollbar {
    height: 100vh;
}

.scroll-content {
    overflow: hidden;
}
.scrollbar-thumb {
    width: 5px !important;
}
@media screen and (max-width: 1024px) {
    .scrollbar-thumb {
        width: 0 !important;
    }
}
.scrollbar-track-y {
    z-index: 9999 !important;
}
.scrollbar-track {
    background-color: transparent !important;
    right: 0 !important;
}
.scrollbar-track:hover {
    cursor: grab;
}
.scrollbar-thumb {
    background: rgba(0, 0, 0, .5) !important;
}

.head_nav_mask{
    height: 461px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(255,255,255,.95);
    clip-path: inset(0 0 100% 0);
    transition: 0.8s cubic-bezier(0.18, 0.73, 0.13, 0.99);
}
.head_nav_mask.on{
    clip-path: inset(0 0 0 0);
}
.head_nav_mask:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.1);
    left: 0;
    top: 80px;
}
/**/
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 85px;
    transition: 0.7s;
}

.header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 150px;
    width: 100%;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transition: 0.7s;
}

.header .logo {
    width: 300px;
    position: relative;
}

.header .logo img {
    width: 100%;
    transition: 0.7s;
}

.header .logo img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.header .right {
    display: flex;
    align-items: center;
    height: 100%;
}

.header .right .opacity_y {
    display: flex;
    align-items: center;
    height: 100%;
    transition: 0.7s;
}

.header .right .opacity_y ul {
    display: flex;
    height: 100%;
    margin: 0 88px 0 0;
}

.header .right .opacity_y ul li {
    height: 100%;
    position: relative;
    /*margin: 0 20px;*/
}

.header .right .opacity_y ul li:nth-child(2):hover .products_pull{
    clip-path: inset(0 0 0 0);
}
.header .right .opacity_y ul li > a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    /*padding: 0 20px;*/
    transition: 0.7s;
    position: relative;
}

.header .right .opacity_y ul li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 100%;
    height: 2px;
    background: #009944;
    transition: 0.3s;
}

.header .right .opacity_y ul li .level {
    width: 600px;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: 0.7s;
}

.header .right .opacity_y ul li .level .joke {
    background: #FFFFFF;
    transition: 0.7s;
    transform: translateY(10px);
    margin: 16px 0 0 0;
}

.header .right .opacity_y ul li .level .joke:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 300px;
    background: rgba(0, 0, 0, 0.1);
    display: none;
}

.header .right .opacity_y ul li .level .item {
    width: 300px;
    height: 64px;
}

.header .right .opacity_y ul li .level .item .hover {
    width: 100%;
    height: 100%;
    padding: 0 30px 0 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.7s;
    cursor: pointer;
}

.header .right .opacity_y ul li .level .item .hover p {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    transition: 0.7s;
}

.header .right .opacity_y ul li .level .item .hover .iconfont {
    transition: 0.7s;
    color: rgba(179, 179, 179, 0.5);
}

.header .right .opacity_y ul li .level .item .three {
    width: 300px;
    position: absolute;
    top: 15px;
    left: 300px;
    height: 100%;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
}

.header .right .opacity_y ul li .level .item .three a {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    line-height: 60px;
    transition: 0.7s;
}

.header .right .opacity_y ul li .level .item .three a:hover {
    color: #009944;
}

.header .right .opacity_y ul li .level .item.on .hover {
    background: #009944;
}

.header .right .opacity_y ul li .level .item.on .hover p, .header .right .opacity_y ul li .level .item.on .hover .iconfont {
    color: #fff;
}

.header .right .opacity_y ul li .level .item.on .three {
    transition: 1s;
    opacity: 1;
    transform: translate(0, 0);
    pointer-events: auto;
}
.header .right .opacity_y ul li:not(:last-child){
    margin: 0 67px 0 0;
}
@media screen and (max-width: 1920px) {
    .header .right .opacity_y ul li:not(:last-child) {
        margin: 0 50px 0 0;
    }
}



.header .right .opacity_y ul li:hover > a {
    color: #009944 !important;
    font-weight: bold;
}

body .header.pro_hover .right .opacity_y ul li:hover > a{
    color: #009944 !important;
    font-weight: bold;
}

body .header.pro_hover .right .opacity_y ul li:hover > a:after{
    background: #009944 !important;
}

body .header.head_nav_hover .right .opacity_y ul li:hover > a{
    color: #009944 !important;
    font-weight: bold;
}

body .header.head_nav_hover .right .opacity_y ul li:hover > a:after{
    background: #009944 !important;
}

.header .right .opacity_y ul li:hover > a:after {
    transform: translateX(-50%) scaleX(1);
}

.header .right .opacity_y ul li .nav_level.on{
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
    transition: 1s;
}

.header .right .opacity_y ul li .nav_level.on > div{
    transform: translateY(0);
}

.header .right .opacity_y ul li:hover .level {
    opacity: 1;
    pointer-events: auto;
}

.header .right .opacity_y ul li:hover .level .joke {
    transform: translateY(0);
}

.header .right .opacity_y ul li.on > a {
    color: #009944 !important;
    font-weight: bold;
}

.header .right .opacity_y ul li.on > a:after {
    transform: translateX(-50%) scaleX(1);
}

.header .right .opacity_y ul li .nav_level{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    opacity: 0;
    pointer-events: none;
    transition: .1s;
}
.header .right .opacity_y ul li .nav_level > div{
    margin: 40px 0 0 0;
    transform: translateY(10px);
    transition: 1s;
}

.header .right .opacity_y ul li .nav_level a{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    display: block;
    white-space: nowrap;
    transition: .6s;
    position: relative;
    text-align: center;
    width: fit-content;
    margin: auto;
}
.header .right .opacity_y ul li .nav_level a:not(:last-child) {
    margin: 0 auto 18px;
}
.header .right .opacity_y ul li .nav_level a:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #009944;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: .7s;
}

.header .right .opacity_y ul li .nav_level a:hover{
    color: #009944;
}
.header .right .opacity_y ul li .nav_level a:hover:after{
    transform: scaleX(1);
}
.header .right .opacity_y .language {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.7s;
}

.header .right .opacity_y .oa{
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    transition: .6s ease;
}

.header .right .opacity_y .oa:hover{
    color: #009944;
}

.header .right .opacity_y .language svg{
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
}

.header .right .opacity_y .language svg path{
    fill: #fff;
    transition: .6s ease;
}

.header .right .opacity_y .language p {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 3px 0 0;
    transition: 0.7s;
}

.header .right .opacity_y .language .iconfont {
    color: white;
    font-size: 12px;
    transition: 0.7s;
}

/*.header .right .opacity_y .language:hover p, .header .right .opacity_y .language:hover .iconfont {*/
/*    color: #fff !important;*/
/*}*/

.header .right .opacity_y .search {
    cursor: pointer;
    position: relative;
}


.header .right .opacity_y .search .iconfont {
    color: white;
    font-size: 18px;
    transition: 0.7s;
    transition-delay: 0.4s;
}
.header .right .opacity_y .search svg{
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #000;
    opacity: 0;
    transition: 0.6s;
}
.header .right .opacity_y .search.on .iconfont{
    opacity: 0;
    transition-delay: unset;
}
.header .right .opacity_y .search.on svg{
    opacity: 1;
    transition-delay: 0.4s;
}

.header .right .opacity_y .line {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 26px;
    transition: 0.7s;
}

.header .right .menu {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.header .right .menu .show {
    width: 40px;
    height: 40px;
    background: #DAB634;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
    transition-delay: 0.5s;
}

.header .right .menu p {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 10px 0 0;
    transition: 0.7s;
}

.header .right .menu svg {
    width: 22px;
    height: 22px;
    transition: 2s;
    animation: roteAnimate 3s linear infinite;
}

@keyframes roteAnimate {
    100%{
        transform: rotate(360deg);
    }
}

.header .right .menu svg path {
    fill: #fff;
    transition: 0.7s;
}

.header .right .menu .clone {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    transform: translate(calc(-50% + 20px),-50%);
    opacity: 0;
    transition: 1s;
}

.header .right .menu .clone .eng {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    margin: 0 11px 0 0;
}

.header .right .menu .clone .cha {
    width: 25px;
    height: 25px;
    position: relative;
    transform: rotate(45deg);
}

.header .right .menu .clone .cha:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #333333;
    transform: scaleX(0);
    transform-origin: top left;
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 0.1s;
}

.header .right .menu .clone .cha:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: #333333;
    transform: scaleY(0);
    transform-origin: bottom right;
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 0.2s;
}

.header.on {
    transform: translateY(0);
}

.header.on:after {
    opacity: 1 !important;
}

.header.on .logo img:nth-child(1) {
    opacity: 0;
}

.header.on .logo img:nth-child(2) {
    opacity: 1;
}

.header.on .right .opacity_y ul li > a {
    color: #222222;
}

.header.on .right .language svg path{
    fill: #000;
}

.header.on .right .oa{
    color: #000;
}

.header.on .right .language p, .header.on .right .language .iconfont {
    color: #222222;
}


.header.on .right .search .iconfont {
    color: #222222;
}

.header.on .right .line {
    background: rgba(34, 34, 34, 0.2);
}

.header.on .right .menu p {
    color: #222222;
}



/**/
.header.pro_hover {
    transform: translateY(0);
}

.header.pro_hover:after {
    opacity: 1 !important;
}

.header.pro_hover .logo img:nth-child(1) {
    opacity: 0;
}

.header.pro_hover .logo img:nth-child(2) {
    opacity: 1;
}

.header.pro_hover .right .opacity_y ul li > a {
    color: #222222;
}
.header.pro_hover .right .language svg path{
    fill: #222;
}

.header.pro_hover .right .oa{
    color: #222;
}

.header.pro_hover .right .language p, .header.pro_hover .right .language .iconfont {
    color: #222222;
}

.header.pro_hover .right .search .iconfont {
    color: #222222;
}

.header.pro_hover .right .line {
    background: rgba(34, 34, 34, 0.2);
}

.header.pro_hover .right .menu p {
    color: #222222;
}


/**/

/*11*/
.header.head_nav_hover {
    transform: translateY(0);
}

.header.head_nav_hover:after {
    opacity: 1 !important;
    background: transparent;
}

.header.head_nav_hover .logo img:nth-child(1) {
    opacity: 0;
}

.header.head_nav_hover .logo img:nth-child(2) {
    opacity: 1;
}

body .header.head_nav_hover .right .opacity_y ul li > a {
    color: #222222!important;
}

body .header.head_nav_hover .right .opacity_y ul li > a:after{
    background: #000 !important;
}

.header.head_nav_hover .right .language svg path{
    fill: #000;
}

.header.head_nav_hover .right .oa{
    color: #000;
}

.header.head_nav_hover .right .language p, .header.head_nav_hover .right .language .iconfont {
    color: #222222;
}

.header.head_nav_hover .right .search .iconfont {
    color: #222222;
}

.header.head_nav_hover .right .line {
    background: rgba(34, 34, 34, 0.2);
}

.header.head_nav_hover .right .menu p {
    color: #222222;
}

.header.head_nav_hover .right .menu svg path {
    /*fill: #DBB83A;*/
}
/*11*/

.header.active .logo img:nth-child(1) {
    opacity: 0;
}

.header.active .logo img:nth-child(2) {
    opacity: 1;
}

.header.active:after {
    opacity: 0 !important;
}

.header.active .opacity_y {
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
}

.header.active .right .menu .show {
    transform: translateY(20px);
    opacity: 0;
    transition-delay: unset;
}

.header.active .right .menu .show p {
    color: #222222;
}

.header.active .right .menu .show svg path {
    fill: #DBB83A;
}

.header.active .right .menu .clone {
    opacity: 1;
    transition-delay: 0.4s;
    transform: translate(-50%,-50%);
}

.header.active .right .menu .clone .cha:after {
    transform: scaleX(1);
    transition-delay: 0.8s;
}

.header.active .right .menu .clone .cha:before {
    transform: scaleY(1);
    transition-delay: 0.9s;
}

.public_pro .header:after {
    opacity: 0 !important;
}

.public_pro .header.on:after {
    opacity: 1 !important;
}

#block .header {
    transform: translateY(0);
}

#block .header:after {
    opacity: 1;
}

#block .header .logo img:nth-child(1) {
    opacity: 0;
}

#block .header .logo img:nth-child(2) {
    opacity: 1;
}

#block .header .right ul li > a {
    color: #222222;
}

#block .header .right .language svg path{
    fill: #222;
}
#block .header .right .oa{
    color: #222;
}
#block .header .right .oa:hover{
    color: #009944 !important;
}
#block .header .right .language p, #block .header .right .language .iconfont {
    color: #222222;
}

#block .header .right .search .iconfont {
    color: #222222;
}

#block .header .right .line {
    background: rgba(34, 34, 34, 0.2);
}

#block .header .right .menu p {
    color: #222222;
}

.head_background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background: #fff;
    display: none;
}

.head_background .after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.head_background .joke {
    display: flex;
    width: 1533px;
    justify-content: space-between;
    max-width: 90%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.head_background .joke .item {
    transition: 1s;
}

.head_background .joke .item a {
    transition: 0.7s;
}

.head_background .joke .item > a {
    font-size: 24px;
    font-weight: 500;
    color: #1A1A1A;
    margin: 0 0 50px;
    display: block;
}

.head_background .joke .item > a:hover {
    color: #009944;
}

.head_background .joke .item .level a {
    font-size: 18px;
    font-weight: 500;
    color: rgba(102, 102, 102, 0.5);
    line-height: 40px;
    display: block;
    position: relative;
    opacity: 0.5;
}

.head_background .joke .item .level a:hover {
    color: #666666;
}

.head_background .joke .item.active {
    transform: translateY(-15px);
    opacity: 0;
}

footer {
    /*background: #01060A;*/
    overflow: hidden;
}

footer .wrap {
    width: 1538px;
    margin: 47px auto 49px;
}

footer .wrap .content {
    display: flex;
    justify-content: space-between;
    /* padding: 0 243px 0 169px; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .wrap .content .left {
    padding: 91px 0 0 0;
    display: flex;
}

footer .wrap .content .left .introduce .text span {
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    display: block;
    margin: 0 0 27px 0;
}

footer .wrap .content .left .introduce .text p {
    /* font-size: 20px; */
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 200;
    /* font-weight: 500; */
    color: #B7B7B7;
    line-height: 30px;
}

footer .wrap .content .left .introduce .code {
    margin: 51px 0 0 0;
    display: flex;
}

footer .wrap .content .left .introduce .code .list {
    width: 93px;
    text-align: center;
}

footer .wrap .content .left .introduce .code .list:not(:last-child) {
    margin: 0 17px 0 0;
}

footer .wrap .content .left .introduce .code .list img {
    width: 93px;
    margin: 0 0 9px 0;
}

footer .wrap .content .left .introduce .code .list p {
    /* font-size: 12px; */
    font-size: 14px;
    font-family: PingFang SC;
    /* font-weight: 300; */
    font-weight: 200;
    color: #FFFFFF;
}

footer .wrap .content .left .contact {
    display: flex;
    margin: 8px 0 0 219px;
}

footer .wrap .content .left .contact .item {
    text-align: center;
}

footer .wrap .content .left .contact .item:not(:last-child) {
    margin: 0 201px 0 0;
}

footer .wrap .content .left .contact .item p {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

footer .wrap .content .left .contact .item p:nth-child(2) {
    /* color: #fff; */
    margin: 28px 0 0 0;
  /* font-size: 30px;
    font-weight: bold; */
    font-size: 16px;
    font-weight: 200px;
    color: #B7B7B7;
}

footer .wrap .content .right {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 90px 0 71px 63px;
}

footer .wrap .content .right a {
    /* font-size: 30px; */
    font-size: 25px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #B7B7B7;
    line-height: 40px;
    transition: 0.7s;
    display: block;
}

footer .wrap .content .right a:hover {
    color: #efc250;
}

footer .wrap .link {
    /* padding: 50px 137px 0 169px; */
    padding: 50px 0 0 0;
    display: flex;
    justify-content: space-between;
}

footer .wrap .link div {
    display: flex;
    align-items: center;
}

footer .wrap .link p {
    margin: 0 10px 0 0;
}

footer .wrap .link p, footer .wrap .link a {
    font-size: 16px;
    font-family: PingFang SC;
    /* font-weight: 500; */
    font-weight: 200;
    color: #FFFFFF;
    opacity: 0.5;
    transition: 0.7s;
}

footer .wrap .link a:hover {
    opacity: 1;
    color: #efc250;
}

footer{
    background: #F2F2F2;
    padding: 89px 0 52px 89px;
}
footer .wrap2{
    width: 1582px;
    margin: auto;
    max-width: 90%;
}
footer .wrap2 .top{
    display: flex;
    justify-content: space-between;
}

footer .wrap2 .top .l .foo_logo{
    width: 344px;
    display: block;
}

footer .wrap2 .top .l .color{
    font-weight: bold;
    font-size: 21px;
    color: #009944;
    display: block;
    margin: 14px 0 34px 0;
}
footer .wrap2 .top .l .color p{
    color: #009944;
    display: inline;
}
footer .wrap2 .top .l .text{
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    margin: 0 0 65px;
}
footer .wrap2 .top .l .code {
    margin: 51px 0 0 0;
    display: flex;
}

footer .wrap2 .top .l .code .list {
    width: 93px;
    text-align: center;
}

footer .wrap2 .top .l .code .list:not(:last-child) {
    margin: 0 17px 0 0;
}

footer .wrap2 .top .l .code .list img {
    width: 93px;
    margin: 0 0 9px 0;
}

footer .wrap2 .top .l .code .list p {
    /* font-size: 12px; */
    font-size: 14px;
    font-family: PingFang SC;
    /* font-weight: 300; */
    font-weight: 200;
    color: #888888;
}
footer .wrap2 .top .foo_nav{
    display: flex;
}
footer .wrap2 .top .foo_nav .item:not(:last-child) {
    margin: 0 134px 0 0;
}
footer .wrap2 .top .foo_nav .item a{
    transition: .6s;
}
footer .wrap2 .top .foo_nav .item a:hover{
    color: #009944!important;
}
footer .wrap2 .top .foo_nav .item > a{
    font-weight: bold;
    font-size: 16px;
    color: #101216;
    display: block;
}
footer .wrap2 .top .foo_nav .item .level{
    margin: 9px 0 0 0;
}
footer .wrap2 .top .foo_nav .item .level a{
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    line-height: 36px;
    display: block;
}
footer .wrap2 .top .foo_nav .flex{
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 60px 134px;
    width: fit-content;
}
footer .wrap2 .top .foo_nav .flex .item:not(:last-child) {
    margin: 0;
}

footer .wrap2 .bottom{
    margin: 100px 0 0 0;
    border-top: 1px solid #D9D9D9;
    padding: 40px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .wrap2 .bottom p,footer .wrap2 .bottom a{
    font-weight: 500;
    font-size: 16px;
    color: #999999;
    display: inline;
    transition: .6s;
}
footer .wrap2 .bottom a:hover{
    color: #009944;
}
@-webkit-keyframes fadeShow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeShow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeShow {
    -webkit-animation-name: fadeShow;
    animation-name: fadeShow;
}

@-webkit-keyframes fadeHide {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
}

@keyframes fadeHide {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
}

.fadeHide {
    -webkit-animation-name: fadeHide;
    animation-name: fadeHide;
}

.crumbs {
    display: flex;
    width: 73vw;
    margin: auto;
    align-items: center;
    position: relative;
    z-index: 10;
}

.crumbs a {
    display: block;
    font-size: 0.729vw;
    font-weight: 400;
    color: #999999;
    transition: 0.9s;
}

.crumbs a:hover, .crumbs a.on {
    color: #009944;
}

.crumbs span {
    display: block;
    font-size: 0.625vw;
    color: #999999;
    line-height: 1;
    margin: 0 5px;
}

.public_banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.public_banner .wrap {
    width: 100%;
    height: 100%;
}

.public_banner .bg {
    width: 100%;
    pointer-events: none;
}

.public_banner .bg img {
    width: 100%;
    transform: scale(1.2);
    transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s;
}

.public_banner .position {
    font-size: 2.0833333333vw;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    bottom: 6.25vw;
    left: 13.5416666667vw;
}

.public_banner.aos-animate .bg img {
    transform: scale(1);
}

.proLinks {
    width: 100%;
    border-bottom: 1px solid #EDEDED;
}

.proLinks .main {
    width: 73vw;
    margin: auto;
    display: flex;
}

.proLinks .main a {
    display: block;
    font-size: 18px;
    line-height: 80px;
    font-weight: 400;
    color: #999999;
    transition: 0.6s;
    margin-right: 90px;
    text-align: center;
    position: relative;
}

.header_mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.05);
    z-index: 9;
    opacity: 0;
    transition: .6s;
    pointer-events: none;
}
.header_mask.on{
    opacity: 1;
}
.proLinks .main a:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #009944;
    transform: scaleX(0);
    transition: 0.4s;
}

.proLinks .main a.on, .proLinks .main a:hover {
    color: #009944;
}

.proLinks .main a.on:after, .proLinks .main a:hover:after {
    transform: scaleX(1);
}

.load_more {
    display: flex;
    align-items: center;
    margin: auto;
}

.load_more .circle {
    width: 2.65625vw;
    height: 2.65625vw;
    background: #009944;
    border-radius: 1.3541666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.625vw 0 0;
    transition: 0.4s;
}

.load_more .circle img {
    width: 1.40625vw;
    transition: 2s;
}

.load_more p {
    font-size: 0.8333333333vw;
    font-weight: 500;
    color: #DAB636;
}

.load_more:hover .circle img {
    transform: rotate(180deg);
}

.public_paging {
    display: flex;
    align-items: center;
    justify-content: center;
}

.public_paging a {
    width: 2.1875vw;
    height: 2.1875vw;
    background: #EDEDED;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.0416666667vw;
    font-weight: 500;
    color: #CCCCCC;
    margin: 0 0.2604166667vw;
    transition: 0.7s;
}

.public_paging a .iconfont {
    color: #CCCCCC;
    font-size: 0.6770833333vw;
    transition: 0.7s;
}

.public_paging a:first-child {
    transform: rotate(180deg);
}

.public_paging a:hover, .public_paging a.on {
    background: #009944;
    color: #fff;
}

.public_paging a:hover .iconfont, .public_paging a.on .iconfont {
    color: #fff;
}

.common_more {
    display: flex;
    width: fit-content;
    align-items: center;
    cursor: pointer;
}

.common_more .circle {
    width: 3.1770833333vw;
    height: 3.1770833333vw;
    background: #049E48;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.5729166667vw 0 0;
}

.common_more .circle img {
    width: 1.71875vw;
    animation: 4s more infinite linear;
    animation-play-state: paused;
}

.common_more:hover .circle img {
    animation-play-state: unset;
}

@keyframes more {
    100% {
        transform: rotate(360deg);
    }
}

.common_more p {
    font-size: 0.9375vw;
    color: #FFFFFF;
    transition: 1s;
}

body:not(#index) .each_animate div {
    transition: 1s;
}

.each_animate.on div {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

/*# sourceMappingURL=style.css.map */

.products_pull{
    position: fixed;
    top: 80px;
    height: 100vh;
    left: 0;
    z-index: 999;
    background: #FFFFFF;
    border-top: 1px solid #D4D4D4;
    display: flex;
    width: 100%;
    clip-path: inset(0 0 100% 0);
    transition: 0.8s cubic-bezier(0.18, 0.73, 0.13, 0.99);
    box-shadow: 0 3px 29px -8px rgb(192 196 204 / 70%);
}
.products_pull.on{
    clip-path: inset(0 0 0 0);
}
.products_pull .l{
    width: 21%;
    display: flex;
    justify-content: center;
    padding: 50px 0 140px 0;
    border-right: 1px solid #D9D9D9;
}
.products_pull .l .list:not(:last-child) {
    margin: 0 0 10px;
}
.products_pull .l .list:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #009944;
    opacity: 0;
    transition: .6s;
    z-index: -1;
}
.products_pull .l .list{
    width: 280px;
    height: 53px;
    border-radius: 27px;
    display: flex;
    align-items: center;
    padding: 0 0 0 29px;
    cursor: pointer;
    transition: .6s;
    overflow: hidden;
    position: relative;
    transform: translateY(50px);
    opacity: 0;
    pointer-events: none;
}

.header .right .opacity_y ul li:nth-child(2):hover .products_pull .l .list:nth-child(1) {
    transition-delay: .1s;
}
.header .right .opacity_y ul li:nth-child(2):hover .products_pull .l .list:nth-child(2) {
    transition-delay: .2s;
}
.header .right .opacity_y ul li:nth-child(2):hover .products_pull .l .list:nth-child(3) {
    transition-delay: .3s;
}
.header .right .opacity_y ul li:nth-child(2):hover .products_pull .l .list:nth-child(4) {
    transition-delay: .4s;
}
.header .right .opacity_y ul li:nth-child(2):hover .products_pull .l .list:nth-child(5) {
    transition-delay: .5s;
}
.header .right .opacity_y ul li:nth-child(2):hover .products_pull .l .list:nth-child(6) {
    transition-delay: .6s;
}
.header .right .opacity_y ul li:nth-child(2):hover .products_pull .l .list:nth-child(7) {
    transition-delay: .7s;
}
.header .right .opacity_y ul li:nth-child(2):hover .products_pull .l .list:nth-child(8) {
    transition-delay: .8s;
}
.header .right .opacity_y ul li:nth-child(2):hover .products_pull .l .list:nth-child(9) {
    transition-delay: .9s;
}

.header .right .opacity_y ul li:nth-child(2):hover .products_pull .l .list{
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}
.header .right .opacity_y ul li:nth-child(2):hover .r{
    transform: translateY(0);
    opacity: 1;
    transition-delay: .3s;
}
.products_pull .l .list img{
    width: 20px;
    margin: 0 15px 0 0;
    opacity: 0;
    transform: translateX(-35px);
    transition: .6s;
}
.products_pull .l .list p{
    font-weight: 500;
    font-size: 16px;
    color: #999999;
    transform: translateX(-35px);
    transition: .6s;
}
.products_pull .l .list.on:after{
    opacity: 1;
}
.products_pull .l .list.on img{
    opacity: 1;
    transform: translateX(0);
}
.products_pull .l .list.on p{
    color: #fff!important;
    transform: translateX(0);
}
.products_pull .l .list:hover p{
    color: #009944;
}
.products_pull .r{
    flex: 1;
    padding: 65px 0 0 80px;
    transform: translateY(25px);
    opacity: 0;
    transition: 1s;
    height: 92vh;
    overflow-y: scroll;
}
.products_pull .r .matter{
    display: none;
    margin: 0 0 50px;
}
.products_pull .r .matter.on{
    display: block;
}
.products_pull .r h1{
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin: 0 0 50px;
}
.products_pull .r .flex{
    display: flex;
    width: 1400px;
    flex-wrap: wrap;
}
.products_pull .r .flex .item{
    width: 320px;
    height: 400px;
    background: #FFFFFF;
    box-shadow: 4px 4px 20px 0px rgba(8,24,78,0.1);
    border-radius: 10px;
    margin: 0 40px 40px 0;
}
.products_pull .r .flex .item:nth-child(4n) {
    margin: 0 0 40px 0;
}
.products_pull .r .flex .item .img{
    height: 210px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
}

.products_pull .r .flex .item .img img{
    width: 100%;
    max-width: 90%;
    object-fit: contain;
    transition: 1s;
}

.products_pull .r .flex .item .text{
    text-align: center;
}
.products_pull .r .flex .item .text span{
    font-weight: bold;
    font-size: 22px;
    color: #111111;
    margin: 0 0 15px;
    display: block;
}
.products_pull .r .flex .item .text p{
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.products_pull .r .flex .item:hover .img img{
    transform: scale(1.05);
}

/* */
/**/
.head_search{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #f7f7f7;
    z-index: 999;
    padding: 0 256px 80px 261px;
    overflow-y: scroll;
    transition: 1.2s cubic-bezier(0.18, 0.73, 0.13, 0.99);
    clip-path: inset(0 0 100% 0);
}
.head_search.on{
    clip-path: inset(0 0 0 0);
}
.head_search .wrap{
    width: 1398px;
    margin: 25vh auto 0;
    max-width: 90%;
}
.head_search .wrap .clone{
    font-size: 18px;
    font-family: PingFang SC r;
    font-weight: normal;
    color: #000000;
    margin: 0 0 22px 0;
    transition: 0.7s;
}
.head_search .wrap .label{
    display: flex;
    margin: 0 0 73px 0;
}
.head_search .wrap .label .list{
    width: 100px;
    height: 37px;
    border: 1px solid #DDDDDD;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #858585;
    transition: 0.6s;
    margin: 0 15px 0 0;
    cursor: pointer;
    font-family: PingFang SC r;
    transition: 0.6s;
}
.head_search .wrap .label .list:hover,.head_search .wrap .label .list.on{
    background: #009944;
    color: #fff;
}
.head_search .wrap form{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d6d6d6;
    margin: 0 0 73px 0;
}
.head_search .wrap form input{
    height: 70px;
    width: 90%;
    background: transparent;
    border: none;
    font-size: 18px;
}
.head_search .wrap form input::placeholder{
    color: #cdcdcd;
}
.head_search .wrap form button{
    width: fit-content;
    padding: 10px 20px;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 40px;
    transition: 0.3s;
}
.head_search .wrap form button:hover{
    background: #009944;
}
.head_search .wrap .content .headline{
    font-size: 24px;
    font-weight: bold;
    color: #202020;
    margin: 0 0 24px 0;
}
.head_search .wrap .content .matter{
    display: flex;
    flex-wrap: wrap;
}
.head_search .wrap .content2{
    margin: 60px 0 0 0;
}
.head_search .wrap .content2 .flex{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 64px 39px;
}
/**/
.head_search .wrap .content2 .item {
    width: 100%;
    display: block;
}
.head_search .wrap .content2 .item:nth-child(3n) {
    margin: 0 0 64px 0;
}
.head_search .wrap .content2 .item .img {
    width: 100%;
    /* height: 306px; */
    height: auto;
    margin: 0 0 32px 0;
    overflow: hidden;
    border-radius: 22px;
}
.head_search .wrap .content2 .item .img img {
    width: 100%;
    height: 100%;
    transition: 3s;
}
.head_search .wrap .content2 .item .text .time {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #575A5A;
    margin: 0 0 23px 0;
}
.head_search .wrap .content2 .item .text span {
    font-size: 19px;
    font-family: Source Han Sans CN m;
    color: #1E1E1E;
    display: block;
    margin: 0 0 28px 0;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.7s;
}
.head_search .wrap .content2 .item .text p {
    font-size: 14px;
    font-weight: 200;
    color: #1E1E1E;
    line-height: 26px;
    opacity: 0.8;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.head_search .wrap .content2 .item .text .more{
    width: 82px;
    height: 28px;
    border: 1px solid #DDDDDD;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    color: #1E1E1E;
    transition: 0.6s;
}
.head_search .wrap .content2 .item:hover .text .more{
    background: #009944;
    color: #fff;
    border: 1px solid transparent;
}
.head_search .wrap .content2 .item:hover .img img {
    transform: scale(1.1);
}
.head_search .wrap .content2 .item:hover .text span {
    color: #009944;
}

.head_search .wrap .content3{
    margin: 60px 0 0 0;
}
.head_search .wrap .content3 .flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/**/
.head_search .wrap .content3 .flex a {
    width: 47%;
    height: 84px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: X-ZhongHei;
    font-weight: normal;
    color: rgba(32, 32, 32, 0.8);
    border-bottom: 1px solid rgba(191, 191, 191, 0.28);
    position: relative;
    overflow: hidden;
    transition: 0.6s;
}
.head_search .wrap .content3 .flex a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateX(-100%);
    height: 1px;
    background: #009944;
    transition: 1.3s;
}
.head_search .wrap .content3 .flex a:hover {
    color: #009944;
}
.head_search .wrap .content3 .flex a:hover:after {
    transform: translateX(0);
}
/**/

.head_search .wrap .content .matter .item {
    width: 23.5%;
    background: #FFFFFF;
    border-radius: 17px;
    overflow: hidden;
    padding: 70px 19px 32px 19px;
    position: relative;
    display: block;
    margin: 0 24px 24px 0;
}
.head_search .wrap .content .matter .item:nth-child(4n) {
    margin: 0 0 24px 0;
}

.head_search .wrap .content .matter .item .label {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 23;
    width: 67px;
    height: 29px;
    background: #009944;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: ZauriSans;
    font-weight: normal;
    color: #FFFFFF;
}

.head_search .wrap .content .matter .item .img {
    width: 90%;
    height: 213px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    overflow: hidden;
}

.head_search .wrap .content .matter .item .img img {
    object-fit: contain;
    transition: 2s;
    max-height: 100%;
}

.head_search .wrap .content .matter .item .text .price {
    font-size: 16px;
    font-family: PingFang SC b;
    font-weight: 500;
    color: #009944;
    margin: 0 0 5px 0;
}

.head_search .wrap .content .matter .item .text .title {
    font-size: 18px;
    font-family: PingFang SC b;
    font-weight: normal;
    color: #000000;
    margin: 0 0 15px 0;
    transition: 0.7s;
}

.head_search .wrap .content .matter .item .text .text {
    font-size: 12px;
    font-family: PingFang SC m;
    font-weight: normal;
    color: #000000;
}

.head_search .wrap .content .matter .item .text .text p {
    position: relative;
}

.head_search .wrap .content .matter .item .text .text p:not(:last-child) {
    margin: 0 0 9px 0;
}



.head_search .wrap .content .matter .item:hover .img img {
    transform: scale(1.1);
}

.head_search .wrap .content .matter .item:hover .text .title {
    color: #009944;
}
/* */
@media screen and (max-width: 1900px) {
    .products_pull .r .flex .item{
        width: 22%;
    }
}

@media screen and (max-width: 1840px) {
    .header .right .opacity_y ul li > a{
        font-size: 17px;
    }
}

@media screen and (max-width: 1813px) {
    .products_pull .l .list{
        width: 14vw;
    }
    .products_pull .l .list p{
        font-size: .8vw;
    }
}

@media screen and (max-width: 1790px) {
    .header .right .opacity_y ul li > a{
        font-size: 17px;
    }
    .header .right .opacity_y ul li:not(:last-child) {
        margin: 0 42px 0 0;
    }
    .header .right .opacity_y ul {
        margin: 0 68px 0 0;
    }
    .products_pull .r{
        width: 77%;
    }
    .products_pull .r .flex{
        width: 100%;
    }
}
@media screen and (max-width: 1700px) {
    .header{
        padding: 0 40px;
    }
    .header .right .opacity_y ul {
        margin: 0 54px 0 0;
    }
}

@media screen and (max-width: 1745px) {
    .head_search .wrap{
        width: 100%;
    }
    .head_search {
        padding: 0 156px 80px 161px;
    }
}

@media screen and (max-width: 1590px) {
    .header .logo{
        width: 270px;
    }
    .header .right .opacity_y ul li > a,.header .right .opacity_y ul li .nav_level a {
        font-size: 16px;
    }

    .products_pull .r {
        padding: 3% 0 0 2%;
    }

    footer {
        padding: 89px 0 52px 0;
    }
}

@media screen and (max-width: 1540px) {
    .proLinks .main a{
        font-size: 1vw!important;
        margin-right: 6vw!important;
    }
    .proLinks .main a{
        line-height: 5vw!important;
    }
}

@media screen and (max-width: 1495px) {
    .header .right .opacity_y ul li > a ,.header .right .opacity_y ul li .nav_level a{
        font-size: 15px;
    }

    .header .right .opacity_y ul {
        margin: 0 43px 0 0;
    }
    .products_pull .r .flex .item{
        width: 29%;
    }
    .products_pull .r .flex .item:nth-child(3n) {
        margin: 0 0 20px 0;
    }
    .products_pull .r .flex .item:nth-child(4n) {
        margin: 0 20px 20px 0;
    }
    .products_pull .l .list p {
        font-size: 13px;
    }
    .products_pull .r h1 {
        font-size: 30px;
    }
    .products_pull .r .flex .item .text span {
        font-size: 20px;
    }
    .products_pull .r .flex .item .text p {
        font-size: 13px;
    }
    .products_pull .r .flex .item {
        margin: 0 20px 20px 0;
    }

    .head_search {
        padding: 0 5% 40px 5%;
    }
}

@media screen and (max-width: 1440px) {
    .head_background .joke .item > a {
        font-size: 20px;
        margin: 0 0 30px;
    }
    .head_background .joke .item .level a {
        font-size: 16px;
    }
    footer .wrap2 .top .foo_nav .item:not(:last-child) {
        margin: 0 98px 0 0;
    }
    footer .wrap2 .top .foo_nav .flex{
        gap: 60px 98px;
    }
}

@media screen and (max-width: 1416px) {
    .header .logo {
        width: 235px;
    }

    .header .right .opacity_y .line {
        margin: 0 21px;
    }
    .products_pull .l .list {
        width: 16vw;
    }
    .products_pull .l .list p {
        font-size: 14px;
    }
    .head_search .wrap .content .matter .item{
        width: 29.5%;
    }
    .head_search .wrap .content .matter .item {
        padding: 30px 19px 32px 19px;
    }
    .products_pull .r .flex .item .img img{
        max-height: 160px;
    }
}
@media screen and (max-width: 1366px) {
    .header .logo {
        width: 220px;
    }
    .header .right .opacity_y ul li:not(:last-child) {
        margin: 0 36px 0 0;
    }
    .products_pull .r .flex .item {
        width: 31%;
    }
}
@media screen and (max-width: 1328px) {
    .header .right .opacity_y ul li > a,.header .right .opacity_y ul li .nav_level a {
        font-size: 14px;
    }
    .head_search {
        padding: 0 0 40px;
    }
}

@media screen and (max-width: 1285px) {
    .header .right .opacity_y ul li:not(:last-child) {
        margin: 0 28px 0 0;
    }
    .products_pull .l .list p {
        font-size: 12px;
    }

    footer .wrap2 .top .l .foo_logo{
        width: 220px;
    }
    footer .wrap2 .top .l .color{
        font-size: 18px;
    }
    footer .wrap2 .top .l .text{
        font-size: 13px;
    }
    footer .wrap2 .top .foo_nav .item:not(:last-child) {
        margin: 0 70px 0 0;
    }
    footer .wrap2 .top .foo_nav .flex {
        gap: 60px 70px;
    }
    footer .wrap2 .bottom p, footer .wrap2 .bottom a{
        font-size: 14px;
    }
}
@media screen and (max-width: 1233px) {
    .header .right .opacity_y ul li > a, .header .right .opacity_y ul li .nav_level a {
        font-size: 12px;
    }
    .head_background .joke .item > a {
        font-size: 17px;
    }
    .head_background .joke .item .level a {
        font-size: 14px;
    }
}

@media screen and (max-width: 1168px) {
    .header .right .opacity_y ul li:not(:last-child) {
        margin: 0 22px 0 0;
    }
    footer .wrap2 .top .foo_nav .item > a{
        font-size: 14px;
    }
    footer .wrap2 .top .foo_nav .item .level a{
        font-size: 12px;
    }
}

@media screen and (max-width: 1125px) {
    .products_pull .l .list p {
        font-size: 10px;
    }
    .products_pull .l .list{
        padding: 0 0 0 15px;
    }
}

@media screen and (max-width: 1112px){
    .header .logo {
        width: 179px;
    }
    .header .right .menu p{
        font-size: 13px;
    }
    .header .right .opacity_y ul {
        margin: 0 23px 0 0;
    }
}

@media screen and (max-width: 1055px) {
    .products_pull .r .flex {
        gap: 15px;
    }
    .products_pull .r .flex .item {
        width: 46%;
        margin: 0!important;
    }
    .header .right .opacity_y ul li:not(:last-child) {
        margin: 0 16px 0 0;
    }
}

@media screen and (max-width: 1024px) {
    .header .right .opacity_y ul{
        display: none;
    }
    .header .right .opacity_y .line{
        margin: 0 10px;
    }
    .header .right .opacity_y .language {
        display: none;
    }
    .header {
        padding: 0 5%;
        height: 70px;
    }
    .header:after{
        height: 100%;
    }
    .header.active .right .menu .clone {
        transform: translate(-78%, -50%);
    }
    .header .right .menu .clone .cha{
        width: 20px;
        height: 20px;
    }
    .head_background .joke{
        display: none;
    }
    footer .wrap2 .top .foo_nav{
        display: none;
    }

    footer .wrap2 .top .l .text{
        line-height: 1.9;
        margin: 0 0 28px;
        text-align: center;
    }
    footer .wrap2 .top .l .color{
        margin: 10px 0 24px 0;
        font-size: 16px;
        text-align: center;
    }
    footer .wrap2 .top .l .code {
        margin: 0;
        justify-content: center;
    }
    footer {
        padding: 65px 0;
    }
    footer .wrap2 .top .l .foo_logo{
        width: 179px;
        margin: auto;
    }
    footer .wrap2 .bottom{
        margin: 34px 0 0 0;
        flex-direction: column;
        align-items: unset;
        padding: 19px 0 0 0;
        text-align: center;
    }
    footer .wrap2 .bottom p, footer .wrap2 .bottom a{
        line-height: 1.9;
    }

    footer .wrap2 .top .l{
        width: 100%;
    }

    .proLinks{
        display: none;
    }

    .public_banner .bg img{
        height: 220px;
    }

    .public_banner .position{
        font-size: 24px;
        left: 5%;
        bottom: 40px;
    }


    .header:after {
        opacity: 1 !important;
    }
    .header .logo img:nth-child(1) {
        opacity: 0;
    }
    .header .logo img:nth-child(2) {
        opacity: 1;
    }
    .header .right .opacity_y .search .iconfont {
        color: #222222;
    }
    .header .right .opacity_y .line{
        background: rgba(34, 34, 34, 0.2);
    }
    .header .right .menu p {
        color: #222222;
    }
    .header .right .menu svg path {
        fill: #DBB83A;
    }

    .public_banner{
        margin: 70px 0 0 0;
    }

    .load_more .circle{
        width: 30px;
        height: 30px;
        margin: 0 10px 0 0;
        border-radius: 50%;
    }
    .load_more .circle img{
        width: fit-content;
        max-width: 50%;
    }
    .load_more p{
        font-size: 12px;
    }

    .common_more .circle{
        width: 30px;
        height: 30px;
        margin: 0 10px 0 0;
        border-radius: 50%;
    }
    .common_more .circle img{
        width: fit-content;
        max-width: 50%;
    }
     .common_more p{
        font-size: 12px;
    }

    .public_paging a{
        width: 30px;
        height: 30px;
        font-size: 13px;
        margin: 0 5px;
    }
    .public_paging a .iconfont{
        font-size: 14px;
    }

    body.proShow .proLinks{
        display: block!important;
    }
    body.proShow .proLinks .main{
        width: 90%;
        flex-wrap: wrap;
    }
    body.proShow .proLinks .main a{
        width: fit-content;
        font-size: 13px!important;
        line-height: 40px!important;
        margin-right: 20px!important;
    }
    body.proShow .proLinks .main a:last-child{
        margin-right: 0;
    }

    footer .wrap2 .bottom p, footer .wrap2 .bottom a{
        display: block;
    }
}



@media screen and (max-width: 820px) {
    #my-scrollbar{
        height: auto;
    }
    .header .right .opacity_y .search svg{
        width: 18px;
        height: 18px;
    }
    .head_search .wrap{
        margin: 16vh auto 0;
    }
    .head_search .wrap .clone{
        font-size: 16px;
    }
    .head_search .wrap form input{
        width: 71%;
    }
    .head_search .wrap form button {
        padding: 10px 29px;
    }
    .head_search .wrap form input{
        font-size: 15px;
    }
    .head_search .wrap .content .headline{
        font-size: 20px;
    }
    .head_search .wrap .label{
        margin: 0 0 50px;
    }
    .head_search .wrap form{
        margin: 0 0 40px;
    }
    .head_search .wrap .content .matter .item {
        width: 100%;
        margin: 0 0 20px!important;
    }
    .head_search::-webkit-scrollbar{
        width: 2px;
    }
    .head_search .wrap .content .matter .item .img{
        width: 100%;
        height: auto;
    }
    .head_search .wrap .content .matter .item{
        padding: 5%;
    }
    .head_search .wrap .content .matter .item .text .title{
        font-size: 16px;
    }

    .crumbs{
        width: 90%;
    }
    .crumbs a{
        font-size: 13px;
    }
    .crumbs span{
        font-size: 13px;
    }

    .public_pro .header:after{
        opacity: 1!important;
        background: #FAFAFA;
    }

    .header .right .opacity_y .oa{
        color: #111;
    }
    .header .right .menu svg path{
        fill: #fff;
    }
    .header .logo img{
        object-fit: contain;
    }
}<!--0.00017404556274414-->