/* 公共css */
@import "add.css";

body{
    background: transparent;
}
#AstemoIndex{
    margin-bottom: 60px;
}

#AstemoIndex .Grid4{
    width: 100%;
}
#AstemoIndex .ImgSet p.ImgOnlyStyle img{
    width: 100%;
}
p.TextStyle1{
    letter-spacing: 1px;
    font-size: 100%;
}
#AstemoIndex .Grid4>.productTitle{
    display: block;
    /* margin-top: -230px; */
    margin-top: 35px;

}
#AstemoIndex h2.titleFont span {
    padding-top: 0;
}

#AstemoIndex h2.titleFont{
    margin-bottom: 20px;
}
#AstemoIndex h2.titleFont>span{
    line-height: 60%;
    color: #9B9B9B;
}
/* 首页头图 */
#TopBrandingArea {
    display: block;
    width: 100%;
    background-color: #F5F5F5;
}
#TopBrandingArea .ImgSet p.ImgOnlyStyle{
    margin: 0 auto;
}

#TopBrandingArea .ImgSet p.ImgOnlyStyle.Pc{
    display: block;
}
#TopBrandingArea .ImgSet p.ImgOnlyStyle.Mb{
    display: none;
}


/* 推荐内容 */
#AstemoIndex .imgBlock a div{
    background: black;
}

#AstemoIndex .imgBlock a div h2{
    margin: 0;
    padding: 0;
    text-align: left;
    background:url(/image/cn/r1/icon/icon_link_right_xl_white.gif) no-repeat;
    background-position: 96% 50%;
}
#AstemoIndex .imgBlock a div h2 span{
    color: #fff;
    border-bottom:1px solid transparent; 
    font-weight: 400;
    font-size: 16px;
}
#AstemoIndex .Section h2{
    font-size: 35px;
    font-weight: 400;
}
#AstemoIndex .Section h2 span{
    font-weight: 400;
    border: 1px solid transparent;
    font-size: 21px;
    padding: 8px;
}

/* 产品系统 */
#AstemoIndex .Section.product > div,
#AstemoIndex .Section.RotationTwo > div {
    transition: all 500ms;
}
#AstemoIndex .Section.product > div:hover,
#AstemoIndex .Section.RotationTwo > div:hover {
    box-shadow: 0 0 50px rgba(0,0,0,.5);
}

#AstemoIndex .swiper-slide{
    background-color: #eee;

}


#AstemoIndex .swiper-slide h2 span {
    color: #FFF;
}
#AstemoIndex .swiper-slide p {
    color: #FFF;
}
#AstemoIndex .swiper-slide.light h2 span {
    color: #333;
}
#AstemoIndex .swiper-slide.light p {
    color: #666;
}

#AstemoIndex .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 15px;
}


#AstemoIndex .product{
    display: flex;
    position: relative;
    margin-bottom: 20px;
    box-sizing: border-box;
    justify-content: space-between;
}
#AstemoIndex .product .productSlider{
    width: calc((100% - 30px) / 3 * 2);
    /* height: calc(((100% - 30px) / 3 * 2) * 1.4458); */
    box-sizing: border-box;
    margin: 0;
    overflow: hidden;
}

#AstemoIndex .product .productSlider img {
    height: 100%;
}

#AstemoIndex .product .motorImg {
    position: relative;
    width: calc((100% - 30px) / 3);
    height: calc(((100% - 30px) / 3) * 1.4458);
    background-color: #eee;
    margin-bottom: 0;
    box-sizing: border-box;
}

#AstemoIndex div.motorImg a{
    box-sizing: border-box;
    cursor: pointer;
}

#AstemoIndex .product a{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: black;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}
#AstemoIndex .product a.carSystem h2 span{
    color: #FFF;
}
#AstemoIndex .product a.carSystem p{
    color: #FFF;
}
#AstemoIndex .product a.carSystem p.TextStyle1:nth-of-type(1){
    color: #FFF;
}
#AstemoIndex .product img{
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}
#AstemoIndex  .product p.ImgOnlyStyle{
    margin: 0;
}
#AstemoIndex  .product p.ImgOnlyStyle img{
    margin: 0;
}

#AstemoIndex .product a h2{
    display: inline-block;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 70px;
    text-align: left;
}
#AstemoIndex .product a h2 >span{
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
    padding-left: 35px;
    font-size: 30px;
    padding-bottom: 0px;
    padding-top: 0;

}

    
#AstemoIndex .product a h2 span::after {
    content: "";
    width: 15px;
    height: 15px;
    right: -10px;
    border-top: 2px solid #E60027;
    border-right: 2px solid #E60027;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    transition: all 300ms;
}

#AstemoIndex .product a:hover h2 span::after {
    margin-left: 5px;
}


#AstemoIndex .product a p.TextStyle1:nth-of-type(1){
    padding-left: 35px;
    font-size: 85%;
    font-family: 'Arial';
}
#AstemoIndex .product a p.TextStyle1:nth-of-type(2){
    padding-left: 35px;
    margin-top: 39px;
    width: calc(100% - (100% / 3));
}
#AstemoIndex .product .motorImg p.ImgOnlyStyle img:nth-child(1){
    display: block;
}
#AstemoIndex .product .motorImg p.ImgOnlyStyle img:nth-child(2){
    display: none;
}



/* 轮播图二 */
#AstemoIndex .RotationTwo{
    display: flex;
    margin-bottom: 25px;
}
#AstemoIndex .RotationTwo .study{
    width: calc((100% - 30px) / 2);
    background-color: #eee;
    box-sizing: border-box;
    padding-bottom: 0;
}
#AstemoIndex .RotationTwo div.study:nth-child(2){
    margin-left: 31px;
}
#AstemoIndex .RotationTwo .study a{
    display: inline-block;
    cursor: pointer;
    width: 100%;
}

#AstemoIndex .RotationTwo .study a h2{
    margin-left: 35px;
    margin-top: 35px;
    
}
#AstemoIndex .RotationTwo .study a h2 span{
    padding-left: 0;
}

/* 
    最新资讯 
*/
/* .newsColor .newsTitleConter span{
    color: #FFF;
} */
#AstemoIndex #newsExpoArea {
    width: 100%;
    max-width: none;
    /* height: 500px; */
    background-color: #F5F5F5;
    transition: all 600ms;
    /* display: none; */
}
#AstemoIndex #newsExpoArea.darkStyle{
    background-color: #222;
}
#AstemoIndex .expoTab{
    display: none;
}
#newsExpoArea .newsTitle {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #E0E0E0;
    display: flex;
}
#newsExpoArea .newsTitle ul {
    width: 100%;
    max-width: 1275px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

#newsExpoArea .newsTitle ul li {
    width: 50%;
    /* border-right: 1px solid #707070; */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#newsExpoArea .newsTitle ul li a {
    display: block;
    position: relative;
    width: 100%;
    line-height: 80px;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 120%;
    transition: all 300ms;
}

#newsExpoArea .newsTitle ul li a:hover {
    background: rgba(0,0,0,.03)
}

#newsExpoArea .newsTitle ul li a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    height: 3px;
    width: 0;
    background-color: #E71236;
    transition: all 300ms;
}
#newsExpoArea .newsTitle ul li.active a::after {
    width: 80px;
}
#newsExpoArea .listTab {
    width: 100%;
    max-width: 1275px;
    margin: 0 auto;
    padding: 30px 0;
}
#newsExpoArea .newsTab dl{
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 10px;
    width: 100%;
    display: flex;
}

#newsExpoArea .newsTab dl dt {
    /* width: 20%; */
    min-width: 120px;
}
#newsExpoArea .newsTab dl dd {
    margin: 0;
}
#newsExpoArea .newsTab dl dd a {
    position: relative;
    text-decoration: none;
    color: #333;
}
#newsExpoArea .newsTab dl dd a:hover{
    color: #E71236;
}
#newsExpoArea .newsTab dl dd a::before {
    content: "|";
    display: inline-block;
    width: 2px;
    color: #999;
    margin-right: 18px;
}
#newsExpoArea .newsTab dl dd a.new::after {
    content: "";
    position: relative;
    display: inline-block;
    margin-bottom: -5px;
    margin-left: 5px;
    width: 30px;
    height: 20px;
    background: url("/image/cn/r1/icon/icon_new_hd.gif") left center no-repeat;
    background-size: contain;
}
#newsExpoArea .newsTab dl dd ul {
    margin: 0;
}
#newsExpoArea .newsTab dl dd ul li{
    padding-top: 0;
}
/* 
    展会内容
 */


#newsExpoArea.darkStyle{
    background-color: black;
}
#newsExpoArea .expoTab {
    width: 100%;
    height: 100%;
    max-width: 1275px;
    margin: 0 auto;
    color: #FFF;
    display: none;
    transition: all;
}
#newsExpoArea.darkStyle .newsTitle{
    border-bottom: 1px solid #707070;
}
#newsExpoArea.darkStyle .newsTitle ul li a{
    color: #FFF;
    
}
#newsExpoArea .expoTab ul {
    margin-bottom: 0;
}
#newsExpoArea .expoTab>ul>li {
    transition: all .5s;
    display: flex;
    flex-direction: column;
}
#newsExpoArea .expoTab ul li:hover {
    opacity: .6;
}
#newsExpoArea .expoTab ul li p.ImgOnlyStyle{
    width: 85%;
    flex: 1;
    flex-shrink: 0;
    margin-bottom: 15px;
}
#newsExpoArea .expoTab ul li p.ImgOnlyStyle a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#newsExpoArea .expoTab ul li p.ImgOnlyStyle a img{
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#newsExpoArea .expoTab ul li div ul li{
    display: flex;
    align-items: center;
}


#newsExpoArea .expoTab div h2{
    text-align: left;
    font-size: 21px;
    font-weight: 600;
}

#newsExpoArea .expoTab div p.text{
    display: flex;
    align-items: center;
}
#newsExpoArea .expoTab div p.text img{
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
#newsExpoArea .expoTab div p.text span.TextStyle2{
    margin-bottom: 0;
}


/* 
    推荐内容
 */

#AstemoIndex .recommend>h2{
    margin-top: 40px;
    /* margin-top: 50px; */
    margin-bottom: 40px;
    /* margin-bottom: 50px; */
}
#AstemoIndex .recommend>h2>span{
    line-height: 60%;
}

@media screen and (min-width: 1920px){
    #TopBrandingArea .ImgSet p.ImgOnlyStyle.Pc{
        max-width: 1920px;
        padding: 0 15px;
        box-sizing: border-box;
    }
}

/*
    移动端
*/
@media screen and (max-width: 1275px) {
    #AstemoIndex{
        min-width: 290px;
    }
    #AstemoIndex .flexSet {
        padding-left: 15px;
        padding-right: 15px;
        min-width: 290px;
    }
    #AstemoIndex .news .newsConter{
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    #newsExpoArea .newsTab dl {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px 15px;
    }
    #newsExpoArea .newsTab dl dt {
        font-weight: 900;
    }
}

@media screen and (max-width: 997px){
    /* 调整手机端图片最大宽度 */
    .JS .GridSet{
        max-width: none;
    }
    #TopBrandingArea .ImgSet p.ImgOnlyStyle.Pc{
        display: none;
    }
    #TopBrandingArea .ImgSet p.ImgOnlyStyle.Mb{
        display: block;
    }

    #AstemoIndex .Grid4>.productTitle{
        /* margin-top: 0; */
    }
    #AstemoIndex .Grid4>.product{
        display: flex;
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    #AstemoIndex .product .productSlider {
        width: 100%;
        margin-bottom: 30px;
    }
    #AstemoIndex .product a p.TextStyle1:nth-of-type(2){
        font-size: 90%;
        width: 60%;
    }
    #AstemoIndex .Grid4 .RotationTwo{
        padding-left: 15px;
        padding-right: 15px;
    }
    #AstemoIndex .product .motorImg{
        width: 100%;
    }
    #AstemoIndex .product .motorImg p.ImgOnlyStyle img:nth-child(1){
        display: none;
    }
    #AstemoIndex .product .motorImg p.ImgOnlyStyle img:nth-child(2){
        display: block;
    }
    #AstemoIndex .RotationTwo{
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }
    #AstemoIndex .RotationTwo .study{
        width: 100%;
        margin-bottom: 30px;
    }
    #AstemoIndex .RotationTwo div.study:nth-child(2){
        margin-left: 0;
    }
    #newsExpoArea .newsTab dl dd a::before{
        content: "";
    }
    #AstemoIndex .recommend>h2{
        margin-bottom: 30px;
    }

    #newsExpoArea .newsTab dl{
        flex-direction: column;
    }
    #newsExpoArea .newsTab dl dd{
        padding-left: 0;
    }
    #newsExpoArea .newsTab dl dd a::before{
        margin-right: 0;
    }
}
@media screen and (max-width: 767px){
    #AstemoIndex h2.titleFont{
        font-size: 30px;
        /* margin-bottom: 30px; */
    }
    #AstemoIndex h2.titleFont span{
        font-size: 18px;
    }
    .JS body {
        background-color: transparent;
    }
    #AstemoIndex .flexSet.Col4.Gap > *{
        margin-right: 2%;
        width: 49%;
    }
    #AstemoIndex .flexSet.Col4.Gap .imgBlock:nth-child(2n){
        margin-right: 0%;
    }
    #AstemoIndex .product a h2{
        margin-top: 50px;
    }
    #AstemoIndex .product a h2 >span{
        font-size: 30px;
    }
    #AstemoIndex .product a p.TextStyle1:nth-of-type(2){
        margin-top: 20px;
    }
    #newsExpoArea.darkStyle .expoTab{
        margin-top: 0;
    }
    #AstemoIndex #newsExpoArea.darkStyle .expoTab ul{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #AstemoIndex #newsExpoArea.darkStyle .expoTab ul li{
        width: 85%;
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }
    #AstemoIndex #newsExpoArea.darkStyle .expoTab ul li ul.iconList li {
        display: flex;
        flex-direction: row;
        margin-top: 0;
        width: 100%;
        align-items: center;
    }
    #newsExpoArea.darkStyle .expoTab ul li p.ImgOnlyStyle{
        width: 100%;
    }
    

}


@media screen and (max-width: 590px){

    #AstemoIndex .product a h2 span::after {
        width: 11px;
        height: 11px;
        /* margin-top: 5px; */
    }
    #AstemoIndex h2.titleFont{
        font-size: 25px;
        /* margin-bottom: 15px; */
        margin-bottom: 30px;
    }
    #AstemoIndex h2.titleFont span{
        font-size: 16px;
    }
    #AstemoIndex .product a h2{
        margin-top: 35px;
    }
    #AstemoIndex .product a h2 >span{
        font-size: 25px;
    }


    #AstemoIndex .product a p.TextStyle1:nth-of-type(2){
        margin-top: 0;
        font-size: 13px;
    }
    #AstemoIndex .news .newsConter dl dd span{
        display: none;
    }
    #AstemoIndex .swiper-slide{
        background-color: #eee;
    }
    #AstemoIndex .product .productSlider {
        margin:0 auto;
        height: 100vw;
    }
    #AstemoIndex .product .productSlider a {
        z-index: 99;
    }
    #AstemoIndex .product .productSlider .swiper-slide {
        display: flex;
        justify-content: right;
    }
    #AstemoIndex .product .productSlider .swiper-slide > span {
        display: block;
        position: relative;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }
    #AstemoIndex .product .productSlider .swiper-slide span img {
        position: relative;
        height: 100%;
        width: auto;
        float:right;
    }
    #AstemoIndex .product a p.TextStyle1:nth-of-type(2){
        width: 84%;
    }
    #AstemoIndex .product .motorImg p.ImgOnlyStyle img:nth-child(2){
        margin-top: 30vw;
    }
    #newsExpoArea .newsTab dl dd a{
        text-indent: 0;
    }
    #newsExpoArea .newsTab dl dd a::before {
        display: none;
    }
    

}



@media screen and (max-width: 414px){
    #AstemoIndex .flexSet.Col4.Gap{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    #AstemoIndex .flexSet.Col4.Gap .imgBlock{
        width: 100%;
    }
    #AstemoIndex .flexSet.Col4.Gap > *{
        margin-right: 0%;
    }
    #AstemoIndex .product a{
        padding: 15px;
        box-sizing: border-box;
    }
    #AstemoIndex .product a h2{
        margin-top: 5px;
    }
    #AstemoIndex .product a h2 span{
        padding-left: 15px;
        font-size: 16px;
    }
    #AstemoIndex .product a p.TextStyle1:nth-of-type(1){
        padding-left: 16px;
        font-size: 12px;
        margin-bottom: 5px;
    }
    #AstemoIndex .product a p.TextStyle1:nth-of-type(2){
        padding-left: 16px;
        font-size: 12px;
        width: 90%;
    }
    #AstemoIndex .RotationTwo .study a h2{
        margin-left: 0;
        margin-top: 0;
    }
    #AstemoIndex .RotationTwo .study a h2 span{
        padding-left: 15px;
    }
    #AstemoIndex .swiper-container-horizontal>.swiper-pagination-bullets{
        bottom: 5px;
    }
    #AstemoIndex #newsExpoArea.darkStyle .expoTab ul li{
        width: 100%;
    }
    #AstemoIndex #newsExpoArea.darkStyle .expoTab ul li{
        margin-top: 0px;
    }

}

