html {
    /* 1rem =  *px/100 */
    /* font-size: calc(100vw / 1920 * 100) */
}

.wrapper-main {
    width: 1200px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


a {
    color: #fff;
}

a:hover {
    text-decoration: none;
}

body {
    color: #666;
    /* font-weight: 100; */
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.c_000 {
    color: #000;
}

.c_ccc {
    color: #ccc;
}

.c_666 {
    color: #666;
}

.c_333 {
    color: #193e6a;
}

.show {
    display: block
}

.hide {
    display: none
}


/* s1 */
.text-box {
    position: relative;
}

.text-list {
    padding-top: 208px;
    display: flex;
    background: url("../images/icon-i2.png") no-repeat center 75%;
    justify-content: space-around;
    background-size: contain;
}

.text-item {
    display: flex;
    flex-direction: column;
    flex: 0 0 30%;
}

.text-item>p {
    line-height: 2;
    text-align: center;
}

.flag-icon {
    text-align: center;
    margin-top: 71px;
    display: flex;
    justify-content: center;
}

.flag-title {
    display: flex;
    text-align: center;
    font-weight: bold;
    align-items: center;
    font-size: 44px;
    margin-top: 118px;
    color: #000000;
    justify-content: center;
    position: relative;
}

.flag-title::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    width: 50px;
    background: #000000;
    height: 4px;
}

.img-list {
    display: flex;
    margin-top: 91px;
    flex-wrap: wrap;
    justify-content: center;
}

.img-item {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    flex: 0 0 418px;
    cursor: pointer;
}

.val-box {
    margin-top: 72px;
    margin-bottom: 57px;
}

.val-box p {
    font-size: 30px;
    text-align: center;
}

.val-list {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* s2 */
.news-box {
    margin-top: 93px;
    padding-bottom: 80px;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-left: -20px;
    margin-right: -20px;
}

.new-item {
    display: flex;
    flex: 0 1 calc((100% - 80px) / 2);
    margin-left: 20px;
    flex-direction: column;
    margin-right: 20px;
    margin-bottom: 40px;
    position: relative;
}

.new-item:first-child::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: #d00000;
    left: -20px;
    top: -20px;
    z-index: -1;
}

.new-item:last-child::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 100%;
    background-color: #d00000;
    right: -20px;
    bottom: -20px;
    z-index: -1;
}

.new-item-info {
    overflow: hidden;
    display: flex;
    padding-top: 37px;
    padding-bottom: 86px;
    padding-left: 68px;
    padding-right: 68px;
    flex-direction: column;
    border: 1px solid #cccccc;
    justify-content: center;
    height: 100%;
    align-items: center;
    background-color: #fff;
}

.new-item-time {
    font-size: 18px;
    color: #d00000;
}

.new-item-img img {
    width: 100%;
    object-fit: cover;
}

.new-item-title.flag-title {
    font-size: 30px;
    margin-bottom: 46px;
    line-height: 2;
    margin-top: 25px;
}

.btn_more {
    color: #666666;
    font-size: 16px;
    padding: 15px 44px;
    box-sizing: border-box;
    border: 1px solid #363636;
    margin-top: 40px;
}

.btn_more_black {
    display: block;
    background: #000000;
    color: #ffffff;
    width: 166px;
    height: 45px;
    margin: 0 auto;
    text-align: center;
    line-height: 45px;
}




.video-box {
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    z-index: 9;
    width: 100%;
    background: #000;
}

.video-box .indexvideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-box .text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 9;
}

.video-box .text strong {
    color: #b9934c;
    font-size: 300px;
    font-family: NEUTRADISPLAY;
}

.video-box .text h3 {
    font-family: Belluga, Montserrat, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    color: #fff;
    font-size: 500px;
}

.video-box .text h3 span {
    display: inline-block;
    vertical-align: middle;
    width: 360px;
    margin-left: 30px;
}

.video-box:after {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.video-box .text h4 {
    font-size: 260px;
    color: #fff;
}


.action--site-index .a-header.active .header-up {
    background: none;
}

.action--site-index .a-header.active .header-bottom {
    background: none;
}

.action--site-index .a-header.active .header-bottom .header-bottom-right .account-part {
    background: none;
}

.action--site-index .a-header.active .header-bottom .header-bottom-right .account-part a {
    background: none;
}


.cursor {
    width: 10px;
    height: 10px;
    border: 3px solid #b9934c;
    background: #b9934c;
    border-radius: 50%;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
    z-index: 999;
    transition: .1s ease;
}


.index .banner .indexbanner .one .gobtn4 {
    position: absolute;
    left: 25%;
    top: 66%;
    background-color: #c5a45a;
    color: #ffffff;
    font-size: 140px;
    letter-spacing: 0;
    text-align: center;
    padding: 50px 250px;
    border-radius: 30px;
}

.index .banner .indexbanner .one .gobtn4:hover {
    background-color: #ffffff;
    color: #f39fb3;
}

/* */
.contact-box .wrapper-main {
    margin-top: 75px;
    position: relative;
    border-radius: 500px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    transition: all 0.3s ease;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    overflow: hidden;
}

.contact-box .wrapper-main.stop {
    border-radius: 50px;
}

#cont_video {
    width: 100%;
    object-fit: cover;
}

.cover.bg>span:before {}

.cover.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background-size: cover;
    width: 100%;
    transition: all 0.3s ease;
}

.cover.bg>span {
    display: inline-block;
    font-weight: 700;
    border-radius: 50px;
    background: #c5a45a;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 12px;
    overflow: hidden;
    width: auto;
    white-space: nowrap;
    text-align: center;
    transition: all 0.3s linear;
    cursor: pointer;
}

.contact-info {
    margin-top: 75px;
    font-size: 18px;
    padding-bottom: 100px;
}

.contact-info-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.left-title {
    font-size: 24px;
    color: #c5a45a;
    margin-bottom: 43px;
}

.left-title-p {}

.left-title-d {
    line-height: 2;
    color: #333333;
}

.qrcodes {
    display: flex;
    margin-top: 81px;
    margin-bottom: 80px;
    align-items: center;
    font-size: 14px;
}

.qrcodes>div {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qrcodes {
    line-height: 2.5;
}

.icq {
    display: flex;
    align-items: center;
}

.icq img {
    margin-right: 5px;
}

.left-bottom-con {
    margin-top: 75px;
    line-height: 1.5;
}

.info-left {
    padding-right: 5%;
}

.info-right {
    flex-shrink: 0;
    /* flex: none; */
    position: relative;
    width: 46%;
}

.info-right::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 100%;
    background-color: #d00000;
    right: -20px;
    bottom: -20px;
    z-index: -1;
}

.no_more_news {
    font-size: 24px;
    text-align: center;
    display: none;
}

/* 尺寸适配 */
@media (max-width: 1660px) {}

@media (max-width: 1280px) {}

@media (max-width: 960px) {
    .contact-info-block{
        flex-direction: column;
    }
    .info-left{
        padding-right: 0;
        width: 100%;
    }
    .info-right{
        width: 100%;
    }
    .info-right::after{
        display: none;
    }
}

@media (max-width: 750px) {}

@media (max-width: 640px) {}