.banner{
	padding-top: 90px;
    position: relative;
}

.banner.fixed{
	padding-top:75px;
	
}
.banner .swiper-button-prev{
	background-image:url(../images/banner_zuo.png);
	right:155px;
    left: auto;
}
	
.banner .swiper-button-next{
	background-image:url(../images/banner_zuo.png);
	right:100px ;
    transform: rotateY(180deg)
}
.banner .swiper-button-next,.banner .swiper-button-prev{
	width: 47px;
	height: 47px;
	background-size: 47px 47px;
    top: auto;
    bottom: 50px;
}

.banner .swiper-button-prev:hover{
    background-image:url(../images/banner_you.png);
    transform: rotateY(180deg)
}
.banner .swiper-button-next:hover{
    background-image:url(../images/banner_you.png);
    transform: rotateY(0deg)
}

.banner .banner_content{
    position: relative;
}

.banner .banner_content .banner_sz{
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    bottom: 55px;
    right: 234px;

}

.banner .banner_content .banner_sz p{
    font-size: 24px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 10px;
}

.banner .banner_bot{
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%,0);
    width: 20px;
    height: 42px;
    z-index: 99;
}

.about_top_name{
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #656565;
    padding-left: 50px;
    position: relative;
    text-transform: uppercase;
}
.about_top_name::after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 1px;
    background: #C2C2C2;
    transform: translate(0,-50%);
}


.about_but{
    margin-top: 120px;
    width: 193px;
    height: 55px;
    line-height: 54px;
    border: 1px solid #B7B7B7;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    background: url(../images/welcome/about_but.png) no-repeat right 20px center;
    background-size: 31px 7px;
    transition: .5s;
}
.about_but:hover{
    background: url(../images/welcome/about_but1.png) no-repeat right 20px center;
    background-size: 31px 7px;
    border: 1px solid #D5161B;
    color: #D5161B;
}

.g-about{
    background: url(../images/welcome/about_banner.png) no-repeat;
    background-size: cover;
    padding: 125px 0px 133px;
}

.g-about .about_row{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.g-about .about_row .about_left{
    width: 30%;
    display: flex;
    flex-direction: column;
}
.g-about .about_row .about_left h2{
    font-size: 60px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #101010;
    margin-top: 30px;
}
.g-about .about_row .about_left h3{
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #101010;
    line-height: 30px;
    margin-bottom: 5px;
}
.g-about .about_row .about_left h4{
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: #656565;
    line-height: 30px;
    text-transform: uppercase;
}

.g-about .about_right{
    display: flex;
    flex-direction: column;
    width: 67%;
}

.g-about .about_right h4{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #101010;
}

.g-about .about_right p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    line-height: 36px;
    margin: 55px 0 100px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.g-about .about_right .about_right_wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.g-about .about_right .about_right_wrap .wrap_column{
    background: #FFFFFF;
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.11);
    padding: 20px;
    margin-right: 95px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: default;
}
.g-about .about_right .about_right_wrap .wrap_column:last-child{
    margin-right: 0;
}
.g-about .about_right .about_right_wrap .wrap_column .pic{
    margin-bottom: 30px;
}
.g-about .about_right .about_right_wrap .wrap_column .wrap_column_min{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.g-about .about_right .about_right_wrap .wrap_column .wrap_column_min p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    margin: 0;
    height: 58px;
    width: 140px;
    text-align: center;
    transition: .5s;
}
.g-about .about_right .about_right_wrap .wrap_column .wrap_column_min .counter{
    font-size: 55px;
    font-family: Arial;
    font-weight: 400;
    color: #101010;
    line-height: 1;
    transition: .5s;
}

.g-about .about_right .about_right_wrap .wrap_column:hover .wrap_column_min p,
.g-about .about_right .about_right_wrap .wrap_column:hover .wrap_column_min .counter{
    color: #D5161B;
}
.g-about .about_right .about_right_wrap .wrap_column .wrap_column_min h5{
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
}




.g-application{
    position: relative;
}
.g-application .mySwiper2{
    position: relative;
    overflow: hidden;
}

.g-application .mySwiper2 .mySwiper2_content{
    position: relative;
}

.g-application .mySwiper2 .mySwiper2_content .mySwiper2_min{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  top: 0;
  left: 0;
}

.g-application .mySwiper2 .mySwiper2_content .mySwiper2_min h2{
    font-size: 60px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFEFE;
    margin-bottom: 100px;
}

.g-application .mySwiper2 .mySwiper2_content .mySwiper2_min .mySwiper2_but{
    width: 176px;
    height: 45px;
    line-height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(182,182,182,0.53);
    border-radius: 23px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #D5161B;
    text-align: center;
    transition: .5s;
}
.g-application .mySwiper2 .mySwiper2_content .mySwiper2_min .mySwiper2_but:hover{
    background: #D5161B;
    color: #fff;
}
.mySwiper2_min .about_top_name{
    color: #FFFEFE;
}
.mySwiper2_min .about_top_name::after{
    background: #fff;
}

.g-application .mySwiper {
    margin-left: 100px;
    position: relative;
    overflow: hidden;
    top: -150px;
    z-index: 99;
    padding-top: 40px;
}

.g-application .mySwiper .swiper-slide-thumb-active {
    margin-top: -40px;
}
.g-application .mySwiper .swiper-slide-thumb-active .mySwiper_content{
    border: 4px solid #fff;
    box-shadow: 0px 0px 13px 0px rgba(182,182,182,0.53);
}
.g-application .mySwiper .mySwiper_content{
    position: relative;
}

.g-application .mySwiper .mySwiper_content .mySwiper_min{
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0 30px;
    align-items: center;
    justify-content: flex-start;
}

.g-application .mySwiper .mySwiper_content .mySwiper_min p{
    margin-left: 15px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}


.g-application .application_but{
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: -85px;
}
.g-application .application_but .about_but{
    margin-top: 0;
}




.g-product{
    background: #242424 url(../images/welcome/product_banner.jpg) no-repeat;
    position: relative;
    padding: 90px 0 80px;
}


.g-product .product_content{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.product_content .product_swiper{
    width: 78%;
    position: relative;
    background: #fff;
    padding: 55px 45px;
}


.product_content .product_swiper .product_swiper_min{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.product_content .product_swiper .product_swiper_min .pic{
	overflow: hidden;
}
.product_content .product_swiper .product_swiper_min .pic img {
	transition: .5s;
}
.product_content .product_swiper .product_swiper_min:hover .pic img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.product_content .product_swiper .product_swiper_min h2{
    padding: 20px 20px 0px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    transition: .5s;
}
.product_content .product_swiper .product_swiper_min:hover h2{
    color: #D5161B;
}


.product_swiper .product-prev {
    position: absolute;
    top: 50%;
    margin-top: -55px;
	width: 27px;
	height: 51px;
	background: url(../images/welcome/product_1.png);
	background-size: 27px 51px;
    left: 30px;
    z-index: 99;
    transform: rotateY(180deg);
}

.product_swiper .product-next {
    position: absolute;
    top: 50%;
    margin-top: -55px;
    width: 27px;
	height: 51px;
	background: url(../images/welcome/product_1.png);
	background-size: 27px 51px;
    right: 30px;
    z-index: 99;
}

.product_swiper .product-prev:hover {
	background: url(../images/welcome/product_2.png);
	background-size: 27px 51px;
	transform: rotateY(0deg);
}

.product_swiper .product-next:hover {
	background: url(../images/welcome/product_2.png);
    background-size: 27px 51px;
	transform: rotateY(180deg);
}


.product_content .product_right{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.product_content .product_right .right_top_name{
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #616161;
    padding-right: 50px;
    position: relative;
    text-transform: uppercase;
}

.product_content .product_right .right_top_name::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 40px;
    height: 1px;
    background: #000;
    transform: translate(0,-50%);
}

.product_content .product_right h2{
    font-size: 60px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.product_content .product_right ul{
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-end;
}
.product_content .product_right ul li{

    margin-bottom: 25px;
}
.product_content .product_right ul li a{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}
.product_content .product_right ul li:last-child{
    margin-bottom: 0;
}
.product_content .product_right ul li p{
    width: calc(100% - 83px);
    padding-right: 30px;
    text-align: right;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    transition: .5s;
}
.product_content .product_right ul li a:hover p{
    color: #D5161B;
}

.product_content .product_right ul li  .product_right_sz{
    width: 53px;
    height: 53px;
    background: rgb(255, 255, 255,0.1);
    border-radius: 50%;
    position: relative;
    transition: .5s;
}
.product_content .product_right ul li  .product_right_sz h5{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 37px;
    height: 37px;
    background: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #D5161B;
    transition: .5s;
}

.product_content .product_right ul li a:hover .product_right_sz{
    background: rgb(213, 22, 27,0.3);
}
.product_content .product_right ul li a:hover .product_right_sz h5{
    background: #D5161B;
    color: #fff;
}

.product_content .about_but{
    margin-top: 0px;
    border: 1px solid #484848;
    color: #9A9A9A;
    background: url(../images/welcome/about_but2.png) no-repeat right 20px center;
}
.product_content .about_but:hover{
    border: 1px solid #D5161B;
    color: #D5161B;
    background: url(../images/welcome/about_but1.png) no-repeat right 20px center;
}


.g-news{
    padding: 50px 0;
    position: relative;
}

.g-news .news_content{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.g-news .news_content .news_content_h2{
    font-size: 60px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #101010;
}

.news_content .news_row{
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.news_content .news_row .news_swiper{
    position: relative;
    width: 100%;
}

.news_content .news_row .news_swiper .b_row{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.news_content .news_row .news_swiper .swiper-pagination{
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
    bottom: 20px;
    width: 43%;
}
.news_content .news_row .news_swiper .swiper-pagination-bullet{
    width: 23px;
    height: 5px;
    background: #FFFFFF;
    border-radius: 0;
    opacity: 1;
}
.news_content .news_row .news_swiper .swiper-pagination-bullet-active{
    background: #D5161B;
}
.news_content .news_row .news_swiper .pic{
    width: 43%;
}
.news_content .news_row .news_swiper .pic img{
    width: 100%;
    height: 100%;
}

.news_content .news_row .news_right{
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    width: 52%;
}

.news_content .news_row .news_right .news_right_h2 {
    height: 75px;
    line-height: 75px;
    width: 100%;
    position: relative;

}
.news_content .news_row .news_right .news_right_h2 h2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    line-height: 75px;
    font-size: 100px;
    font-family: Arial;
    font-weight: bold;
    color: #ECECEC;
    z-index: -1;
}

.news_content .news_row .news_right .news_right_h2 p{
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #101010;
    text-align: left;
    width: 100%;
    line-height: 75px;
}

.news_content .news_row .news_right .news_right_p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    line-height: 36px;
    margin-top: 5px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.news_content .news_row .news_right .news_right_time{
    margin: 50px 0 20px;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #C4C4C4;
}

.news_content .news_row .news_right .news_right_but{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #D5161B;
}

.news_content .news_wrap{
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.news_content .news_wrap .warp_min{
	width: calc((100% - 140px) / 3);
	margin-right: 70px;
	margin-bottom: 50px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    background: #F5F5F5;
    position: relative;
}
.news_content .news_wrap .warp_min::after{
    transition: .5s;
    position: absolute;
    content: '';
    width: 0;
    left: 0;
    bottom: 0;
    height: 4px;
    background: #D5161B;
}
.news_content .news_wrap .warp_min:hover::after{
    width: 100%;
}
.news_content .news_wrap .warp_min:nth-of-type(3n) {
  margin-right: 0;
}
.news_content .news_wrap .warp_min h3{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #101010;
    width: 100%;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    margin-bottom: 20px;
}
.news_content .news_wrap .warp_min p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    line-height: 30px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news_content .news_wrap .warp_min .wrap_min_time{
    margin-top: 60px;
    padding-top: 20px;
    line-height: 1;
    position: relative;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #C4C4C4;
}
.news_content .news_wrap .warp_min .wrap_min_time::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 2px;
    background: #B0B0B0;
}
.news_content .about_but{
    margin-top: 20px;
}


.g-customers{
    padding: 70px 0;
    position: relative;
}

.g-customers .customers_content{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.g-customers .customers_content h2{
    font-size: 60px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #101010;
}
.customers_min{
    position: relative;
    width: 100%;
}
.g-customers .customers_swiper{
    position: relative;
    margin: 50px 0;
    padding: 0 100px;
    overflow: hidden;
    display: block;
}
.g-customers .customers_swiper .pic{
	overflow: hidden;
}
.g-customers .customers_swiper .pic img {
	transition: .5s;
}
.g-customers .customers_swiper .pic:hover  img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.g-customers .customers-prev{
    position: absolute;
    left: 0;
    top: 50%;
    width: 58px;
    height: 58px;
    margin-top: -29px;
    background: url(../images/welcome/customers1.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.g-customers .customers-next{
    position: absolute;
    right: 0;
    top: 50%;
    width: 58px;
    height: 58px;
    margin-top: -29px;
    background: url(../images/welcome/customers1.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    transform: rotateY(180deg)
}
.g-customers .customers-prev:hover{
    background: url(../images/welcome/customers2.png) no-repeat;
    transform: rotateY(180deg)
}
.g-customers .customers-next:hover{
    background: url(../images/welcome/customers2.png) no-repeat;
    transform: rotateY(0deg)
}

.g-customers .about_but{
    margin-top: 0;
}
@media (max-width: 1601px) {
	.g-about .about_right .about_right_wrap .wrap_column{
        margin-right: 55px;
    }
}


@media (max-width: 1440px) {
	.banner .swiper-button-next, .banner .swiper-button-prev {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
        bottom: 35px;
    }
    .banner .banner_content .banner_sz {
        bottom: 37px;
    }


    .about_top_name {
        font-size: 12px;
        padding-left: 40px;
    }
    .about_top_name::after {
        width: 30px;
    }
    .g-about .about_row .about_left h2 {
        font-size: 45px;
        margin-top: 25px;
    }
    .g-about .about_row .about_left h3 {
        font-size: 24px;
    }
    .about_but {
        margin-top: 100px;
        width: 145px;
        height: 45px;
        line-height: 44px;
        background-size: 21px 4px;
    }
    .about_but:hover{
        background-size: 21px 4px;
    }

    .g-about .about_right h4 {
        font-size: 20px;
    }
    
    .g-about .about_right p {
        font-size: 14px;
        line-height: 30px;
        margin: 45px 0 80px;
    }

    .g-about .about_right .about_right_wrap .wrap_column .pic {
        margin-bottom: 20px;
    }
    .g-about .about_right .about_right_wrap .wrap_column .wrap_column_min p {
        font-size: 14px;
        height: 46px;
        width: 110px;
    }
    .g-about .about_right .about_right_wrap .wrap_column .wrap_column_min .counter {
        font-size: 40px;
    }
    .g-about .about_right .about_right_wrap .wrap_column .wrap_column_min h5 {
        font-size: 14px;
    }
    .g-application .mySwiper2 .mySwiper2_content .mySwiper2_min h2 {
        font-size: 50px;
        margin-bottom: 70px;
    }
    .g-application .mySwiper2 .mySwiper2_content .mySwiper2_min .mySwiper2_but {
        width: 140px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .g-application .mySwiper .mySwiper_content .mySwiper_min img{
        max-width: 18%;
    }
    .g-application .mySwiper .mySwiper_content .mySwiper_min p {
        margin-left: 15px;
        font-size: 20px;
    }



    .g-product{
        background-size: 70% 100%;
    }
    .product_content .product_swiper {
        width: 75%;
    }
    .product_content .product_swiper .product_swiper_min h2 {
        font-size: 16px;
    }
    .product_content .product_right h2,
    .g-news .news_content .news_content_h2,
    .g-customers .customers_content h2 {
        font-size: 50px;
    }

    .product_content .product_right ul {
        margin: 40px 0;
    }
    .product_swiper .product-prev{
        margin-top: -30px;
        width: 20px;
        height: 38px;
        background-size: 20px 38px;
        left:20px; 
    }
    .product_swiper .product-next{
        margin-top: -30px;
        width: 20px;
        height: 38px;
        background-size: 20px 38px;
        right: 20px;
    }
    .product_swiper .product-prev:hover,
    .product_swiper .product-next:hover{
        background-size: 20px 38px;
    }
    .product_content .product_right ul li p {
        font-size: 16px;
    }
    .product_content .product_right ul li .product_right_sz {
        width: 48px;
        height: 48px;
    }
    .product_content .product_right ul li .product_right_sz h5 {
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 15px;
    }

    .news_content .news_row .news_right .news_right_h2 {
        height: 60px;
        line-height: 60px;
    }
    .news_content .news_row .news_right .news_right_h2 h2 {
        height: 60px;
        line-height: 60px;
        font-size: 75px;
    }
    .news_content .news_row .news_right .news_right_h2 p {
        font-size: 20px;
        line-height: 60px;
    }
    .news_content .news_row .news_right .news_right_p {
        font-size: 14px;
        line-height: 28px;
        margin-top: 10px;
    }
    .news_content .news_row .news_right .news_right_time {
        margin: 30px 0 15px;
        font-size: 14px;
    }
    .news_content .news_row .news_right .news_right_but {
        font-size: 14px;
    }

    .news_content .news_wrap .warp_min{
        margin-bottom: 40px;
        padding: 45px;
    }
    .news_content .news_wrap .warp_min h3 {
        font-size: 16px;
    }
    .news_content .news_wrap .warp_min p {
        font-size: 14px;
        line-height: 27px;
    }
    .news_content .news_wrap .warp_min .wrap_min_time {
        margin-top: 50px;
        padding-top: 18px;
        font-size: 14px;
    }
    .news_content .news_wrap .warp_min::after {
        height: 3px;
    }
    .g-customers .customers_swiper{
        padding: 0 80px;
    }
    .g-customers .customers-prev,
    .g-customers .customers-next{
        width: 48px;
        height: 48px;
        margin-top: -24px;
    }
    .g-customers .customers-prev:hover,
    .g-customers .customers-next:hover{
        background-size: 100% 100%;
    }
    .product_content .product_right .right_top_name{
        font-size: 12px;
        padding-right: 40px;
    }
    .product_content .product_right .right_top_name::after {
        width: 30px;
    }
}



@media (max-width: 992px) {
	.banner {
        padding-top: 80px;
    }
    .banner .swiper-button-next, .banner .swiper-button-prev{
        bottom: 20px;
    }
    .banner .banner_content .banner_sz{
        right:calc(5% + 115px);
        bottom: 25px;
    }
    .banner .banner_content .banner_sz p {
        font-size: 20px;
    }
    .banner .swiper-button-prev{
        right:calc(5% + 55px)
    }
    .banner .swiper-button-next{
        right: 5%;
    }



    .about_but {
        margin-top: 60px;
    }
    .g-about{
        padding: 85px 0px 43px;
    }
    .g-about .about_row{
        flex-direction: column;
    }
    .g-about .about_row .about_left{
        width: 100%;
    }
    .g-about .about_right{
        width: 100%;
        margin-top: 40px;
    }
    .g-about .about_right .about_right_wrap .wrap_column {
        margin-bottom: 40px;
    }
    


    .g-application .mySwiper2 .mySwiper2_content .mySwiper2_min{
        padding-top: 30px;
    }
    .g-application .mySwiper2 .mySwiper2_content .mySwiper2_min h2 {
        font-size: 35px;
        margin-bottom: 40px;
    }
    .g-application .mySwiper2 .mySwiper2_content .mySwiper2_min .mySwiper2_but {
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
    .g-application .mySwiper{
        margin-left: 5%;
        top: -100px;
    }
    .g-application .mySwiper .swiper-slide-thumb-active .mySwiper_content {
        border: 3px solid #fff;
    }
    .g-application .mySwiper .mySwiper_content .mySwiper_min {
        bottom: 11px;
        padding: 0 15px;
    }
    .g-application .mySwiper .mySwiper_content .mySwiper_min p {
        margin-left: 12px;
        font-size: 14px;
    }
    .g-application .application_but{
        margin-top: -50px;
    }


    .g-product{
        background-size: contain;
    }

    .g-product .product_content{
        flex-direction: column;
    }
    .product_content .product_swiper{
        width: 100%;
        padding: 25px 25px;
    }
    .product_content .product_right{
        width: 100%;
        margin-top: 86px;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .product_content .product_swiper .product_swiper_min h2 {
        font-size: 14px;
        padding: 10px 10px 0px;
    }

    .product_content .product_right ul li a{
        flex-flow: row-reverse;
    }
    .product_content .product_right ul li p{
        width: calc(100% - 83px);
        padding-right: 0px;
        padding-left: 30px;
        text-align: left;
    }


    .product_content .product_right h2, .g-news .news_content .news_content_h2, .g-customers .customers_content h2{
        font-size: 35px;
    }

    .news_content .news_row{
        flex-direction: column;
    }
    .news_content .news_row .news_swiper{
        width: 100%;
    }
    .news_content .news_row .news_right{
        width: 100%;
    }

    .news_content .news_wrap .warp_min{
        width: calc((100% - 40px) / 2);
        margin-right: 40px;
        padding: 35px;
    }
    .news_content .news_wrap .warp_min:nth-of-type(3n) {
        margin-right: 40px;
    }
    .news_content .news_wrap .warp_min:nth-of-type(2n) {
        margin-right: 0;
    }

    .g-customers {
        padding: 20px 0 70px;
    }


    .news_content .news_row .news_swiper .b_row{
        flex-direction: column;
    }
    .news_content .news_row .news_swiper .pic{
        width: 100%;
    }
    .news_content .news_row .news_swiper .swiper-pagination{
        bottom: auto;
        width: 100%;
        top: 52%;
    }
}



@media (max-width: 600px) {
    .banner {
        padding-top: 64px;
    }
    .banner .swiper-button-next, .banner .swiper-button-prev {
        width: 25px;
        height: 25px;
        background-size: 25px 25px;
        bottom: 15px;
    }
    .banner .swiper-button-prev {
        right: calc(5% + 35px);
    }
    .banner .banner_bot{
        bottom: 15px;
        width: 10px;
        height: 21px;
    }
    .banner .banner_content .banner_sz{
        right: calc(5% + 65px);
        bottom: 17px;
    }
    .banner .banner_content .banner_sz img{
        width: 44%;
    }
    .banner .banner_content .banner_sz p {
        font-size: 12px;
    }

    .g-about {
        padding: 45px 0px 23px;
    }
    .g-about .about_row .about_left h2 {
        font-size: 30px;
        margin-top: 15px;
    }
    .g-about .about_row .about_left h3 {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .about_but {
        margin-top: 35px;
        width: 118px;
        height: 35px;
        line-height: 34px;
        padding: 0 15px;
        font-size: 12px;
    }

    .g-about .about_right h4 {
        font-size: 18px;
    }
    .g-about .about_right p {
        font-size: 13px;
        line-height: 26px;
        margin: 25px 0 40px;
    }

    .g-about .about_right .about_right_wrap .wrap_column:nth-of-type(2n){
        margin-right:0
    }

    .g-application .mySwiper{
        margin: 0 5%;
        position: initial;
    }
    .g-application .mySwiper .swiper-slide-thumb-active {
        margin-top: -20px;
    }
    .g-application .application_but {
        margin-top: 30px;
    }
    .g-application .mySwiper2 .mySwiper2_content .mySwiper2_min h2 {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .g-product{
        padding: 40px 0 40px;
    }
    .product_content .product_right{
        margin-top: 60px;
    }
    .product_content .product_right h2, .g-news .news_content .news_content_h2, .g-customers .customers_content h2 {
        font-size: 25px;
    }
    .product_content .product_right ul li p{
        font-size: 14px;
        padding-left: 20px;
    }

    .news_content .news_wrap {
        margin-top: 40px;
    }
    .news_content .news_wrap .warp_min{
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px;
        padding: 30px;
    }
    .g-customers .customers_swiper {
        padding: 0 40px;
      }
    .g-customers .customers-prev, .g-customers .customers-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
      }



    .news_content .news_row .news_swiper .swiper-pagination{
        top: 35%;
    }
}

@media (max-width: 375px) {
    .g-about .about_right .about_right_wrap .wrap_column {
        margin-right: 30px;
        margin-bottom: 30px;
    }
}