﻿
@font-face {
    font-family: 'Alibaba';
    src: url('fonts/AlibabaPuHuiTi-3-45-Light.ttf') format('truetype');
}

body{
    font-family: 'Alibaba';
}
h1,h2,h3, h4 {
    font-family: 'Alibaba';
}
:root {
    --color: #033894;
}

/*NewsDetail*/

.NewsDetail001 {
    margin-top: 20px;
    margin-bottom: 90px;
}

.NewsDetail001-title {
    text-align: center;
}

    .NewsDetail001-title h3 {
        font-size: 24px;
        color: #333;
    }

.tit_bar {
    margin-top: 15px;
}

.social-share {
    display: inline-block;
}

.tit_bar .text {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    display: inline-block;
    margin: 0 3%;
}

.NewsDetail001-item {
    padding: 30px 0;
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.TurnPages {
    display: flex;
    justify-content: space-between;
}

    .TurnPages p {
        width: 40%;
    }

        .TurnPages p:nth-last-child(1) {
            text-align: right;
        }

    .TurnPages a {
        font-size: 16px;
        color: #000;
    }

        .TurnPages a:hover {
            color: #008dce;
        }

@media screen and (max-width: 1000px) {
    .nei-banner .img {
        height: 200px;
    }

        .nei-banner .img img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .nei-banner .text h3 {
        font-size: 20px;
    }

    .bx-mb-nav {
        margin-top: 20px;
    }

        .bx-mb-nav p {
            font-size: 16px;
        }

    .NewsDetail001-title h3 {
        font-size: 20px;
    }

    .tit_bar .text {
        margin: 5px 3%;
    }

    .NewsDetail001 {
        margin-bottom: 30px;
    }

    .TurnPages {
        display: block;
    }

.TurnPages p {
    width: 100%;
    text-align: left !important;
    margin: 5px 0;
}

.TurnPages p a {
    font-size: 14px;
}
}

.header, #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
    background-color: transparent;
    transition: all 0.5s;
}

.header.active {
    background-color:#fff;
    box-shadow: 0 8px 20px 0px rgba(180, 184, 206, 0.14);
}

.header_top{
    border-bottom:1px solid rgba(255,255,255,.4);
}
.header_top_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.header_top_item .header_lang {
    color: #FFFFFF;
    font-size:16px;
    width:180px;
}
    .header_top_item .header_lang span{
        font-size:14px;
        margin:0 5px;
    }
    .header_top_item .header_lang a {
        color: #FFFFFF;
    }
    .header_top_item .header_lang a:hover{
        color:var(--color);
    }
    .header_top_item .logo img{
        height:40px;
    }
    .header_top_item .logo2 {
        display: none;
    }
    .header_top_item .header_search {
        height: 40px;
        overflow: hidden;
        border: 1px solid #FFFFFF;
        border-radius: 4px;
        width: 180px;
        padding-left: 40px;
        position: relative;
    }
    .header_top_item .header_search input {
        width: 80%;
        height: 100%;
        border: none;
        padding: 0 20px;
        font-size: 14px;
        box-sizing: border-box;
        float: left;
        padding: 0;
        background-color:transparent;
        color:#fff;
    }
.header_search input::-webkit-input-placeholder {
    color: #fff;
}

.header_search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.header_search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.header_search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.header_search .icon {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    font-size:18px;
}
.header_nav_item ul {
    text-align: center;
}
.header_nav_item ul li>a {
    display:inline-block;
    font-size: 16px;
    color: #FFFFFF;
    line-height:60px;
    position:relative;

}
    .header_nav_item ul li > a::after{
        content:"";
        display:block;
        width:0;
        height:2px;
        background-color:#000;
        position:absolute;
        bottom:0;
        left:50%;
        transform:translate(-50%,0);
        transition:all 0.5s;
    }
    .header_nav_item ul li:hover > a::after, .header_nav_item ul li.active > a::after {
        width: 100%;
    }
    .header_nav_item ul li {
        display: inline-block;
        margin: 0 25px;
    }
.lilist{
    position:relative;
}

.header_nav_item ul li.lilist .bx-nav-fd{
    width:200px;
    top:60px;
    left:50%;
    transform:translate(-50%,0);
    padding:10px;
}

.bx-nav-fd-itemlist p a{
    font-size:16px;
    padding:5px;
    display:inline-block;
}
    .bx-nav-fd-itemlist p a:hover{
        text-decoration:underline;
    }

    .bx-nav-fd {
        position: absolute;
        left: 0;
        top: 140px;
        background-color: #fff;
        width: 100%;
        padding: 50px 0;
        display: none;
    }
.max1200{
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;

}
.bx-nav-fd-box{
    display:flex;
    justify-content:space-between;
    text-align:left;
}
    .bx-nav-fd-box .bx-nav-fd-box-left{
        width:40%;
    }
        .bx-nav-fd-box .bx-nav-fd-box-left .title {
            font-size: 14px;
            color: #333333;
        }
        .bx-nav-fd-box .bx-nav-fd-box-left .bx-nav-fd-box-nav{
            overflow:hidden;
            margin-top:10px;
        }
            .bx-nav-fd-box .bx-nav-fd-box-left .bx-nav-fd-box-nav p {
                width: 50%;
                float: left;
                font-size: 16px;
                color: #000000;
                margin-top:8px;
            }
                .bx-nav-fd-box .bx-nav-fd-box-left .bx-nav-fd-box-nav p a:hover{
                    text-decoration:underline;
                }

.header-pro{
    width:100%;
}
.bx-nav-fd-box-right {
    width: 60%;
    text-align:right;
}
.header-pro .header-pro-list {
    width:40%;
    display:inline-block;
    text-align:center;
    margin-left:15px;
    
}
    .header-pro .header-pro-list a{
        display:block;
        width:100%;
    }
    .header-pro-list .img {
        background-color: #F7F7F7;
        height:150px;
    }
        .header-pro-list .img img{
            height:100%;
            
        }
.header-pro-list p {
    font-size: 16px;
    color: #000000;
    margin-top:10px;
}
.icon-dh, .bx-nav-close, .header_nav_item ul li >i{
    display: none;
}

.header.activenext {
    position: sticky;
    background-color: #fff;
}
    .header.active .header_top_item .header_lang a, .header.activenext .header_top_item .header_lang a {
        color: #000000;
    }

    .header.active .header_top_item .header_lang span, .header.activenext .header_top_item .header_lang span {
        color: #000;
    }

    .header.active .header_top_item .logo1, .header.activenext .header_top_item .logo1 {
        display: none;
    }

    .header.active .header_top_item .logo2, .header.activenext .header_top_item .logo2 {
        display: block;
    }

    .header.active .header_top_item .header_search, .header.activenext .header_top_item .header_search {
        border: 1px solid #DADADA;
    }

        .header.active .header_top_item .header_search .icon, .header.activenext .header_top_item .header_search .icon {
            color: #333;
        }

        .header.active .header_top_item .header_search input, .header.activenext .header_top_item .header_search input {
            color: #000;
        }

    .header.active .header_search input::-webkit-input-placeholder, .header.activenext .header_search input::-webkit-input-placeholder {
        color: #333333;
    }

    .header.active .header_search input::-moz-placeholder, .header.activenext .header_search input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #333333;
    }

    .header.active .header_search input:-moz-placeholder, .header.activenext .header_search input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #333333;
    }

    .header.active .header_search input:-ms-input-placeholder, .header.activenext .header_search input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #333333;
    }

    .header.active .header_nav_item ul li a, .header.activenext .header_nav_item ul li a {
        color: #000;
    }

    .header.active .header_top, .header.activenext .header_top {
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

.lz-banner img{
    width:100%;
}
.lz-banner .swiper-button-prev{
    left:5vw
}
.lz-banner .swiper-button-next {
    right: 10vw
}
.swiper-button-next, .swiper-button-prev {
    width: 16px;
    height: 44px;
    background-size: 16px 44px;
}
.banner-list{
    display:block;
    position:relative;

}
    .banner-list .text{
        position:absolute;
        left:0;
        top:50%;
        width:100%;
        transform:translate(0,-50%);
        text-align:right;

    }
        .banner-list .text .text-box{
            display:inline-block;
            text-align:center;
        }
            .banner-list .text .text-box h3 {
                font-size: 60px;
                color: #FFFFFF;
            }
            .banner-list .text .text-box p {
                font-size: 44px;
                color: #FFFFFF;
                margin-top:10px;
                font-weight:200;
            }


.nei-banner{
    position:relative;
}
.nei-banner .img {
    width: 100%;
    height: 400px;
}
    .nei-banner .img img {
        width:100%;
        height:100%;
        object-fit:cover;
    }

    .nei-banner .text{
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:100%;
    }
    .nei-banner .text .container{
        width:100%;
        height:100%;
    }
        .nei-banner .text .texts{
            width:100%;
            height:100%;
            object-fit:cover;
            display:flex;
            flex-direction:column;
            justify-content:center;
            align-items:center;
        }
        .nei-banner .text p {
            font-size: 18px;
            color: #FFFFFF;
        }
        .nei-banner .text h3 {
            font-size: 48px;
            color: #FFFFFF;
            margin:10px 0;
        }

.nei-nav {
    border-bottom: 1px solid #ECECEC;
    background-color:#fff;
}
    .nei-nav .nei-nav-item ul{
        text-align:center;
    }
    .nei-nav .nei-nav-item ul li{
        display:inline-block;
        margin:0 30px;
    }
        .nei-nav .nei-nav-item ul li a {
            display: inline-block;
            line-height: 60px;
            padding: 0 50px;
            font-size: 16px;
            color: #000000;
            border-bottom:2px solid transparent;
        }
        .nei-nav .nei-nav-item ul li.active a{
            border-bottom-color:#000;
        }

.pt100{
    padding-top:100px;
}
.pb100{
    padding-bottom:100px;
}
.mt50{
    margin-top:50px;
}

.box-title {
    text-align: center;
}
    .box-title p {
        font-size: 18px;
        color: #000000;
    }
    .box-title h3 {
        font-size: 48px;
        color: #000000;
        margin-top:10px;
    }

.contact-item ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -7px;
}
.contact-item ul li{
    width:25%;
    padding:0 7px;
    margin-bottom:15px;
}

.contact-list {
    width: 100%;
    border: 1px solid #EEEEEE;
    height:100%;
    padding:60px 30px;
}
  
    .contact-list .icons img{
        height:60px;
    }
    .contact-list h3 {
        font-size: 24px;
        color: #000000;
        margin-top:30px;
    }
    .contact-list .p1 {
        font-size: 16px;
        color: #999999;
        margin-top:15px;
    }
    .contact-list .p2 {
        font-size: 16px;
        color: #333333;
        margin-top: 10px;
    }
    .contact-list .p3 {
        font-size: 16px;
        color: #333333;
        font-weight: bold;
        text-decoration: underline;
        margin-top: 10px;
    }

.contact-list .ewm{
    width:100px;
    margin-top:10px;
}
    .contact-list .ewm.none{
        display:none;
    }

.footer {
    background-color: #000000;
}

.footer-nav{
    padding-top:60px;
    padding-bottom:50px;
}

.footer-nav ul{
    display:flex;
}
    .footer-nav ul li{
        max-width:10%;
        margin-right:10%
    }
    .footer-nav h3 {
        font-size: 18px;
        color: #FFFFFF;
        margin-bottom:15px;
    }
    .footer-nav p{
        margin-top:10px;
    }
    .footer-nav p a {
        font-size: 16px;
        color: rgba(255,255,255,.6);
    }
    .footer-nav p a:hover{
        color:#fff;
    }

.footer-bottom-text {
    font-size: 16px;
    color: rgba(255,255,255,.6);
    padding:20px 0;
    border-top:1px solid rgba(255,255,255,.2);
}
    .footer-bottom-text a {
        font-size: 16px;
        color: rgba(255,255,255,.6);
    }
    .footer-bottom-text a:hover{
        color:#fff;
    }

.service-item{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
}
.service-nav h3 {
    font-size: 20px;
    color: #000000;
    margin-bottom:10px;
}
.service-item .service-nav {
    width: 300px;
    position:sticky;
    top:200px;
}
    .service-item .service-box{
        width:calc(100% - 340px);
    }
    .service-item .service-nav ul li{
        padding:10px 0;
    }
    .service-item .service-nav ul li a {
        font-size: 16px;
        color: #999999;
    }
.service-box .service-box-list .service-list-title {
    padding: 20px 0;
    border-bottom: 1px solid rgba(236,236,236,1);
    cursor:pointer;
    padding-right:50px;
    position:relative;
}
    .service-box .service-box-list .service-list-title i{
        position:absolute;
        right:20px;
        top:20px;
        font-size:20px;
    }
    .service-box .service-box-list .service-list-title h3 {
        font-size: 20px;
        color: #000000;
    }
.service-box .service-box-list .service-list-text {
    font-size: 16px;
    color: #333;
    padding:20px 0;
}

.pro-box-box ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -3vw;

}
.pro-box-box ul li{
    width:33.33%;
    padding:0 3vw;
    margin-bottom:20px;
}

.pro-list{
    display:block;
}
.img-padding {
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .img-padding img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
    }

.pro-list .text{
    padding:20px 0;

}
    .pro-list .text .p1, .pro-list .text .p2{
        font-size: 16px;
        color: #666666;
    }
    .pro-list .text h3 {
        font-size: 20px;
        color: #000000;
        margin:10px 0;
    }
    .pro-list:hover .text h3{
        text-decoration:underline;
    }

.bx-mb-nav {
    border: none;
    font-size: 16px;
    color: #000;
}
    .bx-mb-nav a{
        color:#000;
    }
.pro-detail-box {
    display: flex;
}

    .pro-detail-box .img {
        width: 450px;
    }

    .pro-detail-box .text {
        width: calc(100% - 450px);
        padding-left: 30px;
    }

#magnifier {
    position: relative;
    width: 450px;
}

.small-box {
    position: relative;
    width: 450px;
    height: 450px;
    line-height: 450px;
}

    .small-box table td {
        width: 450px;
        height: 450px;
        padding: 0;
        text-align: center;
    }

    .small-box img {
        width: auto;
        height: auto;
        max-height: 450px;
        max-width: 450px;
    }

    .small-box .hover {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100px;
        height: 100px;
        border: 1px solid #aaa;
        background: rgba(0,0,0,.2);
        opacity: .5;
        cursor: move;
    }

.thumbnail-box {
    position: relative;
    width: 100%;
}

.big-box {
    display: none;
    overflow: hidden;
    position: absolute;
    left: 450px;
    top: 0;
    width: 350px;
    height: 350px;
    line-height: 350px;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    z-index: 2;
}

    .big-box img {
        display: block;
        width: 200%;
        max-width: 200%;
    }

.pro-swiper-box {
    margin-top: 15px;
    position: relative;
    padding-left: 37px;
    padding-right: 37px;
}

    .pro-swiper-box .img {
        border: 1px solid rgba(0,0,0,0);
        cursor: pointer;
        width: 100%;
    }

        .pro-swiper-box .img img {
            object-fit: contain;
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        .pro-swiper-box .img.active {
            border-color: #000;
        }

    .pro-swiper-box .swiper-button-next {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
        right: 0;
    }

    .pro-swiper-box .swiper-button-prev {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
        left: 0;
    }

    .pro-swiper-box .swiper-button-next, .pro-swiper-box .swiper-button-prev {
        opacity: 1;
        background-size: 15px 44px;
    }

.pro-detail-box .text .p1 {
    font-size: 16px;
    color: #666666;
}
.pro-detail-box .text h3 {
    font-size: 20px;
    color: #000000;
    margin-top:10px;
}
.pro-detail-box .text .p2 {
    font-size: 16px;
    color: #666666;
    margin-top:10px;
}
.pro-detail-box .text .p3 {
    font-size: 20px;
    color: #E60111;
    font-weight:bold;
    margin:15px 0;
}
.pro-detail-box .text .desc {
    font-size: 14px;
    color: #666666;
    white-space:pre-line;
}
.pro-detail-box .text .pro-color {
    display: flex;
    font-size: 16px;
    color: #666666;
    margin-top:20px;
}
    .pro-detail-box .text .pro-color .pro-color-item {
        flex: 1;
    }
    .pro-detail-box .text .pro-color .pro-color-box .pro-color-list {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-top: 5px;
        margin-right: 5px;
        cursor: pointer;
        padding: 3px;
        border: 1px solid transparent;
        border-radius: 3px;
    }
            .pro-detail-box .text .pro-color .pro-color-box .pro-color-list img{
                display:block;
                width:100%;
                height:100%;
            }
            .pro-detail-box .text .pro-color .pro-color-box .pro-color-list.active {
                border: 1px solid #666;
            }

.pro-detail-del{
    font-size:16px;
}
.about-text{
    font-size:16px;
    color:#000;
}
.about-two{
    background-position:top center;
    background-repeat:no-repeat;
    min-height:900px;
    background-size:100%;
}

.about-two-item{
    display:flex;
    justify-content:space-between;
}

    .about-two-item .text {
        max-width: 42%;
        font-size: 16px;
        color: #000000;
        white-space:pre-line;
    }
    .about-two-item .img{
        width:50%;
    }
    .about-two-item .img img{
        width:100%;
    }

.about-three-item ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -13px;
}
.about-three-item ul li{
    width:25%;
    padding:0 13px;
    margin-bottom:25px;
}
.about-three-list {
    display: block;
    background-color: #F7F7F7;
    padding:70px 40px;
    height:100%;
}

.about-three-list .icons img{
    height:60px;
}
    .about-three-list .text{
        margin-top:30px;
    }
        .about-three-list .text h3 {
            font-size: 24px;
            color: #000000;
        }
        .about-three-list .text p {
            font-size: 16px;
            color: #333333;
            margin-top:20px;
            white-space:pre-line;
        }

.about-four-item{
    position:relative;
    padding-bottom:80px;
}
.about-four-item .img {
    width: calc(100% + 30%)
}
.about-four{
    width:100%;
    overflow:hidden;
}
    .about-four .text {
        background-color: #000000;
        padding: 60px 50px;
        font-size: 16px;
        color: #FFFFFF;
        max-width:520px;
        white-space:pre-line;
        position:absolute;
        left:10%;
        bottom:0;
    }

.PassLock-list-video{
    position:relative;
}
    .PassLock-list-video video{
        width:100%;
    }
    .PassLock-list-cl-box ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -13px;
    }

.PassLock-list-cl-box ul li{
    width:25%;
    padding:0 13px;
}

.PassLock-list-cl-list{
    display:block;
    
}
    .PassLock-list-cl-list .video{
        width:100%;
        position:relative;
    }
    .PassLock-list-cl-list .video video{
        display:block;
        width:100%;
    }
    .PassLock-list-cl-list .text{
        padding:20px 0;
    }
        .PassLock-list-cl-list .text .p1 {
            font-size: 16px;
            color: #999999;
        }
        .PassLock-list-cl-list .text h3 {
            font-size: 24px;
            color: #000000;
            margin-top:10px;
        }
        .PassLock-list-cl-list .text .p2 {
            font-size: 16px;
            color: #000000;
            margin-top:10px;
        }
    .PassLock-list-cl-list .button__block, .PassLock-list-video .button__block {
        color: #fff;
        max-width: 100%;
        position: absolute;
        text-align: center;
        top: calc(50% - 26px);
        width: 100%;
        z-index: 10;
    }
        .PassLock-list-cl-list .button__block .circle, .PassLock-list-video .button__block .circle {
            appearance: none;
            background: #ffffff4d;
            border: 3px solid #fff;
            border-radius: 50px;
            cursor: pointer;
            display: inline-block;
            height: 10px;
            padding: 21px;
            position: relative;
            width: 10px;
        }
            .PassLock-list-cl-list .button__block .circle .triangle, .PassLock-list-video .button__block .circle .triangle {
                border-bottom: 10px solid #0000;
                border-left: 10px solid #fff;
                border-top: 10px solid #0000;
                display: inline-block;
                height: 0;
                transform: translate(-3px, -10px);
                width: 0;
            }
.PassLock-pro-box .swiper-slide {
    width: 25vw;
    
}
    .PassLock-pro-box .swiper-slide .text{
        padding:20px;
    }

.index-one-nav ul{
    text-align:center;
}

.index-one-nav ul li{
    display:inline-block;
    margin:0 5vw;
}
    .index-one-nav ul li a{
        display:block;
        position:relative;
    }
     
        .index-one-nav ul li a .img {
            width: 120px;
        }
        .index-one-nav ul li a::before {
            content: '';
            display: block;
            width: 80px;
            height: 80px;
            background-color: rgba(0,0,0,.1);
            border-radius: 50%;
            position: absolute;
            left: -20px;
            bottom: 50px;
        }
    .index-one-nav ul li a p {
        font-size: 24px;
        color: #000000;
        margin-top:20px;
    }
.index-one-item{
    width:100%;
    overflow:hidden;
}
.index-one-item ul {
    overflow: hidden;
    margin: 0 -10px;
}
.index-one-item ul li {
    width: 33.33%;
    float: left;
    padding:0 10px;
    margin-bottom:20px;
}
    .index-one-item ul li:nth-child(1) .index-one-item-list .img {
        padding-bottom: calc(100% + 20px);
    }

.index-one-item-list{
    display:block;
}
.index-one-item-list .img{
    padding-bottom:50%;
}

.index-two-box{
    display:flex;
    justify-content:space-between;
    padding:0 2vw;
}

.index-two-box .left{
    width:37%;
}
    .index-two-box .right{
        width:calc(63% - 20px);
        position:relative;
    }

.index-two-list .img{
    padding-bottom:67%;
}

.index-two-list .text{
    padding:20px 0;
}
    .index-two-list .text h3 {
        font-size: 24px;
        color: #000000;
    }
    .index-two-list .text p {
        font-size: 16px;
        color: #000000;
        margin-top:10px;
    }
    .index-two-list .text p span{
        margin-right:10px;
    }
    .index-two-list .text small {
        display: inline-block;
        min-width: 140px;
        line-height: 38px;
        border: 1px solid #000000;
        text-align: center;
        font-size: 16px;
        color: #000000;
        margin-top:30px;
        border-radius:40px;
        transition:all 0.5s;
    }
        .index-two-list .text small:hover{
            background-color:#000;
            color:#fff;
        }
        .index-two-box .right .mySwiper {
            width: 100%;
        }

.index-two-box .right .index-swiperbut{
    position:absolute;
    right:0;
    bottom:10%;
}
.index-two-box .right .swiper-button-next {
    transform:rotate(90deg)
}
.index-two-box .right .swiper-button-prev {
    transform: rotate(90deg)
}
    .index-swiperbut .swiper-button-next, .index-swiperbut .swiper-button-prev {
        width: 65px;
        height: 65px;
        background-color: #000;
        position: relative;
        margin: 0;
        border-radius: 50%;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        background-size: 10px 44px;
        margin: 10px;
        transition:all 0.5s;
    }
.index-swiperbut .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.index-swiperbut .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
    .index-swiperbut .swiper-button-next:hover, .index-swiperbut .swiper-button-prev:hover {
        background-color: #999999;
    }

.index-three-list{
    display:block;
    position:relative;
    padding-bottom:70px;
}

    .index-three-list .img img{
        width:100%;
    }
    .index-three-list .img2{
        width:32%;
        position:absolute;
        bottom:0;
        right:10%;
    }
    .index-three-list .text{
        position:absolute;
        left:5%;
        top:45%;
        transform:translate(0,-50%);
        max-width:50%;
        
    }
        .index-three-list .text h3 {
            font-size: 40px;
            color: #FFFFFF;
        }
        .index-three-list .text p {
            font-size: 16px;
            color: #FFFFFF;
            margin-top:10px;
        }
.index-three-swiper {
    position: relative;
}
    .index-three-swiper .index-swiperbut {
        position: absolute;
        left: calc(5% - 10px);
        top: 70%;
        transform: translate(0,-50%);
        z-index: 2;
    }
    .index-three-swiper .index-swiperbut .swiper-button-next, .index-three-swiper .index-swiperbut .swiper-button-prev{
        display:inline-block;
    }
        .index-three-swiper .index-swiperbut .swiper-button-next:hover, .index-three-swiper .index-swiperbut .swiper-button-prev:hover{
            background-color:rgba(0,0,0,.5);
        }

.index-four{
    padding:20vh 0;
    text-align:center;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

    .index-four h3 {
        font-size: 48px;
        color: #FFFFFF;
    }
    .index-four .desc {
        font-size: 16px;
        color: #FFFFFF;
        white-space:pre-line;
        margin-top:30px;
    }


@media (max-width: 1600px) {
    .max1200{
        max-width:1100px;
    }
    .pt100{
        padding-top:80px;
    }
        .pb100{
            padding-bottom:80px;
        }
        .mt50{
            margin-top:40px;
        }
        .header_top_item {
            padding: 10px 0;
        }
    .header_nav_item ul li{
        margin:0 20px;
    }
        .header_nav_item ul li > a{
            line-height:50px;
        }
    .bx-nav-fd{
        top:110px;
        padding:35px 0;
    }
    .header_top_item .header_lang{
        font-size:14px;
    }
    .header_nav_item ul li.lilist .bx-nav-fd {
        top: 50px;
    }
    .banner-list .text .text-box h3 {
        font-size: 45px;
    }
    .banner-list .text .text-box p{
        font-size:32px;
    }
    .box-title p{
        font-size:16px;
    }
    .box-title h3{
        font-size:36px;
    }
    .index-one-nav ul li a .img{
        width:95px;
    }
    .index-one-nav ul li a p{
        font-size:20px;
        margin-top:5px;
    }
    .index-one-nav ul li a::before {
        width: 60px;
        height: 60px;
        left: -10px;
        bottom: 30px;
    }
    .index-two-list .text h3{
        font-size:20px;
    }
    .index-two-list .text p{
        font-size:14px;
    }
    .index-two-list .text small {
        min-width: 120px;
        line-height: 36px;
        font-size:14px;
    }
    .index-swiperbut .swiper-button-next, .index-swiperbut .swiper-button-prev{
        width:55px;
        height:55px;
    }
    .index-three-list .text h3{
        font-size:30px;
    }
    .index-three-list .text p{
        font-size:14px;
    }
    .index-four h3{
        font-size:36px;
    }
    .index-four .desc{
        font-size:14px;
        margin-top:20px;
    }
    .footer-nav p a{
        font-size:14px;
    }
    .footer-nav p{
        margin-top:6px;
    }
    .footer-nav h3{
        font-size:16px;
    }
    .footer-bottom-text, .footer-bottom-text a{
        font-size:14px;
    }
    .nei-banner .text h3{
        font-size:36px;
    }
    .nei-banner .img{
        height:320px;
    }
    .about-text{
        font-size:14px;
    }
    .about-two-item .text{
        font-size:14px;
    }
    .about-two{
        min-height:800px;
    }
    .about-three-list {
        padding: 60px 30px;
    }
        .about-three-list .icons img{
            height:50px;
        }
        .about-three-list .text h3{
            font-size:20px;
        }
        .about-three-list .text p{
            font-size:14px;
        }
        .about-three-list .text{
            margin-top:20px;
        }
    .about-four .text {
        font-size: 14px;
        max-width: 400px;
        padding: 50px 40px;
    }
    .nei-nav .nei-nav-item ul li a{
        padding:0 40px;
        line-height:50px;
    }
    .nei-nav .nei-nav-item ul li{
        margin:0 20px;
    }
    .pro-list .text .p1, .pro-list .text .p2{
        font-size:14px;
    }
    .pro-list .text h3{
        font-size:16px;
        margin:7px 0;
    }
    .bx-mb-nav{
        font-size:14px;
    }
    .contact-list .icons img{
        height:50px;
    }
    .contact-list h3{
        font-size:20px;
        margin-top:20px;
    }
    .contact-list .p2, .contact-list .p1, .contact-list .p3 {
        font-size: 14px;
        margin-top:10px;
    }
    .service-item .service-nav{
        top:150px;
    }
    .PassLock-list-cl-list .text h3{
        font-size:20px;
    }
    .PassLock-list-cl-list .text .p2{
        font-size:14px;
    }
}

@media (max-width: 1300px) {
    .max1200{
        max-width:950px;
    }
    .header-pro-list .img{
        height:120px;
    }
    .footer-nav ul li{
        max-width:13%;
    }
    .contact-list h3{
        font-size:16px;
    }
}

@media (max-width: 1000px) {
    .max1200 {
        max-width: 1000px;
        padding-left:15px;
        padding-right:15px;
        width:100%;
        overflow:hidden;
    }
    .container{
        width:100%;
        overflow:hidden;
    }

    .pt100 {
        padding-top: 30px;
    }

    .pb100 {
        padding-bottom: 30px;
    }

    .mt50 {
        margin-top: 20px;
    }
   
    .nei-banner .img{
        height:220px;
    }
    .nei-banner .text p{
        font-size:14px;
    }
    .nei-banner .text h3{
        font-size:20px !important;
        text-align:center;
    }
    .nei-nav .nei-nav-item ul li a {
        line-height: 35px;
        padding: 0 15px;
        font-size: 14px;
        border-bottom: 1px solid transparent;
    }
    .nei-nav .nei-nav-item ul li{
        margin:0 10px;
    }
    .box-title p{
        font-size:12px;
    }
    .box-title h3{
        font-size:22px;
    }
    .contact-item ul li{
        width:50%;
    }
    .contact-list {
        padding: 35px 15px;
    }
        .contact-list .icons img{
            height:40px;
        }
        .contact-list .p2, .contact-list .p1, .contact-list .p3{
            margin-top:5px;
            font-size:12px;
        }
        .contact-list .ewm{
            width:80px;
            margin-top:5px;
        }
    .footer-nav ul{
        flex-wrap:wrap;
    }
        .footer-nav ul li {
            max-width: 25%;
            width: 24.5%;
            margin: 15px 0;
            margin-right: 0;
        }
    .footer-nav{
        padding-top:10px;
        padding-bottom:10px;
    }
        .footer-nav h3{
            margin-bottom:10px;
        }
        .footer-nav p{
            margin-top:3px;
        }
    .footer-bottom-text, .footer-bottom-text a{
        font-size:12px;
    }
    .footer-bottom-text>div{
        display:block !important;
    }
    .footer-bottom-text{
        padding:10px 0;
    }
    .service-item{
        display:block;
    }
        .service-item .service-nav {
            position:relative;
            top: 0;
            width: 100%;
        }
    .service-item .service-nav ul li{
        padding:5px 0;
        display:inline-block;
        margin-right:20px;
    }
    .service-item .service-nav ul li a {
        font-size: 14px;
    }
        .service-item .service-box{
            width:100%;
        }
    .service-box .service-box-list .service-list-title{
        padding:15px 0;
        padding-right:30px;
    }
        .service-box .service-box-list .service-list-title h3{
            font-size:16px;
        }
    .service-box .service-box-list .service-list-text{
        font-size:14px;
    }
    .service-nav h3{
        font-size:18px;
    }

    .pro-box-box ul li{
        width:50%;
    }
    .pro-list .text{
        padding:10px 0;
    }
    .bx-mb-nav p{
        font-size:12px;
    }
    .bx-mb-nav p{
        line-height:1.3;
    }
    .pro-detail-box .img{
        width:100%;
        max-width:300px;
        margin:0 auto;
    }
    .small-box table td{
        width:300px;
        height:300px;
    }
    .small-box {
        width: 100%;
    }

    .pro-detail-box {
        flex-direction: column;
    }

        .pro-detail-box .text {
            width: 100%;
            padding-left: 0;
            margin-top: 20px;
        }


    #magnifier {
        width: 100%;
    }

    .pro-detail-list ul li {
        width: 50%;
    }
    .small-box .hover{
        display:none !important;
    }
    .small-box{
        height:300px;
        line-height:300px;
    }
    .small-box img {
        max-width: 300px;
        max-height: 300px;
    }
    .big-box {
        display: none !important;
    }
    .pro-detail-box .text .p1, .pro-detail-box .text .p2 {
        font-size: 14px;
    }
    .pro-detail-box .text h3{
        font-size:16px;
    }
    .pro-detail-box .text .p3{
        font-size:16px;
        margin:10px 0;
    }
    .pro-detail-box .text .pro-color{
        font-size:14px;
    }
    .pro-detail-del{
        font-size:14px;
    }
    .about-two{
        background-image:none !important;
    }
    .about-two-item{
        flex-direction:column;
    }
        .about-two-item .text{
            width:100%;
            max-width:100%;
        }
        .about-two-item .img{
            width:100%;
            margin-top:15px;
        }
    .about-two{
        min-height:100px;
    }
    .about-three-item ul{
        margin:0;
    }
    .about-three-item ul li {
        width: 100%;
        padding:0;
    }
    .about-three-list{
        padding:25px 20px;
    }
        .about-three-list .icons img{
            height:40px;
        }
        .about-three-list .text h3{
            font-size:16px;
        }
        .about-three-list .text p{
            margin-top:10px;
        }
    .about-three-item ul li{
        margin-bottom:10px;
    }
    .about-four-item .img{
        width:100%;
    }
    .about-four .text{
        position:relative;
        left:0;
        margin-top:10px;
        padding:20px;
    }
    .about-four-item{
        padding-bottom:0;
    }
    .PassLock-list-cl-box ul{
        margin:0 -5px;
    }
    .PassLock-list-cl-box ul li {
        width: 50%;
        padding: 0 5px;
    }
    .PassLock-list-cl-list .text{
        padding:10px;
    }
        .PassLock-list-cl-list .text .p1{
            font-size:14px;
        }
        .PassLock-list-cl-list .text h3{
            font-size:16px;
            margin-top:5px;
        }
    .PassLock-pro-box .swiper-slide{
        width:50vw;max-width:280px;
    }
    .header, #header{
        position:sticky !important;
        background-color:#fff !important;
    }
    .banner-list .text{
        text-align:center;
    }
        .banner-list .text .text-box h3{
            font-size:20px;
        }
        .banner-list .text .text-box p{
            font-size:18px;
        }
    .header_top_item .header_search {
        display: none;
    }

    .header_top_item .header_lang {
        width: 80px;
        text-align:center;
    }
    .header_top_item .header_lang a {
        display: block;
    }

    .header_top_item .header_lang span {
        display: none;
    }
    .header .header_top_item .header_lang a{
        color: #000000;
    }

    .header .header_top_item .header_lang span{
        color: #000;
    }

    .header .header_top_item .logo1{
        display: none;
    }

    .header .header_top_item .logo2{
        display: block;
    }

   

    .header .header_nav_item ul li a{
        color: #000;
    }

    .header .header_top{
        border-bottom: 1px solid rgba(0,0,0,.1);
    }
    
        .header_top_item .logo img {
            height: 30px;
        }
    .icon-dh {
        display: block;
        width: 30px;
        margin-left: 50px;
    }

    .header_nav{
        display:block;
        position:fixed;
        right:-110%;
        top:0;
        width:60%;
        background-color:#fff;
        height:100vh;
        transition:all 0.5s;
       
    }
    .header_nav_item{
        padding-top:60px;
        padding-bottom:30px;
        height:100%;
    }
    .bx-nav-close{
        display:block;
        position:absolute;
        right:15px;
        top:20px;
        width:18px;
        height:18px;
    }
    .header_nav .container {
        height: 100%;
    }
    .header_nav_item ul {
        height: 100%;
        overflow-y: auto;
    }
        .header_nav_item ul li {
            display: block;
            text-align: left;
            margin: 0;
            position:relative;
        }
            .header_nav_item ul li> i{
                display:block;
                font-size:20px;
                position:absolute;
                right:10px;
                top:11px;
            }
                .header_nav_item ul li > i.down{
                    transform:rotate(90deg);
                }
                .header_nav_item ul li > a {
                    line-height: 45px;
                }
                .header_nav_item ul li > a::after{
                    display:none;
                }

    .bx-nav-fd {
        display: none;
        position: relative;
        left: 0 !important;
        top: 0 !important;
        transform: translate(0,0) !important;
        padding: 0 10px !important;
    }
    .bx-nav-fd-box-right{
        display:none;
    }
    .bx-nav-fd-box{
        display:block;
    }
        .bx-nav-fd-box .bx-nav-fd-box-left{
            width:100%;
        }
            .bx-nav-fd-box .bx-nav-fd-box-left .title{
                display:none;
            }
            .bx-nav-fd-box .bx-nav-fd-box-left .bx-nav-fd-box-nav{
                margin-top:0;
            }
                .bx-nav-fd-box .bx-nav-fd-box-left .bx-nav-fd-box-nav p{
                    width:100%;
                    margin-top:0;
                }
                    .bx-nav-fd-box .bx-nav-fd-box-left .bx-nav-fd-box-nav p a{
                        padding:5px;
                        display:block;
                    }
    .bx-nav-fd .max1200{
        padding:0;
    }


    .index-one-nav ul li a .img {
        width: 45px;
    }
    .index-one-nav ul li a p{
        font-size:12px;
    }
    .index-one-nav ul li a::before {
        width: 30px;
        height: 30px;
        left: -5px;
        bottom: 18px;
    }
    .index-one-nav ul li{
        margin:0 4vw;
    }
    .index-one-item ul li{
        width:100% !important;
        padding:0;
        margin-bottom:10px;
    }
    .index-two-box{
        flex-direction:column;
    }
        .index-two-box .left{
            width:100%;
        }
    .index-two-item ul{
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
    }
    .index-two-item ul li{
        width:48%;
    }
    .index-two-list .text{
        padding:10px 0;
    }
        .index-two-list .text h3{
            font-size:16px;
        }
        .index-two-list .text p{
            font-size:12px;
            margin-top:2px;
        }
    .index-two-box .right{
        width:100%;
    }
        .index-two-box .right .index-swiperbut{
            position:relative;
            text-align:center;
        }
    .index-swiperbut .swiper-button-next, .index-swiperbut .swiper-button-prev{
        display:inline-block;
        width:40px;
        height:40px;
        margin:5px;
    }
    .index-two-list .text small{
        margin-top:15px;
    }
    .index-two-box .right .swiper-button-next, .index-two-box .right .swiper-button-prev {
        transform: rotate(0)
    }
    .index-four{
        padding:10vh 0;
    }
        .index-four h3{
            font-size:22px;
        }
    .index-two-box .right .index-swiperbut {
        display: flex;
        align-items:center;
        justify-content:center;
        flex-direction: row-reverse;
    }
    .index-three-list .img2{
        display:none;
    }
    .index-three-swiper .index-swiperbut{
        position:relative;
        text-align:center;
        width:100%;
        transform:translate(0,0);
        margin-top:10px;
    }
    .index-three-list {
        padding-bottom: 0;
    }
        .index-three-list .text h3{
            font-size:18px;
        }
        .index-three-list .text p{
            font-size:12px;
            margin-top:5px;
        }
        .index-three-list .text{
            max-width:100%;
        }
    .index-swiperbut .swiper-button-next, .index-swiperbut .swiper-button-prev {
        background-size: 7px 44px;
    }

}