.banner{
    width: 100%;
    max-height: 810px;
    background: #E70014;
}
.banner-img{
    width: 100%;
    height: auto;
}
.about{
    margin: 0 auto;
    width: 1537px;
    height: 810px;
    background: #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.about-left-wrapper{
    width: 750px;
    display: flex;
    flex-direction: column;
}
.about-title-box{
    width: 750px;
    color: #333333;
    display: flex;
    flex-direction: column;
}
.about-title-en{
    font-size: 24px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: lighter;
}
.about-title{
    font-size: 36px;
}
.about-desc-box{
    margin-top: 40px;
    width: 750px;
    color: #3D3D3D;
    display: flex;
    flex-direction: column;
}
.about-desc{
    font-weight: lighter;
    line-height: 28px;
}
.about-more{
    margin-top: 20px;
    color: #013686;
    font-weight: lighter;
    display: inline-block;
}
.about-info-box{
    margin-top: 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.about-info{
    padding-left: 28px;
    width: 218px;
    height: 77px;
    border-left: 1px solid #D8D8D8;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-info-title{
    font-size: 18px;
}
.about-info-desc{
    font-size: 36px;
}
.about-right-wrapper{
    width: 427px;
}
.about-img{
    width: 100%;
    height: auto;
}
.product{
    width: 100%;
    height: 810px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    left: 0;
    top: 0;
}
.product-wrapper{
    width: 20%;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product-img{
    width: 130px;
    height: 130px;
    margin-bottom: 30px;
}
.product-title{
    line-height: 60px;
    color: #FFF;
    font-size: 24px;
}
.product-titleEn{
    line-height: 30px;
    color: #FFF;
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
}
.product-bg{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.news{
    width: 100%;
    height: 810px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news-wrapper{
    margin: 0 auto;
    padding-top: 63px;
    width: 1537px;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
}
.news-left-wrapper{
    padding-top: 11px;
    display: flex;
    flex-direction: column;
}
.news-titleEn{
    font-size: 24px;
    font-weight: lighter;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0;
}
.news-title{
    margin-bottom: 30px;
    font-size: 36px;
    display: inline-block;
}
.news-tit{
    margin-top: 36px;
    margin-left: 35px;
    font-size: 24px;
    display: inline-block;
}
.news-more{
    margin-top: 46px;
    font-size: 18px;
    font-weight: lighter;
    display: inline-block;
}
.news-right-wrapper{
    width: 800px;
}
.layui-tab-title{
    height: 64px;
}
.layui-tab-title .layui-this{
    font-size: 18px;
    color: #FFF;
    background: #E70012;
}
.layui-tab-title .layui-this:after{
    height: 64px;
}
.layui-tab-title li{
    padding: 12px 52px;
    font-size: 18px;
}
.layui-tab-content{
    margin-top: 30px;
}
.news-list{}
.news-box{
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.news-img{}
.news-info-box{
    margin-left: 27px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-info-title{
    margin-bottom: 11px;
    font-size: 18px;
    display: inline-block;
}
.news-info-time{
    margin-bottom: 11px;
    font-weight: lighter;
    font-size: 12px;
    display: inline-block;
}
.news-info-desc{
    line-height: 22px;
    font-weight: lighter;
    font-size: 12px;
    color: #3D3D3D;
    display: -webkit-box; /* 将元素作为块状元素进行布局 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 使用省略号表示被隐藏的部分 */
    white-space: normal !important; /* 保持换行符生效 */
    word-wrap: break-word; /* 自动换行 */
    -webkit-line-clamp: 3; /* 控制显示的行数 */
    -webkit-box-orient: vertical; /* 垂直方向展开 */
}


