@import url("animate.css");
@import url("main.css");


.container_show {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.weixin_show {
    position: absolute;
    right: 0;
    z-index: 99;
}

.banner {
    position: relative;
    width: 100%;
    height: 640px;
    overflow: hidden;
}

    .banner ul li img {
        position: absolute;
        width: 100%;
        /*height: 800px;*/
    }

    .banner .word {
        color: white;
        text-align: center;
        margin-top:40px;
    }

        .banner .word h1 {
            font-size: 110px;
    text-align: left;
        }

        .banner .word p {
            font-size: 40px;
font-weight: 800;
    text-align: left;
        }

.content > .container {
    overflow: inherit;
}

.content .content_item1 {
    height: 200px;
    /* padding: 35px 50px;*/
    z-index: 99;
    overflow: hidden;
    box-sizing: border-box;
}

    .content .content_item1 ul {
        display: flex;
        height: 100%;
    }

        .content .content_item1 ul li {
            width: 25%;
            height: 200%;
            cursor: pointer;
            transition: all 0.8s;
        }

            .content .content_item1 ul li:hover {
                transform: translateY(-50%);
            }

            .content .content_item1 ul li:nth-of-type(1) {
                color: green;
            }

            .content .content_item1 ul li:nth-of-type(2) {
                color: lightblue;
            }

            .content .content_item1 ul li:nth-of-type(3) {
                color: burlywood;
            }

            .content .content_item1 ul li:nth-of-type(4) {
                color: pink;
            }

.content_item1 ul li:nth-of-type(1) .im_bottom {
    border: 1px solid green;
}
.content_item1 ul li:nth-of-type(2) .im_bottom {
    border: 1px solid lightblue;
}
.content_item1 ul li:nth-of-type(3) .im_bottom {
    border: 1px solid burlywood;
}
.content_item1 ul li:nth-of-type(4) .im_bottom {
    border: 1px solid pink;
}

.content .content_item1 ul li:nth-of-type(1) .im_bottom h4 {
    border-bottom: 1px solid green;
}
.content .content_item1 ul li:nth-of-type(2) .im_bottom h4 {
    border-bottom: 1px solid lightblue;
}

.content .content_item1 ul li:nth-of-type(3) .im_bottom h4 {
    border-bottom: 1px solid burlywood;
}

.content .content_item1 ul li:nth-of-type(4) .im_bottom h4 {
    border-bottom: 1px solid pink;
}



.content .content_item1 ul li .im_top, .content .content_item1 ul li .im_bottom {
    height: 50%;
    text-align: center;
}

            .content .content_item1 ul li .im_top {
                display: flex;
                flex-direction: column;
     
                position:relative;
            }

                .content .content_item1 ul li .im_top em {
                    display: block;
                    width: 70px;
                    height: 70px;
                    margin:25px auto 0px auto;
                    
                    border-radius:50%;
                }

.content .content_item1 ul li:nth-of-type(1) .im_top em {
    background: url(../img/员工.jpg)no-repeat center;
    background-size: 150%;
}
.content .content_item1 ul li:nth-of-type(2) .im_top em {
    background: url(../img/员工2.jpg)no-repeat center;
    background-size: 150%;
}
.content .content_item1 ul li:nth-of-type(3) .im_top em {
    background: url(../img/员工3.jpg)no-repeat center;
    background-size: 150%;
   
}
.content .content_item1 ul li:nth-of-type(4) .im_top em {
    background: url(../img/员工4.jpg)no-repeat center;
    background-size:150%;
}

                    .content .content_item1 ul li .im_top p {
                        text-align: center;
                        font-size: 20px;
    margin-top: 45px;
    letter-spacing: 8px;
                    }

.im_bottom p:nth-of-type(1) {
    margin-top: 20px;
}
                    .content .content_item1 ul li .im_bottom {
                        box-sizing: border-box;
                    }
    .content .content_item1 ul li .im_bottom h3 {
        font-size: 22px;
        font-weight: 400;
        line-height: 68px;
        width: 80%;
        margin: 0 auto;
    border-bottom: 1px solid;
    letter-spacing: 8px;
    }

.content .content_item1 ul li .im_top h4{
    text-align: center;
    font-size: 14px;
}


.content .content_item1 ul li .im_top:before {
    content:"";
    width:100%;
    height:0px;
    display:block;
    position:absolute;
    left:0;
    top:65%;
    border-bottom:1px solid green;
}

.content .content_item1 ul li .im_top::after {
    content: "";
    width:0;
    height: 24px;
    display: block;
    position: absolute;
    left: 50%;
    top: 59%;
    transform:translate(-50%,-50%);
    border-left: 1px solid green;
}
.content .content_item1 ul li {
position:relative;
}
.content .content_item1 ul li:before {
    content: "";
    width: 0;
    height: 0px;
    display: block;
    position: absolute;
    left: 50%;
    top: 27%;
    transform: translate(-50%,-50%);
    border: 2px solid green;
    border-radius:50%;
}




.content_item2 {
    margin-top: 30px;
}

    .content_item2 .title {
        color: #333;
        border-left: 6px solid #0d355c;
        margin-bottom: 20px;
   padding-left: 20px;
    }

.swiper-container .button {
    top: -260px;
}

.content_item3 {
    margin-top: 60px;
    width: 100%;
    height: 610px;
    background: url(../img/content_list2.png)no-repeat center;
    background-size: cover;
}

    .content_item3 .title {
        color: #FFF;
        border-left: 6px solid #0d355c;
        margin-top: 60px;
    padding-left: 20px;
    }

    .content_item3 .word {
        margin-top: 80px;
        text-align: center;
    }

        .content_item3 .word p {
            font-size: 20px;
            color: #fff;
            display: inline-block;
            line-height: 38px;
        }

        .content_item3 .word h3 {
            font-size: 30px;
            color: #fff;
            line-height: 60px;
        }

    .content_item3 .list {
        text-align: center;
        margin-top: 100px;
        overflow: hidden;
    }

        .content_item3 .list ul {
            display: flex;
        }

            .content_item3 .list ul li:first-child {
                border: none;
            }

            .content_item3 .list ul li {
                flex: 1;
                color: #fff;
                border-left: 1px solid #b4bdc6;
            }

                .content_item3 .list ul li p {
                    font-size: 40px;
                    display: inline-block;
                }

                    .content_item3 .list ul li p.sp {
                        font-size: 16px;
                        display: inline-block;
                    }

                .content_item3 .list ul li h3 {
                    font-size: 16px;
                    font-weight: normal;
                }

.content_item4 {
    background-color: #f0f0f0;
    padding-top: 50px;
    height: 620px;
}

    .content_item4 .title {
        color: #333;
        border-left: 6px solid #0d355c;
   padding-left: 20px;
    }

    .content_item4 .list {
        margin-top: 50px;
        position: relative;
    }

        .content_item4 .list ul {
            width: 100%;
            overflow: hidden;
            zoom: 1;
        }

            .content_item4 .list ul li {
                width: 320px;
                height: 452px;
                float: left;
                margin: 0 40px;
                cursor: pointer;
            }

                .content_item4 .list ul li .img {
                    width: 100%;
                    height: 412px;
                }

                    .content_item4 .list ul li .img img {
                        width: 100%;
                        max-height: 100%;
                    }

                .content_item4 .list ul li p {
                    text-align: center;
                    font-size: 18px;
                    line-height: 48px;
                }

        .content_item4 .list > .hd > a {
            width: 16px;
            height: 26px;
            display: block;
            position: absolute;
            cursor: pointer;
            z-index: 99;
        }

            .content_item4 .list > .hd > a.prev {
                background: url(../img/prev.png);
                left: 12px;
                top: 42%;
            }

            .content_item4 .list > .hd > a.next {
                background: url(../img/next.png);
                right: 12px;
                top: 42%;
            }

.bigimg {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(1.2);
    z-index: 999;
    display: none;
    width: 50vw;
    text-align: center;
}

    .bigimg img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: top;
    }

em#about_close {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 99;
    cursor: pointer;
    font-style: inherit;
    color: white;
    font-size: 40px;
}

.bg {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    z-index: 99;
    display: none;
}



.content_item5 {
    background: url(../img/content_list4.png)no-repeat top center;
    height: 805px;
    padding-top: 50px;
    background-size: cover;
}

.content .content_item5 .title{
border-left: 6px solid #0d355c;
padding-left: 20px;
}

.content .content_item5 .title em,.content .content_item5 .title h3{
color:#fff;
}

.content .content_item5 .title p {
    font-size: 14px;
    margin-top: 10px;
    color: #e6e6e6;
}

.content .content_item5 .list {
    margin-top: 30px;
}

    .content .content_item5 .list .item {
        width: 100%;
        height: 318px;
    }

        .content .content_item5 .list .item:first-of-type {
            margin-bottom: 30px;
        }

        .content .content_item5 .list .item h3 {
            color: #fff;
            font-size: 20px;
            width: 170px;
            line-height: 24px;
            font-weight: normal;
            display: inline-block;
            vertical-align: middle;
        }

        .content .content_item5 .list .item .img {
            display: inline-block;
            height: 318px;
            width: 318px;
            border-radius: 50%;
            border: 8px solid rgba(157,166,178,0.5);
            vertical-align: middle;
            box-sizing: border-box;
            overflow: hidden;
                position: relative;
    z-index: 99;
        }

            .content .content_item5 .list .item .img img {
                width: 100%;
                height: 100%;
                border-radius: 50%;
                transition: all 0.5s;
            }

            .content .content_item5 .list .item .img:hover img {
                transform: scale(1.1) rotate(2deg);
            }

        .content .content_item5 .list .item > em {
            font-style: inherit;
            color: #d8d9d7;
            display: inline-block;
            padding: 0 14px;
            font-size: 18px;
        }

    .content .content_item5 .list .item_left {
        width: 50%;
        display: inline-block;
    }

    .content .content_item5 .list .item_r {
        width: 560px;
        display: inline-block;
        padding-left: 30px;
        vertical-align: middle;
        box-sizing: border-box;
    }

        .content .content_item5 .list .item_r h4 {
            font-size: 20px;
            font-weight: normal;
            color: #fff;
        }

        .content .content_item5 .list .item_r em {
            color: white;
        }

        .content .content_item5 .list .item_r p {
            font-size: 14px;
            line-height: 24px;
            color: #e6e6e6;
        }

        .content .content_item5 .list .item_r a {
            width: 215px;
            height: 33px;
            display: block;
            font-size: 14px;
            color: #fff;
            margin-top: 35px;
            text-align: center;
            background-color: #0d355c;
            line-height: 33px;
        }

            .content .content_item5 .list .item_r a:hover, .content .content_item6 .word .toggle_show > a:hover {
                background-color: #900;
            }

.content .content_item6 {
    height: 640px;
    padding-top: 55px;
}

    .content .content_item6 .title {
        color: #000;
        border-left: 6px solid #0d355c;
   padding-left: 20px;
    }

        .content .content_item6 .title p {
            color: #333;
        }

    .content .content_item6 .list {
        width: 100%;
        height: 420px;
        margin-top: 65px;
    }

        .content .content_item6 .list > ul {
            width: 100%;
            height: 100%;
            position: relative;
        }

            .content .content_item6 .list > ul > li {
                width: 25%;
                height: 420px;
                float: left;
                position: relative;
                transition: all 0.5s;
                cursor: pointer;
            }

                .content .content_item6 .list > ul > li:hover {
                    transform: scale(1.1);
                    z-index: 99;
                }

                .content .content_item6 .list > ul > li img {
                    width: 100%;
                    height: 100%;
                }

                .content .content_item6 .list > ul > li .word {
                    position: absolute;
                    left: 0;
                    top: 0;
                    box-sizing: content-box;
                    padding: 60px 50px;
                }

                    .content .content_item6 .list > ul > li .word h4 {
                        font-size: 20px;
                        font-weight: normal;
                        color: #FFFFFF;
                        line-height: 24px;
                    }

                    .content .content_item6 .list > ul > li .word p {
                        font-size: 14px;
                        color: #fff;
                        line-height: 24px;
                    }

                    .content .content_item6 .list > ul > li .word .toggle_show {
                        display: none;
                    }

                .content .content_item6 .list > ul > li:hover .word .toggle_show {
                    display: block;
                }

                .content .content_item6 .list > ul > li .word .toggle_show > ul li {
                    margin-top: 10px;
                }

                    .content .content_item6 .list > ul > li .word .toggle_show > ul li > p > span {
                        width: 14px;
                        height: 14px;
                        background: url(../img/date.png)no-repeat center;
                        display: inline-block;
                        vertical-align: middle;
                        margin-right: 10px;
                    }

                    .content .content_item6 .list > ul > li .word .toggle_show > ul li:nth-of-type(1) > p > span {
                        background: url(../img/date.png)no-repeat center;
                    }

                    .content .content_item6 .list > ul > li .word .toggle_show > ul li:nth-of-type(2) > p > span {
                        background: url(../img/home.png)no-repeat center;
                    }

                    .content .content_item6 .list > ul > li .word .toggle_show > ul li:nth-of-type(3) > p > span {
                        background: url(../img/user.png)no-repeat center;
                    }

    .content .content_item6 .word .toggle_show > a {
        width: 180px;
        height: 40px;
        display: block;
        font-size: 14px;
        color: #fff;
        margin-top: 35px;
        text-align: center;
        background-color: #0d355c;
        line-height: 40px;
    }


.pic {
    width: 100%;
    height: 100%;
}

    .pic .img {
        width: 100%;
        height: 100%;
    }

.swiper-container {
    overflow: hidden;
    margin-top: 15px;
}

.swiper-wrapper {
    position: relative;
    display: flex;
}

.swiper-slide {
    flex-shrink: 0;
}

    .swiper-slide .pic {
        position: relative;
    }

        .swiper-slide .pic img {
            width: 40vw;
           height:30vh;
        }

.li_word {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

    .li_word p {
        color: white;
        font-size: 15px;
    }

    .li_word h2 {
        font-size: 25px;
        font-weight: normal;
        color: white;
        line-height: 52px;
    }

    .li_word a {
        margin: 0 auto;
        font-size: 12px;
        color: #fff;
        display: block;
        width: 180px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background-color: #0d355c;
        margin-top: 25px;
    }

        .li_word a:hover {
            background-color: #990000;
        }

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: 22px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 40px;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 40px;
    left: auto;
}


/* 阴影 */
.layer-mask {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    transition: all 0.5s;
    background-color: #3e3e3e;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.swiper-slide-active .layer-mask {
    display: none;
}

.swiper-slide {
    -webkit-transition: transform 1.2s;
    -moz-transition: transform 1.2s;
    -ms-transition: transform 1.2s;
    -o-transition: transform 1.2s;
    -webkit-transform: scale(1.2);
    /* margin: 1px; */
    transform: scale(1.2);
    margin-top: 70px;
    margin-bottom: 70px;
}

.swiper-slide-active, .swiper-slide-duplicate-active {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 1002;
}

.none-effect {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}


.swiper-slide img {
    width: 100%;
    border-radius: 5px;
    display: block;
    height: 100%;
    border: none;
}

.button {
    width: 100%;
    margin: 0 auto;
    top: -340px;
    position: relative;
    z-index: 1002;
}

.swiper-button-prev {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #000000 center 50%/50% 50% no-repeat;
    opacity: 0.5;
    background-size: 15px;
    cursor: pointer;
}

.swiper-button-next {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #000000 center 50%/50% 50% no-repeat;
    opacity: 0.5;
    background-size: 15px;
    cursor: pointer;
}

@media only screen and (min-width:1200px) {
     .banner {
        position: relative;
        width: 100%;
        height: 640px;
        overflow: hidden;
    }


}



@media only screen and (max-width:1200px) {
   

    .content .content_item5 .list .item_r {
        width: 45%;
    }

    .banner {
        position: relative;
        width: 100%;
        height: 780px;
        overflow: hidden;
    }

    .content_item4 .list .bd {
        width: 95%;
        padding: 0 20px;
    }

    .content_item4 .list ul li {
        width: 28%;
        height: 452px;
        float: left;
        margin: 0 30px;
    }

    .content_item4 {
        height: 580px;
    }
}

@media only screen and (max-width:1100px) {
   


    .banner {
        position: relative;
        width: 100%;
        height: 750px;
        overflow: hidden;
    }

    .content_item4 .list .bd {
        width: 95%;
        padding: 0 20px;
    }

    .content_item4 .list ul li {
        width: 29%;
        height: 600px;
        float: left;
        margin: 0 24px;
    }

    .content_item4 .list > .hd > a.next, .content_item4 .list > .hd > a.prev {
        top: 40%;
    }

    .content_item4 .list ul li {
        margin: 0 23px;
    }
}


@media only screen and (max-width:1000px) {
    .button .swiper-button-prev {
        left: 20px;
    }

    .button .swiper-button-next {
        right: 20px;
    }

    .content .content_item5 .list .item_left h3, .content .content_item5 .list .item_left em {
        display: none;
    }

    .content .content_item6 .list > ul > li {
        width: 50%;
        padding: 3%;
        box-sizing: border-box;
    }


    .swiper-container .button {
        top: -260px;
    }

    .banner {
        position: relative;
        width: 100%;
        height: 600px;
        overflow: hidden;
    }

        .banner .word {
            margin-top: 150px;
        }

    .content_item4 .list .bd {
        width: 95%;
        padding: 0 15px;
    }

    .content_item4 .list ul li {
        width: 29%;
        height: 420px;
        float: left;
        margin: 0 22px;
    }

        .content_item4 .list ul li .img {
            width: 100%;
            height: 380px;
        }

    .content_item4 .list > .hd > a.next, .content_item4 .list > .hd > a.prev {
        top: 40%;
    }
}

@media only screen and (max-width:950px) {
    .content_item4 .list ul li {
        width: 29%;
        height: 400px;
        float: left;
        margin: 0 21px;
    }

    .content_item4 .list > .hd > a.next, .content_item4 .list > .hd > a.prev {
        top: 38%;
    }
}

@media only screen and (max-width:900px) {
    .content_item4 .list ul li {
        width: 29%;
        height: 400px;
        float: left;
        margin: 0 20px;
    }

        .content_item4 .list ul li .img {
            width: 100%;
            height: 360px;
        }

    .content_item4 .list > .hd > a.next, .content_item4 .list > .hd > a.prev {
        top: 35%;
    }

    .content_item4 {
        height: 500px;
    }
}


@media only screen and (max-width:850px) {

    .swiper-button-prev {
        left: 10px;
    }

    .swiper-button-next {
        right: 10px;
    }

    .content .content_item5 .list .item_left h3, .content .content_item5 .list .item_left em {
        display: none;
    }

    .swiper-button-prev {
        left: 10px;
        margin-top: 65px;
    }

    .swiper-button-next {
        right: 10px;
        margin-top: 65px;
    }


    .swiper-container .button {
        top: -265px;
    }

    .button .swiper-button-prev {
        left: 5px;
    }

    .button .swiper-button-next {
        right: 5px;
    }

    .banner .word h1 {
        font-size: 90px;
    }

    .banner .word p {
        font-size: 36px;
    }

    .banner {
        position: relative;
        width: 100%;
        height: 550px;
        overflow: hidden;
    }

    .content_item4 .list ul li {
        width: 29%;
        height: 350px;
        float: left;
        margin: 0 20px;
    }

        .content_item4 .list ul li .img {
            width: 100%;
            height: 310px;
        }

    .content_item4 {
        height: 480px;
    }

        .content_item4 .list > .hd > a.next, .content_item4 .list > .hd > a.prev {
            top: 40%;
        }
}

@media only screen and (max-width:800px) {
    .content_item4 .list ul li {
        margin: 0 19px;
    }

    .content_item4 {
        height: 450px;
    }

        .content_item4 .list ul li {
            width: 28%;
            height: 340px;
            float: left;
            margin: 0 20px;
        }

            .content_item4 .list ul li .img {
                width: 100%;
                height: 300px;
            }
}

@media only screen and (max-width:700px) {
    .content .content_item5 .list .item_r {
        width: 100%;
    }

    .content .content_item5 .list .item_left {
        display: none;
    }

    .content .content_item5 .list .item {
        margin-bottom: 0;
    }

    .swiper-button-next {
        right: 10px;
        margin-top: 12px;
    }

    .swiper-button-prev {
        left: 10px;
        margin-top: 12px;
    }

    .item.show {
        display: none;
    }

    .swiper-container .button {
        top: -250px;
    }

    .button .swiper-button-prev {
        left: 5px;
    }

    .button .swiper-button-next {
        right: 5px;
    }

    .content_item4 .list ul li {
        width: 28%;
        height: 290px;
        float: left;
        margin: 0 20px;
    }

    .content_item1 .item_list ul li p {
        font-size: 12px;
    }

    .banner {
        position: relative;
        width: 100%;
        height: 500px;
        overflow: hidden;
    }

        .banner .word h1 {
            font-size: 50px;
        }

        .banner .word p {
            font-size: 14px;
        }

    .content_item4 .list ul li {
        margin: 0 19px;
    }

    .content_item4 {
        height: 410px;
    }
}

@media only screen and (max-width:668px) {
    .banner .word {
        margin-top: 20px;
    }

        .banner .word h1 {
            font-size: 22px;
        }

    .banner .word p {
            font-size: 14px;
        }

    .swiper-container .button {
        top: -195px;
    }

    .content_item4 {
        height: 390px;
    }

    .content .content_item6 {
        height: auto;
        padding-top: 55px;
    }

        .content .content_item6 .list {
            width: 100%;
            height: auto;
            margin-top: 65px;
        }

            .content .content_item6 .list > ul {
                width: 100%;
                height: 100%;
                position: relative;
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
            }

                .content .content_item6 .list > ul > li {
                    width: 80%;
                    padding: 3%;
                    height: auto;
                    box-sizing: border-box;
                }

    .banner {
        position: relative;
        width: 100%;
        height: 126px;
        overflow: hidden;
    }


    .swiper-button-prev {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        opacity: 0.5;
        background-size: 15px;
        cursor: pointer;
    }


    .button .swiper-button-prev {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        opacity: 0.5;
        background-size: 15px;
        cursor: pointer;
    }

    .button .swiper-button-next {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        opacity: 0.5;
        background-size: 15px;
        cursor: pointer;
    }

    .content_item4 {
        height: auto;
    }

        .content_item4 .list > .hd > a.prev {
            background: url(../img/prev.png);
            left: 12px;
            top: 35%;
        }

        .content_item4 .list > .hd > a.next {
            background: url(../img/next.png);
            right: 12px;
            top: 35%;
        }

        .content_item4 .list ul li {
            width: 100px;
            height: auto;
            float: left;
            margin: 0 5px;
        }

            .content_item4 .list ul li .img {
                width: 90%;
                height: auto;
            }

        .content_item4 .list .bd {
            width: 100%;
            padding: 0 28px;
        }

    .content_item5 {
        background: url(../img/content_list4.png)no-repeat top center;
        height: auto;
        padding: 50px 1px;
        background-size: cover;
    }

    .content .content_item5 .list .item {
        width: 100%;
        height: auto;
    }

    .content_item3 .word {
        margin-top: 40px;
    }

    .content_item3 .list {
        margin-top: 50px;
    }


        .swiper-slide .pic img {
            width: 100vw;
           height:25vh;
        }
.content .content_item6 .word .toggle_show > a{margin-top:10px!important;}
.li_word a{width:140px!important;}

.content .content_item1 ul li .im_top p{
margin-top: 5px;
font-size:12px;
}


.content .content_item1 ul li .im_top em{
width: 50px;
    height: 50px;
}

.content .content_item1 ul li .im_top h4{
display:none;
}


.content .content_item1 ul li .im_bottom h3{
font-size: 18px;

    line-height: 30px;
}
.im_bottom p{
font-size:12px;
}

}

