@charset "UTF-8";



:root {

    --font-size: 14px;

    --nav-size: 16px;

    --body-width: 1170px;

    --red: #bd1b22;

    --font-color: #4d4d4d;

    --orange: #db545a;

    --color:#000;

}



body {

    margin: 0;

    padding: 0;

    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;

}



* {

    margin: 0;

    padding: 0;

    font-size: var(--font-size);

    box-sizing: border-box;

    text-decoration: none;

    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;

}



a:visited,

a:link {

    color: #fff

}



a:hover,

a:active {

    color: var(--orange);

    text-decoration: none;

    

}



.flex {

    display: flex;

}
.mobile-show{
    display: none;
}


.content {

    width: var(--body-width);

    margin: auto;

    display: flex;

    /* background-color: black; */

}
#header #main-menu{

    height: 95px;
    display: flex;
    align-items: center;
}

.navbar-nav{

    /* float: right; */

}

#main-menu .active a{
    color: var(--orange)
}
#main-menu  a{
    font-size: 18px;
    /* margin-top: 10px; */
}
#header li{

    /* margin-top: 30px; */

}

#header a:hover{

    background-color: transparent;

}

#footer li{

    margin-top: auto;

}

#footer a:hover{

    background-color: transparent;

}

#footer .nav a::after{

    content: '|';

}

#footer .nav li:last-child a::after{

    content: '';

}
.production-line-img{
    height: 300px;
}

.production-line-text{
    color: black;text-align: center;overflow: hidden;width: 100%;
}

#footer .nav>li>a{

    padding-left: 5px;

    padding-right: 0px;

}
.show-nav-btn{
    display: none;
    color: #fff;
    font-size: 35px;
    margin-right: 20px;
}

.main-slide img {

    width: 100%;

}



.content-full {

    width: 100%;

    min-width: var(--body-width);

    /* box-sizing: border-box; */

}



#header {

    flex: 1;

    display: flex;

    justify-content: flex-end;

}



.nav {

    position: fixed;

    top: 0;

    background-color: black;

    z-index: 99;

    /* height: 30px; */

}



.nav-body {

    width: var(--body-width);

    display: flex;

    margin: auto;

    justify-content: space-between;

    height: 95px;

    align-items: center;

}



.nav-body .logo {

    width: 200px;

}



.nav-body .logo img {

    width: 100%;

}



.nav-items .navbar-nav {

    display: flex;

    list-style: none;

}



.nav-items a {

    font-size: 18px;

    margin-left: 20px;

    /* font-weight: bold; */

}



.nav-items .current a:link,

.nav-items .current a:visited {

    color: var(--red);

    font-weight: bold;

}



.navAct {

    background-color: black;

}



.about-left {

    width: 730px;

    position: relative;

}



.about-right {

    flex: 1

}



.about-left-back {

    width: 456px;

    background-color: black;

    min-height: 120px;

}



.about-left-img {

    margin-left: 60px;

    margin-top: 60px;

    margin-bottom: 60px;

    /* position: relative;

    top:60px;

    left:60px */

}



.title1 {

    font-size: 2.25rem;

    color: var(--font-color);

    font-weight: 700;

    line-height: 80px;

}



.title2 {

    font-size: 1.25rem;

    line-height: 1.2;

    font-weight: 700;

}



.text {

    margin-top: 25px;

    font-size: 1rem;

    line-height: 1.6rem;

    color: #111111;

}



.black-button{

    width: 155px;

    font-weight: 700;

    display: block;

    height: 45px;

    text-align: center;

    line-height: 42px;

    margin-top: 30px;
    color:#fff;
    

}
.black-button:link,.black-button:visited{
    background-color: black !important;
}
.black-button:hover,.black-button:active{
    background-color: var(--orange) !important;
    color:#fff;
}



.red-button {

    width: 155px;

    font-weight: 700;

    display: block;

    height: 45px;

    text-align: center;

    line-height: 42px;

    /* background-color: var(--orange); */

    /* color: #fff; */

    margin-top: 30px;

    border: none

}

.red-button:link,.red-button:visited{
    background-color: var(--orange) !important;
}
.red-button:hover,.red-button:active{
    background-color: #000 !important;
    color:#fff;
}

.min-content {

    width: 392px;

    height: 324px;

}



.padding20 {

    padding: 20px;

    box-sizing: border-box;

}



.padding20>.title1 {

    line-height: 40px;

}



.index-feedback {

    justify-content: space-between;

}



.index-feedback>.left {

    width: 420px;

}



.index-feedback>.right {

    width: 620px;

}



.my-input {

    height: 45px;

    width: 567px;

    background-color: #f2f2f2;

    border: none;

    margin-bottom: 20px;

    box-sizing: border-box;

    padding: 10px;

}

.search-form{
    box-sizing: border-box;
    padding: 10px;
    background-color: #aaa;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.search-form .my-input{
    width: 100%;
}

.my-input:focus {}



.page-title {

    margin-top: 80px;

    position: relative;

    height: 500px;

    background-image: url(/static/images/about_banner.webp);

    display: flex;

    justify-content: center;

    align-items: center;
    background-position: center;background-size: 100%

}



.page-title .title-text {

    color: white;

    font-size: 60px;

    font-weight: bold;

}



.page-list {

    display: flex;

    min-height: 450px;

    flex-direction: row;

}



.page-left {

    width: 300px;

    box-sizing: border-box;

    padding: 10px

}



.page-left h1 {

    background-color: #000;

    color: white;

    box-sizing: border-box;

    margin: 0;

    font-size: 30px;

    padding: 10px;

    text-align: center;

    font-weight: bold;

}



.page-right {

    flex: 1;

    box-sizing: border-box;

    padding: 10px

}



.page-right h1 {

    font-size: 20px;

    font-weight: bold;

    text-align: center;

}



.article-list {

    list-style: none;

    display: flex;

    /* flex-direction: column; */

    justify-content: space-between;

    flex-wrap: wrap;

}



.article-item {

    display: flex;

    flex-direction: column;

    margin-top: 0px;

    margin-bottom: 20px;

    align-items: center;

    width: 236px;

}



.article-item a:link,

.article-item a:visited {

    color: #111111;

}



.article-item a:hover,

.article-item a:active {

    color: orange;

}



.article-item .article-pic {

    width: 236px;

    height: 133px;

    background-color: #000;

    display: flex;

    justify-content: center;

    align-items: center;

}



.article-item img {

    width: 236px;

    height: 133px;

}



.article-item .article-date {

    /* width: 200px; */

    line-height: 30px;

    text-align: right;

    color: #ddd

}



.article-item .article-title {

    flex: 1;

    line-height: 20px;

    font-weight: bold;

    height: 60px;

    overflow: hidden;

    /* padding-left: 10px; */

}



.my-pager {

    display: flex;

    margin: auto

}



.my-pager li {

    list-style: none;

}



.my-pager li span,

.my-pager li a {

    border: solid 1px #666;



    min-width: 30px;

    height: 30px;

    cursor: pointer;

    display: flex;

    justify-content: center;

    align-items: center;

    text-decoration: none;

    font-size: 16px;

    margin: 3px;

    border-radius: 3px;

    padding-right: 5px;

    padding-left: 5px;

}



.my-pager .active {

    color: orange !important;

    font-weight: bold;

}



.my-pager a:link,

.my-pager a:visited {

    color: #666;

}



.my-pager a:hover,

.my-pager a:active {

    color: orange;

}



.my-pager .disabled {

    color: #ccc;

}



.my-pager .disabled .span {

    border: solid 1px #ccc !important;

}



.post_info {

    color: #999;

    display: flex;

    justify-content: space-evenly;

    font-size: 12px;

    margin-bottom: 20px;

}

.why-item{

    width: 26%;

    display: flex;

    flex-direction: column;

    align-items: center;

}

.why-item .why-img img{

    width: 88px;

    filter: brightness(0) invert(1);

    -webkit-filter: brightness(0) invert(1);

    

}

.why-title{

    font-size: 1.25rem;

    line-height: 3rem;

    font-weight: 700;

    

}

.why-content{

    font-size: 1rem;

    color: #666;

    text-align: center;

    min-height: 92px;

}



.top-triangle{

    width: 0;

    height: 0;

    border-bottom: 50px solid black;

    border-left: 86px solid transparent;

    border-right: 86px solid transparent;

    margin:0

}

.center{

    width: 172px;

    height: 100px;

    background: black;

    margin:0;

    display: flex;

    justify-content: center;

    align-items: center;

}
.product-line{
    background-color: black;box-sizing: border-box;padding-bottom: 30px;
}
.product-page-body{
    display: flex;box-sizing: border-box;padding:20px 60px;min-height: 600px;
}
.product-index-body{
    display: flex;box-sizing: border-box;padding:20px 60px;min-height: 600px;
}
.bottom-triangle{

    width: 0;

    height: 0;

    border-top: 50px solid black;

    border-left: 86px solid transparent;

    border-right: 86px solid transparent;

    margin:0

}

.about-items{

    justify-content: space-evenly;

    flex-direction: row;

    display: flex;

}

.about-item{

    width: 33%;

    min-width: 145px;

    border-right: 1px solid #aaa;

}

.about1{

    font-size: 60px;

    text-align: center;

    font-weight: bold;

    color: var(--orange);

}

.about2{

    font-size: 18px;

    text-align: center;



}

.swiper-slide{

    display: flex;

    /* flex-direction:column; */

    align-items: center;
    width: 355px !important;

    justify-content: center;

}

.swiper-slide-obj{

    width: 90%;

    /* height: 100px; */

    margin-bottom: 80px;

    /* background-color: #bd1b22; */

    display: flex;

    flex-direction:column;

    align-items: center;

    justify-content: center;

}

.swiper-slide img{

    width: 100%;

    box-shadow: 0 0 15px rgba(0, 0, 0, .3);

}

.swiper-slide-obj div{

    margin-top: 20px;

    font-size: 18px;

}

#production-line-button{

    /* background-color: red; */

    width: 150px;

    height: 80px;

    margin:auto;

    margin-top: 30px;

    position: relative;

}

#production-line-prev,#production-line-next{

    background-color: var(--orange);

    width: 40px;

    height: 40px;

    border-radius: 100px;

    background-size: 30%;

}

.list-left{

    width:400px;
    height: 700px;

}

.list-right{

    flex: 1;

    box-sizing: border-box;

    padding-left: 20px;

    padding-right: 20px;
    

}

.categorys{

    width:300px;

    background-color:#000;

    min-height:600px;

    position: fixed;

    top:140px;

    display: flex;

    flex-direction: column;

    align-items: center;

}

.categorys>h2{

    color:white;font-weight: bold;margin-top: 60px;

}

/* 

.category-item{

    width: 85%;display: flex;justify-content: space-between;color: white;align-items: center;height: 60px;

} */

.menu-nav1{

    width: 100%;

    list-style: none;

}

.menu-nav1 > li > a {

    font-size: 18px;

    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 50px 15px 20px;

    -webkit-transition: all .2s;

    transition: all .2s;

    color: #fff;

}

.menu-nav1 > li > a::after {

position: absolute;

bottom: 0;

left: 20px;

width: 0;

height: 3px;

content: '';

-webkit-transition: all .4s;

transition: all .4s;

background-color: #fff;

}

.menu-nav1 > li > a:hover::after {

    width: 80%;

    text-decoration: none;

}

.menu-nav1 > li > a:before {

    position: absolute;

    top: 24px;

    right: 20px;

    display: block;

    width: 0;

    height: 0;

    content: '';

    border-width: 5px 0 5px 8px;

    border-style: solid;

    border-color: transparent transparent transparent #fff;

}

.products{



}

.products>.row{

    list-style: none;

}

@media (max-width: 1199px)

{

    .inner-right

    {

        margin-top: 0;

    }
    

}

@media(min-width:1200px){

	.products ul{

		margin: 0 -30px;

	}

	.products ul li{

		padding: 0 30px;

	}
    

}

.products .p-part

{

    display: block;



    margin-top: 50px;



    -webkit-transition: all .2s;

            transition: all .2s;

    text-align: center;



    border: 1px solid #e7e7e7;

}

@media (max-width: 1199px)

{

    .products .p-part

    {

        margin-top: 20px;

    }

}

.products .p-part .img

{

    position: relative;

    z-index: 2;



    padding: 0 25%;



    -webkit-transition: all .6s;

            transition: all .6s;

}

@media (max-width: 1470px)

{

    .products .p-part .img

    {

        padding: 0 10%;

    }

}

@media (max-width: 767px)

{

    .products .p-part .img

    {

        padding: 0 5%;

    }

}

.products .p-part .img .ibox

{

    padding-bottom: 155.55555556%;

}

.why-choose-us{
    display: flex;margin-top: 80px;flex-direction: column;
}

.products .p-part .desc

{

    position: relative;



    margin-top: -100px;

    padding: 130px 5%;



    -webkit-transition: all .2s;

            transition: all .2s;

    text-align: center;



    background-color: #fff;

}

@media (max-width: 1560px)

{

    .products .p-part .desc

    {

        margin-top: -80px;

        padding: 100px 3% 70px;

    }

}

@media (max-width: 767px)

{

    .products .p-part .desc

    {

        margin-top: -60px;

        padding: 60px 10px 40px;

    }

}

.products .p-part:link .desc h3,

.products .p-part:visited .desc h3{

    color:var(--color);

}

.products .p-part:hover .desc h3,

.products .p-part:active .desc h3{

    color:#fff;

}

.products .p-part .desc h3

{

    font-size: 30px;

    /* color:var(--color); */

    margin-top: 0;

}

@media (max-width: 1560px)

{

    .products .p-part .desc h3

    {

        font-size: 24px;

    }

}

@media (max-width: 1470px)

{

    .products .p-part .desc h3

    {

        font-size: 20px;

    }

}

@media (max-width: 767px)

{

    .products .p-part .desc h3

    {

        font-size: 18px;

    }

}

.products .p-part .desc h3:after

{

    display: block;



    width: 56px;

    height: 5px;

    margin: 0 auto;

    margin-top: 10px;



    content: '';



    background-color: var(--color);

}

.products .p-part .desc p

{

    font-size: 18px;

    font-weight: bold;

    line-height: 30px;



    display: -webkit-box;

    overflow: hidden;



    height: 30px;

    margin: 0;



    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;

}

@media (max-width: 1560px)

{

    .products .p-part .desc p

    {

        font-size: 16px;

    }

    .list-left{

        width:300px;
        height: 650px;
    
    }

}

@media (max-width: 767px)

{

    .products .p-part .desc p

    {

        font-size: 14px;

        line-height: 24px;



        display: -webkit-box;

        overflow: hidden;



        height: 48px;



        -webkit-box-orient: vertical;

        -webkit-line-clamp: 2;

    }

}

.products .p-part .more

{

    font-size: 16px;

    line-height: 50px;



    position: relative;

    z-index: 2;



    display: inline-block;



    padding: 0 30px;



    -webkit-transform: translateY(-50%);

        -ms-transform: translateY(-50%);

            transform: translateY(-50%);



    color: #fff;

    background-color: var(--color);

}

@media (max-width: 991px)

{

    .products .p-part .more

    {

        font-size: 14px;

        line-height: 40px;



        padding: 0 20px;

    }

}

.products .p-part:hover{

	border-color: #fff;

}

.products .p-part:hover .img

{

    -webkit-transform: translateY(-10px);

        -ms-transform: translateY(-10px);

            transform: translateY(-10px);

}

.products .p-part:hover .desc

{

    color: #fff;

    background-color: var(--font-color);

}

.products .p-part:hover .desc h3:after

{

    background-color: #fff;

}

.products .p-part:hover .more

{

    background-color: var(--orange);

}

.ibox

{

    position: relative;

    z-index: 1;



    display: block;

    overflow: hidden;



    height: 0;

    padding-bottom: 100%;

}

.ibox img

{

    position: absolute;

    top: 0;

    left: 0;



    display: block;



    width: 100%;

    height: 100%;

}

.inner-product-show

{

    position: relative;

    z-index: 2;



    width: 100%;

    margin-top: -80px;

    padding-top: 0;

}

@media (max-width: 1199px)

{

    .inner-product-show

    {

        margin-top: 0;

    }

}

.inner-right

{

    margin-top: 120px;

}

@media (max-width: 1199px)

{

    .inner-right

    {

        margin-top: 30px;

    }

}

.tit-product-show

{

    text-align: center;

}

.tit-product-show h2

{

    font-family: 'Anton';

    font-size: 30px;



    margin: 0;

}

@media (max-width: 1199px)

{

    .tit-product-show h2

    {

        font-size: 24px;

    }

}

.product-show

{

    position: relative;



    margin-top: 100px;

}

.product-show .pro-show-info

{

    background-color: #fff;

}

.product-show .pro-show-info .ibox

{

    padding-bottom: 155.55555556%;

}

.product-show .pro-show-info .itempack

{

    padding: 0 10%;

}

.product-show .products-show-big-scroll

{

    font-size: 0;

}

.product-show .products-show-small-scroll

{

    padding: 16px 40px;

}

.product-show .products-show-small-scroll .slick-slide

{

    padding: 0 6px;

}

.product-show .products-show-small-scroll .item

{

    border: 1px solid #e8e8e8;

}

.product-show .products-show-small-scroll .slick-arrow

{

    font-size: 30px;



    left: 0;

}

.product-show .products-show-small-scroll .slick-arrow.slick-next

{

    right: 0;

    left: auto;

}

.product-show .product-info

{

    padding-bottom: 80px;

}

@media (max-width: 1199px)

{

    .product-show .product-info

    {

        padding-bottom: 0;

    }

}

.product-show .desc

{

    margin-top: 20px;



    word-break: break-word;

}

.product-show .desc h3

{

    font-size: 18px;

    font-weight: bold;

    line-height: 30px;



    padding: 5px 0;



    border-bottom: 1px solid #d0d0d0;

}

.product-show .desc p

{

    font-size: 16px;

    line-height: 24px;



    margin: 0;



    color: #666;

}

@media (max-width: 991px)

{

    .product-show .desc p

    {

        font-size: 14px;

        line-height: 24px;

    }

}

.product-show .btn-feedback

{

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display:         flex;



    margin-top: 40px;



    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

            justify-content: space-between;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

            align-items: center;

}

@media (max-width: 991px)

{

    .product-show .btn-feedback

    {

        display: block;

    }

}

.product-show .btn-feedback .btn-link a

{

    font-size: 18px;

    line-height: 60px;



    display: inline-block;



    width: 160px;

    padding: 0 10px;



    -webkit-transition: all .2s;

            transition: all .2s;

    text-align: center;



    color: var(--color);

    background-color: #f5f5f5;

}

@media (max-width: 991px)

{

    .product-show .btn-feedback .btn-link a

    {

        font-size: 16px;

        line-height: 50px;



        width: 150px;

    }

}

.product-show .btn-feedback .btn-link a.link-inquiry

{

    margin-right: 40px;



    color: #fff;

    background-color: var(--color);

}

@media (max-width: 1199px)

{

    .product-show .btn-feedback .btn-link a.link-inquiry

    {

        margin-right: 10px;

    }

}

.product-show .btn-feedback .btn-link a:hover

{

    color: #fff;

    background-color: var(--hover);

}

.product-show .btn-feedback .share

{

    display: inline-block;

}

@media (max-width: 991px)

{

    .product-show .btn-feedback .share

    {

        margin-top: 10px;

    }

}

.title-pro-desc

{

    line-height: 30px;



    text-align: left;

}

.title-pro-desc h3

{

    font-size: 36px;

    font-weight: bold;

    line-height: 1;



    display: inline-block;



    margin: 0;



    text-transform: uppercase;



    color: var(--color);

}

@media (max-width: 1470px)

{

    .title-pro-desc h3

    {

        font-size: 30px;

    }

}

@media (max-width: 1199px)

{

    .title-pro-desc h3

    {

        font-size: 24px;

    }

}

@media (max-width: 767px)

{

    .title-pro-desc h3

    {

        font-size: 20px;

    }

}

.product-show-desc

{


}

.product-show-desc .desc-top

{

    margin-top: 30px;

    padding: 30px;



    background-color: #e4e4e4;

}

.product-show-desc .desc-top table

{

    font-size: 16px;

    line-height: 30px;



    width: 100%;

}

.product-show-desc .desc-top table tr th

{

    font-size: 20px;

    font-weight: normal;



    text-align: center;

}

.product-show-desc .desc-top table tr td,

.product-show-desc .desc-top table tr th

{

    line-height: 24px;



    width: 50%;

    padding: 6px 20px;



    border: 1px solid #000;

}

.product-show-desc .desc-top .iconlist ul

{

    margin: 0 -15px;

}

@media (max-width: 767px)

{

    .product-show-desc .desc-top .iconlist ul

    {

        margin: 0 -4px;

    }

}

.product-show-desc .desc-top .iconlist ul li

{

    display: inline-block;



    padding: 0 15px;



    vertical-align: top;

}

@media (max-width: 767px)

{

    .product-show-desc .desc-top .iconlist ul li

    {

        padding: 0 4px;

    }

}

.product-show-desc .desc-top .iconlist .iconpart

{

    margin-top: 30px;



    text-align: center;

}

.product-show-desc .desc-top .iconlist .iconpart img

{

    display: block;



    width: 70px;

    margin: 0 auto;



    -webkit-filter: brightness(0) invert(0);

            filter: brightness(0) invert(0);

}

@media (max-width: 767px)

{

    .product-show-desc .desc-top .iconlist .iconpart img

    {

        width: 40px;

    }

}

.product-show-desc .desc-top .iconlist .iconpart p

{

    font-size: 16px;

    line-height: 30px;



    margin: 0 auto;

}

@media (max-width: 767px)

{

    .product-show-desc .desc-top .iconlist .iconpart p

    {

        font-size: 14px;

    }

}

.product-show-desc .description

{

    margin-top: 50px;

}

.product-show-desc .desc

{

    margin-top: 30px;

}

@media (max-width: 991px)

{

    .product-show-desc .desc

    {

        margin-top: 10px;

    }

}

.product-show-desc .desc p

{

    font-size: 16px;

    line-height: 1.875;



    margin: 0;

}

@media (max-width: 767px)

{

    .product-show-desc .desc p

    {

        font-size: 14px;

        line-height: 24px;

    }

}

.product-show-desc .desc img

{

    max-width: 100%;

    height: auto !important;

}



/* .why-img:hover

{

    -webkit-animation: swing 1s 0s ease both;

            animation: swing 1s 0s ease both;

} */

.why-item img 

{

    display: block;

}

.why-item:hover img

{

    -webkit-animation: swing 1s 0s ease both;

            animation: swing 1s 0s ease both;

}

/* @media (max-width: 767px){
    .logo{
        width: 100px;
    }
} */
#swiper-factory .swiper-slide{
    width: auto !important;
}
#swiper-factory .swiper-slide-obj{
    margin-bottom: 0;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
@media (max-width: 767px){
    :root {

        --font-size: 14px;
    
        --nav-size: 16px;
    
        --body-width: 100%;
    
    }
    .mobile-show{
        display: block;
    }
    .pc-show{
        display: none;
    }
    .nav-body{
        height: 50px;
    }
    .nav-body .logo{
        width: 100px ;
    }
    #header #main-menu{
        flex-direction: column;
        height: auto !important;
        display: none;
        margin-top: 40px;
    }
    .list-left{
        width: 30%;
        height: auto;
    }
    .categorys{
        width: 100%;
        min-height: 450px;
    }
    #products{
        min-height: 450px !important;
    }
    .categorys>h2 {
        font-weight: bold;
        margin-top: 60px;
        font-size: 14px;
    }
    .menu-nav1 > li > a{
        font-size: 14px;
        padding: 15px 0px 15px 5px;
    }
    .products .swiper-slide{
        width: 49% !important;
        /* margin:0 !important; */
    }
    .list-right{
        padding-left: 0;
        padding-right: 0;
    }
    #company-controdution{
        flex-direction: column;
        width: 100%;
        padding:10px 10px 30px 10px !important
    }
    
    .about-left{
        width: 100%;
    }
    .about-left-back{
        width: 95%;
    }
    .about-left-img{
        width: 100% !important;
        margin-top: 5%;
        margin-left: 5%;
        margin-bottom: -5%;
    }
    .about-right{
        margin-top: 20px;
    }
    .about-right .black-button{
        margin:auto;
        margin-top: 10px;
    }
    .about-bannerx{
        display: none;
    }
    .about-item{
        min-width: auto;
    }
    .text{
        text-align: left;
        text-wrap: wrap;
        font-size: 14px;
        /* 强制断行 */
        word-break: break-all;
        /* 自动断行 */
        word-wrap:normal;
        line-height: 20px;

    }
    .why-item{
        width: 95%;
        margin:auto;
        margin-bottom: 20px;
    }
    .why-item>div{
        width: 100%;
    }
    .why-item img{
        width: 35%;
        margin:auto
    }
    #why-chose{
        flex-direction: column;
    }
    .why-item>div>.red-button{
        margin-top: 5px;
        margin:auto
    }
    .why-content{
        text-align: left;
        text-wrap: wrap;
        font-size: 14px;
        /* 强制断行 */
        word-break: break-all;
        /* 自动断行 */
        word-wrap:normal;
        min-height: auto;
        padding-bottom: 5px;
    }
    .why-title{
        text-align: center;
    }
    #swiper-factory .swiper-slide{
        width: 100%;
    }
    .show-nav-btn{
        display: block;
    }
    .page-title{
        height: 200px !important;
        background-size:cover !important;
        margin-top: 0;
    }
    /* .title1{
        font-size: 18px;
        text-align: center;
        line-height: 40px;
    } */
    #company-controdution .title1,#company-controdution .title2{
        display: inline-block;
        text-transform: capitalize;
        font-size: 1.5rem;
        margin-right:0.5rem;
        color:#111111
    }
    .about-right .text{
        margin-top: 5px;
    }
    .about1{
        font-size: 45px;
    }
    .about2{
        font-size: 12px;
    }
    .swiper-pagination-certificate{
        display: none;
    }
    .page-list{
        flex-direction: column;
    }
    .page-left {
        width: 100%;
    }
    .article-item{
        width: 100%;
    }
    .article-item .article-pic{
        width: 100%;
        height: auto;
    }
    .article-item img{
        width: 100%;
        height: auto;
    }
    #space-product{
        display: none;
    }
    .product-page-body{
        flex-direction: column;
        padding:0;
        margin-top: 50px;
    }
    .product-page-body .list-left{
        width: 100%;
        height: 50px;
        z-index: 2;
    }
    .product-page-body .categorys{
        height: 50px;
        top:50px;
        min-height: 0;
    }
    .product-page-body .categorys H2{
        display: none;
    }
    .product-page-body .categorys .menu-nav1{
        display: flex;
        justify-content: space-evenly;
    }
    .product-page-body .list-right{
        width: 100%;
    }
    /* ------------ */
    .product-index-body{
        flex-direction: column;
        padding:0;
    }
    .product-index-body .list-left{
        width: 100%;
        height: 50px;
        z-index: 2;
    }
    .product-index-body .categorys{
        height: 50px;
        top:50px;
        min-height: 0;
    }
    .product-index-body .categorys H2{
        display: none;
    }
    .product-index-body .categorys .menu-nav1{
        display: flex;
        justify-content: space-evenly;
    }
    .product-index-body .list-right{    
        width: 100% !important;
    }
    .why-choose-us{
        margin-top: 10px;
    }
    .why-choose-us .title1{
        font-size: 1.8rem;
    }
    .menu-nav1 > li > a::after{
        display: none;
    }
    .menu-nav1 > li > a::before{
        display: none;
    }

    .production-line-img{
        height: auto;
        width: 340px !important;
    }
    .production-line-text{
        width: 340px;
        margin-top: 0px !important;
        font-size: 14px !important;
        line-height: 28px;
    }
    #swiper-factory .swiper-slide-obj{
        margin-bottom: 0;
        width: 100%;
        height: 250px;
        overflow: hidden;
    }
    #swiper-factory a{
        width: 100%;
        height: 250px;
        overflow: hidden;
    }
    #swiper-factory a img{
        min-width: 100% !important;
        min-height: 100% !important;
    }
    .product-line{
        padding-bottom: 0px;
    }
    .product-line .title1{
        height: 80px !important;
    }
    #home-slider .caption-wraper{
        height: 50px;
    }
    #home-slider img{
        width: 140%;
        /* position: absolute; */
        /* top:-20px */
    }
    .about-items{
        margin-top: 15px;
        margin-bottom: 20px;
    }
}