@import url(global.css);
/**title begin**/

.container .title {
    position: relative;
    padding: 60px 0 40px;
    text-align: center;
}

.container .title span {
    display: block;
    font-size: 20px;
    color: #666666;
    margin-bottom: 20px;
}

.container .title strong {
    display: inline-block;
}

.container .title strong span {
    display: block;
    font-family: 'Microsoft Yahei';
    font-size: 36px;
    font-weight: bold;
    line-height: 38px;
}

.container .title strong span.en {
    font-family: inherit;
    font-size: 60px;
    text-transform: uppercase;
    color: #000;
    /*font-family: "fnum";*/
}


.container .title p {
    padding-top: 15px;
    line-height: 24px;
    color: #666;
}

.container .title nav {
    margin-top: 35px;
}

.container .title nav a {
    display: inline-block;
    font-size: 16px;
}

.container .title nav a:not(:last-child)::after {
    content: '\/';
    display: inline-block;
    margin: 0 22px;
    color: #ccc;
}

/**title end**/

.banner {
    position: relative;
    overflow: hidden;
    max-height: 100vh;
}

.banner .btn-prev, .banner .btn-next {
    position: absolute;
    top: 50%;
    left: 100px;
    width: 64px;
    height: 64px;
    margin-top: -32px;
    background: url(../images/banner_prev.png) no-repeat center;
    z-index: 999;
    outline: none;
    cursor: pointer;
}

.banner .btn-next {
    left: auto;
    right: 100px;
    background-image: url(../images/banner_next.png);
}

.banner .tab {
    position: absolute;
    bottom: 95px;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.banner .tab .tab-bullet {
    display: inline-block;
    width: 50px;
    height: 2px;
    margin: 0 5px;
    background-color: #fff;
}

.banner .tab .tab-bullet-active {
    background-color: #f04523;
}

.banner .swiper-slide {
    width: 1920px;
    height: 980px;
}

.banner .swiper-slide .box {
    position: absolute;
    height: 60%;
    width: 80%;
    left: 10%;
    top: 30%;
    text-align: left;
    box-sizing: border-box;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    z-index: 99;
}
@media (max-width: 1600px) {
    .banner .swiper-slide .box{
        top: 20%;
    }
    .banner .swiper-slide .box img{
        width: 700px;
    }
}
.banner .bg {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover !important;
    background-position: center;
}

.banner .swiper-slide-active .bg {
    animation: hvr-bob 6000ms ease 1;
    -webkit-animation: hvr-bob 6000ms ease 1;
}


@-webkit-keyframes hvr-bob {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes hvr-bob {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}


.cases .container {
    width: 100%;
    min-width: 1200px;

}
@media (max-width: 1600px) {
    .cases .container{
        max-width: 100%;
    }
}
.cases .container .swiper-container {
    position: relative;
}

.cases .container .swiper-slide {
    -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;
    transition: 300ms;
    transform: scale(0.8);
}

.cases .container .swiper-slide .pics {
    width: 100%;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    max-height: 642px;
}

.cases .container .swiper-slide .text {
    display: none;
    position: relative;
    padding: 1rem;
    width: 90%;
}

.cases .container .swiper-slide .text span {
    color: #1c1b1b;
    font-size: 26px;
    line-height: 2em;
    position: relative;
}

.cases .container .swiper-slide .text p {
    font-size: 14px;
    color: #666666;
}

.cases .container .swiper-slide .text i {
    position: absolute;
    width: 20px;
    height: 16px;
    display: block;
    right: -4rem;
    top: 3rem;
    background: url('../images/more.png') no-repeat center;
}

.cases .container .swiper-slide .pics img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.cases .container .swiper-slide-active, .cases .container .swiper-slide-duplicate-active {
    transform: scale(1);
}

.cases .container .swiper-slide-active .text, .cases .container .swiper-slide-duplicate-active .text {
    display: block;
}

.cases .btn-prev, .cases .btn-next {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -710px;
    width: 64px;
    height: 64px;
    margin-top: -32px;
    border-radius: 100%;
    background: #f7f7f7 url(../images/banner_prev.png) no-repeat center;
    z-index: 999;
    outline: none;
    cursor: pointer;
}

.cases .btn-next {
    left: auto;
    right: 50%;
    margin-left: unset;
    margin-right: -710px;
    background-image: url(../images/banner_next.png);
}

.space {
    padding: 60px 0;
}

.space .swiper {
    overflow: hidden;
}

.space .swiper.mySwiper .swiper-slide {
    background: #f5f5f5;
    text-align: center;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    border-top: 4px solid #f5f5f5;
	cursor: pointer;
}

.space .swiper.mySwiper .swiper-slide-thumb-active {
    background: white;
    color: #e94e48;
    border-color: #e94e48;
}

.space .swiper.mySwiper2 {
    margin-top: 60px;
}

.space .swiper.mySwiper2 li {
    float: left;
    margin-right: 3.5%;
    width: 31%;
    height: 290px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.space .swiper.mySwiper2 li span {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    padding: 1rem 2rem 1rem 1rem;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 16px;
    transition: all 0.5s;
}

.space .swiper.mySwiper2 li:hover span {
    display: block;
    bottom:0;
}

.space .swiper.mySwiper2 li span:after {
    content: '';
    width: 15px;
    display: block;
    height: 10px;
    background: url("../images/more_white.png") no-repeat center;
    right: 1rem;
    top: 50%;
    position: absolute;
    margin-top: -5px;
}

.space .swiper.mySwiper2 li:first-child {
    height: 620px;
    margin-left: 0;
}

/*.space .swiper.mySwiper2 li:first-child span{*/
/*opacity: 1;*/
/*}*/
.space .swiper.mySwiper2 li:nth-child(3),
.space .swiper.mySwiper2 li:nth-child(5) {
    margin-right: 0;
}

.space .swiper.mySwiper2 li img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s;
}
.space .swiper.mySwiper2 li:hover img{
    transform: scale(1.1);
}

.modes {
    background: url("../images/modes_bg.jpg") no-repeat center top;
    padding-top: 50px;
    padding-bottom: 70px;
}

.modes ul li {
    width: 30%;
    background: white;
    margin-top: 30px;
    padding: 60px 50px;
    text-align: center;
    transition: all 0.3s;
}

.modes ul li span {
    display: block;
}

.modes ul li h3 {
    font-size: 24px;
    color: #404040;
}

.modes ul li span.en {
    font-size: 12px;
    color: #ccc;
    text-transform: uppercase;
	padding-top: 0.625rem;
}

.modes ul li span.num {
    font-size: 26px;
    color: #404040;
    font-weight: bold;
    font-family: "fnum";
    padding: 30px 0 50px;
    border-bottom: 1px solid #ddd;
}

.modes ul li img {
    margin: 50px auto;
	max-width: 68px;
}

.modes ul li p {
    color: #777777;
    font-size: 14px;
    line-height: 2em;
	padding: 0 1.5rem;
}

.modes ul li i {
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/more_h.png") no-repeat center;
    margin: 70px auto 30px;
}

.modes ul li:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    margin-top: 0;
}

.vr {
    background: url("../images/vr_bg.jpg") no-repeat center top;
    height: 860px;
    padding: 40px 0;
}

.vr .container .title {
    text-align: left;
    position: relative;
}

.vr .container .title .en {
    line-height: 1em;
}
.vr .container .title i{
    display: block;
    font-size: 32px;
    color: #666;
    margin-top: 1em;
}
.vr .vr-swiper {
    position: relative;
    top: -260px;
    height: 680px
}

.vr .vr-swiper .txt {
    width: 750px;
    padding:320px 75px 0 5px;
    height: 100%;
    max-width: 50%;
    box-sizing: border-box;
    text-align: right;
    float: left;
}
.vr .vr-swiper .txt div{
    padding-left: 120px;
    border-left: 1px solid #ddd;
}

.vr .vr-swiper .txt h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 4em;
    position: relative;
}
.vr .vr-swiper .txt h3:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 4px;
    background: #000;
}
.vr .vr-swiper .txt p{
    color: #999999;
    line-height: 36px;
    font-size: 16px;
}

.vr .vr-swiper .box {
    width: 750px;
    max-width: 50%;
    float: right;
    border-radius: 20px;
    height: 680px;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.vr .vr-swiper .box:before{
    content: '';
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 120px;
    z-index: 99;
    height: 35px;
    background: url("../images/vr_active_play.png") no-repeat center;
}

.vr .vr-swiper .box img {
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 2s;
    max-width: unset;
    -webkit-transition: 2s;
    -moz-transition: 2s;
}

.vr .vr-swiper .swiper-slide:hover img {
    left:-100px;
}

.vr .vr-swiper .btn-prev, .vr .vr-swiper .btn-next {
    position: absolute;
    bottom: 40px;
    left: 500px;
    width: 64px;
    height: 64px;
    margin-top: -32px;
    background:#fafafa url(../images/banner_prev.png) no-repeat center;
    z-index: 999;
    outline: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.vr .vr-swiper .btn-next {
    left: 610px;
    background-image: url(../images/banner_next.png);
}

.about{
    padding: 150px 0 100px;
}
.about .pic{
    width: 50%;
	background: url(../images/about.jpg) no-repeat center top;
    background-size: cover;
}
.about .txt{
    width: 50%;
    position: relative;
	padding: 0 0 3rem 0;
}

.about .txt span {
    display: block;
    font-size: 20px;
    color: #666666;
    margin-bottom: 10px;
    padding-left: 80px;
}

.about .txt strong span.en {
    font-family: inherit;
    font-size: 60px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    line-height: 1;
    margin-top: 1rem;
    padding-left: 80px;
    /*font-family: "fnum";*/
}
.about .txt p{
    padding-left: 80px;
    font-size: 16px;
    color: #999999;
    line-height: 36px;
    max-width: 640px;
    margin:2rem 0;
    display: block;
    text-indent: 2em;
}
.about .txt a{
    padding-left: 80px;
    font-size: 16px;
    color: #999999;
    line-height: 36px;
    text-transform: uppercase;
}
.about .txt ul{
    background: #eeeeee;
    padding:50px 80px;
    margin-top: 2rem;
}
.about .txt ul li{
    width: 210px;
    background: url("../images/zz_ico.png") no-repeat 10px 0;
    padding-top: 80px ;
}
.about .txt ul li b{
    display: inline-block;
    font-size: 60px;
    line-height: 1;
    color: #e94e48;
    font-weight: bold;
    position: relative;
    font-family: 'fen';
}
.about .txt ul li b:after{
    content: '+';
    position: absolute;
    top: 0;
    right: -1rem;
    font-size: 20px;
}
.about .txt ul li span{
    text-align: left;
    font-size: 14px;
    color: #000;
    margin-top:1rem;
    padding: 0;
}

.news {
    margin-top: 80px;
    padding-bottom: 45px;

}
.news .container .title nav {
    margin-top: 35px;
}

.news .container .title nav a {
    display: inline-block;
    font-size: 14px;
    margin: 0 30px;
    color: #a6a6a6;
    position: relative;
}
.news .container .title nav a::after{
    display: none;
}
.news .container .title nav a.on,.news .container .title nav a:hover{
    color: #e94e48;
}
.news .container .title nav a:hover:not(:last-child)::before,.news .container .title nav a.on:not(:last-child)::before {
    content: '';
    width: 20px;
    background: #e94e48;
    height: 1px;
    display: inline-block;
    position: absolute;
    left: -30px;
    top: 50%;
    color: #ccc;
}
.news .lists {
    padding: 30px;
    background-color: #fff;
}

.news .lists ul li {
    width: 49%;
    margin-bottom: 50px;
    transition: all 1s;
}



.news .lists ul li .pic {
    float: left;
    width: 300px;
    height: 225px;
    margin-right: 30px;
    overflow: hidden;

}
.news .lists ul li .pic img{
    width: 100%;
    height: 100%;
    transition:all 1s;
    -o-object-fit: cover;
    object-fit: cover;
}

.news .lists ul li b {
    font-size: 20px;
    line-height: 3em;
    border-bottom: 1px solid #ddd;
    color: #020202;
    margin-right: 30px;
}

.news .lists ul li p {
    margin: 2em 0;
    color: #666;
    font-size: 14px;
    line-height: 30px;
    margin-right: 30px;
}
.news .lists ul li span{
    font-size: 14px;
    color: #666;
    font-family: 'fen';
    line-height: 3rem;
    position: relative;
    padding-right: 10px;
}
.news .lists ul li span:after{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("../images/more_h.png") no-repeat center;
    top: 0;
    right: -4rem;
}
.news .lists ul li:hover b{
    color: #e94e48
}
.news .lists ul li:hover p{
    color: #000;
}
.news .lists ul li:hover img{
    transform: scale(1.1);
}
