﻿
body {
    background-color: #f7f7f7;
}


.NewsDetail001-title {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px dashed #D8D8D8;
}

    .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: block;
    border-top: 1px dashed #D8D8D8;
    padding-top:20px;
}



    .TurnPages a {
        font-size: 16px;
        color: #666666;
    }

        .TurnPages a:hover {
            color: #000;
        }

@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;
    }



    .NewsDetail001-title h3 {
        font-size: 18px;
    }
    .tit_bar{
        margin-top:5px;
    }
    .NewsDetail001-title{
        padding-bottom:15px;
    }
    .tit_bar .text {
        margin: 0 3%;
    }
    .NewsDetail001-item{
        padding:15px 0;
        font-size:14px;
        line-height:1.6;
    }
    .TurnPages{
        padding-top:15px;
    }

    .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: 8;
    background-color: #000000;
}
    .header.index {
        border-bottom: 1px solid rgba(255,255,255,.15);
        background-color: transparent;
        position: fixed;
    }

    .header.active {
        box-shadow: 0px 3px 10px 0px rgba(0, 46, 91, 0.05);
    }

    .header .header-hidebox {
        content: "";
        display: block;
        width: 100%;
        height: 70px;
        background-color: rgba(255,255,255,.9);
        position: absolute;
        left: 0;
        top: 80px;
        z-index: 2;
        display: none;
    }





.header001 {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.header001-con {
    padding-left: 5vw;
    padding-right: 5vw;
    margin: 0 auto;
}

.header001 .left {
    display: flex;
    align-items: center;
    height: 100%;
}

.header001-left {
    display: flex;
    align-items: center;
}

.header001 .bx-logo {
    max-height: 70px;
    position: relative;
    z-index: 1;
}

    .header001 .bx-logo a {
        display: flex;
        align-items: center;
        max-height: 50px;
    }

    .header001 .bx-logo img {
        max-height: 60px;
        display: none;
    }

.header001 .right {
    display: flex;
    align-items: center;
}



.header001 .bx-nav ul li {
    float: left;
    line-height: 1;
    text-align: center;
    font-size: 16px;
    z-index: 400;
    text-align: center;
    padding: 0 30px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .header001 .bx-nav ul li:nth-child(1) {
        margin-left: 0;
    }

.header001 .bx-nav {
    height: 100%;
}

    .header001 .bx-nav ul li a {
        color: #fff;
        display: block;
        width: 100%;
        position: relative;
        line-height: 100px;
    }

        .header001 .bx-nav ul li a::after {
            content: '';
            display: block;
            width: 100%;
            height: 3px;
            background-color: transparent;
            position: absolute;
            left: 0;
            bottom: 0;
            transition: all 0.5s;
        }

    .header001 .bx-nav ul li.active a::after {
        background-color: var(--color);
    }


    .header001 .bx-nav ul li i {
        font-size: 20px;
        color: #000;
        vertical-align: middle;
        margin-left: 10px;
        height: 26px;
    }

    .header001 .bx-nav ul li .bx-nav-fd {
        width: 170px;
        display: none;
        position: absolute;
        top: 100px;
        line-height: 30px;
        z-index: 10;
        left: 50%;
        transform: translate(-50%, 0);
        padding: 10px 0;
        background-color: rgba(255,255,255,.99);
    }

        .header001 .bx-nav ul li .bx-nav-fd p {
            width: 100%;
            display: inline-block;
            color: #000;
            font-size: 16px;
            padding: 5px 10px;
            position: relative;
            transition: all 0.5s;
        }

            .header001 .bx-nav ul li .bx-nav-fd p:hover {
                background-color: var(--color);
            }

                .header001 .bx-nav ul li .bx-nav-fd p:hover a {
                    color: #fff !important;
                }


.header001 .bx-navigation {
    display: none;
    margin-left: 20px;
}

.header001 .bx-nav ul li:hover a,
.header001 .bx-nav ul li.active a {
    color:#fff;
}

.header001 .bx-nav ul li:hover i, .header001 .bx-nav ul li.active i {
    color: var(--color);
    transition: all 0.5s;
}

.header001 .bx-nav ul li a.active::before {
    opacity: 1;
}

.header001 .bx-nav ul li .bx-nav-fd a {
    color: #333 !important;
    font-weight: 400;
}

    .header001 .bx-nav ul li .bx-nav-fd a:hover {
        color: var(--color) !important;
    }

.bx-lang {
    font-size: 14px;
    margin-left: 1.3vw;
}

    .bx-lang a {
        color: #fff;
    }

        .bx-lang a.active {
            color: var(--color);
        }

    .bx-lang span {
        font-size: 14px;
        color: #CCCCCC;
        margin: 0 3px;
    }

.bx-header-tel {
    margin-left: 50px;
    color: #626262;
    font-size: 18px;
    min-width: 16vw;
    padding-left: 50px;
    border-left: 1px solid #F4F4F4;
    border-right: 1px solid #F4F4F4;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .bx-header-tel p {
        font-size: 16px;
        color: #666666;
    }

    .bx-header-tel a {
        display: inline-block;
        color: #2475EE !important;
        margin-top: 8px;
    }

    .bx-header-tel img {
        width: 20px;
        line-height: 1;
        margin-right: 10px;
    }

.header_search {
    width: 20px;
    cursor: pointer;
    margin-left: 15px;
}



.bx-navigation {
    display: none;
}

.bx-nav-dh {
    font-size: 18px;
    color: var(--color);
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}

    .bx-nav-dh img {
        width: 20px;
        margin-right: 5px;
        vertical-align: text-bottom;
    }

.active .bx-nav-dh {
    color: #000;
}

.bx-nav-dh a {
    color: #000;
    display: inline;
    font-weight: 400;
    vertical-align: top;
}

.nav-hide {
    display: none;
}

.bx-header-but {
    position: relative;
}

    .bx-header-but .but {
        min-width: 120px;
        line-height: 38px;
        font-size: 16px;
        color: #000000;
        text-align: center;
        padding: 0 20px;
        border-radius: 20px;
        transition: all 0.5s;
        border: 1px solid #000000;
    }

        .bx-header-but .but:hover {
            background-color: var(--color);
            color: #fff !important;
            border-color: var(--color);
        }

    .bx-header-but .bx-header-ewm {
        position: absolute;
        right: 0;
        top: 70px;
        width: 140px;
        display: none;
    }





@media (max-width: 1600px) {
    .header001 {
        height: 80px;
    }

        .header001 .bx-nav ul li a {
            line-height: 80px;
        }

    .bx-header-tel {
        font-size: 16px;
    }

        .bx-header-tel a {
            margin-top: 3px;
        }

    .header001 .bx-logo img {
        max-height: 55px;
    }

    .header001 .bx-nav ul li {
        height: 80px;
        padding: 0 25px;
        font-size: 16px;
    }

    .bx-lang {
        font-size: 15px;
    }

    .header001 .bx-nav ul li .bx-nav-fd {
        top: 80px;
    }
}



@media (max-width: 1300px) {
    .header001 .bx-nav ul li {
        font-size: 14px;
        padding: 0 20px;
    }

  

    .header001 .bx-nav ul li .bx-nav-fd p {
        font-size: 14px;
        padding: 3px 0;
    }

    .bx-header-tel {
        margin-left: 30px;
        padding-left: 30px;
    }
}



@media (max-width: 1000px) {
    .header{
        background-color:#000 !important;
        position:sticky !important;
    }
    .bx-nav-dh {
        font-size: 14px;
        margin-left: 10px;
    }


    .bx-header-but .bx-header-ewm {
        top: 60px;
    }


    .bx-nav-dh i {
        font-size: 16px;
    }

    .header001 {
        height: 60px;
        line-height: 60px;
    }

        .header001::before {
            transform: translate(-75%, 0);
        }

        .header001 .bx-logo img {
            max-height: 40px;
        }

        .header001 .bx-nav {
            position: fixed;
            top: 60px;
            z-index: 500;
            left: -100%;
            height: calc(100vh - 60px);
            z-index: 600;
            width: 100%;
            background-color: #fff;
            margin-left: 0;
            transition: all 0.5s;
            background-color: #000;
            overflow-y: scroll;
        }

            .header001 .bx-nav ul li {
                line-height: 50px;
                height: auto;
                text-align: left;
                float: none;
                border-bottom: 1px solid rgba(255,255,255,.5);
                position: relative;
                width: 100%;
                display: block;
                padding: 0 15px;
            }

                .header001 .bx-nav ul li i {
                    display: block;
                    width: 12px;
                    height: 12px;
                    color: #fff;
                    transition: color .25s;
                    position: absolute;
                    right: 10px;
                    top: 18px;
                    display: block;
                }

                    .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%);
                    }

                    .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);
                    }

                .header001 .bx-nav ul li a {
                    padding: 0 10px;
                    color: #fff;
                    text-align: center;
                    font-size: 16px;
                    width: auto;
                    display: inline-block;
                    padding: 0;
                    line-height: 50px;
                }

                .header001 .bx-nav ul li.active a, .header001 .bx-nav ul li:hover a {
                    color: #fff !important;
                }

                .header001 .bx-nav ul li a::before {
                    display: none;
                }

        .header001 .bx-navigation {
            display: block;
        }

        .header001 .bx-nav ul li .bx-nav-fd {
            display: none;
            position: relative;
            top: 0px;
            width: 100%;
            background-color: transparent;
            padding: 0;
        }

            .header001 .bx-nav ul li .bx-nav-fd p {
                display: block;
                width: 100%;
                border-top: 1px solid rgba(255,255,255,.5);
                padding: 5px 0;
            }

                .header001 .bx-nav ul li .bx-nav-fd p:nth-child(1) {
                    border: none;
                }

                .header001 .bx-nav ul li .bx-nav-fd p::after {
                    display: none;
                }

    .bx-navigation {
        display: block;
    }

    .header001 .bx-nav ul li .bx-nav-fd a {
        padding: 0 5px;
        font-size: 14px;
        color: #fff !important;
    }

    .bx-header-tel {
        display: none;
    }

        .bx-header-tel img {
            width: 16px;
            margin-right: 10px;
        }




    .hamburger .line {
        width: 20px;
        height: 1px;
        background-color: #fff;
        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);
    }

    .header001 .bx-nav ul li a:hover,
    .header001 .bx-nav ul li a.active {
        color: #fff !important;
        font-weight: bold;
    }
}

.banner{
    position:relative;
}
.banner .img {
    width: 100%;
    height: 100vh;
    min-height:700px;
}
.banner .img img{
    width:100%;
    height:100%;
    object-fit:cover;
}


.banner-text{
    width:100%;
    position:absolute;
    left:0;
    top:50%;
    transform:translate(0,-50%);
    z-index:3;
}
.banner-text .h3{
    font-size:4.7vw;
    line-height:1;
    color:#fff;
    font-weight:bold;
}
    .banner-text .p1 {
        font-size: 1.6vw;
        line-height: 1.2;
        color: rgba(255,255,255,.8);
        margin-top:10px;
    }
    .banner-text .p2{
        font-size:18px;
        color:rgba(255,255,255,.8);
        max-width:500px;
        margin-top:50px;
    }
.banner .swiper-pagination-bullet{
    width:12px;
    height:12px;
    background-color:#fff;  
    opacity:1;
    margin:1.5vh 0;
    position:relative;
}

.banner .swiper-pagination {
    width: 12px;
    left: 2vw;
    top:50%;
    transform:translate(0,-50%);
    bottom: auto;
    z-index:4;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
    content:'';
    display:block;
    width:240%;
    height:240%;
    border:1px solid #fff;
    position:absolute;
    left:50%;
    top:50%;
    border-radius:50%;
    transform:translate(-50%,-50%);
}


.max1200{
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
}
.bx-mb-nav {
    padding: 20px 0;
}
    .bx-mb-nav p {
        font-size: 16px;
        color: #666666;
    }

.nei-nav-item{
    display:block;
    width:100%;
}
.nei-nav-item ul{
    display:flex;
}
    .nei-nav-item ul li{
        flex:1;
        position:relative;
    }
        .nei-nav-item ul li::after {
            content: '';
            display: block;
            width: 1px;
            height: 40%;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translate(0,-50%);
            background-color: #E9E9E9;
        }
        .nei-nav-item ul li:nth-last-child(1)::after{
            display:none;
        }
        .nei-nav-item ul li a {
            display: block;
            width: 100%;
            line-height: 60px;
            text-align: center;
            background-color: #fff;
            font-size: 16px;
            color: #333333;
            position: relative;
        }
            .nei-nav-item ul li a::after {
                content: '';
                display: block;
                width: 0;
                height: 2px;
                position: absolute;
                left: 50%;
                bottom: 0;
                transform:translate(-50%,0);
                background-color: #000000;
                transition:all 0.5s;
            }
        .nei-nav-item ul li.active a::after, .nei-nav-item ul li a:hover::after {
            width: 100%
        }

.mt20{
    margin-top:20px;
}
.mb80{
    margin-bottom:80px;
}
.mt50{
    margin-top:50px;
}

.bg-box {
    background-color: #fff;
    padding: 30px;
    min-height: 70vh;
}
.about{
    display:flex;
    justify-content:space-between;
}
.about .left{
    width:300px;
}

    .about .left img{
        width:100%;
    }
    .about .left .text{
        text-align:center;
        padding:30px 0;
    }
        .about .left .text h3 {
            font-size: 36px;
            color: #000000;
            font-weight:bold;
            line-height:1;
        }
        .about .left .text p {
            font-size: 16px;
            color: #333333;
            margin-top:20px;
            white-space:pre-line;
        }
        .about .right {
            width: calc(100% - 300px);
            padding-left: 10%;
        }

            .about .right ul li{
                margin-bottom:20px;
            }
            .about-list-top {
                padding: 30px 0;
                font-size: 20px;
                color: #000000;
                font-weight: bold;
                border-top: 1px dashed #D8D8D8;
                padding-right: 50px;
                position: relative;
                cursor: pointer;
            }

    .about-list-top span {
        width: 40px;
        height: 40px;
        border: 1px solid #000000;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        position: absolute;
        top:20px;
        right:0;
    }
.about-list-desc {
    font-size: 16px;
    color: #333333;
    white-space:pre-line;
    line-height:1.8
}

.footer {
    background-color: #222222;
    padding: 30px 0;
    text-align: center;
}

.footer-item .footer-link {
    color: #B1B1B1;
    font-size: 14px;
}

    .footer-item .footer-link span{
        margin:0 5px;
        font-size:12px;
        vertical-align:text-bottom;
    }

.footer-item a {
    color: #B1B1B1;
}

    .footer-item a:hover {
        color: #fff;
    }

.footer-box {
    font-size: 14px;
    margin-top: 5px;
    color: #B1B1B1;
}
.img-padding {
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .img-padding img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
    }

.box-flex5 ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -15px;
}
.box-flex5 ul li{
    width:20%;
    padding:0 15px;
    margin-bottom:30px;
}
.Publish-list{
    display:block;
}

.Publish-list .img{
    padding-bottom:150%;
}
.Publish-list .text{
    padding-top:20px;
}
    .Publish-list .text h3 {
        font-size: 16px;
        color: #333333;
        text-align:center;
    }

.detail-title h3 {
    text-align: center;
    font-size: 24px;
    color: #000000;
}
.detail-text{
    font-size:16px;
    color:#333;
    margin-top:20px;
}

.box-flex3 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

    .box-flex3 ul li {
        width: 33.33%;
        padding: 0 15px;
        margin-bottom: 30px;
    }
.Video-list {
    display: block;
}

    .Video-list .img {
        padding-bottom: 66%;
    }
        .Video-list .img::before {
            content: '';
            display: block;
            width: 60px;
            height: 60px;
            background-image: url('../images/icon-bf.png');
            background-size:100% 100%;
            position:absolute;
            left:50%;
            top:50%;
            transform:translate(-50%,-50%);
            z-index:2;
        }
        .Video-list .text {
            padding-top: 20px;
        }
    .Video-list .text h3 {
        font-size: 16px;
        color: #333333;
        text-align: center;
    }

.WritingNotes-title h3 {
    font-size: 40px;
    color: #000000;
    margin-bottom:40px;
}
.form-box-list{
    margin-top:20px;
}
    .form-box-list p {
        font-size: 20px;
        color: #202020;
        margin-bottom:20px;
    }

    .form-box-list textarea {
        width: 100%;
        height: 240px;
        border: 1px solid #E9E9E9;
        padding:10px;
        font-size:16px;
    }
.buts {
    display: inline-block;
    min-width: 150px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    border: 1px solid #000;
    background-color: #000;
    cursor: pointer;
    transition: all 0.5s;
}

    .buts.border {
        background-color: transparent;
        color: #000;
    }

    .buts:hover {
        opacity: 0.8;
        color: #fff !important;
    }
#img {
    display: inline-block;
}

    #img > div {
        width: 150px;
        height: 150px;
        display: inline-block;
        margin-right: 10px;
        margin-top: 10px;
        position: relative;
    }

        #img > div img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        #img > div > a {
            position: absolute;
            right: 5px;
            top: 5px;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: rgba(0,0,0,.8);
            width: 20px;
            height: 20px;
            border-radius: 50%;
            overflow: hidden;
        }

            #img > div > a i {
                color: #fff;
                font-size: 12px;
                display: inline-block;
                transform: scale(0.8);
                margin-top: 3px;
            }

#fileImgUp{
    display:inline-block;
    cursor:pointer;
}

.works-box{
    display:flex;

}
    .works-box .works-nav{
        width:180px;
    }
        .works-box .works-nav ul li a {
            display: block;
            font-size: 16px;
            color: #000000;

        }
        .works-box .works-nav ul li{
            padding-bottom:20px;
            padding-left:30px;
            position:relative;
            line-height:26px;
        }
            .works-box .works-nav ul li::before {
                content: '';
                display: block;
                width: 20px;
                height: 20px;
                background-color: #fff;
                border-radius: 50%;
                border: 2px solid #CBCBCB;
                position: absolute;
                left: 0;
                top: 3px;
                z-index:2;
            }
            .works-box .works-nav ul li::after {
                content: '';
                display: block;
                width: 1px;
                height: 100%;
                border-left: 1px dashed #CBCBCB;
                position: absolute;
                left: 10px;
                top: 3px;
            }
                .works-box .works-nav ul li:nth-last-child(1)::after{
                    display:none;
                }
                .works-box .works-nav ul li.active::before {
                    border: 5px solid #000;
                }
            .works-box .works-nav ul li.active a{
                font-size:20px;
            }
            .works-box .works-item {
                width: calc(100% - 180px);
            }
.works-list{
    display:block;
}
.works-list .img{
    padding-bottom:66%;
}
.works-list .text{
    padding-top:20px;
}
    .works-list .text h3 {
        font-size: 12px;
        color: #000000;
    }
    .works-list .text p {
        font-size: 16px;
        color: #666666;
        margin-top:5px;
    }

.Article-box {
    display: flex;
}


.Article-box .Article-nav {
    width: 180px;
}
    .Article-box .Article-nav li a {
        font-size: 16px;
        color: #000000;
    }
    .Article-box .Article-nav li{
        margin-bottom:15px;
    }
    .Article-box .Article-item {
        width: calc(100% - 180px);
    }
        .Article-box .Article-item ul li:nth-child(1) .Article-list{
            padding-top:0;
        }
        .Article-list {
            display: block;
            padding: 20px 0;
            border-bottom: 1px solid #EBEBEB;
        }
    .Article-list h3 {
        font-size: 16px;
        color: #000000;
    }
    .Article-list p {
        font-size: 14px;
        color: #C7C7C7;
        margin-top:10px;
    }
.detail-page .title {
    font-size: 16px;
    color: #000000;
}

.nei-banner img{
    width:100%;
}
.bg-box2{
    background-color:#fff;
    padding:50px;
}
.con-title {
    text-align: center;
}

    .con-title h3 {
        font-size: 24px;
        color: #000000;
        padding-bottom:20px;
        position:relative;
    }
    .con-title h3::before{
        content:'';
        display:block;
        width:50px;
        height:3px;
        background-color:#000;
        position:absolute;
        left:50%;
        bottom:0;
        transform:translate(-50%,0);
    }
.con-one-item{
    margin-top:30px;
    display:flex;
    justify-content:space-between
}
    .con-one-item .left {
        width: calc(100% - 200px);
        font-size: 16px;
        color: #666666;
        white-space:pre-line;
        padding-right:5%;
    }
.con-one-item .right{
    width:200px;
}
.index-from-box {
    margin-top: 40px;
}

    .index-from-box ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .index-from-box ul li {
            width: 30%;
        }

            .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 #F2EFF5;
                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: #000;
                }

            .index-from-box ul li:nth-last-child(1) {
                width: 100%;
                margin-top: 30px;
            }

            .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;
            }

.con-link-box ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.con-link-box ul li{
    width:calc(50% - 15px);
    margin-bottom:30px;

}

    .con-link-box ul li a {
        display: block;
        width: 100%;
        line-height: 80px;
        text-align: center;
        background-color: #fff;
        font-size: 20px;
        color: #2E3336;
        transition:all 0.5s;
    }
        .con-link-box ul li a:hover{
            background-color:#000;
            color:#fff;
        }
        .con-link-box ul li a img {
            width: 33px;
            margin-right: 3px;
        }

.News-list{
    display:block;
}
.News-list .img{
    padding-bottom:66.6%;
}
.News-list .text{
    padding-top:20px;
}
    .News-list .text h3 {
        font-size: 16px;
        color: #000000;
        font-weight:bold;
    }
    .News-list .text p {
        font-size: 16px;
        color: #333333;
        margin-top:8px;
    }
.up-item ul{
    display:flex;
    justify-content:space-between;
}
    .up-item ul li {
        width: 50%;
        text-align: left;
        padding: 0 2%;
        background-color: #fff;
    }
    .up-item ul li a {
        display: block;
        width: 100%;
        line-height: 60px;
        font-size: 16px;
        color: #333333;
        position: relative;
    }
    .up-item ul li:nth-last-child(1){
        text-align:right;
    }
@media screen and (max-width: 1000px) {
    .banner{
        display:block;
        flex-direction:column;
        height:calc(100vh - 60px);
        align-items:center;
        padding:0 15px;
        padding-top:3vh
    }
    .banner .img {
        height: 50vh;
        min-height:10px;
        text-align:center;
        display:flex;
        align-items:center;
    }
        .banner .img img{
            object-fit:contain;
            display:block;
        }
        .banner .swiper-pagination {
            width: 100%;
            position: relative;
            bottom: auto;
            left: auto;
            top: auto;
            transform:translate(0,0);
            margin-top:10px;
        }
        .banner .swiper-pagination-bullet{
            width:8px;
            height:8px;
        }
        .banner .swiper-pagination-bullet {
            margin: 0 10px;
            background-color: #000;
        }
            .banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
                border-color:#000;
                width:200%;
                height:200%;
            }
            .banner-text {
                position: relative;
                top: 0;
                left: 0;
                transform: translate(0,0);
                text-align: center;
                margin-top: 20px;
            }
        .banner-text .h3{
            color:#000;
            font-size:6vw;
        }
        .banner-text .p1{
            color:#000;
            font-size:4vw;
        }
        .banner-text .p2 {
            color: #fff;
            margin-top: 30px;
            color: #000;
            font-size: 4vw;
            width:100%;
            max-width:100%;
        }
        .max1200{
            width:100%;
            padding-left:15px;
            padding-right:15px;
        }
    .bx-mb-nav{
        padding:10px;
    }
    .bx-mb-nav p {
        font-size: 14px;
        line-height:25px;
    }
    .nei-nav-item ul li a{
        line-height:40px;
        font-size:14px;
    }
    .bg-box{
        padding:15px;
    }
    .about{
        flex-direction:column;
    }
        .about .left{
            margin:0 auto;
        }
            .about .left .text h3 {
                font-size: 6vw;
            }
            .about .left .text p {
                margin-top: 15px;
                color: #000;
                font-size: 4vw;
            }
        .about .right{
            width:100%;
            padding-left:0
        }
    .about-list-top{
        padding:15px 0;
        font-size:16px;
    }
    .about-list-desc{
        font-size:14px;
    }
    .about-list-top span{
        width:25px;
        height:25px;
        line-height:25px;
        font-size:12px;
        top:10px;
    }
    .about .right ul li{
        margin:0;
    }
    .mb80{
        margin-bottom:30px;
    }
    .mt50{
        margin-top:20px;
    }
    .box-flex5 ul li, .box-flex3 ul li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 15px;
    }
    .box-flex5 ul, .box-flex3 ul{
        margin: 0 -5px
    }
    .Publish-list .text, .Video-list .text, .works-list .text {
        padding-top: 10px;
    }
        .Publish-list .text h3, .Video-list .text h3, .works-list .text p{
            font-size: 14px;
        }
            .works-list .text p{
                line-height:1.3;
            }
            .works-list .text h3 {
                font-size: 12px;
            }
        .detail-title h3 {
            font-size: 18px;
        }
    .detail-text{
        font-size:14px;
    }
    .Video-list .img::before{
        width:40px;
        height:40px;
    }
    .WritingNotes-title h3{
        font-size:20px;
    }
    .WritingNotes-title h3{
        margin-bottom:20px;
    }
    .form-box-list p{
        font-size:16px;
        margin-bottom:10px;
    }
    .form-box-list textarea{
        height:200px;
    }
    #fileImgUp{
        width:100px;
        height:100px;
    }
    #img > div{
        width:100px;
        height:100px;
    }
    .buts{
        min-width:120px;
        line-height:42px;
        font-size:14px;
    }
    .works-box, .Article-box {
        display: block;
    }
        .works-box .works-nav, .Article-box .Article-nav {
            width: 100%;
            overflow-x: auto;
        }
            .works-box .works-nav ul, .Article-box .Article-nav ul{
                white-space: nowrap;
            }
                .works-box .works-nav ul li, .Article-box .Article-nav ul li {
                    display: inline-block;
                    padding-left: 0;
                    padding-bottom: 0;
                    margin-right: 20px;
                }
        .works-box .works-item{
            width:100%;
            margin-top:20px;
        }
        .works-box .works-nav ul li::before, .works-box .works-nav ul li::after{
            display:none;
        }
        .Article-box .Article-item{
            margin-top:20px;
            width:100%;
        }
    .Article-list{
        padding:10px 0;
    }
    .Article-box .Article-nav li a{
        font-size:14px;
    }
    .Article-box .Article-nav li{
        margin-bottom:0;
    }
    .Article-list p{
        font-size:12px;
        margin-top:5px;
    }
    .up-item{
        margin-top:10px;
    }
    .up-item ul {
        display: block;
    }
        .up-item ul li{
            width:100%;
            margin:3px;
        }
            .up-item ul li a{
                line-height:35px;
                text-align:left !important;
                font-size:14px;
            }
    .bg-box2{
        padding:15px;
    }
    .con-title h3{
        font-size:18px;
        padding-bottom:10px;
    }
        .con-title h3::before {
            width: 40px;
            height: 1px;
        }
    .con-one-item{
        margin-top:15px;
        flex-direction:column;
    }
        .con-one-item .left{
            width:100%;
            padding-right:0;
            font-size:14px;
        }
        .con-one-item .right{
            width:120px;
            margin:0 auto;
            margin-top:15px;
        }
    .index-from-box ul li{
        width:100%;
    }
    .index-from-box{
        margin-top:15px;
    }
        .index-from-box ul li input {
            height: 40px;
            font-size: 14px;
        }
        .index-from-box ul li span{
            font-size:14px;
        }
        .index-from-box ul li{
            margin-bottom:10px;
        }
            .index-from-box ul li:nth-last-child(1){
                margin-top:0;
            }
    .con-link-box ul li a{
        line-height:40px;
        font-size:14px;
    }
        .con-link-box ul li a img{
            width:20px;
        }
    .con-link-box ul li{
        margin-bottom:10px;
        width:calc(50% - 5px);
    }
    .News-list .text{
        padding-top:10px;
    }
        .News-list .text h3{
            font-size:14px;
        }
        .News-list .text p{
            font-size:12px;
            margin-top:5px;
        }
}