.article-content{
    width:1200px;
    min-height:400px;
    margin:0 auto;
}
.article-title{
    width: 100%;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    line-height:32px;
}
.about-company{
    font-size:36px;
    color:#0175c2;
    font-family: Microsoft JhengHei,Microsoft Yahei,SimHei,Arial;
}
.article-time{
    width: 100%;
    line-height:20px;
    margin: 10px auto 30px auto;
    text-align: center;
    color: #666666;
}
.article-main{
    width:100%;
    height:auto;
    line-height:180%;
    margin-bottom: 30px;
    font-size: 16px;
    text-align:left;
}
.article-main img{
    max-width:100% !important;

}
#map{
    width:100%;
    height:500px;

}
.contact_us{
    text-align:left;
    background: #eff7fa;
    text-align: left;
    font-size: 16px;
    line-height: 200%;
    color: #000000;
    overflow: hidden;
    padding:25px;
}
.article-bottom{
    width:100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.ab-item{
    width:40%;
    height:30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:14px;
    color: #666666;
}
.ab-item a:hover{
    font-size:14px;
    color: #666666;
}
.ab-l{
    text-align:left;
}
.ab-r{
    text-align:right;
}
.honor-list{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
}
.honor-item{
    width: 228px;
    margin-right: 15px;
    max-height:349px;
    /* height: 349px; */
    display: block;
    margin-bottom: 20px;
    overflow:hidden;
}
.honor-list .honor-item:nth-child(5n){
    margin-right: 0px;
}
.honor-thumb{
    width:100%;
    padding:15px 0px;
    border-top:1px solid #D3D3D3;
    border-left:1px solid #D3D3D3;
    border-right:1px solid #D3D3D3;
    /* background-color:#722238; */
    /* height:279px; */
    /* border-top:1px solid #722238;
    border-left:1px solid #722238;
    border-right:1px solid #722238; */
}
.honor-thumb img{
    width:80%;
    margin:0px auto;
}
.honor-title{
    width:100%;
    height:70px;
    padding:5px;
    background: #0175c2;
    color: #FFFFFF;
    font-size: 16px;
    text-align:center;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow:hidden;
}

.develop-list{
    width:100%;
    height:auto;

}
.develop-item{
    position:relative;
    padding: 30px 50px;
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}
.develop-date{
    width: 284px;
    padding-right: 32px;
    text-align: right;
    color: #0b3775;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    z-index: 9;
}
.develop-date:after{
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -6px;
    width: 13px;
    height: 13px;
    background: #0b3775;
}
.develop-info{
    flex:1;
    color: #343434;
    font-size: 17px;
    line-height: 1.5;
    padding-top: 15px;
    padding-right: 40px;
    padding-left: 28px;
    text-align:left;
}
.develop-info img{
    max-width:640px;
}
.develop-dash{
    position: absolute;
    height: 100%;
    border-left: 1px dashed #c0c0c0;
    top: 0;
    left: 339px;
}

.product-info{
    width:100%;
    margin-bottom:30px;
    display:flex;

}
.product-thumb{
    width:300px;
    margin-right:20px;
    border:1px solid #e5e5e5;
}
.product-thumb img{
    display:block;
    width:100%;
}
.product-r{
    flex:1;
    text-align:left;
}
.product-title{
    font-size:24px;
    color:#000000;
    line-height:30px;
}
.product-entitle{
    margin-top:10px;
    font-size:20px;
}
/*手机*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .article-content {
        width: 100% !important;
        padding: 0 12px;
    }
    .article-main img {
        min-width: 100% !important;
        max-width: 100% !important;
    }
    .ls-dh {
        width: 100% !important;
        height: 100% !important;
        flex-direction: column;
        align-items: baseline;
        padding-left: 12px;
    }
    .ls-dh-l {
        white-space: nowrap;
    }
    .ls-dh-r {
        width: 100% !important;
        height: 100% !important;
        text-align: left;
        font-size: 0.2rem;
    }
    .ls-dh-r a {
        margin: 0;
        padding-right: 3px;
    }
    .product-r {
        flex: auto;
    }
    .article-time {
        font-size: 14px;
    }
}
/*ipad*/
@media only screen and (min-width: 481px) and (max-width: 1024px) {
    .article-content {
        width: 100% !important;
        padding: 0 12px;
    }
    .product-r {
        flex: auto;
    }
}