/* ===============================================================
    * full video
=============================================================== */
.full-video {position: relative; width: 100%; height: 100vh; overflow: hidden;}
.full-video .video-wrap {position: relative; width: 100%; height: 100%; background: #222;}
.full-video .video-wrap iframe {position: absolute; width: 100%; height: 100%; left: 0; top: 0;}
.full-video .control {position: absolute; bottom: 120px; left: 0; right: 0; margin: 0 auto; width: 170px; text-align: center;}
.full-video .control li {display: inline-block; padding: 0 5px;}
.full-video .control li a {display: block; font-size: 18px; color: #fff; width: 40px; height: 40px; line-height: 38px; border-radius: 50%; border: 2px solid #fff; text-align: center;}
.full-video .control li i {color: #fff;}
.full-video .control .play-pause a.hide{ display: none;}
.full-video .control .mute-onoff a.hide{ display: none;}
.full-video .main-tit {position: absolute; z-index: 100; left: 50%; top: 24%; transform: translateX(-50%);}
.full-video .main-tit h2 {font-size: 44px; line-height: 64px;}
.full-video .main-tit .line {width: 100px; height: 2px; background: var(--color-1); margin: 40px 0;}
.full-video .main-tit h3 {font-size: 18px;}
.full-video .scroll {display: flex; justify-content: space-between; align-items: flex-end;}
.full-video .scroll p {font-size: 20px; letter-spacing: 0.04em; color: #fff;}
@media (max-width: 820px){
    .full-video {height: calc(100vh - 50px);}
    .full-video .video-wrap iframe#moVideo {height: 100vh !important; width: 992px; left: 50%; transform: translateX(-50%);}
    .full-video .main-tit {top: 10%;}
    .full-video .main-tit h2 {font-size: 25px; line-height: 35px;}
    .full-video .main-tit .line {width: 50px; height: 1px; margin: 30px 0;}
    .full-video .main-tit h3 {font-size: 16px;}
    .full-video .scroll {justify-content: center;}
    .full-video .scroll p {display: none;}
}
/* ===============================================================
    * video box
=============================================================== */
.video-box {position: relative; box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.2) inset;}
.video-box:after {content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: url(/img/index/bg01.png) no-repeat center / cover; z-index: -1;}
.video-box .width-max {display: flex; justify-content: space-between; align-items: center;}
.video-box .videobox {width: 60%; overflow: hidden;}
.video-box .ratio {position: relative; width: 100%; padding-bottom: 56.25%; pointer-events: none;overflow: hidden;}
.video-box .ratio iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
/* .video-box .ratio iframe {position: absolute; left: 50%; top: 50%; width: 125%; height: 125%;transform:translate(-50%, -50%);} */
.video-box .txtbox {position: relative; width: 40%;}
.video-box .txtwrap {position: absolute; top: 50%; right: 0; left: -100px; transform: translateY(-50%); background: #fff; padding: 60px;}
.video-box .txtwrap h2 {font-size: 26px; line-height: 40px;}
.video-box .txtwrap p {font-size: 18px; color: #777; margin: 30px 0 80px;}
.video-box .txtwrap .btn1 {width: 170px; height: 52px; line-height: 52px; text-align: center; font-size: 14px; color: #fff; background: var(--color-1); border-color: var(--color-1); transition: .4s;}
.video-box .txtwrap .btn1:hover {background: var(--color-2); border-color: var(--color-2);}
@media (max-width: 992px){
    .video-box {padding: 60px 0;}
    .video-box .width-max {display: block;}
    .video-box .videobox {width: 100%;}
    .video-box .txtbox {width: calc(100% - 30px); margin: -15px auto 0;}
    .video-box .txtwrap {position: static; width: 100%; height: 100%; transform: none; padding: 30px 15px;}
    .video-box .txtwrap h2 {font-size: 19px; line-height: 25px;}
    .video-box .txtwrap p {font-size: 13px; margin: 15px 0 40px;}
    .video-box .txtwrap .btn1 {width: 124px; height: 35px; line-height: 35px; font-size: 12px;}
    /* .video-box .ratio iframe {width: 200%;height: 200%;} */
}
/* ===============================================================
    * main about
=============================================================== */
.main-about .tit {display: flex; justify-content: flex-start; align-items: flex-start; margin-bottom: 80px;}
.main-about .tit h2 {position: relative; display: inline-block; font-size: 30px; line-height: 44px; margin-right: 80px; flex: none;}
.main-about .tit h2:after {content: ''; position: absolute; left: 0; right: 0; bottom: -3px; height: 2px; background: var(--color-1);}
.main-about .tit .txtbox {flex: 1;}
.main-about .tit .txtbox h3 {font-size: 30px; line-height: 44px; margin-bottom: 30px;}
.main-about .tit .txtbox h4 {font-size: 16px; line-height: 32px; color: #777;}
.main-about .imgs {display: flex; justify-content: space-between; align-items: flex-start;}
.main-about .img1 {width: calc(50% - 80px); overflow: hidden;}
.main-about .img1 img {width: auto; height: 100%; object-fit: cover;}
.main-about .imgbox {width: calc(50% + 60px);}
.main-about .imgbox .box1 {position: relative; width: 100%; padding-bottom: 56.25%; pointer-events: none;overflow: hidden;}
.main-about .imgbox .box1 iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
/* .main-about .imgbox .box1 iframe {position: absolute; left: 50%; top: 50%; width: 125%; height: 125%;transform:translate(-50%, -50%);} */
.main-about .imgbox .box2 {margin-top: 20px; height: 290px; display: flex; justify-content: space-between; align-items: center;}
.main-about .imgbox .box2 img {width: calc(50% - 10px); height: 100%;}
@media (max-width: 992px){
    .main-about {padding: 60px 0;}
    .main-about .tit {display: block; margin-bottom: 30px;}
    .main-about .tit h2 {font-size: 25px; line-height: 1; margin-right: 0; margin-bottom: 40px;}
    .main-about .tit .txtbox h3 {font-size: 22px; line-height: 32px;}
    .main-about .tit .txtbox h4 {font-size: 14px; line-height: 24px;}
    .main-about .imgs {display: block;}
    .main-about .img1 {width: 100%; height: 345px !important;}
    .main-about .img1 img {width: 100%; height: 100%;}
    .main-about .imgbox {width: 100%; margin-top: 10px;}
    .main-about .imgbox .box2 {margin-top: 10px; height: 150px;}
    .main-about .imgbox .box2 img {width: calc(50% - 5px);}
}
@media (max-width: 992px){
    /* .main-about .imgbox .box1 iframe {width: 200%;height: 200%;} */
}
/* ===============================================================
    * main room
=============================================================== */
.main-room {position: relative;}
.main-room:after {content: ''; position: absolute; right: 0; bottom: 420px; height: 820px; width: 70%; background: #eee; z-index: -1;}
.main-room .box-top {display: flex; justify-content: space-between; align-items: center;}
.main-room .box-top .box1 {order: 2; position: relative; width: 60%; padding-right: 30px;}
.main-room .box-top .box1:after {content: ''; position: absolute; top: 0; bottom: 0; right: 0; width: 50%; background: #eee; z-index: -1;}
.main-room .box-top .box2 {width: 40%; order: 1;}
.main-room .box-top .box2 h2 {font-size: 36px; line-height: 50px;}
.main-room .box-top .box2 h3 {font-size: 18px; line-height: 36px; margin: 30px 0 50px;}
.main-room .box-top .box2 .btn1 {width: 170px; height: 52px; line-height: 52px; text-align: center; background: var(--color-1); border: 1px solid var(--color-1); color: #fff; transition: .4s;}
.main-room .box-top .box2 .btn1:hover {background: var(--color-2); border-color: var(--color-2);}
.box-mid {margin: 80px 0; display: flex; justify-content: space-between; align-items: flex-end; height: 700px;}
.box-mid .box1 {width: 50%; height: 100%; overflow: hidden;}
.box-mid .box1 img {width: auto; height: 100%;}
.box-mid .box2 {width: 50%; height: 100%; padding-left: 80px; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start;}
.box-mid .box2 .txtbox {padding: 60px 0 0 20px;}
.box-mid .box2 .txtbox h2 {font-size: 24px; line-height: 40px; margin-bottom: 50px;}
.box-mid .box2 .txtbox h3 {font-size: 16px; line-height: 36px; color: #777;}
@media (max-width: 992px){
    .main-room {padding: 60px 0;}
    .main-room:after {bottom: 120px; height: 300px; width: calc(100% - 30px);}
    .main-room .box-top {display: block;}
    .main-room .box-top .box1 {width: 100%; padding-right: 0;}
    .main-room .box-top .box1:after {display: none;}
    .main-room .box-top .box2 {width: 100%; padding: 30px 0;}
    .main-room .box-top .box2 h2 {font-size: 22px; line-height: 30px;}
    .main-room .box-top .box2 h3 {font-size: 14px; line-height: 22px; margin: 20px 0;}
    .main-room .box-top .box2 .btn1 {width: 125px; height: 35px; line-height: 35px; font-size: 12px;}
    .box-mid {margin: 0 0 30px; display: block; height: auto;}
    .box-mid .box1 {width: 100%; height: 345px;}
    .box-mid .box1 img {width: 100%;}
    .box-mid .box2 {width: 100%; height: auto; padding-left: 0; display: block;}
    .box-mid .box2 .txtbox {padding: 30px 0;}
    .box-mid .box2 .txtbox h2 {font-size: 18px; line-height: 27px; margin-bottom: 20px;}
    .box-mid .box2 .txtbox h3 {font-size: 12px; line-height: 22px;}
}
/* ===============================================================
    * main fac
=============================================================== */
.main-fac {position: relative;}
.main-fac .fac-top {display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 80px;}
.fac-top .tit {display: flex; justify-content: flex-start; align-items: flex-end; color: #fff;}
.fac-top h2 {font-size: 50px; padding-right: 20px;}
.fac-top p {font-size: 16px; letter-spacing: 0.04em;}
.fac-width {position: relative;}
.fac-ctrl {position: absolute; z-index: 100; top: 0; right: 0; display: flex; justify-content: flex-end; align-items: center;}
.fac-ctrl .nav-btn {width: 60px; height: 50px; line-height: 50px; text-align: center; border: 1px solid rgba(255,255,255,.4); font-size: 24px; color: #fff; margin-left: 10px; transition: .4s; cursor: pointer;}
.fac-ctrl .nav-btn:hover {background: var(--color-1); border-color: var(--color-1);}
.fac-container {overflow: visible;}
.fac-container .swiper-slide .slide-wrap {position: relative; display: flex; justify-content: space-between; align-items: center; height: 660px;}
.fac-container .swiper-slide .bg-img {position: absolute; top: 0; bottom: 0; left: 110px; width: calc(70% + 50px - 110px); opacity: 0.4; z-index: -1;}
.fac-container .swiper-slide .thumb {width: 70%; height: calc(100% - 100px); overflow: hidden;}
.fac-container .swiper-slide .thumb img {width: 100%; height: 100%; object-fit: cover; transition: .4s;}
.fac-container .swiper-slide .txt {position: relative; width: 30%; height: calc(100% - 200px);}
.fac-container .swiper-slide .txtwrap {position: absolute; top: 0; bottom: 0; right: 0; left: -140px; background: #fff; padding: 60px;}
.fac-container .txtwrap h3 {font-size: 30px;}
.fac-container .txtwrap h4 {font-size: 18px; color: #777; margin-top: 10px;}
.fac-container .txtwrap .line {width: 100px; height: 1px; background: var(--color-1); margin: 40px 0;}
.fac-container .txtwrap .info {font-size: 14px; line-height: 28px; color: #777;}
.fac-container .txtwrap .btn2 {margin-top: 60px;}
.fac-container .swiper-slide .txtwrap:hover .btn2 {background: var(--color-2); border-color: var(--color-2);}
.fac-container .swiper-slide:hover .thumb img {transform: scale(1.1);}
.end-video .ratio {position: relative; width: 100%; padding-top: 56.25%; pointer-events: none;overflow: hidden;}
.end-video iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
/* .end-video .ratio iframe {position: absolute; left: 50%; top: 50%; width: 125%; height: 125%;transform:translate(-50%, -50%);} */
@media (max-width: 992px){
    .main-fac {padding: 60px 0;}
    .main-fac .fac-top {margin-bottom: 30px;}
    .fac-top .tit {display: block;}
    .fac-top h2 {font-size: 35px; margin-bottom: 10px;}
    .fac-top p {font-size: 12px;}
    .fac-pager .swiper-pagination-bullet {margin: 0 3px !important}
    .fac-width {padding: 0;}
    .fac-ctrl {position: static; margin-bottom: 30px; padding: 0 15px;}
    .fac-ctrl .nav-btn {width: 45px; height: 38px; line-height: 38px; font-size: 18px;}
    .fac-container {overflow: hidden;}
    .fac-container .swiper-slide .slide-wrap {display: block; height: auto;}
    .fac-container .swiper-slide .bg-img {left: 30px; width: calc(100% - 30px); height: 225px;}
    .fac-container .swiper-slide .thumb {width: calc(100% - 30px); height: 225px; padding: 15px 0; margin: 0 auto;}
    .fac-container .swiper-slide .txt {width: calc(100% - 60px); height: 285px; margin: -30px 15px 0 auto;}
    .fac-container .swiper-slide .txtwrap {position: static; padding: 30px 15px; width: 100%; height: 100%;}
    .fac-container .txtwrap h3 {font-size: 19px;}
    .fac-container .txtwrap h4 {font-size: 13px;}
    .fac-container .txtwrap .line {width: 50px; margin: 20px 0;}
    .fac-container .txtwrap .info {font-size: 12px; line-height: 20px;}
    .fac-container .txtwrap .btn2 {margin-top: 30px;}
    .end-video {padding: 60px 0;}
    /* .end-video .ratio iframe {width:200%;height:200%;} */
}

