@import url("./normalize.css");
@import url(./swiper-4.3.3.min.css);

@font-face { font-family: 'foboto'; src: url('../ROBOTO-CONDENSED_0.TTF') format('truetype'); src: url('../ROBOTO-CONDENSED_0_1_.woff') format('woff');font-weight: 600;font-style: normal;  }

html{
    font-size:18px;
}
body{
    padding:0; color:#2c3e50;
    font-family: "-apple-system","PingFang-SC-Regular","BlinkMacSystemFont",Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
    -webkit-tap-highlight-color: rgba(26,26,26,0);
    margin: 0;
    background: linear-gradient(135deg, #fafafa 0%, #f8f9fa 100%);
}
.wrapper{ max-width:1680px; margin:0 auto;}
.clearfix{clear:both; overflow:hidden;}
.clearfix:after{content:""; display:table;  height:0; font-size:0; overflow:hidden; clear:both;}
h1,h2,h3,h4,h5,h6,ul,ol,li{margin:0; padding:0;}
ul,ol,li{list-style: none;}
a{text-decoration: none;}

.img{
    width: 100%;
}
h2{ font-size: 30px;}

html,.topbar{
    max-width: 1920px;
    margin: 0 auto;
    line-height: 1.5;
}

.title-sub{
    font-size: 32px;
    margin: 1.8rem auto;
}

.text-muted{
    color: #666666;
}

.btn-primary{
    font-size: 1.2rem;
    background: #e67e22;
    padding: 0.8rem 2.5rem;
    color: #fff;
    border-radius: 25px;
    border: none;
    background: linear-gradient(135deg, #e67e22, #f39c12, #f1c40f);
    box-shadow: 0 4px 15px rgba(230, 126, 34, 0.2);
    transition: all 0.3s ease;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.btn.disabled {
    background: #eee;
    color: #666;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(230, 126, 34, 0.3);
    background: linear-gradient(135deg, #f39c12, #f1c40f, #f4d03f);
}

.btn-primary:active {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.3);
}

.btn-send{
    padding: 1rem 5rem;
}

.form{
    width: 50rem;
    margin: 0 auto;
}
.form-label{
    margin-bottom: 0.5rem;
    width: 20rem;
}
.form .row{
    width: 100%;
}
.form .row .form-item{
    flex: 1;
}
.form .row .form-item + .form-item{
    margin-left: 2rem;
}
.form .input{
    width:calc(100% - 1rem);
}
.form-item{
    margin-bottom: 1rem;
    display: flex;
}
.form-content{
    flex: 1;
}


.topbar{
    height:90px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    top:0; left:0; width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    color: #2c3e50;
    box-sizing: border-box;
    position: sticky;
    z-index: 999;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
}
    .logo{ 
        width:250px; 
        height:80px;
        background:url(../img/Foresight.png) no-repeat center center;
        background-size: contain;
        flex-shrink: 0;
    }
    .logo a{ 
        display:block; 
        width:100%; 
        height:100%; 
        text-indent:-999em;
    }
    .logo a:hover{ }

    .topnav{ 
        display: flex;
        align-items: center;
        gap: 2rem;
    }
    .topnav a, .topnav .item{
        display: inline-block; 
        height: auto; 
        line-height: normal; 
        padding: 1rem 1.5rem;  
        color: #4a5568;
        position: relative; 
        font-weight: 500; 
        transition: all 0.3s ease;
        border-radius: 25px;
        font-size: 0.95rem;
    }
    .topnav a:hover,.topnav a:active{
        color: #2d3748;
        background: rgba(74, 85, 104, 0.08);
        transform: translateY(-1px);
    }

    .mobile-menu{ display:none; z-index: 9 ;}
    .topnav-mask{ position:fixed; left:0; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0.5); display:none;}
.topnav .panel a{
    line-height: normal;
    height: auto;
}
.topnav .panel a:hover{
    border: none;
}
.topnav .panel{
    box-shadow:  0 0 4px  #eee;
    border-radius: 6px;
    position: absolute;
    background: #fff;
    display: none;
}
.topnav .item:hover .panel{
    display: block !important;
    animation: fadeIn 0.2s ease-in;
}

.topnav .item .panel:hover{
    display: block !important;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
.topnav .panel a{
    display: block;
    padding: 1rem;
}

.mv-1{ height:100vh; position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
    #particles-js,.particles-js{
        position: absolute;
        left:0; top:0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        z-index:10;
    }
    .particles-js video{
    }
    .swiper-container{height:100%;}
    .swiper-item{position: relative;}
        .banner01-inner{
            width: 100%;
            height: 100%;
            position: absolute;
            min-width: 80%;
            text-align: center;
            color: #fff;
        }
        .banner01-p1{
            font-size: 1.58rem;
            position: absolute;
            left: 10%;
            bottom: 15%;
            max-width: 900px;
            text-align: left;
            padding: 3rem;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(15px);
            border-radius: 20px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            z-index: 2;
        }
        .banner01-p1 img{
            max-width: 80%;
        }
        
        .foresight-title {
            font-size: 5.5rem;
            font-weight: 700;
            color: #ffffff;
            letter-spacing: 0.1em;
            margin: -1rem 0 1.5rem 0;
            position: relative;
            font-family: 'foboto', "-apple-system","PingFang-SC-Regular","BlinkMacSystemFont",Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
            transform: scale(1.1);
            transform-origin: left center;
            text-shadow: 
                0 2px 4px rgba(0, 0, 0, 0.3),
                0 4px 8px rgba(0, 0, 0, 0.2),
                0 8px 16px rgba(0, 0, 0, 0.1);
            animation: fadeInUp 1.5s ease-out;
        }
        
        .foresight-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 0;
            height: 3px;
            background: linear-gradient(90deg, #667eea, #764ba2);
            border-radius: 2px;
            animation: expandLine 2s ease-out 0.5s forwards;
        }
        
        @keyframes fadeInUp {
            0% {
                opacity: 0;
                transform: scale(1.1) translateY(30px);
            }
            100% {
                opacity: 1;
                transform: scale(1.1) translateY(0);
            }
        }
        
        @keyframes expandLine {
            0% {
                width: 0;
            }
            100% {
                width: 200px;
            }
        }
        
        .banner01-p1 p {
            color: rgba(255, 255, 255, 0.95);
            font-size: 1.4rem;
            line-height: 1.8;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
            font-weight: 400;
            letter-spacing: 0.03em;
            margin-top: 2rem;
        }


.scroll-x{
    /*overflow-x: auto !important;
    display: flex !important;*/
}
.scroll-x img{
    flex: 1;
    width: 15rem;
}

.mr-t-b{ margin-top: 3rem; margin-bottom: 3rem;}


.partner-box{
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    margin: 6rem auto 3rem auto;
    padding: 3rem;
    font-size: 1.60rem;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.partner-box:after{
    content:"SUPPLY PARTNERS";
    position: absolute;
    top: -1.3rem;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #e67e22, #f39c12);
    color: white;
    display: inline-block;
    padding: 0.5rem 2rem;
    width: 16rem;
    border-radius: 25px;
    font-weight: 500;
    letter-spacing: 0.03em;
    box-shadow: 0 4px 15px rgba(230, 126, 34, 0.2);
}

.partner{
    align-items: center;
    position: relative;
    margin: 2rem 0;
    font-size: 1.3rem;
}


.partner-box .item{
    position: relative;
}

.partner-box .item-label{
    min-width: 9rem;
    max-width: 9rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.partner-box .item-content{ flex: 1; position: relative; padding-left: 10rem; }
.error{
    color: #cf6161;
}
/*.partner-box .item-content img{ border: 1px dashed #000; margin: 0 .1rem;}*/

.various{
    margin-top: 30px;
}

.various-box{
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    font-size: 1.1rem;
    padding: 3rem;
    margin-top: 4rem;
    border-radius: 30px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.various-box:after{
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border: 1rem solid transparent;
    border-top-color: rgba(255, 255, 255, 0.9);
    left: 47%;
    top: -2rem;
    transform: rotate(-180deg);
}
.various-box .title{
    font-size: 1.7rem;
    margin-top: 0;
    color: #2c3e50;
}

.btn{
    display: inline-block;
}

.mv-1,.mv-2,.mv-3,.mv-4{
    padding: 5rem 4rem;
}

.mv-2{
    text-align: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #2c3e50;
}

.mv-3{
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    overflow: hidden;
    color: white;
}
.mv-4{
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #2c3e50;
}

.lang-nav:hover .lang-nav-panel{
    display: block !important;
}

    .title{
        font-size: 3rem;
        margin: 2rem auto;
        text-align: center;
        font-weight: 600;
        letter-spacing: 0.02em;
    }
    
    .mv-1 .title, .mv-3 .title, .mv-5 .title {
        color: white;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    
    .mv-2 .title, .mv-4 .title {
        color: #2c3e50;
        text-shadow: none;
    }
   .desc{
       margin-bottom: 5rem;
       font-size: 1.2rem;
       line-height: 1.8;
       opacity: 0.9;
    }
    
    .mv-1 .desc, .mv-3 .desc, .mv-5 .desc {
        color: rgba(255, 255, 255, 0.9);
    }
    
    .mv-2 .desc, .mv-4 .desc {
        color: #6c757d;
    }
   .desc-normal{
       font-size:1.48rem;
       margin: 1rem auto;
       padding: 0 1rem;
   }

    .mv2-list{  text-align: center;}
    .mv2-list .mv2-item .title{
        font-size: 1.78rem;
    }
    .mv2-list .icon{
        margin-top: 3rem;
    }
    .mv2-list .desc{text-align: left; font-size: 1.03rem;}
    .mv2-list li{
        vertical-align: top;
        width:31%;
        margin:0 1%;
        list-style:none;
        box-sizing:border-box;
        text-align: center;
        display:inline-block;
        overflow: hidden;
        padding: 0 2rem;
        height: 29rem;
    }
    .mv2-item{ 
        background: rgba(255, 255, 255, 0.15); 
        backdrop-filter: blur(10px);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); 
        border-radius: 20px; 
        background-size: cover; 
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.2);
        transition: all 0.3s ease;
    }
    .mv2-item:hover{
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        border-bottom: 5px solid #FF6B35;
    }
    .mv2-item h3{ position: relative; text-align: center}
    @keyframes mv2i1-icon-ani {
        30%{ transform: translateY(10px)}
        70%{ transform: translateY(-10px)}
    }
    .mv2i1-icon,.mv2i2-icon,.mv2i3-icon,.mv2i4-icon,.mv2i5-icon{
        width:135px; height:135px; margin: 0 auto;
    }
    .mv2i1-icon:hover,.mv2i2-icon:hover,.mv2i3-icon:hover,.mv2i4-icon:hover,.mv2i5-icon:hover{
        animation:mv2i1-icon-ani ease 3s  infinite;
    }




.banner01-h1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/banner-1.jpeg') no-repeat center center;
    background-size: cover;
    z-index: 1;
}

.mv-3 .banner01-h1{
    flex: 1;
}
.mv-3 .banner01-h1 img{
    width: 100%;
    max-width: 600px;
}

/*
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: url(../img/arrow-right.png);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: url(../img/arrow-left.png);
}*/

    .datashow{ text-align: center; color:#050403; padding:100px 0;}
    .datashow p{ color: #666666; font-size: 16px; line-height: 1.3}
    .datashow h2{font-size:32px; font-weight:normal; margin-bottom:1em;}
        .datashow-p1{ font-size:88px;}
        .datashow-p2{ font-size:18px;}
        .datashow-p3{ font-size:56px; margin-top:40px; margin-bottom:30px;}

        .datashow-p5{ font-size:56px; display:inline-block; border-top:1px solid #fff; min-width:40%; padding:20px 0; position: relative;}
        .datashow-p5:before{content:""; position:absolute; left:50%; width:1px; top:10%; height:80%; background-color:#fff; }
            .datashow-p5-item{display:inline-block; width:45%;}
        .datashow-c1{ color:#27ad60; }
        .datashow-c2{ font-size:18px; margin:.5em 0;}

.mv-4{}
    .mv4-item{ width:25%;  float:left;}
.mv4-item-inner{color: #2c3e50}
        .mv4-item-inner{ display:inline-block; width:80%; text-align: center; margin:1rem 10%;  vertical-align: middle;}
        .mv4-item-inner h3{ font-size:42px; font-weight:normal; margin-bottom:1em;}
        .mv4-item-inner h3:before{content:""; display:inline-block; width:4px; height:38px; background-color:#27ae60; margin-right:15px; vertical-align: middle; margin-bottom:3px;}
        .mv4-item-inner p{ font-size:24px; margin:0;}

        .pure-js-carousel-dots{
            display: none;
        }

.mv-5{
    padding:100px 5% 0 5%;
    text-align: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}
    .mv5-h2{ font-size:32px; font-weight:normal; margin-bottom:20px;}
    .coop{ text-align: center;position: relative; max-width: 1500px; margin: 0 auto}
    .coop img{ width: 100%}
    .coop a{display:inline-block; vertical-align: middle; width:auto; margin:0 10px 10px;}
    .coop a img{display:block;  transition: .5s;margin:0 auto; max-width:100%; width: 250px; box-shadow: 0 0 12px #c6cfe64d;
        border-radius: 8px;}
    .coop a:hover img{-webkit-transform: scale(1.1);transform: scale(1.1); }
    .coop-about{
        margin-top: -186px;
        position: relative;
        z-index: 1;
    }

.mv-6{
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding:50px 0 100px; 
    color:#fff;
    position: relative;
}
.mv-6::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="50" cy="10" r="1" fill="rgba(255,255,255,0.03)"/><circle cx="10" cy="90" r="1" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}
.mv-6 .wrapper{max-width:1200px;}
.mv-6 a{color:#fff;}
.mv-6 a:hover{ text-decoration: underline;}
    .contact-us{ padding:0 2em;}
    .contact-us h3{ font-size:24px; margin-bottom:15px;}
    .contact-us-item{ display:inline-block; margin:0 50px 0 0;}
    .contact-us-item h3{font-weight:normal;}
    .icon-email,.icon-skype,.icon-qq{ display:inline-block; width:30px; height:30px; vertical-align: middle; margin-bottom:3px; margin-right:10px;}
    .icon-email{ background:url(../images/icon-email.png) no-repeat center center; }
    .icon-skype{ background:url(../images/icon-skype.png) no-repeat center center; }
    .icon-qq{ background:url(../images/icon-qq.png) no-repeat center center; }

    .navigator{ float:right; padding:0 50px 0 20px;}
    .navigator h3{font-size:24px; margin-bottom:15px;}
    .navigator ul{margin-top:2em;}
    .navigator li{position: relative; padding-left:20px; line-height:30px;}
    .navigator li:before{content:">"; position:absolute; left:5px; top:0; }

    .footer{
        text-align: center;
        background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
        padding:20px 0 25px;
        overflow:hidden;
        color:#fff;
        line-height:1.8;
        border-top: 3px solid #FF6B35;
    }
    .footer a{color:#fff;}

.float{ float: left }
.float-right{ float: right }
/* about us */
.about-us,.container-box{ padding:5% 10%; max-width:1680px; margin:0 auto;}
.about-us img{max-width:100%;}

    .about-us-row{ margin-bottom:4em;}
    .about-us-img img{max-width:100%;}
    .about-us-txt{ font-size:18px; line-height: 1.6; color:#333 ; padding-right: 57px; overflow: hidden;}
        .about-us-word{ display:block;}
        .line{display:none;}
    .about-us-txt h1{ font-size: 30px;}
    .about-us-txt h3{ font-weight:normal;  position: relative;}
    .about-us-txt h3:after{content:""; position:absolute; left:0; bottom:-0.5em; width:40px; height:3px; background-color:#27AE60;}
    .about-us-txt p{margin:1em 0 0 0;}
    .about-us-left{
        float: right;
    }
    .about-us-row{ position:relative; }
        .about-us-img3,
        .about-us-img1{
            position:absolute; left:0; top:0; width:40%; height:100%;
            background:url(../images/about-1.jpg) no-repeat center center; background-size:cover;
        }
        .about-us-txt3,
        .about-us-txt1{ margin-left:45%; position: relative; padding-left:6em; }
        .about-us-txt1 h2{position:absolute; left:0; top:15px; font-size:48px; font-weight:normal; line-height: 1;
            text-align: right;
            -webkit-transform: rotate(-90deg) translate(-100%);
                    transform: rotate(-90deg) translate(-100%);
            -webkit-transform-origin: left top;
                    transform-origin: left top;
        }

        .about-us-img2{
            /* position:absolute; */
            right:0;
            top:0;
            width:55%;
            height:100%;
            background-size:contain;
            float: right;
        }
        .about-us-txt2{
            position: relative;
            float: left;
            margin-right: 0;
            width: 40%;
        }

        .about-us-img3{background:url(../images/about-3.jpg) no-repeat center center; background-size:cover;}
        .about-us-txt3{ padding-left:0;}
        .about-us-txt3 img{ width:100%;}

        .about-us-txt4{ text-align: center;}

        .about-us-tb img{ width: 100%;}

        .employee-imgs{ text-align: center; word-spacing: -3px;}
        .employee-img{display:inline-block; overflow:hidden;}
        .employee-img img{ height:243px;}

        img{
            max-width: 100%;
        }
/* join us */
.join-us{ padding:100px 2%;}
.join-us a{color:#666;}
.join-us h2{font-size:32px; line-height: 1.8; text-align: center; font-weight: normal; margin-bottom:3em; position: relative;}
.join-us h2:after{
    content:""; position:absolute; bottom:-1em; width:10%; left:45%; height:4px; background-color:#050403;
}
    .hc-item{max-width:900px; margin:0 auto; color:#999; font-size:16px; margin:0 auto 50px; padding-bottom:50px; border-bottom:1px dashed #eee;}
    .hc-item dt{font-size:36px; margin-bottom:1em; color:#050403;}
    .hc-item dd{margin:0; line-height: 1.5;}
    .hc-item dd h3{font-size:18px; color:#050403; margin: 1.5em 0;}


.lang-nav-select{ position: relative;  display:inline-block; min-width: 90px; color: #333; cursor: pointer}
.lang-nav-select:after{
    position: absolute;
    right: 0;
    content: "";
    width: 0px;
    height: 0px;
    border:4px solid transparent;
    border-top-color: #333;
    top: 50%;
}
.text-center{ text-align: center; justify-content: center}
.desc{ color: #666; }
.row{ display: flex}
.fit{ flex: 1;}

.team-warp{
    background: #F7F9FB;
}
.between{
    justify-content: space-between;
}

.culture-name{ margin-top: 20px;}

.swiper-pagination-bullet{
    height: auto;
    background: transparent;
    border-radius: unset;
    position: relative;
}
.swiper-pagination-bullet-active{
    border-bottom: 3px solid #27AE60;
}

.mv2-list{
    padding-bottom: 0;
}

#video{
    width: 1920px;
}

.coop-footer{
    margin-top: 30px;
    margin-bottom: 52px;
   /* background: url("./../img/logo-footer.png") no-repeat center;*/
}

.index-banner .swiper-pagination{
    position: absolute;
    left: 50%;
    bottom: 4%;
    transform: translateX(-50%);
    z-index: 9;
}

.index-banner .swiper-pagination-bullet{
    width: 60px;
    height: 4px;
    background: #fff;
    margin:  10px;
    border: none;
}
.index-banner .swiper-pagination-bullet-active{
    background: #27AE60;
}

@media screen and (max-width: 1600px){
    html{
        font-size: 15px;
    }

    .about-us .about-us-row{
        flex-direction: column;
    }
    .about-us-txt{
        width: 100%;
        margin: 30px auto;
        float: none;
    }
}
/* media query */
@media screen and (max-width: 1180px){
    html{
        font-size: 13px;
    }

    .mv-1{ height: 70vh; }
    #video{ width: 1270px; }
    .swiper-slide{
        flex-direction: column;
    }
    .swiper-slide-word{
        padding: 30px;
    }

    .mv2-list { padding:30px 0;}
    .mv2-list li{ width:92%; margin: 4%; height: auto}
    .mv2-list li .mv2i1-icon,
    .mv2-list li .mv2i4-icon,
    .mv2-list li .mv2i2-icon,
    .mv2-list li .mv2i3-icon,
    .mv2-list li .mv2i5-icon{float:right; margin-top:20px;}
    .mv2-list li h3{margin-bottom:30px; margin-top: 30px;}
    .mv2-list li h3:after{bottom:-10px;}
    .mv2-list .desc{
        padding: 1rem 3rem;
        font-size:1.25rem;
        text-align: center;
    }

}
@media screen and (max-width: 980px){

   .topnav a{ padding:0 10px;}

}

@media screen and (max-width: 868px){
    .datashow{padding:30px 0 20px;}
    .datashow h2{font-size:22px; font-weight:normal; margin-bottom:1em;}
    .datashow-p1{ font-size:48px;}
    .datashow-p2{ font-size:16px;}
    .datashow-p3{ font-size:36px; margin-top:30px; margin-bottom:32px;}

    .datashow-p5{ font-size:36px; display:inline-block; border-top:1px solid #fff; min-width:40%; padding:20px 0; position: relative;}
    .datashow-p5:before{content:""; position:absolute; left:50%; width:1px; top:10%; height:80%; background-color:#fff; }
        .datashow-p5-item{display:inline-block; width:45%;}
    .datashow-c1{ color:#27ad60; }
    .datashow-c2{ font-size:18px; margin:.5em 0;}

    .mv4-item{ }
    .mv4-item-inner h3{ font-size:22px; font-weight:normal; margin-bottom:1em;}
    .mv4-item-inner h3:before{height:1em;}
    .mv4-item-inner p{ font-size:14px; margin:0;}

    .mv5-h2{ font-size:32px; font-weight:normal; margin-bottom:20px;}
    .banner01-p1{
        font-size: 16px;
    }
    .foresight-title {
        font-size: 3.8rem;
        transform: scale(1.05);
        letter-spacing: 0.08em;
    }
    .employee-img{display:inline-block; overflow:hidden;}
}
@media screen and (max-width: 900px){
    html{
        font-size: 14px;
    }
    .mv-1, .mv-2, .mv-3, .mv-4{
        padding: 1rem;
    }
    .about-us-row{
        flex-direction: column;
    }
    .logo{ 
        float:none; 
        margin:0 auto;
        justify-content: center;
    }
    .partner-box .item-label{
        position: relative;
        margin-bottom: 1rem;
    }
    .partner-box .item-content{
        padding: 0;
    }
    .partner .swiper-wrapper{
        display: block;
    }
    .partner {
        display: block;
    }
    .partner .scroll-x{
        display: block !important;
    }
    .form{
        width: auto;
    }
    .form .form-item{
        flex-direction: column;
    }

    .mobile-menu{
        display:block;
        position:absolute; left:0; top:0; width:66px; height:66px;
        background:#0a2c62 url(../images/icon-menu.png) no-repeat center center;
    }
    .lang-nav{
        display:block;
        position:absolute; right:0; top:0; width:66px; height:66px;
    }
    .topnav-mask{ position:fixed; left:0; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0.5); transition:.5s;opacity: 0; display:none;}
    .topnav{ display:block; position:fixed; width:40%; background-color:#fff; height:100%; z-index:100; transition:.5s;
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
    .topnav a{display:block; }

    .showNav .topnav-mask{ display:block; opacity: 1;}
    .showNav .topnav{ -webkit-transform: translateX(0); transform: translateX(0);}

    .join-us{ padding:2em 2%;}

    .join-us h2{font-size:16px; }
    .join-us h2:after{ width:60%; left:20%; height:2px;}

    .hc-item{ padding:0 1em; font-size:14px;}
    .hc-item dt{font-size:24px;}
    .hc-item dd h3{ margin:1.5em 0 0em;}


    .about-us-word{ display:inline;}
    .line{display:inline;}

    .about-us-row{ margin:1em 0;}
    .about-us-img{ position: relative; width:100%; overflow: hidden;}

    .about-us-txt{ width: 100%; margin-left:0;}
    .about-us-txt p{ margin: 1em 0;}

    .about-us-txt1{ padding:0;}
    .about-us-txt1 h2{ -webkit-transform: rotate(0); transform: rotate(0); text-align: left; position: relative; margin-bottom:30px;}

    .about-us-txt4{text-align: left;}
}

@media screen and (max-width: 425px){
    .topbar {
        height: 70px;
        padding: 0 20px;
    }
    
    .logo {
        height: 70px;
        font-size: 1.8rem;
    }

    .topnav .panel{
        display: block;
        border: none;
        box-shadow: none;
        position: relative;
        border-left: 1px solid rgba(255, 107, 53, 0.2);
        border-radius: 0;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
    }
    .topnav .panel a{

    }
    .form .row{
        width: auto;
        flex-direction: column;
    }


    .form .row .form-item + .form-item{
        margin-left: 0;
    }
    .mv2-list .desc{
        padding: 0rem;
    }
    .mv4-item{
        width: 50%;
        text-align: center;
    }

    .swiper-pagination-bullet{
        border-bottom: 1px solid transparent;
    }
    .mv2-list li h3{
        font-weight: normal;
        font-size: 18px;
        margin: 18px 0;
    }

    .title{
        font-weight: normal;
    }
    .swiper-pagination-bullet-active{
        border-bottom: 1px solid #27AE60;
    }

    #video{ display: none;}
    .mv-1{ height:60vh;}
        .banner01-p1{ font-size:13px;}
        .foresight-title {
            font-size: 2.8rem;
            letter-spacing: 0.06em;
            transform: scale(1.02);
        }
        
        .foresight-title::after {
            width: 120px;
        }
        .mv2-list li .mv2i1-icon, .mv2-list li .mv2i2-icon, .mv2-list li .mv2i3-icon, .mv2-list li .mv2i4-icon, .mv2-list li .mv2i5-icon{
            margin-top:2px; width:60px; height:60px;
        }
    .mv2-list li .mv2i1-icon, .mv2-list li .mv2i2-icon, .mv2-list li .mv2i3-icon, .mv2-list li .mv2i4-icon, .mv2-list li .mv2i5-icon{
        animation: none;
    }

    .mv4-item-inner h3{ font-size:18px;}

    .datashow h2{font-size:22px; font-weight:normal; margin-bottom:1em;}
    .datashow-p1{ font-size:30px;}
    .datashow-p2{ font-size:12px;}
    .datashow-p3{ font-size:28px; margin-top:20px; margin-bottom:10px;}
    .datashow-p5{ min-width:80%;}

    .coop a{
        width: 30%;
        margin: 0 9% 20px;
    }



    .mv-6{ padding:15px 0;}
        .navigator{ width:100%; box-sizing: border-box; padding:0 2em; margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid rgba(255,255,255,0.2);}
        .navigator h3{margin-bottom:.5em;}
        .navigator ul{margin-top:.5em;}
        .navigator ul li{display:inline-block; width:40%;}

        .contact-us h3{margin-bottom:1em;}
        .contact-us-item{margin-bottom:1em; width:100%; margin:0 0 1em;}
        .contact-us-item p{display:inline;}
        .contact-us-item ul{margin-top:1em; padding-left:1em;}

    .employee-img{display:block; overflow:hidden;}
}
@media screen and (max-width: 359px){
    .mv4-item-inner h3{ font-size: 14px;}
    .mv4-item-inner p{font-size:12px;}
}
@media screen and (min-width: 1921px){
    #video{
        display: none;
    }
}

.input{
    background: #F8F8F8;
    padding: .5rem;
    border-radius: 10px;
    border: 1px solid #eee;

}

.lang-nav {
    padding: 26px 0;
    position: relative;
    height: 30px;
}
.lang-nav .trip {
    color: #ddd;
}
.lang-nav a {
    font-size: 0.7rem;
    color: hsla(0,0%,100%,.45);
}
.lang-nav a.active {
    font-size: 14px;
    color: #fff;
}
.lang-nav-panel{
    position: absolute;
    display: none;
    background: #fff;
    color: #666;
    text-align: center;
    width: 60px;
    right: 0;
    padding: 12px;
    border-radius: 3px;
    top: 80%;
    box-shadow:  0 0 6px #eee;
}
.lang-nav-panel:before{
    content: '';
    position: absolute;
    top: -10px;
    border:5px solid transparent;
    right: 10px;
    border-top-color: #fff;
    transform: rotate(180deg);
}
.lang-nav-panel a{
    color: #666;
}
.mv2-item p {
    max-width: 330px;
}

#company-images .swiper-slide img {
    height: 404px;
}

#company-images .swiper-container {
    width: 100%;
    height: 100%;
  }
  #company-images  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: auto !important;
  }
  #company-images .swiper-slide:nth-child(2n) {
    width: 40%;
  }
  #company-images .swiper-slide:nth-child(3n) {
    width: 20%;
  }


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.mv-1 .swiper{ position:absolute; left:0; width:100%; top:0; height:100%; z-index:9;}
.mv-1 .swiper-slide{
    position: relative;
}
.mv-1 .swiper-slide-word{
    text-align: left;
    padding: 120px;
    flex: 1;
}
.mv-1 .swiper-button-next, .swiper-button-prev{
    width: 112px;
    height: 112px;
    background-size: contain;
}

/* 响应式优化 */
@media screen and (max-width: 768px) {
    .banner01-p1 {
        left: 5%;
        right: 5%;
        bottom: 10%;
        padding: 2rem;
        max-width: none;
    }
    
    .foresight-title {
        font-size: 2.5rem;
        letter-spacing: 0.04em;
    }
    
    .foresight-title::after {
        width: 100px;
    }
    
    .title {
        font-size: 2.5rem;
    }
    
    .mv2-item {
        margin: 2rem 0;
    }
}

/* 新增现代化动画效果 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* 为各个区块添加动画 */
.mv2-item {
    animation: fadeInUp 0.6s ease-out;
}

.mv2-item:nth-child(1) { animation-delay: 0.1s; }
.mv2-item:nth-child(2) { animation-delay: 0.2s; }
.mv2-item:nth-child(3) { animation-delay: 0.3s; }

.mv4-item {
    transition: all 0.3s ease;
}

.mv4-item:hover {
    transform: translateY(-5px);
    filter: brightness(1.1);
}

/* 增强玻璃态效果 */
.glass-effect {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

/* 渐变文字效果 */
.gradient-text {
    background: linear-gradient(135deg, #FF6B35, #FF8C42, #FFA726);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* 悬浮按钮效果 */
.floating-btn {
    position: relative;
    overflow: hidden;
}

.floating-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.floating-btn:hover::before {
    left: 100%;
}

/* 为标题添加更好的视觉效果 */
.title {
    position: relative;
}

.title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #FF6B35, #FF8C42);
    border-radius: 2px;
}

/* 优化卡片阴影 */
.card-shadow {
    box-shadow: 
        0 4px 6px rgba(0, 0, 0, 0.07),
        0 1px 3px rgba(0, 0, 0, 0.06),
        0 10px 15px rgba(255, 107, 53, 0.1);
}

.card-shadow:hover {
    box-shadow: 
        0 10px 25px rgba(0, 0, 0, 0.15),
        0 5px 10px rgba(0, 0, 0, 0.1),
        0 20px 40px rgba(255, 107, 53, 0.2);
}/* 
滚动条美化 */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #FF6B35, #FF8C42);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #FF8C42, #FFA726);
}

/* 选择文本的颜色 */
::selection {
    background: rgba(255, 107, 53, 0.3);
    color: #2c3e50;
}

::-moz-selection {
    background: rgba(255, 107, 53, 0.3);
    color: #2c3e50;
}

/* 链接悬停效果 */
a {
    transition: all 0.3s ease;
}

/* 图片悬停效果 */
img {
    transition: all 0.3s ease;
}

img:hover {
    transform: scale(1.02);
    filter: brightness(1.05);
}

/* 为整个页面添加平滑滚动 */
html {
    scroll-behavior: smooth;
}

/* 加载动画 */
@keyframes slideInFromTop {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.topbar {
    animation: slideInFromTop 0.8s ease-out;
}

/* 为各个section添加进入动画 */
.mv-1, .mv-2, .mv-3, .mv-4, .mv-5, .mv-6 {
    opacity: 0;
    animation: fadeInUp 1s ease-out forwards;
}

.mv-1 { animation-delay: 0.1s; }
.mv-2 { animation-delay: 0.2s; }
.mv-3 { animation-delay: 0.3s; }
.mv-4 { animation-delay: 0.4s; }
.mv-5 { animation-delay: 0.5s; }
.mv-6 { animation-delay: 0.6s; }/* 新的导航
栏样式 */
.nav-cta {
    flex-shrink: 0;
}

.btn-nav {
    font-size: 0.9rem;
    padding: 0.6rem 1.5rem;
    border-radius: 20px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
}

/* 更新下拉菜单样式 */
.topnav .panel{
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    position: absolute;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(15px);
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.05);
    top: 100%;
    left: 0;
    margin-top: 0.2rem;
    min-width: 150px;
    padding: 0.5rem 0;
    z-index: 1000;
}

/* 增加Service项的悬停区域 */
.topnav .item {
    position: relative;
}

.topnav .item::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 0.5rem;
    background: transparent;
}

.topnav .panel a{
    display: block;
    padding: 0.8rem 1.2rem;
    color: #4a5568;
    border-radius: 8px;
    margin: 0.2rem;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.topnav .panel a:hover{
    background: rgba(74, 85, 104, 0.08);
    color: #2d3748;
    transform: translateX(2px);
}

/* 确保下拉菜单在悬停时保持显示 */
.topnav .item:hover .panel,
.topnav .item .panel:hover {
    display: block !important;
}

/* 移动端适配 */
@media screen and (max-width: 900px){
    .topbar {
        padding: 0 3%;
    }
    
    .nav-cta {
        display: none;
    }
    
    .logo {
        width: 200px;
    }
}

@media screen and (max-width: 768px){
    .topbar {
        height: 70px;
        padding: 0 4%;
    }
    
    .logo {
        width: 180px;
        height: 60px;
    }
}/* 新
的优势卡片布局 */
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 0;
}

.advantage-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 320px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.advantage-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.95);
}

.card-icon {
    margin-bottom: 1.5rem;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.card-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.advantage-card:hover .card-icon {
    transform: scale(1.1);
    background: linear-gradient(135deg, #764ba2, #667eea);
}

.card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.card-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #6c757d;
    margin: 0;
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
    .advantages-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1rem;
    }
    
    .advantage-card {
        padding: 2rem 1.5rem;
        min-height: 280px;
    }
    
    .card-icon {
        width: 70px;
        height: 70px;
    }
    
    .card-icon img {
        width: 40px;
        height: 40px;
    }
    
    .card-title {
        font-size: 1.3rem;
    }
    
    .card-desc {
        font-size: 0.95rem;
    }
}