@charset "utf-8";


.owner_pg01 .width1600{
    padding: 0 5%;
    box-sizing: border-box;
}
.owner_pg01 .list{
    width: 32%;
    height: 512px;
    background: #F6F6F6;
    margin-right: 2%;
    padding: 60px 20px 120px;
    box-sizing: border-box;
    position: relative;
}
.owner_pg01 .list:nth-child(3n){
    margin-right: 0;
}
.owner_pg01 .desc {
    margin-top: 20px;
}
.owner_pg01 .desc a {
    display: block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    transition: all .4s;
}
.owner_pg01 .owner_detail{
    display: block;
    max-width: 96px;
    right: 21px;
    bottom: 21px;
    position: absolute;
}
.owner_pg02 .list{
    padding: 136px 0 107px;
    box-sizing: border-box;
}
.owner_pg02 .width1600{
    padding: 0 7.75%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: flex-start;
}
.owner_pg02 .texts {
    width: 51.75%;
    height: 504px;
    background: #FFFFFF;
    padding: 90px 60px;
    box-sizing: border-box;
    font-family: "Gotham Rounded Book";
    position: relative;
    z-index: 1;
}
.owner_pg02 .con{
    margin: 20px 0 40px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;    
    height: 120px;
    text-align: justify;
}
.owner_pg02 .img {
    width: 42.95%;
    height: 500px;
    position: absolute;
    top: -50px;
}
.owner_pg02 .list:nth-child(2n - 1){
    background: #F7F7F7;
}
.owner_pg02 .list:nth-child(2n - 1) .img{
    right: 147px;
}
.owner_pg02 .list:nth-child(2n){
    background: #fff;
}
.owner_pg02 .list:nth-child(2n) .width1600{
    justify-content: flex-end;
}
.owner_pg02 .list:nth-child(2n) .img{
    left: 147px;
}
.owner_pg02 .list:nth-child(2n) .texts{
    background: #FCFCFC;
}
.owner_pg03 {
    position: relative;
    width: 100%;
    height: 740px;
}

.owner_pg03::after {
    content: "";
    display: block;
    background: url(../img/product-bg02.png) no-repeat center/cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: pagebgfd 6s linear infinite alternate;
    animation: pagebgfd 6s linear infinite alternate;
}

@-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);
    }
}

.owner_pg03 .box {
    width: 53.8%;
    margin-top: -68px;
    position: relative;
    z-index: 3;
}

.owner_pg03 .con {
    margin-top: 30px;
    text-align: justify;

}
.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;
}
.owners_warring .lists{
    padding: 0 11%;
    box-sizing: border-box;
}
.owners_warring .list {
    width: 100%;
    margin-bottom: 30px;
}
.owners_warring .list:last-child{
    margin-bottom: 0;
}
/* .owners_warring .list:nth-child(2n){
    margin-right: 0;
} */
.owners_warring .list .video .video-js {
    width: 100%;
}
.owners_warring .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;
}
.owners_warring .list .video video{
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}
.owners_warring .list .text{
    margin-top: 27px;
}
.owners_warring .list .desc{
    margin-top: 14px;
}
.owners_warring .page_likelist {
    background: #F6F6F6;
}
.owners_warring .page_likelist .swlists {
    padding-bottom: 100px;
}
.owners_warring .page_likelist .swlist .tit {
    margin: 20px 0 0px;
    text-align: center;
}
.owners_warring .page_likelist .swlist .img {
    width: 100%;
    position:relative;
}
.owners_warring .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;
}
.owners_warring .page_likelist .swlist .playerdiv img {
    height: 20px;
}

.owners_warring .page_likelist .swiper-pagination {
    bottom: 45px;
}
.owners_warring .page_likelist .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #7ba9be;
    border-radius: 50%;
    background-color: transparent;
    opacity: 1;
}
.owners_warring .page_likelist .swiper-pagination-bullet-active {
    background-color: #7ba9be;
}
.owners_manuals .list{
    margin-bottom: 70px;
}
.owners_manuals .list:last-child{
    margin-bottom: 0;
}
.owners_manuals .list_tit {
    margin-bottom: 26px;
}
.owners_manuals .title {
    height: 37px;
    background: #353D42;
    padding: 0 2.55% 0 2.55%;
    box-sizing: border-box;
}
.owners_manuals .title .title_name ,.owners_manuals .desc_text {
    width: 26.5%;
    text-align: center;
    transition: all .4s;
}
.owners_manuals .title .title_name:nth-child(1),.owners_manuals .desc_text:nth-child(1){
    width: 30%;
    text-align: left;
}
.owners_manuals .title .title_name:nth-child(2),.owners_manuals .desc_text:nth-child(2) {
    width: 26.5%;
    text-align: center;
}

.owners_manuals .title .title_name:nth-child(3),.owners_manuals .desc_text:nth-child(3) {
    width: 30%;
    text-align: center;
}

.owners_manuals .title .title_name:nth-child(4),.owners_manuals .desc_text:nth-child(4){
    width: 13.5%;
    display: flex;
    justify-content: center;
}
.owners_manuals .desc_text:nth-child(1){
    display: flex;
    align-items: center;
}
.owners_manuals .descs {
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 22px 2.55%;
    box-sizing: border-box;
    transition: all .4s;
   
}
.owners_manuals .descs:nth-child(2n){
    background: #F9FDFF;
}
.owners_manuals .descs:nth-child(2n-1){
    background: #F0F5F7;
}
.owners_manuals .desc_text_icon{
    width: 29px;
    height: 29px;
    background: url(../img/download-icon.png) no-repeat center/cover;
    transition: all .4s;
}
.owners_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_brn{
    width: 18px;
    height: 16px;
    background: url(../img/download-btn.png) no-repeat center/cover;
    margin: 0 auto;
    transition: all .4s;
    cursor: pointer;
}
.owners_manuals .descs:hover .desc_text_icon{
    background: url(../img/download-hicon.png) no-repeat center/cover;
}
.owners_manuals .descs:hover .desc_text {
     color: #7ba9be;
}
.owners_manuals .descs:hover .down_brn{
    background: url(../img/download-hbtn.png) no-repeat center/cover;
}
@media only screen and (min-width:960px) {
    .owner_pg01 .desc a:hover{
        color: #C4972D;
        transform: translateY(-3px);
    }
}
@media only screen and (max-width:1600px) {
    .owner_pg02 .width1600 {
        padding: 0 100px;
    }
    .owner_pg02 .list:nth-child(2n - 1) .img{
        right: 100px;
    }
    .owner_pg02 .list:nth-child(2n) .img {
        left: 100px;
    }
}
@media only screen and (max-width:1480px) {
    .owner_pg03 {
        height: 650px;
    }
}
@media only screen and (max-width:1366px) {
    .owner_pg01 .list{
        height: 458px;
    }
    .owner_pg01 .owner_detail{
        max-width: 78px;
    }

    .owners_warring .lists {
        padding: 0 5.25%;
    }
}
@media only screen and (max-width:1200px) {
    .owner_pg01 .width1600 {
        padding: 0 3.5%;
    }
    .owner_pg02 .width1600 {
        padding: 0 70px;
    }
    .owner_pg02 .list:nth-child(2n) .img {
        left: 70px;
    }
    .owner_pg02 .list:nth-child(2n - 1) .img {
        right: 70px;
    }
    .owner_pg02 .img{
        height: 453px;
    }
    .owner_pg02 .texts{
        padding: 80px 60px;
        height: 453px;
    }
    .owner_pg02 .list {
        padding: 119px 0 80px;
    }
    .owner_pg03 .box {
        width: 68.8%;
    }
    .owners_warring .lists {
        padding: 0;
    }
}
@media only screen and (max-width:1043px) {
    .owner_pg02 .width1600 {
        padding: 0;
    }
    .owner_pg02 .list:nth-child(2n - 1) .img {
        right: 0;
    }
    .owner_pg02 .list:nth-child(2n) .img {
        left: 0;
    }
    .owner_pg02 .img{
        width: 52.5%;
    }
    .owner_pg01 .owner_detail {
        max-width: 68px;
    }
    .owner_pg01 .list {
        height: 438px;
    }
    .download_btn {
        width: 302px;
        height: 68px;
    }
}
@media only screen and (max-width:960px) {
    .owner_pg03 {
        height: auto;
        padding: 0 0 60px;
    }
}
@media only screen and (max-width:750px) {
    .owner_pg01 .width1600 {
        padding: 0;
    }
    .owner_pg01 .list {
        height: auto;
        width: 100%;
        margin-bottom: 15px;
        padding: 30px 20px 90px;
    }
    .owner_pg01 .list:last-child{
        margin-bottom: 0;
    }
    .owner_pg01 .owner_detail {
        max-width: 45px;
    }
    .owner_pg01 .desc {
        margin-top: 10px;
    }
    .owner_pg02 .img {
        width: 100%;
        height: 281px;
        position: relative;
        top: initial;
        left: initial;
    }
    .owner_pg02 .texts {
        padding: 30px 15px;
        height: auto;
        width: 100%;
    }
    .owner_pg02 .list:nth-child(2n) .width1600 {
        justify-content: initial;
        flex-direction: column-reverse;
    }
    .owner_pg02 .con {
        margin: 10px 0 25px;
        height: 78px;
    }
    .owner_pg02 .list {
        padding: 30px 0 30px;
    }

    .owner_pg02 .width1600 {
        padding: 0;
        flex-direction: column-reverse;
    }
    .owner_pg02 .list:nth-child(2n - 1) .img{
        right: initial;
    }

    .owner_pg03 .box {
        width: 100%;
        margin-top: 0;
    }
    .owner_pg03 {
        padding: 0 0 30px;
    }
    .owner_pg03 .con {
        margin-top: 10px;
    }
    .owners_warring .list {
        width: 100%;
        margin-right: 0;
        margin-top: 4px;
    }
    .owners_warring .list:last-child .text{
        padding-bottom: 0;
    }
    .download_btn {
        width: 178px;
        height: 44px;
        margin: 25px auto 0;
    }
    .owners_manuals .title .title_name:nth-child(2), .owners_manuals .desc_text:nth-child(2) {
        display: none;
    }
    .owners_manuals .title .title_name:nth-child(3), .owners_manuals .desc_text:nth-child(3){
        display: none;
    }
    .owners_manuals .title .title_name:nth-child(4), .owners_manuals .desc_text:nth-child(4){
        width: 25%;
    }
    .owners_manuals .title .title_name:nth-child(1), .owners_manuals .desc_text:nth-child(1) {
        width: 75%;
        padding: 0;
    }
    .owners_manuals .title {
        justify-content: space-between;
        padding: 0 2.55% 0 2.55%;
        box-sizing: border-box;
        flex-wrap: nowrap;
    }
    .owners_manuals .list {
        margin-bottom: 20px;
    }
    .owners_manuals .list_tit {
        margin-bottom: 15px;
    }
    .owners_warring .page_likelist .swlists {
        padding-bottom: 60px;
    }
    .owners_warring .page_likelist .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }
    .owners_warring .page_likelist .swiper-pagination {
        bottom: 25px;
    }
    .owners_warring .list .video .video-js .vjs-big-play-button {
        width: 60px;
        height: 38px;
        line-height: 38px;
    }
    .owners_warring .page_likelist .swlist .playerdiv{
        height: 38px;
        line-height: 38px;
    }
    .owners_warring .list .text {
        margin-top: 20px;
    }
}