
.margin_Middle{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.company_box{
    width: 100%;
    background: #fff;
}
.company{
    padding:3% 0 ;
    text-align: center;
    position: relative;
}
.synopsis_box{
    width: 80%;
    height: 100%;
    bottom: -9rem;
    display: flex;
    box-shadow: 5px 5px 20px #ccc;
    margin: 2% auto 0;
}
.Eg-Company{
    margin-top: 5%;
    color: #585858;
}
.Ch-Company{
    margin-top: 1rem;
    font-size:2.4rem ;
    color: #08a1ed;
}
.company-Img{
    width: 65%;
    height: 100%;
}
.am-slides {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}
.am-slider-a1 .am-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    height: 100%;
}
.am-slider .am-slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative;
    height: 100%;
}
.company_box .synopsis_box .am-slider .am-slides img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    display: block;
    
}
.am-slider-a1 .am-control-nav li a{
    background-color:rgba(0,0,0,0) ;
    border: 1px solid #fff;
}
.am-slider-a1 .am-control-nav li a.am-active {
    background-color: #fa5a5a;
    cursor: default;
    border: none;
}
.am-slider-a1 .am-control-nav {
    width: 100%;
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    text-align: left;
    line-height: 0;

}

/**/
.business_box{
    width: 100%;
    background: #ededee;
}

.business{
    text-align: center;
    position: relative;
    overflow: hidden;
}
.Eg-business{
    padding-top: 5%;
    color: #585858;
}
.Ch-business{
    margin-top: 1rem;
    font-size:2.4rem ;
    color: #08a1ed;
}
.synopsis_text{
    width: 35%;
    background: #fff;
    padding: 3rem 4rem 0;
    position: relative;
}
.synopsis_text::after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 50%;
    height: 1px;
    right: 0;
    background: #898989;
    bottom: 5%;
}
.syn_title{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.syn_title .title{
    font-size:2.4rem;
    color: #585858;
}
.syn_title .Brands{
    font-size:1.6rem;
    color: #fa5a5a;
}
.syn_introduce{
    margin-top: 2.5rem;
    text-align: left;
    font-size: 1.4rem;

}
.syn_introduce p{
    text-indent: 2em;
    line-height: 3rem;
    letter-spacing: 1px;
    color: #898989;
}
/*业务内容*/
.item_Img{
    width: 50%;
    margin: 0 auto;
}
.business .am-gallery {
    padding: 5px 5px 0 5px;
    list-style: none;
    margin: 5% 0;
}
/*产品展示*/
.product_box{
    width: 100%;
    margin-top: 5%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap:wrap;
    text-align: left;
}
.company_box .am-gallery-item{
    margin-bottom:5%; 
}
.prod_goods{
    width: 25%;
    flex-shrink:0;
    margin:0 1rem 5rem ;
}
.prod_Img{
    box-shadow: 0 0 30px #e3e3e3;
    margin: 0 auto;
}
.prod_Img img{
    width: 100%;
}
.prod_details{
    margin-top: 2%;
}
.prod_label{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.prod_label label{
    color:#5f5f5f;
    font-size: 1.8rem;
    margin: 0;
}
.prod_label small{
    color: #fa5a5a;
    font-size: 1.35rem;
}
.prod_cer{
    margin: .5rem 0 0;
    color: #a2a2a2;
    font-size: 1.54rem;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.Praise{
    width: 100%;
}
 .am-gallery-default .am-gallery-item .Praise img {
    width: 5%;
    height: auto;
}
.btn_look a{
    display: inline-block;
    background: #fa5a5a;
    padding: .4rem 1.5rem;
    border-radius:2rem;
    color: #fff;
    font-size: 1.6rem;
    margin: 4rem 0 2rem;
}
/*新闻动态*/
.Article_box{
    margin-top: 5rem;
    display: flex;
    justify-content: space-between;
}
.article{
    width: 45%;
    text-align: left;
}
.shadow{
    padding: 2rem 2rem;
    box-shadow: 0 0 20px #d2d2d2;
}
.article_title label{
    font-size: 1.8rem;
    text-indent: 2em;
    color: #4a4a4a;
    position: relative;
    font-weight: normal;
    cursor: pointer;
}
.article_title label::before{
    content: "";
    position: absolute;
    background: #f35957;
    height: 100%;
    width: .4rem;
    left: 0;
}
.art_box{
    margin-top: 1rem;
}
.paragraph{
    font-size: 1.5rem;
    text-indent: 2em;
    color: #8e8e8e;
    word-spacing:1px;
    line-height: 2.4rem;
    margin: 0;
}
.news{
    margin-bottom: 5rem;
}
.newsImg{
    margin-top: 2rem;
    width: 100%;
}
.newsImg img{
    width: 100%;
}
.release_box{
    margin-top: 2rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #8e8e8e;
    font-size: 1.5rem;
}
.article_list{
    margin-top: 1rem;
    margin-bottom: 10%;
}
.list_title {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    text-indent: 2em;
}
.list_title::before{
    content: "";
    position: absolute;
    width: .35rem;
    height: 100%;
    background: #08a1ed;
}
.list_t{
    font-size: 1.6rem;
    color: #4a4a4a;
    text-indent: 2em;
    cursor: pointer;
}
.list_time{
    font-size: 1.4rem;
    color: #8e8e8e;
}
.list_para{
    margin-top: 1rem;
    margin-left: 2.7rem;
    border-bottom: 1px solid #cdcdcd;
}
.list_para p{
    font-size:1.3rem;
    text-indent: 2em;
    color: #8e8e8e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.look_More{
    text-align: right;
}
.look_More a{
    color: #F95959;
}
/*选择我们*/
.choose{
    margin-top: 10rem;
}
.choose_us{
    margin-top: 1rem;
}
.choose_us div{
    text-align: center;
    font-size: 1.4rem;
    color: #8e8e8e;
    margin-top: .5rem;
}
.brand_box{
    width: 60%;
    margin: 5% auto 0;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    flex-wrap:wrap;
}
.brand_logo{
    margin-bottom: 2rem;
}
.brand_logo img{
    max-width: 10rem;
}
.ensure_box{
    background: url("../img/Suspension.jpg")no-repeat top center;
    background-size:cover;
    z-index: 9999;
    display: none;
    /*opacity: 0;*/
}
.ensure{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.ensure_Img{
    height: 7.5rem;
    line-height: 7.5rem;
}
.ensure_Img img{
    max-width: 11rem;
    position: relative;
}
@media screen and (max-width: 1200px){
    .synopsis_box{
        display: flex;
        flex-direction: column;
    }
    .company-Img {
        width: 100%;
        height: 100%;
    }
    .synopsis_text {
        width: 100%;
        background: #fff;
        padding: 5% 5% 0;
        position: relative;
    }
}
@media screen and (max-width: 1024px){
    .ensure_box,.ensure{
        display: none;
    }
    .prod_label {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }
    .Article_box{
        margin-top: 5rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .article{
        width: 100%;
    }
    .list_title{
     flex-direction: column;
    }
}
@media only screen and (min-width: 1025px){
    .company_box .am-avg-lg-3>li:nth-of-type(3n+1) {
        clear: both;
        width: 30%;
    }
    .company_box .am-avg-lg-3>li:nth-of-type(n) {
        clear: none;
        width: 30%;
    }
}
@media screen and (max-width: 768px){
    .busin_box{
        font-size: 1.2rem;
    }
    .syn_introduce p {
        line-height: 2rem;
        letter-spacing: 1px;
        color: #898989;
    }
}
@media screen and (max-width: 425px){

    header {
        width: 100%;
        color: #fff;
        position: relative;
        overflow: hidden;
        margin-top: 5rem;
    }
    .synopsis_box {
        width: 100%;
        height: 100%;
        bottom: -9rem;
        display: flex;
        box-shadow: none; 
        margin: 2% auto 0;
    }
    .syn_introduce p{
        padding-bottom:1em; 
    }
    .brand_box{
        width:100%;
        margin: 4% auto 0;
    }
}
