﻿
/*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 {
            font-size: 50px;
            color: #fff;
        }

.bx-mb-nav {
    line-height: 1;
    border-bottom: 0;
    background-color: #03336A;
    padding:15px 0;
}

    .bx-mb-nav p, .bx-mb-nav p a{
        font-size: 16px;
        color: #fff;
        line-height: 1;
    }

    .bx-mb-nav i {
        font-size: 20px;
    }

    .bx-mb-nav a:hover {
        color: #F8B500;
    }

.NewsDetail001 {
    margin-top: 40px;
    margin-bottom: 90px;
}

.NewsDetail001-title {
    text-align: center;
    border-bottom:1px solid #eee;
    padding-bottom:20px;
}

    .NewsDetail001-title h3 {
        font-size: 24px;
        color: #000;
    }

.tit_bar {
    margin-top: 15px;
}

.social-share {
    display: inline-block;
}

.tit_bar .text {
    font-size: 16px;
    color: #000;
    margin-top: 20px;
    display: inline-block;
    margin: 0 3%;
}

.NewsDetail001-item {
    padding: 30px 0;
    font-size: 16px;
    color: #000;
    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 .text h3 {
        font-size: 25px;
    }
    .NewsDetail001-title{
        padding-bottom:15px;
    }


    .NewsDetail001-title h3 {
        font-size: 18px;
    }

    .tit_bar .text {
        margin: 5px 3%;
        font-size:14px;
    }

    .NewsDetail001 {
        margin-bottom: 50px;
        margin-top:20px;
    }
    .tit_bar{
        margin-top:5px;
    }

    .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: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: transparent;
    transition: all 0.5s;
    box-shadow: 0 8px 20px rgba(0,0,0,.1);
    background-color: #fff;
}

    .header.active {
        background-color: #fff;
    }

        .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: 40px;
}

    .bx-yuyan .yy {
        cursor: pointer;
        padding-right: 8px;
    }

        .bx-yuyan .yy img {
            display: inline-block;
            margin-right: 10px;
        }

        .bx-yuyan .yy i {
            display: inline-block;
            color: #000;
            font-size: 18px;
            line-height: 1;
            vertical-align: middle;
        }

        .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: 36px;
    font-size: 14px;
}

    .bx-yuyan-xl a:hover {
        color: #F8B500;
    }

.bx-yuyan-xl img {
    width: 36px;
    height: 24px;
}

.bx-header001 {
    height: 100px;
    line-height: 100px;
    position: relative
}

    .bx-header001 .bx-logo {
        max-height: 100px
    }

        .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: 18px;
    z-index: 600;
    padding: 0 15px;
}



    .bx-header001 .bx-nav ul li .bx-nav-fd {
        display: none;
        position: absolute;
        top: 100px;
        left: 50%;
        line-height: 30px;
        width: 220px;
        background-color: #03336A;
        z-index: 600;
        transform: translate(-50%,0);
        padding:15px;
    }
        .bx-header001 .bx-nav ul li .bx-nav-fd::before {
            content: "";
            position: absolute;
            left: calc(50% - 10px);
            top: -10px;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #03336A;
            z-index: 1;
            transition: all 0.5s;
        }

        .bx-header001 .bx-nav ul li .bx-nav-fd a {
            padding: 5px 5px;
            color: #fff;
            font-size: 16px;
            border-bottom: 1px solid #09055b;
            font-size: 16px;
            font-weight: 400 !important;
            line-height:1.3;
        }
            .bx-header001 .bx-nav ul li .bx-nav-fd a:nth-last-child(1){
                border-bottom:none !important;
            }
            .bx-header001 .bx-nav ul li .bx-nav-fd a::after {
                display: none !important;
            }

            .bx-header001 .bx-nav ul li a {
                display: block;
                color: #000;
                font-weight: 400;
                position: relative;
            }

.bx-header001 .bx-navigation {
    display: none;
    margin-left: 10px;
}
    .bx-header001 .bx-nav ul li a::after{
        content:"";
        display:block;
        width:100%;
        height:3px;
        background-color:#F8B500;
        position:absolute;
        bottom:0;
        left:0;
        opacity:0;

    }
   
    .bx-header001 .bx-nav ul li a.active {
        color: #F8B500;
        font-weight: 700;
    }
    .bx-header001 .bx-nav ul li a:hover {
        color: #F8B500;
    }

    .bx-header001 .bx-nav ul li a.active::after {
        opacity: 1;
    }



        .bx-navigation {
            display: none;
        }

.bx-nav-dh {
    font-size: 18px;
    color: #F8B500;
    margin-left: 15px;
    font-weight: bold;
}

    .bx-nav-dh i {
        font-size: 20px;
    }

.active .bx-nav-dh {
    color: #000;
}

.nav-hide {
    display: none;
}


.bx-search{
    height:100px;
    line-height:100px;
    display:flex;
    align-items:center;
}
.bx-search-box {
    position: relative;
    margin-left: 20px;
    line-height: 1;
    width: 230px;
    background-image: url('../images/search-bg.png') !important;
    background-size:100% 100%;
    padding-left:20px;
    padding-right:60px;
}

    .bx-search input {
        height: 40px;
        background-color: transparent;
        outline: none;
        border: none;
        font-size: 16px;
        color: #000;

    }
.bx-search .but {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height:100%;
    background-image: url('../images/search-but.png');
    background-size: 100% 100%;
    cursor:pointer;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
}

.header_top {
    background-color: #03336A;

    width:100%;
    overflow:hidden;
}

.header_top_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 10px 0;
}
    .header_top_box::before{
        content:"";
        display:block;
        width:300%;
        height:100%;
        background-color:#F8B500;
        position:absolute;
        left:0;
        top:0;
        transform:translate(-100%,0)
    }

    .header_top_left p {
        display: inline-block;
        font-size: 16px;
        color: #FFFFFF;
        margin-left: 20px;
    }
    .header_top_left p img{
        width:20px;
        margin-right:5px;
    }
.header_top_right a {
    display:inline-block;
    min-width: 80px;
    line-height: 30px;
    color: #FFFFFF;
    padding:0 10px;
    background-color:rgba(255,255,255,.2);
    font-size:14px;
    text-align:center;
}
    .header_top_right a.active{
        background-color:#F8B500;

    }


    @media (max-width: 1200px) {
        .bx-header001 .bx-nav ul li {
            font-size:16px;
            padding:0 5px;
        }
        .bx-header001 .bx-logo img{
            max-height:50px;
        }
        .bx-search-box {
            width: 220px;
            margin-left: 10px;
        }
        .header_top_left p{
            font-size:14px;
        }
        .header_top_right a{
            min-width:50px;
        }
    }

@media (max-width: 1000px) {
    .bx-nav-dh {
        font-size: 14px;
        margin-left: 10px;
    }

   

    .bx-header001 .bx-logo {
        height: 50px;
    }

    .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 {
            display: none;
            position: fixed;
            top: 160px;
            z-index: 500;
            left: 0;
            z-index: 600;
            width: 100%;
            background-color: #fff;
            max-height: calc(100vh - 165px);
            overflow-y:auto;
        }

            .bx-header001 .bx-nav ul li {
                line-height: 50px;
                text-align: left;
                float: none;
                border-bottom:1px solid #eee;
            }

                .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;
                    color: #333;
                    text-align: left;
                    font-size: 16px;
                }

        .bx-header001 .bx-navigation {
            display: block;
        }

        .bx-header001 .bx-nav ul li .bx-nav-fd {
            display: none;
            position: relative;
            top: 0px;
            width: 100%;
            padding-left: 20px;
            box-shadow: none;
            display: block;
        }

            .bx-header001 .bx-nav ul li .bx-nav-fd p {
                display: inline-block;
                width: 49%;
            }

    .bx-navigation {
        display: block;
    }

    .bx-header001 .bx-nav ul li .bx-nav-fd{
        background-color:#fff;
        padding:0;
        padding-bottom:15px;
        
    }
        .bx-header001 .bx-nav ul li .bx-nav-fd::before{
            display:none;
        }

        .bx-header001 .bx-nav ul li .bx-nav-fd a {
            display:inline-block;
            padding: 0 5px;
            font-size: 14px;
            color: #000;
            border-bottom:none;
            text-align:left;
            padding:0;
            margin-right:10px;
        }

    .hamburger {
        margin-top: 18px;
    }

        .hamburger .line {
            width: 35px;
            height: 3px;
            background-color: #000;
            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;
        }

    .active .hamburger .line {
        background-color: #000;
    }

    #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);
    }

    .bx-header001 .bx-nav ul li a:hover, .bx-header001 .bx-nav ul li a.active {
        color: #F8B500 !important;
    }
    .bx-header001 .bx-nav ul li a::after{
        display:none;
    }
}


.banner img {
    width: 100%;
    height:600px;
    object-fit:cover;
}
.banner .swiper-pagination {
    bottom: 50px;
}

.banner .swiper-pagination-bullet {
    background-color: #F8B500;
    width: 40px;
    height: 5px;
    border-radius: 0;
}

.index-bg {
    background-image: url('../images/index-bg.png');
    background-repeat:no-repeat;
    background-position:top center;
    background-size:cover;
    overflow:hidden;
}
.img-padding {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
}
.img-padding img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bx-mt80{
    margin-top:80px;
}
.bx-mt60 {
    margin-top: 60px;
}

.index-one-box ul {
    display: flex;
    margin: 0 -15px;
    flex-wrap:wrap;
}
.index-one-box ul li{
    width:33.33%;
    padding:0 15px;
}
.index-one-list{
    display:block;
    position:relative;
}
    .index-one-list .title::after {
        content: "";
        position: absolute;
        left: calc(50% - 10px);
        bottom: -20px;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #3E97FE;
        z-index: 1;
        transition: all 0.5s;
    }
    .index-one-list .title {
        padding: 10px 10px;
        height:84px;
        display:flex;
        justify-content:center;
        align-items:center;
        font-size: 24px;
        color: #FFFFFF;
        background-color: #3E97FE;
        text-align: center;
        font-weight: 400;
        position:relative;
        transition:all 0.5s;
        line-height:1;
    }
.index-one-list .img{
    padding-bottom:47%;
}
    .index-one-list:hover .title{
        background-color:#F8B500;

    }
        .index-one-list:hover .title::after {
            border-top-color: #F8B500;
        }

.box-title p {
    font-size: 48px;
    color: #F8B500;
    font-weight:400;
}
.box-title h3 {
    font-size: 36px;
    color: #000000;
    font-weight:700;
    text-align:center;
}
.box-title h3 span{
    display:inline-block;
    position:relative;
}
    .box-title h3 span::before {
        content: '';
        display: block;
        width: 40px;
        height: 4px;
        background-color: #03336A;
        position: absolute;
        left: 0;
        top: calc(50% - 2px);
        transform: translate(-120%,0);
    }
    .box-title h3 span::after {
        content: '';
        display: block;
        width: 40px;
        height: 4px;
        background-color: #000;
        position: absolute;
        right: 0;
        top: calc(50% - 2px);
        transform: translate(120%,0);
    }

    .box-title h3 span i {
        color: #03336A;
        font-style: normal;
    }

.index-two-box {
    background-color: #fff;
    padding: 50px 30px;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 43, 93, 0.07);
}
.index-two-list .img{
    padding-bottom:76%;
}
.index-two-list .text {
    margin-top: 30px;
}
    .index-two-list .text p {
        font-size: 18px;
        color: #FFFFFF;
        text-align: center;
        background-image: url('../images/index-two-bg.png');
        background-size: 100% 100%;
        line-height: 50px;
        padding:0 15px;
    }
.index-two-list:hover .text p {
    background-image: url('../images/index-two-bg1.png');
}

.index-two-box .swiper-button-prev {
    width: 90px;
    height: 100%;
    background-image: url('../images/index-two-prev.png');
    background-size:100% 100%;
    top:0;
    margin-top:0;
    left:0;
    transform:translate(-100%,0);
    opacity:1;
    display:flex;
    justify-content:center;
    align-items:center;
    padding-left:40px;
}
.index-two-box .swiper-button-next {
    width: 90px;
    height: 100%;
    background-image: url('../images/index-two-next.png');
    background-size: 100% 100%;
    top: 0;
    margin-top: 0;
    right: 0;
    transform: translate(100%,0);
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 40px;
}

body .buts {
    min-width: 180px;
    line-height: 60px;
    background-image: url('../images/but-bg.png');
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    font-size: 16px;
    color: #999999;
}
    body .buts:hover, body .buts.active {
        background-image: url('../images/but-bg2.png');
        color: #fff;
        cursor: pointer;
    }

.case-item ul{
    display:flex;
    margin:0 -15px;
    flex-wrap:wrap;
}

.case-item ul li{
    width:33.33%;
    padding:0 15px;
    margin-top:30px;
}
.case-list{
    display:block;
    position:relative;
}
.case-list .img{
    padding-bottom:120%;
}
    .case-list .text {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 10% 20px;
        width: 100%;
        background: linear-gradient(180.00deg, rgba(0, 0, 0, 0),rgba(0, 0, 0,.8) 100%);
        text-align:center;
        color:#fff;
    }
    .case-list .text p{
        font-size:16px;
    }
    .case-list .text h3{
        font-size:18px;
        margin-top:10px;
    }
    .case-list .text span{
        display:inline-block;
        margin-top:10px;
        font-size:20px;
    }

.index-nav ul{
    text-align:center;
}

.index-nav ul li{
    margin:0 15px;
    display:inline-block;
}
    .index-nav ul li a {
        display:inline-block;
        min-width: 160px;
        padding:0 10px;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        color: #FFFFFF;
        background-image: url('../images/index-two-bg.png');
        background-size:100% 100%;
        background-position:center;
        background-repeat:no-repeat;
    }
    .index-nav ul li.active a {
        background-image: url('../images/index-two-bg1.png');
    }

.index-news-box{
    display:flex;
    justify-content:space-between;
}

.index-news-left{
    width:45%;
}
    .index-news-left .img{
        padding-bottom:61%;
    }
    .index-news-left .text{
        background-color:#fff;
        padding:20px;
    }
        .index-news-left .text h3, .news-list .text h3 {
            font-size: 18px;
            color: #202020;
            transition:all 0.5s;
            font-weight:700;
        }
        .index-news-left .text p, .news-list .text p {
            font-size: 14px;
            color: #666666;
            margin-top: 14px;
        }
        .index-news-left .text span, .news-list .text span {
            display: inline-block;
            font-size: 14px;
            color: #878787;
            margin-top: 12px;
            margin-right:20px;
        }
             .news-list .text span img{
                vertical-align:middle;
                margin-right:5px;
            }
.news-list .text .buts {
    margin-top: 10px;
}
        .index-news-right {
            width: 55%;
            padding-left: 20px;
        }
.news-list{
    display:flex;
    justify-content:space-between;
}
    .news-list .img{
        width:220px;
        padding-bottom:22%;
    }
    .news-list .text {
        width:calc(100% - 220px);
        background-color: #fff;
        padding: 20px;
    }
.index-news-right ul li:nth-child(1){
    margin-top:0;
}
.index-news-right ul li {
    margin-top: 20px;
}

.index-news-left:hover .text h3, .news-list:hover .text h3{
    color:#F8B500;
}

.FriendshipLink{
    background-color:#fff;
   
}

.FriendshipLink-box {
    display: flex;
    justify-content:space-between;
    align-items:flex-start;
}
    .FriendshipLink-box .FriendshipLink-title{
        position:relative;
        margin:0 30px;
    }

        .FriendshipLink-box .FriendshipLink-title span::before, .FriendshipLink-box .FriendshipLink-title span::after{
            display: none;
        }
        .FriendshipLink-box .FriendshipLink-title span {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translate(0,-50%);
            font-size: 36px;
            color: #000000;
            font-weight: 700;
            text-align: center;
            text-align: center;
            width: 100%;
            display: inline-block;
        }

    .FriendshipLink-box .left, .FriendshipLink-box .right{
        flex:1;
        padding:50px 0;
    }
    .FriendshipLink-box ul{
        display:flex;
        flex-wrap:wrap;
        margin:0 -10px
    }
        .FriendshipLink-box ul li{
            width:50%;
            padding:0 10px;
            margin:10px 0;
        }
        .FriendshipLink-box ul li a {
            display: block;
            box-shadow: 0 0 15px rgba(0, 43, 93, 0.07);
            padding-bottom:44%;
        }
    .FriendshipLink .box-title{
        display:none;
    }
.FriendshipLink-box .box-title{
    display:block;
}


.footer {
    background-image: url('../images/footer-bg.jpeg');
    background-size: cover;
    background-position: top center;
    position: relative;
}

.footer-img{
    position:absolute;
    left:50%;
    top:0;
    transform:translate(-50%,-100%);
}

.footer-item {
    padding-top: 50px;
    padding-bottom: 35px;
    display: flex;
    justify-content: space-between;
}
    .footer-item .left, .footer-item .right{
        width:33.33%;
    }
    .footer-item .footer-title {
        font-size: 16px;
        color: #FFFFFF;
    }
    .footer-item .footer-text p{
        padding-left:30px;
        position:relative;
        font-size:16px;
        color:rgba(255,255,255,.6);
        margin-top:10px;

    }
    .footer-item .footer-text p img{
        position:absolute;
        left:0;
        top:3px;
    }
    .footer-item .right{
        text-align:right;
    }

        .footer-item .right>div{
            display:inline-block;
            text-align:left;
        }

        .ewm-box .ewm-box-list {
            display: inline-block;
            width: 118px;
            margin-right: 20px;
            margin-top: 10px;
        }
            .ewm-box .ewm-box-list p{
                text-align:center;
                font-size:16px;
                margin-top:5px;
                color:#fff;
            }

            .footer-item .center {
                width: 33.33%;
                text-align: center;
            }

.bx-search-box p {
    height: 40px;
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 16px;
    color: #03336A;
    line-height:40px;
}
.footer-item .center .bx-search{
    display:inline-block;
    height:auto;
    line-height:1;
    margin:15px 0;
}
.footer-item .bx-search-box {
    display:block;
    margin-left:0;
    background-size:100% 100%;
    
}

.footer-lang a {
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 7px;
}

.footer-logo img{
    height:60px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255,.15);
    padding:20px 0;
}
    .footer-bottom .footer-nav{
        text-align:center;
    }
    .footer-bottom .footer-nav p {
        display: inline-block;
    }
        .footer-bottom .footer-nav p a {
            color: rgba(255, 255, 255,.6);
            font-size:16px;
        }
        .footer-bottom .footer-nav p a:hover{
            color:#fff;
        }
        .footer-bottom .footer-nav p span {
            color: rgba(255, 255, 255,.6);
            font-size: 16px;
            display:inline-block;
            margin:0 10px;
        }
        .footer-bottom .footer-nav p:nth-last-child(1) span{
            display:none;
        }
.footer-bottom-text{
    text-align:center;
    margin-top:20px;
}
.footer-bottom-text, .footer-bottom-text a {
    color: rgba(255, 255, 255,.6);
    font-size: 16px;
}
    .footer-bottom-text a:hover {
        color: #fff;
    }
.nei-banner{
    position:relative;
}
.nei-banner .img {
    height: 500px;
    width: 100%;
    overflow: hidden;
}
    .nei-banner .img img{
        width:100%;
        height:100%;
        object-fit:cover;
    }




    .contect-lx {
        padding: 60px 0;
    }

    .contect-lx ul {
        margin-top: 40px;
        background: #FBFBFB;
        display: flex;
        flex-wrap: wrap
    }

        .contect-lx ul li {
            width: 25%;
            padding: 60px 10px;
            text-align: center;
            font-size: 15px;
            color: #666;
            border-right: 1px solid #fff;
            background-color:#f9f9f9;
        }

            .contect-lx ul li:last-child {
                border: none;
            }

            .contect-lx ul li img {
                height: 40px;
            }

            .contect-lx ul li h3 {
                font-size: 20px;
                color: #000;
                padding: 20px 0 10px
            }

    .contect-lx .map {
        padding-top: 40px
    }

.pb110{
    padding-bottom:110px;
}


.nei-from {
    border-top: 1px solid #E4E4E4;
    min-height: auto;
}

 



.index-from-box {
    margin-top: 60px;
}

    .index-from-box ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .index-from-box ul li {
            width: 32%;
            margin-bottom:15px;
        }

            .index-from-box ul li span {
                display: block;
                font-size: 16px;
                color: #6A6A6A;
                margin-bottom: 10px;
            }

            .index-from-box ul li input {
                width: 100%;
                background-color: #F8F9FB;
                border: 1px solid #E4E5E8;
                height: 50px;
                font-size: 16px;
                padding: 0 15px;
                transition: all 0.5s;
            }

                .index-from-box ul li input:focus, .index-from-box ul li textarea:focus {
                    border-color: #F8B500;
                }

            .index-from-box ul li:nth-last-child(1), .index-from-box ul li:nth-last-child(2) {
                width: 100%;
                position:relative;
            }
                .index-from-box ul li:nth-last-child(1) input{
                    width:calc(100% - 150px)
                }
                .index-from-box ul li:nth-last-child(1) img {
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    height: 50px;
                }

                .index-from-box ul li textarea {
                    width: 100%;
                    background-color: #F8F9FB;
                    border: 1px solid #E4E5E8;
                    height: 200px;
                    font-size: 16px;
                    padding: 10px 15px;
                    transition: all 0.5s;
                }

    .index-from-box .but {
        display: block;
        width: 140px;
        line-height: 40px;
        background-color: #F8B500;
        color: #fff;
        text-align: center;
        font-size: 16px;
        margin: 0 auto;
        margin-top: 24px;
        cursor: pointer;
        transition: all 0.5s;
        border: none;
        font-weight: 400;
    }






@media (max-width: 1000px) {
    .contect-lx {
        padding: 40px 0;
    }

        .contect-lx ul {
            margin-top: 20px;
        }

            .contect-lx ul li {
                width: 50%;
                padding: 40px 10px;
                text-align: center;
                font-size: 14px;
                color: #666;
                border-right: none;
                border-bottom: 1px solid #fff
            }
/*
                .contect-lx ul li:last-child {
                    border: none;
                    width: 100%
                }*/

                .contect-lx ul li img {
                    height: 30px;
                }

                .contect-lx ul li h3 {
                    font-size: 18px;
                }

        .contect-lx .map {
            padding-top: 40px
        }

  


    .index-from-box ul {
        flex-direction: column;
    }

        .index-from-box ul li {
            width: 100%;
            margin: 5px 0;
        }

            .index-from-box ul li input {
                height: 40px;
            }

            .index-from-box ul li textarea {
                height: 150px;
            }
}




.news-item .news-list .img{
    width:340px;
    padding-bottom:19%;
}
.news-item .news-list .text {
    width: calc(100% - 340px);
    background-color: #F9FAFB;
    padding:30px;
}
.news-item ul li{
    margin-top:20px;
}

.nei-item {
    display: flex;
    justify-content: space-between;
    align-items: normal;
}

.nei-item-left {
    width: 280px;
}

.nei-item-right {
    width: calc(100% - 300px);
}
.nei-case .top {
    background-color: #03336A;
    padding: 20px 30px;
}

    .nei-case .top h3 {
        font-size: 24px;
        color: #FFFFFF;
        font-weight: bold;
    }

    .nei-case .top p {
        font-size: 16px;
        color: #FFFFFF;
        margin-top: 5px;
        line-height: 1;
    }
.nei-case ul li a {
    display: block;
    padding: 10px 30px;
    font-size: 16px;
    color: #888888;
    padding-left: 45px;
    position: relative;
    line-height: 1.3;
}

    .nei-case ul li a:hover, .nei-case ul li a.active {
        color: #EE6B00;
    }

    .nei-case ul li a::before {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        background-color: #888888;
        border-radius: 50%;
        position: absolute;
        left: 30px;
        top: 18px;
    }

    .nei-case ul li a:hover::before, .nei-case ul li a:hover::before {
        background-color: #EE6B00;
    }
.nei-nav-list > a {
    background-color: #F8FBFF;
    font-size: 16px;
    color: #000000;
    padding: 15px 30px;
    display: block;
    position: relative;
    padding-right: 50px;
}

    .nei-nav-list > a span {
        position: absolute;
        right: 10px;
        top: 15px;
        right: 30px;
        color: #000000;
        font-size: 18px;
    }
    .nei-nav-list > a.active, .nei-nav-list > a.active span{
        color: #F8B500;
    }
    .nei-nav {
        box-shadow: 0 0 20px rgba(0, 43, 93, 0.07);
    }

.pro-item ul {
    display: flex;
    margin: 0 -5px;
    flex-wrap: wrap;
}

    .pro-item ul li {
        width: 33.33%;
        padding: 0 5px;
        margin-bottom: 30px;
    }

        .pro-item ul li a {
            display: block;
            background-color: #f9f9f9;
            box-shadow: 0 0 20px rgba(0, 43, 93, 0.07);
        }

            .pro-item ul li a h3 {
                font-size: 16px;
                color: #202020;
                text-align: center;
            }

            .pro-item ul li a .text {
                padding:20px 15px;
            }
            .pro-item ul li a .img{
                padding-bottom:72%;
                background-color:#fff;
            }
            .pro-item ul li a .img img {
                object-fit: contain;
            }


.proDetail-det {
    border: 9px #ededed solid;
}

.proDetail-det .img img{
    width:100%;
}
    .proDetail-det .text {
        background-color: #f0f7fe;
        padding:20px;
    }
    .proDetail-det .text h3{
        text-align:center;
        font-size:20px;
        font-weight:bold;
    }
    .proDetail-det .text .desc{
        font-size:16px;
        color:#000;
        margin-top:15px;
    }

.proDetail .index-nav {
    padding: 20px 0;
    background-color: #ededed;
}

.proDetail-txt {
    font-size: 16px;
    color: #000;
}

.proDetail-case ul{
    display:flex;
    flex-wrap:wrap;

}
.proDetail-case ul li{
    width:33.33%;
    padding:0 10px;
    margin-top:20px;
}

    .proDetail-case ul li .img{
        padding-bottom:68%;
    }

.Sample .pro-item ul li{
    width:25%;
}

.aboutus-one{
    padding:80px 0;
}

.aboutus-text {
    font-size: 16px;
    color: #666666;
}

.aboutus-num{
    text-align:center;
}

    .aboutus-num ul li {
        width:24%;
        display: inline-block;
        padding: 0 20px;
        text-align: left;
        border-right: 1px solid #D5D8D9;
    }
        .aboutus-num ul li:nth-last-child(1){
            border-right:none;
        }
        .aboutus-num ul li p {
            font-size: 20px;
            color: #03336A;
        }
        .aboutus-num ul li p span {
            font-size: 60px;
            color: #03336A;
            line-height:1;
        }
        .aboutus-num ul li h3 {
            font-size: 18px;
            color: #000000;
            font-weight: 400;
            margin-top:10px;
        }


.aboutus-two {
    background-image: url('../images/about-two-bg.jpeg');
    padding:80px 0;
    background-repeat:no-repeat;
    background-position:center;
    width:100%;
    overflow:hidden;
}

.about-two-list{
    transition:all 0.5s;
}
.about-two-list .time {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #03336A;
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

    .about-two-list .time::before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #DFE1E4;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .about-two-list .time::after {
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        background-color: #fff;
        border: 3px solid #03336A;
        border-radius: 50%;
        background-repeat: no-repeat;
        background-position-x: -50%;
        position: absolute;
        left: calc(50% - 7px);
        bottom: -7px;
    }

    .about-two-list .text {
        font-size: 16px;
        color: #666666;
        padding: 0 10%;
        padding: 27px 30px;
        white-space: pre-wrap;
    }
.about-two-item{
    position:relative;
}
.about-two-item .swiper-slide {
    height: 100%;
}

.about-two-list:hover {
    background-color: rgba(3, 51, 106,.8);
    height: 100%;
}

.about-two-item .swiper-button-prev {
    width: 60px;
    height: 60px;
    background-color: #ECECEC;
    left: -70px;
    top: 40px;
    border-radius:50%;
    background-image:none;
    display:flex;
    justify-content:center;
    align-items:center;
}

.about-two-item .swiper-button-next {
    width: 60px;
    height: 60px;
    background-color: #ECECEC;
    right: -70px;
    top: 40px;
    border-radius: 50%;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .about-two-item .swiper-button-prev i, .about-two-item .swiper-button-next i{
        font-size:40px;
        color:#03336A;
        line-height:1;
    }
    .about-two-list:hover .time {
        color: #F8B500;
    }
.about-two-list:hover .text {
    color: #FFFFFF;
}

.aboutus-three{
    padding:80px 0;
}
.aboutus-three-box ul li{
    margin-top:20px;
}
.aboutus-three-box ul li .title {
    font-size: 20px;
    color: #000000;
    background-color: #F9FAFB;
    padding: 20px 40px;
    position:relative;
    cursor:pointer;
    padding-right:120px;
}

    .aboutus-three-box ul li .title .icon-box {
        width: 40px;
        height: 40px;
        border: 1px solid #03336A;
        border-radius: 50%;
        text-align: center;
        line-height: 38px;
        color: #03336A;
        position:absolute;
        top:15px;
        right:40px;
    }
    .aboutus-three-box ul li .desc {
        padding: 30px;
        font-size: 16px;
        color: #626262;
        background-color: #fff;
        display: none;
    }
    .aboutus-three-box ul li.active .title {
        background-color: #03336A;
        color:#fff;
    }
    .aboutus-three-box ul li.active .icon-box{
        background-color:#fff;

    }
.index-four-box ul{
    overflow:hidden;
}
.index-four-box ul li:nth-child(1) {
    width: 36.8%;
}
.index-four-box ul li{
    width:31.6%;
    float:left;

}

.index-four-list{
    display:block;
    position:relative;
    overflow:hidden;
}

    .index-four-list .img{
        padding-bottom:58.3%;
    }

    .index-four-box ul li:nth-child(1) .index-four-list .img {
        padding-bottom: 100%;
    }
.index-four-box ul li:nth-child(1) .index-four-list .text {
    background-color: rgba(3, 51, 106,.9);
}

.index-four-list .text {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(248, 181, 0,.9);
    display: flex;
    justify-content: center;
    padding: 10%;
    flex-direction: column;
    transition:all 0.5s;
}
    .index-four-list .text h3 {
        font-size: 24px;
        color: #FFFFFF;
    }
    .index-four-list .text p {
        font-size: 14px;
        color: #FFFFFF;
        margin-top:15px;
    }
    .index-four-list .text span {
        display:inline-block;
        font-size: 14px;
        color: #FFFFFF;
        margin-top:10px;
    }
.index-four-list:hover .text {
    bottom: 0;
}

.Introduction-box {
    display: flex;
}

    .Introduction-box .Introduction-img {
        width: 45%;
    }
        .Introduction-box .Introduction-img img{
            width:100%;
        }
        .Introduction-box .Introduction-text {
            width: 55%;
            padding-right: 60px;
        }

    .Introduction-box .Introduction-text .box-title{
        text-align:left;
    }
            .Introduction-box .Introduction-text .box-title h3{
                text-align:left;
            }
                .Introduction-box .Introduction-text .box-title h3 span::before, .Introduction-box .Introduction-text .box-title h3 span::after{
                    display:none;
                }

.Introduction-txt{
    font-size:16px;
    margin-top:30px;
}

.Introduction-num {
    background-color: #F9FAFB;
    margin:50px 0;
    padding:40px 0;
}

    .Introduction-num .aboutus-num{
        margin-top:0 !important; 
    }

.AboutUsHistory-box ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -12px;
}
.AboutUsHistory-box ul li{
    width:25%;
    padding:0 12px;
    margin-bottom:30px;
}
.AboutUsHistory-list{
    display:block;
}
.AboutUsHistory-list .img{
    padding-bottom:143%;
    background-color:#f9f9f9;
}

    .AboutUsHistory-list .img img{
        object-fit:contain;
    }
    .AboutUsHistory-list .text{
        margin-top:20px;
    }
    .AboutUsHistory-list .text h3 {
        font-size: 18px;
        color: #FFFFFF;
        text-align: center;
        background-image: url(../images/index-two-bg.png);
        background-size: 100% 100%;
        line-height: 50px;
    }

@media screen and (max-width: 1000px) {
    .header_top_box{
        flex-direction:column;
    }
    .header_top_left p:nth-child(1){
        width:100%;
    }
    .header_top_left p img{
        width:15px;
    }
    .header_top_left p {
        display: inline-block;
        font-size: 14px;
        margin-left:10px;
    }
    .header_top_right{
        text-align:center;
        margin-top:10px;
    }
    .bx-search{
        display:none;
        height:auto;
        line-height:1;
    }
    .bx-mt80{
        margin-top:20px;
    }
    .banner .swiper-pagination{
        bottom:10px;
    }
    .banner .swiper-pagination-bullet{
        width:25px;
        height:3px;
    }
    .index-one-box ul {
        margin: 0 -5px;
    }
    .index-one-box ul li {
        width: 50%;
        padding: 0 5px;
        margin-top: 10px;
    }
        .index-one-box ul li:nth-child(1){
            width:100%;
        }
        .index-one-list .title {
            padding: 10px 10px;
            font-size: 16px;
        }
        .index-one-list .title::after {
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #3E97FE;
            bottom:-10px;
        }
    .box-title p{
        font-size:20px;
    }
    .box-title h3{
        font-size:22px;
    }
        .box-title h3 span::after, .box-title h3 span::before{
            width:25px;
            height:2px;
        }
    .bx-mt30{
        margin-top:15px !important;
    }
    .bx-mt40 {
        margin-top: 15px !important;
    }
    .bx-mt60{
        margin-top:25px !important;
    }
    .index-two-box {
        padding: 25px 15px;
        border-radius: 10px;
    }
    .index-two-list .text {
        margin-top: 15px;
      
    }
        .index-two-list .text p {
            line-height: 36px;
            font-size: 16px;
        }
        .index-two-box .swiper-button-prev {
            transform: translate(0,0);
            background-image: none;
            padding-left: 0;
            width:30px;
        }
    .index-two-box .swiper-button-next {
        transform: translate(0,0);
        background-image: none;
        padding-right:0;
        width:30px;

    }
    .index-two-box .swiper-button-prev img, .index-two-box .swiper-button-next img{
        width:20px;

    }
    .case-item ul{
        margin:0;
    }
    .case-item ul li{
        width:100%;
        padding:0;
        margin-top:10px;
    }

    .case-list .text {
        padding: 5% 15px;
    }
        .case-list .text h3{
            font-size:16px;
        }

        .index-nav ul li a {
            width:auto;
            min-width: 120px;
            line-height: 35px;
            font-size: 14px;
        }
    .index-nav ul{
        display:flex;
        justify-content:center;

    }
    .index-nav ul li {
        margin: 0 1px;
    }
    .index-news-box{
        flex-direction:column;
    }
    .index-news-left{
        width:100%;
    }
    .index-news-right{
        width:100%;
        padding-left:0;
        margin-top:10px;
    }
    .news-list .img{
        width:160px;
        padding-bottom:28%;
    }
    .news-list .text{
        width:calc(100% - 160px);
        padding:13px;
    }
        .index-news-left .text h3, .news-list .text h3{
            font-size:16px
        }
        .index-news-left .text p, .news-list .text p{
            margin-top:8px;
        }
        .index-news-left .text span, .news-list .text span{
            margin-top:5px;
            font-size:12px;
        }
    .index-news-right ul li{
        margin-top:10px;
    }
        .index-news-right ul li .news-list{
            flex-direction:inherit;
        }
        body .buts {
            min-width: 140px;
            line-height: 50px;
            font-size: 14px;
        }
    .FriendshipLink{
        padding-top:30px;
        padding-bottom:50px;
    }
    .FriendshipLink-box {
        display: block;
    }
        .FriendshipLink-box .left, .FriendshipLink-box .right{
            padding: 0;
        }
    .FriendshipLink .box-title {
        display: block;
    }
        .FriendshipLink-box .FriendshipLink-title{
            display:none;
        }

    .footer-img{
        height:35px;
    }
    .footer-img img{
        max-height:35px;
    }

    .footer-item{
        padding:20px 0;
        flex-direction:column;
    }
        .footer-item .left, .footer-item .right{
            width:100%;
        }
        .footer-item .footer-text p {
            font-size: 14px;
            margin-top: 6px;
        }
        .footer-item .center{
            width:100%;
            margin-top:20px;
        }
    .footer-logo{
        display:none;
    }
    .footer-lang a{
        font-size:14px;
    }
    .footer-item .right{
        text-align:left;
        margin-top:20px;
    }
    .footer-bottom .footer-nav p a{
        font-size:14px;
    }
    .footer-bottom .footer-nav p span {
        font-size: 14px;
        margin: 0 5px;
    }
    .footer-bottom-text, .footer-bottom-text a{
        font-size:14px;
    }
    .footer-item .right .ewm-box {
        width:100%;
        text-align:center;
        margin-top:10px;
    }
    .footer-item .right > div{
        display:block;
    }
    .ewm-box .ewm-box-list{
        width:100px;
        margin:0 5px;
    }
    .footer-item .footer-title{
        text-align:center;
    }


    .nei-banner .img{
        height:150px;
    }
    .bx-mb-nav p, .bx-mb-nav p a{
        font-size:14px;
    }
    .aboutus-one{
        padding:30px 0;
    }
    .aboutus-text{
        font-size:14px;
    }

    .aboutus-num ul{
        display:flex;
        flex-wrap:wrap;
    }
    .aboutus-num ul li {
        padding: 0 15px;
        width: 50%;
        text-align:center;
        margin:10px 0;
    }
        .aboutus-num ul li p span{
            font-size:32px;
        }
        .aboutus-num ul li p{
            font-size:16px;
        }
        .aboutus-num ul li h3{
            font-size:16px;
        }
        .aboutus-num ul li:nth-child(even) {
            border-right: none;
        }
    .aboutus-two{
        padding:30px 0;
    }
    .about-two-list .time {
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .about-two-list .text{
        font-size:14px;
        padding:10px;
    }
    .aboutus-three{
        padding:30px 0;
    }
    .aboutus-three-box ul li .title {
        font-size: 16px;
        padding: 10px 18px;
        padding-right:50px;
    }
        .aboutus-three-box ul li .title .icon-box {
            width: 30px;
            height: 30px;
            line-height: 30px;
            right:15px;
        }
    .aboutus-three-box ul li .desc{
        padding:20px;
        font-size:14px;
    }
    .index-four-box ul li{
        float:none;
        width:100% !important;
        margin:5px 0;
    }
 
        .index-four-list .text h3{
            font-size:20px;
        }
    .pb110{
        padding-bottom:60px;
    }

    .Introduction-box{
        flex-direction:column;
    }
        .Introduction-box .Introduction-text{
            width:100%;
            padding-right:0;
        }
    .Introduction-txt{
        font-size:14px;
        margin-top:20px;
    }
    .Introduction-box .Introduction-img{
        width:100%;
    }
    .Introduction-num {
        margin: 20px 0;
        padding: 24px 0;
    }
    .AboutUsHistory-box ul{
        margin:0 -5px;
    }
    .AboutUsHistory-box ul li {
        width: 50%;
        padding:0 5px;
    }
    .AboutUsHistory-list .text h3{
        line-height:35px;
        font-size:16px;
    }
    .AboutUsHistory-list .text{
        margin-top:10px;
    }
    .news-list{
        flex-direction:column;
    }
    .news-item .news-list .img {
        width: 100%;
        padding-bottom: 60%;
    }
    .news-item .news-list .text{
        width:100%;
    }
    .news-item .news-list .text{
        padding:15px;
    }
    .news-item ul li{
        margin-top:15px;
    }
    .nei-item{
        display:block;
    }
    .nei-item-left{
        width:100%;
    }
    .nei-case .top{
        display:none;
    }
    .nei-item-right{
        width:100%;
    }
    .pro-item ul li {
        width: 50%;
        margin-bottom: 15px;
    }
    .nei-nav{
        display:flex;
        flex-wrap:wrap;
    }
    .nei-nav-list {
        width:50%;
       
    }
        .nei-nav-list > a {
            padding: 10px 15px;
        }
            .nei-nav-list > a span{
                display:none;
            }

    .proDetail-det .text h3{
        font-size:18px;
    }
    .proDetail-det .text .desc{
        font-size:14px;
    }
    .proDetail .index-nav{
        padding:10px 0;
    }
    .proDetail-txt{
        font-size:14px;
    }
    .proDetail-case ul{
        margin:0 -5px;
    }
    .proDetail-case ul li {
        width: 50%;
        padding:0 5px;
    }
    .index-from-box{
        margin-top:20px;
    }
    .header_top_right a {
        min-width: 75px;
        line-height: 25px;
        font-size: 12px;
    }
    .bx-search-box p{
        font-size:14px;
    }
    .banner img{
        height:150px;
    }
}