﻿
/*NewsDetail*/
.nei-banner {
    width: 100%;
    position: relative;
}

    .nei-banner .img img {
        width: 100%;
    }

    .nei-banner .text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0,0,0,.3);
    }

        .nei-banner .text h3 {
            color: rgb(255, 255, 255);
            font-family: 微软雅黑;
            font-size: 70px;
            font-weight: 700;
        }

.bx-mb-nav {
    line-height: 1;
    margin-top: 60px;
    border-bottom: 0;
}

    .bx-mb-nav p {
        font-size: 18px;
        color: #707070;
        line-height: 1;
    }

    .bx-mb-nav i {
        font-size: 20px;
    }

    .bx-mb-nav a:hover {
        color: #008dce;
    }

.NewsDetail001 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.NewsDetail001-title {
    text-align: center;
}

    .NewsDetail001-title h3 {
        font-size: 40px;
        color: #333;
        font-weight:bold;
    }

.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;
    margin-top:20px !important;
    min-height:30vh;
}

.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: 25px;
    }

    .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;
        margin-top:30px;
    }
    .NewsDetail001-item{
        padding-top:0;
    }
        .NewsDetail001-item{
            line-height:1.8;
        }

        .TurnPages {
            display: block;
        }

        .TurnPages p {
            width: 100%;
            text-align: left !important;
            margin: 5px 0;
        }

            .TurnPages p a {
                font-size: 14px;
            }
}


@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

    .header.active {
        background-color: rgba(0,0,0,.6);
        width: 100%;
        z-index: 99;
        animation-name: opacity;
        animation-duration: 0.8s;
        box-shadow: 0 3px 10px rgba(0,0,0,.16);
    }

   





.bx-header001 {
    height: 100px;
    line-height: 100px;
    position: relative
}

    .bx-header001 .bx-logo {
        max-height: 80px
    }

        .bx-header001 .bx-logo img {
            max-height: 80px;
        }

       

.bx-header001 .bx-nav ul li {
    position: relative;
    float: left;
    line-height: 100px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    z-index: 600;
    padding: 0 0px;
}

    .bx-header001 .bx-nav ul li .bx-nav-fd {
        display: none;
        position: absolute;
        top: 100px;
        line-height: 40px;
        width: 100%;
        background-color: #ffffff;
        z-index: 600
    }

        .bx-header001 .bx-nav ul li .bx-nav-fd a {
            padding: 0 5px;
        }

    .bx-header001 .bx-nav ul li a {
        display: block;
        color: #fff;
        padding: 0 40px;
    }

.bx-header001 .bx-navigation {
    display: none;
    margin-left: 20px;
}

.bx-header001 .bx-nav ul li a:hover,
.bx-header001 .bx-nav ul li a.active {
    color: #E62129;
    font-weight: bold;
}

.active .bx-header001 .bx-nav ul li a:hover,
.active .bx-header001 .bx-nav ul li a.active {
    font-weight: bold;
}

.bx-navigation {
    display: none;
}
.bx-search {
    position: relative;
    margin-left: 40px;
}

    .bx-search input {
        height: 30px;
        background-color: transparent;
        outline: none;
        border: none;
        border-bottom: 2px solid #fff;
        padding-left: 30px;
        font-size: 16px;
        color: #fff;
        width: 160px;
    }

    .bx-search span {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0,-50%);
        font-size: 20px;
        color: #fff;
    }

@media (max-width: 1600px) {
    .bx-header001 .bx-nav ul li {
        font-size: 16px;
    }
    .bx-header001{
        height:80px;
        line-height:80px;
    }
        .bx-header001 .bx-nav ul li{
            line-height:80px;
        }
        .bx-header001 .bx-logo img{
            max-height:60px;
        }
        .bx-header001 .bx-nav ul li a{
            padding:0 25px;
        }
}

@media screen and (max-width: 1000px) {
    .bx-header001 .bx-logo {
        height: 50px;
    }

    .bx-header001 {
        height: 60px;
        line-height: 60px;
    }

        .bx-header001 .bx-logo img {
            max-height: 50px;
        }

        .bx-header001 .bx-nav {
            display: none;
            position: absolute;
            top: 60px;
            z-index: 500;
            right: 0;
            z-index: 600;
            width: 100%;
            background-color: #fff;
        }

            .bx-header001 .bx-nav ul li {
                line-height: 50px;
                text-align: left;
                float: none;
            }

                .bx-header001 .bx-nav ul li i {
                    display: block;
                    width: 12px;
                    height: 12px;
                    color: #333;
                    transition: color .25s;
                    position: absolute;
                    right: 10px;
                    top: 18px;
                }

                    .bx-header001 .bx-nav ul li i::before {
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 50%;
                        width: 100%;
                        height: 2px;
                        background-color: #333;
                        transform: translate(0,-50%);
                    }

                    .bx-header001 .bx-nav ul li i::after {
                        content: '';
                        position: absolute;
                        left: 50%;
                        top: 0;
                        width: 2px;
                        height: 100%;
                        background-color: #333;
                        transform: translate(-50%,0);
                    }

                .bx-header001 .bx-nav ul li a {
                    padding: 0 10px;
                    color: #333;
                    text-align: center;
                }

        .bx-header001 .bx-navigation {
            display: block;
        }

        .bx-header001 .bx-nav ul li .bx-nav-fd {
            display: none;
            position: relative;
            top: 0px;
        }

    .bx-navigation {
        display: block;
    }

    .bx-header001 .bx-nav ul li .bx-nav-fd a {
        padding: 0 30px;
    }

    .hamburger {
        margin-top: 18px;
    }

        .hamburger .line {
            width: 35px;
            height: 3px;
            background-color: #fff;
            display: block;
            margin: 8px auto;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .hamburger:hover {
            cursor: pointer;
        }

    #hamburger-1.is-active .line:nth-child(2) {
        opacity: 0;
    }

    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(13px) rotate(45deg);
        -ms-transform: translateY(13px) rotate(45deg);
        -o-transform: translateY(13px) rotate(45deg);
        transform: translateY(11px) rotate(45deg);
    }

    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-13px) rotate(-45deg);
        -ms-transform: translateY(-13px) rotate(-45deg);
        -o-transform: translateY(-13px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg);
    }
}

.banner img {
    width: 100%;
}

.banner .swiper-pagination-bullet {
    background-color: #fff;
    width: 40px;
    height: 5px;
    border-radius: 0;
}

.banner .swiper-button-next,.banner .swiper-button-prev{
    width:70px;
    height:70px;
    background-size:100% 100%;
}
.banner .swiper-button-next {
    background-image: url('../images/next.png');
    right:3%;
}
.banner .swiper-button-prev {
    background-image: url('../images/prev.png');
    left:3%;
}
    .banner img {
        width: 100%;
    }
        
.banner-list {
    position: relative;
}

    .banner-list .text {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
    }

        .banner-list .text h3 {
            font-size: 70px;
            color: #FFFFFF;
            font-weight: bold;
            width:60%;
        }
        .banner-list .text p {
            width: 60%;
            font-size: 28px;
            color: #FFFFFF;
            margin-top:23px;
        }
        .banner-list .text a {
            background-color: #E62129;
            display: inline-block;
            color: #fff;
            line-height: 58px;
            font-size: 16px;
            border: 1px solid #E62129;
            padding: 0 10px;
            min-width: 160px;
            margin-top: 5vh;
            text-align: center;
            min-width:180px;
            transition:all 0.5s;
        }
        .banner-list .text a:hover{
            opacity:0.8;
        }

.index-one{
    padding-top:100px;
    padding-bottom:125px;
}
.index-one-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
    .index-one-top .title {
        color: rgb(0, 0, 0);
        font-family: Swis721 Hv BT;
        font-size: 60px;
        font-weight: bold;
        width:40%;
    }
    .index-one-top .text {
        width: 58%;
        color: rgb(98, 98, 98);
        font-family: 微软雅黑;
        font-size: 16px;
        font-weight: 400;
    }
.index-one-item{
    margin-top:95px;
}

.index-one-item ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -16px;
}
.index-one-item ul li{
    width:33.33%;
    padding:0 16px;
}
.index-one-list {
    display:block;
    background-color:#fff;
    text-align: center;
    box-shadow: 0px 0px 30px 0px rgb(241, 241, 241);
    padding:64px 50px 66px;
    transition:all 0.5s;
}

    .index-one-list .icons {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        background: rgba(230, 33, 41,.1);
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        transition: all 0.5s;
    }
    .index-one-list .icons  img{
        max-width:60%;
        max-height:60%;
    }
    .index-one-list .text{
        margin-top:40px;
    }
        .index-one-list .text h3 {
            color: rgb(0, 0, 0);
            font-family: 微软雅黑;
            font-size: 28px;
            font-weight: 700;
            line-height: 37px;
            transition: all 0.5s;
        }
        .index-one-list .text p {
            color: rgb(98, 98, 98);
            font-family: 微软雅黑;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            margin-top: 22px;
            transition: all 0.5s;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
        }
        .index-one-list .text span {
            color: rgb(230, 33, 41);
            font-family: 微软雅黑;
            font-size: 18px;
            font-weight: 400;
            line-height: 24px;
            margin-top: 35px;
            display: block;
            transition: all 0.5s;
        }

    .index-one-list .text span i{
        font-size:20px;
        margin-left:10px;
    }

.index-one-list:hover{
    background-color:#E62129;
    transform:translateY(-8px);
}
    .index-one-list:hover .icons{
        background-color:#fff;
    }
    .index-one-list:hover .text h3, .index-one-list:hover .text p, .index-one-list:hover .text span{
        color:#fff;
    }

body .index-one-btns {
    background: rgb(230, 33, 41);
    box-shadow: 0px 5px 10px 0px rgba(230, 33, 41, 0.4);
    display: inline-block;
    margin-top: 50px;
    color: rgb(255, 255, 255);
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 60px;
    padding:0 57px;
    background-color:#E62129;
    transition:all 0.5s;
}
body .index-one-btns:hover{
    opacity:0.8;
}

.index-two {
    padding-top: 95px;
    padding-bottom: 140px;
    background-image: url('../images/index-aboutBg.png');
    background-size:cover 50%;
    background-repeat:no-repeat;
    background-position:center top;
}

.index-title {
    text-align:center;
}

    .index-title h3 {
        color: rgb(255, 255, 255);
        font-family: Swis721 Hv BT;
        font-size: 60px;
        font-weight:bold;
    }
    .index-title p {
        color: rgb(255, 255, 255);
        font-family: 微软雅黑;
        font-size: 20px;
        font-weight: 400;
        line-height: 26px;
        max-width: 70%;
        margin: 0 auto;
        margin-top: 30px;
    }
.index-two-text {
    margin-top: 37px;
    color: rgb(98, 98, 98);
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: 400;
    padding:0 45px;
}
.index-three{
    padding-bottom:150px;
}
.index-three-item {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.index-three-item .left{
    width:33%;
}

    .index-three-item .left p {
        position: relative;
        padding-left: 40px;
        color: rgb(98, 98, 98);
        font-family: 微软雅黑;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        padding-top:8px;
        padding-bottom:8px;
    }
    .index-three-item .left p img{
        position:absolute;
        left:0;
        top:8px;
    }
    .index-three-item .left p:nth-child(1) img{
        top:13px;
    }

    .index-three-item .right{
        width:55%;
    }
.index-three-input{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;

}
.index-three-input .input-list {
    width: 49%;
    margin-bottom:15px;
    position:relative;
}

    .index-three-input .input-list input {
        width: 100%;
        box-sizing: border-box;
        background: rgb(255, 255, 255);
        border: 1px solid rgb(204, 204, 204);
        height: 50px;
        color: rgb(0, 0, 0);
        font-family: 微软雅黑;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        padding:0 20px;
        border-radius:8px;
        
    }
    .index-three-input .textarea-list {
        width: 100%;
        position: relative;
    }
        .index-three-input .textarea-list textarea {
            width: 100%;
            box-sizing: border-box;
            background: rgb(255, 255, 255);
            border: 1px solid rgb(204, 204, 204);
            height: 160px;
            color: rgb(0, 0, 0);
            font-family: 微软雅黑;
            font-size: 18px;
            font-weight: 400;
            line-height: 24px;
            padding: 10px 20px;
            border-radius: 8px;
        }

.footer {
    background: rgb(17, 26, 58);
}
.footer-item-top{
    padding:50px 0;
}
.footer-item-bottom {
    padding-top: 28px;
    padding-bottom: 46px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255,0.15);
    color: rgb(181, 181, 181);
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: 400;
}

    .footer-item-bottom a {
        font-size: 18px;
        font-weight: 400;
        color: rgb(181, 181, 181);
    }

.footer-item{
    display:flex;

}
    .footer-item .footer-logo{
        width:20%;
    }
.footer-center{
    width:62%
}
    .footer-center ul {
        display: flex;
        padding-left: 5%;
        width: 100%;
        justify-content: space-between;
    }
        .footer-center ul li{
            margin-left:2%;
        }
        .footer-center ul li:nth-last-child(1) {
            width: 42%;
        }
            .footer-center ul li h3, .footer-right h3{
                color: rgb(255, 255, 255);
                font-family: 微软雅黑;
                font-size: 20px;
                font-weight: 700;
                line-height: 26px;
                margin-bottom: 17px;
            }
        .footer-center ul li p, .footer-center ul li a{
            display:block;
            color: rgb(181, 181, 181);
            font-family: 微软雅黑;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
        }
            .footer-center ul li a:hover{
                color:#fff;
            }
            .footer-right {
                width: 18%
            }
                .footer-right .footer-right-icon a{
                    display:inline-block;
                    width:40px;
                    margin-right:10px;
                }




.bx-siteMAbout013{
    padding-top:100px;
    padding-bottom:125px;
}
.bx-siteMAbout013-top {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding-bottom: 75px;
}

    .bx-siteMAbout013-top .left {
        width: 30%;
        position: relative;
    }

        .bx-siteMAbout013-top .left .img {
            width: 28%;
            position: absolute;
            left: 100px;
            top: 0;
        }

    .bx-siteMAbout013-top .right {
        width: 70%;
    }

        .bx-siteMAbout013-top .right .nei-title {
            text-align: left;
            padding-bottom: 30px;
            position: relative;
        }

            .bx-siteMAbout013-top .right .nei-title h3 {
                font-size: 36px;
                color: #333;
                font-weight:bold;
            }

            .bx-siteMAbout013-top .right .nei-title p {
                font-size: 28px;
                color: #000000;
                margin-top: 10px;
            }

            .bx-siteMAbout013-top .right .nei-title::before {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                display: block;
                width: 100%;
                height: 2px;
                background-color: #333333;
            }

        .bx-siteMAbout013-top .right .texts {
            padding-top: 30px;
        }

            .bx-siteMAbout013-top .right .texts .p1 {
                font-size: 30px;
                color: #961B50;
            }

            .bx-siteMAbout013-top .right .texts .p2 {
                font-family: Arimo;
                font-size: 22px;
                color: #333333;
                margin-top: 40px;
                white-space: pre-line;
                line-height: 38px;
            }

.bx-siteMAbout013-bottom {
    text-align: center;
}

    .bx-siteMAbout013-bottom img {
        width: 100%;
    }

@media (max-width: 1600px) {
    .bx-siteMAbout013-top .right .nei-title h3 {
        font-size: 32px;
    }

    .bx-siteMAbout013-top .right .nei-title p {
        font-size: 18px;
    }

    .bx-siteMAbout013-top .right .nei-title {
        padding-bottom: 20px;
    }

    .bx-siteMAbout013-top .right .texts {
        padding-top: 20px;
    }

        .bx-siteMAbout013-top .right .texts .p1 {
            font-size: 20px;
        }

        .bx-siteMAbout013-top .right .texts .p2 {
            margin-top: 30px;
            font-size:18px;
        }

    .bx-siteMAbout013-top {
        padding-bottom: 80px;
    }
}

@media (max-width: 1000px) {
    .bx-siteMAbout013{
        padding:30px 0;
    }
    .bx-siteMAbout013-top .right .nei-title h3 {
        font-size: 24px;
    }

    .bx-siteMAbout013-top .right .nei-title p {
        font-size: 18px;
    }

    .bx-siteMAbout013-top .left {
        display: none;
    }

    .bx-siteMAbout013-top .right {
        width: 100%;
    }

        .bx-siteMAbout013-top .right .nei-title {
            padding-bottom: 20px;
        }

        .bx-siteMAbout013-top .right .texts .p1 {
            font-size: 18px;
        }

        .bx-siteMAbout013-top .right .texts {
            padding-top: 15px;
        }

            .bx-siteMAbout013-top .right .texts .p2 {
                margin-top: 15px;
                font-size:16px;
                line-height:28px;
            }

    .bx-siteMAbout013-top {
        padding-bottom: 30px;
    }
}

.Service ul li{
    padding:100px 0;
}

.Service ul li .Service-list {
    display: flex;
    justify-content: space-between;
}
    .Service ul li .Service-list .text {
        width: 50%;
        text-align: right;
    }
    .Service ul li .Service-list .text .title{
        padding-left:100px;
        position:relative;
    }
        .Service ul li .Service-list .text .title h3 {
            color: rgb(51, 51, 51);
            font-family: 思源黑体;
            font-size: 34px;
            font-weight: 700;
            line-height: 49px;
           
        }
        .Service ul li .Service-list .text .title .icon {
            position: absolute;
            left: 0;
            top: -16px;
            width: 80px;
            height: 80px;
            background-image: url('../images/odd.png');
            background-size:100% 100%;
            background-repeat:no-repeat;
        }
    .Service ul li .Service-list .text p {
        color: rgb(75, 90, 101);
        font-family: Arimo;
        font-size: 20px;
        font-weight: 500;
        line-height: 32px;
        min-height:288px;
        margin-top: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical;
        text-align:left;

    }
        .Service ul li .Service-list .text span {
            background-color: #E62129;
            display: inline-block;
            color: #fff;
            line-height: 48px;
            font-size: 16px;
            border: 1px solid #E62129;
            padding: 0 22px;
            margin-top: 3vh;
            text-align: center;
            transition: all 0.5s;
            border-radius: 6px;
            box-shadow: 0px 4px 20px 0px rgb(196, 244, 255);
        }
            .Service ul li .Service-list .text span i{
                font-size:20px;
            }
            .Service ul li .Service-list .img {
                width: calc(50% - 40px);
                overflow: hidden;
            }

    .Service ul li .Service-list .img img{
        width:100%;
        transition:all 0.5s;
    }
    .Service ul li:nth-child(even) {
        background: rgb(249, 252, 255);
    }

        .Service ul li:nth-child(even) .Service-list{
            flex-direction:row-reverse;
        }

            .Service ul li:nth-child(even) .Service-list .text .title .icon {
                background-image: url('../images/even.png');
            }

            .Service ul li:nth-child(even) .Service-list .text {
                text-align: left;
            }
            .Service ul li:nth-child(even) .Service-list .text .title{
                padding-right:100px;
                padding-left:0;

            }
            .Service ul li:nth-child(even) .Service-list .text .title .icon{
                position:absolute;
                right:0;
                left:auto;
            }


.ConractUs001-item {
    padding: 90px 0;
}

.ConractUs001-top {
    display: flex;
    justify-content: space-between;
}

    .ConractUs001-top .left {
        flex: 1;
        padding-right: 10%;
    }

        .ConractUs001-top .left ul li {
            display: flex;
            margin: 20px 0;
            font-size: 16px;
            color: #707070;
        }

            .ConractUs001-top .left ul li p {
                flex: 1;
                padding-left: 10px;
            }

            .ConractUs001-top .left ul li span i {
                font-size: 18px;
                color: #008dce;
                margin-right: 20px;
            }

    .ConractUs001-top .right .img {
        display: inline-block;
        text-align: center;
        width: 150px;
        font-size: 14px;
        color: #707070;
        margin-left:20px;
    }

        .ConractUs001-top .right .img p {
            margin-top: 10px;
        }

.ConractUs001-map {
    margin-top: 60px;
}

    .ConractUs001-map img, .ConractUs001-map iframe {
        width: 100%;
    }
.ConractUs001-item>.right{
    margin-top:100px;
}

    .ConractUs001-item .right .index-one-btn{
        text-align:center;
    }
        .ConractUs001-item .right .index-one-btn a{
            min-width:500px;
            border-radius:6px;
        }
.ConractUs001-item .right .index-three-input input, .ConractUs001-item .right .index-three-input textarea {
    font-size: 16px;
    padding-left: 70px;
}
.ConractUs001-item .right .index-three-input .input-list i {
    width: 60px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgb(204, 204, 204);
}
.ConractUs001-item .right .index-three-input .textarea-list i {
    width: 60px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ConractUs001-item .right .index-three-input .input-list, .ConractUs001-item .right .index-three-input .textarea-list{
    margin-bottom:30px;
}
@media screen and (max-width: 1600px) {
    .ConractUs001-item {
        padding: 60px 0;
    }
        .ConractUs001-item > .right{
            margin-top:80px;
        }
        .ConractUs001-item .right .index-three-input .input-list, .ConractUs001-item .right .index-three-input .textarea-list{
            margin-bottom:20px;
        }

        .ConractUs001-map {
            margin-top: 40px;
        }



    .ConractUs001-top .right .img {
        width: 130px;
    }

    .ConractUs001-top .left ul li {
        margin: 15px 0;
    }
    .ConractUs001-item .right .index-one-btn a {
        min-width: 420px;
        margin-top:30px;
    }
}

@media screen and (max-width: 1000px) {

    .ConractUs001-item {
        padding: 30px 0;
    }

    .ConractUs001-top {
        flex-direction: column;
    }

        .ConractUs001-top .left {
            width: 100%;
            padding-right: 0;
        }

            .ConractUs001-top .left ul li {
                margin: 10px 0;
                font-size: 14px;
            }

        .ConractUs001-top .right {
            text-align: center;
        }

            .ConractUs001-top .right .img {
                margin: 0 10px;
            }

    .ConractUs001-map {
        margin-top: 30px;
    }

    .ConractUs001-top .right .img {
        width: 115px;
    }
}

@media (max-width: 1600px) {
    .banner-list .text h3{
        font-size:53px;
    }
    .banner-list .text p{
        font-size:24px;
    }
    .banner .swiper-button-next, .banner .swiper-button-prev{
        width:55px;
        height:55px;
    }
    .banner-list .text a {
        min-width: 160px;
        line-height: 48px;
        font-size:14px;
    }
    .index-one {
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .index-one-top .title{
        font-size:50px;
    }
    .index-one-top .text{
        font-size:14px;
    }
    .index-one-item{
        margin-top:75px;
    }
        .index-one-item ul{
            margin:0 -10px;
        }
        .index-one-item ul li {
            padding: 0 10px;
        }
    .index-one-list {
        padding: 44px 30px 46px;
    }
        .index-one-list .icons{
            width:90px;
            height:90px;
        }
        .index-one-list .text h3{
            font-size:22px;
        }
        .index-one-list .text{
            margin-top:25px;
        }
            .index-one-list .text p{
                font-size:14px;
                margin-top:15px;
            }
            .index-one-list .text span {
                margin-top: 25px;
                font-size:16px;
            }
    body .index-one-btns {
        line-height: 55px;
        padding: 0 45px;
    }
    .index-two {
        padding-top: 75px;
        padding-bottom: 120px;
    }
    .index-title h3{
        font-size:50px;
    }
    .index-title p{
        font-size:16px;
    }
    .index-three{
        padding-bottom:130px;
    }
    .index-three-item .left p{
        font-size:16px;
    }
    .index-three-input .input-list input{
        font-size:16px;
        height:45px;
    }
    .index-three-input .textarea-list textarea{
        font-size:16px;
        height:145px;
    }
    .footer-center ul li p, .footer-center ul li a{
        font-size:14px;
        line-height:22px;
    }
    .footer-center ul li h3, .footer-right h3{
        font-size:18px;
    }
    .footer-right .footer-right-icon a {
        width: 35px;
    }
    .footer-item-bottom {
        padding-top: 20px;
        padding-bottom: 35px;
        font-size:16px;
    }
    .footer-item-bottom a{
        font-size:16px;
    }
    .Service ul li .Service-list .text .title h3 {
        font-size:30px;
    }
    .Service ul li .Service-list .text .title .icon {
        width: 65px;
        height: 65px;
    }
    .Service ul li .Service-list .text p{
        font-size:17px;
        line-height:24px;
        min-height:216px;
    }
    .Service ul li .Service-list .text span {
        line-height: 40px;
        font-size: 14px;
    }
    .Service ul li{
        padding:80px 0;
    }
}

@media screen and (max-width: 1000px) {
    .bx-search{
        display:none;
    }
    .banner-list .text h3{
        width:100%;
        font-size:20px;
    }
    .banner-list .text p{
        width:100%;
        font-size:16px;
        margin-top:15px;
    }
    .banner .img{
        height:350px;
    }
    .banner .img img{
        width:100%;
        height:100%;
        object-fit:cover;
    }
    .banner .swiper-button-next, .banner .swiper-button-prev{
        display:none;
    }
    .banner-list .text a {
        min-width: 133px;
        line-height: 35px;
        font-size: 14px;
        margin-top:15px;
    }
    .index-one{
        padding:30px 0;
        overflow:hidden;
    }
    .index-one-top{
        display:block;
    }
        .index-one-top .title{
            width:100%;
            text-align:center;
            font-size:24px;
        }
        .index-one-top .text {
            width: 100%;
            margin-top:15px;
        }
    .index-one-item{
        margin-top:30px;
    }
        .index-one-item ul{
            margin:0;
        }
            .index-one-item ul li{
                width:100%;
            }
    .index-one-btn{
        text-align:center;
    }
    body .index-one-btns {
        line-height: 45px;
        padding: 0 20px;
        font-size:14px;
        margin-top:15px;
    }
    .index-two {
        padding-top: 30px;
        padding-bottom: 60px;
        background-size:100% 30%;
    }
    .index-title h3{
        font-size:24px;
    }
    .index-title p {
        font-size: 14px;
        width: 100%;
        max-width: 100%;
        line-height:20px;
        margin-top:10px;
    }
    .index-two-text{
        padding:0;
        margin-top:15px;
        font-size:14px;
    }
    .index-three-item{
        margin-top:15px;
        flex-direction:column;

    }
        .index-three-item .left{
            width:100%;
        }
        .index-three-item .right{
            width:100%;
        }
    .index-three-input{
        margin-top:15px;
    }
        .index-three-input .input-list{
            width:100%;
        }
            .index-three-input .input-list input{
                height:40px;
                font-size:14px;
                border-radius:3px;
            }
        .index-three-input .textarea-list textarea {
            font-size: 14px;
            border-radius: 3px;
            height:120px;
        }
    .index-three{
        padding-bottom:40px;
        overflow:hidden;
    }
    .footer-center ul li{
        display:none;
        width:100% !important;
    }
    .footer-center ul li:nth-last-child(1){
        display:block;
    }
    .footer-item{
        display:block;
    }
    .footer-item-top{
        padding:20px 0;
    }
    .footer-item .footer-logo{
        width:50%;
    }
    .footer-center{
        width:100%;
        margin-top:15px;
    }
    .footer-center ul{
        padding-left:0;
    }
    .footer-right{
        width:100%;
        margin-top:15px;
    }
    .footer-item-bottom{
        font-size:14px;
        padding:15px 0;
    }
    .footer-item-bottom a {
        font-size: 14px;
    }
    .Service ul li{
        padding:30px 0;
    }
        .Service ul li .Service-list{
            display:block;
        }
            .Service ul li .Service-list .text, .Service ul li .Service-list .img{
                width:100%;
            }
                .Service ul li .Service-list .text .title .icon{
                    width:50px;
                    height:50px;
                    top:0;
                }
                .Service ul li .Service-list .text .title h3{
                    font-size:22px;
                    line-height:38px;
                }
            .Service ul li .Service-list .img{
                margin-top:20px;
            }
    .ConractUs001-item .right .index-one-btn a {
        min-width: 330px;
        margin-top:10px;
    }
    .ConractUs001-item > .right{
        margin-top:30px;
    }
    .ConractUs001-item .right .index-three-input input, .ConractUs001-item .right .index-three-input textarea{
        font-size:14px;
    }
    .ConractUs001{
        overflow:hidden;
    }

}