*{
    padding: 0;margin: 0;
    box-sizing: border-box;
    font-size: 14px;
}
a{
    color: #333333;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 70;
    width: 100%;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 80px;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.header .wrap{
    display: flex;
    color: #ffffff;
    justify-content: space-between;

}
.header .wrap .menu{
    padding-top: 20px;
}
.header .wrap a{
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    width: 100px;
    position: relative;
    text-align: center;
    overflow: hidden;

}
.header .wrap .menu .close{
    display: none;}

.page{
    position: relative;
    transform: translateX(0);
    height: 100%;
    overflow: hidden;
    transition: all 0.6s;
}
body{
    transition: all 0.6s;
}
body.open .page{
    /*right: 200px;*/

    transform: translateX(-199px);
}
.right_menu{
    position: fixed;
    top: 0;
    right: 0px;
    width: 200px;
    bottom: 0;
    color: #333333;
    background: #000;
    right: -200px;
    transition: all 0.6s;
}
body.open .right_menu{
    right: -0px;
}
.right_menu .menu{
    padding-top: 20px;
}
.right_menu .title{
    font-size: 16px;
    color: #ffffff;
    border-bottom: 2px solid #ff9e11;
    margin: 0 40px;
    text-align: center;
    height: 60px;
    line-height: 40px;
    padding-top: 20px;
}
.right_menu .menu a{
    color: #ffffff;
    font-size: 16px;
    display: block;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    position: relative;
}


.header .wrap .nav_icon{
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    cursor: pointer;
}
.header .wrap .nav_icon img{
    height: 36px;
    display: block;
}

.header .wrap a::before,
.header .wrap a::after,.right_menu .menu a::before,
.right_menu .menu a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff9e11;
    transform: translateX(-100%) translateX(-1px);
    transition: transform 0.7s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1)
}

.header .wrap a:hover::before,
.header .wrap a.active::before,.right_menu .menu a:hover::before,
.right_menu .menu a.active::before {
    transform: translateX(100%) translateX(1px)
}

.header .wrap a:hover::after,
.header .wrap a.active::after,.right_menu .menu  a:hover::after,
.right_menu .menu  a.active::after {
    transform: translateX(0)
}

.header .wrap a::after,.right_menu .menu a::after {
    top: calc(100% - 2px);
    height: 2px
}

.more{
    position: absolute;bottom: 0;width: 100%;text-align: center; color: #fff; font-size:16px; padding-bottom:60px;
}
.more img{
    display: block;
    margin: 0 auto;
    width: 30px;
}
.header .wrap .logo{
    height: 60px;
    margin-top: 10px;
}
.swiper-slide2{
    background: #000000 !important;
    color: #ffffff;
    padding-top: 120px;
}
.swiper-slide2 .top{
    display: flex;


}
.swiper-slide2 .top .left{
    width: 50%;
    padding: 50px;
}
.swiper-slide2 .top .left h1{
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}
.swiper-slide2 .top .left p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 20px;
}
.swiper-slide2 .top .right {
    width: 50%;
}
.swiper-slide2 .top .right img {
    width: 100%;
}


.swiper-slide2 .top .left .btn {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    margin-right: 2em;
    text-align: center;
    max-width: 160px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
}

.swiper-slide2 .top .left .btn:hover {
    text-decoration: none;
}

.swiper-slide2 .top .left .btn {
    background: transparent;
    text-align: center;
    margin-top: 30px;
    transition: all 250ms ease 0s;
}

.swiper-slide2 .top .left .btn svg {
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.swiper-slide2 .top .left .btn rect {
    fill: none;
    stroke: #ff9e11;
    stroke-width: 5;
    stroke-dasharray: 422;
    transition: all 450ms ease 0s;
}

.swiper-slide2 .top .left .btn:hover {
    color: #ff9e11;
    background: rgba(225, 51, 45, 0);
    font-weight: 900;
    letter-spacing: 1px;
}

.swiper-slide2 .top .left .btn:hover rect {
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.swiper-slide2 .bottom{
    display: flex;
    justify-content: space-between;
}
.swiper-slide2 .bottom .item{
    width: 30%;
    padding: 20px;
    background:#212121;
    text-align: center;
    display: flex;
    margin: 0 20px;
    align-items: center;



}
.swiper-slide2 .bottom .r{
    text-align: center;
    width: 80%;
}
.swiper-slide2 .bottom .r h4{
    font-size: 16px;
    font-weight: 700;
    display: block;
    line-height: 1.2;
    margin-bottom:10px;
    text-align: center;
}


.swiper-slide3 .box{
    position: relative;
    height: 100%;
    width: 100%;
    background: #000000;


}
.swiper-slide3 .item{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    overflow: hidden;
    transition:all 0.6s;
}


.swiper-slide3 .item:hover:before {
    -webkit-transform: skew(-30deg) scale(3) translate(0, 0);
    -ms-transform: skew(-30deg) scale(3) translate(0, 0);
    transform: skew(-30deg) scale(3) translate(0, 0);
    opacity: 0.1
}
.swiper-slide3 .item:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.05;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: skew(-30deg) scaleY(1) translate(0, 0);
    -ms-transform: skew(-30deg) scaleY(1) translate(0, 0);
    transform: skew(-30deg) scaleY(1) translate(0, 0);
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1)
}
.swiper-slide3 .item .title{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
}
.swiper-slide3 .show{
    width: 100% !important;
    left: 0 !important;
    z-index: 99;
    line-height: 100vh;
}
.swiper-slide3 .info{
    display: none;
}
.swiper-slide3 .show .title{
    display: none;
}
.swiper-slide3 .show .info{
    display: inline-block;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.6s;
    color: #ffffff;
    width: 70%;
}
.swiper-slide3 .show .info h4{
    font-size: 20px;
    font-weight: normal;
    display: block;
    line-height: 1.2;
    margin-bottom:10px;
    text-align: center;
    padding-top: 20px;
}
.swiper-slide3 .show .info p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 20px;
}
.swiper-slide3 .close{
    display: none;
}
.swiper-slide3 .show .close{
    display: block;
    width: 30px;
    position: absolute;
    top: 100px;
    right: 10px;
    z-index: 99;
}
.swiper-slide4{
    background: #121212 !important;
    color: #121212;
    height: 100%;
}
.swiper-slide4 .content{
    display: flex;
    height: 100%;

}
.swiper-slide4 .content .left{
    width: 50%;
    height: 470px;
    overflow: hidden;
    ttansition: 0.6s;
    position: relative;

}
.swiper-slide4 .content .left img{
    width: 100%;
    transition: 0.6s;
    transform: rotateY(0deg)
}
.swiper-slide4 .content .left:hover img {
    opacity: 0;
    transform: rotateY(-180deg);
}
.swiper-slide4 .content .left .info{
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    background: #f8c80f;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    transition: 0.6s;
    opacity: 0;
    transform: rotateY(0deg)
}
.swiper-slide4 .content .left:hover .info{
    transform: rotateY(-180deg);
    opacity: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
   align-items: center;
    line-height: 28px;
    padding: 30px;
    box-sizing: border-box;
}
.swiper-slide4 .content .left:hover .info>div{
    transform: rotateY(180deg);

    border: 1px solid rgba(255, 235, 159, 0.5);
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0 20px;

}
.swiper-slide4 .content .left .info h5{
    font-size: 16px;
    font-weight: 700;
    margin-bottom:10px;
    width: 100%;
    height: 30px;
    display: block;
}
.swiper-slide4 .content .left img{
    width: 100%;
}
.swiper-slide4 .content .right{
    width: 50%;
    padding-left: 15px;

}
.swiper-slide4 .content .right .item {
    display: flex;
    color: #ffffff;
    display: flex;
    align-content: center;
    justify-content: center;
    flex: 1;

}
.swiper-slide4 .content .right .item .l, .swiper-slide4 .content .right .item .r{
    width: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    align-items: center;
    font-size: 20px;


}
.swiper-slide4 .content .right .item .r:hover img{
    transform: scale(1.1);
}
.swiper-slide4 .content .right .item .r img{
    width: 100%;
    transition: 0.6s;
}

.swiper-slide4 .content .right .item .l:hover{
    background: #f8c80f;
}
.swiper-slide4 .content .right .item .l:hover::before{
    opacity: 1;
    transform: scale(1);
}
.swiper-slide4 .content .right .item .l::before {
    content: '';
    width: calc(100% - 22px);
    height: calc(100% - 22px);
    border: 1px solid rgba(255, 235, 159, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    opacity: 0;
    transform: scale(1.08);
    transition: all 0.36s ease;
    z-index: 2;

}
.content_title{
    font-size:26px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-top: 120px;
    line-height: 26px;
}
.content_subtitle{
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 60px;
    line-height: 26px;
}













.project .content_list:after {
    content: '';
    display: block;
    clear: both
}

.project .box {
    width: 25%;
    float: left
}

.project {

}

.project .owl-carousel .box img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all .36s ease;
    transition: all .36s ease
}

.project .box a {
    display: block
}

.project .box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.project .box .item_wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ff9e11;
    opacity: 0;
    -webkit-transition: all .36s ease;
    transition: all .36s ease
}

.project  .box .item_wrapper:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    border: 1px solid rgba(255, 255, 255, .8);
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    transform: scale(1.06);
    transition: all .3s ease-out 0s
}

.project  .box:hover .item_wrapper:after {
    transform: scale(1)
}


.project .owl-carousel .box:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.project .box .item_info {
    text-align: center;
    padding: 0 14%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -120px;
    width: 100%;
}

.project .box .item_info .title {
    font-size: 16px;
    color: #fff;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition-delay: .15s;
    margin-top: 20px;
    opacity: .6
}

.project .box .item_info .subtitle {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;
    white-space: initial;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition-delay: .2s;
    margin-top: 30px;
    opacity: .3
}

.project .item_info .nums {
    font-size: 72px;
    color: #fff;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition-delay: 0s
}

.project .box .item_info .line {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, .3);
    margin: 12px auto 16px
}


.project .box:hover .item_wrapper {
    opacity: 1
}

.project .box:hover .item_info .nums {
    margin-top: -40px;
    font-size: 52px
}

.project .box:hover .item_info .title {
    margin-top: 4px;
    opacity: 1
}
.project .box:hover .item_info  .btn{
    display: block;
    background: #ffffff;
    color: #000000;
    height: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

    box-shadow: 0 0 0 1px #ffffff;
    width: 200px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}

.add-icon::before, .add-icon::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 1px;
    background: #f00;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -10px;
    transition: all 0.3s;
}
.add-icon::after {
    transform: rotate(90deg);
}

.swiper-slide5 {
    background: #000000 !important;
    height: 100%;
}

.information .btns{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-top: 60px;
}
.information .btns .swiper-button-prev, .information .btns .swiper-button-next{
    position: static;
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}
.information .btns .swiper-button-prev img, .information .btns .swiper-button-next img{
    width: 20px;
}

.project .btns .swiper-button-prev,.project .btns .swiper-button-next{
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;

}
.project .btns .swiper-button-prev img, .project .btns .swiper-button-next img{
    width: 20px;
}



.information .box{
    overflow: hidden;
    position: relative;

}

.information .box img {
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.information .box:hover img {
    opacity: 0.4;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.information a {
    color: #ffffff;

}
.information .box .info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.information .box h4 {
    position: relative;
    overflow: hidden;
    padding: 0.5em 0
}

.information .box h4::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(-90%, 0, 0);
    transform: translate3d(-90%, 0, 0)
}

.information .box:hover h4::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.information .box p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(100%, 0, 0)
}

.information .box:hover p {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.swiper-slide6{
    height: 100%;
    background: #000000 !important;
    position: relative;
}
.swiper-slide6 .footer{
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 20px;
}
.swiper-slide6 .footer a{
    color: #ffffff;
text-decoration: none;
}



@keyframes overlay {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}
.swiper-slide6 .box{
    width: 100%;
    height: 100%;
}
.swiper-slide6  .mask{
    -moz-animation: overlay 1.5s 1.5s forwards;
    -webkit-animation: overlay 1.5s 1.5s forwards;
    -o-animation: overlay 1.5s 1.5s forwards;
    -ms-animation: overlay 1.5s 1.5s forwards;
    animation: overlay 1.5s 1.5s forwards;
    background-attachment: inherit;
    background-image: url("../img/overlay-pattern.png"), url("../img/overlay.svg");
    background-position: top left, center center;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

@keyframes bg {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-2250px, 0, 0)
    }
}

.swiper-slide6  .bg {
    animation: bg 60s linear infinite;
    transform: translate3d(0, 0, 0);
    background-image: url("../img/202409120019.jpg");
    background-position: bottom left;
    background-repeat: repeat-x;
    background-size: auto 104%;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 22500px;
    z-index: 0
}

.swiper-slide6  .centont{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    width: 100%;
    padding:0 30px;
}
.swiper-slide6  .centont h2{
    font-size: 30px;
    margin-bottom: 10px;
}

.swiper-slide6  .centont  .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}
.swiper-slide6  .centont  .icon a{
    position: relative;
}
.swiper-slide6  .centont  .icon a span{
    display: none;
    position: absolute;
    top: -160px;
    left: 50%;
    transform: translate(-85px,-0%);
    width: 150px;

    height: 150px;
}
.swiper-slide6  .centont  .icon a:hover span{
    display: block;
}
.swiper-slide6  .centont  .icon a span img{
    width: 100%;
    height: 100%;
}
.swiper-slide6  .centont  .icon img{
    width: 60px;
    height: 60px;
    margin: 0 10px;
}
/*屏幕小于960*/
@media (max-width: 960px) {
    .page-swiper-container>.swiper-slide{
        line-height: 100vh;
    }
    .wrap{
        width: 100%;
        line-height: 26px;
    }
    .page-swiper-container>.swiper-slide>.wrap{

        vertical-align: middle;
        display: inline-block;
        line-height: 26px;
    }
    .swiper-slide2 .top .left{
        width: 100%;
        padding: 20px;
    }
    .swiper-slide2 .top .right{
        display: none;
    }
    .swiper-slide2 .top .left h1{
        font-size: 26px;
        font-weight: normal;
    }
    .swiper-slide2 .top .left .btn{
        display: inline-block;
        margin: 0 auto;
    }
    .swiper-slide2 .bottom{
        flex-wrap: wrap;
        padding: 0 10px;
    }
    .swiper-slide2 .top .left p{
        font-size: 16px;
        line-height: 18px;
    }
    .swiper-slide2 .bottom .item{
        width: 46%;
        margin: 2%;
    }
    .swiper-slide3 .item{
        width: 100%;
        height: 25%;
        left: 0 !important;
        margin-bottom:20%;
        top: auto;
    }
    .swiper-slide3 .item:nth-child(1){
        top: 0;
    }
    .swiper-slide3 .item:nth-child(2){
        top: 20%;
    }
    .swiper-slide3 .item:nth-child(3){
        top: 40%;
    }
    .swiper-slide3 .item:nth-child(4){
        top: 60%;
    }
    .swiper-slide3 .item:nth-child(5){
        top: 80%;
    }

    .swiper-slide3 .item.show{
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        z-index: 9;
    }
    .swiper-slide4 .content .left{
        width: 100%;
    }
    .swiper-slide4 .content .right{
        display: none;
    }
    .swiper-slide4 .content .left img{
        width: 109%;
    }
    .project .box .item_wrapper{
        display: none;
    }
    .header .wrap a{
        display: none;
    }
    .header .wrap .nav_icon{
        margin-right: 10px;
    }
    img.cover-image{
        width: 160% !important;
        margin-left: -30%;
    }
}
