
.content{
    width: 100%;
    margin-top: -48px;
}

.con-item{
    width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
}
.title{
    width:100%;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}
.title .name{
    width: 300px;
    height: 70px;
    font-size: 25px;
    display: inline-block;
    padding: 20px 30px 0px 30px; 
    font-weight: bold;
    background:url('../img/title.png') no-repeat center top;
    background-size: 300px;
    /* border: 2px solid red; */
}
.title .name span{
    color: #ccc;
    font-size: 22px;
    
}
.about-content{
    width: 100%;
    margin-bottom: 50px;
    margin-top: 30px;

}
.about-content .news-left{
    width: 70%;
    height: 300px;
    float: left;
}

.product{
    width: 23%;
    /* height: 300px; */
    margin-left: 10px;
    display: inline-block;
    padding: 30px 0;
    margin-top: 10px;
    box-shadow: 0 0 6px 0 #d8d8d8;
    border-radius: 10px;
}
.product-img{
    width: 100%;
    text-align: center;
    
}
.product-img img{
    width: 70px;
    height: 70px;
    line-height: 200px;
    text-align: center;
}
.about-content .news-right{
    width: 30%;
    height: 300px;
    display: inline-block;
    /* background-color: red; */
}
.product-name{
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}
.product-button{
    width: 100px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    color: #666;
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 100px;
    -webkit-transition:background-color 0.7s;
}
.product-button:hover{
    background-color: #cd3737;
    color: #fff;
    -webkit-transition:background-color 0.7s;
}
.text{
    width: 80%;
    /* height: 130px; */
    line-height: 26px;
    color: #666;
  
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.news-right img{
    width: 100%;
    height: 300px;
    /* max-height: 400px; */
}
.buttom-text{
    width: 100%;
    height: 180px;
}
.buttom-text .more{
   display: inline-block;
   color: #fff;
   padding:8px 40px;
   margin-top: 96px;
   border: 0px;
   background-color: #cd3737;
   cursor: pointer;
}
.buttom-text img{
    float: right;
    margin-top: 62px;
    margin-right: 20px;
}
.news-content{
    width: 100%;
    height: 300px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.left-jt{
    width: 80px;
    height: 40px;
    margin-right: 20px;
    margin-top: 130px;
    border-radius: 5px;
    
    float: left;
    box-shadow: 0 0 6px 0 #d8d8d8;
    text-align: center;
    background-color: #cd3737;
}
.left-jt img{
    width: 40px;
    max-height: 40px;
    /* margin-top: 130px; */
    cursor: pointer;
}
.right-jt img{
    max-height: 40px;
    /* margin-top: 130px; */
    cursor: pointer;
}
.news-border{
    width: calc(100% - 210px);
    height: 300px;
    float: left;
    display: none;
    background-color: #fff;
    box-shadow: 0 0 6px 0 #d8d8d8;
    border-radius: 6px;

}
.news-border .left-img{
    width: 40%;
    height: 300px;
    float: left;
}
.news-border .left-img img{
    width: 100%;
    height: 300px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.news-border .news-text {
    width: calc(60% - 100px);
    float: right;
    padding: 30px 50px;
    color: #fff;
    font-size: 14px;
}
.news-border .news-text .time{
    width: 100%;
    height: 50px;
    line-height: 50px;
    
}
.news-details{
    display: block;
    margin-top: 10px;
    color: red;
    
}
.news-text-size{
    width: 100%;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    color: #666;
    -webkit-box-orient: vertical;
}
.swiper-container{
    display: none;
}
.mo-footer{
    display: none;
}
.news-border .news-text .title{
    width: 100%;
    /* height: 40px; */
    margin-bottom: 10px;
    line-height: 26px;
    font-size: 16px;
    color: #000;
    margin-top: 0px;
    font-weight: bold;
    text-align: left;
}

.right-jt{
    width: 80px;
    height: 40px;
    margin-right: 10px;
    float: right;
    border-radius: 5px;
    text-align: center;
    margin-top: 130px;
    background-color: #cd3737;
}
.contact-us{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
}
.contact-us .layui-carousel{
    width: 40% !important;
    height: 400px !important;
}
.contact-us .left{
    width: 100%;
    /* height: 300px; */
    padding: 0 40px;
    background-color: #a61a1a;
    color: #fff;
}
.erweima{
    width: 70px;
    position: absolute;
    /* float: right; */
    /* margin-top: 30px; */
    right: 100px;
    top: 20px;
}
.mo-top{
    display: none;
}

.mo-nav{
    display: none;
}
.contact-erweima{
    position: relative;
}
.erweima img{
    width: 70px;
    height: 70px;
    display: inline-block;
    /* position: absolute; */
  
    z-index: 111;
}
.contact-us .left .title{
    width: 100%;
   display: inline-block;
    margin-top: 30px;
    margin-bottom: 0;
    text-align: left;
    padding-left: 30px;
}
.contact-us .left .border{
    width: 30px;
    height: 1px;
    display: inline-block;
    background-color: #fff;
    margin-top: 10px;
    margin-left: 30px;
}
.contact-us .left .name{
    width: 100%;
    padding-left: 30px;
    margin-top: 30px;
}
.contact-us .left .edit{
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
}
.contact-us .right{
    width: 60%;
    height: 400px;
    float: right;
    margin-top: -400px;
    
}
.contact-us .right img{
    width: 100%;
    height: 300px;
    object-fit:cover;
    flex: 1;
}
.customer{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;

}

.img-list{
    width: 70px;
    /* height: 70px; */
    margin-left: 20px;
    margin-top: 10px;
    display: inline-block;
}
.img-list img{
    width: 100%;
    height: 80px;
    display: block;
}
.img-list .name{
    text-align: center;
    width: 100%;
    margin-top: -10px;
    font-size: 8px;
}


