@import url(animate.min.css);
@import url(../normalize.css);
:root {
    --theme-color: #e3572b;
    --theme-color2: #c2df93;
    --theme-color3: #ecf8f8;
    --title-color: var(--dark-color);
    --body-color: var(--gray-color);
    --dark-color: #063232;
    --dark-color2: #053131;
    --dark-color3: #114f4f;
    --gray-color: #5a7779;
    --gray-color2: #90b4b6;
    --white-color: #ffffff;
    --light-color: #edfbfb;
    --light-color2: #f4f8ec;
    --orange-color: #ff9d10;
    --success-color: #28a745;
    --error-color: #ff0000;
    --bs-text-color1: #10171d;
    --bs-bg-color1: rgba(6, 50, 50, 0.4);
    --bs-bg-color2: rgba(0, 0, 0, 0.60);
    --bs-bg-color3: rgba(2, 27, 27, 0.7);
    --bs-bg-color4: rgba(236, 248, 248, 0.2);
    --bs-bg-color5: rgba(255, 255, 255, 0.30);
    --bs-bg-color6: rgba(255, 255, 255, 0.4);
    --bs-bg-color7: rgba(6, 50, 50, 0.10);
    --bs-bg-color8: rgba(6, 50, 50, 0.8);
    --bs-bg-color9: rgba(255, 255, 255, .3);
    --bs-border-color: rgba(255, 255, 255, 0.10);
    --bs-border-color2: rgba(255, 255, 255, 0.2);
    --bs-border-color3: rgba(0, 0, 0, .05);
    --bs-border-color4: rgba(212, 226, 226, 0.3);
    --bs-border-color5: rgba(0, 67, 70, 0.10);
    --bs-border-color6: rgba(6, 50, 50, 0.15);
    --bs-border-color7: rgba(6, 50, 50, 0.1);
    --bs-border-color8: #dce4d9;
    --bs-border-color9: rgba(255, 255, 255, 0.30);
    --bs-border-color10: rgba(6, 50, 50, 0.10);
    --bs-border-color11: rgba(255, 255, 255, 0.2);
    --title-font: "Inter", sans-serif;
    --body-font: "Inter", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1320px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-space-small-mobile: 60px;
    --section-title-space: 70px;
    --ripple-ani-duration: 5s
}
@font-face {
    font-family: '仿宋';
    src: url('https://ofileo.oss-cn-beijing.aliyuncs.com/%E4%BB%BF%E5%AE%8B_GB2312.ttf') format('truetype'); /* 确保路径正确 */
    font-weight: normal;
    font-style: normal;
}
.contact-section {
    background-color: #f1ffee;
}

.rules-section {
    background-color: #f1ffee;
}

.rules {
    font-size:18px;
    color:black;
    width:95%;
    margin-left:5%;
}
.rules-title {
    font-size:24px;
    font-weight:bold;
    line-height:250%;
    width:100%;
}

@media (max-width: 414px) {
    .rules-title {
        font-size: 20px
    }
}

@media (max-width: 430px) {
    .rules-title {
        font-size: 22px
    }
}
.rules-content {
    font-size:18px;
    line-height:250%;
    width:100%;
    text-align: justify;
}

.text2 {
    font-size: 16px;
    font-weight: 400;
    color: #5a7779;
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    height:240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text3 {
    font-size: 16px;
    font-weight: 400;
    color: #5a7779;
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    height:380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header {
    height:78px !important;
}

/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #363636;
    height: auto;
    padding: 40px 0px 10px 0;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    margin-left: 0px;
}

.copyright_text a {
    color: white;
}

.copyright_text a:hover {
    color: #ff0000;
}


/* copyright section end */
.about-section {
    /*background-color: ;*/
}
.title-area {
    margin-bottom: calc(var(--section-title-space) - 30px);
    position: relative;
    z-index: 2
}
.tcontent {
    background-color: #f1ffee;
    padding:20%;
}
.tnav {
    display: flex;
    color: #515b53;
    border-color:#515b53;
    padding:20px 10%;
    z-index:101;
    background-color: white;
    width:100%;
}
.toDown {
    cursor: pointer;
}
.toDown:hover {
    text-decoration: none;
    cursor: pointer;
}
.mtop {
    display: flex;
    position: absolute;
    top:0px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width:100%;
    z-index:100;
    height:100%;
    overflow: hidden;
}
.img-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.bannerScroll {
    position: absolute;
    left: 48.8%;
    width: 20px;
    text-align: center;
    bottom: 5px;
    z-index: 10;
    margin-top: 20px;
}

.bannerScroll p {
    font-size: 12px;
    color: #fff;
}

.bannerScroll span {
    display: block;
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.15);
    margin: 12px auto 0;
    position: relative;
}

.bannerScroll span:after {
    content: '';
    width: 3px;
    height: 17px;
    background: #fff;
    border-radius: 1px;
    position: absolute;
    top: 0;
    left: -1px;
}

.bannerScroll span:after {
    -webkit-animation: haha1 2s linear infinite;
}

@-webkit-keyframes haha1 {
    0% {
        top: 0;
        opacity: 1;
    }
    25% {
        top: 25%;
        opacity: 0.75;
    }
    50% {
        top: 50%;
        opacity: 0.5;
    }
    75% {
        top: 75%;
        opacity: 0.25;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

.tlogo {
    transition: transform 0.3s, filter 0.3s; /* 平滑过渡效果 */
    width:20%;
    /*margin-top:13%;*/
    min-width:250px;
}

.tlogo:hover {
    transform: scale(1.5); /* 放大1.5倍 */
    filter: blur(4px); /* 应用2px的模糊效果 */
}
.pagea-2 {
    flex-shrink: 0;
    width: 100%;
    height: 75%;
    position: relative;
    transition-property: transform;
    text-align: center;
}

.pagea-2 .pagea-3 .vie video {
    min-width: 100%;
    min-height: 75%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}


.pagea-2 .swiper-slide .pagea-3{
    width:100%;
    height:auto;
    min-height:75%;
    transition:1s linear 2s;
    transform:scale(1.05,1.05);
}
.pagea-2 .swiper-slide-active  { z-index: 10;  }
.pagea-2 .swiper-slide-active .pagea-3,.pagea-2 .swiper-slide-duplicate-active .pagea-3{
    transition:6s linear;
    transform:scale(1,1);
}
.company_name {
    font-family: '仿宋';
    font-size:82px;
    font-weight:bold;
    color:#006601;
}

/*.swiper-wrapper {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 75% !important;*/
/*}*/

/*.swiper-slide {*/
/*    flex-shrink: 0;*/
/*    width: 100%;*/
/*    height: 75% !important;*/
/*    position: relative;*/
/*    transition-property: transform;*/
/*}*/