/*common start*/
:root {
    --primary-color: #064ea1;
    --secondary-color: #029fe3;
    --third-color: #63acb5;
    --fourth-color: #94c5f9;
    --main-color: #064ea1;
    --main-color-white: #fff;
}

body, div, ul, li, a, img, p, dl, dt, dd, h1, h2, h3, h4, span, strong, input {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
}

body {
    font-size: 16px;
    color: #333;
    overflow-x: hidden;
    line-height: 2em;
}

a {
    color: #666;
}

    a:hover {
        color: var(--primary-color);
        text-decoration: none;
    }

p {
    line-height: 1.5em;
    padding: 5px 0;
}

.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}

.wapper1 {
    width: 1200px;
    margin: 0 auto;
}

input, textarea, select {
    outline: none;
    font-size: 14px;
    font-family: inherit;
}

    input, input:link, input:visited, input:hover, input:active, input:focus {
        outline: none;
    }

img {
    object-fit: cover;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
/*common end*/


.headbg {
    width: 100%;
    position: relative;
    z-index: 55;
}

.head1bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.head1 {
    height: 100px;
    padding: 10px 0;
}

.head .h_txt {
    text-align: right;
    font-size: 18px;
    line-height: 30px;
    color: var(--primary-color);
}

    .head .h_txt a {
        color: var(--primary-color);
    }

        .head .h_txt a:hover {
            text-decoration: underline;
        }

    .head .h_txt div {
        display: inline-block;
    }

.head .logo {
    width: 100%;
    height: 100px;
    position: relative;
}

    .head .logo img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto auto;
    }

.head2bg {
    background: var(--secondary-color);
}

.head2 {
}
/*menu*/
.menu {
    height: 50px;
    line-height: 50px;
}

    .menu > ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .menu > ul > li {
            width: 100%;
            position: relative;
        }

            .menu > ul > li > a {
                display: block;
                text-align: center;
                color: #000;
                font-size: 18px;
                padding: 0 15px;
                font-weight: bold
            }

                .menu > ul > li > a:hover, .menu > ul > li:hover > a {
                    color: var(--primary-color);
                    background: #fff;
                }

    .menu ul li ul {
        width: 110%;
        background: #fff;
        box-shadow: 0px 0px 5px rgba(0,0,0,.1);
        z-index: 5;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%,10%);
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
    }

    .menu ul li:hover > ul {
        transform: translate(-50%,0);
        opacity: 1;
        visibility: visible;
    }

    .menu ul li ul li {
        line-height: 24px;
        position: relative;
    }

        .menu ul li ul li a {
            display: block;
            text-align: center;
            color: #666;
            font-size: 16px;
            padding: 10px 5px;
            font-weight: bold
        }

            .menu ul li ul li a:hover, .menu ul li ul li:hover > a {
                color: #fff;
                background: var(--secondary-color);
            }

        .menu ul li ul li ul {
            width: 100%;
            top: 0;
            left: 100%;
            transform: translate(10%,0);
        }

        .menu ul li ul li:hover ul {
            transform: translate(0,0);
        }

.h_height {
    height: 0;
}


/**/
.banner_swiper .swiper-container {
    width: 100%;
}

    .banner_swiper .swiper-container .swiper-slide {
    }

        .banner_swiper .swiper-container .swiper-slide img {
            display: block;
            width: 100%;
        }

.banner_swiper .swiper-pagination {
    bottom: 10px;
    height: 12px;
}

    .banner_swiper .swiper-pagination .swiper-pagination-bullet {
        vertical-align: top;
        width: 12px;
        height: 12px;
        background: #fff;
        opacity: 1;
    }

        .banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: var(--primary-color);
            opacity: 1;
        }

.banner_swiper .swiper-button-prev, .banner_swiper .swiper-button-next {
    display: none;
}

.banner_swiper .swiper-button-prev {
}

.banner_swiper .swiper-button-next {
}


.con01bg {
    margin: 10px 0;
}

.con01 {
    border: 1px solid var(--third-color);
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.con01_lt {
    width: calc(100% - 450px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .con01_lt .lt {
        width: 240px;
    }

        .con01_lt .lt .h2 {
            border-left: 8px solid var(--primary-color);
            padding-left: 5px;
            font-size: 20px;
            line-height: 30px;
            font-weight: bold;
            color: #f00;
        }

    .con01_lt .rt {
        width: calc(100% - 240px);
    }
/*scroll_01*/
.scroll_01 {
}

    .scroll_01 .bd {
    }

        .scroll_01 .bd ul li {
            float: left;
            width: 100%;
            font-size: 20px;
            line-height: 30px;
            height: 30px;
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

            .scroll_01 .bd ul li a {
                color: #000;
                font-size: 16px;
            }

                .scroll_01 .bd ul li a:hover {
                    color: var(--primary-color);
                }

.con01_rt {
    width: 380px;
    margin-right: 10px;
}

    .con01_rt .form {
        height: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .con01_rt .form .text1 {
            border: 1px solid var(--third-color);
            background: #fff;
            height: 28px;
            line-height: 28px;
            padding: 0 10px;
            width: calc(100% - 127px);
        }

        .con01_rt .form .button1 {
            border: none;
            background: var(--third-color);
            color: var(--primary-color);
            font-size: 20px;
            font-weight: bold;
            height: 30px;
            line-height: 28px;
            width: 100px;
            cursor: pointer;
        }

            .con01_rt .form .button1:hover {
                opacity: .9;
            }



.con02bg {
    margin: 20px 0;
}

.con02 {
    display: flex;
    justify-content: space-between; /* align-items: center;*/
}

.con02_lt {
    width: 33%;
}

.tit1 {
}

    .tit1 .h2 {
        font-size: 20px;
        line-height: 50px;
    }

        .tit1 .h2 strong {
            display: inline-block;
            padding: 0 30px 0 10px;
            background: var(--primary-color);
            color: #fff;
        }

            .tit1 .h2 strong img {
                vertical-align: middle;
                height: 20px;
                margin-right: 10px;
            }

.con02_lt .list {
    margin-top: 20px;
}

.news_swiper .swiper-container {
    width: 100%;
}

    .news_swiper .swiper-container .swiper-slide {
        position: relative;
    }

        .news_swiper .swiper-container .swiper-slide .img {
            height: 240px;
            position: relative;
        }

            .news_swiper .swiper-container .swiper-slide .img img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto auto;
            }

        .news_swiper .swiper-container .swiper-slide .txtbg {
            width: 100%;
            background: rgba(0,0,0,.5);
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 3;
        }

        .news_swiper .swiper-container .swiper-slide .txt {
            color: #fff;
            text-align: center;
        }

            .news_swiper .swiper-container .swiper-slide .txt .h2 {
                font-size: 14px;
                line-height: 30px;
                height: 30px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
            }

.news_swiper .swiper-pagination {
    display: none;
}

    .news_swiper .swiper-pagination .swiper-pagination-bullet {
    }

        .news_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        }

.news_swiper .swiper-button-prev, .news_swiper .swiper-button-next {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.news_swiper:hover .swiper-button-prev, .news_swiper:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
}

.news_swiper .swiper-button-prev {
}

.news_swiper .swiper-button-next {
}

.con02_ct {
    width: 38%;
}

.slideTxtBox_01 {
}

    .slideTxtBox_01 .hd {
        text-align: center;
    }

        .slideTxtBox_01 .hd ul {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .slideTxtBox_01 .hd ul li {
                width: 100%;
                cursor: pointer;
                padding: 10px 0 5px 0;
                position: relative;
            }

                .slideTxtBox_01 .hd ul li a {
                    display: block;
                    text-align: center;
                    font-size: 20px;
                    line-height: 35px;
                    color: #333;
                    font-weight: bold;
                }

                .slideTxtBox_01 .hd ul li.on a {
                    background: var(--primary-color);
                    color: #fff;
                }

                .slideTxtBox_01 .hd ul li:before {
                    content: "";
                    border: 5px solid transparent;
                    border-top-color: var(--primary-color);
                    position: absolute;
                    bottom: -5px;
                    left: 50%;
                    transform: translateX(-50%);
                    display: none;
                }

                .slideTxtBox_01 .hd ul li.on:before {
                    display: block;
                }

    .slideTxtBox_01 .bd {
        margin-top: 5px;
    }

.con02_ct_list {
}

    .con02_ct_list ul li {
        padding: 8px 0;
        border-bottom: 1px solid #eee;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding-left: 15px;
    }

        .con02_ct_list ul li:before {
            content: "";
            width: 6px;
            height: 6px;
            background: var(--primary-color);
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .con02_ct_list ul li .date {
            width: 60px;
            font-size: 12px;
            line-height: 20px;
        }

            .con02_ct_list ul li .date strong {
                display: inline-block;
                background: var(--fourth-color);
                color: #fff;
                border-radius: 4px;
                padding: 0 8px;
                font-weight: normal;
            }

            .con02_ct_list ul li .date span {
                display: inline-block;
                background: #efefef;
                color: var(--primary-color);
                border-radius: 4px;
                padding: 0 8px;
            }

        .con02_ct_list ul li .txt {
            width: 100%;
        }

            .con02_ct_list ul li .txt .h2 {
                font-size: 16px;
                line-height: 26px;
                height: 26px;
                color: #333;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
            }

                .con02_ct_list ul li .txt .h2:hover {
                    color: var(--primary-color);
                }

            .con02_ct_list ul li .txt .h3 {
                font-size: 12px;
                line-height: 22px;
                height: 22px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
            }

.con02_rt {
    width: calc(26% - 22px);
    background: #fcfcfc;
    border: 1px solid #eee;
    padding: 10px;
}

.tit2 {
}

    .tit2 .h2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        line-height: 35px;
        padding-left: 10px;
        border-left: 6px solid var(--primary-color);
    }

        .tit2 .h2 strong {
            font-size: 20px;
        }

        .tit2 .h2 a {
            font-size: 14px;
            color: var(--primary-color);
        }

.con02_rt .list {
    margin-top: 15px;
}

    .con02_rt .list ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        line-height: 30px;
        font-size: 14px;
        padding-left: 15px;
        position: relative;
    }

        .con02_rt .list ul li:before {
            content: "";
            width: 4px;
            height: 4px;
            background: #ccc;
            border-radius: 100%;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .con02_rt .list ul li a {
            width: calc(100% - 40px);
            height: 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

        .con02_rt .list ul li span {
            color: #999;
        }


.con03bg {
    margin: 20px 0;
}

.con03 {
    display: flex;
    justify-content: space-between; /* align-items: center;*/
}

.con03_lt {
    width: calc(97%/3);
}

.con03_ct {
    width: calc(97%/3);
}

.con03_rt {
    width: calc(97%/3);
}

.tit3 {
}

    .tit3 .h2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        line-height: 30px;
        padding-left: 10px;
        border-left: 5px solid var(--primary-color);
        background: url(../images/tit3bg.png) top repeat-x;
    }

        .tit3 .h2 strong {
            font-size: 20px;
            color: var(--primary-color);
        }

            .tit3 .h2 strong a {
                font-size: 20px;
            }

        .tit3 .h2 a {
            font-size: 14px;
            color: var(--primary-color);
            margin-right: 5px;
        }

.con03 .list {
    margin-top: 10px;
}

    .con03 .list ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        line-height: 30px;
        font-size: 14px;
        padding-left: 15px;
        position: relative;
    }

        .con03 .list ul li:before {
            content: "";
            width: 4px;
            height: 4px;
            background: #ccc;
            border-radius: 100%;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .con03 .list ul li a {
            width: calc(100% - 40px);
            height: 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

        .con03 .list ul li span {
            color: #999;
        }


.index_banner1bg {
    margin: 20px 0;
}

.index_banner1 {
}

    .index_banner1 img {
        display: block;
        width: 100%;
    }


.con04bg {
    margin: 20px 0;
}

.con04 {
    display: flex;
    justify-content: space-between; /* align-items: center;*/
}

.con04_lt {
    width: 73.5%;
}

    .con04_lt .list {
        display: flex;
        justify-content: space-between; /* align-items: center;*/
        margin-top: 5px;
    }

        .con04_lt .list .lt {
            width: 47%;
        }

            .con04_lt .list .lt .box1 {
            }

.news_swiper2 {
    background: #000;
}

    .news_swiper2 .swiper-container {
        width: 100%;
    }

        .news_swiper2 .swiper-container .swiper-slide {
            position: relative;
            background: #000;
        }

            .news_swiper2 .swiper-container .swiper-slide .img {
                padding-bottom: 54%;
                position: relative;
                background: #000;
            }

                .news_swiper2 .swiper-container .swiper-slide .img img {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    margin: auto auto;
                }

            .news_swiper2 .swiper-container .swiper-slide .txt {
                width: 100%;
                background: rgba(0,0,0,.5);
                color: #fff;
                position: absolute;
                bottom: 0;
                left: 0;
            }

                .news_swiper2 .swiper-container .swiper-slide .txt .h2 {
                    font-size: 14px;
                    line-height: 30px;
                    padding: 0 30% 0 10px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                }

    .news_swiper2 .swiper-pagination {
        width: auto;
        height: 10px;
        left: auto;
        right: 5px;
        bottom: 9px;
    }

        .news_swiper2 .swiper-pagination .swiper-pagination-bullet {
            vertical-align: top;
            border-radius: 0;
            width: 12px;
            height: 12px;
            line-height: 12px;
            margin: 0 2px;
            text-align: center;
            background: #fff;
            color: #333;
            font-size: 12px;
            opacity: 1;
        }

            .news_swiper2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background: #f00;
                color: #fff;
                opacity: 1;
            }

    .news_swiper2 .swiper-button-prev, .news_swiper2 .swiper-button-next {
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
    }

    .news_swiper2:hover .swiper-button-prev, .news_swiper2:hover .swiper-button-next {
        opacity: 1;
        visibility: visible;
    }

    .news_swiper2 .swiper-button-prev {
    }

    .news_swiper2 .swiper-button-next {
    }

.con04_lt .list .lt .box2 {
}

    .con04_lt .list .lt .box2 ul li {
        float: left;
        width: 46%;
        margin: 10px 0 0 8%;
    }

        .con04_lt .list .lt .box2 ul li:nth-child(2n-1) {
            margin-left: 0;
            clear: left;
        }

        .con04_lt .list .lt .box2 ul li .img {
            padding-bottom: 54%;
            position: relative;
        }

            .con04_lt .list .lt .box2 ul li .img img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto auto;
            }

        .con04_lt .list .lt .box2 ul li .txt {
            text-align: center;
        }

            .con04_lt .list .lt .box2 ul li .txt .h2 {
                font-size: 14px;
                line-height: 24px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
            }
/*.con04_lt .list .lt ul li{ float:left; width:46%; margin:0 0 10px 8%;}
.con04_lt .list .lt ul li:nth-child(1){ width:100%; margin-left:0;}
.con04_lt .list .lt ul li:nth-child(2n){ margin-left:0; clear:left;}
.con04_lt .list .lt ul li .img{ padding-bottom:54%; position:relative;}
.con04_lt .list .lt ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con04_lt .list .lt ul li .txt{ text-align:center;}
.con04_lt .list .lt ul li .txt .h2{ font-size:14px; line-height:24px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}*/
.con04_lt .list .rt {
    width: 47%;
    margin-right: 5px;
}

    .con04_lt .list .rt .box1 {
        margin: 0 auto;
        max-width: 320px;
    }

        .con04_lt .list .rt .box1 ul {
            display: flex;
            justify-content: flex-start; /* align-items: center;*/
            flex-wrap: wrap;
        }

            .con04_lt .list .rt .box1 ul li {
                width: calc(100%/3);
                margin: 0 0 15px 0;
            }

                .con04_lt .list .rt .box1 ul li a {
                    display: block;
                    text-align: center;
                    font-size: 18px;
                    line-height: 22px;
                    color: var(--primary-color);
                    border-left: 1px solid var(--primary-color);
                }

                    .con04_lt .list .rt .box1 ul li a:hover {
                        text-decoration: underline;
                    }

                .con04_lt .list .rt .box1 ul li:nth-child(3n-2) a {
                    border-left: none;
                }

    .con04_lt .list .rt .box2 {
    }

        .con04_lt .list .rt .box2 ul li {
            display: flex;
            justify-content: space-between;
            align-items: center;
            line-height: 30px;
            font-size: 14px;
            padding-left: 15px;
            position: relative;
        }

            .con04_lt .list .rt .box2 ul li:before {
                content: "";
                width: 4px;
                height: 4px;
                background: #ccc;
                border-radius: 100%;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
            }

            .con04_lt .list .rt .box2 ul li a {
                width: calc(100% - 80px);
                height: 30px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
            }

            .con04_lt .list .rt .box2 ul li span {
                color: #999;
            }

.con04_rt {
    width: 25%;
}

.con04_rt1 {
}

    .con04_rt1 ul {
        display: flex;
        justify-content: space-between; /* align-items: center;*/
        flex-wrap: wrap;
    }

        .con04_rt1 ul li {
            width: calc((100% - 5px)/2);
            margin: 0 0 10px 5px;
        }

            .con04_rt1 ul li:nth-child(2n-1) {
                margin-left: 0;
            }

            .con04_rt1 ul li .img {
            }

                .con04_rt1 ul li .img img {
                    display: block;
                    width: 100%;
                }

        .con04_rt1 ul.ul2 li {
            width: 100%;
            margin-left: 0;
        }

        .con04_rt1 ul.ul1 li .img img {
            height: 75px;
        }

.con04_rt2 {
}

.tit4 {
}

    .tit4 .h2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0 5px 0;
    }

        .tit4 .h2 strong {
            display: block;
            text-align: center;
            font-size: 20px;
            line-height: 35px;
            color: #333;
            font-weight: bold;
            background: var(--primary-color);
            color: #fff;
            padding: 0 15px;
            position: relative;
        }

            .tit4 .h2 strong:before {
                content: "";
                border: 5px solid transparent;
                border-top-color: var(--primary-color);
                position: absolute;
                bottom: -10px;
                left: 50%;
                transform: translateX(-50%);
            }

        .tit4 .h2 a {
            color: var(--primary-color);
        }

.con04_rt2 .list {
    margin-top: 10px;
}

    .con04_rt2 .list ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        line-height: 30px;
        font-size: 14px;
        padding-left: 15px;
        position: relative;
    }

        .con04_rt2 .list ul li:before {
            content: "";
            width: 4px;
            height: 4px;
            background: #ccc;
            border-radius: 100%;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .con04_rt2 .list ul li a {
            width: 100%;
            height: 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

.con04_rt2 .list2 {
    margin-top: 5px;
}

    .con04_rt2 .list2 img {
        display: block;
        width: 100%;
    }



.con05bg {
    margin: 20px 0;
}

.con05 {
}

    .con05 .list {
        margin-top: 10px;
    }

        .con05 .list ul li {
            float: left;
            position: relative;
            width: calc((100% - 40px)/5);
            margin: 0 0 10px 10px;
        }

            .con05 .list ul li .img {
                height: 140px;
                position: relative;
                overflow: hidden;
            }

                .con05 .list ul li .img img {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    margin: auto auto;
                    transition: all .3s ease;
                }

            .con05 .list ul li:hover .img img {
                transform: scale(1.1);
            }

            .con05 .list ul li .txtbg {
                width: 100%;
                background: rgba(0,0,0,.5);
                position: absolute;
                bottom: 0;
                left: 0;
                z-index: 3;
            }

            .con05 .list ul li:hover .txtbg {
                background: rgba(6,78,161,.5);
            }

            .con05 .list ul li .txt {
                color: #fff;
                text-align: center;
            }

                .con05 .list ul li .txt .h2 {
                    font-size: 12px;
                    line-height: 30px;
                    height: 30px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                }

            .con05 .list ul li:nth-child(1) {
                width: calc((100% - 40px)/5*2 + 10px);
                margin-left: 0;
            }

                .con05 .list ul li:nth-child(1) .img {
                    height: 290px;
                }

.scroll_02 {
    margin-top: 10px;
}

    .scroll_02 .bd {
    }

        .scroll_02 .bd ul li {
            float: left;
            width: 20%;
        }

            .scroll_02 .bd ul li a {
                display: block;
                margin: 0 5px;
                position: relative;
            }

            .scroll_02 .bd ul li .img {
                height: 140px;
                position: relative;
                overflow: hidden;
            }

                .scroll_02 .bd ul li .img img {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    margin: auto auto;
                    transition: all .3s ease;
                }

            .scroll_02 .bd ul li:hover .img img {
                transform: scale(1.1);
            }

            .scroll_02 .bd ul li .txtbg {
                width: 100%;
                background: rgba(0,0,0,.5);
                position: absolute;
                bottom: 0;
                left: 0;
                z-index: 3;
            }

            .scroll_02 .bd ul li:hover .txtbg {
                background: rgba(6,78,161,.5);
            }

            .scroll_02 .bd ul li .txt {
                color: #fff;
                text-align: center;
            }

                .scroll_02 .bd ul li .txt .h2 {
                    font-size: 12px;
                    line-height: 30px;
                    height: 30px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                }



.con06bg {
    padding: 20px 0;
    background: #f8f8f8;
}

.con06 {
    display: flex;
    justify-content: space-between; /* align-items: center;*/
    font-size: 14px;
    line-height: 28px;
}

    .con06 .lt {
        width: 80px;
        text-align: center;
    }

    .con06 .rt {
        width: calc(100% - 120px);
        background: #fff;
        padding: 0 20px;
    }

        .con06 .rt a {
            display: inline-block;
            margin: 0 15px 0 0;
        }

            .con06 .rt a:hover {
            }

.footbg {
    padding: 40px 0;
    background: var(--primary-color);
    color: #fff;
}

    .footbg a {
        color: #fff;
    }

        .footbg a:hover {
            text-decoration: underline;
        }

.foot {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}

    .foot ul {
        display: inline-block;
        text-align: left;
    }

        .foot ul li {
        }




/*Add------------------------------------------------------------------------------*/


.inbanner {
}

    .inbanner img {
        display: block;
        width: 100%;
    }


.innavbg {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.innav {
}

    .innav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .innav ul li {
            line-height: 36px;
            margin: 0 10px;
        }

            .innav ul li a {
                display: inline-block;
                vertical-align: top;
                text-align: center;
                border: 1px solid #ccc;
                background: #fafafa;
                color: #333;
                padding: 0 20px;
                font-size: 16px;
            }

            .innav ul li:hover > a, .innav ul li.hover > a {
                border-color: var(--primary-color);
                background: var(--primary-color);
                color: #fff;
            }


.insidebg {
    padding: 30px 0 60px 0;
}

.inside {
}

.inside_lt {
    float: left;
    width: 220px;
}

.side_a {
    font-size: 14px;
    line-height: 24px;
}

    .side_a .h1 {
        font-size: 20px;
        line-height: 30px;
        background: var(--primary-color);
        color: #fff;
        padding: 25px 10px;
        text-align: center;
        margin-bottom: 10px;
    }

        .side_a .h1 strong {
            display: block;
        }

        .side_a .h1 span {
            display: block;
            font-size: 12px;
            line-height: 22px;
        }

    .side_a > ul {
        background: #f8f8f8;
    }

    .side_a ul li {
        text-align: center;
    }

    .side_a > ul > li {
    }

        .side_a > ul > li:nth-child(1) {
            border: none;
        }

    .side_a ul li span {
        display: block;
        padding: 10px 10px 10px 20px;
        position: relative;
        cursor: pointer;
    }

        .side_a ul li span:hover {
            color: var(--primary-color);
        }

    .side_a ul li.hover > span {
        background: var(--fourth-color);
        color: #fff;
    }

    .side_a ul li a {
        display: inline-block;
    }

    .side_a ul li span:hover a {
        color: var(--primary-color);
    }

    .side_a ul li.hover > span a {
        color: #fff;
    }

    .side_a ul li.has_sub > span:after {
        content: "";
        width: 9px;
        height: 100%;
        background: url(../images/about-cn3_19.png) right center no-repeat;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .side_a ul li.has_sub.active1 > span:after {
        background-image: url(../images/about-down.png);
    }

    .side_a ul li ul {
        padding: 0 10px 10px 20px;
        display: none;
    }

        .side_a ul li ul li span {
            padding: 5px 10px 5px 15px;
        }

        .side_a ul li ul li a {
        }

.inside_rt {
    float: right;
    width: calc(100% - 260px);
}

.weizhi {
    line-height: 30px;
    font-size: 14px;
    border-bottom: 1px solid #cacaca;
    text-align: right;
}

.inside_con {
    margin-top: 20px;
}
