@charset "UTF-8";
a{
    /* font-size: 14px; */
    color: #4b4b4b;
    text-decoration: none;
}
.main-image-wrap {
    width: 100%;
    height: 480px;
    overflow: hidden;
    margin-top: 110px;
}
@keyframes slider {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-50%); }
}
.main-image-wrap .image {
    width: 4900px;
    height: 100%;
    background: url(https://www.yamaha-motor.com.cn/profile/showroom/img_new/slide_001.jpg) repeat-x left top / auto 100%;
    animation: slider 50s linear 0s infinite;
}
.video_menu div a {
    position: absolute;
    top: 6px;
    right: 18px;
    }
.showroom-product{
    margin:40px 0;
    }
.showroom_h1{
    width: 100%;
    background: #e9eaee;
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
    padding-left: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    }
.showroom-product .cardlist01{
    margin-bottom: 30px;
    }
.cardlist01 figure{
    margin-bottom: 0;
}
.cardlist-area{
    width: 100%;
    padding: 9px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    height: 45px;
}

.cardlist-area .cardlist01-caption{
    margin-bottom: 0;
    color: #000000;
    font-size: 16px;
}
.cardlist01-area{
    width: 100%;
    padding: 9px 0px;
    background-color: #4e6ea1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    height: 45px;
}
.cardlist01-caption{
    margin-bottom: 0;
    color: #FFFFFF;
    font-size: 14px;
    padding: 0 5px;
}
.showroom-movie{
    margin:40px 0;
    }
.movie_h2 {
    width: 100%;
    border-bottom: 5px solid #4e6ea1;
    height: 50px;
    line-height: 45px;
    font-size: 20px;
    padding-left: 15px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #4e6ea1;
}
.movie_h2 a {
    float: right;
    font-size: 16px;
    color: #4b4b4b;
    text-decoration: none;
}
.movie a:hover {
    color: #0695d1;
}

.box_video {
    position: relative;
    background-color: transparent;
    transition: background-color 0.3s;
  }
  
.box_video:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
    transition: background-color 0.3s;
  }
  
.box_video:hover:after {
    background-color: transparent;
  }


    
@media (max-width: 991px){
.main-image-wrap {
    width: 100%;
    height: 480px;
    overflow: hidden;
    margin-top: 70px;
}
   
.main-image-wrap {
    height: 280px;
}
.main-image-wrap .image {
    width: 2858px; /* 1429px x 2 */
}
.showroom-product .cardlist01{
    margin-bottom: 20px;
}
.cardlist01-caption{
    margin-bottom: 0;
    color: #FFFFFF;
    font-size: 12px;
    padding: 0 5px;
}
    
}
@media (max-width: 650px){
    .cardlist01-caption{
    margin-bottom: 0;
    color: #FFFFFF;
    font-size: 12px;
    padding: 0 5px;
    }
}