#header.white .home_nav_list>li>a{
    color: #fff;
}
#header.white .home_nav_list>li>a:after, #header.white .home_nav_list>li>a:after {
    background-color: #fff;
}
#header .home_top_left .black{
    display: block;
}
#header .home_top_left .white{
    display: none;
}
#header.white .home_top_left .black{
    display: none;
}
#header.white .home_top_left .white{
    display: block;
}
#header.white .home_top_right a{
    color: #fff;
}
#header .home_top_right .black{
    display: inline-block;
}
#header .home_top_right .white{
    display: none;
}
#header.white .home_top_right .black{
    display: none;
}
#header.white .home_top_right .white{
    display: inline-block;
}
.new_footer .horn{
    width: 42px;
    height: 13px;
    background: url(../images/botton_horn.png);
    background-size: 100% 100%;
    position: absolute;
    top: -1px;
    left: calc(50% - 21px);
    z-index: 99;
}
.back_home{
    display: none;
}
.swiper-container-vertical>.swiper-pagination-bullets{
    right: auto;
    left: 30px;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin: 12px 0;
    border: 1px solid #eee;
}
.home_top{
    background: none !important;
}
.index_swiper{
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
}
.index_swiper .screen-wrapper{
    width: 100vw;
    height: 100vh !important;
}
.index_swiper .screen{
    width: 100vw;
    height: 100vh !important;
    background-position: center;
    background-size: cover;
}
.screen-1{
    background-image: url('../images/index_banner_1.jpg');
}
.screen-2{
    background-image: url('../images/index_banner_2.jpg');
    background-position: bottom right !important;
}
.screen-3 .service{
    width: 140vw;
    height: 100%;
    background-image: url('../images/index_banner_3_a.jpg');
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 50%;
    transform: translateX(-40%);
    transition: all 0.3s;
    display: flex;
    align-items: center;
}
.screen-4{
    background-image: url('../images/index_banner_4.jpg');
}
/*.screen-5{
    background-image: url('../images/index_banner_5.jpg');
}*/
.screen-6{
    background-image: url('../images/index_banner_6.jpg');
    display: flex;
    flex-direction: column;
}
.screen-6 .footer{
    flex-shrink: 0;
}

.video{
    width: 100%;
    height: 100%;
    position: relative;
}
.video .swiper-container{
    width: 100%;
    height: 100%;
}
.video .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.video .swiper-slide .image{
    width: 100vw;
    height: 100vh;
    /*height: auto;*/
    /*max-width: 100%;*/
    object-fit: fill;
}
.video .swiper-left, .video .swiper-right{
    width: 24px;
    height: 24px;
    transform: rotate(45deg);
    cursor: pointer;
    position: absolute;
    top: calc(50% - 12px);
    z-index: 99;
}
.video .swiper-left{
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    border-left: 2px solid rgba(255, 255, 255, 0.7);
    left: 100px;
}
.video .swiper-right{
    border-right: 2px solid rgba(255, 255, 255, 0.7);
    border-top: 2px solid rgba(255, 255, 255, 0.7);
    right: 100px;
}
.video .swiper-left:hover, .video .swiper-right:hover{
    border-color: #fff;
}
.video .swiper-slide .cover{
    width: 70vw;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}
.video .swiper-slide .title{
    font-size: 44px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.video .swiper-slide .sub{
    font-size: 30px;
    color: #fff;
    margin-bottom: 40px;
}
.video .swiper-slide .play{
    width: 60px;
    height: 60px;
    margin: 0 auto 40px;
    cursor: pointer;
    transition: all 0.3s;

}
.video .swiper-slide .play:hover{
    transform: scale(1.1);
}
.video .swiper-slide .play.hide{
    opacity: 1;
    pointer-events: none;
}
.video .swiper-list{
    width: 70vw;
    height: 130px;
    position: absolute;
    left: 15vw;
    bottom: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video .swiper-list .item{
    width: 34%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(145deg, rgba(255,255,255,0.4), rgba(255,255,255,0.2));
    cursor: pointer;
}
.video .swiper-list .item.cur{
    background-image: linear-gradient(145deg, rgba(100,100,100,0.4), rgba(100,100,100,0.2));
}
.video .swiper-list .item .icon{
    width: 40px;
    height: 40px;
    margin-right: 30px;
}
.video .swiper-list .item .info{
    color: #fff;
}
.video .swiper-list .item .name{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.video .mousewheel{
    position: absolute;
    right: 8vw;
    top: calc(100vh - 100px);
    z-index: 99;
}
.video .mousewheel .icon{
    width: 20px;
    height: 28px;
    display: block;
}
.video .mousewheel .arrow{
    width: 20px;
    height: 20px;
    display: block;
    margin-top: 10px;
    animation: bounce-down 2s linear infinite;
}

.service .switch{
    width: 60px;
    height: 60px;
    background: url('../images/index_switch.png');
    background-size: 100% 100%;
    border-radius: 0 14px 0 14px;
    cursor: pointer;
}
.service.right{
    background-image: url('../images/index_banner_3_b.jpg');
    transform: translateX(-60%);
}
.service .item{
    width: 50%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.service .item .content{
    width: 78%;
    margin-bottom: 50px;
}
.service .item .title{
    padding-left: 25px;
    display: inline-block;
    border-left: 1px solid #fff;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}
.service .item .title .text{
    font-size: 16px;
    font-weight: normal;
    opacity: 0.7;
}
.service .item .title .num{
    font-size: 32px;
    font-weight: bold;
    margin-top: 20vh;
    position: absolute;
    left: 0;
    bottom: -400px;
}
.service .item .title .num::before{
    content: '';
    width: 34px;
    height: 1px;
    background: #fff;
    transform: rotate(-20deg);
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
}
.service .item .info{
    height: 78px;
    line-height: 26px;
    font-size: 16px;
    overflow: hidden;    
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.service .item .list{
    display: inline-flex;
}
.service .item .list .link{
    width: 210px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0 20px 0 20px;
    font-size: 22px;
    font-weight: bold;
    margin: 30px 15px 0 0;
    cursor: pointer;
}
.service .item .list .link:hover{
    background: rgba(0, 108, 255, 0.7);
}
.service .item .list .link .icon{
    width: 28px;
    height: 28px;
    margin-right: 10px;
}
.service .item .list .link:after{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    vertical-align: middle;
    margin-left: 20px;
}
.service .left{
    padding-right: 8%;
}
.service .right{
    cursor: pointer;
    padding-left: 8%;
}
.service .right{
    justify-content: flex-start;
}
.service .right .info, .service .right .list{
    opacity: 0;
    pointer-events: none;
}
.service.right .left{
    cursor: pointer;
    text-align: right;
}
.service.right .left .info, .service.right .left .list{
    opacity: 0;
    pointer-events: none;
}
.service.right .right .info, .service.right .right .list{
    opacity: 1;
    pointer-events: auto;
}
.service.right .right{
    cursor: auto;
}
.intro{    
    width: 28vw;
    position: absolute;
    top: 25vh;
    left: 8vw;
}
.intro .title{
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}
.intro .text{
    font-size: 36px;
    color: #999;
    margin-bottom: 15px;
}
.intro .text::after{
    content: '';
    width: 50px;
    height: 2px;
    background: #006CFF;
    display: block;
    margin: 40px 0 20px;
}
.intro .content{
    line-height: 22px;
    margin-bottom: 80px;
    font-size: 16px;
}
.intro .content.bold{
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.intro .content p{
    margin-bottom: 20px;
}
.intro .button{
    width: 160px;
    height: 44px;
    line-height: 44px;
    background-image: linear-gradient(to right, #006CFF, #0092FF);
    border-radius: 0 22px 0 22px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}
.intro .button:hover{
    transform: scale(1.1);
}
.intro .button img{
    width: 16px;
    margin-left: 10px;
}
.count{
    position: absolute;
    top: 30vh;
    right: 8vw;
    text-align: center;
}
.count .item{
    font-size: 14px;
    color: #fff;
    margin-bottom: 10vh;
}
.count .item .num{
    font-size: 34px;
    font-weight: bold;
}
.count .item .num .plus{
    line-height: 36px;
    font-size: 22px;
    font-weight: bold;
    vertical-align: top;
    margin-left: 2px;
}
.news{
    width: 86%;
    display: flex;
    margin: 50vh auto;
    transform: translateY(-50%);
}
.news .info{
    width: 30%;
    padding: 15px 0;
    border-right: 1px solid #ddd;
    border-bottom: 4px solid transparent;
    position: relative;
}
.news .info .intro{
    width: 100%;
    position: static;
}
.news .list-wrapper{
    width: 70%;
    overflow: hidden;
}
.news .list{
    width: 100%;
    display: flex;
}
.news .item{
    width: 33.3%;
    padding: 15px 30px;
    border-right: 1px solid #ddd;
    border-bottom: 4px solid transparent;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
}
.news .item:hover{
    border-bottom: 4px solid #006CFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    z-index: 99;
}
.news .item .time{
    font-size: 18px;
    margin-bottom: 30px;
}
.news .item .time .day{
    font-size:32px;
    font-weight: bold;
    margin-right: 10px;
    color: #000;
}
.news .item .title{
    font-size: 17px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .item:hover .title{
    color: #006CFF;
}
.news .item .text{
    font-size: 14px;
    margin-bottom: 30px;
    overflow: hidden;    
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news .item .image{
    width: auto;
    height: 175px;
    display: block;
    margin-bottom: 30px;
}
.news .item .arrow{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: url('../images/project_arrow.png');
    background-size: 100% 100%;
    margin-bottom: 10px;
}
.news .item:hover .arrow{
    background-image: url('../images/index_arrow_blue.png');
}
.news .pages{
    display: flex;
    align-items: center;
    font-size: 16px;
}
.news .pages .to{
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    cursor: pointer;
}
.news .pages .left{
    border-bottom: 2px solid #006CFF;
    border-left: 2px solid #006CFF;
    margin: 10px;
}
.news .pages .right{
    border-right: 2px solid #006CFF;
    border-top: 2px solid #006CFF;
    margin-left: 10px;
}
.news .pages .cur{
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin-right: 5px;
}
.news .intro .content{
    margin-bottom: 50px;
}

.project{
    height: 100%;
    display: flex;
}
.project .tab{
    width: 28%;
    padding-left: 7%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.project .tab .title{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin: 20vh 0 5px;
}
.project .tab .sub{
    font-size: 36px;
    color: #fff;
    opacity: 0.5;
}
.project .tab .list{
    margin-top: 80px;
}
.project .tab .list .item{
    height: 100px;
    background-image: linear-gradient(150deg, #27282A, #32373B);
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
}
.project .tab .list .item .icon{
    width: 30px;
    height: 30px;
    margin: 0 20px 0 40px;
}
.project .tab .list .item.cur{
    background-image: linear-gradient(150deg, #006CFF, #0092FF);
}
.project .tab .list .item.cur:after{
    content: '';
    width: 26px;
    height: 2px;
    display: block;
    background: #fff;
    margin: 0 40px 0 auto;
}
.project .content{
    width: 72%;
    height: 60vh;
    padding: 0 5%;
    margin-top: 20vh;
    position: absolute;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    transform: scale(0);
}
.project .content.cur{
    transform: scale(1);
    position: relative;
}
.project .content .swiper-company{
    display: flex;
    align-items: center;
}
.project .content .swiper-container{
    margin: 0 20px;
}
.project .content .swiper-left, .project .content .swiper-right{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-image: url('../images/project_arrow.png');
    background-size: 100% 100%;
    flex-shrink: 0;
}
.project .content .swiper-left:hover, .project .content .swiper-right:hover{
    background-image: url('../images/index_arrow_blue.png');
}
.project .content .swiper-left{
    transform: rotate(180deg);
}
.project .content .swiper-wrapper{
    width: 100%;
    height: 100px;
}
.project .content .swiper-slide{
    padding: 15px 0;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    cursor: pointer;
}
.project .content .swiper-slide.cur{
    border: 1px solid #006CFF;
    background: #006CFF;
}
.project .content .swiper-slide img{
    max-width: 100%;
    height: 40px;
}
.company-intro .item{
    display: none;
}
.company-intro .item.cur{
    display: block;
}
.company-intro .title{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.company-intro .title img{
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #fff;
    height: 22px;
}
.company-intro .info{
    width: 100%;
    line-height: 24px;
    /*font-size: 15px;*/
    color: #fff;
    opacity: 0.7;
    margin-top: 30px;
    overflow: hidden;    
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.partner{
    height: 100%;
    text-align: center;
}
.partner .title{
    margin-top: 18vh;
    font-size: 32px;
    font-weight: bold;
    color: #000;
}
.partner .sub{
    margin-top: 10px;
    font-size: 38px;
    color: #999;
}
.partner .swiper-company{
    width: 88%;
    display: flex;
    align-items: center;
    margin: 6vh auto;
}
.partner .swiper-left, .partner .swiper-right{
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    cursor: pointer;
}
.partner .swiper-left{
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    margin-right: 20px;
}
.partner .swiper-right{
    border-right: 2px solid #ccc;
    border-top: 2px solid #ccc;
    margin-left: 20px;
}
.partner .swiper-left:hover, .partner .swiper-right:hover{
    border-color: #006CFF;
}
.partner .swiper-slide{
    width: 150px;
    background: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner .swiper-slide img{
    max-width: 100%;
    height: 40px;
}

.h5{
    display: none;
    margin: 0;
}
.h5 .video{
    height: 55vw;
}
.h5 .video .swiper-left{
    left: 20px;
}
.h5 .video .swiper-right{
    right: 20px;
}
.h5 .video .cover .title{
    font-size: 24px;
}
.h5 .video .cover .sub{
    font-size: 20px;
    margin-bottom: 20px;
}
.h5 .video .cover .play{
    width: 50px;
    height: 50px;
    margin-bottom: 0;
}
.h5 .video .cover .play.hide{
    opacity: 1;
    pointer-events: none;
}
.h5 .trait-list{
    width: 100%;
    padding: 3% 2%;
    display: flex;
    justify-content: space-around;
}
.h5 .trait-list .item{
    width: 30%;
    padding: 30px 0;
    background-image: linear-gradient(145deg, #eee, #ddd);
    text-align: center;
    font-size: 18px;
    color: #333;
}
.h5 .trait-list .item.cur{
    color: #006CFF;
}
.h5 .trait-list .item .icon{
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto 15px;
}
.h5 .brief{
    padding: 20px;
}
.h5 .common-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.h5 .common-title.center{
    justify-content: center;
}
.h5 .common-title .text{
    font-size: 22px;
    font-weight: bold;
    color: #000;
}
.h5 .common-title .more{
    color: #666;
}
.h5 .common-title .icon{
    width: 16px;
    margin-left: 10px;
}
.h5 .common-sub{
    font-size: 28px;
    color: #999;
    margin-bottom: 30px;
}
.h5 .common-sub.center{
    text-align: center;
}
.h5 .brief .content{
    line-height: 26px;
}
.h5 .census{
    background: url('../images/home_bg03.png') right bottom no-repeat;
    background-size: 65% auto;
    margin-top: 20px;
}
.h5 .census .counts{
    width: 35%;
    padding: 50px 20px 10px;
    background: #006CFF;
    color: #fff;
    border-radius: 0 40px 40px 0;
}
.h5 .census .counts .item{
    margin-bottom: 40px;
}
.h5 .census .counts .item .num{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}
.h5 .business{
    padding: 80px 0 60px;
}
.h5 .business .item{
    margin-bottom: 10px;
    position: relative;
}
.h5 .business .item .back{
    width: 100%;
    display: block;
}
.h5 .business .item .content{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.h5 .business .item .title{
    padding-left: 25px;
    display: inline-block;
    border-left: 1px solid #fff;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    left: 20px;
    top: 40px;
    color: #fff;
}
.h5 .business .item .title .text{
    font-size: 16px;
    font-weight: normal;
    opacity: 0.7;
    margin-top: 10px;
}
.h5 .business .item .num{
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 40px;
    color: #fff;
}
.h5 .business .item .list{
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 30px;
}
.h5 .business .item .list .link{
    width: 100%;
    height: 80px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0 20px 0 20px;
    font-size: 18px;
    font-weight: bold;
    margin: 0 5px;
    cursor: pointer;
}
.h5 .business .item .list .link .icon{
    width: 28px;
    height: 28px;
    margin: 10px auto;
    display: block;
}
.h5 .business .item .list .link:after{
    display: none;
}
.h5 .information{
    padding: 0 20px;
}
.h5 .information .list .item{
    display: flex;
    margin-bottom: 20px;
}
.h5 .information .list .item .image{
    width: 40vw;
    height: 25vw;
    flex-shrink: 0;
    margin-right: 20px;
    object-fit: cover;
}
.h5 .information .list .item .text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.h5 .information .list .item .text .title{
    line-height: 22px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    overflow: hidden;    
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.h5 .information .load{
    padding: 20px;
    border-top: 1px solid #eee;
    text-align: center;
    font-size: 18px;
    color: #999;
}
.h5 .point{
    padding: 40px 0;
}
.h5 .point .list{
    margin: 20px;
    display: flex;
}
.h5 .point .list .item{
    width: 40%;
    height: 70px;
    background-image: linear-gradient(150deg, #27282A, #32373B);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}
.h5 .point .list .item .icon{
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
}
.h5 .point .list .item.cur{
    background-image: linear-gradient(150deg, #006CFF, #0092FF);
}
.h5 .point .logo{
    height: 40px;
    margin-bottom: 20px;
}
.h5 .point .video{
    width: 100% !important;
}
.h5 .point .video-content{
    transform: scale(0);
    position: relative;
}
.h5 .point .video-content.cur{
    transform: scale(1);
    position: relative;
}
.h5 .point .content{
    padding: 20px;
    line-height: 26px;
}
.h5 .point .content .item{
    display: none;
}
.h5 .point .content .item.cur{
    display: block;
}
.h5 .cooper{
    padding: 80px 20px;
    background-image: url('../images/index_banner_6.jpg');
    background-size: cover;
}
.h5 .cooper .swiper-slide{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.h5 .cooper .swiper-slide .item{
    width: 31%;
    height: 60px;
    padding: 10px 0;
    background: #fff;
    margin-bottom: 20px;
    text-align: center;
}
.h5 .cooper .swiper-slide .item img{
    max-width: 100%;
    height: 40px;
}
.h5 .cooper .slide{
    display: flex;
}
.h5 .cooper .slide .swiper-left, .h5 .cooper .slide .swiper-right{
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.h5 .cooper .slide .swiper-left img, .h5 .cooper .slide .swiper-right img{
    width: 8px;
    height: 14px;
    opacity: 0.7;
}
.h5 .cooper .slide .swiper-left img{
    transform: rotate(180deg);
}

.h5 .new_footer .horn{
    display: none;
}


@keyframes bounce-down {
    25% {transform: translateY(-4px)}
    50%, 100% {transform: translateY(0)}
    75%{transform: translateY(4px)}
}

/* 适配 */
@media (max-width: 1300px) {
    .news{
        margin: 54vh auto;
    }
    .service .item .list .link{
        width: 160px;
        height: 90px;
        line-height: 90px;
        font-size: 16px;
    }
    .service .item .list .link .icon{
        width: 22px;
        height: 22px;
    }
    .project .content{
        margin-top: 24vh;
    }
    .project .tab .title{
        font-size: 28px;
    }
    .project .tab .sub{
        font-size: 26px;
    }
    .project .tab .list .item{
        height: 60px;
        font-size: 16px;
    }
    .project .tab .list .item .icon{
        width: 18px;
        height: 18px;
    }
    .project .content .swiper-slide {
        padding: 10px;
    }
}
@media (max-width: 767px) {    
    .pc{
        display: none;
    }
    .h5{
        display: block;
    }    
    #header.white .home_nav_list>li>a{
        color: #000;
    }
}

/*lhn 2023-04-04 修改 start*/
.playImg {
    position: absolute;
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    z-index:10;

}

.h5 .top-video .swiper-container .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
}

.h5 .top-video .swiper-container .swiper-wrapper .swiper-slide img{
    max-width: 100%;
    height: auto;
}

.h5 .content-0 .video .swiper-container .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
}

.h5 .content-0 .video .swiper-container .swiper-wrapper .swiper-slide .image{
    max-width: 100%;
    height: auto;
}

.h5 .top-video .swiper-container .mp4 {
    width: 100%;
    height: auto;
}

.h5 .video .swiper-slide .image {
    max-width: 100%;
    height: auto;
}

.videoImg {
    position: relative;
}

.intro .content {
    height: 220px;
}

.service .switch {
    display: none;
}



.screen-2 .swiper-list{
    width: 70vw;
    height: 130px;
    position: absolute;
    left: 15vw;
    bottom: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.screen-2 .swiper-list .item{
    width: 34%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image:linear-gradient(145deg, rgba(16, 16, 16, 0.4), rgba(21, 19, 19, 0.2));

    cursor: pointer;
}
.screen-2 .swiper-list .item.cur{
    background-image: linear-gradient(145deg, rgba(16, 16, 16, 0.4), rgba(21, 19, 19, 0.2));
}
.screen-2 .swiper-list .item .icon{
    width: 40px;
    height: 40px;
    margin-right: 30px;
}
.screen-2 .swiper-list .item .info{
    color: #fff;
}
.screen-2 .swiper-list .item .name{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.screen-5 .project .tab .list .item {
    padding-left: 40px;
}


.screen-5 .project .content .company-intro .item {
    padding: 20px;
    max-height: 160px;
    display: none;
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
    /*background-image: linear-gradient(to right, #B1B1AF 4%, #484846 98%);*/
    border-radius: 20px;
    /*filter:alpha(opacity=50);*/
    /*-moz-opacity:0.5;*/
    /*-khtml-opacity: 0.5;*/
    /*opacity: 0.5;*/
    /*backdrop-filter: blur(5px)*/
    /*background-color: rgba(0,0,0,.3);*/
}

.screen-5 .project .content .company-intro .itemCur {
    display: block;
}

.company-intro .info {
    margin-top: 0px;
    font-size: 20px;
}

.company-intro {
    margin-top: 42%;
}


.h5 .point .list {
    margin: 20px 0;
}

.h5 .point .list .item {
    width: 25%;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    padding: 0 5px;
    font-size: 14px;
    text-align: center;
}

.project_img {
    width: 100%;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project_img img {
    max-width: 100%;
    height: auto;
}

.project_text {
    padding: 20px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
}

.projectContent {
    display: none;
}

.projectContent_cur {
    display: block;
}

@media (min-width: 1500px) and (max-width: 1750px) {
    .project .tab .list {
        transform: scale(0.8);
    }

}

.screen-5 {
    position: relative;
}

.screen_mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
}

.screen-5 .project {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*.company-intro {*/
/*    animation-name: box;*/
/*    animation-duration: 2s;*/
/*}*/
.screen-5 .project .content .company-intro {
    position: relative;
}

.screen-5 .project .content .company-intro .item {
    position: absolute;
    top: 0;
    left: 0;
}


/*.screen-5 .project .content .company-intro .itemCur {*/
/*    animation-name: box;*/
/*    animation-duration: 2s;*/
/*}*/

.screen-5 .project .content .company-intro .itemCur .info span{
    /*display: inline-block;*/
    /*max-width: 100%;*/
    background: linear-gradient(to right, #ec695c, #ec695c) no-repeat right 30px;
    background-size: 100% 3px;
    animation-name: line;
    animation-duration: 2s;
    /*text-shadow:2px 2px #777;*/
    font-size: 24px;
    letter-spacing: 2px;
    /*text-shadow:1px 1px #BAE6EF,2px 2px #BAE6EF,3px 3px #BAE6EF,4px 4px #BAE6EF,5px 5px #BAE6EF*/
    /*text-shadow:1px 1px #BAE6EF,2px 2px #BAE6EF;*/
    font-weight: 600;
    height: 40px;
    padding-bottom: 10px;
}

.company-intro .info {
    width: 1000px;
}

/*@keyframes box {*/
/*    0% {*/
/*        left: -1500px;*/
/*    }*/

/*    100% {*/
/*        left: 0px;*/
/*    }*/
/*}*/

@keyframes line {
    0% {
        background-position-x: 4000px;
        background-size: 0 3px;
        filter: blur(4px);
        font-weight: 0;
        opacity: 0;
    }

    90% {
        background-position-x: left;
        background-size: 100% 3px;
    }
    100% {
        filter: blur(0px);
        font-weight: 600;
        opacity: 1;


    }
}

.company-intro .info {
    line-height: 40px;
    -webkit-line-clamp: 3;
}
/*lhn 2023-04-04 修改 end*/
