﻿
/* 头部 */
html,body{
    width: 100%; 
    overflow-x: hidden;
}


header {
    width: 100%;
    position: fixed;
    z-index: 99;
    height: 78px;
    line-height: 78px;
    background-color: #fff;
}

.header>.container {
    width: 1200px;
    margin: 0 auto;
    height: 78px;
    line-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}
.change-language {
    display: none;
}
.foot-code {
    display: flex;
}
.foot-code-item {
    margin-right: 40px;
    text-align: center;
}
.foot-code  img {
    width: 70px;
    height: 70px;
}
.foot-text {
    line-height: 1;
}
.pchide {
    display: none;
}
.use {
    color: #4195d2;
}
.language-item {
    font-size: 16px;
}
.foot-code div, .line {
    color: rgba(225, 225, 225,0.35);
}
body {
    position: relative;
}

.view-img-box ,.view-img-boxs  {
    position: relative;
    height: 70%;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.view-img-boxs {
    height: 90%;
    margin: auto;
}
.video-box {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.video-box-player-wrap {
    position: fixed;
    width: 70%;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.view-img, .view-imgs {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

.view {
    width: 80%;
}
.closes {
    width: 50px;
    height:50px;
    display: block;
    cursor: pointer;
}
.close-btn,.close-btns {
    width: 50%;
    display: flex;
    justify-content: right;
    transform: translateX(50px);
}
.close-btns {
    width: 80%;
}
.video-close-btn {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    transform: translateX(50px);
}
.banner-img {
    width: 100%;
    object-fit: cover;
}


@media (min-width: 768px) and (max-width:1366px) {
    #banner {
        min-height: 0 !important;
    }
    .header-btn {
        width: auto !important;
    }
}

/* ipad */
@media (min-width: 768px) and (max-width:992px) {
    .header-logo{
        margin-right: 0px !important;
    }
    .footer-box .container {
        max-width: 940px;
    }
    .footer-box {
        font-size: 12px !important;
        padding: 20px 36px;
    }
    .foot-code-item {
        margin-right: 20px;
        width: 70px;
        height: 70px;
    }
    .code-img {
        width: 70px;
        height: 70px;
    }
}

/* 兼容移动端  */ 
@media (max-width: 768px) {
    .closes {
        width: 30px;
        height:30px;
    }
    .video-close-btn {
        margin-top: 30px;
        transform: translateX(-42%);
    }
    .video-player-wrap {
        width: 120% !important;
    }
    /* 滚动穿透 */
    html,body{
        width: 100%; 
        /* height: 100%;  */
        overflow-x: hidden;
        /* overflow: hidden; */
    }
    html::-webkit-scrollbar, body::-webkit-scrollbar {
        width:0px;height:0px;
    }
    .prevent-scroll {
        /* overflow: hidden;
        height: 100vh; */
        scrollbar-width:none;
        -ms-overflow-style:none;
        /* -webkit-overflow-scrolling: touch; */
        height: 100%;
    }
    .prevent-scroll::-webkit-scrollbar{
        display:none
    }
    header {
        height: 60px;
        line-height: 60px;
        display: flex;
        align-items: center;
    }
    .header-logo{
        margin-right: 0px !important;
    }
    .header-btn-item {
        font-size: 15px;
    }
    .header-btn {
        display: none !important;
    }
    #head {
        width: 100%;
    }
    .change-language {
        display: block;
    }
    .pchide {
        display: block;
    }
    .phone {
        justify-content: space-between;
        position: relative;
    }
    .close-icon {
        width: 19px;
        height: 19px;
        display: block;
        /* margin-left: 25px; */
    }
    .language-right {
        align-items: center;
    }
    .chineses {
        padding: 0px 10px 0 15px;
    }
    .hide {
        display: none;
    }
    .englishs {
        padding: 0 13px 0 7px;
    }
    .language {
        flex-shrink: 0;
    }
    .language-box {
        border: solid 1px #515151;
        border-radius: 26px;
        padding: 3px 0;
        margin-right: 25px;
    }
    .foot-code {
        display: flex;
        margin-top:5px;
    }
    .gird-text {
        justify-content: flex-start;
    }
    .footer-box {
        font-size: 10px;
        padding: 0;
        padding-bottom: 20px !important;
    }
    .gird-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .bottom-item {
        display: flex;
        flex-direction: column;
        padding-top: 2px;
        font-size: 14px;
        text-align: center;
    }
    .line {
        padding: 3px 0 !important;
        color: #636363;
    }
    .code-img {
        width: 80px !important;
        height: 80px !important;
    }
    .foot-code>div:not(:nth-child(3)) {
        margin-right: 25px; 
    }
    .foot-code div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #636363;
    }
    #banner img {
        object-fit: cover;
    }
    .phone .active {
        color: #3a92c8;
        position: relative;
    }
    .active::before {
        content: '';
        display: block;
        height: 80%;
        width: 4px;
        position: absolute;
        left: -15px;
        top: 50%;
        transform: translateY(-50%);
        background-color: #3a92c8;
        z-index: 1000;
    }
    .bottom-logo {
        margin-bottom: 15px;
    }
    #banner {
        padding-top: 60px !important;
        min-height: auto !important;
    }
    .dot-spinner {
        --uib-size: 2rem !important;
    }
    .nodata {
        max-width: 100%;
    }
    .header-logo img:nth-of-type(1) {
        width: 50% !important;
    }
    .player-icon {
        width: 50px !important;
        height: 50px !important;
        margin-left: -20px !important;
        margin-top: -20px !important;
    }
    .text-container {
        font-size: 15px !important;  
    }
    .video-box-player-wrap {
        flex-direction: column-reverse;
    }
    .side {
        display: none;
    }
}

.header-logo  {
    cursor: pointer;
    width: 98px;
    align-items: center;
    margin-right: 149px;
}

.header-logo img:nth-of-type(1) {
    display: block;
    width: 50%;
}

.header-btn {
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*width: 618px;*/
    flex-grow: 1;
    flex-shrink: 0;
}

.header-btn-item {
    font-size: 18px;
    color: #212121;
    cursor: pointer;
    position: relative;
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
}
.header-btn .active {
    color: #3da6d2;
    position: relative;
}
.header-btn .active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 98px;
    transform: translateX(-50%);
    height: 4px;
    background-color: #3da6d2;
    border-radius: 3px 2px 2px 2px;
}
.header-btn-item span {
    line-height: 82px;
    position: relative;
    
}

.header-btn-item:hover .down-list {
    display: block;
}

.header-btn-item:hover .header-down-ico {
    transform: translate(-14px, -2px) rotateZ(-180deg);
}

.header-down-ico {
    position: absolute;
    display: inline-block;
    top: calc(50%);
    transform: translate(-14px, -2px) rotateZ(0deg);
    transition: transform 0.2s linear;
    border-width: 6px 6px 0;
    border-style: solid;
    border-color: #999 transparent transparent;
    margin-left: 5px;
}

.header-down-ico i {
    position: absolute;
    display: block;
    border-width: 6px 6px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    top: 0;
    left: 0;
    transform: translate(-50%, -120%);
}


.down-list {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: 100%;
    left: 0;
    color: #000;
    display: none;
    font-size: 14px;
}

.down-list div {
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
}

.down-list div:hover {
    color: #118dff;
}

.scheme_down {
    width: 900px;
    padding: 0 45px 45px;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    background-color: #fff;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
    cursor: default;
}

.scheme_down .scheme_title {
    color: #333;
    font-size: 14px;
    box-sizing: border-box;
    padding-right: 50px;
}

.scheme_down .scheme_title div {
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
    margin-bottom: 30px;
}

.scheme_down .ellipsis_1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.scheme_down .scheme_desc {
    font-size: 12px;
    flex-flow: 1;
}

.scheme_down .scheme_desc div:first-of-type {
    color: #da4d4d;
}

.scheme_down .scheme_desc div:first-of-type i {
    color: #000; 
    font-size: 16px;
}

.scheme_down .scheme_desc div:last-of-type {
    margin-top: 13px;
    color: #999;
}

.scheme_list {
    color: #333;
    display: flex;
    flex-wrap: wrap;
}

.scheme_list .down-list-item {
    width: 33.33%;
    margin-top: 42px;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
}

.scheme_list .down-list-item:nth-last-of-type(3n + 1) {
    padding-left: 20px;
}


.scheme_list .down-list-item img {
    flex-shrink: 0;
    margin-right: 15px;
}

.scheme_list .down-list-item:hover div:first-of-type i {
    color: #118dff;
}

.scheme-item {
    position: unset;
}

.scheme-item:hover .scheme_down {
    display: block;
}


/* 底部 */

footer {
    width: 100%;
    background-color: #252525;
}

.footer {
    width: 1200px;
    border-top: solid 1px rgba(238, 238, 238, 0.1);
    padding: 37px 69px 26px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
}

.footer-link div {
    margin-top: 18px;
}

.footer-left,
.footer-right {
    cursor: pointer;
}

.footer-left div:hover,
.footer-right div:hover {
    color: #fff;
}

.footer-link div:first-of-type {
    margin-top: 0;
}

.footer-code {
    display: flex;
}

.code-box {
    font-size: 18px;
    color: #fff;
}

.code-box:first-of-type {
    margin-right: 44px;
}

.code-box img {
    width: 122px;
    height: 122px;
    margin-top: 22px;
}

.footer-record {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #1d1d1d;
    text-align: center;
}

.footer-record span,
.footer-record a {
    font-size: 12px;
    color: #fff;
}

.banner {
    width: 100%;
    height: 400px;
}

.beian-number {
    cursor: pointer;
}

.beian-number:hover {
    color: #999;
}

/* 侧边栏 */
.side {
    position: fixed;
    top: 71%;
    right: 10px;
    z-index: 1000000;
    height: 110px;
    width: 110px;
}

.side-code {
    width: 0px;
    height: 0px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: all 0.2s linear;
    box-sizing: border-box;
    padding: 16px 0 28px;
    text-align: center;
    font-size: 14px;
    color: #666;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.side-btn-item {
    cursor: pointer;
}

.side-code img {
    height: 137px;
    width: 137px;
    margin: 18px 0 20px;
}

.side-btn-item:hover .side-code {
    width: 250px;
    height: 250px;
    left: -263px;
    opacity: 1;
}

#to-top {
    display: none;
}

@media screen and (max-width: 1440px) {
    .side-btn {
        width: 66px;
        height: 66px;
    }
}

.scheme_all {
    color: #3976ff;
    margin-top: 30px;
    cursor: pointer;
    display: block;
}


/* 立即预约展示 S*/ 
.reservation {
    padding: 44px 33px;
    background-color: #ffffff;
	box-shadow: 2px 0px 18px 0px 
		rgba(163, 163, 163, 0.17);
	border-radius: 20px;
    width: 1200px;
    margin: 0 auto;
    transform: translateY(-50%);
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
} 
#name, #tel {
    line-height: 40px;
    background-color: #ffffff;
	border-radius: 6px;
	border: solid 1px #d4d4d4;
    padding-left: 13px;
    min-width: 380px;
    margin-left: 18px;
    margin-right: 30px;
    box-sizing: border-box;
}
.text {
    color: #343e4c;
    font-size: 14px;
}
.test-submit-btns {
    flex-grow: 1;
    line-height: 40px;
    height: 40px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    background-color: #007bff;
    border-radius: 10px;
    position: relative;
}

.test-submit-btns::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    top: 0;
    left: 0;
    display: none;
}

.test-submit-btns:hover::after {
    display: block;
}

.gird-text {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* flex-direction: column;
    align-items: center; */
}
.bottom-item {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-grow: 1;
}
.area-box {
    top: -150px; 
    position: relative;
    margin-bottom: -153px;
}
.footer-box {
    background-color: #0F0F0F;
    padding: 15px 0;
    font-size: 15px;
    /* line-height: 26px; */
}
.head-line {
    position: fixed;
    top: 60px;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #eee;
}
.nav-item {
    padding: 0 15px;
    position: fixed;
    top: 60px;
    width: 100%;
    /* height: 100%; */
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 1000;
}
.nav-item img {
    width: 34px;
    height: 34px;
    display: block;
    margin-right: 12px;
}
.head-item {
    border-bottom: 1px solid #eee;
    align-items: center;
}





.SYR {
    font-family:"SYR"
}
.SYB {
    font-family: "SYB";
}
.SYST {
    font-family: "SYST";
}
.SYSTB {
    font-family: "SYSTB";
}
#banner {
    padding-top: 78px;
    min-height: 548px;
}


/* 加载中 */
.dot-spinner {
    --uib-size: 2.8rem;
    --uib-speed: .9s;
    --uib-color: #7e8083;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: var(--uib-size);
    width: var(--uib-size);
    /* display: none; */
    left: 50%;
    transform: translateX(-50%);
}

.dot-spinner__dot {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
}

.dot-spinner__dot::before {
    content: '';
    height: 20%;
    width: 20%;
    border-radius: 50%;
    background-color: var(--uib-color);
    transform: scale(0);
    opacity: 0.5;
    animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
    box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}

.dot-spinner__dot:nth-child(2) {
    transform: rotate(45deg);
}

.dot-spinner__dot:nth-child(2)::before {
    animation-delay: calc(var(--uib-speed) * -0.875);
}

.dot-spinner__dot:nth-child(3) {
    transform: rotate(90deg);
}

.dot-spinner__dot:nth-child(3)::before {
    animation-delay: calc(var(--uib-speed) * -0.75);
}

.dot-spinner__dot:nth-child(4) {
    transform: rotate(135deg);
}

.dot-spinner__dot:nth-child(4)::before {
    animation-delay: calc(var(--uib-speed) * -0.625);
}

.dot-spinner__dot:nth-child(5) {
    transform: rotate(180deg);
}

.dot-spinner__dot:nth-child(5)::before {
    animation-delay: calc(var(--uib-speed) * -0.5);
}

.dot-spinner__dot:nth-child(6) {
    transform: rotate(225deg);
}

.dot-spinner__dot:nth-child(6)::before {
    animation-delay: calc(var(--uib-speed) * -0.375);
}

.dot-spinner__dot:nth-child(7) {
    transform: rotate(270deg);
}

.dot-spinner__dot:nth-child(7)::before {
    animation-delay: calc(var(--uib-speed) * -0.25);
}

.dot-spinner__dot:nth-child(8) {
    transform: rotate(315deg);
}

.dot-spinner__dot:nth-child(8)::before {
    animation-delay: calc(var(--uib-speed) * -0.125);
}

@keyframes pulse0112 {

    0%,
    100% {
        transform: scale(0);
        opacity: 0.5;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }
}
.bottom-logo img{
    height: 60px;
}

/* 没有数据 */
.nodata {
    width: 400px;
    margin: 0 auto;
}
.nodata-box {
    display: none;
    text-align: center;
}

.video-player-wrap{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-player {
    position: relative;
    width: 70%;
    height: 0;
    padding-top: 56.25%;

}
.mask{
    position: fixed;
    top: 0;right: 0;bottom: 0;left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
.player-icon {
    width: 110px;
    height: 110px;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    margin-left: -55px;
    margin-top: -55px;
}
.foot3 {
    cursor: pointer;
}

.text-container {
    color: #fff; /* 设置文字颜色 */
    font-size: 30px;
    font-weight: 700;
    position: relative;
    -webkit-text-stroke: 8px #FCCA32; /* 设置描边宽度和颜色 */
}
.text-container::after{
    content: attr(data-text);
    position: absolute;
    color: #000;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-text-stroke: 0px #000;
}