@media only screen and (min-width:1200px) {

    .gs_name {
        position: relative;
        justify-content: center;
        display: flex;
        line-height: 100px;
        font-family: 'AlibabaPuHuiTi-Medium';
        font-size: 40px;
        color: #fff;
    }

    .gs_name .title {
        position: absolute;
        top: 20px;


    }

    .gs_list {
        /* margin-left: 12%; */
        display: inline-flex;
        padding: 30px 15% 30px 17%;
    }

    .gs_name .en {
        position: absolute;
        top: 60px;
        font-family: 'AlibabaPuHuiTi-Light';
        font-size: 14px;

    }

    .bd {
        display: flex;
        justify-content: center;
        width: 100%;
        background-color: #f7f8f8;
    }

    .gs_left {
        /* width: 430px; */
        width: 46%;
        display: block;
        font-family: 'AlibabaPuHuiTi-Light';
        font-size: 16px;
        padding-top: 50px;
    }

    .gs_left .name {
        font-family: 'AlibabaPuHuiTi-Medium';
        font-size: 28px;
    }

    .gs_left .desc {
        padding-top: 20px;
        color: #898989;
        letter-spacing: 2px;
        line-height: 30px;
    }

    .gs_right {
        /* width: 500px; */
        flex: 1;
        margin-left: 50px;
        display: block;
        padding-top: 40px;
    }

    .gs_right img {
        float: left;
        padding: 10px;
        width: 50%;
        /* height: 168px; */
    }

    .product_name {
        height: 100px;
        text-align: center;
        background-color: #fff;
        color: #5f5f5f;
        font-family: 'AlibabaPuHuiTi-Medium';
        font-size: 28px;

    }

    .product_name .name {
        padding-top: 60px;
        position: relative;
    }

    .product_name .line {
        content: '';
        height: 4px;
        width: 30px !important;
        background-color: #2d7cbf;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        top: 10px;

    }

    .product_swiper {

        display: flex;
        justify-content: center;
    }

    .product_swiper img {
        width: 400px !important;
        height: 240px !important;
    }

    .product_factory_name {
        background-color: #1d4c74;
        color: #fff;
        position: relative;
        bottom: 25px;
        opacity: 0.8;
        text-align: left;
    }

    .product_factory_name div {
        padding-left: 30px;
        font-family: 'AlibabaPuHuiTi-Light';
        font-size: 16px;
    }

    .gs_dian {
        display: block;

        width: 100%;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .gs_dian div {
        content: '';
        width: 14px;
        height: 14px;
        background-color: #2d7cbf;
        border-radius: 50%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 5px;
    }

    .gs_desc {
        display: inline-flex;
        font-size: 16px;
        font-family: 'AlibabaPuHuiTi-Light';
        width: 100%;
        padding: 0 15%;
        margin-top: 30px;

    }

    .gs_desc .info {
        width: 30%;
        margin-left: 4%;
        border: 1px solid #2d7cbf;
        border-radius: 5px;
        height: 100px;
    }

    .gs_desc .info div:first-child {
        margin-top: 20px;
    }

    .gs_desc .info div {
        width: 100%;
        text-align: center;
        padding: 0 20px;
    }

    .product_swiper {
        padding: 10px 15%;
    }

    .product_swiper .swiper-pagination {
        left: 50%;
        position: absolute;
        bottom: 0px;
    }

    .product_swiper .swiper-pagination-bullet {
        height: 5px;
        width: 30px;
        content: '';
        background-color: #fff;
        border: 2px solid #1f72ba;
        border-radius: 10%;

    }

    .product_swiper .swiper-pagination-bullet-active {
        background-color: #1f72ba;


    }

    .product_swiper .swiper-button-next,
    .product_swiper .swiper-button-prev {

        width: 30px !important;
        height: 30px !important;
        border-radius: 50%;
        background-color: #2f72ac !important;

        opacity: 1;
    }

    .product_swiper .swiper-button-next {
        position: absolute;
        bottom: 70px;
        right: 19%;
    }

    .product_swiper .swiper-button-prev {
        position: absolute;
        bottom: 70px;
        left: 19%;
    }

    .product_swiper .swiper-button-next::after,
    .product_swiper .swiper-button-prev::after {
        color: #fff;
        font-size: unset;
    }

    .ddsn_continer {
        background: #e4eef5;
        width: 100%;
        margin-top: 50px;
        height: 450px;
    }

    .ddsn_continer .swiper {
        padding-top: 80px;
    }

    .ddsn_continer .swiper-slide {
        background: #e4eef5;

    }

    .ddsn_img {
        background-color: #e4eef5;
        height: 320px;
        border-radius: 20px;
        font-size: 14px;
        width: 300px;
        margin-left: 20px;

    }

    .ddsn_img .content {
        background-color: #fff !important;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        display: grid;
        text-align: left;
        padding: 10px 30px;

    }

    .ddsn_img img {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .ddsn_img .title {
        font-family: 'AlibabaPuHuiTi-Medium';
        color: #2572b0;

    }

    .ddsn_img .desc {
        font-family: 'AlibabaPuHuiTi-Light';
        color: #b4b4b4;

    }

    .ddsn_continer .swiper-pagination {
        position: absolute;
        left: 50%;
        bottom: -10px;
        transform: translateX(-50%);
        color: #000;

    }

    .ddsn_continer .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin-left: 5px;
        content: '';
        border-radius: 50%;
        background-color: #fff;
    }

    .ddsn_continer .swiper-pagination-bullet-active {
        background-color: #1d4c74;
    }

    .recycling {
        font-size: 16px;
        font-family: 'AlibabaPuHuiTi-Light';
        color: #606060;
        width: 100%;
        padding: 30px 15%;
        margin-bottom: 50px;

    }

    .recycling .txt {
        margin-top: 50px;
        text-align: center;
    }

    .info_parent {
        display: inline-flex;
        justify-content: center;
        position: relative;
        margin-top: 50px;
    }

    .recycling .info {
        width: 23%;

        margin-left: 10px;

    }

    .recycling img {
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        width: 100%;
        height: 100%;
    }

    .recycling .info div {
        background-color: #000;
        opacity: 0.5;
        color: #fff;
        position: absolute;
        bottom: 0;
        height: 30px;
        width: 23%;
        font-size: 14px;
        text-indent: 2em;
        line-height: 30px;

    }




}

@media only screen and (min-width:768px) and (max-width:1199px) {

    .gs_name {
        position: relative;
        justify-content: center;
        display: flex;
        line-height: 100px;
        font-family: 'AlibabaPuHuiTi-Medium';
        font-size: 40px;
        color: #fff;
    }

    .gs_name .title {
        position: absolute;
        top: 20px;


    }

    .gs_list {
        /* margin-left: 12%; */
        display: inline-flex;
        padding: 30px 15% 30px 17%;
    }

    .gs_name .en {
        position: absolute;
        top: 60px;
        font-family: 'AlibabaPuHuiTi-Light';
        font-size: 14px;

    }

    .bd {
        display: flex;
        justify-content: center;
        width: 100%;
        background-color: #f7f8f8;
    }

    .gs_left {
        /* width: 430px; */
        width: 46%;
        display: block;
        font-family: 'AlibabaPuHuiTi-Light';
        font-size: 16px;
        padding-top: 50px;
    }

    .gs_left .name {
        font-family: 'AlibabaPuHuiTi-Medium';
        font-size: 28px;
    }

    .gs_left .desc {
        padding-top: 20px;
        color: #898989;
        letter-spacing: 2px;
        line-height: 30px;
    }

    .gs_right {
        /* width: 500px; */
        flex: 1;
        margin-left: 50px;
        display: block;
        padding-top: 40px;
    }

    .gs_right img {
        float: left;
        padding: 10px;
        width: 50%;
        /* height: 168px; */
    }

    .product_name {
        height: 100px;
        text-align: center;
        background-color: #fff;
        color: #5f5f5f;
        font-family: 'AlibabaPuHuiTi-Medium';
        font-size: 28px;

    }

    .product_name .name {
        padding-top: 60px;
        position: relative;
    }

    .product_name .line {
        content: '';
        height: 4px;
        width: 30px !important;
        background-color: #2d7cbf;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        top: 10px;

    }

    .product_swiper {
        display: flex;
        justify-content: center;
    }

    .product_swiper img {
        width: 186px !important;
        height: 134px !important;
    }

    .product_factory_name {
        background-color: #1d4c74;
        color: #fff;
        position: relative;
        bottom: 25px;
        opacity: 0.8;
        text-align: left;
    }

    .product_factory_name div {
        padding-left: 30px;
        font-family: 'AlibabaPuHuiTi-Light';
        font-size: 16px;
    }

    .gs_dian {
        display: block;

        width: 100%;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .gs_dian div {
        content: '';
        width: 14px;
        height: 14px;
        background-color: #2d7cbf;
        border-radius: 50%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 5px;
    }

    .gs_desc {
        display: inline-flex;
        font-size: 16px;
        font-family: 'AlibabaPuHuiTi-Light';
        width: 100%;
        padding: 0 5%;
        margin-top: 30px;

    }

    .gs_desc .info {
        width: 30%;
        margin-left: 4%;
        border: 1px solid #2d7cbf;
        border-radius: 5px;
        height: 100px;
    }

    .gs_desc .info div:first-child {
        margin-top: 20px;
    }

    .gs_desc .info div {
        width: 100%;
        text-align: center;
        padding: 0 20px;
    }

    .product_swiper {
        padding: 10px 15%;
    }

    .product_swiper .swiper-pagination {
        left: 50%;
        position: absolute;
        bottom: 0px;
    }

    .product_swiper .swiper-pagination-bullet {
        height: 5px;
        width: 30px;
        content: '';
        background-color: #fff;
        border: 2px solid #1f72ba;
        border-radius: 10%;

    }

    .product_swiper .swiper-pagination-bullet-active {
        background-color: #1f72ba;


    }

    .product_swiper .swiper-button-next,
    .product_swiper .swiper-button-prev {

        width: 30px !important;
        height: 30px !important;
        border-radius: 50%;
        background-color: #2f72ac !important;

        opacity: 1;
    }

    .product_swiper .swiper-button-next {
        position: absolute;
        bottom: 70px;
        right: 19%;
    }

    .product_swiper .swiper-button-prev {
        position: absolute;
        bottom: 70px;
        left: 19%;
    }

    .product_swiper .swiper-button-next::after,
    .product_swiper .swiper-button-prev::after {
        color: #fff;
        font-size: unset;
    }

    .ddsn_continer {
        background: #e4eef5;
        width: 100%;
        margin-top: 50px;
        height: 450px;
    }

    .ddsn_continer .swiper {
        padding-top: 80px;
    }

    .ddsn_continer .swiper-slide {
        background: #e4eef5;

    }

    .ddsn_img {
        background-color: #e4eef5;
        height: 320px;
        border-radius: 20px;
        font-size: 14px;
        width: 300px;
        margin-left: 20px;

    }

    .ddsn_img .content {
        background-color: #fff !important;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        display: grid;
        text-align: left;
        padding: 10px 30px;

    }

    .ddsn_img img {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .ddsn_img .title {
        font-family: 'AlibabaPuHuiTi-Medium';
        color: #2572b0;

    }

    .ddsn_img .desc {
        font-family: 'AlibabaPuHuiTi-Light';
        color: #b4b4b4;

    }

    .ddsn_continer .swiper-pagination {
        position: absolute;
        left: 50%;
        bottom: -10px;
        transform: translateX(-50%);
        color: #000;

    }

    .ddsn_continer .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin-left: 5px;
        content: '';
        border-radius: 50%;
        background-color: #fff;
    }

    .ddsn_continer .swiper-pagination-bullet-active {
        background-color: #1d4c74;
    }

    .recycling {
        font-size: 16px;
        font-family: 'AlibabaPuHuiTi-Light';
        color: #606060;
        width: 100%;
        padding: 30px 15%;
        margin-bottom: 50px;

    }

    .recycling .txt {
        margin-top: 50px;
        text-align: center;
    }

    .info_parent {
        display: inline-flex;
        justify-content: center;
        position: relative;
        margin-top: 50px;
    }

    .recycling .info {
        width: 23%;

        margin-left: 10px;

    }

    .recycling img {
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        width: 100%;
        height: 100%;
    }

    .recycling .info div {
        background-color: #000;
        opacity: 0.5;
        color: #fff;
        position: absolute;
        bottom: 0;
        height: 30px;
        width: 23%;
        font-size: 14px;
       text-align: center;
        line-height: 30px;

    }




}


@media only screen and (max-width:767px) {
    .mobile_bg {
        background: #f7f8f8;

    }

    .mobile_product {
        padding: 30px;

    }

    .mobile_product .title {
        font-size: 14px;
        font-family: 'AlibabaPuHuiTi-Medium';
        padding-bottom: 20px;
    }

    .mobile_product .desc {
        font-size: 14px;
        font-family: 'AlibabaPuHuiTi-Light';
        /*color: #b4b4b4;*/
        letter-spacing: 2px;

    }

    .small_img_continer {
        height: 120px;
        display: inline-flex;
        margin-top: 20px;
    }

    .mobile_bg .small_img {
        width: 160px;
        height: 120px;
    }

    .small_img+.small_img {
        margin-left: 20px;
    }

    .mt20 {
        margin-top: 20px;
    }

    .mobile_product_swiper {
        height: 220px !important;
        padding-top: 20px;

    }

    .mobile_product_swiper .swiper-wrapper {
        height: 200px !important;
    }

    .mobile_product_swiper .swiper-pagination {
        left: 50%;
        transform: translateX(-50%);


    }

    .mobile_product_swiper img {
        height: 200px !important;
        width: 450px !important;
        overflow-x: hidden;
    }

    .product_factory_name {
        background-color: #1d4c74;
        color: #fff;
        position: relative;
        bottom: 25px;
        opacity: 0.8;
        text-align: left;
    }

    .product_factory_name div {
        padding-left: 30px;
        font-family: 'AlibabaPuHuiTi-Light';
        font-size: 16px;
    }

    .ddsn_continer {
        background: #e4eef5;
        width: 100%;
        height: 380px;
    }

    .ddsn_continer .swiper {}

    .ddsn_continer .swiper-slide {
        background: #e4eef5;

    }

    .ddsn_img {
        background-color: #e4eef5;
        border-radius: 20px;
        font-size: 14px;
        width: 300px;

    }

    .ddsn_img .content {
        background-color: #fff !important;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        display: grid;
        text-align: left;
        padding: 10px 30px;

    }

    .ddsn_img img {
        width: 300px !important;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .ddsn_img .title {
        font-family: 'AlibabaPuHuiTi-Medium';
        color: #2572b0;

    }

    .ddsn_img .desc {
        font-family: 'AlibabaPuHuiTi-Light';
        color: #b4b4b4;

    }

    .mobile_ddsn_swiper .swiper-button-next ,.mobile_aca_swiper .swiper-button-next{  
        position: relative !important;
        left: 90% !important;
        top: -200px !important;
    }

    .mobile_ddsn_swiper .swiper-button-prev,.mobile_aca_swiper .swiper-button-prev {
        position: relative !important;
        left: 3% !important;
        top: -230px !important;
        bottom: unset;
    }




}