*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
}
.container{
    width: 1400px;
    margin: auto;
}
.header{
    padding: 0px 80px;
    background-color: #fff;
}
.head{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.head-left{
    width: 350px;
    /* padding-top: 30px; */
}
.head-left img{
    width: 100%;
    display: block;
}
.head-right{}
.head-right ul{
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; */
}
.head-right ul li{
    float: left;
    font-size: 18px;
    padding:  30px;
    position: relative;
}
.head-right ul li:hover a{
    color: #a9347a;
}
.head-right ul li a{
    color: #000;
    font-weight: bold;
}
.head-right ul .active a{
    color: #a9347a;
}
.head-right ul li:hover .er{
    display: block;
}
.er{
    width: 100%;
    position: absolute;
    top: 84px;
    left: 0;
    background-color: #fff;
    display: none;
    float: unset !important;
    padding: 0 20px;
    z-index: 9999;
    box-shadow: 0 0 5px 1px #eee;
}
.er::before{
    content: "";
    display: block;
    width: 30%;
    height: 2px;
    background-color: #a51a6e;
    position: absolute;
    top: 0;
    left: 0;
}
.er li{
    width: 100%;
    padding: 10px 0 !important;
    font-size: 14px !important;
    text-align: left;
}
.er li:hover a{
    color: #a9347a !important;
}
.er li a{
    color: #999999 !important;
}
.search a i{
    font-size: 20px;
    margin-left: 10px;
}
.lang{
    /* border-left: 2px solid #e8e8e8; */
    padding:30px 0 30px 10px !important;
    /* padding: 0 !important; */
    /* margin-top: 30px; */
    position: relative;
}
.lang::before{
    content: "";
    display: block;
    width: 1px;
    height: 30%;
    background-color: #e8e8e8;
    position: absolute;
    top: 35%;
    left: 0;
}
.lang a{
    font-size: 16px;
    color: #0d0d0d !important;
    font-weight: normal !important;
}
.banner{}
.banner img{
    width: 100%;
    display: block;
}
.index-banners img {
    display: block;
    width: 100%;
    height: auto;
}
.about{
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}
.about-cont{
    width: 90%;
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about-left{
    width: 45%;
}
.about-left>h2{
    font-size: 16px;
    color: #777777;
}
.about-left>h3{
    font-size: 40px;
    color: #151515;
    font-weight: bold;
    margin-top: 10px;
}
.about-left>p{
    font-size: 16px;
    line-height: 30px;
    color: #777777;
    margin-top: 20px;
}
.about-left>p span{
    font-size: 18px;
    font-weight: bold;
}
.about-left-cont{
    width: 105%;
    margin-top: 30px;
    background-color: #f6f6f6;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0;
    padding-left: 40px;
    padding-right: 80px;
    position: relative;
}
.about-left-all{
    width: 25%;
}
.about-left-all i{
    color: #a51a6e;
    font-size: 40px;
    display: block;
    text-align: center;
}
.about-left-all p{
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}
.about-right{
    width: 50%;
}
.about-right img{
    width: 100%;
    display: block;
}
.about-more{
}
.about-more span{
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-right: 50px;
    position: relative;
    padding-left: 20px;
}
.about-more span::before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.about-more a{
    display: inline-block;
    padding: 20px 40px;
    background-color: #000;
}
.about-more a i{
    color: #fff;
}

.thinkphp-pagination > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.thinkphp-pagination > div > * {
    padding: 5px 15px;
}

.thinkphp-pagination > div > a {
    color: #a9347a;
}

.product{
    margin-top: 40px;
}
.product-top{
    position: relative;
}
.product-top .myswiper2{
    overflow: hidden;
}
.myswiper2 .swiper-slide img{
    width: 80%;
    display: block;
    margin: auto;
}
.myswiper2-prev{
    opacity: 1;
    color: #a51a6e;
    left: 10%;
}
.myswiper2-next{
    opacity: 1;
    color: #a51a6e;
    right: 10%;
}
.myswiper2 .swiper-slide p{
    font-size: 14px;
    color: #444444;
    text-align: center;
    margin-top: 10px;
}
.product-bottom{
    margin-top: 20px;
    background: url(/uploads/image/phimg/sell-ban.png) no-repeat center;
    background-size: cover;
    padding: 40px 0;
}
.product-bottom .myswiper{
    overflow: hidden;
    position: relative;
    padding: 40px 0;
}
.myswiper .swiper-slide .product-bottom-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.product-bottom-left{
    width: 40%;
}
.product-bottom-left img{
    width: 80%;
    display: block;
    margin: auto;
}
.product-bottom-right{
    width: 45%;
    text-align: right;
}
.product-bottom-right h2{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}
.product-bottom-right h3{
    font-size: 36px;
    color: #fff;
    margin-top: 10px;
}
.product-bottom-right p{
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    margin-top: 60px;
}
.product-more{
    margin-top: 20px;
}
.product-more span{}
.product-more span a{
    font-size: 14px;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
}
.myswiper2 .swiper-slide-active p{
    color: #a51a6e;
}
.product-bottom .myswiper>.swiper-wrapper{
    transform: translate3d(0,0,0) !important;
}
.product-bottom .myswiper .swiper-wrapper{
    transform: translate3d(0,0,0) !important;
}
/* 用户支持 */
.zici{
    padding: 40px 0;
}
.zici-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.zici-top-left{}
.zici-top-left h2{
    font-size: 16px;
    color: #858585;
}
.zici-top-left h3{
    font-size: 40px;
    color: #151515;
    margin-top: 10px;
    font-weight: bold;
}
.zici-top-right{}
.zici-top-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zici-top-right ul li{
    font-size: 16px;
    color: #929292;
    padding: 0 20px;
    cursor: pointer;
}
.zici-top-right ul .active{
    color: #000;
}
.zici-top-right ul .active::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #eb0803;
}
.zici-content{
    margin-top: 30px;
}
.zici-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.zici-cont-all{
    width: 31%;
    position: relative;
    margin-left: 2%;
}
.zici-cont-all>img{
    width: 100%;
    height: 100%;
    display: block;
}
.zici-cont-all>a>img{
    width: 100%;
    height: 100%;
    display: block;
}
.zici-cont-cang{
    width: 100%;
    height: 0%;
    background-color: rgba(175,67,137,.8);
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    transition: .3s ease-in;
}
.zici-cont-all:hover .zici-cont-cang{
    height: 100%;
}
.zici-cont-cang img{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 40px;
    right: 40px;
}
.zici-cont-cang-di{
    position: absolute;
    left: 40px;
    bottom: 60px;
}
.zici-cont-cang-di h2{
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}
.zici-cont-cang-di p{
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}
/* 新闻资讯 */
.new{
    padding: 40px 0;
}
.new-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.new-top-left{}
.new-top-left h2{
    font-size: 16px;
    color: #858585;
}
.new-top-left h3{
    font-size: 40px;
    color: #151515;
    margin-top: 10px;
    font-weight: bold;
}
.new-top-right{}
.new-top-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.new-top-right ul li{
    font-size: 16px;
    color: #929292;
    padding: 0 20px;
    cursor: pointer;
}
.new-top-right ul .active{
    color: #000;
}
.new-top-right ul .active::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #eb0803;
}
.new-content{
    margin-top: 40px;
}
.new-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.new-cont-left{
    width: 45%;
}
.new-cont-left ul{

}
.new-cont-left ul li{
    font-size: 16px;
    color: #868686;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.new-cont-left ul li i{
    color: #b55a8f;
    margin-right: 10px;
}
.new-cont-left ul li a{
    color: #868686;
}
.new-cont-right{
    width: 50%;
    position: relative;
}
.new-cont-right img{
    width: 100%;
    display: block;
}
.new-cont-right p{
    width: 100%;
    background-color: rgba(0,0,0,.8);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    color: #fff;
    padding: 10px 0;
    padding-left: 20px;
    box-sizing: border-box;
}
.foot-top{
    padding: 20px 0;
    background-color: #a51a6e;
}
.foot-top-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.foot-search{
    position: relative;
}
.foot-top-zhong .foot-search input{
    min-width: 250px;
}
.foot-top-right .foot-search input{
    min-width: 350px;
}
.foot-search input{
    height: 40px;
    font-size: 12px;
    color: #999999;
    padding-left: 10px;
    box-sizing: border-box;
}
.foot-search p{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #000;
}
.foot-search p i{
    color: #fff;
    display: block;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
}
.footer{
    padding: 20px 0;
    background-color: #f2f2f2;
}
.footer-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-left{
    width: 18%;
}
.footer-left h2{
    font-size: 14px;
    color: #151515;
    margin-bottom: 20px;
}
.footer-left h3{
    font-size: 14px;
    line-height: 28px;
    color: #151515;
    border-bottom: 1px solid #151515;
}
.footer-left h3 i{
    margin-right: 10px;
    color: #151515;
}
.footer-left p{
    font-size: 14px;
    line-height: 28px;
    color: #151515;
}
.footer-left p i{
    margin-right: 10px;
    color: #151515;
}
.footer-left-di{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-left-di li{
    width: 48%;
}
.footer-left-di li img{
    width: 100%;
    display: block;
}
.footer-left-di li span{
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #151515;
}
.footer-right{
    width: 70%;
}
.footer-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-right ul li a:first-child{
    font-size: 18px;
    font-weight: bold;
}
.footer-right ul li{
    font-size: 14px;
    color: #151515;
}
.footer-right ul li a{
    color: #151515;
    display: block;
    padding: 10px 0;
}
.footer-bottom{
    overflow: hidden;
    padding: 20px 0;
    background-color: #f2f2f2;
}
.footer-bottom-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.footer-bottom-left p{
    float: left;
    font-size: 14px;
    color: #151515;
    margin-right: 10px;
}
.footer-bottom-left p a{
    color: #151515;
}
.footer-bottom-right{}
.footer-bottom-right a{
    color: #151515;
    padding: 0 10px;
}
.footer-bottom-right a i{
    font-size: 20px;
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.text-align-left {
    text-align: left;
}

/* 产品中心 */
.about-banner{
    position: relative;
}
.about-banner img{
    width: 100%;
    display: block;
}
.about-banner span{
    font-size: 40px;
    color: #a51a6e;
    position: absolute;
    top: 40%;
    left: 20%;
}
.about-head{
    width: 100%;
    background-color: rgba(0,0,0,.4);
    position: absolute;
    left: 0;
    bottom: 0;
}
.about-head p{
    font-size: 16px;
    float: left;
    color: #fff;
    padding: 20px 0;
}
.about-head p a{
    display: block;
    color: #fff;
}
.product{
    padding: 40px 0;
    background-color: #f2f2f2;
}
.product-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-left{
    width: 20%;
    height: 100%;
    background-color: #fff;
}
.product-left-one{
    /* background-color: #b40d9a; */
    background: url(/uploads/image/phimg/pingxing.png) no-repeat center;
    background-size: cover;
}
.product-left-one p{
    font-size: 36px;
    color: #fff;
    padding: 60px;
    text-align: center;
}
.product-left ul{}
.product-left ul li{
    border-bottom: 1px solid #cacaca;
}
.product-left ul li p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.product-left ul li p:hover a,
.product-left ul li p a.active {
    color: #a9347a !important;
}
.product-left ul li p a{
    font-size: 16px;
    color: #333333;
    padding-left: 20px;
}
.product-left ul .active p a{
    color: #a51a6e;
}
.product-left ul li p i{
    color: #a51a6e;
    padding-right: 40px;
}
.product-left .drop-menu{
    /*display: none;*/
}
.drop-menu p{
    padding: 10px 0 !important;
}
.drop-menu p a{
    font-size: 14px !important;
}
.product-right{
    width: 75%;
}
.product-right-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.product-right-all{
    width: 31%;
    margin-left: 2%;
    margin-bottom: 40px;
}

/* 处理 png 透明背景产品图 */
.product-right-all > a {
    display: block;
    background-color: #fff;
}

.product-right-all:hover img{
    transform: scale(1.12);
}
.product-right-all:hover .product-right-all-p{
    background-color: #a51a6e;
}
.product-right-all:hover .product-right-all-p h2{
    color: #fff;
}
.product-right-all:hover .product-right-all-p p{
    color: #fff;
}
.product-right-all-img{
    overflow: hidden;
}
.product-right-all-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.product-right-all-p{
    border-top: 1px solid #ededed;
    background-color: #fff;
    padding: 20px;
}
.product-right-all-p h2{
    font-size: 16px;
    color: #222222;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;

}
.product-right-all-p p{
    font-size: 12px;
    color: #555555;
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.product-banner{
    position: relative;
}
.product-banner-top{
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid #f6f6f6;
}
.product-banner-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-banner-left{}
.product-banner-left p{
    font-size: 16px;
    color: #555555;
    margin-right: 10px;
    float: left;
}
.product-banner-left p a{
    color: #555555;
}
.product-banner-right{}
.product-banner-right p{
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    float: left;
}
.product-banner-right p a{
    color: #fff;
}
.p1 a{
    background-color: #b04384;
    padding: 5px 20px;
}
.p2 a{
    background-color: #1ea4fe;
    padding: 5px 20px;
}
.product-banner img{
    width: 100%;
    display: block;
}
.pro-banner-cont{
    background: url(/uploads/image/phimg/sell-ban.png) no-repeat center;
    background-size: cover;
    padding-top: 60px;
}
.pro-banner-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
}
.pro-banner-cont-left{
    width: 45%;
}
.pro-banner-cont-left h2{
    font-size: 40px;
    color: #414141;
    font-weight: bold;
}
.pro-banner-cont-left p{
    font-size: 16px;
    line-height: 32px;
    color: #414141;
    margin-top: 20px;
}
.pro-banner-cont-right{
    width: 45%;
}
.pro-banner-cont-right img{
    width: 45%;
    display: block;
    margin: auto;
}
.product-detail{
    padding: 40px 0;
    background-color: #f7f7f7;
}
.product-detail-top{}
.product-detail-top h2{
    font-size: 36px;
    color: #414141;
    text-align: center;
}
.product-detail-top p{
    font-size: 18px;
    color: #414141;
    margin-top: 10px;
    text-align: center;
}
.product-detail-qiehuan{
    overflow: hidden;
    background-color: #f7f7f7;
}
.product-detail-qiehuan ul{
    width: max-content;
    float: left;
}
.product-detail-qiehuan ul li{
    font-size: 16px;
    padding: 20px 40px;
    float: left;
    cursor: pointer;
}
.product-detail-qiehuan ul .active{
    background-color: #a51a6e;
    color: #fff;
}
.product-detail-one{
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}
.product-detail-swiper{
    width: 90%;
    margin: auto;
    overflow: hidden;
}
.product-detail-swiper .swiper-slide img{
    width: 100%;
    display: block;
}
.product-detail-next::after,.product-detail-prev::after{
    content: "";
    display: none;
}
.product-detail-prev{
    width: 50px;
    height: 50px;
    background: url(/uploads/image/phimg/l.png) no-repeat center;
    background-size: cover;
}
.product-detail-next{
    width: 50px;
    height: 50px;
    background: url(/uploads/image/phimg/r.png) no-repeat center;
    background-size: cover;
}
.product-detail-xijie{
    padding: 40px 0;
    background-color: #f7f7f7;
}
.product-detail-xijie-top{}
.product-detail-xijie-top h2{
    font-size: 36px;
    color: #414141;
    font-weight: bold;
    text-align: center;
}
.product-detail-xijie-top p{
    font-size: 18px;
    color: #414141;
    text-align: center;
    margin-top: 10px;
}
.product-detail-xijie-cont{
    margin-top: 20px;
}

/* 避免用户富文本框里的图片过宽 */
.new-detail-p img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

/* 百度编辑器表格没发居中 */
.product-detail-xijie-cont table {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
/*.product-detail-xijie-cont table{*/
/*    width: 80%;*/
/*    margin: auto;*/
/*}*/
/*.product-detail-xijie-cont table tr:nth-child(2n-1){*/
/*    background-color: #d1d1d1;*/
/*}*/
/*.product-detail-xijie-cont table,*/
/*.product-detail-xijie-cont table tr,*/
/*.product-detail-xijie-cont table tr td{*/
/*    border: 1px solid #cccccc;*/
/*}*/
/*.product-detail-xijie-cont table tr td{*/
/*    text-align: center;*/
/*    padding: 15px 0;*/
/*    font-size: 14px;*/
/*}*/

.product-detail-xijie-cont img{
    width: 50%;
    display: block;
    margin: auto;
}
.product-detail-di{
    padding: 40px 0;
    background-color: #f7f7f7;
}
.product-detail-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.product-detail-all{
    width: 40%;
    position: relative;
}
.product-detail-all>img{
    width: 100%;
    display: block;
}
.product-detail-di-cang{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0;
}
.product-detail-di-cang img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* 弹窗 */
.tan{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    /* background-color: rgba(0,0,0,.6); */
    display: none;
}
.tan-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
}
.tan-cont{
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.tan-swiper{
    overflow: hidden;
}
.tan-swiper .swiper-slide img{
    width: 80%;
    display: block;
    margin: auto;
}
.tan-prev::after,.tan-next::after{
    content: "";
    display: none;
}
.tan-prev{
    width: 50px;
    height: 50px;
    background: url(/uploads/image/phimg/l-1.png) no-repeat center;
    background-size: cover;
}
.tan-next{
    width: 50px;
    height: 50px;
    background: url(/uploads/image/phimg/r-1.png) no-repeat center;
    background-size: cover;
}
/* contact */
.contact-banner span{
    color: #fff;
}
.contact{
    padding: 40px 0;
}
.contact ul{
    width: max-content;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact ul li{
    font-size: 16px;
    color: #222222;
    text-align: center;
    padding: 10px 100px;
    cursor: pointer;
}
.contact ul li a{
    color: #222222;
}
.contact ul .active{
    background-color: #efefef;
}
.contact-all{
    margin-top: 40px;
}
.contact-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-left{
    width: 48%;
}
.contact-left>h2{
    font-size: 24px;
    color: #222222;
}
.contact-left>p{
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
}
.contact-left-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
}
.contact-left-zuo{
    width: 20%;
}
.contact-left-zuo img{
    width: 80%;
    display: block;
    margin: auto;
}
.contact-left-zuo p{
    font-size: 12px;
    color: #222222;
    text-align: center;
    margin-top: 10px;
}
.contact-left-you{
    width: 75%;
    margin-left: 20px;
}
.contact-left-you h2{
    font-size: 20px;
    color: #222222;
}
.contact-left-you p{
    font-size: 16px;
    color: #222222;
    margin-top: 20px;
}
.contact-left-you p:first-child{
    margin-top: 0;
}
.contact-left-you p span{
    font-weight: bold;
    margin-right: 10px;
}
.contact-right{
    width: 50%;
}
#container{
    width: 100%;
    height: 100%;
}
.job-top{
    width: 100%;
}
.job-top h2{
    font-size: 24px;
    color: #222222;
    text-align: center;
    font-weight: bold;
}
.job-top p{
    font-size: 14px;
    color: #969696;
    text-align: center;
    margin-top: 20px;
}
.job-cont{
    width: 100%;
    margin-top: 40px;
}
.job-content{
    width: 100%;
    height: 350px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.job-content-left{
    width: 50%;
    height: 100%;
}
.job-content-left img{
    width: 100%;
    height: 100%;
    display: block;
}
.job-content-right{
    width: 50%;
    height: 100%;
    background-color: #4c4e52;
}
.job-content-right h2{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 10%;
    padding-left: 5%;
}
.job-content-right p{
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    padding-left: 10px;
    position: relative;
    margin-left: 5%;
}
.job-content-right p::before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 13.5px;
}
.job-bottom{
    padding: 40px 0;
    background-color: #f2f2f2;
}
.job-bottom-top{}
.job-bottom-top h2{
    font-size: 24px;
    color: #232323;
    font-weight: bold;
    text-align: center;
}
.job-bottom-top p{
    width: max-content;
    font-size: 16px;
    color: #fff;
    background-color: #a51a6e;
    padding: 10px 20px;
    margin: auto;
    margin-top: 20px;
}
.job-bottom-cont{
    margin-top: 20px;
}
.job-bottom-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    cursor: pointer;
}
.job-bottom-all:nth-child(2n-1){
    background-color: #fff;
}
.job-p1{
    font-size: 20px;
    color: #333333;
}
.job-p2{
    font-size: 16px;
    color: #666666;
}
.job-p2 span{
    display: block;
    color: #222222;
}
.job-p3{
    font-size: 16px;
    color: #222222;

}
.job-p3 a{
    padding: 10px 20px;
    color: #222222;
    border: 1px solid #cecece;
    border-radius: 25px;
}
/* 招聘弹窗 */
.zp-tan{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}
.zp-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
}
.zp-cont{
    width: 50%;
    height: 500px;
    overflow-y: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    padding: 20px;
}
.zp-cont h2{
    padding-bottom: 20px;
    text-align: center;
    font-size: 24px;
    color: #a51a6e;
}
.zp-cont h3{
    font-size: 18px;
    color: #a51a6e;
    margin-top: 20px;
}
.zp-cont-p{
    margin-top: 10px;
}
.zp-cont-p p{
    font-size: 14px;
    margin-top: 10px;
    color: #000;
}
.close{
    padding: 10px 20px;
    background-color: #a51a6e;
    color: #fff;
    font-size: 14px;
    float: right;
    overflow: hidden;
    margin-top: 20px;
    cursor: pointer;
}
.liuyan-top{}
.liuyan-top h2{
    font-size: 24px;
    color: #222222;
    text-align: center;
    font-weight: bold;
}
.liuyan-top p{
    font-size: 14px;
    color: #969696;
    text-align: center;
    margin-top: 20px;
}
.liuyan-cont{
    margin-top: 40px;
}
.liuyan-cont-one{}
.liuyan-cont-one form .form-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.liuyan-cont-one .form-one .form-group{
    width: 32%;
}
.liuyan-cont-one .form-one .form-group input{
    width: 100%;
    padding: 15px 0;
    padding-left: 15px;
    background-color: #f5f4f7;
    box-sizing: border-box;
    outline: none;
    border: none;
}
.form-two{
    margin-top: 20px;
}
.form-two textarea{
    width: 100%;
    background-color: #f5f4f7;
    padding-left: 15px;
    padding-top: 15px;
    border: none;
    outline: none;
    box-sizing: border-box;
}
.liuyan-cont-one .btn{
    font-size: 16px;
    color: #fff;
    background-color: #a51a6e;
    padding: 10px 50px;
    margin-top: 20px;
    border: none;
}
/* new */
.news{
    padding: 40px 0;
}
.news>.container>ul{
    width: max-content;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news>.container>ul li{
    font-size: 16px;
    padding: 10px 50px;
    cursor: pointer;
}
.news>.container>ul .active{
    background-color: #efefef;
}
.news-content{
    margin-top: 40px;
}
.news-cont{}
.news-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ececec;
    margin-bottom: 40px;
}
.news-all:hover .news-zhong h2{
    color: #a51a6e;
}
.news-all:hover img{
    transform: scale(1.1);
}
.news-left{
    width: 30%;
}
.news-left-img{
    overflow: hidden;
}
.news-left-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.news-zhong{
    width: 50%;
}
.news-zhong h2{
    font-size: 24px;
    color: #333333;
}
.news-zhong p{
    font-size: 14px;
    line-height: 28px;
    color: #888888;
    margin-top: 10px;
}
.news-right{
    width: 10%;
}
.news-right h2{
    font-size: 36px;
    color: #d1d1d1;
    text-align: center;
}
.news-right p{
    font-size: 24px;
    color: #d1d1d1;
    text-align: center;
}
.page{}
.page ul{
    width: max-content;
    margin: auto;
    overflow: hidden;
}
.page ul li{
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    background-color: #f5f5f6;
    border-radius: 5px;
}
.page ul .active{
    background-color: #a51a6e !important;
}
.page ul .active a{
    color: #fff !important;
}
.page ul li a{
    font-size: 16px;
    color: #4d4d4d;
    text-align: center;
    line-height: 40px;
    display: block;
}
.page ul li:last-child{
    width: unset;
    height: unset;
    padding: 10px;
}
.page ul li:last-child a{ 
    line-height: unset;
}
.new-detail{
    padding: 80px 0;
}
.new-detail-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.new-detail-left{
    width: 65%;
}
.new-detail-left h2{
    font-size: 30px;
    color: #333333;
}
.new-detail-left span{
    display: block;
    font-size: 14px;
    color: #555555;
    margin-top: 10px;
}
.new-detail-p{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d1d1d1;
}
.new-detail-p p{
    font-size: 16px;
    line-height: 32px;
    color: #555555;
}
.fenye{
    margin-top: 20px;
}
.fenye-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.fenye-cont p{
    font-size: 18px;
    color: #505050;
}
.fenye-cont p a{
    color: #505050;
}
.fenye-cont span{
    display: inline-block;
    background-color: #f3f3f3;
    padding: 10px 30px;
}
.fenye-cont span a{
    font-size: 16px;
    color: #505050;
}
.new-detail-right{
    width: 25%;
}
.new-detail-right>h2{
    font-size: 32px;
    color: #000;
    padding-bottom: 20px;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}
.new-detail-right>h2::after{
    content: "";
    display: block;
    width: 30%;
    height: 4px;
    background-color: #a51a6e;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.new-detail-right-cont{
}
.new-detail-right-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #d2d2d2;
}
.new-detail-zuo{
    width: 30%;
}
.new-detail-zuo img{
    width: 100%;
    display: block;
}
.new-detail-you{
    width: 65%;
}
.new-detail-you h2{
    font-size: 16px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.new-detail-you p{
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
}
.yonghu{
    padding: 40px 0;
}
.yonghu-top{}
.yonghu-top ul{
    width: max-content;
    margin: auto;
    overflow: hidden;
}
.yonghu-top ul .active{
    background-color: #efefef;
}
.yonghu-top ul li{
    font-size: 16px;
    color: #222222;
    padding: 10px 100px;
    float: left;
    cursor: pointer;
}
.yonghu-top ul li a{
    color: #222222;
}
.yonghu-content{
    margin-top: 40px;
}
.yonghu-cont{}
.yonghu-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -5%;
}
.yonghu-all-cont{
    width: 45%;
    margin-left: 5%;
    margin-bottom: 40px;
}
.yonghu-all-cont:hover img{
    transform: scale(1.1);
}
.yonghu-all-img{
    overflow: hidden;
}
.yonghu-all-img img{
    width: 80%;
    display: block;
    margin: auto;
    transition: .3s ease-in;
}
.yonghu-all-p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.yonghu-all-left{
    width: 80%;
    padding: 20px 0;
    background-color: #eeeeee;
}
.yonghu-all-left h2{
    font-size: 16px;
    color: #000000;
    padding-bottom: 10px;
    margin-left: 20px;
    border-bottom: 1px solid #a51a6e;
}
.yonghu-all-left p{
    font-size: 14px;
    color: #000000;
    padding-top: 10px;
    padding-left: 20px;
}
.yonghu-all-right{
    width: 20%;
    background-color: #a51a6e;
    position: relative;
}
.yonghu-all-right p{
    font-size: 70px;
    text-align: center;
    color: #fff;
}
.yonghu-cont .zici-cont-all{
    margin-bottom: 40px;
}
.yonghu-detail{
    padding: 40px 0;
}
.yonghu-detail-cont h2{
    font-size: 30px;
    color: #333333;
    text-align: center;
}
.yonghu-detail-cont span{
    display: block;
    font-size: 14px;
    color: #555555;
    margin-top: 10px;
    text-align: center;
}
.yonghu-detail-p{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d1d1d1;
}
.yonghu-detail-p p{
    font-size: 16px;
    line-height: 32px;
    color: #555555;
}
.video{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.video-cont{
    width: 31%;
    margin-left: 2%;
    margin-bottom: 40px;
    position: relative;
}
.video-cont-img{
    overflow: hidden;
}
.video-cont-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.bofang{
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}
.video-cont p{
    width: 100%;
    padding:7px 10px;
    font-size: 17px;
    color: #fff;
    background-color: #a51a6e;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    display: none;
}
.video-cont:hover .video-cont-img img{
    transform: scale(1.1);
}
.video-cont:hover .bofang{
    display: block;
}
.video-cont:hover p{
    display: block;
}
.download{

}
.download-cont{
    
    padding: 20px 40px;
    background-color: #f2f2f2;
    margin-bottom: 40px;
}
.download-cont a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.download-cont:hover .download-right p{
    background-color: #a51a6e;
}
.download-left{}
.download-left p{
    font-size: 22px;
    color: #4d4f53;
}
.download-left p i{
    font-size: 22px;
    color: #a51a6e;
}
.download-right{}
.download-right p{
    font-size: 18px;
    color: #fff;
    background-color: #222222;
    padding: 5px 20px;
}
.abouts{
    padding: 40px 0;
}
.abouts-top{
    padding: 20px 0;
}
.abouts-top ul{
    width: max-content;
    margin: auto;
    overflow: hidden;
}
.abouts-top ul li{
    padding: 0 80px;
    float: left;
    border-right: 1px solid #cccccc;
}
.abouts-top ul li:last-child{
    border-right: none;
}
.abouts ul li p{
    font-size: 14px;
    color: #555555;
    text-align: center;
    margin-top: 10px;
}
.abouts-top ul li i{
    font-size: 50px;
    color: #a51a6e;
    text-align: center;
    display: block;
    margin: auto;
}
.abouts-jianjie{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.abouts-jianjie-left{
    width: 50%;
}
.abouts-jianjie-left img{
    width: 100%;
    display: block;
}
.abouts-jianjie-right{
    width: 35%;
    padding-right: 10%;
}
.abouts-jianjie-right h2{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}
.abouts-jianjie-right p{
    font-size: 16px;
    line-height: 32px;
    color: #555555;
    margin-bottom: 20px;
}
.abouts-huanjing{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.abouts-huanjing-left{
    width: 35%;
    padding-left: 10%;
}
.abouts-huanjing-left h2{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}
.abouts-huanjing-left p{
    font-size: 16px;
    color: #555555;
    margin-top: 40px;
}
.abouts-huanjing-right{
    width: 50%;
    background-color: rgba(0,0,0,.8);
    position: relative;
}
.abouts-huanjing-right-cont{
    width: 80%;
    margin: 30px auto;
}
.huanjing-swiper{
    overflow: hidden;
}
.huanjing-swiper .swiper-slide img{
    width: 100%;
    display: block;
}
.huanjing-prev::after,.huanjing-next::after{
    content: "";
    display: none;
}
.huanjing-next{
    width: 50px;
    height: 50px;
    background: url(/uploads/image/phimg/hj-r.png) no-repeat center;
    background-size: cover;
    right: 70px;
}
.huanjing-prev{
    width: 50px;
    height: 50px;
    background: url(/uploads/image/phimg/hj-l.png) no-repeat center;
    background-size: cover;
    left: 70px;
}
.fazhan{
    padding: 40px 0;
    background-color: #f3f3f3;
}
.fazhan .container>h2{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.fazhan-cont{
    margin-top: 40px;
    overflow: hidden;
    position: relative;
}
.fz-swiper{
    width: 90%;
    margin: auto;
    overflow: hidden;
    padding-bottom: 40px;
}
.fz-page{
    bottom: 0 !important;
}
.fz-page .swiper-pagination-bullet{
    width: 40px;
    height: 5px;
    border-radius: 0;
}
.fz-page .swiper-pagination-bullet-active{
    background: #a51a6e;
}
.fz-swiper-cont{
    position: relative;
}
.fz-swiper-cont span{
    display: block;
    margin: 20px 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin: auto;
}
.fz-swiper .swiper-slide:first-child .fz-swiper-cont span::after{
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    background-color: #f3f3f3;
    position: absolute;
    top: 5px;
    left: 0;
}
.fz-swiper .swiper-slide:last-child .fz-swiper-cont span::after{
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    background-color: #f3f3f3;
    position: absolute;
    top: 5px;
    right: 0;
}
.fz-swiper-cont span::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #a0a0a0;
    position: absolute;
    left: 50%;
    top: 5px;
    z-index: -1;
}
.fz-swiper-cont h2{
    font-size: 36px;
    color: #333333;
    margin-top: 40px;
    text-align: center;
}
.fz-swiper-cont p{
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
    text-align: center;
}
.fz-prev::after,.fz-next::after{
    content: "";
    display: none;
}
.fz-prev{
    width: 50px;
    height: 50px;
    background: url(/uploads/image/phimg/fz-zuo.png) no-repeat center;
    background-size: cover;
}
.fz-next{
    width: 50px;
    height: 50px;
    background: url(/uploads/image/phimg/fz-you.png) no-repeat center;
    background-size: cover;
}
.honor{
    padding: 40px 0;
}
.honor h2{
    font-size: 36px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}
.honor-cont{
    margin-top: 40px;
}
.honor-swiper{
    overflow: hidden;
    position: relative;
}
.honor-swiper .swiper-slide {
    width: 350px;
    height: 520px;
}

.honor-title {
    width: 100%;
    font-size: 1rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}

.product-param-table {
    table-layout: fixed;
    max-width: 100%;
    min-width: 50%;
    margin: 4% auto;
    border-collapse: collapse;
}

.product-param-table td {
    padding: 8px;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 1.6;
}

.product-param-table td:nth-child(2) {
    max-width: 400px;
}

.product-param-table tr {
    transition: background-color 150ms;
}

.product-param-table tr:nth-child(2n 1) {
    background-color: #ddd;
}

.product-param-table tr:hover {
    background-color: rgb(150, 150, 150);
}

.product-param-table tr:nth-child(1) {
    background-color: rgb(150, 150, 150);
}

.product-param-table tr:nth-child(1) td:last-child {
    background-color: #a51a6e;
    color: #fff;
}

.product-param-table tr:nth-child(1) td {
    font-weight: bold;
}

.honor-swiper .swiper-slide img{
    /* width: 100%; */
    display: block;
}
.honor img{
    width: 90%;
    display: block;
    margin: auto;
    margin-top: 40px;
    position: absolute;
    bottom: 30px;
    box-shadow: 0 0 10px 0 #acacac;
}
.honor-tan{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}
.honor-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
}
.honor-content{
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.honor-tan-swiper{
    width: 80%;
    overflow: hidden;
    position: relative;
}
.honor-tan-swiper .swiper-slide img{
    width: 60%;
    display: block;
    margin: auto;
}
.honor-tan-prev,.honor-tan-next{
    color: #fff;
}
/* 下拉 */
.xiala{
    background:url(/uploads/image/phimg/xiala.png) no-repeat right center;
    background-position-x: 90%;
  }
  .xiala1{
    background:url(/uploads/image/phimg/xiala.png) no-repeat right center;
    background-position-x: 90%;
  }
  .xl{
      display: none;
  }
  .xl li a{
      font-size: 14px;
  }
@media (min-width:1100px) and (max-width:1500px){
    .container{
        width: 90%;
    }
    .header{
        padding: 10px 60px;
    }
    .head-left{
        width: 150px;
    }
    .head-right ul li{
        padding: 15px 10px !important;
    }
    .er{
        top: 65px;
    }
    .about-cont{
        width: 95%;
        margin: auto;
        float: unset;
    }
    .about-left>p{
        font-size: 14px;
    }
    .about-left-cont{
        width: 100%;
    }
    .new-cont-left ul li{
        margin-bottom: 15px;
    }
    .product{
        margin-top: 0;
    }
    .abouts-jianjie{
        width: 95%;
        margin: auto;
        margin-top: 40px;
        align-items: center;
    }
    .abouts-jianjie-right{
        width: 45%;
        padding-right: 0;
    }
    .abouts-jianjie-right p{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .abouts-huanjing{
        width: 95%;
        margin: auto;
    }
    .huanjing-prev{
        left: 40px;
    }
    .huanjing-next{
        right: 40px;
    }
    .fz-swiper-cont h2{
        font-size: 28px;
        margin-top: 20px;
    }
    .fz-swiper-cont p{
        font-size: 14px;
    }
    .product-left-one p{
        padding: 40px 30px;
    }
    .tan-prev{
        left: 0;
    }
    .tan-next{
        right: 0;
    }
}
@media screen and (max-width:1100px) {
    .container{
        width: 95%;
    }
    .header{
        padding: 0;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
        background-color: #fff;
    }
    .head{
        width: 95%;
        margin: auto;
    }
    .head-left{
        width: 200px;
    }
    .head-right ul{
        display: none;
    }
    .banner {
        padding-top: 50px;
    }
    .about{
        width: 95%;
        margin: auto;
    }
    .about-cont{
        width: 100%;
    }
    .about-left{
        width: 100%;
    }
    .about-left>h3{
        font-size: 24px;
    }
    .about-left>p{
        margin-top: 0;
    }
    .about-left-cont{
        padding-left: 0;
        padding-right: 0;
        margin-top: 10px;
        padding: 20px 0;
        padding-bottom: 0;
    }
    .about-left-all{
        width: 50%;
        margin-bottom: 20px;
    }
    .about-more{
        margin-top: 20px;
    }
    .about-more a{
        padding: 10px 30px;
    }
    .about-more span{
        margin-right: 20px;
    }
    .about-right{
        width: 100%;
        margin-top: 20px;
    }
    .product{
        padding: 20px 0;
    }
    .product-bottom-left{
        width: 100%;
    }
    .product-bottom-right{
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .product-bottom-right h2{
        font-size: 24px;
    }
    .product-bottom-right h3{
        font-size: 20px;
    }
    .product-bottom-right p{
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }
    .product-more{
        margin-bottom: 20px;
    }
    .zici{
        padding: 20px 0;
    }
    .zici-top-left{
        width: 100%;
    }
    .zici-top-left h3{
        font-size: 24px;
        margin-top: 0;
    }
    .zici-top-right{
        width: 100%;
        margin-top: 20px;
    }
    .zici-top-right ul li{
        font-size: 14px;
        padding: 0 10px;
        text-align: center;
        margin-bottom: 10px;
    }
    .zici-cont-all{
        width: 48%;
        margin-bottom: 20px;
    }
    .zici-cont-cang img{
        display: none;
    }
    .zici-cont-cang-di{
        width: 100%;
        left: 50%;
        top: 50%;
        bottom: unset;
        transform: translate(-50%,-50%);
        box-sizing: border-box;
    }
    .zici-cont-cang-di h2{
        font-size: 16px;
        text-align: center;
    }
    .zici-cont-cang-di p{
        font-size: 12px;
        text-align: center;
    }
    .new{
        padding: 20px 0;
    }
    .new-top-left{
        width: 100%;
    }
    .new-top-left h3{
        font-size: 24px;
        margin-top: 0;
    }
    .new-top-right{
        width: 100%;
        margin-top: 20px;
    }
    .new-top-right ul li{
        text-align: center;
        padding: 0 40px;
    }
    .new-content{
        margin-top: 20px;
    }
    .new-cont-left{
        width: 100%;
    }
    .new-cont-left ul li{
        margin-bottom: 10px;
    }
    .new-cont-right{
        width: 100%;
        margin-top: 20px;
    }
    .foot-top{
        display: none;
    }
    .foot-top-left img{
        width: 80%;
        display: block;
        margin: auto;
    }
    .foot-top-zhong{
        width: 80%;
        margin: 20px auto;
    }
    .foot-top-right{
        width: 80%;
        margin: auto;
    }

    .foot-top-zhong .foot-search input,.foot-top-right .foot-search input{
        min-width: unset;
        width: 100%;
    }
    .footer-left{
        width: 100%;
    }
    .footer-right{
        display: none;
    }
    .footer-left-di{
        margin-top: 20px;
    }
    .footer-left-di li img{
        width: 80%;
        margin: auto;
    }
    .footer-bottom{
        padding-top: 0;
    }
    .footer-bottom-left{
        width: 100%;
    }
    .footer-bottom-left p{
        display: block;
        text-align: center;
        float: unset;
    }
    .footer-bottom-right{
        width: max-content;
        margin: auto;
        margin-top: 20px;
    }
    .about-banner span{
        display: none;
    }
    .about-banner{
        padding-top: 50px;
    }
    .about-head p{
        padding: 10px 0;
    }
    .about-head{
        bottom: -40px;
    }
    .product-left{
        display: none;
    }
    .product-right{
        width: 100%;
    }
    .product-right-cont{
        margin-left: -3%;
    }
    .product-right-all{
        width: 47%;
        margin-left: 3%;
        margin-bottom: 20px;
    }
    .product-right-all-p{
        padding: 10px;
    }
    .product-right-all-p p{
        margin-top: 10px;
        overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    }
    .product-banner{
        padding-top: 50px;
    }
    .product-banner-left{
        width: 100%;
    }
    .product-banner-top{
        top: 50px;
        padding: 10px 0;
    }
    .product-banner-right{
        display: none;
    }
    .product-detail-top h2{
        font-size: 24px;
    }
    .product-detail-top p{
        font-size: 14px;
    }
    .product-detail-one{
        margin-top: 20px;
    }
    .product-detail-prev{
        width: 25px;
        height: 25px;
        left: 0;
    }
    .product-detail-next{
        width: 25px;
        height: 25px;
        right: 0;
    }
    .product-detail-xijie{
        padding: 20px 0;
    }
    .product-detail-xijie-top h2{
        font-size: 24px;
    }
    .product-detail-xijie-top p{
        font-size: 14px;
    }
    .product-detail-all{
        width: 45%;
    }
    .product-detail-di-cang img{
        width: 30px;
    }
    .product-right-all-p h2{
        overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    }
    .pro-banner-all{
        padding: 20px 0;
    }
    .pro-banner-cont-left{
        width: 100%;
    }
    .pro-banner-cont-left h2{
        font-size: 24px;
    }
    .pro-banner-cont-left p{
        font-size: 14px;
        line-height: 28px;
        margin-top: 10px;
    }
    .pro-banner-cont-right{
        width: 100%;
    }
    .product-detail{
        padding: 20px 0;
    }



    .abouts-top ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .abouts-top ul li{
        width: 50%;
        padding: 0;
        margin-top: 20px;
        border-right: none;
    }
    .abouts-top ul li i{
        font-size: 40px;
    }
    .abouts ul li p{
        font-size: 12px;
    }
    .abouts-jianjie{
        margin-top: 20px;
        width: 95%;
        margin: auto;
    }
    .abouts-jianjie-left{
        width: 100%;
        margin-top: 20px;
    }
    .abouts-jianjie-right{
        width: 100%;
        margin-top: 20px;
        padding-right: 0;
    }
    .abouts-jianjie-right h2{
        font-size: 24px;
    }
    .abouts-jianjie-right p{
        margin-bottom: 0;
    }
    .abouts-huanjing{
        width: 95%;
        margin: auto;
        margin-top: 30px;
    }
    .abouts-huanjing-left{
        width: 100%;
        padding-left: 0;
    }
    .abouts-huanjing-left h2{
        font-size: 24px;
    }
    .abouts-huanjing-left p{
        font-size: 14px;
        margin-top: 10px;
    }
    .abouts-huanjing-right{
        width: 100%;
        margin-top: 10px;
    }
    .huanjing-prev{
        width: 30px;
        height: 30px;
        left: 10px;
    }
    .huanjing-next{
        width: 30px;
        height: 30px;
        right: 10px;
    }
    .fz-swiper-cont h2{
        font-size: 24px;
        margin-top: 20px;
    }
    .fz-swiper-cont p{
        font-size: 14px;
        margin-top: 10px;
    }
    .fz-next,.fz-prev{
        display: none;
    }
    .honor{
        padding: 20px 0;
    }
    .honor h2{
        font-size: 24px;
    }
    .honor-swiper .swiper-slide{
        width: 100%;
        height: 100%;
    }
    .honor img{
        width: 80%;
        /* margin-top: 20px; */
    }
    .honor-content{
        width: 90%;
    }
    .honor-tan-swiper{
        width: 90%;
    }
    .honor-tan-swiper .swiper-slide img{
        width: 70%;
    }
    .abouts{
        padding-bottom: 20px;
    }
    .news-content{
        margin-top: 0;
    }
    .news>.container>ul{
        width: 100%;
        margin: 20px auto;
    }
    .news>.container>ul li{
        width: 50%;
        text-align: center;
        padding: 10px 0;
    }
    .news-left{
        width: 100%;
    }
    .news-zhong{
        width: 100%;
        padding: 10px;
    }
    .news-right{
        display: none;
    }
    .news-zhong h2{
        overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    }
    .news-zhong p{
        overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
    }
    .new-detail{
        padding: 50px 0;
        padding-bottom: 30px;
    }
    .new-detail-left{
        width: 100%;
    }
    .new-detail-right{
        display: none;
    }
    .fenye-cont p{
        font-size: 14px;
    }
    .fenye-cont span{
        margin-top: 0;
    }
    .yonghu-top ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 20px;
    }
    .yonghu-top ul li{
        width: 50%;
        padding: 10px 0;
        text-align: center;
    }
    .yonghu-cont .zici-cont-all{
        margin-bottom: 20px;
    }
    .video-cont{
        width: 48%;
        margin-bottom: 20px;
    }
    .video-cont p{
        display: block;
        font-size: 12px;
        padding: 5px;
    }
    .yonghu-all-cont{
        width: 100%;
        margin-bottom: 20px;
    }
    .yonghu-all-left{
        width: 70%;
    }
    .yonghu-all-left h2{
        margin-left: 10px;
        overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    }
    .yonghu-all-left p{
        padding-left: 10px;
        overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    }
    .yonghu-all-right{
        width: 30%;
    }
    .yonghu-all-right p{
        font-size: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .download-cont{
        padding: 10px;
        margin-bottom: 20px;
    }
    .download-left{
        width: 70%;
    }
    .download-right{
        width: 25%;
    }
    .download-left p{
        font-size: 14px;
        overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    }
    .download-right p{
        font-size: 14px;
        padding: 5px 10px;
    }
    .contact ul{
        width: 100%;
        margin-top: 10px;
    }
    .contact ul li{
        width: 33%;
        padding: 10px 0;
        text-align: center;
    }
    .contact-all{
        margin-top: 20px;
    }
    .contact-left{
        width: 100%;
    }
    .contact-right{
        width: 100%;
        margin-top: 20px;
        height: 200px;
    }
    .contact-left-cont{
        justify-content: space-between;
    }
    .contact-left-you{
        width: 75%;
        margin-left: 0;
    }
    .contact-left-you h2{
        font-size: 16px;
    }
    .contact-left-you p{
        font-size: 14px;
        margin-top: 10px;
    }
    .job-content{
        height: 100%;
    }
    .job-content-left{
        width: 100%;
    }
    .job-content-right h2{
        margin-bottom: 10px;
        padding-top: 10px;
        padding-left: 10px;
    }
    .job-content-right p{
        font-size: 14px;
    }
    .job-content-right{
        width: 100%;
    }
    .job-bottom-all{
        padding: 10px 5px;
    }
    .job-p2{
        display: none;
    }
    .job-p3{
        padding: 10px 0;
    }
    .zp-cont{
        width: 80%;
        height: 300px;
    }
    .tan-cont{
        width: 90%;
    }
    .tan-swiper{
        width: 90%;
        margin: auto;
    }
    .tan-prev{
        left: 0;
    }
    .tan-next{
        right: 0;
    }
    .product-detail-qiehuan{
        padding-top: 20px;
    }
    .product-detail-qiehuan ul li{
        padding: 10px 40px;
    }
    .product-detail-xijie-cont img{
        width: 100%;
    }
}