.banner {
    position: relative;
    padding-top: 82px;
}

.banner .banner_content img {
    height: calc(100vh - 82px);
}

.banner .banner_content .banner_content_po {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 90%;
}

.banner .banner_content .banner_content_po p {
    height: 38px;
    line-height: 38px;
    padding: 0 25px;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    background: #094DA1;
    border-radius: 20px 0px 20px 0px;
}

.banner .banner_content .banner_content_po h2 {
    font-size: 68px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 4px 11px rgba(9, 77, 161, 0.46);
    letter-spacing: 4px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.banner .banner_po1 {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translate(-50%, 0);
    z-index: 99;
    cursor: pointer;
}

.banner .banner_po1 img {
    width: 23px;
}



.banner .swiper-pagination {
    width: auto;
    left: auto;
    right: 130px;
    bottom: 50px;
    font-size: 24px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    width: 12px;
    height: 19px;
    top: auto;
    margin-top: 0;
    bottom: 55px;
    color: #FFFFFF;
}

.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
    color: #094DA1;
}


.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
    font-size: 20px;
}

.banner .swiper-button-next {
    right: 65px;
}

.banner .swiper-button-prev {
    left: auto;
    right: 92px;
}


.about_name {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.about_name .about_name_row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.about_name .about_name_row .pic {
    position: relative;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_name .about_name_row .pic .border-in-one {
    width: 32px;
    height: 32px;
    border: 1px solid #145fff;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    animation: myani-one 2s ease infinite 1s;
}

.about_name .about_name_row .pic .border-in-two {
    width: 32px;
    height: 32px;
    border: 1px solid #145fff;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    animation: myani-two 2s ease infinite 1s;
}

.about_name .about_name_row .pic .border-in-three {
    width: 32px;
    height: 32px;
    border: 1px solid #145fff;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    animation: myani-three 2s ease infinite 1s;
}

@keyframes myani-one {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    10% {
        opacity: 0.4;
        transform: scale(1.2);
    }

    30% {
        opacity: 0;
        transform: scale(1.4);
    }
}

@keyframes myani-two {
    0% {
        opacity: 0;
        transform: scale(1.4);
    }

    20% {
        opacity: 0.3;
        transform: scale(1.6);
    }

    40% {
        opacity: 0;
        transform: scale(1.8);
    }
}

@keyframes myani-three {
    0% {
        opacity: 0;
        transform: scale(1.8);
    }

    30% {
        opacity: 0.2;
        transform: scale(2);
    }

    60% {
        opacity: 0;
        transform: scale(2.2);
    }
}

.about_name .about_name_row .pic img {
    width: 32px;
    height: 32px;
}

.about_name .about_name_row .about_name_shu {
    width: 100px;
    height: 1px;
    background: #094DA1;
    margin-left: -16px;
}

.about_name .about_name_row .pic_you {
    margin-left: 4px;
    display: flex;
    align-items: center;
}

.about_name .about_name_row .pic_you img {
    width: 5px;
}


.about_name h2 {
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    margin-left: 25px;
    line-height: 1;
}



.welcome_about {
    padding: 100px 0;
    position: relative;
    width: 100%;
    background: #F3F3F3;
}

.welcome_about .welcome_about_po {
    position: absolute;
    top: 0;
    right: 60px;
    z-index: 2;
}

.welcome_about .welcome_about_po img {
    width: 208px;
}

.welcome_about .about_content {
    /*min-height: 641px;*/
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    z-index: 9;
}

.welcome_about .about_content .about_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.welcome_about .about_content .about_row .about_left {
    display: flex;
    flex-direction: column;
    width: 55%;
}

.welcome_about .about_content .about_row .about_left .about_left_p {
    margin: 55px 0 75px;
    width: 100%;

}

.welcome_about .about_content .about_row .about_left .about_left_p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.b_but.but1 {
    background: #094DA1 url(../images/welcome/index-16.png) no-repeat right 40px center;
    color: #FFFFFF;
    height: 52px;
    line-height: 51px;
}

.b_but.but1:hover {
    background: #1c77e7 url(../images/welcome/index-16.png) no-repeat right 40px center;
    border: 1px solid #1c77e7;
}

.welcome_about .about_content .about_row .about_right {
    width: 40%;
    margin-top: 30px;
}

.welcome_about .about_content .about_row .about_right img {
    width: 100%;
    border-radius: 20px 0 0 0;
}


.welcome_about .about_content .about_counter {
    width: 100%;
    background: #FFFFFF;
    border-radius: 0px 0px 20px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 143px;
    padding: 0 50px;
    display: none;
}

.welcome_about .about_content .about_counter .counter_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 143px;
    min-width: 22%;
}

.welcome_about .about_content .about_counter .counter_row .counter_pic {
    margin-right: 25px;
    width: 77px;
}

.welcome_about .about_content .about_counter .counter_row .counter_pic img {
    width: 77px;
    height: 75px;
}

.welcome_about .about_content .about_counter .counter_row .counter_min {
    display: flex;
    flex-direction: column;
}

.welcome_about .about_content .about_counter .counter_row .counter_min p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 1;
    margin-bottom: 8px;
    display: flex;
}

.welcome_about .about_content .about_counter .counter_row .counter_min p span {
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
    color: #222222;
    line-height: 1;
    margin-right: 5px;
}

.welcome_about .about_content .about_counter .counter_row .counter_min h5 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 1;
}




.welcome_product {
    background: #FFFFFF;
    width: 100%;
    position: relative;
}

.welcome_product::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 230px;
    background: #F3F3F3;
}

.welcome_product .product_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 100px;
    position: relative;
    z-index: 9;
    align-items: flex-end;
}

.welcome_product .product_content .product_top {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.welcome_product .about_name {
    justify-content: flex-end;
}

.welcome_product .about_name h2 {
    margin: 0 25px 0 0;
}

.welcome_product .about_name .about_name_row .about_name_shu {
    margin: 0 -16px 0 0;
}

.welcome_product .about_name .about_name_row .pic img,
.welcome_product .about_name .about_name_row .pic_you img {
    transform: rotateY(180deg);
}

.welcome_product .about_name .about_name_row .pic_you {
    margin: 0 4px 0 0;
}

.welcome_product .product_content h5 {
    text-align: right;
    width: 100%;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 45px;
    margin: 40px 0 50px;
}

.welcome_product .product_content .product_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.welcome_product .product_content .product_wrap .product_min {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.welcome_product .product_content .product_wrap .product_min::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: #094DA1;
    transition: .5s;
    z-index: 99;
}

.welcome_product .product_content .product_wrap .product_min:hover::after {
    width: 100%;
}

.welcome_product .product_content .product_wrap .product_min:nth-of-type(4n) {
    margin-right: 0;
}

.welcome_product .product_content .product_wrap .product_min .pic {
    overflow: hidden;
}

.welcome_product .product_content .product_wrap .product_min .pic img {
    transition: .5s;
    width: 100%;
}

.welcome_product .product_content .product_wrap .product_min:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.welcome_product .product_content .product_wrap .product_min .min_pobanner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(3, 35, 74, 0.85);
    top: 0;
    opacity: 0;
    transition: .5s;
    display: flex;
    flex-direction: column;
    padding: 100px 20px 20px;
    align-items: center;
}

.welcome_product .product_content .product_wrap .product_min:hover .min_pobanner {
    opacity: 1;
}

.welcome_product .product_content .product_wrap .product_min .min_pobanner .min_pobanner_name {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.welcome_product .product_content .product_wrap .product_min .min_pobanner .po_pic {
    margin-top: 60px;
}

.zy-icon {
    width: 65px;
}

.zdh-icon {
    width: 73px;
}

.xlp-icon {
    width: 75px;
}

.qt-icon {
    width: 76px;
}

.welcome_product .product_content .product_wrap .product_min .min_bottom {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 90px;
    background: #094DA1;
    -webkit-transform: translateY(96px);
    -ms-transform: translateY(96px);
    transform: translateY(96px);
}

.welcome_product .product_content .product_wrap .product_min .min_bottom span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 20px;
}

.welcome_product .product_content .product_wrap .product_min .min_bottom .min_bottom_you {
    width: 18px;
}

.welcome_product .product_content .product_wrap .product_min:hover .min_bottom {
    z-index: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.welcome_product .product_content .product_wrap .product_min .min_bottom:hover {
    background: #1c77e7;
}


.welcome_product .product_content .product_wrap .product_min .min_po_name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.1);
    opacity: 1;
    transition: .5s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

}

.welcome_product .product_content .product_wrap .product_min:hover .min_po_name {
    opacity: 0;
}

.welcome_product .product_content .product_wrap .product_min .min_po_name .text1 {
    padding: 0 30px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 50px;
    width: 100%;
}

.welcome_product .product_content .b_but {
    margin-top: 60px;
}






.welcome_news {
    position: relative;
    margin-top: -230px;
    padding-top: 250px;
    background: #fff;
}

.welcome_news::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/welcome/index-18.png) no-repeat;
    background-size: cover;
}

.welcome_news .news_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 99;
}

.welcome_news .news_content .news_top {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}

.welcome_news .news_content .news_top h5 {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 1;
}

.welcome_news .news_content .news_min {
    margin-top: 55px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 20px 0px 20px 0px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.welcome_news .news_content .news_min .news_swiper {
    width: 50%;
    position: relative;
}

.welcome_news .news_content .news_min .news_swiper .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.welcome_news .news_content .news_min .news_swiper .swiper-pagination {
    bottom: 35px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.welcome_news .news_content .news_min .news_swiper .swiper-pagination-bullet {
    width: 38px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 0;
    opacity: 1;
}

.welcome_news .news_content .news_min .news_swiper .swiper-pagination-bullet-active {
    background: #094DA1;
}

.welcome_news .news_content .news_min .news_list {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 60px 45px 40px 60px;
}

.welcome_news .news_content .news_min .news_list .list_min {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #EEEEEE;
}

.welcome_news .news_content .news_min .news_list .list_min:last-child {
    margin-bottom: 0;
}

.welcome_news .news_content .news_min .news_list .list_min:first-child::after {
    content: '';
    position: absolute;
    left: -60px;
    width: 40px;
    height: 1px;
    background: #CCCCCC;
    top: 14px;
}

.welcome_news .news_content .news_min .news_list .list_min .list_top {
    width: 100%;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

.welcome_news .news_content .news_min .news_list .list_min:first-child .list_top {
    padding-bottom: 25px;
}

.news_list .list_min .list_top .list_time {
    width: 17%;
    font-size: 30px;
    font-family: Arial;
    font-weight: bold;
    color: #AAAAAA;
    line-height: 1;
    transition: .5s;
}

.news_list .list_min:hover .list_top .list_time {
    color: #094DA1 !important;
}

.news_list .list_min .list_top .list_time span {
    font-size: 18px;
    line-height: 1;

}

.news_list .list_min .list_top h2 {
    width: 81%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .5s;
}

.news_list .list_min p {
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_list .list_min:hover .list_top h2 {
    color: #094DA1;
    font-weight: bold;
}

.welcome_news .news_content .b_but {
    margin: 50px 0;
}






.welcome_bootom {
    width: 100%;
    height: 270px;
    background: url(../images/welcome/index-20.png) no-repeat center;
    background-size: cover;
    position: relative;
}

.welcome_bootom .bootom_min {
    height: 370px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.welcome_bootom .bootom_min .min_content {
    height: 267px;
    background: #FFFFFF;
    border-radius: 20px 0px 20px 0px;
    padding: 40px 65px 40px 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    display: none;
}

.welcome_bootom .bootom_min .min_content h2 {
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
    color: #094DA1;
    line-height: 36px;
    margin-bottom: 10px;
}

.welcome_bootom .bootom_min .min_content p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    margin-bottom: 35px;
}

.welcome_bootom .bootom_min .min_content .b_but.but1 {
    background: #FFFFFF url(../images/welcome/index-17.png) no-repeat right 40px center;
    background-size: auto;
    color: #666666;
    border: 1px solid #CCCCCC;
}

.welcome_bootom .bootom_min .min_content .b_but.but1:hover {
    background: #094DA1 url(../images/welcome/index-16.png) no-repeat right 40px center;
    color: #FFFFFF;
    border: 1px solid #094DA1;
}


@media (max-width: 1601px) {
    .banner .banner_content .banner_content_po h2 {
        font-size: 56px;
    }
}

@media (max-width: 1501px) {
    .about_name h2 {
        font-size: 40px;
    }

    .welcome_about .about_content .about_row .about_left {
        width: 48%;
    }

    .welcome_about .about_content .about_row .about_right {
        width: 45%;
    }


    .welcome_about .about_content .about_row .about_left .about_left_p {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        line-height: 35px;
        margin: 45px 0 55px;
    }

    .welcome_product .product_content h5,
    .welcome_news .news_content .news_top h5 {
        font-size: 20px;
    }
}


@media (max-width: 992px) {
    .banner .banner_content img {
        height: auto;
    }

    .banner {
        padding-top: 80px;
    }

    .banner .banner_content .banner_content_po h2 {
        font-size: 28px;
    }

    .banner .banner_content .banner_content_po p {
        height: 32px;
        line-height: 32px;
        padding: 0 15px;
        font-size: 12px;
        border-radius: 15px 0px 15px 0px;
    }

    .banner .banner_po1 {
        bottom: 20px;
    }

    .banner .banner_po1 img {
        width: 14px;
    }

    .banner .swiper-pagination {
        bottom: 20px;
        font-size: 18px;
        right: 120px;
    }

    .banner .swiper-button-next::after,
    .banner .swiper-button-prev::after {
        font-size: 14px;
    }

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        bottom: 26px;
    }

    .welcome_about {
        padding: 60px 0;
    }

    .welcome_about .about_content .about_row {
        flex-direction: column;
    }

    .welcome_about .about_content .about_row .about_left {
        width: 100%;
    }

    .welcome_about .about_content .about_row .about_right {
        width: 100%;
    }

    .welcome_about .about_content .about_counter {
        height: auto;
    }

    .welcome_about .about_content .about_counter .counter_row {
        height: 123px;
        min-width: 45%;
    }

    .about_name h2 {
        font-size: 30px;
    }

    .welcome_about .welcome_about_po {
        right: 5%;
    }

    .welcome_about .welcome_about_po img {
        width: 120px;
    }

    .b_but.but1 {
        background: #094DA1 url(../images/welcome/index-16.png) no-repeat right 30px center;
        height: 42px;
        line-height: 41px;
    }

    .b_but.but1:hover {
        background: #1c77e7 url(../images/welcome/index-16.png) no-repeat right 30px center;
    }

    .welcome_product .product_content {
        padding-top: 60px;
    }

    .welcome_product .product_content h5,
    .welcome_news .news_content .news_top h5 {
        font-size: 16px;
    }

    .welcome_product .product_content h5 {
        line-height: 25px;
        margin: 30px 0 30px;
    }

    .welcome_product .product_content .product_wrap .product_min {
        width: calc((100% - 20px) / 2);
        margin-bottom: 20px;
    }

    .welcome_product .product_content .product_wrap .product_min:nth-of-type(2n) {
        margin-right: 0;
    }

    .welcome_product .product_content .b_but {
        margin-top: 20px;
    }

    .welcome_product::after,
    .welcome_news::after,
    .welcome_news .news_content .news_min .news_list .list_min:first-child::after {
        display: none;
    }

    .welcome_news {
        margin-top: 0;
        padding-top: 40px;
    }


    .welcome_news .news_content .news_min {
        flex-direction: column;
    }

    .welcome_news .news_content .news_min .news_swiper,
    .welcome_news .news_content .news_min .news_swiper .pic img {
        width: 100%;
    }

    .welcome_news .news_content .news_min .news_list {
        width: 100%;
        padding: 50px 0;
    }

    .news_list .list_min .list_top .list_time {
        width: 90px;
    }

    .news_list .list_min .list_top h2 {
        width: calc(100% - 95px);
    }

    .welcome_news .news_content .b_but {
        margin: 10px 0 50px;
    }

    .welcome_bootom .bootom_min .min_content {
        height: 247px;
        padding: 30px 45px 30px 50px;
    }
}


@media (max-width: 600px) {

    .banner {
        padding-top: 64px;
    }

    .banner .banner_content .banner_content_po {
        position: absolute;
        top: 24%;
    }

    .banner .banner_content .banner_content_po h2 {
        font-size: 18px;
    }

    .banner .banner_content .banner_content_po p {
        height: 27px;
        line-height: 27px;
    }

    .banner .banner_po1 {
        bottom: 6px;
    }

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        bottom: 16px;
    }

    .banner .swiper-button-next {
        right: 5%;
    }

    .banner .swiper-button-prev {
        right: 10%;
    }

    .banner .swiper-pagination {
        bottom: 10px;
        font-size: 16px;
        right: 16%;
    }




    .welcome_about {
        padding: 40px 0;
    }

    .about_name .about_name_row .pic img,
    .about_name .about_name_row .pic,
    .about_name .about_name_row .pic .border-in-one,
    .about_name .about_name_row .pic .border-in-two,
    .about_name .about_name_row .pic .border-in-three {
        width: 22px;
        height: 22px;
    }

    .about_name .about_name_row .about_name_shu {
        width: 60px;
        margin-left: -11px;
    }

    .about_name h2 {
        font-size: 22px;
    }

    .welcome_about .about_content .about_row .about_left .about_left_p {
        font-size: 14px;
        line-height: 30px;
        margin: 25px 0 35px;
    }

    .welcome_about .about_content .about_counter .counter_row .counter_pic {
        margin-right: 10px;
        width: 60px;
    }

    .welcome_about .about_content .about_counter .counter_row .counter_pic img {
        width: 60px;
        height: auto;
    }

    .welcome_about .about_content .about_counter {
        padding: 20px;
    }

    .welcome_about .about_content .about_counter .counter_row .counter_min p,
    .welcome_about .about_content .about_counter .counter_row .counter_min h5 {
        font-size: 12px;
    }

    .welcome_about .about_content .about_counter .counter_row .counter_min p span {
        font-size: 25px;
    }

    .welcome_about .about_content .about_counter .counter_row {
        height: 90px;
    }

    .welcome_about .welcome_about_po img {
        width: 100px;
    }


    .welcome_product .product_content {
        padding-top: 40px;
    }

    .welcome_product .about_name .about_name_row .about_name_shu {
        margin: 0 -11px 0 0;
    }

    .welcome_product .product_content h5,
    .welcome_news .news_content .news_top h5 {
        font-size: 14px;
    }

    .welcome_product .product_content .product_wrap .product_min .min_po_name .text1 {
        padding: 0 20px;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .welcome_product .product_content .product_wrap .product_min .min_bottom {
        height: 50px;
    }

    .welcome_product .product_content .product_wrap .product_min .min_bottom span {
        font-size: 12px;
        margin-right: 13px;
    }

    .welcome_product .product_content .product_wrap .product_min .min_pobanner {
        padding: 60px 20px 20px;
    }

    .welcome_product .product_content .product_wrap .product_min .min_pobanner .min_pobanner_name {
        font-size: 16px;
    }

    .welcome_product .product_content .product_wrap .product_min .min_pobanner .po_pic {
        margin-top: 40px;
    }

    .zy-icon {
        width: 45px;
    }

    .zdh-icon {
        width: 53px;
    }

    .xlp-icon {
        width: 55px;
    }

    .qt-icon {
        width: 56px;
    }


    .welcome_news .news_content .news_top {
        flex-direction: column;
        align-items: flex-start;
    }

    .welcome_news .news_content .news_top h5 {
        margin-top: 30px;
    }

    .welcome_news .news_content .news_min {
        margin-top: 35px;
    }

    .welcome_news .news_content .news_min .news_swiper .swiper-pagination {
        bottom: 20px;
        padding: 0 20px;
    }

    .welcome_news .news_content .news_min .news_list {
        padding: 30px 0;
    }

    .news_list .list_min .list_top .list_time {
        width: 70px;
        font-size: 22px;
    }

    .news_list .list_min .list_top .list_time span {
        font-size: 14px;
    }

    .news_list .list_min .list_top h2 {
        width: calc(100% - 75px);
        font-size: 15px;
    }

    .welcome_news .news_content .news_min .news_list .list_min:first-child .list_top {
        padding-bottom: 14px;
    }

    .news_list .list_min p {
        font-size: 13px;
        line-height: 22px;
        padding-bottom: 20px;
    }

    .welcome_news .news_content .news_min .news_list .list_min {
        margin-bottom: 20px;
    }

    .welcome_news .news_content .news_min .news_list .list_min .list_top {
        padding-bottom: 20px;
    }

    .welcome_bootom .bootom_min .min_content h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .welcome_bootom .bootom_min .min_content p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 25px;
    }
}