@charset "utf-8";
body {
    padding-top: 0;
}

*:focus {
    outline: none;
}

header.home {
    background-color: transparent;
    border-bottom: none;
}

._fixed header .head-logo a span {
    font-size: 40px;
}




.about-data {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.about-data li {
    width: 25%;
    margin: 0 15px;
    position: relative;
}

.about-data li .content {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.about-data li .content .content-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid var(--web-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all .3s;
}

.about-data li:hover .content .content-box {
    box-shadow: 20px 20px 20px #ccc;
}

.about-data li .content .content-box .content-top {
    padding-top: 50px;
    text-align: center;
}

.about-data li .content .content-box .content-top h1 {
    font-size: 150px;
    line-height: 1;
}

.about-data li .content .content-box .content-top h1 span {
    font-size: 24px;
    color: var(--web-color);
}

.about-data li .content .content-box .content-bottom {
    padding: 20px 0 30px;
    background-color: var(--web-color);
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 1;
}

.about-video {
    width: 100%;
    height: 100%;
    position: relative;
}

.about-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: fill;
}

.about-video img {
    border-radius: 20px;
}

.about-video span {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    color: #fff;
    position: absolute;
    font-size: 24px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    transition: all .3s;
}

.about-video:hover span {
    color: var(--web-color);
    background-color: #fff;
    webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

.index-banner .swiper-slide .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 999;
    color: #fff;
    font-size: 16px;
}

.index-banner .swiper-slide .mask h1, .index-banner .swiper-slide .mask p {
    text-shadow: 0 0 10px #333;
}

.index-banner .swiper-slide .mask p {
    font-size: 28px;
}

.index-banner .swiper-slide .mask .t0, .index-banner .swiper-slide .mask .t1 {
    font-size: 2.4em;
    position: relative;
    margin-bottom: 0;
    font-weight: 400;
}

.index-banner .swiper-slide .mask .t0 {
    margin-bottom: 0;
}

.index-banner .swiper-pagination {
    bottom: 15%;
}

.index-banner .swiper-pagination-bullet {
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    background: #fff;
    opacity: 1;
}

.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    background: var(--web-color);
    border-radius: 4px;
}

.index-banner .swiper-slide .mask .t2 {
    width: 50%;
    font-size: 14px;
}

.index-banner .swiper-slide .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.index-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 46.87%;
}

.index-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: fill;
}

.banner-nav {
    width: 90%;
    margin-top: 60px;
    position: relative;
}

.banner-nav .slide-prev, .banner-nav .slide-next {
    /*display: none;*/
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 48px;
    border: 1px solid #fff;
    cursor: pointer;
    transition: all .3s;
}

.banner-nav .slide-prev {
    position: absolute;
    left: 240px;
    top: 0;
}

.banner-nav .slide-next {
    position: absolute;
    left: 300px;
    right: auto;
    top: 0;
}

.banner-nav .slide-prev:hover, .banner-nav .slide-next:hover {
    background-color: #fff;
    color: #333;
}

.banner-nav.active .slide-prev, .banner-nav.active .slide-next {
    display: block;
}

.more-link-a {
    display: inline-block;
    min-width: 12em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    border-radius: 1.5em;
    font-size: 16px;
    color: #fff;
    border: 1px solid #f8f9fa;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.more-link-a:hover {
    background-color: #f8f9fa;
    color: #212529;
}

.more-link-b {
    display: inline-block;
    min-width: 12em;
    height: 3em;
    margin: 0 10px;
    line-height: 3em;
    text-align: center;
    border-radius: 1.5em;
    font-size: 16px;
    border: 1px solid #ccc;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.more-link-b:hover {
    background-color: var(--web-color);
    border-color: var(--web-color);
    color: #fff;
}

.index-banner .mask .content .t1, .index-banner .mask .content .t2 {
    font-size: 48px;
}

.index-banner .mask .content .t3 {
    margin-top: 30px;
}

.index-banner .mask .content ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.index-banner .mask .content ul li {
    width: 30%;
    line-height: 30px;
    margin-bottom: 10px;
}

.index-banner .mask .content ul li p {
    font-size: 18px;
}

.index-banner .mask h1 {
    font-size: 3vw;
}

.index-banner .mask p {
    font-size: 1.3vw;
}

.about-list li .x-flex-column {
    flex-direction: column;
    height: 100%;
}

.about-list {
    margin-top: 40px;
}

.about-list li {
    width: 20%;
    position: relative;
}

.about-list li:first-child {
    width: 55%;
}

.about-list .box-img {
    width: 100%;
    height: 0;
    padding-top: 65%;
    position: relative;
}

.about-list .box-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}

.about-title {
    padding: 8px;
    font-size: 16px;
    background: var(--web-color);
    font-weight: bold;
    color: #fff;
    text-align: center;
}

#qyys {
    padding-bottom: 60px;
}

#qyys .swiper-slide {
    width: 800px;
    padding-bottom: 20px;
    text-align: center;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}

#qyys .swiper-slide img {
    display: block;
    width: 100%;
}

#qyys .swiper-slide h3 {
    font-size: 24px;
    text-align: center;
    margin: 15px 0;
}

#qyys .swiper-slide p {
    line-height: 2;
    padding: 0 10px;
    text-align: center;
    color: #636363;
    font-size: 16px;
    margin: 0;
}

#index-advantage0 {
    background: #fff;
    position: relative;

}

#index-advantage0 .width {
    position: relative;
}

#index-advantage0 .x-content {
    position: relative;
    display: flex;
    justify-content: flex-end;
}


#index-advantage0 .x-bg ul {
    position: relative;

    display: flex;
    justify-content: space-between;
    z-index: 5;
}

.index-div {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

#index-advantage0 .x-main-title {
    text-align: center;
    margin-bottom: 60px;
}

#index-advantage0 li {
    width: 24.5%;
    margin: 0.25% 0;
    text-align: center;
    position: relative;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
    cursor: pointer;
    background: #f5f5f5;
}

#index-advantage0 li img {
    max-width: 100px;
    margin-bottom: 10px;
}

#index-advantage0 li .box-img {
    padding: 40px;
    transform: rotateY(0);
    transition: all 0.50s ease-in-out 0s;
}

#index-advantage0 li .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--web-color);
    color: #fff;
    padding: 40px 20px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    transform: rotateY(90deg);
    transition: all 0.50s ease-in-out 0s;
    overflow: hidden;
}

#index-advantage0 li .box-content .t1 {
    font-size: 24px;
    margin-bottom: 20px;
}

#index-advantage0 li .box-content .t2 {
    text-align: left;
}

#index-advantage0 li:hover .box-img {
    transform: rotateY(-90deg);
}

#index-advantage0 li:hover .box-content {
    transform: rotateY(0);
}


#index-case {

    background: -moz-linear-gradient(top, #eee 0%, #fff 20%, #fff 80%, #eee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eee 0%, #fff 20%, #fff 80%, #eee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eee 0%, #fff 20%, #fff 80%, #eee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

#index-case li {

    background-color: #ccc;
    transition: all .3s;
}

#index-case li:hover {
    box-shadow: 0 0 10px #ccc;
}

.case-nav {
    text-align: center;
    margin: 60px auto 40px;
}

#index-case li p {
    background-color: #eee;
    text-align: center;
    padding: 10px;
}

@media screen and (max-width: 992px) {
    .about-list li {
        width: 49%;
    }
    .about-list li:first-child {
        width: 100%;
        margin-bottom: 2%;
    }

    .index-video {
        padding-top: 133.333%;
    }

    .about-data li{
        width: 30%;
        margin: 0 5px;
    }
    .index-banner .swiper-pagination{
        bottom: 5%;
    }
    #index-security{
        display: none;
    }
    .about-data li .content .content-box .content-top{
        padding-top: 25px;
    }
    .about-data li .content .content-box .content-top h1 {
        font-size: 30px;
    }
    .about-data li .content .content-box .content-top h1 span{
        font-size: 14px;
    }
    .about-data li .content .content-box .content-bottom{
        height: 40%;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        padding: 0 10px;
        line-height: 1.4;
    }
    .index-banner .mask h1 {
        font-size: 24px;
        text-align: center;
    }

    .index-banner .swiper-slide {
        height: auto;
    }

    .index-banner .swiper-slide.swiper-slide-active img {
        transform: none;
    }

    .index-banner .swiper-slide img {
        max-width: 100%;
        height: auto;
    }

    .index-banner .swiper-slide .mask .t0 {
        font-size: 33px;
        line-height: 40px;
        padding-bottom: 0;
        margin-bottom: 8px;
    }

    .index-banner .swiper-slide .mask .t1, .index-banner .swiper-slide .mask .t2 {
        width: 100%;
        font-size: 5.5vw;
        line-height: 1.3;
        text-align: center;
    }

    .index-banner .swiper-slide .mask {
        font-size: 14px;
        width: 100%;
        height: 100%;
        left: 0;
        right: auto;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner-nav .slide-prev, .banner-nav .slide-next {
        width: 6vw;
        height: 6vw;
        line-height: 6vw;

    }

    .banner-nav .slide-prev span, .banner-nav .slide-next span {
        font-size: 2vw;
    }

    .banner-nav {
        margin-top: 0;
        padding: 20px 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .more-link-a, .more-link-b {
        min-width: 8em;
        padding: 0 1em;
        height: 2.4em;
        line-height: 2.4em;
        font-size: 14px;
    }

    .index-banner .mask .content .t3 {
        display: none;

    }

    .banner-nav .slide-prev {
        left: 0;
    }

    .banner-nav .slide-next {
        left: auto;
        right: 0;
    }

    #index-advantage0 li {
        width: 49%;
        text-align: center;
        margin-bottom: 5px;
    }

    #index-advantage0 li .t1 {
        font-size: 18px;
    }

    #index-advantage0 li .t2 {
        display: none;
    }

    #index-advantage0 .x-main-title {
        margin-bottom: 25px;
    }

    #index-advantage0 li .box-img {
        padding: 15px;
    }

    #index-advantage0 li img {
        max-width: 30px;
        display: inline-block;
    }

    #index-advantage0 li h3 {
        display: inline-block;
    }

    #index-advantage0 li .box-content {
        display: none;
    }

    #index-advantage0 .x-bg li .x-mask {
        background-color: rgba(0, 0, 0, .2);
    }

    #index-advantage0 ul {
        flex-wrap: wrap;
    }

    .page-section {
        margin-bottom: 10px !important;
    }

    #index-about .x-width {
        background-color: transparent !important;
    }
}