@charset "utf-8";
#header .line{
    position: absolute;
    top: 84px;
    z-index: 10;
    height: 2px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
}
#header .nav .active a,#nav_top .nav li a:hover{
    color: #00AA76;
}
#header .wrapper .top .nav{
    width: 60% !important;
}
#header .wrapper .top .logo{
    padding-top: 20px;
}
#header{
    width: 100%;
    position: relative;
    height: 632px; 
}
#header .container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#header .more{
    padding: 5px 23px;
    border: 1px solid #fff;
    display: inline-block;
    margin-top: 56px;
    cursor: pointer;
}
.slider-nav{
    display: none;
}
#header .nav>li #pop{
    position: absolute;
    left: -126px;
    top: 30px;
    background-color: #fff;
    width: 320px;
    color: rgba(25, 31, 41, 0.6);
    box-shadow: 0px 0px 15.56px 0px rgba(85, 102, 135, 0.05);
    z-index: 99;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    display: none;
}
#header .nav>li #pop>li{
    padding: 24px 80px;
    border-bottom: 1px solid #efefef;
}
#header .nav>li #pop>li a{
    color:rgba(25, 31, 41, 0.6) ;
}
#header .nav>li #pop li:hover,#header .nav>li #pop li:hover a{
    background-color: #00AA76;
    color: #fff;
}
#header .nav .active a,#header a:hover{
    color: #00AA76;
}
#header .nav>li #pop li a:hover::after{
    display: none !important;
}
#header .nav>li{
    padding: 8px;
}
.timer{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 999;
}
#featured img {
    position: absolute;
    width: 100%;
    height: 100%;
}
#header .wrapper{
    position: relative;
    height: 612px;
    z-index: 99;
}
#header .mask{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.01) 100%), rgba(0, 0, 0, 0.5)
}

#header .wrapper .box_1{
    display: flex;
    justify-content: start;
}
#header .contain{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 28px;
    color:#fff;
    font-weight: bold;
    padding-top: 114px;
}
#header .contain .line1{
    width: 459.09px;
    height: 6.23px;
    background: linear-gradient(90deg, rgba(0, 171, 120, 1) 0%, rgba(0, 170, 118, 0.6) 100%);
    margin: 25px 0;
}
#header .contain .detail{
    line-height: 24px;
}
#introduce{
    min-height: 530px;
    padding-top: 100px;
    color: #414B5A;
}
#introduce .bottom ul li{
    color: rgba(65, 75, 90, 0.6);
    font-size: 16px;
    margin-bottom: 28px;
    position: relative;
    cursor: pointer;
}
#introduce .bottom ul .active{
    color: #0C0E12;
}
#introduce .bottom ul li:hover{
    color: #0C0E12;
}
#introduce .bottom ul li:hover::after,
#introduce .bottom ul .active::after{
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #00AA76;
    position: absolute;
    bottom: -3px;
    left: 0;
}
#introduce #container div{
    height: 120px;
}
#introduce .video_img{
    position: absolute;
    left: 59px;
    top: 17px;
    width: 415px;
    height: 236px;
    background-color: rgba(0, 0, 0, 0.6);
}
#introduce .mask{
    width: 415px;
    height: 236px;
    position: absolute;
    top: 17px;
    right: 16px;
    background-color: rgba(0, 0, 0, 0.6);
}
#introduce .mask img{
    /* text-align: center; */
}
#feature{
    min-height: 716px;
    background-color: #F0F2F7;
}
#feature .wrapper{
    padding: 86px 0;
}
#feature .title,
#news .title{
    letter-spacing: 18px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
#feature .line{
    width: 125px;
    height: 1px;
    background-color: #191F29;
    margin: 6px 0 12px 0;
}
#feature .box{
    background-color: #fff;
    width: 301px;
    height: 251px;
    border-radius: 6px;
    margin-bottom: 31px;
    box-shadow: 0px 0px 23.34px 0px rgba(78, 105, 81, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
}
#news{
    padding: 67px 0 89px 0;
}
#news .wrapper{
    position: relative;
}
#news .bg_img{
    position: absolute;
    z-index: -1;
    left: -157px;
    top: 0px;
}
