* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: SourceHanSansSC;
    src: url("/fonts/DouyinSansBold.otf") format("truetype");
}

ul {
    list-style: none;
}

.heade_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgb(255, 255, 255);
    width: 100%;
}

.heade {
    padding-left: 100px;
    width: 130px;
}

.nav {
    padding-right: 100px;
}

.heade img {
    width: 100%;
}

.nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav ul li {
    list-style: none;
    padding: 10px;

}

.nav ul li a {
    font-family: "SourceHanSansSC", Helvetica, Arial, sans-serif;
    text-decoration: none;
    height: 100%;
    padding: 0 16px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    line-height: 60px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.titl {
    height: 10px;
    background-color: #4cc100;
}
.serves {
    padding: 40px 0;
    text-align: center;
}
/* 本例子css */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}
.swiper-pagination-bullet{
    width: 10px!important;
    height: 10px!important;
    background: #fff!important;
    opacity: 1!important;
}

.swiper-pagination-bullet-active {
    width: 50px!important;
    border-radius: 50px!important;
    background: #4cc100!important;
}

.serve {
    /* padding: 40px 0; */
    text-align: center;
}

.serve_titl {
    font-size: 32px;
    color: #4cc100;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}

.serve_titl img {
    width: 20%;
}

.serve p {
    font-size: 16x;
    color: #333;
    padding: 10px 0;
}

.item_box_sy {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.item_box_sy .item {
    width: 32%;
    /* text-align: center; */
}

.item_box_sy .item img {
    width: 100%;
}

.item_box_sy .item p {
    color: #333;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
}

.advertising {
    background: url(../images/bg.jpg) no-repeat;
    height: 350px;
    width: 100%;
}

.advertising_l {
    width: 80%;
    color: #4cc100;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin: 0 auto;
    padding: 88px 0;
}

.advertising_l p {
    font-size: 36px;
    font-weight: bold;
    line-height: 2;
}

.advertising_l span {
    font-size: 18px;
    color: #727071;
    font-weight: bold;
}

.more2 {
    width: 190px;
    height: 47px;
    line-height: 47px;
    display: block;
    background: #4cc100;
    color: #fff !important;
    text-align: center;
    transition: all 500ms;
    font-family: arial;
    border-radius: 50px;
    margin-top: 20px;

}
a.more2:hover {
    background: #f37068;
}
.about_box {
    display: flex;

}

.about_box .about_l {
    padding-left: 200px;
    padding-top: 228px;
    box-sizing: border-box;
}

.about_box .about_l h1 {
    font-size: 36px;
    color: #4cc100;
    text-align: center;
}

.about_box .about_l h1 span {
    font-weight: normal;
    font-size: 26px;
    margin-left: 10px;
}

.about_box img {
    width: 100%;
}

.about_box .about_l p {
    font-size: 14px;
    color: #727071;
    text-indent: 2rem;
    line-height: 2;
    margin-top: 60px;
    margin-bottom: 40px;
}

.about_box .about_l .about_t {
    font-size: 100px;
    color: #eaf7e6;
    margin-top: 32px;
    font-weight: bolder;
}

.footer_box {
    background: url(../images/bg.png) no-repeat center top;
    /* background: repeating-linear-gradient(to bottom,#f4faf6,#b8dfc2); */
}

.footer_tit {
    padding: 50px 0px;
    display: flex;
    justify-content: space-around;
}

.footer_bott {
    height: 60px;
    background-color: #4cc100;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
}

.footer_tit div img {
    padding-bottom: 20px;
}

.footer_tit div h3 {
    color: #4cc100;
    font-size: 20px;
    padding-bottom: 10px;
}

.footer_tit div p {
    line-height: 30px;
    color: #4cc100;
    font-size: 16px;
}

/* 产品中心 */
.product {
    padding: 40px 0;
}

.banner_bg img {
    width: 100%;
}

.product_titl {
    font-size: 32px;
    color: #4cc100;
    font-weight: bold;
    text-align: center;
}

.product_titl img {
    width: 20%;
}

.table img {
    width: 100%;
}

.product p {
    font-size: 20px;
    color: #333;
    padding: 10px 0;
    text-indent: 3rem;
    line-height: 38px;
}

.middle .product_bt {
    font-size: 20px;
    color: #4cc100;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

.middle .butter {
    display: block;
    font-size: 16px;
    background-color: #4cc100;
    width: 186px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    border-radius: 50px;
    margin-bottom: 40px;
}

.middle .butter:hover {
    background: #f37068;
}
/* 服务中心 */
.system {
    margin-top: 20px;
}

.systembox_l1 {
    background: url(../images/system_l1.png) no-repeat center top;
    position: relative;
    background-size: 100%;
    width: 100%;
    height: 238px;
    margin: 40px 0;
}

.systembox_l1 h3 {
    position: absolute;
    top: 118px;
    left: 297px;
    font-size: 20px;
    color: #727171;
}

.systembox_l1 p {
    position: absolute;
    top: 70px;
    right: 62px;
    font-size: 20px;
    color: #fff;
    width: 315px;
    text-indent: 0px;
}

.systembox_l2 {
    background: url(../images/system_l2.png) no-repeat center top;
    position: relative;
    background-size: 100%;
    width: 100%;
    height: 238px;
    margin: 40px 0;
}

.systembox_l2 h3 {
    position: absolute;
    top: 134px;
    right: 20px;
    font-size: 20px;
    color: #727171;
}

.systembox_l2 p {
    position: absolute;
    top: 53px;
    left: 76px;
    font-size: 20px;
    color: #fff;
    width: 315px;
    text-indent: 0px;
}

.systembox_l3 {
    background: url(../images/system_l3.png) no-repeat center top;
    position: relative;
    background-size: 100%;
    width: 100%;
    height: 238px;
    margin: 40px 0;
}

.systembox_l3 h3 {
    position: absolute;
    top: 136px;
    left: 22px;
    font-size: 20px;
    color: #727171;
}

.systembox_l3 p {
    position: absolute;
    top: 40px;
    right: 73px;
    font-size: 20px;
    color: #fff;
    width: 315px;
    text-indent: 0px;
}

.systembox_l4 {
    background: url(../images/system_l4.png) no-repeat center top;
    position: relative;
    background-size: 100%;
    width: 100%;
    height: 238px;
    margin: 40px 0;
}

.systembox_l4 h3 {
    position: absolute;
    top: 134px;
    right: 21px;
    font-size: 20px;
    color: #727171;
}

.systembox_l4 p {
    position: absolute;
    top: 24px;
    left: 80px;
    font-size: 20px;
    color: #fff;
    width: 315px;
    text-indent: 0px;
}

.systembox_l5 {
    background: url(../images/system_l5.png) no-repeat center top;
    position: relative;
    background-size: 100%;
    width: 100%;
    height: 238px;
    margin: 40px 0;
}

.systembox_l5 h3 {
    position: absolute;
    top: 135px;
    left: 38px;
    font-size: 20px;
    color: #727171;
}

.systembox_l5 p {
    position: absolute;
    top: 66px;
    right: 70px;
    font-size: 20px;
    color: #fff;
    width: 315px;
    text-indent: 0px;
}

.systemboxs {
    padding: 0 !important;
    line-height: 30px !important;
}

.advantage_titl {
    font-size: 32px;
    color: #4cc100;
    font-weight: bold;
    text-align: center;
}

.advantage_titl img {
    width: 36%;
}

.pr img {
    width: 20% !important;
}

.advantage_box {
    background: url(../images/advantage_1.png) no-repeat center top;
    position: relative;
    background-size: 100%;
    width: 100%;
    height: 325px;
    margin-top: 267px;
    margin-bottom: 226px;
}

.advantage_l1 {
    position: absolute;
    bottom: -177px;
    left: -4px;
    font-size: 16px;
    text-align: center;
}

.advantage_l1 p:first-child {
    font-size: 20px;
    color: #4cc100;
    font-weight: bold;
    margin-bottom: 10px;
}

.advantage_l1 p:nth-child(2) {
    font-size: 20px;
    color: #4cc100;
    font-weight: bold;
    margin-bottom: 10px;
}

.advantage_l1 p {
    line-height: 26px;
    color: #727171;
}

.advantage_l2 {
    position: absolute;
    top: -214px;
    left: 226px;
    font-size: 16px;
    text-align: center;
}

.advantage_l2 p:last-child {
    font-size: 20px;
    color: #4cc100;
    font-weight: bold;
    margin-top: 10px;
}

.advantage_l2 p:nth-child(7) {
    font-size: 20px;
    color: #4cc100;
    font-weight: bold;
    margin-top: 10px;
}

.advantage_l2 p {
    line-height: 26px;
    color: #727171;
}

.advantage_l3 {
    position: absolute;
    bottom: -180px;
    left: 471px;
    font-size: 16px;
    text-align: center;
}

.advantage_l3 p:first-child {
    font-size: 20px;
    color: #4cc100;
    font-weight: bold;
    margin-bottom: 10px;
}

.advantage_l3 p:nth-child(2) {
    font-size: 20px;
    color: #4cc100;
    font-weight: bold;
    margin-bottom: 10px;
}

.advantage_l3 p {
    line-height: 26px;
    color: #727171;
}

.advantage_l4 {
    position: absolute;
    top: -189px;
    right: 25.6%;
    font-size: 16px;
    text-align: center;
}

.advantage_l4 p:last-child {
    font-size: 20px;
    color: #4cc100;
    font-weight: bold;
    margin-top: 10px;
}

.advantage_l4 p:nth-child(6) {
    font-size: 20px;
    color: #4cc100;
    font-weight: bold;
    margin-top: 10px;
}

.advantage_l4 p {
    line-height: 26px;
    color: #727171;
}

.advantage_l5 {
    position: absolute;
    bottom: -154px;
    right: -16px;
    font-size: 16px;
    text-align: center;
}

.advantage_l5 p:first-child {
    font-size: 20px;
    color: #4cc100;
    font-weight: bold;
    margin-bottom: 10px;
}

.advantage_l5 p:nth-child(2) {
    font-size: 20px;
    color: #4cc100;
    font-weight: bold;
    margin-bottom: 10px;
}

.advantage_l5 p {
    line-height: 26px;
    color: #727171;
}

/* 联系我们 */
.relation {
    padding: 40px 0;
}

.relation_titl {
    text-align: center;
}

.relation_titl img {
    width: 38%;
    margin-bottom: 40px;
}

.relation_box {
    background: url(../images/relation_1.jpg) no-repeat center top;
    height: 348px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 80px;
}

.relation_l p {
    line-height: 2;
    color: #727171;
    font-size: 20px;
    /* font-weight: bold; */
}

.your_titl {
    text-align: center;
}

.your_titl img {
    width: 30%;
}

.your_box {
    padding: 20px 0;
}

form {
    display: flex;
    flex-direction: column;
}

.your_box form input {
    outline-style: none;
    border: 2px solid #4cc100;
    border-radius: 20px;
    height: 70px;
    width: 700px;
    margin: 10px auto;
    padding: 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #b7dfc1;
}

.yourbt {
    font-size: 24px;
    width: 200px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    border-radius: 50px;
    margin-bottom: 20px;
    border: 2px solid #4cc100;
    color: #b7dfc1;
    margin-top: 20px;
}

.ipyour {
    position: relative;
    margin: 0 auto;
}

.ipyour .tt {
    position: absolute;
    top: 23px;
    right: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b7dfc1;
}

.ipyour .nn {
    position: absolute;
    top: 23px;
    right: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b7dfc1;
}

.ipyour_n {
    width: 26px !important;
    height: 26px !important;
    margin-right: 6px !important;

}

/* 关于我们 */
.connect_titl {
    padding: 40px 0;
    text-align: center;
}

.connect_titl img {
    width: 24%;
}

.connect_box {
    display: flex;
}

.connect_box img {
    width: 30%;
    height: 362px;
}

.connect_r {
    background: url(../images/relation_1.jpg) no-repeat center top;
    /* width: 70%; */
    margin-left: 100px;
}

.connect_tl h3 {
    font-size: 20px;
    color: #727171;
    margin-bottom: 10px;
}

.connect_tl p {
    padding: 10px 39px;
    font-size: 16px;
    line-height: 30px;
    color: #727171;
}

.nt {
    padding: 30px 0;
}

.production_box {
    background: url(../images/production_1.jpg) no-repeat center top;
    background-size: 100%;
    width: 90%;
    height: 266px;
    margin: 0 auto;
    margin-top: 50px;
}

.production_l1 {
    position: relative;
}

.production_l1 h3 {
    position: absolute;
    font-size: 20px;
    color: #4cc100;
    font-weight: bold;
    top: -38px;
    left: 18%;
}

.production_l1 p {
    position: absolute;
    font-size: 20px;
    color: #4cc100;
    font-weight: bold;
    left: 15%;
    top: 180px;
}

.production_l1 p span {
    font-size: 14px;
    margin-left: 5px;
}

.production_l2 {
    position: relative;
}

.production_l2 h3 {
    position: absolute;
    font-size: 20px;
    color: #4cc100;
    font-weight: bold;
    top: -38px;
    left: 48%;
}

.production_l2 p {
    position: absolute;
    font-size: 20px;
    color: #4cc100;
    font-weight: bold;
    left: 45%;
    top: 180px;
}

.production_l2 p span {
    font-size: 14px;
    margin-left: 5px;
}

.production_l3 {
    position: relative;
}

.production_l3 h3 {
    position: absolute;
    font-size: 20px;
    color: #4cc100;
    font-weight: bold;
    top: -38px;
    left: 78%;
}

.production_l3 p {
    position: absolute;
    font-size: 20px;
    color: #4cc100;
    font-weight: bold;
    left: 76%;
    top: 180px;
}

.production_l3 p span {
    font-size: 14px;
    margin-left: 5px;
}

.period {
    background: url(../images/bgg.jpg) no-repeat center top;
    /* height: 350px; */
    width: 100%;
}

.period_l {
    width: 80%;
    color: #4cc100;
    margin: 0 auto;
    padding: 88px 0;
}

.period_l p {
    font-size: 36px;
    font-weight: bold;
    line-height: 2;
}

.period_l span {
    font-size: 18px;
    font-weight: bold;
}

.periodtit {
    margin-top: 20px;
}

.periodtit p {
    font-size: 16px !important;
    font-weight: normal !important;
    padding-bottom: 10px !important;
    display: flex;
    align-items: center;
}

.periodtit p span {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    border: 1px solid #4cc100;
    margin-right: 6px;
}

.quality_titl {
    padding-top: 40px;
    text-align: center;
}

.quality_titl img {
    width: 20%;
}

.quality_box {
    background: url(../images/quality_1.png) no-repeat center top;
    background-size: 100%;
    width: 80%;
    height: 980px;
    margin: 0 auto;
    margin-top: -38px;
    position: relative;
}

.quality_l1 {
    position: absolute;
    top: 22.5%;
    right: 9%;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 99px;
}

.quality_l2 {
    position: absolute;
    top: 24.5%;
    left: 15%;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 99px;
}

.quality_l3 {
    position: absolute;
    top: 36.5%;
    right: 21%;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 99px;
}

.quality_l4 {
    position: absolute;
    top: 41.5%;
    left: 23%;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 99px;
}

.quality_l5 {
    position: absolute;
    top: 53.4%;
    right: 3%;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 99px;
}

.quality_l6 {
    position: absolute;
    top: 57.5%;
    left: 4%;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 99px;
}

.quality_l7 {
    position: absolute;
    top: 67.5%;
    right: 20%;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 99px;
}

.quality_l8 {
    position: absolute;
    top: 71.5%;
    left: 26%;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 99px;
}

.quality_l9 {
    position: absolute;
    top: 84.5%;
    right: 34%;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 99px;
}
table
{
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
table td, table th
{
    border: 1px solid #cad9ea;
    color: #666;
    height: 50px;
}
table tr:nth-child(1) td
{
    background-color: #4cc100;
    color: #fff;
}
table tr:nth-child(odd)
{
    background: #fff;
}
table tr:nth-child(even)
{
    background: #F5FAFA;
}
table tbody tr td:nth-child(1)
{
    width: 8%;
}

table tbody tr td:nth-child(2)
{
    width: 8%;
}
table tbody tr td:nth-child(3)
{
    width: 27%;
}
table tbody tr td:nth-child(4)
{
   
}
table tbody tr td:nth-child(5)
{
    width: 8%;
}

table tbody tr td:nth-child(6)
{
    width: 13%;
}
.header_m,
.banner_m,
.serve_m,
.item_box_m {
    display: none;
}

@media screen and (max-width: 480px) {

    .banner,
    .heade,
    .serve_img,
    .nav,
    #hiddenContent_m,
    .item_box,
    #tableContainer {
        display: none;
    }

    .header_m,
    .banner_m,
    .serve_m,
    .item_box_m {
        display: block;
    }

    .heade_m {
        padding: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .heade_m img {
        width: 30%;
    }

    .container {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    #myElement {
        padding: 0 20px;
        display: none;
    }

    #myElement li {
        padding: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, .15);
    }

    #myElement li a {
        text-decoration: none;
        color: #585657;
    }

    .product_m {
        display: flex;
        justify-content: space-between;
    }

    #hiddenContent_m li {
        border-bottom: none;
    }

    .banner_m {
        width: 100%;
    }

    .banner_m img {
        width: 100%;
    }

    .serve {
        padding: 20px 0;
    }

    .advertising_l p {
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 20px;
    }

    .about_box .about_l h1 {
        font-size: 26px;
        color: #4cc100;
    }

    .about_box .about_l h1 span {
        font-weight: normal;
        font-size: 18px;
        margin-left: 10px;
    }

    .advertising_l {
        width: 80%;
        color: #4cc100;
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        margin: 0 auto;
        padding: 40px 0;
    }

    .advertising {
        height: auto;
    }

    .serve_titl img {
        width: 38%;
    }

    .serve p {
        color: #333;
        padding: 10px;
    }

    .item_box_sy {
        flex-wrap: wrap;
        padding: 0 10px;
    }

    .item_box_sy .item {
        width: 100%;
        padding-bottom: 20px;
    }

    .item_box_sy img {
        width: 100%;
        height: auto;
    }

    .serve .serve_dy {
        margin-top: 0px;
        flex-wrap: wrap;
        padding: 0 10px;
    }

    .serve_m {
        width: 100%;
    }

    .serve_m img {
        width: 100%;
    }

    .serve .serve_dy .serve_item {
        margin-left: 0px;
    }

    .item_tit p {
        font-size: 16px;
    }

    .item_tit span {
        color: #565455;
        font-size: 14px;
    }

    .box3 {
        left: 52%;
    }

    .box2 {
        left: 52%;
    }

    .Pattern h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .Pattern_img img {
        width: 100%;
    }

    .Pattern_img .Pattern_tit {
        top: 22%;
        left: 38%;
        font-size: 14px;
    }

    .Pattern p {
        line-height: 28px;
        padding: 0 10px;
        font-size: 14px;
    }

    .Pattern_p {
        margin-left: 0px;
    }

    .agency {
        margin: 20px 0px;
    }

    .agency h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .agency_box {
        flex-wrap: wrap;
        padding: 0 10px;
    }

    .agency_box .agency_img1 {
        width: 100%;
    }

    .agency_box .agency_img1 p {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .agency_box1 {
        margin-top: 10px;
        flex-wrap: wrap;
    }

    .agency_box1 .agency_img2 {
        width: 100%;
    }

    .lr,
    .ll {
        margin-right: 0px;
        margin-left: 0px;
    }

    .agency_box1 {
        padding: 0 10px;
    }

    .agency_box1 .agency_img2 p {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .information h3 {
        font-size: 20px;
        margin-top: 20px;
    }

    .information_box ul {
        padding: 0 10px;
        box-sizing: border-box;
    }

    .information_tit {
        flex-wrap: wrap;
    }

    .information_tit img {
        width: 100%;
        height: 200px;
    }

    .information_tite {
        margin-left: 0px;
        font-size: 16px;
    }

    .about {
        flex-wrap: wrap;
    }

    .contact_ncj {
        margin: 30px 0;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .contact_ncj img {
        width: 100%;
        padding: 0px;
    }

    #tableContainer_m {
        padding: 0 10px;
    }

    table tbody tr td:nth-child(1) {
        width: 0%;
    }

    table tbody tr td:nth-child(2) {
        width: 33%;
        padding: 5px 5px;
    }

    table tbody tr td:nth-child(3) {
        width: 0%;
        padding: 5px 5px;
    }

    table tbody tr td:nth-child(4) {}

    table tbody tr td:nth-child(5) {
        width: 0%;
    }

    table tbody tr td:nth-child(6) {
        width: 0%;
    }

    .item_box_m {
        padding: 10px;
    }

    .item_tit_m {
        display: flex;
        padding: 26px 0;
    }

    .item_tit_m img {
        width: 100%;
    }

    .item_pic_m {
        margin-left: 15px;
        width: 100%;
    }

    .item_pic_m p {
        color: #666;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .item_pic_m span {
        color: #565455;
        font-size: 14px;
    }

    .item_box_sy .item span {
        color: #666;
        font-size: 14px;
    }

    .serve .serve_tit span {
        font-size: 16px;
    }

    .serve .serve_dy .serve_item .serve_wz p span {
        font-size: 16px;
    }

    .serve .serve_dy .serve_item .serve_wz span {
        font-size: 14px;
        color: #666;
    }

    .footer {
        padding: 20px;
        font-size: 14px;
    }

    .information_tite p {
        font-size: 14px;
        color: #666;
    }

    .about_box h3 {
        font-size: 20px;
    }

    .about_box {
        line-height: 30px;
        padding: 10px;
        margin-left: 0px;
    }

    .about_box img {
        width: 56%;
        margin-top: 20px;
    }

    .about_box .about_l {
        padding: 0 !important;
    }

    .about_box .about_l h1 {
        font-size: 26px;
        color: #4cc100;
    }

    .about_box .about_l h1 span {
        font-weight: normal;
        font-size: 18px;
        margin-left: 10px;
    }

    .about_t {
        display: none;
    }

    .footer_box {
        display: none;
    }

    .about_box img {
        display: none;
    }

    .footer {
        padding: 0px;
    }

    .about_box .about_l p {
        font-size: 18px;
        color: #727071;
        text-indent: 2rem;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: normal;
    }

    .product {
        padding: 20px 0;
    }

    .product_titl img {
        width: 46% !important;
    }

    .product p {
        font-size: 18px;
        color: #333;
        text-indent: 2rem;
        line-height: 30px;
        padding: 10px 10px;
    }

    .product p {
        padding: 0;
    }

    .middle .product_bt {
        font-size: 18px;
        color: #4cc100;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .middle .product_bt {
        font-size: 16px;
        color: #4cc100;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .middle .butter {
        font-size: 16px;
        background-color: #4cc100;
        width: 149px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        margin: 0 auto;
        border-radius: 50px;
        margin-bottom: 20px;
    }

    .systembox_l1 {
        width: 100%;
        height: 76px;
        margin: 20px 0;
    }

    .systembox_l2 {
        width: 100%;
        height: 76px;
        margin: 20px 0;
    }

    .systembox_l3 {
        width: 100%;
        height: 76px;
        margin: 20px 0;
    }

    .systembox_l4 {
        width: 100%;
        height: 76px;
        margin: 20px 0;
    }

    .systembox_l5 {
        width: 100%;
        height: 76px;
        margin: 20px 0;
    }

    .systembox_l1 h3 {
        top: 31%;
        left: 21%;
        font-size: 18px;
    }

    .systembox_l2 p {
        top: -2px;
        right: 0px;
        left: 21px;
        font-size: 14px;
        width: 127px;
        color: #fff;
        line-height: 18px !important;
        text-indent: initial;
    }

    .systembox_l3 p {
        top: -2px;
        right: 14px;
        font-size: 14px;
        width: 127px;
        color: #fff;
        line-height: 18px !important;
        text-indent: initial;
    }

    .systembox_l4 p {
        top: -2px;
        right: 0px;
        left: 21px;
        font-size: 14px;
        width: 127px;
        color: #fff;
        line-height: 18px !important;
        text-indent: initial;
    }

    .systembox_l5 p {
        top: -2px;
        right: 14px;
        font-size: 14px;
        width: 127px;
        color: #fff;
        line-height: 18px !important;
        text-indent: initial;
    }

    .systembox_l2 h3 {
        top: 25px;
        right: -4px;
        font-size: 18px;
    }

    .systembox_l3 h3 {
        top: 25px;
        left: 0;
        right: 0px;
        font-size: 18px;
    }

    .systembox_l4 h3 {
        top: 25px;
        right: -4px;
        font-size: 18px;
    }

    .systembox_l5 h3 {
        top: 25px;
        right: 0px;
        left: 0;
        font-size: 18px;
    }

    .systembox_l1 p {
        top: -2px;
        right: 14px;
        font-size: 14px;
        width: 127px;
        color: #fff;
        line-height: 18px !important;
        text-indent: initial;
    }

    .advantage_titl img {
        width: 80%;
    }

    .advantage_box {
        height: 177px;
        margin-top: 70px;
        margin-bottom: 0px;
    }

    .dis {
        display: none;
    }

    .advantage_l1 {
        position: absolute;
        bottom: 40px;
        left: 9px;
        font-size: 14px;
        text-align: center;
    }

    .advantage_l1 p:first-child {
        font-size: 20px;
        color: #4cc100;
        font-weight: bold;
        margin-bottom: 0px;
        line-height: 23px;
    }

    .advantage_l1 p:nth-child(2) {
        font-size: 14px;
        color: #4cc100;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .advantage_l2 {
        position: absolute;
        bottom: 40px;
        left: 25%;
        top: -59px;
        font-size: 14px;
        text-align: center;
    }

    .advantage_l2 p:last-child {
        font-size: 20px;
        color: #4cc100;
        font-weight: bold;
        margin-bottom: 0px;
        line-height: 23px;
        margin-top: 0px;
    }

    .advantage_l2 p:nth-child(7) {
        font-size: 14px;
        color: #4cc100;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .advantage_l3 {
        position: absolute;
        bottom: 40px;
        left: 43.7%;
        font-size: 14px;
        text-align: center;
    }

    .advantage_l3 p:first-child {
        font-size: 20px;
        color: #4cc100;
        font-weight: bold;
        margin-bottom: 0px;
        line-height: 23px;
    }

    .advantage_l3 p:nth-child(2) {
        font-size: 14px;
        color: #4cc100;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .advantage_l4 {
        position: absolute;
        bottom: 40px;
        left: 9px;
        top: -60px;
        right: -39%;
        font-size: 14px;
        text-align: center;
    }

    .advantage_l4 p:last-child {
        font-size: 20px;
        color: #4cc100;
        font-weight: bold;
        margin-bottom: 0px;
        line-height: 23px;
        margin-top: 0px;
    }

    .advantage_l4 p:nth-child(6) {
        font-size: 14px;
        color: #4cc100;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .advantage_l5 {
        position: absolute;
        bottom: 40px;
        left: 78%;
        font-size: 14px;
        text-align: center;
    }

    .advantage_l5 p:first-child {
        font-size: 20px;
        color: #4cc100;
        font-weight: bold;
        margin-bottom: 0px;
        line-height: 23px;
    }

    .advantage_l5 p:nth-child(2) {
        font-size: 14px;
        color: #4cc100;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .advantage {
        overflow: hidden;
    }

    .connect_titl {
        padding: 20px 0;
        text-align: center;
    }

    .connect_titl img {
        width: 50%;
    }

    .relation_titl img {
        width: 70%;
        padding: 10px 0;
    }

    .relation_l p {
        line-height: 30px;
        color: #727171;
        font-size: 16px;
        font-weight: bold;
    }

    .relation_box {
        width: 100%;
        padding-top: 0px;
        padding: 10px 0;
        height: 140px;
    }

    .your_titl img {
        width: 50%;
        padding: 10px 0;
    }

    .your_box {
        padding: 10px 0;
    }

    .your_box form input {
        outline-style: none;
        border: 1px solid #4cc100;
        border-radius: 20px;
        height: 50px;
        width: 100%;
        margin: 10px auto;
        padding: 10px;
        box-sizing: border-box;
        font-size: 14px;
        color: #b7dfc1;
    }

    .yourbt {
        font-size: 18px;
        width: 50%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        margin: 0 auto;
        border-radius: 49px;
        margin-bottom: 20px;
        border: 2px solid #4cc100;
        color: #b7dfc1;
        margin-top: 20px;
    }

    .ipyour_n {
        width: 16px !important;
        height: 16px !important;
        margin-right: 3px !important;
    }

    .ipyour {
        margin: 0;
    }

    .ipyour .tt {
        top: 18px;
    }

    .ipyour .nn {
        top: 18px;
    }

    .connect_r {
        width: 100%;
        margin-left: 0px;
    }

    .connect_tl h3 {
        font-size: 18px;
        color: #727171;
        margin-bottom: 10px;
    }

    .connect_tl p {
        padding: 0px;
        font-size: 16px;
        line-height: 28px;
        color: #727171;
    }

    .nt {
        padding: 10px 0;
    }

    .production_box {
        width: 100%;
        height: 114px;
        margin: 0 auto;
        margin-top: 35px;
    }

    .production_l1 h3 {
        position: absolute;
        font-size: 20px;
        color: #4cc100;
        font-weight: bold;
        top: -32px;
        left: 15%;
    }

    .production_l1 p {
        position: absolute;
        font-size: 18px;
        color: #4cc100;
        font-weight: bold;
        left: 6%;
        top: 60px;
    }

    .production_l1 p span {
        font-size: 14px;
    }

    .production_l2 h3 {
        position: absolute;
        font-size: 20px;
        color: #4cc100;
        font-weight: bold;
        top: -32px;
        left: 44%;
    }

    .production_l2 p {
        position: absolute;
        font-size: 18px;
        color: #4cc100;
        font-weight: bold;
        left: 39%;
        top: 60px;
    }

    .production_l2 p span {
        font-size: 14px;
    }

    .production_l3 h3 {
        position: absolute;
        font-size: 20px;
        color: #4cc100;
        font-weight: bold;
        top: -32px;
        left: 74%;
    }

    .production_l3 p {
        position: absolute;
        font-size: 18px;
        color: #4cc100;
        font-weight: bold;
        left: 72%;
        top: 60px;
    }

    .production_l3 p span {
        font-size: 14px;
    }

    .period_l {
        width: 100%;
        color: #fff;
        margin: 0 auto;
        padding: 10px;
        box-sizing: border-box;
    }

    .period_l p {
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .period_l span {
        font-size: 16px;
        font-weight: bold;
    }

    .periodtit {
        margin-top: 10px;
    }

    .periodtit p span {
        display: inline-block;
        width: 14px;
        height: 14px;
        border-radius: 50px;
        border: 1px solid #fff;
        margin-right: 6px;
    }

    .periodtit p {
        font-size: 16px !important;
        font-weight: normal !important;
        padding-bottom: 10px !important;
        display: flex;
        align-items: center;
    }

    .quality_titl {
        padding-top: 20px;
        text-align: center;
    }

    .quality_titl {
        padding-top: 20px;
        text-align: center;
    }

    .quality_titl img {
        width: 40%;
    }

    .quality_box {
        width: 100%;
        height: 376px;
        margin: 0 auto;
        margin-top: -24px;
        position: relative;
    }

    .quality_l1 {
        top: 20%;
        right: 8%;
        font-size: 14px;
        width: 56px;
    }

    .quality_l2 {
        top: 22%;
        right: 8%;
        font-size: 14px;
        width: 56px;
    }

    .quality_l3 {
        top: 33%;
        right: 19%;
        font-size: 14px;
        width: 56px;
    }

    .quality_l4 {
        top: 37.7%;
        right: 8%;
        font-size: 14px;
        width: 56px;
    }

    .quality_l5 {
        top: 49%;
        right: 1%;
        font-size: 14px;
        width: 56px;
    }

    .quality_l6 {
        top: 53%;
        right: 0;
        left: 4px;
        font-size: 14px;
        width: 56px;
    }

    .quality_l7 {
        top: 63%;
        right: 17%;
        font-size: 14px;
        width: 56px;
    }

    .quality_l8 {
        top: 66%;
        right: 0%;
        left: 23%;
        font-size: 14px;
        width: 56px;
    }

    .quality_l9 {
        top: 79%;
        right: 31%;
        font-size: 14px;
        width: 56px;
    }
}