/* layui-container */

@media screen and (min-width: 1920px) {
    .layui-container {
        width: 85%;
    }
    .qf-footer-left p {
        font-size: 16px!important;
        color: #ffffff;
        line-height: 24px;
    }
}

@media screen and (max-width: 1440px) {
    .layui-container {
        width: 85%;
    }
    .qf-footer-left p {
        font-size: 16px!important;
        color: #ffffff;
        line-height: 24px;
    }
}

@media screen and (max-width: 1366px) {
    .layui-container {
        width: 88%;
    }
    .qf-footer-left p {
        font-size: 16px!important;
        color: #ffffff;
        line-height: 24px;
    }
        
}

@media screen and (max-width: 1280px) {
    .layui-container {
        width: 90%;
    }
    .qf-footer-left p {
        font-size: 14px!important;
        color: #ffffff;
        line-height: 24px;
    }
}

@media screen and (max-width: 1024px) {
    .layui-container {
        width: 90%;
    }
    .qf-header-nav-sub-wrap .item a {
        font-size: 14px!important;
    }
    .qf-header-nav-sub-wrap .right h6 {
        font-size: 20px!important;
    }
    .qf-header-nav-sub-wrap .right p {
        font-size: 14px!important;
    }
    .qf-footer-left p {
        font-size: 14px!important;
        color: #ffffff;
        line-height: 24px;
    }
}

/* qf-header */
.qf-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
    background-color: transparent;
    /* box-shadow: 0 12px 32px 4px rgba(0, 0, 0, .04), 0 8px 20px rgba(0, 0, 0, .08); */
    transition: all 0.5s ease;
}

.qf-header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qf-header-left {
    display: flex;
    align-items: center;
}

.qf-header-logo a {
    display: block;
    width: 100%;
    height: 57px;
}

.qf-header-logo a img {
    display: block;
   /* width: 100%;*/
    height: 50px;
}

.qf-header-nav {
    display: flex;
    list-style: none;
    margin-left: 40px;
}

.qf-header-nav li > a {
    display: inline-flex;
    padding: 0 25px;
    line-height: 100px;
    font-size: 16px;
    color: #ffffff;
}

.qf-header-nav li .qf-header-nav-sub {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #f8f8f8;
    transition: all 0.5s ease;
}

.qf-header-nav li:hover .qf-header-nav-sub {
    display: block;
}

.qf-header-nav-sub-wrap {
    display: flex;
    justify-content: space-between;
    padding: 48px;
}


@media screen and (min-width: 1920px) {
    .qf-header-nav-sub-wrap {
        display: flex;
        justify-content: space-between;
        padding: 48px;
    }
    
}
@media screen and (max-width: 1440px) {
    .qf-header-nav-sub-wrap {
        display: flex;
        justify-content: space-between;
        padding: 48px;
    }
    
}
@media screen and (max-width: 1366px) {
    .qf-header-nav-sub-wrap {
        display: flex;
        justify-content: space-between;
        padding: 48px 0px;
    }
    
}

@media screen and (max-width: 1280px) {
    .qf-header-nav-sub-wrap {
        display: flex;
        justify-content: space-between;
        padding: 48px 0px;
    }
    
}

@media screen and (max-width: 1024px) {
    .qf-header-nav-sub-wrap {
        display: flex;
        justify-content: space-between;
        padding: 48px 0px;
    }
    
}




.qf-header-nav-sub-wrap .left {
    display: flex;
    flex-wrap: wrap;
    /* width: 34%; */
}

.qf-header-nav-sub-wrap .left .item {
    /* width: 33.3333%; */
    padding: 0px 15px;
}

.qf-header-nav-sub-wrap .list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 32px;
}

.qf-header-nav-sub-wrap .list .item {
    width: calc(25% - 24px);
}

.qf-header-nav-sub-wrap .item a::before {
    display: block;
    content: "";
    width: 32px;
    height: 2px;
    background-color: #0201CB;
    margin-bottom: 20px;
}

.qf-header-nav-sub-wrap .item a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    padding: 0;
}

.qf-header-nav-sub-wrap .center {
    width: 32%;
}

.qf-header-nav-sub-wrap .center img {
    display: block;
    width: 100%;
    max-width: 340px;
    height: auto;
    margin: 0 auto;
}

.qf-header-nav-sub-wrap .right {
    width: 34%;
    padding-left: 40px;
}

.qf-header-nav-sub-wrap .right h6 {
    font-size: 24px;
    color: #333333;
    line-height: 1;
    margin-bottom: 16px;
}

.qf-header-nav-sub-wrap .right p {
    font-size: 16px;
    color: #333333;
    line-height: 1.8;
}

.qf-header-nav li a:hover {
    background-color: #f8f8f8;
    color: #333333;
}

.qf-header-search {
    display: flex;
    background-color: rgb(255, 255, 255, 0.2);
    border-radius: 4px;
    border: 1px solid #009944;
    overflow: hidden;
}

.qf-header .qf-header-search input {
    width: 240px;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    background-color: transparent;
    font-size: 14px;
    color: #fff;
}

.qf-header .qf-header-search .inputchange{
    color: #333!important;
}

.qf-header.on .qf-header-search input {
    width: 240px;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    background-color: transparent;
    font-size: 14px;
    color: #333;
}

.qf-header .qf-header-search input::placeholder{
    color: #fff;
}
.qf-header .qf-header-search input::-webkit-input-placeholder{
    color: #fff;
}

.qf-header .qf-header-search input:-moz-placeholder {
    color: #fff;
}

.qf-header .qf-header-search input::-moz-placeholder {
    color: #fff;
}

.qf-header .qf-header-search input:-ms-input-placeholder {
    color: #fff;
}

.qf-header .qf-header-search .inputchange::placeholder{
    color: #000!important;
}
.qf-header .qf-header-search.inputchange::-webkit-input-placeholder{
    color: #000!important;
}
.qf-header .qf-header-search .inputchange:-moz-placeholder {
    color: #000!important;
}
.qf-header .qf-header-search .inputchange::-moz-placeholder {
    color: #000!important;
}
.qf-header .qf-header-search .inputchange:-ms-input-placeholder {
    color: #000!important;
}


.qf-header.on .qf-header-search input::placeholder{
    color: #000;
}
.qf-header.on .qf-header-search input::-webkit-input-placeholder{
    color: #000;
}

.qf-header.on .qf-header-search input:-moz-placeholder {
    color: #000;
}

.qf-header.on .qf-header-search input::-moz-placeholder {
    color: #000;
}

.qf-header.on .qf-header-search input:-ms-input-placeholder {
    color: #000;
}


.qf-header-search button {
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    font-size: 14px;
    color: #333333;
    line-height: 32px;
    text-align: center;
}

.qf-header.on,
.qf-header:hover {
    background-color: #ffffff;
}

.qf-header.on .qf-header-nav li a,
.qf-header:hover .qf-header-nav li a {
    color: #333333;
}



.qf-header-gcilogo{
    display: flex;
    /*margin-right:100px;*/
}

.qf-header-gcilogo img{
    display: flex;width:172px;
}

@media (max-width: 1024px) {
	.qf-header-nav {
	    display: flex;
	    list-style: none;
	    margin-left: 20px;
	}
    .qf-header-gcilogo img{
    	display: flex;width:120px;
	}
	.qf-header-nav li > a {
	    display: inline-flex;
	    padding: 0 18px;
	    line-height: 100px;
	    font-size: 16px;
	}
}


@media (max-width: 1199px) {
    .qf-header .qf-header-search input {
        width: 140px;
    }
    .qf-header.on .qf-header-search input {
        width: 140px;
    }
}

@media (max-width: 992px) {
    .qf-header {
        display: none;
    }
}

/* qf-header-m */
.qf-header-m {
    display: none;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 12px 32px 4px rgba(0, 0, 0, .04), 0 8px 20px rgba(0, 0, 0, .08);
    transition: all 0.5s ease;
}

.qf-header-m-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qf-header-m-icon {
    line-height: 50px;
    color: #333333;
    text-align: center;
    width: 32px;
    height: 50px;
}

.qf-header-m-icon a {
    display: block;
}

.qf-header-m-logo {
    padding: 6px 0;
}

.qf-header-m-logo a {
    display: block;
}

.qf-header-m-logo img {
    display: block;
    width: auto;
    /* height: 38px; */
    height: 28px;
}

@media (max-width: 992px) {
    .qf-header-m {
        display: block;
    }
}

/* qf-header-m-nav */
.qf-header-m-nav-skin {
    border-radius: 0;
}

.qf-header-m-nav-skin .layui-layer-setwin .layui-layer-close {
    top: -4px;
    right: auto;
    left: -215px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    padding: 0;
    background-color: transparent;
    border: none;
}

.qf-header-m-nav {
    display: none;
}

.qf-header-m-nav-header {
    height: 50px;
}

.qf-header-m-nav .layui-nav {
    width: 100%;
    border-radius: 0;
    background-color: transparent;
}

.qf-header-m-nav .layui-nav .layui-nav-item a {
    padding: 0 20px;
    color: #333333 !important;
}

.qf-header-m-nav .layui-nav .layui-nav-child dd.layui-this,
.qf-header-m-nav .layui-nav .layui-nav-child dd.layui-this a,
.qf-header-m-nav .layui-nav .layui-this,
.qf-header-m-nav .layui-nav .layui-nav-item.layui-this > a,
.qf-header-m-nav .layui-nav .layui-nav-item.layui-this > a:hover,
.qf-header-m-nav .layui-nav .layui-nav-item a:hover {
    background-color: transparent !important;
    color: #009944 !important;
}

.qf-header-m-nav .layui-nav .layui-nav-item > a {
    font-size: 16px;
    height: 56px;
    line-height: 56px;
}

.qf-header-m-nav .layui-nav .layui-nav-item > a .layui-nav-more {
    padding: 0;
}

.qf-header-m-nav .layui-nav .layui-nav-item .layui-nav-child {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}

.qf-header-m-nav .layui-nav .layui-nav-item .layui-nav-child a {
    padding: 0 20px 0 40px;
}

/* qf-header-m-search */
.qf-header-m-search-skin {
    z-index: 98 !important;
    border-radius: 0;
    background-color: #f8f8f8;
}

.qf-header-m-search {
    display: none;
    /* padding-top: 50px; */
}

.qf-header-m-search-form {
    padding: 32px 0;
}

.qf-header-m-search-form form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qf-header-m-search-form form input {
    flex: auto;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #333333;
    padding: 0 16px;
    border-radius: 40px;
    background-color: #ffffff;
    overflow: hidden;
}

.qf-header-m-search-form form button {
    flex: none;
    padding: 0 8px 0 16px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #009944;
    background-color: transparent;
}

/* qf-footer */
.qf-footer {
    position: relative;
    padding: 60px 0;
    background-color: #1b2229;
}

.qf-footer-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.qf-footer-left {
    width: 70%;
    padding-right: 32px;
}

.qf-footer-left p {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
}

.qf-footer-left p + p {
    margin-top: 8px;
}

.qf-footer-right {
    width: 30%;
}

.qf-footer-right-item + .qf-footer-right-item {
    margin-top: 32px;
}

.qf-footer-right-item h6 {
    font-size: 16px;
    line-height: 24px;
    color: #FE7300;
    margin-bottom: 16px;
}

.qf-footer-right-item div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
}

.qf-footer-right-item div a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 992px) {
    .qf-footer {
        padding: 32px 0;
    }

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

    .qf-footer-left p {
        font-size: 14px;
        line-height: 22px;
    }

    .qf-footer-right {
        width: 100%;
        margin-top: 32px;
    }

    .qf-footer-right-item div {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 425px) {
    .qf-footer-right-item div {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* qf-banner-m */
.qf-banner-m {
    display: none;
    margin-top: 50px;
}

.qf-banner-m img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .qf-banner-m {
        display: block;
    }

    .n_banner {
        display: none;
    }
}

/* qf-location */
.qf-location {
    display: none;
    padding: 8px 0;
    background-color: #edf9f3;
}

.qf-location-content {
    display: flex;
    align-items: center;
    color: #333333;
    white-space: normal;
    overflow: auto hidden;
}

.qf-location-content svg {
    flex: none;
    margin-right: 6px;
}

.qf-location-content a {
    flex: none;
    font-size: 14px;
    line-height: 22px;
}

.qf-location-content i {
    flex: none;
    font-size: 14px;
    line-height: 22px;
    margin: 0 6px;
}

.qf-location-content a:hover,
.qf-location-content a:last-of-type {
    color: #009944;
}

@media (max-width: 768px) {
    .qf-location {
        display: block;
    }
}

/* qf-news-details */
.qf-news-details {
    padding: 100px 0;
    background-color: #f8f8f8;
}

.qf-news-details-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.qf-news-details-left {
    width: 76%;
    background: linear-gradient(#ffffff 0%, #f1fff8 20%, #f1fff8 100%);
    padding: 60px 0;
}

.qf-news-details-left-title {
    padding: 0 64px;
    margin-bottom: 32px;
}

.qf-news-details-left-title h1 {
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
    color: #333333;
}

.qf-news-details-left-tool {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    align-items: center;
    padding: 0 64px 24px;
    border-bottom: 1px solid #dfdfdf;
}

.qf-news-details-left-tool p {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

.qf-news-details-left-body {
    background-image: url(../images/technology.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    padding: 40px 64px;
    margin-bottom: 40px;
}

.qf-news-details-left-body p {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

.qf-news-details-left-body img {
    max-width: 100%;
}

.qf-news-details-left-page {
    position: relative;
    padding: 30px 130px 0 64px;
    border-top: 1px solid #dfdfdf;
}

.qf-news-details-left-page p {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

.qf-news-details-left-page p + p {
    margin-top: 16px;
}

.qf-news-details-left-page p a:hover {
    color: #009944;
}

.qf-news-details-left-page-back {
    position: absolute;
    right: 64px;
    top: 35px;
}

.qf-news-details-left-page-back a {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    border-radius: 100%;
    background-color: #009944;
    transition: all .5s;
}

.qf-news-details-left-page-back a:hover {
    color: #ffffff;
    background-color: #009944;
}

.qf-news-details-left-page-back a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: all 0.5s;
    background-color: #009944;
    opacity: 0.2;
}

.qf-news-details-left-page-back a:hover::before {
    transform: scale(1.8);
}

.qf-news-details-left-page-back a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: all 0.5s;
    background-color: #009944;
    opacity: 0.4;
}

.qf-news-details-left-page-back a:hover::after {
    transform: scale(1.4);
}

.qf-news-details-right {
    width: 21%;
    margin-left: 3%;
    background-color: #ffffff;
}

.qf-news-details-right-pc {
    display: block;
    padding: 20px;
}

.qf-news-details-right-pc-title {
    padding-top: 20px;
}

.qf-news-details-right-pc-title h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #009944;
}

.qf-news-details-right-pc-list-item {
    padding: 16px 0;
    border-bottom: 1px solid #dfdfdf;
}

.qf-news-details-right-pc-list-item a {
    display: block;
}

.qf-news-details-right-pc-list-item img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}

.qf-news-details-right-pc-list-item h6 {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.qf-news-details-right-pc-list-item h6:hover {
    color: #009944;
}

.qf-news-details-right-pc-list-item p {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    margin-top: 16px;
}

.qf-news-details-right-m {
    display: none;
    padding: 40px 15px;
}

.qf-news-details-right-m h2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
    color: #009944;
    margin-bottom: 24px;
    text-align: center;
}

@media (max-width: 768px) {
    .qf-news-details {
        padding: 0;
    }

    .qf-news-details .layui-container {
        padding: 0;
    }

    .qf-news-details-left {
        width: 100%;
        padding: 40px 0;
    }

    .qf-news-details-left-title {
        padding: 0 15px;
        margin-bottom: 16px;
    }

    .qf-news-details-left-title h1 {
        font-size: 20px;
        line-height: 28px;
    }

    .qf-news-details-left-tool {
        padding: 0 15px 24px;
    }

    .qf-news-details-left-body {
        padding: 30px 15px;
    }

    .qf-news-details-left-page {
        padding: 30px 15px 0;
    }

    .qf-news-details-left-page p + p {
        margin-top: 12px;
    }

    .qf-news-details-left-page-back {
        position: relative;
        right: 0;
        top: 0;
        margin-top: 12px;
    }

    .qf-news-details-right {
        width: 100%;
        margin-left: 0;
    }

    .qf-news-details-right-pc {
        display: none;
    }

    .qf-news-details-right-m {
        display: block;
        background-color: #f8f8f8;
    }
}

/* index-news */
.index-news .swiper-pagination-bullets {
    bottom: 0;
}

.index-news .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 40px;
    height: 2px;
    border-radius: 0;
}

.index-news .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #000000;
}

.index-news-item {
    margin-bottom: 30px;
    background-color: #ffffff;
}

.index-news-item a {
    display: block;
}

.index-news-item-img img {
    display: block;
    width: 100%;
    height: auto;
}

.index-news-item-text {
    padding: 16px;
}

.index-news-item-text h6 {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 16px;
}

.index-news-item-text h6:hover {
    color: #009944;
}

.index-news-item-text p {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
}

.index-news-item-text p:last-of-type {
    color: #999999;
    margin-top: 16px;
}

/* m-product-tabs */
.m-product-tabs {
    display: none;
    padding: 40px 0 0;
}

.m-product-tabs .layui-tab {
    margin: 0;
}

.m-product-tabs .layui-tab .layui-tab-title {
    border-bottom: none;
}

.m-product-tabs .layui-tab-brief > .layui-tab-more li.layui-this:after,
.m-product-tabs .layui-tab-brief > .layui-tab-title .layui-this:after {
    border-bottom: 4px solid #009944;
}

.m-product-tabs .layui-tab-content {
    padding: 30px 0 0;
}

.m-product-tabs-item {
    display: flex;
    align-items: center;
    gap: 16px;
    white-space: normal;
    overflow: auto hidden;
}

.m-product-tabs-item a {
    flex: none;
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: #333333;
}

.m-product-tabs-item a.active,
.m-product-tabs-item a:hover {
    color: #009944;
}

@media (max-width: 992px) {
    .m-product-tabs {
        display: block;
    }
}

/* about-honor-list */
.about-honor-list-item {
    transition: all .5s;
}

.about-honor-list-item img {
    display: block;
    width: 100%;
    height: auto;
}

.about-honor-list-item p {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    padding: 15px;
    text-align: center;
}

/* 原CSS */
.index_banner {
    height: auto;
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
    height: 100%;
    padding-bottom: 0;
} 

.index_banner .slide-next {
    /* bottom: 20%; */
}

.banner .swiper-container .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 
.index_content {
    /* margin-top: 1080px; */
} 

.index_content .part01 {
    margin-top: 60px;
}

.index_content .part03 {
    padding: 60px 0;
    height: auto;
}

.n_banner .bg {
    animation: none;
}

.about .main .part05 ul {
    flex-wrap: nowrap;
    gap: 1px;
}

.product .main .part01 .w84 .left .item .box dd a {
    font-size: 17px;
    color: #333333;
    line-height: 22px;
}

.product .main .part01 .w84 .left .item .box dd a.active,
.product .main .part01 .w84 .left .item .box dd a:hover {
    color: #00904A;
}

.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left a {
    display: initial;
    padding: initial;
    background-color: initial;
    border-radius: initial;
    font-size: initial;
    /* color: initial; */
    color: #09f;
    line-height: initial;
    font-weight: initial;
    text-align: initial;
}

.pageList dl .page-num {
    margin: 0 4px;
}

@media (max-width: 992px) {
    .index_banner {
        position: relative;
        height: auto;
    }

    .index_content {
        margin-top: 0;
    }

    .index_content .part01 .w84 {
        display: block;
        width: 100%;
        padding: 0 15px;
    }

    .index_content .part01 .w84 .left {
        float: left;
        width: 50%;
    }

    .index_content .part01 .w84 .left .left_2 {
        width: 150px;
        height: 150px;
    }

    .index_content .part01 .w84 .right .title img {
        display: block !important;
        width: auto !important;
        height: 48px !important;
        margin-left: auto;
    }

    .index_content .part02 .w84 .bottom .item .title {
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 16px;
        overflow: auto hidden;
    }

    .index_content .part02 .w84 .bottom .item .title .t1 {
        flex: none;
        margin: 0;
        border-bottom: 4px solid transparent;
    }

    .index_content .part02 .w84 .bottom .item .title .t1.active,
    .index_content .part02 .w84 .bottom .item .title .t1 h4 {
        font-size: 14px;
    }

    .about .main .part01 .title {
        font-size: 24px;
        padding-bottom: 32px;
    }

    .about .main .part01 .w84 .left .pt01_title .title {
        font-size: 40px;
        padding-bottom: 0;
    }

    .about .main .part01 .w84 .left .pt01_title h4 {
        font-size: 14px;
    }

    .about .main .part01 .w84 .left .pt01_title h2 {
        font-size: 16px;
    }

    .about .main .part01 .CompanyBg .left .pt01_title {
        margin-bottom: 32px;
    }

    .about .main .part01 .w84 .left .pt01_content h2 {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .about .main .part01 .w84 .left .pt01_content p {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .about .main .part03 {
        height: auto;
        margin-top: 0;
    }

    .about .main .part03 .part03bg {
        padding-bottom: 50px;
    }

    .about .main .part03 .title {
        font-size: 24px;
        padding: 50px 0 32px;
    }

    .about .main .part03 .w84 .right {
        margin-top: 32px;
    }

    .about .main .part03 .w84 .right h4 {
        font-size: 14px;
    }

    .about .main .part03 .w84 .right p {
        font-size: 14px;
    }

    .about .main .part03 .w84 .right h3 {
        font-size: 20px;
        margin-top: 32px;
    }

    .about .main .part05 .title {
        font-size: 24px;
        padding: 50px 0 32px;
    }

    .about .main .part05 ul {
        flex-wrap: wrap;
        align-items: normal;
        gap: 2px;
    }

    .about .main .part05 ul li {
        width: calc(50% - 1px);
        margin-bottom: 0;
    }

    .about .main .part04 .w84 .btn > div {
        top: 0;
    }

    .about .main .part04 .w84 .pt04_title {
        margin: 50px 0 80px;
    }

    .about .main .part06 .title {
        font-size: 24px;
        padding: 50px 0 32px;
    }

    .about .main .part04 .w84 .pt04_title h2 {
        font-size: 24px;
    }

    .product .part01 {
        padding-top: 0 !important;
    }

    .product .part01 .w84 {
        width: 100%;
    }

    .product .main .part01 .w84 .left {
        display: none;
    }

    .product .main .part01 .w84 .rightBg {
        width: 100%;
    }

    .product .main .part01 .w84 .rightBg .right {
        width: 100%;
    }

    .product .main .part01 .w84 .rightBg .right .nd_title {
        padding: 0 15px;
    }


    .product .main .part01 .w84 .rightBg .right .nd_tool {
        padding: 0 15px 20px;
    }

    .product .main .part01 .w84 .rightBg .right .nd_body {
        padding: 40px 0 20px;
    }

    .product .main .part01 .w84 .rightBg .right .nd_body .title {
        font-size: 16px;
    }

    .product .main .part01 .w84 .rightBg .right .nd_body .content {
        padding: 10px 15px 0;
    }

    .productDetail .part01 {
        margin-top: 40px !important;
    }

    .productDetail .part02 .w84 {
        width: 100%;
    }

    .productDetail .part01 .w84 .content .left {
        display: none;
    }

    .productDetail .part01 .w84 .content .right {
        width: 100%;
    }

    .productDetail .part01 .w84 .content .right table th,
    .productDetail .part01 .w84 .content .right table td {
        font-size: 14px;
        line-height: 20px;
        height: auto;
        padding: 20px 0;
    }

    .productDetail .part02 .w84 .bottom {
        margin-top: 40px;
    }

    .productDetail .part02 .w84 .bottom .item .title .t1 h4,
    .productDetail .part02 .w84 .bottom .item .title .t2 h4 {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 0;
    }

    .productDetail .part02 .w84 .bottom .item .title .t1.active h4,
    .productDetail .part02 .w84 .bottom .item .title .t2.active h4 {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 0;
    }

    .productDetail .part02 .w84 .bottom .item .i_list {
        padding: 0 15px;
    }

    .productDetail .part02 .w84 .bottom .item .i_list img{
       width: -webkit-fill-available!important;
    }
}