
.banner img {
    width: 100%;
    min-width: 1130px;
    object-fit: cover;
}
.content{
    background-image: url('../img/bgImg1.png');
    background-size: cover;
    padding-top: 83px;
    padding-bottom: 113px;
}

.intro{
    padding: 42px 0;
    position: relative;
}
.introIcon1{
    width: 115px;
    height: 160px;
    position: absolute;
    top: 0;
    left: 46px;
}
.introIcon2{
    width: 115px;
    height: 160px;
    position: absolute;
    bottom: 0;
    right: 66px;
}
.introTxt{
    width: 980px;
    margin: 0 auto;
    line-height: 40px;
    color: #000000;
}
 
.bgImg1List{
    display: flex;
    padding: 0 5%;
}
.bgImg1{
    margin-top: 20px!important;
    margin-bottom: 120px!important;
    /* background:pink; */
}
.bgImg1 img{
    width: 24%;
    height: 300px;
    margin-right: 14%;
}
.bgImg1 img:last-child{
    margin-right: 0;
}

.service1{
    display: flex;
    justify-content: space-around;
}
.serviceItem{
    text-align: center;
}
.serviceItemTitle{
    font-size: 26px;
    font-weight: bold;
    line-height: 93px;
    color: #000000;
    white-space: nowrap;
}
.serviceItemIntro{
    margin: 0 auto;
    width: 371px;
    font-size: 16px;
    line-height: 22px;
    color: #646464;
}

.service2{
    margin-top: -48px!important;
    margin-bottom: 118px;
    display: flex;
    justify-content: space-between;
}

.bgImg2{
    width: 100%;
    margin: 118px auto 37px auto;
}
.bgImg2 img{
    width: 100%;
    min-width: 1130px;
}

.news{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 62px!important;
}
.newsItem{
    width: 49%;
    /* min-width: 700px; */
    margin-bottom: 36px;
    margin-right: 2%;
}
.newsItem:nth-child(2n){
    margin-right: 0;
}
.newsItemTitle{
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 28px;
    color: #000000;
    margin-bottom: 15px;
    /* width: 655px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.newsItemIntro{
    white-space: nowrap;
    font-size: 16px;
    font-family: PingFang SC;
    line-height: 22px;
    color: #525252;
    margin-bottom: 6px;
    /* width: 655px; */
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; */
    height: 45px;
}
.newsItemIntro p{
    font-size:16px!important;
    line-height:45px;
    white-space: nowrap;
}
.newsItemTime{
    font-size: 12px;
    font-family: PingFang SC;
    line-height: 17px;
    color: #525252;
    width: 655px;
    padding-bottom: 19px;
    border-bottom: 1px solid #F0F0F0;
}
.bgImg3{
    width: 100%;
    background: #F5F5F7;
}
.bgImg3 img{
    width: 100%;
}
.footer{
    min-width: 1130px;
    font-size: 14px;
    font-family: PingFang SC;
    line-height: 20px;
    color: #525252;
    text-align: center;
    padding: 24px 0;
}

.brand-box{
    /* padding: 0 5%; */
}
.brand-view {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 0;
}
.brand-item {
    display: flex;align-items: center;justify-content: center;
    width: 16.66%;margin-bottom: 20px;
}
.brand-img {
    width: 140px; height: 140px
}
.brand-bg {
    background-color: #f5f5f5;
}
.titleItem{
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-right: 53px;
    cursor: pointer;
}
.titleItemActive{
    font-weight: bold;
}
.titleItemLine{
    width: 25px;
    height: 4px;
    background: #0050D0;
    margin: 5px auto;
}
.info2{
    font-size: 14px;
    line-height:30px;
    color: #333333;
}
.info3{
    color: #999999;
    font-size: 14px;
    line-height:30px
}
.info3 span{
    color: #000000;
    font-size: 16px;
    margin-left: 10px;
}
