.productLine{
    margin: 50px auto;
    padding: 0;
    width: 100%;
}
.productLine p{
    text-align: center;
}
.productLine .productmenulist{
    display: flex;
    justify-content: center;
    margin: 10px 0;
}
.productLine .productmenulist .productmenu{
    width: fit-content;
    min-width: 120px;
    padding: 10px 0;
    text-align: center;
    font-size: 1rem;
    margin: 0 10px;
    border-radius: 5px;
}
.productLine .productmenulist .active{
    background-color: var(--base-color);
}
.productLine .productmenulist .active a{
    color:var(--front-color);
}
.productLine .productmenulist .productmenu:hover{
    background-color: var(--base-color);
}
.productLine .productmenulist .productmenu:hover a{
    color:var(--front-color);
}
.maintitle{
    font-size: 1.3rem;
    text-align: center;
    font-weight: bold;
    color: var(--base-color);
}
.descript{
    font-size: 1.1rem;
    color: var(--title-color);
}
.productLine .productlist{
    padding: 0;
    display: none;
    z-index: 999;
    position: relative;
    transition: all .5s linear 0s;
    -webkit-transition: all .5s linear 0s;
}
.productLine>.productlistbox>.active{
    display: flex;
}
.productLine .productlist a{
    width: 100%;
    display: block;
}
.productLine .productlist a img{
    margin: 0 auto;
    opacity : 0;
    display: block;
    border-radius: 5px;
    max-width: 100%;
    width: fit-content;
    transition: all .5s linear 0s;
    -webkit-transition: all .5s linear 0s;
}
.productLine .productlist a:hover img{
    transform: rotateY(180deg);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
}
.productLine .productlist .product:nth-child(1) a img {
    opacity: 1; /* 第一个图片立即显示 */
}
.productLine .productlist .product{
    padding: calc(var(--bs-gutter-x) * .5);
}
.spliteLine span a{
    margin: 0 auto;
    width: fit-content;
    color: var(--text-color);
    text-decoration: none;
    padding: 16px 12px;
    background: #ccc;
    display: flex;
    align-items: center;
    border-radius: 100%;
    z-index: 999;
    position: relative;
}
.spliteLine .line{
    height: 1px;
    width: 100%;
    position: relative;
    background: #bfbfbf;
    margin-top: -32px;
    z-index: 0;
}
.brandLine{
    padding: unset;
}
.brandLine>row{
    width: 100%;
}
.brandLine .container{
    padding: unset;
}
.brandLine p{
    text-align: center;
}
.brandLine .brandList{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.brandLine .brandList .brand{
    padding: calc(var(--bs-gutter-x) * .5);
}
.brandLine .brandList .brand a{
    display: block;
    width: 100%;
}
.brandLine .brandList .brand a img{
    margin: 0 auto;
    display: block;
    width: 100%;
    border-radius: 5px;
    opacity: 0;
}
.partnershipLine{
    margin: 50px auto;
    padding: 0;
}
.partnershipLine p{
    text-align: center;
}
.partnershipLine .partnershipList{
    justify-content: space-between;
}
.partnershipLine .partnershipList .partnership{
    padding: 20px;
}
.partnershipLine .partnershipList .partnership .title{
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 109px;
    padding: 20px 0;
}
.partnershipLine .partnershipList .partnership .title .name{
    width: 100%;
    text-align: left;
    margin-bottom: unset;
    padding-left: 20px;
    line-height: 40px;
    color: var(--front-color);
    font-weight: bold;
    font-size: 20px;
}
.partnershipLine .partnershipList .partnership .title .more{
    text-align: left;
    padding-left: 20px;
    margin-bottom: unset;
    line-height: 28px;
    font-weight: bold;
    font-size: 14px;
}
.partnershipLine .partnershipList .partnership .title .more a{
    color: var(--front-color);
    text-decoration: unset;
    font-weight: 100;
}
.partnershipLine .partnershipList .partnerList{
    border: 1px solid rgb(238, 238, 238);
    transition: border .2s;
}
.partnershipLine .partnershipList .partnerList ul{
    display: inline-block;
    width: 100%;
    padding:unset;
    list-style-type: none;
    margin: unset;
}  
.partnershipLine .partnershipList .partnerList ul li{
    float: left;
    width: 100%;
    border-bottom: 1px dashed #c2c2c2;
    line-height: 20px;
    padding: 10px 10px 10px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.partnershipLine .partnershipList .partnerList ul li:last-child{
    border-bottom:unset;
}
.newsLine{
    margin-bottom: 48px;
}
.newsLine .left{
    border-right: 1px dashed #c2c2c2;
}
.newsLine  .titleLine{
    width: 100%;
    height: 2rem;
}
.newsLine  .news_cn_title{
    line-height: 30px;
    font-size: 1.3rem;
    color: var(--base-color);
    max-width: 80%;
    font-weight: bold;
    height: 2rem;
    float: left;
    border-bottom: 3px solid;
}
.newsLine  .news_cn_title .news_en_title{
    font-size: 1rem;
    color: #c3c1c1;
    float: right;
    top: 5px;
    position: relative;
    margin-left: 10px;
}
.newsLine  .titleLine .news_title_more{
    float: right;
}
.newsLine  .titleLine .news_title_more a{
    text-decoration: unset;
    font-size: 14px;
    color:var(--text-color);
}
.newsLine .left .newsList{
    display: inline-block;
    width: 100%;
    padding: unset;
    list-style-type: none;
    margin: unset;
}
.newsLine .left .newsList li{
    display: inline-block;
    height: 100%;
    width: 100%;
    min-height: 200px;
}
.newsLine .left .newsList li:first-child{
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
}
.newsLine .left .newsList .newstitle{
    font-size: 20px;
    padding: 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newsLine .left .newsList .newsdesc{
    text-indent: 2rem;
    font-size: 1rem;
    line-height: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.newsLine .left .newsList .des{
    float: right;
    font-size: 0.9rem;
}
.newsLine .right .newsList{
    padding: unset;
    list-style: none;
}
.newsLine .right .newsList li{
    float: left;
    width: 100%;
    border-bottom: 1px dashed #c2c2c2;
    line-height: 20px;
    padding: 10px 10px 10px 20px;
}
.newsLine .right .newsList li a{
    width: 65%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newsLine .right .newsList li .plubtime{
    float: right;
    font-size: 0.9rem;
}
@media (min-width:780px)
{
    .newsLine .col-md-6:first-child{
        padding: 0 40px 0 0;
    }
    .newsLine .col-md-6:last-child{
        padding: 0 0 0 40px;
    }
}
@media (max-width:576px){
    .newsLine .col-md-6:last-child{
        padding: 60px 0 0 0;
    }
}
@media (max-width:1024px){
    .newsLine .right .newsList li .plubtime{
        display: none;
    }
    .newsLine .right .newsList li a{
        width: 100%;
    }
    .brandLine .brandList .brand a img{
        opacity: 1 !important;
    }
}