@charset "UTF-8";
@import url(./public.css);
@import url(./homePage1.css);
.main{
    width: 100%;
    background: none;
}
/* .mainInfo-card4{
    margin: 0px 0 174px 0;
} */
.mainInfo{
    margin: 0 auto;
    width: 100%;
}
/* 第二部分 */
.mainAbout-card2{
    width: 1204px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.mainAbout-card2Top>ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mainAbout-card2Top ul>li{
    font-size: 19px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 19px;
    cursor:pointer
}
.mainAbout-card2Top ul>.li1{
    width: 114px;
    height: 37px;
    background: #000000;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    line-height: 37px;

}
/* 轮播 */
.mainAbout-card2Img .swiper-button-prev{
    position: absolute !important;
    right: 416px !important;
    left: 0 !important;
    top: 50% !important;
    width: 46px !important;
    height: 46px !important;
    outline:none;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}
.bamainAbout-card2Imgnenr .swiper-button-prev::after{
    color: #fff;
    font-size: 16px !important;
}
.mainAbout-card2Img .swiper-button-next{
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    width: 46px !important;
    height: 46px !important;
    outline:none;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}
.mainAbout-card2Img .swiper-button-next::after{
    color: #fff;
    font-size: 16px !important;
}



.mainAbout-card2Img{
    width: 1204px;
    margin-top: 22px;
    position: relative;
    /* height: 573px; */
}
.mainAbout-card2Img img{
    width: 100%;
}


/* 第三部分 */
.mainAbout-card3{
    width: 100%;
    height: 469px;
    background: #F8F8F8;
}
.mainAbout-card3Info{
    width: 1204px;
    display: flex;
    margin: 0 auto;
    padding: 67px 0 78px 0;
}
.mainAbout-card3Info1{
    width: 567px;
    height: 324px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mainAbout-card3Info1:first-child{
    margin-right: 68px;
}
.AboutUs-icon1{
    width: 66px;
    height: 66px;
    margin-top: 55px;
}
.mainAbout-card3Info1Phone{
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height: 100px;
}
.mainAbout-card3Info1Num{
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    width: 90%;
    text-align: center;
}

/* 第四部分 */
.mainAbout-card4{
    width: 100%;

}
.mainAbout-card4Table{
    width: 1200px;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
}
.card4Table-title{
    font-size: 33px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    margin: 52px auto;

}
.mainAbout-card4Table a{color: dimgrey;}
.tm{
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 86px;
}
.mainAbout-card4Table .tm .card4t1{
    width: 1200px;
    height: 59px;
    background: #000000;
    font-size: 22px;
    color: #FFFFFF;
}
.mainAbout-card4Table .tm tr{
    line-height: 50px;
    border: solid 1px #ded9d969;
    border-left: none;
    border-right: none;
}
.tm tr>td{
    padding-left: 32px;
}
.card4Table-bottom{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 74px;
}
.card4Table-bottom span:nth-child(1){
    font-size: 33px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    margin-bottom: 22px;
}
.card4Table-bottom span:nth-child(2){
    font-size: 25px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
}