﻿
/*NewsDetail*/
a:hover{
    color:#D76B41;
}
.NewsDetail001 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.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 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;
    }

    .TurnPages {
        display: block;
    }

.TurnPages p {
    width: 100%;
    text-align: left !important;
    margin: 5px 0;
}

.TurnPages p a {
    font-size: 14px;
}
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: transparent;
    transition: all 0.5s;
    background-color: #fff;
}


    .header.active {
        box-shadow: 0 2px 20px rgba(0,0,0,.06);
        border-bottom: 1px solid rgba(255,255,255,.3);
    }

        .header.active .bx-header001 .bx-nav ul li a {
            color: #000;
        }

        .header.active .bx-yuyan .yy i {
            color: #000;
        }

.bx-yuyan {
    position: relative;
    padding-left: 50px;
    display: inline-block;
}

    .bx-yuyan .yy {
        cursor: pointer;
        font-size: 16px;
        color: #000000;
    }

        .bx-yuyan .yy img {
            display: inline-block;
            width: 33px;
        }

        .bx-yuyan .yy i {
            display: inline-block;
            color: #000;
            font-size: 16px;
            line-height: 1;
            vertical-align: middle;
            margin-left: 5px;
        }

        .bx-yuyan .yy .img-a {
            width: 36px;
        }

.bx-yuyan-xl {
    position: absolute;
    width: 110px;
    top: 70px;
    right: 0;
    background-color: #fff;
    padding: 5px 5px;
    display: none;
    z-index: 5;
    box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5)
}

.bx-yuyan:hover .bx-yuyan-xl {
    display: block;
}

.bx-yuyan-xl a {
    display: block;
    line-height: 30px;
    font-size: 16px;
}

    .bx-yuyan-xl a:hover {
        color: #043697;
    }

.bx-yuyan-xl img {
    width: 28px;
}

.bx-header001 {
    height: 80px;
    line-height: 80px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .bx-header001 .bx-logo {
        max-height: 80px;
    }



        .bx-header001 .bx-logo img {
            max-height: 70px;
            display: block;
        }



    .bx-header001 .bx-nav ul li {
        position: relative;
        float: left;
        line-height: 80px;
        text-align: center;
        font-size: 16px;
        z-index: 600;
        padding: 0 30px;
    }

        .bx-header001 .bx-nav ul li > a {
            padding: 0;
            position: relative;
        }



        .bx-header001 .bx-nav ul li .bx-nav-fd {
            display: none;
            position: absolute;
            top: 100px;
            left: 50%;
            line-height: 30px;
            width: 180px;
            background-color: #ffffff;
            z-index: 600;
            transform: translate(-50%,0);
            box-shadow: 0 0 10px rgba(0,0,0,.05);
        }

            .bx-header001 .bx-nav ul li .bx-nav-fd.bx-nav-fd-two {
                width: 400px;
            }

            .bx-header001 .bx-nav ul li .bx-nav-fd .bx-nav-fd-two-list {
                display: inline-block;
                width: 40%;
                text-align: left;
                vertical-align: top;
                margin: 0 4%;
            }

                .bx-header001 .bx-nav ul li .bx-nav-fd .bx-nav-fd-two-list .title {
                    padding-bottom: 10px;
                    border-bottom: 1px solid #E5E5E5;
                }

                    .bx-header001 .bx-nav ul li .bx-nav-fd .bx-nav-fd-two-list .title a {
                        padding: 0;
                        padding-left: 15px;
                        display: block;
                        position: relative;
                        line-height: 1;
                        font-weight: bold;
                        color: #000;
                    }

                        .bx-header001 .bx-nav ul li .bx-nav-fd .bx-nav-fd-two-list .title a::before {
                            content: '';
                            display: block;
                            width: 2px;
                            height: 100%;
                            background-color: #043697;
                            position: absolute;
                            left: 0;
                            top: 0;
                            border-radius: 5px;
                        }

                .bx-header001 .bx-nav ul li .bx-nav-fd .bx-nav-fd-two-list p {
                    line-height: 1;
                    margin: 5px 0;
                }

                .bx-header001 .bx-nav ul li .bx-nav-fd .bx-nav-fd-two-list .bx-nav-fd-two-lits-box p a {
                    line-height: 1.5;
                    padding: 0;
                    font-size: 14px;
                    color: #333;
                }

            .bx-header001 .bx-nav ul li .bx-nav-fd a {
                padding: 8px 5px;
                color: #000;
                font-size: 14px;
                border-bottom: 1px solid #eee;
                display: block;
                width: 100%;
                transition: all 0.5s;
            }

            .bx-header001 .bx-nav ul li .bx-nav-fd > p:nth-last-child(1) a {
                border-bottom: none;
            }

            .bx-header001 .bx-nav ul li .bx-nav-fd a:hover {
                background-color: #f2f2f2;
                padding-left: 15px;
            }

        .bx-header001 .bx-nav ul li a {
            display: inline-block;
            color: #000;
        }

        .bx-header001 .bx-nav ul li > i {
            margin-left: 2px;
        }

    .bx-header001 .bx-navigation {
        display: none;
        margin-left: 10px;
    }

    .bx-header001 .bx-nav ul li > a::after {
        content: "";
        display: block;
        width: 0;
        position: absolute;
        left: 50%;
        transform: translate(-50%,0);
        bottom: 0;
        height: 2px;
        background-color: #043697;
        transition: all 0.5s;
    }

    .bx-header001 .bx-nav ul li a:hover,
    .bx-header001 .bx-nav ul li a.active {
        color: #043697;
    }

        .bx-header001 .bx-nav ul li a:hover::after,
        .bx-header001 .bx-nav ul li a.active::after {
            width: 100%;
        }

.active .bx-header001 .bx-nav ul li a:hover,
.active .bx-header001 .bx-nav ul li a.active {
    color: #043697;
}

.bx-navigation {
    display: none;
}

.bx-nav-dh {
    font-size: 18px;
    color: #043697;
    margin-left: 15px;
    font-weight: bold;
}

    .bx-nav-dh i {
        font-size: 20px;
    }

.active .bx-nav-dh {
    color: #000;
}

.nav-hide {
    display: none;
}

.flex {
    display: flex;
    align-items: center;
}

.bx-tel {
    font-size: 16px;
    color: #0171C5;
    max-width:270px;
    line-height:1.3;
    display:flex;
    align-items:center;
}

    .bx-tel img {
        width: 24px;
        margin-right: 5px;
        vertical-align:text-bottom
    }
    .bx-tel span{
        white-space:pre-line;
    }

    .bx-search {
        position: relative;
        margin-left: 20px;
    }

    .bx-search input {
        height: 32px;
        background-color: transparent;
        outline: none;
        border: none;
        border: 2px solid #E5E5E5;
        padding-left: 40px;
        font-size: 14px;
        color: #000;
        width: 200px;
        border-radius: 30px;
    }

    .bx-search span {
        position: absolute;
        left: 15px;
        top: 52%;
        transform: translate(0,-50%);
        font-size: 20px;
        color: #626262;
    }

.xs-show {
    display: none;
}




@media (max-width: 1200px) {

  

   

    .containers {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1000px) {
    .bx-tel {
        font-size:14px;
    }

    .xs-show {
        display: block;
    }

    .bx-nav-dh {
        font-size: 14px;
        margin-left: 10px;
    }



    .bx-header001 .bx-logo {
        height: 40px;
    }

    .bx-nav-dh i {
        font-size: 16px;
    }

    .bx-header001 {
        height: 60px;
        line-height: 60px;
    }

        .bx-header001 .bx-logo img {
            max-height: 40px;
        }

        .bx-header001 .bx-nav {
            position: fixed;
            top: 60px;
            z-index: 500;
            right: 0;
            z-index: 600;
            width: 56%;
            background-color: #fff;
            height: calc(100vh - 60px);
            right: -110%;
            transition: all 0.5s;
        }

            .bx-header001 .bx-nav ul li {
                line-height: 50px;
                text-align: left;
                float: none;
                font-size: 16px;
                padding:0 15px;
            }

                .bx-header001 .bx-nav ul li i {
                    display: block;
                    width: 12px;
                    height: 12px;
                    color: #000;
                    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: 1px;
                        background-color: #fff;
                        transform: translate(0,-50%);
                    }

                    .bx-header001 .bx-nav ul li i::after {
                        content: '';
                        position: absolute;
                        left: 50%;
                        top: 0;
                        width: 1px;
                        height: 100%;
                        background-color: #fff;
                        transform: translate(-50%,0);
                    }

                .bx-header001 .bx-nav ul li a {
                    padding: 0 10px;
                    color: #000;
                    text-align: center;
                    font-size: 16px;
                    width:100%;
                }

    .header.active .bx-header001 .bx-nav ul li a {
        color: #fff;
    }

    .bx-header001 .bx-navigation {
        display: block;
    }

    .bx-header001 .bx-nav ul li .bx-nav-fd {
        display: none;
        position: relative;
        top: 0px;
        width: 100%;
        background-color: transparent;
        box-shadow: none;
        padding: 0;
    }

        .bx-header001 .bx-nav ul li .bx-nav-fd .bx-nav-fd-two-list .title a {
            color: #fff;
        }

        .bx-header001 .bx-nav ul li .bx-nav-fd.bx-nav-fd-two {
            width: 100%;
            max-width: 400px;
        }

        .bx-header001 .bx-nav ul li .bx-nav-fd .bx-nav-fd-two-list .bx-nav-fd-two-lits-box p a {
            color: #fff;
        }

        .bx-header001 .bx-nav ul li .bx-nav-fd .bx-nav-fd-two-list .title a::before {
            background-color: #fff;
        }

    .bx-navigation {
        display: block;
    }

    .bx-header001 .bx-nav ul li .bx-nav-fd a {
        padding: 0 30px;
        color: #fff;
        width: 100%;
        font-size: 15px;
        text-align: left;
        border: none;
    }

    .bx-yuyan {
        margin-right: 10px;
    }

        .bx-yuyan .yy {
            font-size: 16px;
        }

    .bx-yuyan-xl {
        top: 60px;
    }

    .hamburger .line {
        width: 20px;
        height: 1px;
        background-color: #333;
        display: block;
        margin: 6px 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(7px) rotate(45deg);
        -ms-transform: translateY(7px) rotate(45deg);
        -o-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
    }

    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-7px) rotate(-45deg);
        -ms-transform: translateY(-7px) rotate(-45deg);
        -o-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg);
    }

    .bx-header001 .bx-nav ul li a:hover, .bx-header001 .bx-nav ul li a.active {
        font-weight: bold;
        color: #043697;
    }
}
body .buts {
    display: inline-block;
    min-width: 150px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    border: 1px solid #0171C5;
    background-color: #0171C5;
    cursor: pointer;
    transition: all 0.5s;
}
    body .buts.border {
        background-color: transparent;
        color: #0171C5;
    }

    body .buts:hover {
        opacity: 0.8;
        background-color: #0171C5;
        color: #fff !important;
    }

.pt120{
    padding-top:120px;
  
}
.pb120 {
    padding-bottom: 120px;
}
    .mt50{
    margin-top:50px;
}
.aboutus {
    background-color: #F8F9FC;
    background-image: url('../images/about_bg.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 50%;
}

.aboutus-box{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
    .aboutus-box .img{
        width:50%;
    }
        .aboutus-box .img img{
            width:100%;
        }
        .aboutus-box .text {
            width: 50%;
            padding-left: 80px;
        }
        .aboutus-box .text .p1 {
            font-size: 40px;
            color: #000000;
        }
        .aboutus-box .text h3 {
            font-size: 48px;
            color: #000000;
        }
        .aboutus-box .text .desc {
            font-size: 16px;
            color: #626262;
            white-space:pre-line;
            margin-top:35px;
        }
    .aboutus-box .text .buts{
        margin-top:50px;
        box-shadow:0 5px 10px rgba(1,133,197,.4);
    }

.index-title{
    text-align:center;
}
    .index-title p {
        font-size: 40px;
        color: #000000;
    }
    .index-title h3 {
        font-size: 48px;
        color: #000000;
    }
.about-five-item ul {
    display: flex;
    margin: 0 -5px;
}

    .about-five-item ul li {
        width: 18%;
        transition: all 0.3s;
        max-width: 70%;
        padding: 0 5px;
    }

        .about-five-item ul li.active {
            width: 30%;
        }

        .about-five-item ul li .img {
            height: 500px;
            overflow: hidden;
        }

            .about-five-item ul li .img img {
                width: 100%;
                height: 100%;
            }

        .about-five-item ul li .bottom {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            padding: 50px 20px 0 20px;
        }

.about-five-list {
    display: block;
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
   
}
   

    .about-five-item ul li .bottom .text h3 {
        font-size: 20px;
        font-weight: bold;
    }

.about-five-item ul li .bottom .text p {
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}

.about-five-item ul li .bottom .icon {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%,0);
    width: 90%;
}
.about-five-item ul li .bottom .icon img{
    width:100%;
}
.contactus {
    background-color: #F8F9FC;
    background-image: url('../images/con_bg.png');
    background-repeat:no-repeat;
    background-position:bottom center;
}

.contactus-box{
    display:flex;
    align-items:center;
}
    .contactus-box .text{
        width:55%;
        padding-right:80px;
    }
        .contactus-box .text > p {
            font-size: 18px;
            color: #202020;
            white-space:pre-line;

        }
        .contactus-box .text .contactus-item{
            margin-top:30px;
        }
            .contactus-box .text .contactus-item ul li {
                margin-top: 10px;
                display: flex;
                font-size: 18px;
                color: #202020;
            }
                .contactus-box .text .contactus-item ul li p{
                    flex:1;
                    white-space:pre-line;
                }
                .contactus-box .text .contactus-item ul li img{
                    margin-right:5px;
                    max-width:20px;
                }
                .contactus-box .map {
                    width: 45%;
                    height:600px;
                }
.index-from ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
}

    .index-from ul li {
        width: calc(33.33% - 25px);
        margin-top: 60px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #D6D6D6;
        position: relative;
    }

        .index-from ul li .ts {
            font-size: 16px;
            color: #D6D6D6;
            position: absolute;
            bottom: 0;
            left: 0;
            transform: translate(0,120%);
        }

        .index-from ul li p {
            font-size: 18px;
            color: #333;
        }

            .index-from ul li p span {
                color: #ff0000;
            }

        .index-from ul li input, .index-from ul li .text {
            flex: 1;
            border: none;
            background-color: transparent;
            height: 60px;
            line-height: 57px;
            margin: 0 10px;
            font-size: 18px;
            color: #000000;
        }

            .index-from ul li .text a {
                min-width: 110px;
                line-height: 40px;
                padding: 0 10px;
                font-size: 16px;
                color: var(--color);
                background-color: rgba(225, 47, 21,.1);
                border-radius: 5px;
                text-align: center;
                cursor: pointer;
                transition: all 0.5s;
            }

        .index-from ul li .but {
            min-width: 110px;
            line-height: 40px;
            padding: 0 10px;
            font-size: 16px;
            color: var(--color);
            background-color: rgba(225, 47, 21,.1);
            border-radius: 5px;
            text-align: center;
            cursor: pointer;
            transition: all 0.5s;
        }

            .index-from ul li .but:hover {
                background-color: var(--color);
                color: #fff;
            }
.index-from{
    text-align:center;
}
    .index-from .buts {
        margin: 0 auto;
        margin-top: 50px;
        box-shadow: 0 5px 10px rgba(1, 133, 197, .4);
    }

footer {
    background: #0171C5;
}

.footer_pack {
    display: flex;
    align-items: flex-start;
    padding: 50px 0;
}

.footer_pack_phone {
    width: 29%;
}

    .footer_pack_phone li {
        margin-bottom: 31px;
        display: flex;
    }

.footer_phone_icon {
    width: 44px;
}

.footer_phone_cont {
    width: calc(100% - 44px);
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
}

    .footer_phone_cont h4 {
        color: #fff;
    }

    .footer_phone_cont p {
        color: rgba(255,255,255,.6);
        white-space:pre-line;
    }

.footer_pack_right {
    width: 71%;
    padding-left: 5%;
}

.footer_pack_list {
    display: flex;
    justify-content: space-between;
}

    .footer_pack_list li {
        max-width: 19%;
    }

    .footer_pack_list h4 {
        font-size: 20px;
        line-height: 29px;
        color: #fff;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .footer_pack_list a {
        display: block;
        font-size: 16px;
        color: rgba(255,255,255,.6);
        margin-top: 10px;
    }

.footer_code {
    max-width: 148px;
    margin-top: 10px;
}

.footer_pack_list li:last-child h4 {
    text-align: center;
}

.copyright {
    text-align: center;
    font-size: 16px;
    color: rgba(255,255,255,.6);
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,.2);
}

.footer-logo {
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ECECEC;
}

    .footer-logo img {
        width: 230px;
    }
.footer_pack_list a:hover{
    color:#fff;
}


.nei-banner{
    position:relative;
}
.nei-banner .img img{
    width:100%;
}
.nei-banner .text{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
    .nei-banner .text .container {
        height: 100%;
    }
        .nei-banner .text .container .texts {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content:center;
        }
            .nei-banner .text .container .texts h3 {
                font-size: 60px;
                color: #FFFFFF;
                font-weight:bold;
            }
            .nei-banner .text .container .texts p {
                font-size: 36px;
                color: #FFFFFF;
                margin-top:10px;
                font-weight:200;
            }

.service {
    background-color: #F8F9FC;
}

.service-box ul li{
    margin:25px 0;
}

.service-list {
    display: flex;
    background-color: #F1F2F5;
    border-radius: 20px;
    overflow:hidden;
}
.service-list .text{
    width:50%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:7%;
    
}
    .service-list .text h3 {
        font-size: 24px;
        color: #000000;
    }
    .service-list .text p {
        font-size: 16px;
        color: #333333;
        margin-top:20px;
    }
        .service-list .img {
            width: 50%;
        }

    .service-list .img {
        width: 50%;
        height: 0;
        padding-bottom: 100%;
        overflow: hidden;
        position: relative;
        padding-bottom: 30%;
        background: linear-gradient(90.57deg, rgba(241, 242, 245, 1),rgba(240, 243, 244, 1) 48%,rgba(228, 232, 239, 1) 100%);
    }
        .service-list .img img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            position: absolute;
            left: 50%;
            top: 50%;
            transform:translate(-50%,-50%);
        }
        .service-list .img video {
            display:none;
            width:100%;
            height:100% !important;
            object-fit: cover;
            position: absolute;
            left: 0;
            top: 0;
            z-index:3
        }
            .service-box ul li:nth-child(even) .service-list {
                flex-direction: row-reverse;
            }

    .service-box ul li:nth-child(even) .service-list .img {
        background: linear-gradient(90.57deg,rgba(228, 232, 239, 1),rgba(240, 243, 244, 1) 48%, rgba(241, 242, 245, 1) 100%);
    }
.service_fff{
    background-color:#fff;
}

@media (max-width: 1000px) {
    body .buts {
        min-width: 100px;
        line-height: 40px;
        font-size: 14px;
    }
    .pt120 {
        padding-top: 30px;
    }
    .pb120 {
        padding-bottom: 30px;
    }
    .mt50{
        margin-top:20px;
    }
    .aboutus-box {
        flex-direction: column-reverse;
    }
        .aboutus-box .img{
            width:100%;
            margin-top:15px;
        }
        .aboutus-box .text {
            width: 100%;
            padding-left:0;
        }
            .aboutus-box .text .p1{
                font-size:18px;
            }
            .aboutus-box .text h3{
                font-size:20px;
            }
            .aboutus-box .text .desc{
                margin-top:15px;
                font-size:14px;
            }
            .aboutus-box .text .buts{
                margin-top:15px;
            }
    .aboutus {
        background-size: 100%;
    }
    .index-title p{
        font-size:20px;
    }
    .index-title h3{
        font-size:20px;
    }
    .about-five-item ul li.active {
        width: 50%;
    }

    .about-five-item ul li {
        width: 50%;
        padding: 0 5px;
        margin-top: 10px;
    }

    .about-five-item ul {
        flex-wrap: wrap;
        margin: 0 -5px;
    }

        .about-five-item ul li .img {
            height: 300px;
        }
        .about-five-item ul li .bottom .text h3{
            font-size:16px;
        }
        .about-five-item ul li .bottom .text p{
            font-size:14px;
            margin-top:10px;
        }
        .about-five-item ul li .bottom {
            padding: 30px 20px 0 20px;
        }
    .contactus-box{
        flex-direction:column;
    }
        .contactus-box .text{
            width:100%;
            padding-right:0;
        }
            .contactus-box .text > p{
                font-size:14px;
            }
            .contactus-box .text .contactus-item{
                margin-top:20px;
            }
                .contactus-box .text .contactus-item ul li{
                    font-size:14px;
                }
        .contactus-box .map{
            width:100%;
            height:auto;
            margin-top:15px;
        }
    .index-from ul li {
        width: 100%;
        margin-top: 10px;
    }

        .index-from ul li p {
            font-size: 14px;
        }

        .index-from ul li input, .index-from ul li .text {
            height: 45px;
            line-height: 45px;
        }

            .index-from ul li .text a {
                min-width: 95px;
                line-height: 32px;
            }

        .index-from ul li .but {
            min-width: 95px;
            line-height: 32px;
        }
    .index-from .buts{
        margin-top:30px;
    }
    .footer-logo {
        text-align: center;
        padding: 10px 0;
    }

        .footer-logo img {
            width: 120px;
        }

    .footer_pack {
        padding: 20px 0;
        flex-direction: column;
    }

    .footer_pack_phone {
        width: 100%;
    }

    .footer_pack_list li {
        display: none;
        width: 100%;
        max-width: 100%;
    }

        .footer_pack_list li:nth-last-child(1) {
            display: block;
        }

    .footer_pack_right {
        width: 100%;
        padding-left: 0;
    }

    .footer_code {
        margin: 0 auto;
    }

    .footer_pack_phone li {
        margin-bottom: 15px;
    }

    .footer_pack_list h4 {
        font-size: 16px;
    }
    .footer_phone_cont {
        font-size:14px;
    }
    .copyright{
        font-size:14px;
    }
    .nei-banner .text .container .texts h3{
        font-size:18px;
    }
    .nei-banner .text .container .texts p{
        font-size:16px;
        margin-top:5px;
    }
    .service-box ul li{
        margin:10px 0;
    }
    .service-list {
        flex-direction: column !important;
        border-radius: 10px;
        padding: 15px;
        background: linear-gradient(365deg, rgba(228, 232, 239, 1), rgba(240, 243, 244, 1) 48%, rgba(241, 242, 245, 1) 100%) !important;
    }
        .service-list .text{
            width:100%;
            padding:15px 0;
        }
        .service-list .img {
            width: 100%;
            background:none !important;
            padding-bottom:60%;
        }
        .service-list .text h3{
            font-size:18px;
        }
        .service-list .text p{
            font-size:14px;
            margin-top:10px;
        }
}