@charset "utf-8";


.header.active .head-page .item.info_item span {
    color: #939393;
}

/* 操作指南 */
.guidance_pg01 .list{
    width: 30%;
    margin-right: 5%;
    background: #aac4d136;
}
.guidance_pg01 .list:nth-child(3n){
    margin-right: 0;
}
.guidance_pg01 .list .text{
   padding: 30px 40px;
   box-sizing: border-box;
   word-wrap: break-word;
   height: 420px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   position: relative;
   z-index:3;
}
.guidance_pg01 .list .icon_detail {
    display: block;
    max-width: 96px;
    right: 21px;
    bottom: 21px;
    position: absolute;
    z-index:-1;
}
.guidance_pg01 .list .text a{
    margin-bottom: 6px;
    transition: all .4s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.guidance_pg01 .list p:last-child{
    margin-bottom: 0;
}
.guidance_pg01 .title {
    border-top: 4px solid #aac4d1;
    padding: 25px 40px;
    box-sizing: border-box;
}
.guidance_pg01 .title .show_more::after{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/icon_show_more.svg) no-repeat center/cover;
}


/* 底部图片 */
.guidance_pg02 .lists {
    position: relative;
}
.guidance_pg02 .img_advice{
    background: rgba(0,0,0,.65);
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 82%;
    transform: translateX(-50%);
    padding: 20px 50px;
    box-sizing: border-box;
    text-align: center;
}
.guidance_pg02 .img_advice_tit {
    word-break: break-all;
}
.guidance_pg02 .guidance_footdown_btn{
    margin-top: 40px;
    padding: 0 25px;
    box-sizing: border-box;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 144px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    font-size: 13px;
    border: 1px solid #fff;
    background: #fff;
    margin: 20px auto 0;
    color: #477589;
}
.guidance_pg02 .guidance_footdown_btn::after{
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #7ba9be;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .4s;
}
.guidance_pg02 .guidance_footdown_btn:hover{
    color: #fff;
}
.guidance_pg02 .guidance_footdown_btn:hover::after{
    width: 100%;
}


/* 维保视频 */
.info_maintenance .lists{
    padding: 0 11%;
    box-sizing: border-box;
}
.info_maintenance .list {
    width: 100%;
    margin-bottom: 30px;
}
.info_maintenance .list:last-child{
    margin-bottom: 0;
}
/* .info_maintenance .list:nth-child(2n){
    margin-right: 0;
} */
.info_maintenance .list .video .video-js {
    width: 100%;
    height: 500px;
}
.info_maintenance .list .video .video-js .vjs-big-play-button {
    width: 68px;
    height: 48px;
    line-height: 48px;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(51, 51, 51, .65);
    transition: all .4s;
}
.info_maintenance .list .video video{
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}
.info_maintenance .list .text{
    margin-top: 27px;
}
.info_maintenance .list .desc{
    margin-top: 14px;
}
.info_maintenance .page_likelist {
    background: #F6F6F6;
}
.info_maintenance .page_likelist .swlists {
    padding-bottom: 100px;
}
.info_maintenance .page_likelist .swlist .tit {
    margin: 20px 0 0px;
    text-align: center;
}
.info_maintenance .page_likelist .swlist .img {
    width: 100%;
    position:relative;
}
.info_maintenance .page_likelist .swlist .playerdiv {
    width: 60px;
    height: 40px;
    line-height: 40px;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(51, 51, 51, .65);
    transition: all .4s;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info_maintenance .page_likelist .swlist .playerdiv img {
    height: 20px;
}

.info_maintenance .page_likelist .swiper-pagination {
    bottom: 45px;
}
.info_maintenance .page_likelist .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #7ba9be;
    border-radius: 50%;
    background-color: transparent;
    opacity: 1;
}
.info_maintenance .page_likelist .swiper-pagination-bullet-active {
    background-color: #7ba9be;
}


/* 用户手册 */
.info_manuals .list{
    margin-bottom: 70px;
}
.info_manuals .list:last-child{
    margin-bottom: 0;
}
.info_manuals .list_tit {
    margin-bottom: 26px;
}
.info_manuals .title {
    height: 37px;
    background: #353D42;
    padding: 0 2.55% 0 2.55%;
    box-sizing: border-box;
}
.info_manuals .title .title_name ,.info_manuals .desc_text {
    width: 26.5%;
    text-align: center;
    transition: all .4s;
    padding: 0 5px;
    box-sizing: border-box;
}
.info_manuals .title .title_name:nth-child(1),.info_manuals .desc_text:nth-child(1){
    width: 30%;
    text-align: left;
}
.info_manuals .title .title_name:nth-child(2),.info_manuals .desc_text:nth-child(2) {
    width: 26.5%;
    text-align: center;
}
.info_manuals .title .title_name:nth-child(3),.info_manuals .desc_text:nth-child(3) {
    width: 30%;
    text-align: center;
}
.info_manuals .title .title_name:nth-child(4),.info_manuals .desc_text:nth-child(4){
    width: 13.5%;
    display: flex;
    justify-content: center;
}
.info_manuals .desc_text:nth-child(1){
    display: flex;
    align-items: center;
}
.info_manuals .descs {
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 22px 2.55%;
    box-sizing: border-box;
    transition: all .4s;
}
.info_manuals .descs:nth-child(2n){
    background: #F9FDFF;
}
.info_manuals .descs:nth-child(2n-1){
    background: #F0F5F7;
}
.info_manuals .desc_text_icon{
    width: 29px;
    height: 29px;
    background: url(../img/download-icon.png) no-repeat center/cover;
    transition: all .4s;
}
.info_manuals .desc_text_name{
    padding-left: 20px;
    box-sizing: border-box;
    width: calc(100% - 29px);
    padding-left: 24px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.down_btn{
    width: 18px;
    height: 16px;
    background: url(../img/download-btn.png) no-repeat center/cover;
    margin: 0 auto;
    transition: all .4s;
    cursor: pointer;
    display: inline-block;
}
.info_manuals .descs:hover .desc_text_icon{
    background: url(../img/download-hicon.png) no-repeat center/cover;
}
.info_manuals .descs:hover .desc_text {
     color: #7ba9be;
}
.info_manuals .descs:hover .down_btn{
    background: url(../img/download-hbtn.png) no-repeat center/cover;
}

/* 保修服务 */
.download_btn{
    width: 340px;
    height: 86px;
    background: #7ba9be;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 50px auto 0;
}
.download_btn:hover{
    color: #fff;
}

/* MAINTENANCE列表 */
.guidance_service_one .desc_text img{
    max-width: 80px;
}
.guidance_service_one .desc_text:nth-child(1),.guidance_service_one .title .title_name:nth-child(1){
    width: 13.5%;
}
.guidance_service_one .desc_text:nth-child(2),.guidance_service_one .title .title_name:nth-child(2){
    width: 43%;
    text-align: left;
}
.guidance_service_one .descs{
    padding: 15px 2.55%;
}

/* WARRANTIES列表 */
.guidance_service_three .desc_text img{
    max-width: 80px;
}
.guidance_service_three .desc_text:nth-child(1),.guidance_service_three .title .title_name:nth-child(1){
    width: 13.5%;
}
.guidance_service_three .desc_text:nth-child(2),.guidance_service_three .title .title_name:nth-child(2){
    width: 73%;
    text-align: left;
}
.guidance_service_three .desc_text:nth-child(3),.guidance_service_three .title .title_name:nth-child(3){
    width: 13.5%;
}
.guidance_service_three .descs{
    padding: 15px 2.55%;
}


@-webkit-keyframes pagebgfd {
    0% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
}

@keyframes pagebgfd {
    0% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
}

@media only screen and (max-width:1366px) {
    .info_maintenance .lists {
        padding: 0 5.25%;
    }
}
@media only screen and (max-width:1280px) {
    .guidance_pg01 .list .icon_detail{
        max-width: 85px;
    }
    .guidance_pg01 .list a{
        margin-bottom: 3px;
    }
    .guidance_pg01 .list .text{
        height: 384px;
    }
    .download_btn {
        width: 290px;
        height: 75px;
    }
}
@media only screen and (max-width:1200px) {
    .guidance_pg01 .list .icon_detail {
        max-width: 70px;
    }
    .info_maintenance .lists {
        padding: 0;
    }
    .download_btn {
        width: 270px;
        height: 65px;
    }
}
@media only screen and (max-width:1043px) {
    .download_btn {
        width: 240px;
        height: 60px;
    }
}
@media only screen and (max-width:960px) {
    .guidance_pg01 .list .text a:hover {
        color: #477589;
        transform: translateY(-3px);
    }
    .download_btn {
        width: 210px;
        height: 55px;
        margin: 30px auto 0;
    }
}
@media only screen and (max-width:768px) {
    .guidance_pg01 .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .guidance_pg01 .list:last-child{
        margin-bottom: 0;
    }
    .guidance_pg01 .list .text{
        height: auto;
    }
    .guidance_pg01 .list .icon_detail {
        max-width: 56px;
    }
    .guidance_pg01 .title {
        border-top: 2px solid #aac4d1;
        padding: 15px 20px;
    }
    .guidance_pg02 .img_advice {
        position: initial;
        width: 100%;
        transform: translateX(0);
        padding: 25px 20px;
    }
    
    .info_maintenance .list {
        width: 100%;
        margin-right: 0;
        margin-top: 4px;
    }
    .info_maintenance .list:last-child .text{
        padding-bottom: 0;
    }
    .download_btn {
        width: 178px;
        height: 44px;
        margin: 25px auto 0;
    }
    /* .info_manuals .title .title_name:nth-child(2), .info_manuals .desc_text:nth-child(2) {
        display: none;
    }
    .info_manuals .title .title_name:nth-child(3), .info_manuals .desc_text:nth-child(3){
        display: none;
    } */
    /* .info_manuals .title .title_name:nth-child(4), .info_manuals .desc_text:nth-child(4){
        width: 25%;
    }
    .info_manuals .title .title_name:nth-child(1), .info_manuals .desc_text:nth-child(1) {
        width: 75%;
        padding: 0;
    } */
    .info_manuals .title .title_name:nth-child(3), .info_manuals .desc_text:nth-child(3){
        display: none;
    }
    .info_manuals .title .title_name:nth-child(4), .info_manuals .desc_text:nth-child(4) {
        width: 22%;
    }
    .info_manuals .title .title_name:nth-child(1), .info_manuals .desc_text:nth-child(1) {
        width: 52%;
    }
    .info_manuals .title {
        justify-content: space-between;
        padding: 5px 2.55%;
        box-sizing: border-box;
        flex-wrap: nowrap;
        height: auto;
    }
    .info_manuals .list {
        margin-bottom: 20px;
    }
    .info_manuals .list_tit {
        margin-bottom: 15px;
    }
    .info_maintenance .page_likelist .swlists {
        padding-bottom: 60px;
    }
    .info_maintenance .page_likelist .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }
    .info_maintenance .page_likelist .swiper-pagination {
        bottom: 25px;
    }
    .info_maintenance .list .video .video-js .vjs-big-play-button {
        width: 60px;
        height: 38px;
        line-height: 38px;
    }
    .info_maintenance .list .video .video-js{
        height: 205px;
    }
    .info_maintenance .page_likelist .swlist .playerdiv{
        height: 38px;
        line-height: 38px;
    }
    .info_maintenance .list .text {
        margin-top: 20px;
    }

    .info_manuals .desc_text_name{
        padding-left: 15px;
    }
    .info_manuals .descs{
        padding: 15px 10px;
    }
    .guidance_service_three.info_manuals .desc_text:nth-child(3), .guidance_service_three.info_manuals .title .title_name:nth-child(3) {
        width: 20%;
        display: block;
    }
    .guidance_service_three.info_manuals .desc_text:nth-child(2), .guidance_service_three.info_manuals .title .title_name:nth-child(2) {
        width: 70%;
        display: block;
    }
    .guidance_service_three.info_manuals .desc_text:nth-child(1), .guidance_service_three.info_manuals .title .title_name:nth-child(1) {
        width: 15%;
        display: block;
    }


    .guidance_service_one.info_manuals .desc_text:nth-child(3), .guidance_service_one.info_manuals .title .title_name:nth-child(3) {
        width: 18%;
        display: block;
    }
    .guidance_service_one.info_manuals .desc_text:nth-child(2), .guidance_service_one.info_manuals .title .title_name:nth-child(2) {
        width: 52%;
        display: block;
    }
    .guidance_service_one.info_manuals .desc_text:nth-child(1), .guidance_service_one.info_manuals .title .title_name:nth-child(1) {
        width: 10%;
        display: block;
    }
    .guidance_service_one.info_manuals .desc_text:nth-child(4), .guidance_service_one.info_manuals .title .title_name:nth-child(4) {
        width: 20%;
        display: block;
    }
    .guidance_service_one .desc_text img {
        max-width: 100%;
    }
}