* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.main {
    max-width: 1460px !important;
    margin: 0 auto !important;
    padding: 0px 10px;
}

.main_1210 {
    max-width: 1210px !important;
    margin: 0 auto !important;
    padding: 0px 10px;
}

body, html {
    width: 100%;
    height: 100%;
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .header .logo {
        width: 315px;
        display: flex;
        height: 140px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

        .header .logo .wx {
            margin-top: 20px;
        }
.tab_box .tab_con_en p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}
    .header .header_swp {
        height: 140px;
        width: 1030px;
        margin: 0px;
    }

        .header .header_swp .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .header .header_swp .header_prev {
            background: url('../images/img3_z.png') no-repeat left center;
            width: 36px;
            height: 36px;
            margin-top: -18px;
        }

        .header .header_swp .header_next {
            background: url('../images/img3_y.png') no-repeat left center;
            width: 36px;
            height: 36px;
            margin-top: -18px;
        }

.meeting {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.meeting_swp {
    width: 640px;
    flex: 0 0 auto;
    height: 100%;
}

    .meeting_swp .swiper-slide a img {
        width: 100%; /*object-fit: cover;*/ /*height:420px;*/
    }

    .meeting_swp .swiper-slide a p {
        color: #fff;
        background: #029299;
        height: 38px;
        line-height: 38px;
        padding-left: 10px;
        font-size: 14px;
    }

    .meeting_swp .meeting_next {
        background: url('../images/img3_y.png') no-repeat center center;
        width: 36px;
        height: 36px;
        margin-top: -18px;
    }

    .meeting_swp .meeting_prev {
        background: url('../images/img3_z.png') no-repeat center center;
        width: 36px;
        height: 36px;
        margin-top: -18px;
    }


.meeting .fr {
    flex: 1;
    padding-left: 20px;
    width: calc(100% - 640px);
}

    .meeting .fr .item {
        display: flex;
        flex-direction: row;
        align-items: center;
        background: #029299;
    }

    .meeting .fr .nav {
        display: flex;
        align-items: center;
    }

        .meeting .fr .nav a {
            display: block;
            line-height: 60px;
            font-size: 16px;
            padding: 0px 12px;
            color: #fff;
            transition: all 0.6s;
            -webkit-transition: all 0.6s;
            position: relative;
            font-weight: bold;
            position: relative
        }
            .meeting .fr .nav a::before {
                content: '';
                width: 2px;
                height: 18px;
                background: #fff;
                position: absolute;
                right: 0;
                top: 50%;
                margin-top: -9px;
            }

            .meeting .fr .nav a:last-of-type::before {
                display: none
            }

            .meeting .fr .nav a:hover {
                background: #e6f4f5;
                color: #029299;
            }

            .meeting .fr .nav a:after {
                content: '';
                background: #029299;
                height: 2px;
                width: 0%;
                position: absolute;
                bottom: 0px;
                left: 0px;
                transition: all 0.6s;
                -webkit-transition: all 0.6s;
            }

            .meeting .fr .nav a:hover:after {
                width: 100%;
            }

            .meeting .fr .nav a.active {
                background: #e6f4f5;
                color: #029299;
            }

                .meeting .fr .nav a.active:after {
                    content: '';
                    background: #029299;
                    height: 2px;
                    width: 100%;
                    position: absolute;
                    bottom: 0px;
                    left: 0px;
                }

    .meeting .fr .lang a {
        font-size: 16px;
        border: 1px solid #fff;
        border-radius: 8px;
        padding: 5px 8px;
        color: #fff;
        margin-right: 15px;
        margin-left: 10px;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
    }

        .meeting .fr .lang a:hover {
            background: #036a6f;
        }

    .meeting .fr .search a {
        font-size: 16px;
        color: #fff;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        padding-left: 15px;
    }

        .meeting .fr .search a:before {
            content: '';
            background: url('../images/img5.png') no-repeat left center;
            width: 20px;
            height: 20px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
        }


.tab_box {
    width: 100%;
}

    .tab_box .had {
        height: 56px;
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative;
        border-bottom: 1px solid #dadada;
        margin-top: 10px;
    }

        .tab_box .had i {
            margin-right: 5px;
        }

        .tab_box .had .tab_tit {
            display: flex;
            flex-direction: row;
        }

            .tab_box .had .tab_tit span {
                font-size: 14px;
                margin: 0px 8px;
                cursor: pointer;
                position: relative;
                line-height: 56px;
                display: block;
                color: #333;
            }

                .tab_box .had .tab_tit span:hover {
                    color: #029299;
                }

                .tab_box .had .tab_tit span:after {
                    content: '';
                    background: #029299;
                    height: 3px;
                    width: 0%;
                    position: absolute;
                    bottom: 0px;
                    left: 0px;
                    transition: all 0.6s;
                    -webkit-transition: all 0.6s;
                }

                .tab_box .had .tab_tit span:hover:after {
                    width: 100%;
                }

                .tab_box .had .tab_tit span.active {
                    color: #029299;
                }

                    .tab_box .had .tab_tit span.active:after {
                        content: '';
                        background: #029299;
                        height: 3px;
                        width: 100%;
                        position: absolute;
                        bottom: 0px;
                        left: 0px;
                    }

        .tab_box .had .more {
            position: absolute;
            right: 0px;
            top: 0px;
            line-height: 56px;
            background: url('../images/img7.png') no-repeat right center;
            padding-right: 18px;
            color: #999;
        }

            .tab_box .had .more:hover {
                color: #029299;
            }


    .tab_box .tab_con {
        width: 100%;
        margin-top: 12px;
    }

        .tab_box .tab_con a {
            display: block;
            position: relative;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 36px;
            padding-left: 16px;
            padding-right: 100px;
            color: #333;
        }

            .tab_box .tab_con a:before {
                content: '';
                background: #d8d8d8;
                width: 6px;
                height: 6px;
                border-radius: 50%;
                top: 50%;
                margin-top: -3px;
                left: 0px;
                position: absolute;
            }

            .tab_box .tab_con a:hover {
                color: #029299;
                text-decoration: underline;
            }

                .tab_box .tab_con a:hover:before {
                    background: #029299;
                }

            .tab_box .tab_con a span {
                position: absolute;
                right: 0px;
                top: 0px;
                line-height: 34px;
                color: #999;
            }

            .tab_box .tab_con a.active {
                color: #029299;
                text-decoration: underline;
            }

                .tab_box .tab_con a.active:before {
                    content: '';
                    background: #029299;
                    width: 6px;
                    height: 6px;
                    border-radius: 50%;
                    top: 50%;
                    margin-top: -3px;
                    left: 0px;
                    position: absolute;
                }

.meeting_swp .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0px 4px;
    opacity: 1;
    outline: none;
}

.meeting_swp .swiper-pagination-bullet-active {
    background: #80c8cc;
}

.meeting_pag {
    text-align: right;
    padding-right: 15px;
}

.section1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}

    .section1 .item {
        width: 31.5%;
    }

.section2 {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .section2 a {
        display: block;
        width: 49.3%;
    }

.section3 {
    margin-top: 30px;
}

.box {
    padding-bottom: 50px;
}

.footer {
    background: #029299;
}
.headerTime {
    background: #f2f2f2;
    font-size: 14px;
    padding: 8px 0px;
    color: #333;
    margin-bottom: 20px;
}
    .footer .item {
        padding: 40px 140px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        color: #fff;
    }

        .footer .item .fl .nav {
            margin-bottom: 30px;
        }

            .footer .item .fl .nav a {
                display: inline-block;
                vertical-align: top;
                color: #fff;
                font-size: 15px;
                margin-right: 30px;
                padding-right: 30px;
                position: relative;
            }
                .footer .item .fl .nav a:last-of-type::before {
                    display: none
                }

                .footer .item .fl .nav a:hover {
                    text-decoration: underline;
                }

                .footer .item .fl .nav a:after {
                    content: '';
                    background: rgba(255, 255, 255, 0.5);
                    width: 1px;
                    height: 16px;
                    position: absolute;
                    right: 0px;
                    top: 50%;
                    margin-top: -8px;
                }

                .footer .item .fl .nav a:last-child:after {
                    background: none;
                    margin-right: 0px;
                    padding-right: 0px;
                }

        .footer .item .fl p {
            font-size: 14px;
            margin-top: 10px;
            color: #cce9ea;
        }

        .footer .item .fr img {
            margin: 0 auto;
        }

        .footer .item .fr p {
            margin-top: 8px;
            color: #cce9ea;
        }

.headercon .time {
    background: #f2f2f2;
    font-size: 14px;
    padding: 8px 0px;
    color: #333;
}

.headercon .had {
    background: url('../images/img19.png') no-repeat center center;
    padding: 20px 0px;
}

    .headercon .had .item {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

        .headercon .had .item .fr {
            display: flex;
            flex-direction: row;
            align-items: center;
        }

            .headercon .had .item .fr a {
                font-size: 16px;
                border: 2px solid #029299;
                border-radius: 8px;
                padding: 5px 8px;
                color: #029299;
                margin-right: 15px;
                margin-left: 10px;
                transition: all 0.6s;
                -webkit-transition: all 0.6s;
                font-weight: bold;
            }

                .headercon .had .item .fr a:hover {
                    background: #036a6f;
                }

            .headercon .had .item .fr .fom {
                position: relative;
                padding-left: 20px;
            }

                .headercon .had .item .fr .fom .txt {
                    border: 1px solid #d0d0d0;
                    width: 410px;
                    padding: 0px 15px;
                    height: 50px;
                    font-size: 16px;
                    padding-right: 100px;
                }

                .headercon .had .item .fr .fom .but {
                    position: absolute;
                    right: 0px;
                    top: 0px;
                    height: 50px;
                    background: #029299;
                    padding: 0px 25px;
                    color: #fff;
                    font-size: 16px;
                }

                .headercon .had .item .fr .fom:after {
                    content: '';
                    background: #dbdbdb;
                    width: 1px;
                    height: 20px;
                    position: absolute;
                    top: 50%;
                    left: 0px;
                    margin-top: -10px;
                }

.headercon .nav {
    background: #029299;
}

    .headercon .nav .list {
        display: flex;
        flex-direction: row;
    }

        .headercon .nav .list a {
            display: block;
            text-align: center;
            color: #fff;
            padding: 20px 0px;
            font-size: 16px;
            position: relative;
            transition: all 0.6s;
            -webkit-transition: all 0.6s;
            width:180px
        }

            .headercon .nav .list a.active {
                background: #e6f4f5;
                color: #029299;
            }

@media screen and (min-width:1210px) {
    .headercon .nav .list a:hover {
        background: #e6f4f5;
        color: #029299;
    }

    .headercon .nav .list a:after {
        content: '';
        background: #029299;
        height: 2px;
        width: 0%;
        position: absolute;
        bottom: 0px;
        left: 0px;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
    }

    .headercon .nav .list a:hover:after {
        width: 100%;
    }
}

.banner {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .banner h3 {
        text-align: center;
        font-size: 32px;
        color: #fff;
        font-weight: bold;
        letter-spacing: 2px;
    }

.mbx {
    background: url('../images/img21.png') no-repeat left center;
    padding: 20px 0px;
    padding-left: 25px;
    border-bottom: 1px solid #e8e8e8;
}

    .mbx a {
        background: url('../images/img22.png') no-repeat right center;
        padding-right: 17px;
        margin-right: 8px;
        color: #999;
    }

        .mbx a:last-child {
            background: none;
        }

        .mbx a:hover {
            color: #333;
        }

.dynamic {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

    .dynamic .nav {
        width: 280px;
        flex: 0 0 auto;
        border: 1px solid #029299;
        height: 100%;
    }

        .dynamic .nav a {
            font-size: 16px;
            color: #666;
            display: block;
            text-align: center;
            padding: 20px 0px;
            position: relative;
            transition: all 0.6s;
            -webkit-transition: all 0.6s;
        }

            .dynamic .nav a:after {
                content: '';
                position: absolute;
                width: 50%;
                bottom: 0px;
                left: 50%;
                margin-left: -25%;
                height: 1px;
                background: #eaeaea;
            }

            .dynamic .nav a:hover {
                background: #029299;
                color: #fff;
            }

                .dynamic .nav a:hover:after {
                    display: none;
                }

            .dynamic .nav a.active {
                background: #029299;
                color: #fff;
            }

                .dynamic .nav a.active:after {
                    display: none;
                }

    .dynamic .fr {
        flex: 1;
        padding-left: 30px;
    }

        .dynamic .fr .list ul li {
            margin-bottom: 20px;
        }

            .dynamic .fr .list ul li a {
                display: block;
                padding-left: 20px;
                padding-top: 10px;
                position: relative;
                border-bottom: 1px solid #eaeaea;
                padding-bottom: 25px;
                transition: all 0.6s;
                -webkit-transition: all 0.6s;
            }

                .dynamic .fr .list ul li a:before {
                    content: '';
                    background: #029299;
                    top: 14px;
                    width: 2px;
                    height: 20px;
                    position: absolute;
                    left: 0px;
                }

                .dynamic .fr .list ul li a h3 {
                    font-size: 18px;
                    font-weight: bold;
                    color: #333;
                    transition: all 0.6s;
                    -webkit-transition: all 0.6s;
                }

                .dynamic .fr .list ul li a strong {
                    display: block;
                    font-size: 14px;
                    margin-top: 10px;
                    color: #999;
                }

                .dynamic .fr .list ul li a p {
                    font-size: 14px;
                    color: #666;
                    line-height: 22px;
                    margin-top: 10px;
                }

                .dynamic .fr .list ul li a:hover {
                    box-shadow: 0px 2px 1px 1px rgba(2, 146, 153, 0.2);
                }

                    .dynamic .fr .list ul li a:hover h3 {
                        color: #029299;
                    }

.pag {
    text-align: center;
    margin-top: 50px;
}

    .pag a {
        border: 2px solid #e5ecf3;
        height: 40px;
        padding: 0px 15px;
        display: inline-block;
        vertical-align: top;
        line-height: 40px;
        font-size: 16px;
        margin: 0px 2px;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
    }

        .pag a:hover {
            background: #029299;
            border: 2px solid #029299;
            color: #fff;
        }

    .pag .prev {
        font-family: '宋体'
    }

    .pag .next {
        font-family: '宋体'
    }

.details {
    padding: 50px 0px 30px;
    max-width: 850px;
}

    .details .tit {
        text-align: center;
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 30px;
    }

        .details .tit h1 {
            font-size: 22px;
            color: #333;
            font-weight: bold;
        }

    .details h3 {
        margin-top: 20px;
    }

        .details h3 strong {
            display: inline-block;
            vertical-align: top;
            margin: 0px 20px;
        }

            .details h3 strong img {
                display: inline-block;
                vertical-align: middle;
                margin-right: 5px;
                margin-top: -2px;
            }

    .details .con p {
        font-size: 16px;
        line-height: 28px;
        margin-top: 20px;
    }

    .details .con img {
        height: auto !important;
    }

.a_search {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    flex-direction: row-reverse;
}

    .a_search .nav {
        width: 280px;
        flex: 0 0 auto;
        border: 1px solid #029299;
        height: 100%;
    }

        .a_search .nav dl dt {
            font-size: 16px;
            color: #fff;
            padding: 15px 20px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            background: #029299;
            align-items: center;
        }

            .a_search .nav dl dt span {
                display: block;
                background: #fff;
                color: #029299;
                border-radius: 20px;
                padding: 4px 10px;
            }

            .a_search .nav dl dt strong {
                font-weight: bold;
            }

        .a_search .nav dl dd {
            padding: 0px 20px;
        }

            .a_search .nav dl dd a {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                border-bottom: 1px solid #e8e8e8;
                padding: 13px 0px;
                align-items: center;
            }

                .a_search .nav dl dd a strong {
                    font-size: 16px;
                    color: #333;
                }

                .a_search .nav dl dd a span {
                    border: 1px solid #a4a4a4;
                    border-radius: 20px;
                    padding: 3px 12px;
                    transition: all 0.6s;
                    -webkit-transition: all 0.6s;
                }

                .a_search .nav dl dd a:hover strong {
                    color: #029299;
                }

                .a_search .nav dl dd a:hover span {
                    border: 1px solid #029299;
                    background: #029299;
                    color: #fff;
                }

                .a_search .nav dl dd a:last-child {
                    border-bottom: none;
                }




    .a_search .fr {
        flex: 1;
        padding-right: 30px;
    }

        .a_search .fr .list ul li {
            margin-bottom: 20px;
        }

            .a_search .fr .list ul li a {
                display: block;
                padding-left: 20px;
                padding-top: 10px;
                position: relative;
                border-bottom: 1px solid #eaeaea;
                padding-bottom: 25px;
                transition: all 0.6s;
                -webkit-transition: all 0.6s;
            }

                .a_search .fr .list ul li a:before {
                    content: '';
                    background: #029299;
                    top: 14px;
                    width: 2px;
                    height: 20px;
                    position: absolute;
                    left: 0px;
                }

                .a_search .fr .list ul li a h3 {
                    font-size: 18px;
                    font-weight: bold;
                    color: #333;
                    transition: all 0.6s;
                    -webkit-transition: all 0.6s;
                }

                .a_search .fr .list ul li a strong {
                    display: block;
                    font-size: 14px;
                    margin-top: 10px;
                    color: #999;
                }

                .a_search .fr .list ul li a p {
                    font-size: 14px;
                    color: #666;
                    line-height: 22px;
                    margin-top: 10px;
                }

                .a_search .fr .list ul li a:hover {
                    box-shadow: 0px 2px 1px 1px rgba(2, 146, 153, 0.2);
                }

                    .a_search .fr .list ul li a:hover h3 {
                        color: #029299;
                    }


.search_form {
    position: relative;
    width: 40%;
    margin: 60px auto;
}

    .search_form .fom .txt {
        width: 100%;
        padding: 0px 15px;
        height: 54px;
        font-size: 16px;
        padding-right: 100px;
        border-radius: 10px;
        box-shadow: 0px 0px 1px 1px rgba(2, 146, 153, 0.3);
    }

    .search_form .fom .but {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 54px;
        background: #029299;
        padding: 0px 25px;
        color: #fff;
        font-size: 16px;
        border-radius: 10px;
    }


input::-moz-placeholder, textarea::-moz-placeholder {
    color: #c3c3c3;
    font-weight: normal;
}

input::-webkit-input-placeholder {
    color: #c3c3c3;
    font-weight: normal;
}

input::-ms-input-placeholder {
    color: #c3c3c3;
    font-weight: normal;
}

.in_header {
    display: none;
}

.phone_nav {
    display: none;
}

.headercon .nav .fom {
    display: none;
}

.phone_close {
    display: none;
}

.headercon .had {
    display: none
}

.headercon .time {
    display:none
}
.gyqPos {
    position: relative;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

    .gyqPos .header_swp1 {
        width: 250px;
        height: 180px;
        margin: 0;
        margin-top: 50px;
    }

        .gyqPos .header_swp1 a {
            display: block;
            height: 100%;
        }

        .gyqPos .header_swp1 img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

.header_swp1 .meeting_pag .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    margin: 0px 4px;
    opacity: 1;
    outline: none;
}

.header_swp1 .meeting_pag .swiper-pagination-bullet-active {
    background: #80c8cc;
}

.header_swp1 .meeting_pag {
    bottom: 0;
    height: 20px;
    background: #029299;
    padding-right: 10px;
}

.header_swp1 .header_prev1 {
    background: url('../../images/img3_z.png') no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
    margin-top: -10px;
}

.header_swp1 .header_next1 {
    background: url('../../images/img3_y.png') no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.fr_congyq {
    position: absolute;
    right: 0;
    top: 19px;
    display: flex
}

    .fr_congyq .lang a {
        font-size: 16px;
        border: 1px solid #fff;
        border-radius: 8px;
        padding: 5px 8px;
        color: #fff;
        margin-right: 15px;
        margin-left: 10px;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
    }

    .fr_congyq .search a {
        font-size: 16px;
        color: #fff;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        padding-left: 15px;
    }

        .fr_congyq .search a::before {
            content: '';
            background: url(../../images/img5.png) no-repeat left center;
            width: 20px;
            height: 20px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
            margin-top: -2px;
        }