.pages_cx {
    display: flex;
    justify-content: center;
    margin: 70px 0;
}

.pages_cx a {
    font-size: 18px;
    color: #8b8b8b;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

.pages_cx a.active {
    background: #bed527;
    color: #fff;
}

.news_cx {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #f8f8f8;
}

.news_cx .item_cx {
    width: 403px;
    margin: 0 18px;
    background: #fff;
    margin-top: 60px;
}

.news_cx .item_cx .i1_cx {}

.news_cx .item_cx .i1_cx img {}

.news_cx .item_cx .i2_cx {
    color: #000;
    font-size: 18px;
    padding: 15px;
}

.news_cx .item_cx .i3_cx {
    color: #666;
    font-size: 14px;
    padding: 0 15px;
}

.news_cx .item_cx .i4_cx {
    color: #bed527;
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
}

.product2_cx {
    background: #f8f8f8;
}

.product2_box_cx {
    width: 1600px;
    margin: 0 auto;
}

.product2_cx .title_cx {
    font-size: 40px;
    font-family: 'monbold';
    text-align: center;
    padding-top: 130px;
    margin-bottom: 80px;
}

.product2_cx .nav_cx {}

.product2_cx .nav_cx .nav1_cx {
    display: flex;
    justify-content: center;
}

.product2_cx .nav_cx .nav1_cx p {
    width: 25%;
    text-align: center;
    font-size: 18px;
    background-image: url(PRODUCTS2_04.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 60px;
    line-height: 60px;
}

.product2_cx .nav_cx .nav2_cx {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.product2_cx .nav_cx .nav2_cx a {}

.product2_cx .nav_cx .nav2_cx a.na1 {
    font-size: 18px;
    color: #8f8d8d;
    border: 1px solid #8f8d8d;
    width: 130px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product2_cx .nav_cx .nav2_cx a.na2 {
    font-size: 18px;
    color: #fff;
    border: 1px solid #bed527;
    width: 180px;
    background: #bed527;
    height: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product2_cx .con_cx_type {
    display: flex;
    padding-top: 40px;
    flex-wrap: wrap;
}

.product2_cx .con_cx_type a {
    height: 50px;
    padding: 0 40px;
    display: flex;
    background: #e7e7e7;
    font-size: 20px;
    color: #9d9d9d;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin-right: 20px;
    margin-top: 20px;
}

.product2_cx .con_cx_type a.active {
    background: #bed527;
    color: #fff;
}

.product2_cx .con_cx_page {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
}

.product2_cx .con_cx_page a {
    font-size: 18px;
    color: #919191;
    min-width: 27px;
    min-height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
}

.product2_cx .con_cx_page a.active {
    background: #bed527;
    color: #fff;
}

.xq_table tr td {
    padding: 10px;
}

.xq_table tr {
    border-bottom: 1px solid #eee;
}

.pbox4 {
    margin-bottom: 100px;
}

.product2_cx .con_cx {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 60px 0;
    flex-direction: row;
}

.product2_cx .con_cx .item_cx {
    background: #fff;
    width: 23%;
    margin: 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product2_cx .con_cx .item_cx .i1_cx {}

.product2_cx .con_cx .item_cx .i1_cx img {
    max-width: 100%;
}

.product2_cx .con_cx .item_cx .i2_cx {
    font-size: 24px;
    color: #000;
    padding-top: 20px;
}

.product2_cx .con_cx .item_cx .i3_cx {
    font-size: 18px;
    color: #bed527;
    margin: 20px 0;
}

.product2_cx .con_cx .item_cx .i4_cx {
    width: 180px;
    height: 50px;
    background: #bed527;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}

.partner_cx {
    background: #f8f8f8;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0;
}

.partner_cx .item_cx {
    width: 1200px;
    background: #fff;
    display: flex;
    border: 1px solid #ccc;
    margin: 17px 0;
    padding: 30px;
}

.partner_cx .item_cx .i1_cx {
    display: flex;
    align-items: center;
    border-right: 1px solid #ccc;
    padding-right: 30px;
}

.partner_cx .item_cx .i1_cx img {
    width: 279px;
}

.partner_cx .item_cx .i2_cx {
    flex: 1;
    color: #000;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.partner_cx .item_cx .i2_cx .i3_cx {
    font-size: 30px;
    font-family: 'monbold';
    line-height: 1.5;
}

.partner_cx .item_cx .i2_cx .i4_cx {
    font-size: 18px;
    line-height: 2;
}

.news_details_cx {
    background: #f8f8f8;
}

.news_details_box_cx {
    width: 1600px;
    display: flex;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 80px;
}

.news_details_cx .nd_left {
    flex: 1;
    background: #fff;
    padding: 30px;
}

.news_details_cx .nd_left .l_title {
    font-size: 30px;
    font-family: 'monbold';
}

.news_details_cx .nd_left .l_time {
    font-size: 16px;
    color: #5b5b5b;
    border-bottom: 1px dashed #5b5b5b;
    padding-bottom: 10px;
    padding-top: 20px;
}

.news_details_cx .nd_left .l_con {}

.news_details_cx .nd_right {
    margin-left: 30px;
}

.news_details_cx .nd_right .r_title {
    font-size: 18px;
    font-family: 'monbold';
    padding: 15px 0;
}

.news_details_cx .nd_right .r_con {}

.news_details_cx .nd_right .r_con .item_cx {
    width: 403px;
    background: #fff;
    display: block;
    margin-top: 30px;
}

.news_details_cx .nd_right .r_con .item_cx:first-child {
    margin-top: 0;
}

.news_details_cx .nd_right .r_con .item_cx.i1_cx {}

.news_details_cx .nd_right .r_con .item_cx .i1_cx img {}

.news_details_cx .nd_right .r_con .item_cx .i2_cx {
    color: #000;
    font-size: 18px;
    padding: 15px;
}

.news_details_cx .nd_right .r_con .item_cx .i3_cx {
    color: #666;
    font-size: 14px;
    padding: 0 15px;
}

.news_details_cx .nd_right .r_con .item_cx .i4_cx {
    color: #bed527;
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
}

.products_cx {
    background: #f8f8f8;
}

.products_box_cx {
    width: 1600px;
    margin: 0 auto;
}

.products_cx .title_cx {
    font-size: 40px;
    font-family: 'monbold';
    text-align: center;
    padding-top: 130px;
    margin-bottom: 80px;
}

.products_cx .nav_cx {}

.products_cx .nav_cx .nav1_cx {
    display: flex;
    justify-content: center;
}

.products_cx .nav_cx .nav1_cx p {
    width: 25%;
    text-align: center;
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 60px;
    line-height: 60px;
}

.products_cx .nav_cx .nav1_cx p.active {
    background-image: url(PRODUCTS2_04.jpg);
}

.products_cx .nav_cx .nav2_cx {
    font-size: 16px;
    color: #3b3b3b;
    text-align: center;
    margin: 40px 0;
}

.products_cx .nav_cx .nav3_cx {
    display: flex;
    justify-content: space-around;
}

.products_cx .nav_cx .nav3_cx .item_cx {
    width: 380px;
    position: relative;
}

.products_cx .nav_cx .nav3_cx .item_cx img {
    width: 380px;
    height: 290px;
    object-fit: cover;
}

.products_cx .nav_cx .nav3_cx .item_cx p {
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    line-height: 40px;
    color: #fff;
    font-family: 'monbold';
    padding: 0 10px;
    background-image: url(PRODUCTS_11.png);
    background-repeat: no-repeat;
    background-position: 350px;
}

.products_cx .nav_cx .nav4_cx {
    display: flex;
    justify-content: space-between;
    padding-bottom: 120px;
    padding-top: 90px;
}

.products_cx .nav_cx .nav4_cx .na1 {
    font-size: 18px;
    color: #8f8d8d;
    border: 1px solid #8f8d8d;
    width: 130px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.products_cx .nav_cx .nav4_cx .na2 {
    font-size: 18px;
    color: #fff;
    border: 1px solid #bed527;
    background: #bed527;
    width: 130px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.aboutus_cx {
    background: #f8f8f8;
}

.aboutus_box_cx {
    width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.aboutus_cx .ab1 {
    background: #fff;
    padding: 90px 0;
}

.aboutus_cx .ab1 .ab_l {
    width: 715px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aboutus_cx .ab1 .ab_r {}

.aboutus_cx .ab2 {
    display: flex;
    position: relative;
    width: 100%;
    margin-top: 110px;
}

.aboutus_cx .ab2 .ab_l {}

.aboutus_cx .ab2 .ab_r {
    width: 885px;
    height: 456px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 253px;
    padding: 65px;
}

.aboutus_cx .ab3 {
    display: flex;
    position: relative;
    width: 100%;
    margin-top: 512px;
}

.aboutus_cx .ab3 .ab_l {
    width: 885px;
    height: 456px;
    background: #fff;
    padding: 65px;
    z-index: 2;
}

.aboutus_cx .ab3 .ab_r {
    position: absolute;
    right: 0;
    top: -253px;
}

.aboutus_cx .ab4 {
    background-image: url(ABOUT-US_14.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 585px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 144px;
}

.aboutus_cx .font1_cx {
    font-size: 18px;
    color: #848282;
    font-family: 'monbold';
    margin-bottom: 10px;
}

.aboutus_cx .font2_cx {
    font-size: 40px;
    font-family: 'monbold';
}

.aboutus_cx .font3_cx {
    background: #bed527;
    width: 100px;
    height: 3px;
    margin: 20px 0;
}

.aboutus_cx .font4_cx {
    font-size: 18px;
    color: #333333;
    line-height: 2;
}

.aboutus_cx .font55_cx {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.aboutus_cx .font55_cx .font551_cx {
    font-size: 24px;
    color: #333333;
    width: 50%;
}

.aboutus_cx .font55_cx .font552_cx {
    font-size: 18px;
    color: #333333;
    line-height: 2;
    width: 50%;
}

.aboutus_cx .ab1 .font2_cx {
    text-transform: uppercase;
    font-family: "monlight", "Arial", "Microsoft YaHei", "微软雅黑";
}

.aboutus_cx .ab1 .font2_cx span {
    color: #bed527;
}

.aboutus_cx .ab4 .font2_cx {
    padding-bottom: 10px;
}

.aboutus_cx .ab4 .font31_cx {
    border-top: 1px solid #ccc;
    width: 100%;
    height: 1px;
    margin-top: -21px;
}

.aboutus_cx .ab4 .font4_cx {
    width: 900px;
    text-align: center;
    margin-top: 30px;
}

.special1_cx {
    background: #f8f8f8;
}

.special1_cx .special1_title {
    font-size: 36px;
    font-family: 'monbold';
    width: 1600px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 40px;
}

.special1_cx .special1_con {
    position: relative;
}

.special2_cx {
    background: #f8f8f8;
}

.special2_cx .special2_title {
    font-size: 36px;
    text-align: center;
    font-family: 'monbold';
    padding-bottom: 50px;
    padding-top: 150px;
}

.special2_cx .special2_con {
    display: flex;
}

.special2_cx .special2_con .con_l {
    width: 50%;
}

.special2_cx .special2_con .con_l img {
    max-width: 100%;
}

.special2_cx .special2_con .con_r {
    flex: 1;
    background: #fff;
    padding: 0 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

.special2_cx .special2_con .con_r .font1_cx {
    font-size: 40px;
    font-family: 'monbold';
}

.special2_cx .special2_con .con_r .font2_cx {
    background: #bed527;
    width: 100px;
    height: 3px;
    margin: 20px 0;
}

.special2_cx .special2_con .con_r .font3_cx {
    font-size: 18px;
    color: #333333;
    line-height: 2;
}

.special2_cx .special2_con:nth-child(3) .con_l {
    order: 1;
}

.special2_cx .special2_con:nth-child(3) .con_r {}

.swiper-container2 .swiper-slide .item_cx {
    background: #fff;
    width: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper-container2 .swiper-slide .item_cx .i1_cx {}

.swiper-container2 .swiper-slide .item_cx .i1_cx img {
    max-width: 100%;
}

.swiper-container2 .swiper-slide .item_cx .i2_cx {
    font-size: 24px;
    color: #000;
    padding-top: 20px;
}

.swiper-container2 .swiper-slide .item_cx .i3_cx {
    font-size: 18px;
    color: #bed527;
    margin: 20px 0;
}

.swiper-container2 .swiper-slide .item_cx.i4_cx {
    width: 180px;
    height: 50px;
    background: #bed527;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}

.swiper-button-prev2 {
    background-image: url(../chuxin/Product-cx_03.png);
    background-repeat: no-repeat;
    color: transparent;
    width: 61px;
    height: 61px;
    left: 50px;
    background-size: 61px;
}

.swiper-button-next2 {
    background-image: url(../chuxin/Product-cx1_03.png);
    background-repeat: no-repeat;
    color: transparent;
    width: 61px;
    height: 61px;
    right: 50px;
    background-size: 61px;
}

.swiper-container2 {
    width: 1600px;
    overflow: hidden;
    margin: 0 auto;
}

.more_cx1cx22 {
    width: auto !important;
    display: inline-block;
    padding: 0 20px;
}

.fw_cx .content .text .state p {
    text-align: left;
}

@media screen and (max-width:1600px) {
    .aboutus_box_cx,
    .products_box_cx,
    .product2_box_cx,
    .swiper-container2 {
        width: 100%;
        padding: 0 20px;
    }
    .aboutus_cx .ab1 .ab_l {
        margin-right: 20px;
    }
    .news_details_box_cx {
        width: 100%;
        padding: 60px 20px;
    }
    .special1_cx .special1_title {
        width: 100%;
        padding: 30px 20px;
    }
}

@media screen and (max-width:1440px) {
    .aboutus_cx .font2_cx {
        font-size: 30px;
    }
    .special2_cx .special2_con .con_r {
        padding: 0 30px;
    }
    .special2_cx .special2_con .con_r .font1_cx {
        font-size: 30px;
    }
    .special2_cx .special2_con .con_r .font3_cx {
        font-size: 16px;
        line-height: 1.5;
    }
    .swiper-container2 .swiper-slide .item_cx {
        width: 280px;
        margin: 0 auto;
    }
}

@media screen and (max-width:1200px) {
    .footer_bottom_cx .item_cx {
        width: 200px;
    }
    .partner_cx .item_cx {
        width: 100%;
    }
    .news_details_cx .nd_right {
        display: none;
    }
}

@media screen and (max-width:1024px) {
    .mtb_swiper li .text .tt1 {
        font-size: 40px;
    }
    .mtb_swiper li .text .tt3_cx {
        width: 100%;
        font-size: 14px;
        line-height: 1.5;
    }
    .mtb_swiper li .text .tt2 {
        margin: 10px 0;
    }
    .mbox1_cx .content .text .tt {
        font-size: 50px !important;
    }
    .fw_cx .content .text .state p {
        width: 90%;
    }
    .mbox4_newcx .item_cx .i3_cx {
        height: 280px;
    }
    .aboutus_cx .font2_cx {
        font-size: 26px;
    }
    .aboutus_box_cx {
        flex-direction: column;
    }
    .aboutus_cx .ab1 .ab_l {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .aboutus_cx .ab1 .ab_r img {
        width: 100%;
    }
    .aboutus_cx .ab2 {
        flex-direction: column;
        margin-top: 0;
    }
    .aboutus_cx .ab2 .ab_r {
        position: unset;
        width: 100%;
        height: auto;
        padding: 20px;
    }
    .aboutus_cx .ab2 .ab_l img {
        width: 100%;
    }
    .aboutus_cx .ab3 {
        flex-direction: column;
        margin-top: 90px;
    }
    .aboutus_cx .ab3 .ab_l {
        width: 100%;
        height: auto;
        padding: 20px;
    }
    .aboutus_cx .ab3 .ab_r {
        position: unset;
    }
    .aboutus_cx .ab3 .ab_r img {
        width: 100%;
    }
    .aboutus_cx .ab4 .font4_cx {
        width: 100%;
        padding: 0 20px;
    }
    .partner_cx .item_cx .i1_cx img {
        width: 200px;
        height: 137px;
    }
    .partner_cx .item_cx .i1_cx {
        display: flex;
        align-items: center;
    }
    .products_cx .title_cx,
    .product2_cx .title_cx {
        font-size: 30px;
        padding-top: 60px;
        margin-bottom: 60px;
    }
    .products_cx .nav_cx .nav4_cx {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .special2_cx .special2_con .con_r {
        padding: 0 15px;
    }
    .special2_cx .special2_con .con_r .font1_cx {
        font-size: 20px;
    }
    .special2_cx .special2_con .con_r .font2_cx {
        margin: 10px 0;
    }
    .special2_cx .special2_con .con_r .font3_cx {
        font-size: 14px;
        line-height: 1.5;
    }
    .special1_cx .special1_title {
        font-size: 24px;
    }
}

@media screen and (max-width:768px) {
    .mbox4_newcx {
        flex-direction: column;
    }
    .mbox4_newcx .item_cx {
        width: 100%;
        border-bottom: 1px solid #ccc;
        height: auto;
    }
    .mbox4_newcx .item_cx .i3_cx {
        height: auto;
        margin-bottom: 20px;
    }
    .footer_bottom_cx {
        flex-wrap: wrap;
    }
    .partner_cx {
        padding: 40px 0;
    }
    .partner_cx .item_cx {
        padding: 20px;
        flex-direction: column;
    }
    .partner_cx .item_cx .i1_cx {
        border: 0;
        border-bottom: 1px solid #ccc;
        padding: 0;
        justify-content: center;
        margin-bottom: 20px;
    }
    .partner_cx .item_cx .i2_cx {
        margin: 0;
    }
    .news_details_cx .nd_left .l_title {
        font-size: 24px;
        font-family: 'monbold';
    }
    .products_cx .title_cx,
    .product2_cx .title_cx {
        font-size: 22px;
        padding-top: 40px;
        margin-bottom: 40px;
    }
    .products_cx .nav_cx .nav4_cx {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .products_cx .nav_cx .nav1_cx,
    .product2_cx .nav_cx .nav1_cx {
        flex-wrap: wrap;
    }
    .products_cx .nav_cx .nav1_cx p,
    .product2_cx .nav_cx .nav1_cx p {
        width: 50%;
    }
    .products_cx .nav_cx .nav3_cx {
        flex-wrap: wrap;
    }
    .products_cx .nav_cx .nav3_cx .item_cx {
        width: 100%;
    }
    .products_cx .nav_cx .nav3_cx .item_cx img {
        width: 100%;
    }
    .products_cx .nav_cx .nav3_cx .item_cx p {
        background-image: none;
    }
    .product2_cx .con_cx {
        justify-content: center;
    }
    .special2_cx .special2_title {
        font-size: 24px;
        padding: 50px 0;
    }
    .special2_cx .special2_con {
        flex-direction: column;
    }
    .special2_cx .special2_con .con_l {
        width: 100%;
    }
    .special2_cx .special2_con .con_r {
        width: 100%;
    }
    .special2_cx .special2_con:nth-child(3) .con_l {
        order: 0;
    }
    .special2_cx .special2_con .con_r {
        padding: 20px;
    }
    .special2_cx .special2_title {
        padding: 30px 0;
    }
}

@media screen and (max-width:425px) {
    .mtb_swiper li .text .tt3_cx {
        display: none;
    }
    .mtb_swiper li .text .tt1 {
        font-size: 26px;
    }
    .mtb_swiper li .text .tt2 {
        margin: 30px 0;
    }
    .fw_cx .content .text .state p {
        line-height: 1.5;
        width: 100%;
        text-align: left;
    }
    .mbox1_cx .content .text .more {
        margin-top: 50px !important;
    }
    .mbox1_cx .content .text .tt {
        font-size: 26px !important;
        margin: 0 !important;
        padding: 0 !important;
        padding-bottom: 20px !important;
    }
    .fw_cx .content {
        height: 500px;
    }
    .mbox4_newcx .item_cx .i2_cx {
        font-size: 20px;
        height: 60px;
    }
    .footer_bottom_cx .item_cx {
        width: 50%;
    }
    .aboutus_cx .font2_cx {
        font-size: 22px;
    }
    .aboutus_cx .ab1 {
        background: #fff;
        padding: 30px 0;
    }
    .aboutus_cx .font4_cx {
        font-size: 16px;
    }
    .aboutus_cx .ab3 {
        margin-top: 30px;
    }
    .aboutus_cx .ab4 {
        margin-top: 30px;
        height: 400px;
    }
    .partner_cx .item_cx .i2_cx .i3_cx {
        font-size: 24px;
    }
    .partner_cx .item_cx .i2_cx .i4_cx {
        font-size: 16px;
        line-height: 2;
    }
    .news_details_box_cx {
        padding: 0;
    }
    .news_details_cx .nd_left {
        padding: 20px;
    }
    .news_details_cx .nd_left .l_title {
        font-size: 18px;
    }
    .swiper-container2 .swiper-slide .item_cx {
        width: 100%;
    }
    .swiper-button-prev2 {
        width: 40px;
        height: 40px;
        background-size: 40px;
        left: 20px;
    }
    .swiper-button-next2 {
        width: 40px;
        height: 40px;
        background-size: 40px;
        right: 20px;
    }
    .product2_cx .con_cx_type a {
        height: 40px;
        padding: 0 20px;
        margin-right: 10px;
        font-size: 18px;
    }
    .product2_cx .con_cx_page a:first-child {
        display: none;
    }
    .product2_cx .con_cx_page a:last-child {
        display: none;
    }
    .aboutus_cx .font55_cx {
        flex-direction: column;
        align-items: flex-start;
    }
    .aboutus_cx .font55_cx .font551_cx,
    .aboutus_cx .font55_cx .font552_cx {
        width: 100%;
    }
}


/* 页尾内容 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mainbox2 {
    width: 100%;
    background-color: #f8f8f8;
}

.yw1 {
    width: 1200px;
    background-color: #fff;
    margin: 0 350px;
    border: 1px solid #ccc;
    padding: 20px 0;
}

.yw1 h4 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
}

.yw1 p {
    font-size: 18px;
    padding: 0 30px;
    line-height: 30px;
}

.yw2 {
    width: 1200px;
    background-color: #fff;
    margin: 30px 350px;
    padding: 20px 0;
}

.yw2 h4 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
}

.yw2 table {
    width: 1000px;
    border: 1px solid #333;
    margin: 20px 100px;
}

.yw2 table tr td {
    width: 500px;
    height: 30px;
    border: 1px solid #333;
    text-align: center;
    font-size: 18px;
}

.yw2 table tr input {
    width: 500px;
    height: 30px;
    font-size: 18px;
    margin: 0;
    background-color: #fff;
    padding-left: 10px;
}

.yw2 p {
    font-size: 18px;
    padding: 0 100px;
    line-height: 30px;
}

.yw2 p i {
    color: green;
}

.yw2 input {
    width: 100px;
    height: 40px;
    background-color: #ccc;
    border-radius: 10px;
    margin: 20px 550px;
    font-size: 18px;
}

.yw3 {
    width: 1200px;
    background-color: #fff;
    margin: 30px 350px;
    padding: 20px 0;
}

.yw3 h4 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
}

.yw3 p {
    font-size: 18px;
    padding: 0 100px;
    line-height: 30px;
}

.yw3 ul li {
    list-style: disc;
    margin: 10px 115px;
}


/* form table {
    border: 1px solid #333;
    margin: 10px 300px;
    width: 200px;
    height: 30px;
} */