.comBg{
    position: relative;
    padding: .8rem 0;
    overflow: hidden;
}
.comBg1 + .comBg2{
    padding-top: 0;
    padding-bottom: 0;
}
.comBg2 .wrap{
    width: 90%;
    max-width: 1630px;
}
.comBg3{
    padding-bottom: 0;
}
.comBg4{
    padding: 1.2rem 0;
    background-color: #FFFFFF;
}
.comBg5{
    padding: 1.2rem 0;
    background-color: #F6F6F6;
}
.comBg6{
    padding: .8rem 0;
    background: url(../images/company/comBg6.webp) center bottom no-repeat;
    background-size: cover;
}


.com1Top{
    line-height: 1.4;
}
.com1Top p:nth-child(2){
    text-indent: 4em;
}
.com1Bot{
    flex-direction: row-reverse;
    margin: .8rem 0 .4rem;
}
.com1Img{
    flex-shrink: 0;
    max-width: 40%;
    min-width: 480px;
}
.com1Img img{
    max-width: 100%;
    height: auto;
}
.com1Text{
    /* flex: auto; */
    /* margin: 0 6%; */
    margin-right: 2%;
    overflow: hidden;
}
.com1Tit{
    margin-bottom: .4rem;
}
.com1Tit span{
    font-size: 70%;
    opacity: .8;
    margin-left: .1rem;
    font-style: italic;
    font-weight: 100;
}
.com1Con{
    line-height: 30px;
    margin: .4rem 0;
}
.com1Item{
    display: flex;
    margin: .2rem 0;
}
.com1Num{
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: .2rem;
    background: #E8E8E8;
    font-weight: bold;
    text-align: center;
    transition: all .3s;
}
.com1Item:hover .com1Num{
    color: #FFFFFF;
    background-color: var(--baseColor);
}
.com1List{
    margin: .4rem -.1rem;
}
.com1List li{
    padding: .1rem;
    margin-right: .8rem;
    margin-right: .4rem;
}
.com1List strong{
    margin-right: .1rem;
}

.com2Box{
    margin: 0 -7px;
    margin-top: .8rem;
}
.com2Item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    padding: 0 7px;
}
.com2Item1{
    width: 29.17%;
}
.com2Item2{
    width: 37%;
}
.com2Item3{
    width: 33.83%;
}
.com2Link{
    width: 100%;
}
.com2Link:hover .imgBg{
    transform: scale(1.05);
}
.com2Link:hover .com2Tit{
    max-height: 2.8em;
    transition: all .5s linear;
}
.com2Text{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.com2Icon{
    width: 100px;
    height: 100px;
    max-width: 1rem;
    max-height: 1rem;
    margin: 0 auto .2rem;
}
.com2Tit{
    max-height: 0;
    line-height: 1.4;
    overflow: hidden;
    transition: all .3s linear;
}
.com2Link .hm4Tel{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 12%;
    line-height: calc(28px + .12rem);
    padding: 0 .3rem;
    letter-spacing: .2em;
    cursor: pointer;
}
.com2Link .hm4Tel i{
    display: block;
    position: absolute;
    left: 75%;
    top: 30%;
    width: 40px;
    height: 40px;
    background: url(../images/company/finger.gif) center center no-repeat;
    background-size: contain;
}
.com2Item1 .com2Link{
    padding-bottom: 154.54%;
}
.com2Item2 .com2Link{
    padding-bottom: 41.74%;
}
.com2Item2 .com2Link:nth-child(2){
    padding-bottom: 33.62%;
}
.com2Item3 .com2Link{
    width: 49%;
    height: auto;
    padding: 0;
}
.com2Item3 .com2Link .imgBg{
    position: static;
    padding-bottom: 133.55%;
}
.com2Item3 .com2Link:nth-child(1){
    width: 100%;
    height: 0;
    padding-bottom: 65.31%;
}
.com2Item3 .com2Link:nth-child(1) .imgBg{
    position: absolute;
}

.comBg3 .hmTit{
    background-color: #FFFFFF;
}

.com3List {
    width: 90%;
    max-width: 1268px;
    margin: 0 auto;
}
.com3List  li{
    margin: 1.4rem 0;
}
.com3List  li:nth-child(2n + 1){
    flex-direction: row-reverse;
}
.com3Img{
    position: relative;
    width: 45%;
    max-width: 505px;
}
.com3Img .img{
    position: relative;
    height: 0;
    padding-bottom: 64.36%;
    overflow: hidden;
}
.com3Img .img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}
.com3Img:hover img{
    /* filter: grayscale(100%);
    transform: scale(1.05); */
}
.com3Text{
    width: 45%;
    max-width: 505px;
}
.com3Tit{
    line-height: 1.2;
}
.com3Con{
    line-height: 1.4;
    -webkit-line-clamp: 6;
    margin: .4rem 0;
}
.com4Swiper{
    width: 90%;
    max-width: 1268px;
    margin: 0 auto;
    margin-top: .8rem;
}
.com4Img{
    width: 280px;
    max-width: 80%;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}
.com4Img .imgBg{
    padding-bottom: 100%;
    transition: all 1s;
}
.com4Tit{
    line-height: 1.4;
    margin: .3rem 0;
    transition: all .3s;
}
.com4Con{
    line-height: 2;
}
.com4Swiper .swiper-slide:hover .imgBg{
    transform: scale(1.05);
}
.com4Swiper .swiper-slide:hover .com4Tit{
    color: var(--baseColor);
}

.com5Box{
    position: relative;
    padding: .8rem 39.375% .8rem 15.278%;
    padding: 0 !important;
    /* background-color: #FFFFFF; */
}
.com5Img img{
    width: 100%;
    height: auto;
}
.com5Left{
    position: absolute;
    bottom: 0;
    left: -7%;
    width: 15.49%;
    height: 90%;
}
.com5Left li{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    opacity: 0;
    /* animation: fadeOutRight .6s ease-in; */
}
.com5Left .imgBg{
    height: 100%;
    background-position: center top;
    background-size: contain;
}
.com5Left li.active{
    display: block;
    opacity: 1;
    animation: fadeIn 1s ease-out;
}
.com5Right{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4.17%;
    width: 28.26%;
    height: 86%;
}
.com5Right li{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    /* animation: fadeOutLeft .6s ease-in; */
}
.com5Right .imgBg{
    height: 100%;
    background-position: center top;
    background-size: contain;
}
.com5Right li.active{
    display: block;
    opacity: 1;
    animation: fadeIn 1s ease-out;
}
.com5Swiper{
    margin: .2rem 0 0;
}
.com5Swiper .swiper-button .swiper-prev{
    left: auto;
    right: 100%;
    margin-right: 10px;
}
.com5Swiper .swiper-button .swiper-next{
    right: auto;
    left: 100%;
    margin-left: 10px;
}
.com5Tit{
    line-height: 1.4;
    margin: .3rem 0;
}
.com5Con{
    height: 6em;
    line-height: 2;
    margin: .3rem 0 .5rem;
}

.com6Swiper .swiper-container{
    margin: .7rem -.1rem;
    padding: .1rem;
}
.com6Link{
    border-radius: .1rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
}
.com6Img{
    padding-bottom: 150.69%;
    border-radius: .1rem;
}
.com6Link:hover .imgBg{
    transform: scale(1.05);
}


@media (max-width:1600px){

}
@media (max-width:1400px){

}
@media (max-width:1200px){
    .comBg{
        padding: .6rem 0;
    }
    .com1Bot{
        display: block;
        margin: .4rem 0;
    }
    .com1Img{
        width: 100%;
        max-width: 100%;
        min-width: 0;
        text-align: center;
        margin: 0 auto .3rem;
    }
    .com1Text{
        margin: 0;
    }
    .com1Tit{
        font-size: 18px;
        margin: 0 0 .2rem;
    }
    .com1Con{
        margin: .2rem 0;
    }
    .com1Item{
        margin: .1rem 0;
    }
    .com1List{
        justify-content: space-between;
    }
    .com1List li{
        margin: 0;
    }
    .com1Text .hmMore{
        margin: 0 auto;
    }

    .comBg2 .wrap{
        width: 100%;
    }
    .com2Box{
        margin: .6rem -2px 0;
    }
    .com2Item{
        padding: 0 2px;
    }
    .com2Icon{
        width: 60px;
        height: 60px;
        max-width: .8rem;
        max-height: .8rem;
        margin: 0 auto .1rem;
    }
    .com2Link .hm4Tel{
        bottom: 15%;
    }
    .com3List li{
        margin: .6rem 0;
    }
    .com3Con{
        margin: .2rem 0;
    }
    .com4Swiper{
        width: 100%;
        margin-top: .5rem;
    }
    .com5Box{
        padding: .4rem 35% .4rem 12%;
        padding: 0 40px !important;
    }
    .com5Tit{
        margin: .1rem 0;
    }
    .com5Con{
        margin: .1rem 0 .2rem;
    }
    .com5Swiper .swiper-button{
        margin-top: .3rem;
    }
    .com6Swiper .swiper-container{
        margin: .3rem -.1rem;
    }
}
@media (max-width:991px){
    .com2Box{
        flex-wrap: wrap;
    }
    .com2Item{
        width: 50%;
    }
    .com2Item1 .com2Link{
        padding-bottom: 120%;
    }
    .com2Item3{
        width: 100%;
        margin-top: 4px;
    }
    .com2Item3 .com2Link{
        width: 25%;
        overflow: hidden;
    }
    .com2Item3 .com2Link .imgBg{
        padding-bottom: 139.65%;
    }
    .com2Item3 .com2Link:nth-child(1){
        width: 49%;
        padding-bottom: 34.9%;
    }
    .com2Item3 .com2Link:nth-child(1) .imgBg{
        padding: 0;
    }
    .com4Img{
        width: 2rem;
        max-width: 50%;
    }
    

}
@media (max-width:767px){
    .com2Link .hm4Tel{
        line-height: 28px;
    }
    .com3List{
        width: 100%;
    }
    .com5Box{
        padding: .6rem .3rem;
        text-align: center;
    }
    .com5Left,
    .com5Right{
        display: none;
    }
    .com5Swiper .hmMore{
        margin: 0 auto;
    }
    .com5Swiper .swiper-button{
        justify-content: center;
    }

}
@media (max-width:640px){
    .com1Item{
        margin: .2rem 0;
    }
    .com2Link .hm4Tel i{
        max-width: .4rem;
        max-height: .4rem;
    }

}
@media (max-width:460px){
    .com1Con{
        font-size: 14px;
        line-height: 24px;
    }
    .com1Num{
        width: 24px;
        height: 24px;
        line-height: 24px;
    }
    .com1List{
        font-size: 12px;
    }
    .com2Link .hm4Tel{
        font-size: 12px;
        line-height: 1;
        padding: .06rem .1rem;
        border-width: 1px;
        bottom: 12%;
    }
    .com2Tit{
        font-size: 16px;
    }

}