﻿/**通用**/
.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

.text_center {
    text-align: center;
}

/*母版页部分*/

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    /*padding: 0;
    margin: 0;
    font-size: 14px;*/
    font-family: -apple-system, "Noto Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Source Han Sans CN", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top_btn {
    display: flex;
    padding: 10px;
    color: #fff;
    align-items: center;
}

.top-right {
    display: flex;
    flex-direction: row;
}

.top_btn a {
    padding: 3px 5px;
    cursor: pointer;
    color: #fff;
    font-size:14px;
}

.top_btn ul {
    margin-left: 20px;
}

    .top_btn ul li {
        display: inline-block;
        color: #fff;
        padding: 3px 5px;
        cursor: pointer;
    }

.top_banner_menu {
    width: 100%;
    height: 100px;
}

    .top_banner_menu::before {
        box-shadow: inset 0px 100px 48px -48px rgba(0, 98, 172, 0.62);
        top: 0;
        left: 0;
        content: "";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
    }

    .top_banner_menu.default::before {
        opacity: 1;
    }

.toggle-nav-btn {
    position: relative;
    top: 0;
    z-index: 2;
    display: inline-block;
    flex: 0 0 auto;
    width: 35px;
    height: 24px;
    padding: 0;
    vertical-align: middle;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: all .25s ease-in-out;
    display: none;
}

    .toggle-nav-btn .line {
        position: absolute;
        left: 0;
        display: block;
        width: 100%;
        height: 3px;
        background-color: #fff;
        border: 1px solid #fff;
        transition: all .25s ease-in-out;
        border: none;
    }

    .toggle-nav-btn .line-1 {
        top: 0
    }

    .toggle-nav-btn .line-2 {
        top: 50%;
        margin-top: -1px;
    }

    .toggle-nav-btn .line-3 {
        bottom: 0
    }

.toggle-nav-btn {
    margin: 0 50px;
}

.top_banner_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    left: 0;
    z-index: 10;
}

    .top_banner_menu .left {
        display: flex;
        align-items: center;
    }

        .top_banner_menu .left a {
            width: 125.33px;
            height: 80px;
            margin-left: 40px;
        }

    .top_banner_menu .search {
        margin-right: 16px;
    }

       

.top_btn .active {
    background: #3381bd;
}


.newMenu_list {
    display: flex;
    margin-left: 60px;
}

    .newMenu_list p {
        font-size: 16px;
        color: #fff;
        padding: .5rem 1rem;
        margin: 0;
        margin-right: 5px;
        cursor: pointer;
        white-space: nowrap;
    }

    .newMenu_list .iconfont {
        font-weight: 700;
        margin-left: 3px;
    }

.box_newMenu {
    position: relative;
}

    .box_newMenu ul {
        position: absolute;
        z-index: 999;
        background: #fff;
        padding: 15px 24px;
        left: 15px;
        box-shadow: 0 0 5px rgb(0 0 0 / 30%);
        border-radius: 1px;
        display: none;
        min-width: 148px;
        border-left: 3px solid #0a96ff;
    }

        .box_newMenu ul li {
            cursor: pointer;
            line-height: 32px;
            font-size: 16px;
            white-space: nowrap;
        }

            .box_newMenu ul li:hover {
                text-decoration: underline;
            }



.shouye {
    cursor: pointer;
}

    .shouye:hover {
        color: #0062ac;
        font-weight: bold;
    }

.All_menu {
    width: 100%;
    background: #fff;
    padding: 20px 50px;
    position: absolute;
    top: 0;
    z-index: 9999;
    box-sizing: border-box;
    padding-bottom: 200px;
    display: none;
}

.st_div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .st_div .st_left {
        display: flex;
        margin-right: 20px;
    }

        .st_div .st_left button {
            background: none;
            border: none;
            margin-right: 10px;
            cursor: pointer;
        }

            .st_div .st_left button:focus {
                outline: none;
            }

        .st_div .st_left input {
            background: none;
            border: none;
            border-bottom: 1px solid #000;
            padding-left: 10px;
            width: 220px;
        }

            .st_div .st_left input:focus {
                outline: none;
            }

    .st_div .st_right {
        display: flex;
    }

        .st_div .st_right a {
            margin: 0 8px;
            cursor: pointer;
            color: #000;
        }

            .st_div .st_right a:hover {
                color: #0062ac;
            }

        .st_div .st_right li.active {
            background: #0062ac;
            color: #fff;
            padding: 2px 8px;
        }

        .st_div .st_right .language_toggle {
            margin-left: 10px;
        }

        .st_div .st_right ul li {
            display: inline-block;
            cursor: pointer;
        }

.nd_div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

    .nd_div .nd_left {
        display: flex;
    }

.menu_list {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

    .menu_list > li {
        width: 100%;
        margin: 0 20px;
        box-sizing: border-box;
    }

        .menu_list > li h3 {
            font-size: 1.7rem;
            font-weight: bold;
            color: #000;
            border-bottom: 3px solid #303030;
            margin-bottom: 15px;
            padding-bottom: 5px;
        }

.menu_chlidren_list li {
    font-size: 1.3rem;
    cursor: pointer;
}

.nd_div .top_menu {
    margin-left: 20px;
}

    .nd_div .top_menu li {
        display: inline-block;
        background: #0062ac;
        color: #fff;
        line-height: 30px;
        min-width: 125px;
        font-size: 1rem;
        text-align: center;
        padding: 0 10px;
        margin-right: 10px;
        cursor: pointer;
        transition: all ease .3s;
        margin-bottom: 10px;
    }

        .nd_div .top_menu li:hover {
            background: #0d4977;
        }

.nd_div .nd_left span i {
    font-size: 2rem;
    cursor: pointer;
}



/**1920,1366,1200,510,**/
/***********************/

img, video {
    max-width: 100%;
}

.hero-header li.hero-header__slide {
    position: relative;
    display: flex;
    flex-shrink: inherit;
    flex-direction: column;
    justify-content: flex-end;
    height: auto;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.hero-header .hero-header__slides li {
    display: block;
    margin-top: 0;
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

.glide__slide, .glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hero-header {
    position: relative;
    background-color: #000;
    min-height: 560px;
    max-height: 720px;
}

    .hero-header::after {
        content: "";
        display: block;
        height: 0;
        padding-bottom: 56.25%
    }

    .hero-header > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


    .hero-header .hero-header-wrapper {
        display: flex;
        align-items: stretch;
    }

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

    .glide * {
        box-sizing: inherit;
        -moz-box-sizing: inherit;
        -webkit-box-sizing: inherit;
    }

.hero-header .hero-header__track {
    width: 100%;
    height: 100%;
}

.glide__slides, .glide__track {
    overflow: hidden;
}

.hero-header .hero-header__slides {
    align-items: stretch;
    height: 100%;
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
}

.hero-header .hero-glide.is-initialized .hero-header__slide, .hero-header.is-initialized .hero-header__slide {
    opacity: 1;
}

.glide__slides li:before {
    content: "";
    position: relative;
    top: 14px;
    display: inline-block;
    flex: 0 0 auto;
    width: 5px;
    height: 5px;
    margin-right: 20px;
    margin-left: 6px;
    background-color: #000;
    border-radius: 50%;
}

.hero-header .hero-header__image, .hero-header li.hero-header__slide:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-header li.hero-header__slide:after {
    content: "";
    background-color: #000;
    opacity: .3;
}

.hero-header .hero-header__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.hero-header .plyr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.plyr--video {
    background: #000;
    overflow: hidden;
}

.plyr--full-ui {
    box-sizing: border-box;
}

.plyr {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    direction: ltr;
    font-family: inherit;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    line-height: 1.7;
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow .3s ease;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
}

.plyr__video-wrapper {
    background: #000;
    border-radius: inherit;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
    box-sizing: inherit;
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
}

.video-wrapper video {
    width: 100%;
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.plyr audio, .plyr video {
    border-radius: inherit;
    height: auto;
    vertical-align: middle;
    width: 100%;
}

.hero-header img, video {
    max-width: 100%;
}

.hero-header video {
    object-fit: cover;
}


/*html {
    font-weight: 400;
    font-size: 14px;
    font-family: tiempos,Helvetica Neue,sans-serif;
    line-height: 1.57;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}*/

/*@media screen and (max-width:768px) {
    html {
        font-size: 14px
    }
}*/

.plyr {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    direction: ltr;
    font-family: inherit;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    line-height: 1.7;
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow .3s ease
}

    .plyr audio, .plyr video {
        border-radius: inherit;
        height: auto;
        vertical-align: middle;
        width: 100%
    }

    .plyr:focus {
        outline: 0
    }




    .plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }

.plyr__control {
    background: transparent;
    border: 0;
    border-radius: 3px;
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    position: relative;
    transition: all .3s ease
}

    .plyr__control svg {
        display: block;
        fill: currentColor;
        height: 18px;
        pointer-events: none;
        width: 18px
    }

    .plyr__control:focus {
        outline: 0
    }

    .plyr__control.plyr__tab-focus {
        box-shadow: 0 0 0 5px rgba(26,175,255,.5);
        outline: 0
    }

a.plyr__control {
    text-decoration: none
}

    .plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
        display: none
    }

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
    background: #1aafff;
    color: #fff
}

.plyr--video .plyr__control svg {
    -webkit-filter: drop-shadow(0 1px 1px rgba(0,0,0,.15));
    filter: drop-shadow(0 1px 1px rgba(0,0,0,.15))
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: #1aafff;
    color: #fff
}

.plyr__control--overlaid {
    background: rgba(26,175,255,.8);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
    color: #fff;
    display: none;
    left: 50%;
    padding: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2
}

    .plyr__control--overlaid svg {
        left: 2px;
        position: relative
    }

    .plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
        background: #1aafff
    }

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block
}

.plyr--full-ui ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align: center
}

    .plyr__controls .plyr__progress__container {
        flex: 1 1
    }

    .plyr__controls .plyr__controls__item {
        margin-left: 2.5px
    }

        .plyr__controls .plyr__controls__item:first-child {
            margin-left: 0;
            margin-right: auto
        }

        .plyr__controls .plyr__controls__item.plyr__progress__container {
            padding-left: 2.5px
        }

        .plyr__controls .plyr__controls__item.plyr__time {
            padding: 0 5px
        }

            .plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
                padding-left: 0
            }

        .plyr__controls .plyr__controls__item.plyr__volume {
            padding-right: 5px
        }

            .plyr__controls .plyr__controls__item.plyr__volume:first-child {
                padding-right: 0
            }

    .plyr__controls:empty {
        display: none
    }

.plyr--audio .plyr__controls {
    background: #fff;
    border-radius: inherit;
    color: #4f5b5f;
    padding: 10px
}

.plyr--video .plyr__controls {
    background: linear-gradient(transparent,rgba(0,0,0,.7));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 20px 5px 5px;
    position: absolute;
    right: 0;
    transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out,transform .4s ease-in-out;
    transition: opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
    z-index: 3
}

@media (min-width:480px) {
    .plyr--video .plyr__controls {
        padding: 35px 10px 10px
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
    display: none
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
    display: inline-block
}

.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    border-radius: 28px;
    color: #1aafff;
    display: block;
    height: 20px;
    margin: 0;
    padding: 0;
    transition: box-shadow .3s ease;
    width: 100%
}

    .plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
        background: transparent;
        border: 0;
        border-radius: 3px;
        height: 6px;
        transition: box-shadow .3s ease;
        -webkit-user-select: none;
        user-select: none;
        background-image: linear-gradient(90deg,currentColor 0,transparent 0);
        background-image: linear-gradient(90deg,currentColor var(--value,0),transparent var(--value,0))
    }

    .plyr--full-ui input[type=range]::-webkit-slider-thumb {
        background: #fff;
        border: 0;
        border-radius: 100%;
        box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2);
        height: 14px;
        position: relative;
        transition: all .2s ease;
        width: 14px;
        -webkit-appearance: none;
        margin-top: -4px
    }

    .plyr--full-ui input[type=range]::-moz-range-track {
        background: transparent;
        border: 0;
        border-radius: 3px;
        height: 6px;
        transition: box-shadow .3s ease;
        -moz-user-select: none;
        user-select: none
    }

    .plyr--full-ui input[type=range]::-moz-range-thumb {
        background: #fff;
        border: 0;
        border-radius: 100%;
        box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2);
        height: 14px;
        position: relative;
        transition: all .2s ease;
        width: 14px
    }

    .plyr--full-ui input[type=range]::-moz-range-progress {
        background: currentColor;
        border-radius: 3px;
        height: 6px
    }

    .plyr--full-ui input[type=range]::-ms-track {
        color: transparent
    }

    .plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
        background: transparent;
        border: 0;
        border-radius: 3px;
        height: 6px;
        transition: box-shadow .3s ease;
        -ms-user-select: none;
        user-select: none
    }

    .plyr--full-ui input[type=range]::-ms-fill-lower {
        background: transparent;
        border: 0;
        border-radius: 3px;
        height: 6px;
        transition: box-shadow .3s ease;
        -ms-user-select: none;
        user-select: none;
        background: currentColor
    }

    .plyr--full-ui input[type=range]::-ms-thumb {
        background: #fff;
        border: 0;
        border-radius: 100%;
        box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2);
        height: 14px;
        position: relative;
        transition: all .2s ease;
        width: 14px;
        margin-top: 0
    }

    .plyr--full-ui input[type=range]::-ms-tooltip {
        display: none
    }

    .plyr--full-ui input[type=range]:focus {
        outline: 0
    }

    .plyr--full-ui input[type=range]::-moz-focus-outer {
        border: 0
    }

    .plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
        box-shadow: 0 0 0 5px rgba(26,175,255,.5);
        outline: 0
    }

    .plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
        box-shadow: 0 0 0 5px rgba(26,175,255,.5);
        outline: 0
    }

    .plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
        box-shadow: 0 0 0 5px rgba(26,175,255,.5);
        outline: 0
    }

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color: hsla(0,0%,100%,.25)
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color: hsla(0,0%,100%,.25)
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: hsla(0,0%,100%,.25)
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px hsla(0,0%,100%,.5)
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px hsla(0,0%,100%,.5)
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px hsla(0,0%,100%,.5)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(183,197,205,.66)
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color: rgba(183,197,205,.66)
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: rgba(183,197,205,.66)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(0,0,0,.1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(0,0,0,.1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(0,0,0,.1)
}

.plyr__poster {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1
}

.plyr__time {
    font-size: 14px
}

    .plyr__time + .plyr__time:before {
        content: "\2044";
        margin-right: 10px
    }

@media (max-width:767px) {
    .plyr__time + .plyr__time {
        display: none
    }
}

.plyr--video .plyr__time {
    text-shadow: 0 1px 1px rgba(0,0,0,.15)
}

.plyr__tooltip {
    background: hsla(0,0%,100%,.9);
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    color: #4f5b5f;
    font-size: 14px;
    font-weight: 500;
    left: 50%;
    line-height: 1.3;
    margin-bottom: 10px;
    opacity: 0;
    padding: 5px 7.5px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate(-50%,10px) scale(.8);
    transform: translate(-50%,10px) scale(.8);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition: opacity .2s ease .1s,-webkit-transform .2s ease .1s;
    transition: transform .2s ease .1s,opacity .2s ease .1s;
    transition: transform .2s ease .1s,opacity .2s ease .1s,-webkit-transform .2s ease .1s;
    white-space: nowrap;
    z-index: 2
}

    .plyr__tooltip:before {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid hsla(0,0%,100%,.9);
        bottom: -4px;
        content: "";
        height: 0;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        z-index: 2
    }

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
    opacity: 1;
    -webkit-transform: translate(-50%) scale(1);
    transform: translate(-50%) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip, .plyr__controls > .plyr__control:first-child .plyr__tooltip {
    left: 0;
    -webkit-transform: translateY(10px) scale(.8);
    transform: translateY(10px) scale(.8);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

    .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child .plyr__tooltip:before {
        left: 16px
    }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    -webkit-transform: translateY(10px) scale(.8);
    transform: translateY(10px) scale(.8);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

    .plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
        left: auto;
        right: 16px;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1)
}

.plyr--video {
    background: #000;
    overflow: hidden
}

    .plyr--video.plyr--menu-open {
        overflow: visible
    }

.plyr__video-wrapper {
    background: #000;
    border-radius: inherit;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%
}

    .plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 100%
    }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    -webkit-transform: translateY(-38.28125%);
    transform: translateY(-38.28125%)
}

.plyr__progress {
    left: 7px;
    margin-right: 14px;
    position: relative
}

    .plyr__progress__buffer, .plyr__progress input[type=range] {
        margin-left: -7px;
        margin-right: -7px;
        width: calc(100% + 14px)
    }

    .plyr__progress input[type=range] {
        position: relative;
        z-index: 2
    }

    .plyr__progress .plyr__tooltip {
        font-size: 14px;
        left: 0
    }

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    border-radius: 100px;
    height: 6px;
    left: 0;
    margin-top: -3px;
    padding: 0;
    position: absolute;
    top: 50%
}

    .plyr__progress__buffer::-webkit-progress-bar {
        background: transparent
    }

    .plyr__progress__buffer::-webkit-progress-value {
        background: currentColor;
        border-radius: 100px;
        min-width: 6px;
        transition: width .2s ease
    }

    .plyr__progress__buffer::-moz-progress-bar {
        background: currentColor;
        border-radius: 100px;
        min-width: 6px;
        transition: width .2s ease
    }

    .plyr__progress__buffer::-ms-fill {
        border-radius: 100px;
        transition: width .2s ease
    }

.plyr--video .plyr__progress__buffer {
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
    color: hsla(0,0%,100%,.25)
}

.plyr--audio .plyr__progress__buffer {
    color: rgba(183,197,205,.66)
}

.plyr--loading .plyr__progress__buffer {
    -webkit-animation: plyr-progress 1s linear infinite;
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg,rgba(47,52,61,.6) 25%,transparent 0,transparent 50%,rgba(47,52,61,.6) 0,rgba(47,52,61,.6) 75%,transparent 0,transparent);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    color: transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: hsla(0,0%,100%,.25)
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: rgba(183,197,205,.66)
}

.plyr__volume {
    align-items: center;
    display: flex;
    flex: 1 1;
    position: relative
}

    .plyr__volume input[type=range] {
        margin-left: 5px;
        position: relative;
        z-index: 2
    }

@media (min-width:480px) {
    .plyr__volume {
        max-width: 90px
    }
}

@media (min-width:768px) {
    .plyr__volume {
        max-width: 110px
    }
}

.plyr--is-ios.plyr--vimeo [data-plyr=mute], .plyr--is-ios .plyr__volume {
    display: none !important
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

    .plyr:fullscreen video {
        height: 100%
    }

    .plyr:fullscreen .plyr__video-wrapper {
        height: 100%;
        width: 100%
    }

    .plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
        height: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .plyr:fullscreen .plyr__control .icon--exit-fullscreen {
        display: block
    }

        .plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
            display: none
        }

    .plyr:fullscreen.plyr--hide-controls {
        cursor: none
    }

@media (min-width:1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px
    }

    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px
    }

    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px
    }

    .plyr:fullscreen .plyr__captions {
        font-size: 21px
    }
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

    .plyr:-webkit-full-screen video {
        height: 100%
    }

    .plyr:-webkit-full-screen .plyr__video-wrapper {
        height: 100%;
        width: 100%
    }

    .plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
        height: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
        display: block
    }

        .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
            display: none
        }

    .plyr:-webkit-full-screen.plyr--hide-controls {
        cursor: none
    }

@media (min-width:1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px
    }
}

.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

    .plyr:-moz-full-screen video {
        height: 100%
    }

    .plyr:-moz-full-screen .plyr__video-wrapper {
        height: 100%;
        width: 100%
    }

    .plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
        height: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
        display: block
    }

        .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
            display: none
        }

    .plyr:-moz-full-screen.plyr--hide-controls {
        cursor: none
    }

@media (min-width:1024px) {
    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px
    }
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

    .plyr:-ms-fullscreen video {
        height: 100%
    }

    .plyr:-ms-fullscreen .plyr__video-wrapper {
        height: 100%;
        width: 100%
    }

    .plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
        height: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
        display: block
    }

        .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
            display: none
        }

    .plyr:-ms-fullscreen.plyr--hide-controls {
        cursor: none
    }

@media (min-width:1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000
}


@media (min-width:1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

    .plyr__ads > div, .plyr__ads > div iframe {
        height: 100%;
        position: absolute;
        width: 100%
    }

    .plyr__ads:after {
        background: rgba(47,52,61,.8);
        border-radius: 2px;
        bottom: 10px;
        color: #fff;
        content: attr(data-badge-text);
        font-size: 11px;
        padding: 2px 6px;
        pointer-events: none;
        position: absolute;
        right: 10px;
        z-index: 3
    }

        .plyr__ads:after:empty {
            display: none
        }

.plyr__cues {
    background: currentColor;
    display: block;
    height: 6px;
    left: 0;
    margin: -3px 0 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index: 3
}

.plyr__preview-thumb {
    background-color: hsla(0,0%,100%,.9);
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    margin-bottom: 10px;
    opacity: 0;
    padding: 3px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateY(10px) scale(.8);
    transform: translateY(10px) scale(.8);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition: opacity .2s ease .1s,-webkit-transform .2s ease .1s;
    transition: transform .2s ease .1s,opacity .2s ease .1s;
    transition: transform .2s ease .1s,opacity .2s ease .1s,-webkit-transform .2s ease .1s;
    z-index: 2
}

.plyr__preview-thumb--is-shown {
    opacity: 1;
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1)
}

.plyr__preview-thumb:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid hsla(0,0%,100%,.9);
    bottom: -4px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr__preview-thumb__image-container {
    background: #b7c5cd;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 0
}

    .plyr__preview-thumb__image-container img {
        height: 100%;
        left: 0;
        max-height: none;
        max-width: none;
        position: absolute;
        top: 0;
        width: 100%
    }

.plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3
}

    .plyr__preview-thumb__time-container span {
        background-color: rgba(0,0,0,.55);
        border-radius: 2px;
        color: #fff;
        font-size: 14px;
        padding: 3px 6px
    }

.plyr__preview-scrubbing {
    bottom: 0;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1
}

.plyr__preview-scrubbing--is-shown {
    opacity: 1
}

.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    font-family: "object-fit:contain";
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--no-transition {
    transition: none !important
}

.plyr__sr-only {
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    border: 0 !important;
    height: 1px !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.plyr [hidden] {
    display: none !important
}

.video-wrapper:not(.is-ready) .media {
    position: relative;
    background-color: #f8f8f8
}

    .video-wrapper:not(.is-ready) .media:after {
        content: "";
        display: block;
        height: 0;
        padding-bottom: 56.25%
    }

    .video-wrapper:not(.is-ready) .media > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.video-wrapper.has-ended .plyr__controls, .video-wrapper .plyr--stopped .plyr__controls {
    display: none
}

.video-wrapper .media {
    position: relative;
    overflow: hidden
}

.video-wrapper .video-wrapper {
    opacity: 0;
    transition: opacity .25s ease-out
}

.video-wrapper.is-ready .video-wrapper {
    opacity: 1
}

.video-wrapper video {
    width: 100%
}

    .video-wrapper video.focus-visible + .plyr__poster {
        outline: 5px solid #0074a2;
        outline-offset: -5px
    }

.video-wrapper .plyr__control--overlaid {
    width: 68px;
    height: 68px;
    background-color: #fff;
    box-shadow: inherit
}

    .video-wrapper .plyr__control--overlaid.focus-visible, .video-wrapper .plyr__control--overlaid:hover {
        background-color: #0074a2
    }

        .video-wrapper .plyr__control--overlaid.focus-visible:before, .video-wrapper .plyr__control--overlaid:hover:before {
            border-left: 17px solid #fff
        }

    .video-wrapper .plyr__control--overlaid:before {
        content: "";
        position: relative;
        top: 0;
        left: 13px;
        display: block;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 17px solid #000
    }

    .video-wrapper .plyr__control--overlaid svg {
        display: none
    }

.video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: hsla(0,0%,100%,.95)
}

    .video-overlay.is-active {
        display: block
    }

    .video-overlay .close-lightbox {
        position: absolute;
        top: 50px;
        right: 1rem;
        z-index: 1;
        width: auto;
        padding: 0;
        color: #000;
        font-size: 1.7rem;
        text-align: left;
        text-transform: inherit;
        background: none;
        border: none;
        cursor: pointer;
        transition: inherit
    }

        .video-overlay .close-lightbox.focus-visible .cross:after, .video-overlay .close-lightbox.focus-visible .cross:before, .video-overlay .close-lightbox:hover .cross:after, .video-overlay .close-lightbox:hover .cross:before {
            background-color: #0074a2
        }

        .video-overlay .close-lightbox.focus-visible {
            outline: 1px dotted #000
        }

    .video-overlay .cross {
        position: relative;
        display: block;
        width: 40px;
        height: 40px
    }

        .video-overlay .cross:after, .video-overlay .cross:before {
            content: "";
            position: absolute;
            top: 19px;
            width: 100%;
            height: 2px;
            background-color: #000
        }

        .video-overlay .cross:before {
            left: 0;
            -webkit-transform: rotate(46deg);
            transform: rotate(46deg)
        }

        .video-overlay .cross:after {
            right: 0;
            -webkit-transform: rotate(-46deg);
            transform: rotate(-46deg)
        }

    .video-overlay .video-inner {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 1040px;
        height: 100%;
        margin: 0 auto;
        padding: 0 1rem
    }

    .video-overlay .video-wrapper {
        flex: 0 1 576px;
        width: 100%
    }

@media screen and (max-width:1024px) {
    .video-overlay .video-wrapper {
        flex-basis: 52.5vw
    }
}

.video-overlay .plyr, .video-overlay .video-text {
    width: 100%;
    max-width: 1040px;
    max-height: 90vh;
    margin: 0 auto
}

    .video-overlay .video-text .video-title {
        margin-bottom: 0
    }

    .video-overlay .video-text .video-description {
        margin-top: .5rem;
        margin-bottom: 0
    }






@media screen and (min-width:993px) {
    .hero-header:after {
        padding-bottom: 56.25%
    }
}

@media screen and (min-width: 1241px) {
    .hero-header:after {
        padding-bottom: 46.66667%
    }
}

@media screen and (min-width:601px) and (max-width:768px) {
    .hero-header:after {
        padding-bottom: 133.33333%
    }

    .newMenu_list {
        margin-left: 30px;
    }
}

.hero-header .hero-glide.is-initialized .hero-header__slide, .hero-header.is-initialized .hero-header__slide {
    opacity: 1
}

.hero-header .hero-header-wrapper {
    display: flex;
    align-items: stretch
}

.hero-header .hero-header__slides {
    align-items: stretch;
    height: 100%
}

    .hero-header .hero-header__slides li {
        display: block;
        margin-top: 0
    }

        .hero-header .hero-header__slides li:before {
            display: none
        }

.hero-header .hero-header__track {
    width: 100%;
    height: 100%
}

.hero-header li.hero-header__slide {
    position: relative;
    display: flex;
    flex-shrink: inherit;
    flex-direction: column;
    justify-content: flex-end;
    height: auto;
    opacity: 0;
    transition: all .3s ease-in-out
}



    .hero-header li.hero-header__slide:after {
        content: "";
        background-color: #000;
        opacity: .3
    }

    .hero-header .hero-header__image, .hero-header li.hero-header__slide:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

        .hero-header .hero-header__image[data-lazerload=loaded] img {
            opacity: 1
        }

        .hero-header .hero-header__image img {
            font-family: "object-fit:cover";
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: all .35s ease-in-out
        }

.hero-header .hero-header__content {
    width: 100%;
    max-width: 1780px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 100px;
    padding-left: 100px;
    position: relative;
    z-index: 1;
    display: flex;
    margin-bottom: 90px;
    color: #fff
}

@media screen and (max-width:1440px) {
    .hero-header .hero-header__content {
        max-width: 1220px;
        padding-right: 60px;
        padding-left: 60px
    }
}

@media screen and (max-width:600px) {
    .hero-header .hero-header__content {
        max-width: 1140px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media screen and (max-width:1024px) {
    .hero-header .hero-header__content {
        margin-bottom: 65px
    }
}

@media screen and (max-width:600px) {
    .hero-header .hero-header__content {
        margin-bottom: 80px
    }
}

.hero-header .hero-header__content .is-h1, .hero-header .hero-header__content p {
    margin-bottom: 0
}

.hero-header .hero-header__text {
    width: 100%;
    max-width: 850px
}

.hero-header .text-highlight {
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(180deg,transparent,#0074a2 0);
    background-repeat: no-repeat;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    transition: background-size .4s ease;
    padding: .2em .3em 0;
    background-position: 0 .26em;
    background-size: 100% 1.16em;
    background-position: -7em .26em;
    transition: all .4s ease-in-out
}

    .hero-header .text-highlight.slide-in {
        background-position: 0 .26em
    }

@media screen and (min-width:993px) and (max-width:1024px) {
    .hero-header .hero-header__text .is-h1 {
        font-size: 2.22222rem
    }
}

.hero-header .hero-header__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

@media screen and (max-width:768px) {
    .hero-header .hero-header__video {
        width: 1815px
    }
}

@media screen and (max-width:600px) {
    .hero-header .hero-header__video {
        width: 1425px
    }
}

.hero-header .plyr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero-header .video-control {
    width: 100%;
    max-width: 1380px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 60px;
    padding-left: 60px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media screen and (max-width:600px) {
    .hero-header .video-control {
        max-width: 1300px;
        padding-right: 20px;
        padding-left: 20px
    }
}

.video-control button {
    color: #fff;
    font-size: 1.2rem;
}

    .video-control button:hover {
        color: #0074a2;
    }

    .video-control button:focus {
        outline: none;
    }

.video_text > div {
    width: 80%;
    position: absolute;
    bottom: 120px;
    left: 142px;
    /*z-index: 50;*/
}

.video_text span {
    color: #fff;
    font-size: 14px;
    display: block;
    width: 600px;
    margin-bottom: 30px;
}

.video_text p {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    display: block;
    margin: 0 0 35px 0;
}

.video_text button {
    padding: 13px 35px;
    background: #0062ac;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border: none;
}

    .video_text button i {
        margin-left: 10px;
    }

.hero-header .video-toggle-btn {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 18px;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    cursor: pointer
}

    .hero-header .video-toggle-btn.focus-visible .line, .hero-header .video-toggle-btn:hover .line {
        background-color: #0074a2
    }

    .hero-header .video-toggle-btn.focus-visible .triangle, .hero-header .video-toggle-btn:hover .triangle {
        border-left: 18px solid #0074a2
    }

    .hero-header .video-toggle-btn[aria-pressed=false] .triangle, .hero-header .video-toggle-btn[aria-pressed=true] .line {
        display: none
    }

    .hero-header .video-toggle-btn .line {
        width: 6px;
        height: 21px;
        background-color: #fff
    }

    .hero-header .video-toggle-btn .triangle {
        width: 0;
        height: 0;
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
        border-left: 18px solid #fff
    }

@media print {
    *, :after, :before {
        color: #000;
        background: #fff none !important;
        background-image: none !important;
        box-shadow: none;
        -webkit-transform: none !important;
        transform: none !important;
        transition: none !important
    }

    html {
        overflow: auto !important
    }

    body, html {
        height: 99%;
        margin: 0 !important;
        padding: 0 !important;
        page-break-after: avoid;
        page-break-before: avoid;
        border: 1px solid #fff
    }

    .hero-header__slide, .split-teaser__wrapper {
        page-break-inside: avoid !important
    }

    .hero-header {
        position: static
    }

        .hero-header .hero-header-wrapper {
            display: block
        }

        .hero-header .hero-header__slides {
            display: block;
            opacity: 1 !important
        }

        .hero-header .hero-header__content {
            display: block;
            margin: 0;
            padding: 0;
            color: #000 !important
        }

        .hero-header li.hero-header__slide {
            display: block;
            flex-direction: row-reverse;
            margin-top: 1cm
        }

            .hero-header li.hero-header__slide:first-child {
                margin-top: 0
            }

            .hero-header li.hero-header__slide:after {
                display: none !important
            }


        .hero-header .video-control, .hero-header .video-wrapper {
            display: none !important
        }


    .glide {
        position: static
    }

        .glide .glide__track {
            overflow: inherit
        }

        .glide .glide__slides {
            display: block !important;
            width: auto !important;
            overflow: inherit
        }

        .glide .glide__slide {
            width: auto !important
        }
}


.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

    .glide * {
        /* box-sizing:inherit */
    }

.glide__slides, .glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slide, .glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

img {
    border-style: none
}

[hidden] {
    display: none !important
}

[disabled] {
    cursor: not-allowed
}

a {
    text-decoration: none
}


.top_logo img {
    cursor: pointer;
}

.friend_link {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    text-align: center;
    right: 0;
    /*display: flex;*/
    align-items: center;
    flex-wrap: wrap;
}

    .friend_link .left {
        width: 300px;
    }

        .friend_link .left img {
            width: 240px;
        }

    .friend_link .right {
        display: flex;
        width: calc(100% - 380px);
        justify-content: flex-end;
        flex-wrap: wrap;
    }

        .friend_link .right > div {
            margin: 0 20px;
        }

            .friend_link .right > div img {
                width: 150px;
                height: 150px;
            }

    .friend_link > div {
        width: 150px;
        display: inline-block;
        z-index: 9999;
        overflow: hidden;
        margin: 0 20px;
    }

.box_rd span {
    cursor: pointer;
    display: block;
}

.close_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
}

/**底部导航开始**/

.layout_footer {
    background: #0062ac;
    display: flex;
    justify-content: space-between;
    padding: 40px 40px 16px;
    align-items: center;
}

.footer_right {
    display: flex;
    width: 100%;
    /*justify-content:flex-end;*/
}

.layout_footer * {
    color: #eee;
}

.box_nd .footer_menu {
    display: flex;
}

    .box_nd .footer_menu ul {
        width: 100%;
        padding-right: 1rem;
    }

    .box_nd .footer_menu li {
        line-height: 22px;
        cursor: pointer;
    }

        .box_nd .footer_menu li a {
            font-size: .857rem;
            cursor: pointer;
        }

            .box_nd .footer_menu li a:hover {
                color: #1aafff;
            }

.layout_footer .footer_left {
    margin-right: 60px;
}

    .layout_footer .footer_left p {
        line-height: 26px;
        font-size: 13px;
        margin-top: 20px;
    }

.footer_right h1 {
    font-size: 1.28rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.box_rd {
    display: flex;
    align-items: center;
}

    .box_rd li {
        padding: 10px;
    }

        .box_rd li i {
            font-size: 2.2rem;
        }

.footer_right .box_st {
    width: 100%;
    max-width: 524px;
    margin-right: 70px;
}

    .footer_right .box_st p {
        font-size: .857rem;
        line-height: 22px;
        margin: 0;
    }

.footer_right .box_nd {
    width: 100%;
    max-width: 366px;
    margin-right: 70px;
}

.box_rd {
    width: 100%;
    max-width: 170px;
}

.layout_footer .footer_left > div {
    max-width: 200px;
    text-align: center;
}

/**底部导航结束**/

.Institute_text {
    overflow: hidden;
}

    .Institute_text h3 {
        margin-top: 120px;
        margin-bottom: 70px;
        font-size: 46px;
        text-align: center;
        font-weight: bold;
    }

    .Institute_text .text_content {
        text-align: center;
        margin-bottom: 148px;
    }

        .Institute_text .text_content span {
            font-size: 20px;
            line-height: 42px;
            max-width: 1200px;
            padding: 0 20px;
            display: inline-block;
        }

.news-card .card-body {
    padding-top: 0;
    padding-bottom: 0;
}

.news-card .badge {
    position: absolute;
    top: 32px;
    left: -8px;
    z-index: 2;
    padding-left: 1.2em;
    padding-right: 1.2em;
    border-radius: 0;
    font-weight: 400;
}

.event_news {
    display: flex;
}

.notice {
    background-color: #e2f5ff;
}

.section-title {
    color: #0474ad;
    border-bottom: 2px solid #0474ad;
    font-weight: bold;
    margin-bottom: 1.5rem;
    padding: 1rem 0.5rem;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.text-truncate.text-truncate--2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.text-truncate.text-truncate--3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.text-truncate.text-truncate--4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.ratio-3x4 {
    --bs-aspect-ratio: 133.34%;
}

.ratio-9x16 {
    --bs-aspect-ratio: 177.78%;
}

.ratio-3x2 {
    --bs-aspect-ratio: 66.67%;
}

.ratio-2x3 {
    --bs-aspect-ratio: 150%;
}

.activity-list-item > div {
    background-color: #0062ac
}

.activity-list-item:nth-child(2n+2) > div {
    background-color: #2d4145
}

.link-default {
    color: #212529;
}

    .link-default:hover {
        color: #0062ac;
    }

#experts-swiper {
    position: relative;
    height: 520px;
}

    #experts-swiper .swiper-button-next {
        right: 0;
    }

    #experts-swiper .swiper-button-prev {
        left: 0;
    }

.btn-contrack {
    width: 100%;
}

.experts-swiper-item {
    width: calc(100% - 24px);
    margin: 40px auto;
    height: 400px;
    display: flex;
    align-items: flex-start;
    padding-top: 64px;
    position: relative;
    background: url(/Images/imgs/expert-bg.jpg) no-repeat center -48px;
    background-size: 100% auto;
    transition: all ease-out 0.3s;
    box-shadow: 0 6px 14px rgba(0, 0,0, 0.04);
}

    .experts-swiper-item:hover {
        background-color: #0062ac;
        color: #fff !important;
        transform: translateY(-40px);
    }

        .experts-swiper-item:hover a, .experts-swiper-item:hover .text-muted {
            color: #fff !important;
        }

.custom-tooltip .tooltip-inner {
    padding: 2em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}


.New_text {
    margin-top: 120px;
}

.Event_text .event_news .event_news_img {
    width: 50%;
    height: 666px;
    position: relative;
    background: url('../../Images/imgs/list_1.jpg');
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.New_text .event_news .event_news_img {
    background: url('../../Images/imgs/s_1.png');
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.Event_text .event_news .event_news_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.Event_text .event_news .event_news_text {
    width: 50%;
    height: 666px;
    background: #0062ac;
}

.Event_text .event_news_text h1 {
    font-size: 40px;
    font-weight: bold;
    max-width: 744px;
    margin: 0 auto;
    margin-top: 90px;
    padding: 0 20px;
    cursor: pointer;
    display: inline-block;
}

.Event_text * {
    color: #fff;
}

.Event_text .event_news_text p {
    font-size: 28px;
    font-weight: bold;
    margin: 80px auto 10px;
    max-width: 744px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
}

.Event_text .event_news_text h5 {
    padding: 0 20px;
    margin-bottom: 20px;
    max-width: 744px;
    margin: 0px auto 46px;
    font-weight: normal;
}

.Event_text .event_news_text > div {
    max-width: 744px;
    font-size: 18px;
    margin: 0 auto;
    margin-bottom: 114px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
}

.Event_text .event_news_text span {
    display: block;
    text-align: right;
    max-width: 744px;
    font-size: 1.4rem;
    position: relative;
    font-weight: bold;
    cursor: pointer;
    margin: 0 auto;
    padding: 0 20px;
}

    .Event_text .event_news_text span:after {
        content: '';
        bottom: -5px;
        border-radius: 10px;
        width: 80px;
        height: 3px;
        background: #fff;
        position: absolute;
        right: 20px;
    }



.Event_text .event_list {
    display: flex;
}

    .Event_text .event_list li h4 {
        font-size: 1.5rem;
        font-weight: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 504px;
        padding: 0 20px;
        margin: 70px auto 5px;
    }

    .Event_text .event_list li p {
        text-align: left;
        font-size: 1rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 504px;
        padding: 0 20px;
        margin: 0 auto;
    }

    .Event_text .event_list li h5 {
        max-width: 504px;
        padding: 0 20px;
        font-weight: normal;
        font-size: 1rem;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .Event_text .event_list li {
        width: 100%;
        height: 280px;
        background: #9aa7ac;
        color: #fff;
    }

        .Event_text .event_list li:first-child {
            background: #0067ac
        }

        .Event_text .event_list li:last-child {
            background: #063f73
        }

.New_text .event_list li {
    width: 100%;
    height: 280px;
    background: #888888;
    color: #fff;
}

    .New_text .event_list li:first-child {
        background: #0f2672
    }

    .New_text .event_list li:last-child {
        background: #0067ac
    }

.DetailLink, .DetailLink_index {
    cursor: pointer;
}

.Researcher {
    /*min-height:646px;*/
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

.Researcher_left {
    min-width: 478px;
    max-width: 478px;
    padding: 140px 0;
    overflow: hidden;
}

    .Researcher_left a {
        color: #000;
        font-size: 14px;
        font-weight: bold;
        border-bottom: 2px solid #0067ac;
        padding-bottom: 3px;
    }

        .Researcher_left a i {
            margin-left: 10px;
        }

    .Researcher_left > div {
        float: right;
        padding-bottom: 10px;
    }

    .Researcher_left h1 {
        font-size: 46px;
    }

    .Researcher_left p {
        font-size: 16px;
        line-height: 28px;
        margin-top: 10px;
    }

.Researcher_right {
    width: 100%;
    padding: 120px 0px;
    padding-left: 40px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

    .Researcher_right > div > div {
        padding: 5px 10px;
    }

    .Researcher_right img {
        box-shadow: 0 3px 12px 0px rgba(0,0,0,.3);
        border-radius: 5px;
        width: 100%;
        transition: all ease .2s;
    }

    .Researcher_right .right_item {
        width: 20%;
        cursor: pointer;
    }

        .Researcher_right .right_item:hover img {
            box-shadow: 0 3px 12px 0px rgba(0,0,0,.7);
        }

        .Researcher_right .right_item:hover p {
            color: #0062ac;
        }

        .Researcher_right .right_item p {
            margin: 0;
            padding: 10px;
            transition: all ease .3s;
        }

.contact_us {
    box-sizing: border-box;
    background: url('../../Images/imgs/bg_3.png');
    background-size: cover;
    width: 100%;
    padding: 58px 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .contact_us .contact_text h4 {
        font-size: 2.1rem;
        color: #fff;
        margin: 0;
        margin-bottom: 10px;
    }

    .contact_us .contact_text p {
        font-size: 1.4rem;
        margin: 0;
        color: #fff;
    }

    .contact_us .contact_btn a {
        color: #fff;
        font-size: 1.4rem;
        padding: 20px 72px;
        background: #004980;
        display: block;
        text-align: center;
    }

.Forum_swiper_div {
    padding: 20px 80px;
}

.Forum ul {
    display: flex;
    box-sizing: border-box;
    /*padding: 20px 80px;*/
    padding: 0;
}

    .Forum ul li {
        /*padding:40px;*/
        padding: 0;
        width: 100%;
        /*cursor:pointer;*/
        /*新增*/
        position: relative;
    }


        .Forum ul li p {
            font-size: 1.2rem;
            line-height: 40px;
            padding: 0 20px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #333;
            height: 160px;
        }

.Forum_btn {
    text-align: center;
    margin-top: 70px;
}

.Forum ul li button {
    text-align: center;
    width: 60%;
    background: #0062ac;
    padding: 25px 0;
    font-size: 1.4rem;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all ease .3s;
}

    .Forum ul li button:hover {
        background: #0e74c1;
    }

    .Forum ul li button i {
        margin-left: 10px;
    }

    .Forum ul li button:focus {
        outline: none;
    }

.Forum ul li .Forum_bg {
    width: 100%;
    position: relative;
    /*height:252px;*/
    height: 389px;
    overflow: hidden;
    /*border-top-left-radius:5px;
    border-top-right-radius:5px;*/
}

    .Forum ul li .Forum_bg:after {
        content: '';
        position: absolute;
        background: rgba(0,0,0,.3);
        width: 100%;
        height: 100%;
        z-index: 10
    }

    .Forum ul li .Forum_bg span {
        position: absolute;
        color: #fff;
        font-size: 1.6rem;
        z-index: 20;
        padding: 0 30px;
        top: 50%;
        margin-top: -35px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.Forum ul li img {
    min-width: 100%;
    max-width: initial;
}

.Forum ul li .Forum_bg img {
    position: absolute;
    width: 490px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: transform 0.4s ease;
}

.Forum ul li:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

.Forum h3 {
    font-size: 3.2rem;
    text-align: center;
    padding: 60px;
    padding-bottom: 10px;
}

.Interflow {
    display: flex;
    max-width: 1600px;
    margin: 70px auto;
    align-items: center;
    padding: 0 70px;
}

.Interflow_left {
    margin-right: 180px;
    width: 100%;
}

    .Interflow_left h1 {
        font-size: 3.2rem;
    }

    .Interflow_left p {
        font-size: 1.7rem;
        font-weight: bold;
    }

    .Interflow_left span {
        font-size: 1.4rem;
        line-height: 52px;
        max-width: 700px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.Interflow_right {
    width: 100%;
    height: 370px;
}

    .Interflow_right > div {
        position: relative;
        max-width: 760px;
        height: 100%;
        overflow: hidden;
    }

        .Interflow_right > div img {
            position: absolute;
            min-width: 100%;
            max-width: initial;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            transition: transform 0.4s ease;
        }

.Upto_top {
    position: fixed;
    bottom: 60px;
    right: 40px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: #0062ac;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.4);
    z-index: 999;
    cursor: pointer;
    text-align: center;
}

    .Upto_top:focus {
        outline: none;
    }

    .Upto_top i {
        font-size: 2rem;
        color: #fff;
        margin-top: -5px;
    }

/**列表通用样式**/
.list_content {
    padding: 0 80px;
}

.List_topmenu {
    display: flex;
    justify-content: space-between;
    /*padding: 0 20px;*/
    margin-top: 24px;
    margin-bottom: 64px;
    position: relative;
}

.line_name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .line_name p {
        display: inline-block;
        margin-right: 5px;
    }

        .line_name p.point {
            position: relative;
            width: 10px;
            height: 10px;
        }

            .line_name p.point:after {
                content: '';
                position: absolute;
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background: #0064af;
                top: 3px;
                left: 3px;
            }

.right_menu li.active {
    color: #0d64aa;
    position: relative;
    /*border-bottom: 4px solid #0062ac;*/
}
/*.right_menu li.active:after{
    content:'';
    width:100%;
    height:3px;
    background:#0062ac;
    position:absolute;
    left:0;top:64px;
}*/

.right_menu {
    position: absolute;
    left: 0;
    top: 32px;
}

    .right_menu ul {
        white-space: nowrap;
    }

    .right_menu li {
        display: inline-block;
        cursor: pointer;
        margin-right: 32px;
    }

        .right_menu li:hover {
            color: #0062ac;
        }

.banner_box {
    height: 320px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

    .banner_box img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom:0;
        left: 0;
        right: 0;
        object-fit:cover;
    }

.subset_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding: 0 0 10px;
}

    .subset_menu li {
        display: inline-block;
        margin: 0 10px;
        font-size: 1rem;
        cursor: pointer;
        padding: 5px;
    }

        .subset_menu li.active {
            color: #0062ac;
            border-bottom: 2px solid #0062ac;
        }

.LoadMore_btn {
    padding: 12px 36px;
    background: #0062ac;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all ease .3s;
}

    .LoadMore_btn:hover {
        background: #2f8cd2;
    }

    .LoadMore_btn:focus {
        outline: none;
    }

.Load_tip {
    text-align: center;
    display: none;
    margin-bottom: 20px;
}

.LoginOut {
    cursor: pointer;
}

.search {
    display: flex;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease 0.6s;
}

    .search svg {
        cursor: pointer;
        margin: 10px;
        width: 18px;
        height: 18px;
        display: block;
        color: #fff;
        stroke-width: 2;
        transform: rotate(90deg);
        transition: all 0.3s ease;
    }

    .search > div {
        position: relative;
        width: 0;
        transition: all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15) 0.2s;
    }

        .search > div input {
            font-size: inherit;
            line-height: inherit;
            padding: 0;
            border: 0;
            display: block;
            outline: none;
            font-family: inherit;
            line-height: 20px;
            font-size: 14px;
            background-color: transparent;
            border-bottom: 1px solid #fff;
            -webkit-appearance: none;
            width: 100%;
            opacity: 0;
            z-index: 1;
            visibility: hidden;
            transition: all 0s ease 0s;
            color:#fff;
        }

            .search > div input.text-danger {
                border-bottom-color: var(--bs-danger-rgb);
            }

            .search > div input::-webkit-input-placeholder {
                color: rgba(255,255,255,0.4);
            }

            .search > div input:-moz-placeholder {
                color: rgba(255,255,255,0.4);
            }

            .search > div input::-moz-placeholder {
                color: rgba(255,255,255,0.4);
            }

            .search > div input:-ms-input-placeholder {
                color: rgba(255,255,255,0.4);
            }

            .search > div input.text-danger::-webkit-input-placeholder {
                color: rgba(var(--bs-danger-rgb), 1);
            }

            .search > div input.text-danger:-moz-placeholder {
                color: rgba(var(--bs-danger-rgb), 1);
            }

            .search > div input.text-danger::-moz-placeholder {
                color: rgba(var(--bs-danger-rgb), 1);
            }

            .search > div input.text-danger:-ms-input-placeholder {
                color: rgba(var(--bs-danger-rgb), 1);
            }


.search.open {
    cursor: default;
    border-radius: 8px;
    transition-delay: 0s;
}

        .search.open svg {
            transform: rotate(0deg);
            transition-delay: 0s;
        }

        .search.open > div {
            transition-delay: 0s;
            width: 96px;
        }

            .search.open > div input {
                opacity: 1;
                visibility: visible;
            }




/**适配样式**/
@media(max-width:1680px) {
    .Experts {
        height: 450px;
    }

    .Experts_list .head_div {
        height: 180px;
        width: 180px;
        min-width: 180px;
    }

    .footer_right .box_st {
        min-width: 340px;
    }

    .footer_right .box_st {
        margin-right: 50px;
    }

    .footer_right .box_nd {
        margin-right: 50px;
    }

    .list_content {
        padding: 0 60px;
    }
}

@media(max-width:1600px) {
    .Forum ul li .Forum_bg {
        /*height:210px;*/
        height: 320px;
    }

    .layout_footer .footer_left {
        /*margin-right:160px;*/
        margin-right: 60px;
    }

    .list_content {
        padding: 0 55px;
    }
}

@media(max-width:1440px) {
    .Forum_swiper_div {
        padding: 20px 60px;
    }

    .Forum ul {
        /*padding: 20px 60px;*/
        padding: 0;
    }

        .Forum ul li .Forum_bg {
            /*height:210px;*/
            height: 378px;
        }

            .Forum ul li .Forum_bg span {
                font-size: 1.4rem;
            }

        .Forum ul li {
            padding: 20px 0;
        }

            .Forum ul li button {
                padding: 15px 0;
                font-size: 1.3rem;
            }

            .Forum ul li p {
                line-height: 35px;
                height: 140px;
            }

    .Interflow {
        padding: 0 60px
    }

    .Interflow_left p {
        font-size: 1.6rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .Interflow_left span {
        font-size: 1.3rem;
        line-height: 46px;
    }

    .Interflow_left {
        margin-right: 140px;
    }

    .Interflow_right {
        height: 340px;
    }

        .Interflow_right > div img {
            height: 340px;
        }

    .top_banner_menu {
        height: 100px;
    }

        .top_banner_menu .left a {
            width: 125.33px;
            height: 80px;
        }

    .Experts {
        height: 430px;
    }

    .layout_footer .footer_left {
        /*margin-right:120px;*/
        margin-right: 60px;
    }


    .footer_right .box_nd {
        margin-right: 30px;
    }

    .box_rd {
        max-width: 140px;
    }

    .list_content {
        padding: 0 50px;
    }
}

@media (max-width: 1366px) {
    .Researcher_right .right_item {
        width: calc(100% * 1 / 4.001);
    }

        .Researcher_right .right_item:last-child {
            display: none !important;
        }

    .Forum ul li p {
        font-size: 1.125rem;
    }

    .Forum ul li .Forum_bg {
        /*height:210px;*/
        height: 430px;
    }

    .Interflow_left h1 {
        font-size: 2.8rem;
    }

    .Interflow_left span {
        font-size: 1.2rem;
        line-height: 38px;
    }

    .Interflow_left {
        margin-right: 120px;
    }

    .Interflow {
        padding: 0 60px
    }

    .Interflow_right {
        height: 320px;
    }

        .Interflow_right > div img {
            height: 320px;
        }

    .video_text > div {
        bottom: 70px;
        left: 70px;
    }

    .video_text p {
        font-size: 3rem;
    }

    .Experts_list .head_div {
        margin-right: 20px;
    }

    .Experts {
        padding: 0 30px;
    }

    .layout_footer .footer_left {
        /*margin-right:80px;*/
        margin-right: 60px;
    }

    .footer_right .box_st {
        min-width: 0;
    }

    .list_content {
        padding: 0 45px;
    }
}

@media (max-width:1280px) {
    .Forum ul li .Forum_bg {
        /*height:210px;*/
        height: 370px;
    }

    .contact_us {
        padding: 58px 40px;
    }

    .Interflow_right > div img {
        height: 300px;
    }

    .Interflow_right {
        height: 300px;
    }

    .video_text > div {
        bottom: 60px;
        left: 60px;
    }

    .video_text p {
        font-size: 3rem;
    }

    .Experts_list .head_text h1 {
        font-size: 2.6rem;
    }

    .Experts_list .head_div {
        width: 170px;
        height: 170px;
        min-width: 170px;
    }

    .Experts {
        height: 410px;
    }

    .layout_footer .footer_left {
        margin-right: 50px;
    }

        .layout_footer .footer_left > div {
            max-width: 320px;
            text-align: center;
            display: inline-block;
        }

    .list_content {
        padding: 0 40px;
    }
}

@media (max-width:1200px) {
    .Researcher_right .right_item {
        width: calc(100% * 1 / 4.001);
    }

    .Researcher {
        flex-wrap: wrap;
    }

    .Researcher_left {
        padding: 50px 0 0 10px;
        width: 100%;
        min-width: initial;
        max-width: initial;
    }

    .Researcher_right {
        padding-top: 50px;
        padding-left: 0;
    }

    .Forum ul li .Forum_bg span {
        font-size: 1.2rem;
        margin-top: -26px;
    }

    .Forum ul li .Forum_bg {
        /*height:190px;*/
        height: 400px;
    }

    .Forum ul li p {
        font-size: 1.1rem;
        line-height: 32px;
        height: 128px;
    }

    .Forum_btn {
        margin-top: 50px;
    }

    .Forum ul li button {
        padding: 12px 0;
        font-size: 1.12rem;
    }

    .Forum h3 {
        font-size: 2.8rem;
    }

    .Interflow_left {
        margin-right: 100px;
    }

        .Interflow_left h1 {
            font-size: 2.6rem;
        }

        .Interflow_left p {
            font-size: 1.4rem;
        }

        .Interflow_left span {
            font-size: 1.1rem;
            line-height: 32px;
        }

    .Interflow_right {
        height: 270px;
    }

        .Interflow_right > div img {
            height: 270px;
        }

    .video_text > div {
        bottom: 40px;
        left: 40px;
    }

    .video_text p {
        font-size: 2.8rem;
    }

    .top_banner_menu {
        height: 100px;
    }

        .top_banner_menu .left a {
            width: 125.33px;
            height: 80px;
        }

    .Experts_list .head_div {
        width: 160px;
        height: 160px;
        min-width: 160px;
    }

    .Experts {
        padding: 0 20px;
        height: 390px;
    }

    .Experts_list .head_text h1 {
        font-size: 2.4rem;
    }

    .Experts_list .head_text p {
        font-size: 1.1rem;
    }

    .footer_right .box_nd {
        margin-right: 20px;
    }

    .footer_right .box_st {
        margin-right: 30px;
    }

    .list_content {
        padding: 0 35px;
    }
}

@media(max-width:1136px) {
    .contact_us {
        padding: 38px 30px;
    }

        .contact_us .contact_text h4 {
            font-size: 1.8rem;
        }

        .contact_us .contact_text p {
            font-size: 1.2rem;
            max-width: 340px;
        }

        .contact_us .contact_btn a {
            padding: 15px 60px;
        }

    .Forum_swiper_div {
        padding: 20px 40px;
    }

    .Forum ul {
        /*padding:20px 40px;*/
        padding: 0;
    }

    .Forum h3 {
        font-size: 2.6rem;
    }

    .Interflow_left {
        margin-right: 90px;
    }

    .video_text > div {
        bottom: 40px;
        left: 40px;
    }

    .video_text p {
        font-size: 2.8rem;
    }

    .top_banner_menu {
        height: 100px;
    }

        .top_banner_menu .left a {
            width: 125.33px;
            height: 80px;
        }

    .Experts_list .head_text h1 {
        font-size: 2.3rem;
    }

    .layout_footer .footer_left {
        margin-right: 30px;
    }

    .footer_right .box_st {
        margin-right: 20px;
    }

    .footer_right .box_nd {
        margin-right: 10px;
    }

    .list_content {
        padding: 0 30px;
    }
}

@media(max-width:1024px) {
    .top_logo img {
        margin-left: 30px;
    }

    .top_btn {
        margin-right: 30px;
    }

    .top_banner_menu .search {
        margin-right: 24px;
        display: none;
    }

    .top_banner_menu {
        height: 100px;
    }

        .top_banner_menu .left a {
            width: 125.33px;
            height: 80px;
        }

    .video_text > div {
        bottom: 30px;
        left: 30px;
    }

    .video_text p {
        font-size: 3rem;
    }

    .New_text {
        margin-top: 20px;
    }

    .Event_text .event_news .event_news_img,
    .Event_text .event_news .event_news_text {
        height: 600px;
    }

    .Event_text .event_news_text h1 {
        margin-top: 90px;
    }

    .Event_text .event_news_text p {
        margin: 50px auto 10px;
    }

    .Event_text .event_news_text > div {
        margin-bottom: 40px;
    }

    .Experts_list .head_div {
        width: 140px;
        height: 140px;
        min-width: 140px;
    }

    .Experts_list .head_text h1 {
        font-size: 2rem;
    }

    .Experts_list .head_text p {
        font-size: 1rem;
    }

    .Experts {
        height: 370px;
    }

    .layout_footer {
        flex-wrap: wrap;
    }

        .layout_footer .footer_left {
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
        }

    .footer_right {
        justify-content: space-between;
    }

        .footer_right .box_st {
            width: 100%;
            max-width: 100%;
            margin-right: 40px;
        }

        .footer_right .box_nd {
            width: 100%;
            max-width: 100%;
            margin-right: 0;
        }

    .box_rd {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        margin-top: 20px;
    }

    .list_content {
        padding: 0 20px;
    }

    .nd_right {
        margin-top: 20px;
        width: 400px;
    }

    .menu_list > li h3 {
        font-size: 1.4rem;
    }
}

@media(max-width:960px) {
    .Institute_text h3 {
        font-size: 2.4rem;
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .Institute_text .text_content span {
        font-size: 1.2rem;
    }

    .Event_text .event_news_text h1 {
        font-size: 2.4rem;
        margin-top: 50px;
    }

    .Event_text .event_news_text p {
        font-size: 1.6rem;
        margin: 40px auto 10px;
    }

    .Event_text .event_news_text h5 {
        margin-bottom: 15px;
    }

    .Event_text .event_news_text > div {
        font-size: 1.1rem;
        margin-bottom: 40px;
    }

    .Event_text .event_news_text span {
        font-size: 1.2rem;
    }

        .Event_text .event_news_text span:after {
            width: 68px;
        }

    .Event_text .event_news .event_news_img,
    .Event_text .event_news .event_news_text {
        height: 466px;
    }

    .Researcher_left h1 {
        font-size: 2.8rem;
    }

    .Forum ul {
        flex-wrap: nowrap;
    }

        .Forum ul li {
            padding: 20px 0;
            box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
            margin-bottom: 20px;
            transition: box-shadow .2s ease-in-out;
        }

            .Forum ul li:hover {
                box-shadow: 0 6px 10px rgba(0,0,0,.14);
            }

            .Forum ul li .Forum_bg {
                height: 320px;
            }

                .Forum ul li .Forum_bg span {
                    font-size: 1.8rem;
                    margin-top: -39px;
                }

            .Forum ul li p {
                font-size: 1.1rem;
                line-height: 32px;
                /*height:initial;*/
                /*修改210512*/
                height: 128px;
            }

            .Forum ul li button {
                font-size: 1.1rem;
                padding: 10px 0;
            }

    .Forum_btn {
        margin-top: 40px;
    }

    .Forum h3 {
        font-size: 2.2rem;
        padding: 40px;
        padding-bottom: 0;
    }

    .Interflow {
        margin: 50px auto;
        padding: 0 40px;
    }

    .Interflow_left {
        margin-right: 30px;
    }

    .Interflow_right > div img {
        height: 250px;
    }

    .Interflow_right {
        height: 250px;
    }

    .Interflow_left p {
        font-size: 1.3rem;
    }

    .Experts_list .head_div {
        width: 160px;
        height: 160px;
        min-width: 160px;
        margin-right: 40px;
    }

    .Experts_list .head_text h1 {
        font-size: 2.4rem;
    }

    .Experts_list .head_text p {
        font-size: 1.1rem;
    }

    .Experts {
        height: 350px;
    }
}

@media(max-width:768px) {
    .toggle-nav-btn {
        display: block;
    }

    .newMenu_list {
        display: none;
    }

    .Institute_text .text_content {
        margin-bottom: 60px;
    }

    .Researcher_left h1 {
        font-size: 2rem;
    }

    .contact_us .contact_btn a {
        padding: 12px 25px;
        font-size: 1.2rem;
    }

    .Forum ul li .Forum_bg {
        height: 300px;
    }

    .contact_us {
        padding: 38px 30px
    }

    .Interflow {
        flex-wrap: wrap;
    }

    .Interflow_left {
        margin-bottom: 30px;
    }

    .Interflow_right {
        height: 300px;
    }

        .Interflow_right > div img {
            height: 330px;
        }

    .Interflow_left {
        margin-right: 0;
    }

    .top_logo img {
        margin-left: 0;
    }

    .top_logo {
        padding: 0 20px;
    }

    .top_btn {
        margin-right: 0;
    }

    .top_banner_menu {
        flex-wrap: wrap;
        height: 100px;
    }

        .top_banner_menu .left {
            width: 100%;
            justify-content: space-between;
            padding: 0 20px;
        }

    .toggle-nav-btn {
        margin: 0 20px;
    }

    .top_banner_menu .search {
        display: none;
    }
    /*.top_banner_menu .left img {
        width: 380px;
    }*/

    .video_text > div {
        left: 30px;
    }

    .video_text p {
        font-size: 2.4rem;
    }

    .Experts_list .head_div {
        width: 150px;
        height: 150px;
        min-width: 150px;
        margin-right: 30px;
    }
}

@media(max-width:992px) {
    .toggle-nav-btn {
        display: block;
    }

    .newMenu_list {
        display: none;
    }

    .top_banner_menu {
        flex-wrap: wrap;
        height: 100px;
    }

        .top_banner_menu .left {
            width: 100%;
            justify-content: space-between;
            padding: 0 20px;
        }

    .toggle-nav-btn {
        margin: 0 20px;
    }

    .top_banner_menu .search {
        display: none;
    }
}


@media(max-width:700px) {
    .Event_text .event_list {
        flex-wrap: wrap;
        border-top: 1px solid #fff;
    }

    .Interflow_right {
        height: 280px;
    }

        .Interflow_right > div img {
            height: 280px;
        }

    .Interflow_left {
        margin-right: 0;
    }

    .Experts_list .head_text h1 {
        font-size: 2.1rem;
    }

    .Experts_list .head_text p {
        font-size: 1rem;
    }
}

@media(max-width:650px) {
    /*.Forum ul li .Forum_bg img{
        height:100%;
    }*/
    .Forum ul li .Forum_bg span {
        font-size: 1.6rem;
    }

    .Forum ul li .Forum_bg {
        height: 240px;
    }

    .contact_us .contact_text p {
        font-size: 1.1rem;
    }

    .contact_us .contact_text h4 {
        font-size: 1.6rem;
    }

    .contact_us .contact_text p {
        max-width: 300px;
    }

    .Interflow_left {
        margin-right: 0;
    }

    .Experts {
        height: 310px;
    }

    .footer_right {
        flex-wrap: wrap;
        text-align: center;
    }

        .footer_right .box_st {
            margin-bottom: 20px;
        }

    .Event_text .event_news_text h1 {
        font-size: 2.2rem;
    }

    .Event_text .event_news_text p {
        margin: 30px auto 26px;
    }

    .friend_link .left img {
        width: 160px;
    }

    .friend_link .right {
        width: 100%;
        justify-content: center;
    }
}

@media(max-width:540px) {
    .list_content {
        padding: 0 15px;
    }

    .video_text p {
        font-size: 1.4rem;
    }
}

@media (max-width:510px) {
    .Institute_text h3 {
        font-size: 2rem;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .Institute_text .text_content span {
        font-size: 1.1rem;
        line-height: 30px;
    }

    .Researcher_right {
        padding-top: 30px;
    }

        .Researcher_right .right_item {
            width: 50%;
        }

    .Researcher_left {
        padding-bottom: 5px;
        padding-top: 30px;
    }

        .Researcher_left h1 {
            font-size: 1.6rem;
        }

        .Researcher_left p {
            font-size: 1rem;
        }

    .contact_us .contact_text p {
        font-size: 1rem;
    }

    .contact_us .contact_text h4 {
        font-size: 1.3rem;
    }

    .contact_us .contact_btn a {
        padding: 6px 15px;
        width: 70px;
        font-size: 1.1rem;
    }

    .Interflow_right {
        height: 230px;
    }

        .Interflow_right > div img {
            height: 230px;
        }

    .Interflow_left h1 {
        font-size: 2.2rem;
    }

    .Interflow_left p {
        font-size: 1.2rem;
    }

    .Interflow_left span {
        font-size: 1rem;
        line-height: 28px;
    }

    .Interflow_left {
        margin-right: 0;
    }

    .Experts {
        height: 260px;
    }

    .Experts_list .head_div {
        width: 120px;
        height: 120px;
        min-width: 120px;
        margin-right: 20px;
        margin-left: 20px;
    }

    .Experts_list .head_text h1 {
        font-size: 1.6rem;
    }

    .Experts_list .head_text p {
        font-size: .875rem;
    }

    .Experts_list .head_text {
        padding-right: 20px;
    }

    .Upto_top {
        right: 10px;
        width: 40px;
        height: 40px;
        bottom: 40px;
    }

    /*.top_banner_menu .left img{
        width:250px;
    }*/
    .video_text p {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }

    .video_text span {
        margin-bottom: 15px;
        width: 100%;
        font-size: .9rem;
    }

    .video_text button {
        padding: 10px 15px;
        font-size: 1rem;
    }

    .video_text > div {
        left: 20px;
        bottom: 20px;
    }

    .event_news {
        flex-wrap: wrap;
    }

    .Event_text .event_news .event_news_img {
        width: 100%;
        height: 280px;
    }

    .Event_text .event_news .event_news_text {
        width: 100%;
        height: initial;
        padding: 40px 0 50px;
    }

    .Event_text .event_news_text h1 {
        margin-top: 10px;
        font-size: 2rem;
    }

    .Event_text .event_news_text p {
        font-size: 1.5rem;
        margin: 30px auto 25px;
    }

    .Event_text .event_news_text h5 {
        font-size: .8rem;
    }

    .Event_text .event_news_text > div {
        margin-bottom: 40px;
    }

    .layout_footer .footer_left > div {
        max-width: 200px;
    }
}

@media(max-width:414px) {

    .Institute_text h3 {
        font-size: 2rem;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .Institute_text .text_content {
        margin-bottom: 30px;
    }

        .Institute_text .text_content span {
            font-size: 1rem;
            line-height: 28px;
        }

    .Event_text .event_news_text h1 {
        font-size: 1.6rem;
        margin-top: 0;
    }

    .Event_text .event_news_text p {
        font-size: 1.2rem;
        margin: 25px auto 10px;
    }

    .Event_text .event_news_text > div {
        font-size: 1rem;
        margin-bottom: 28px;
    }

    .Event_text .event_news_text span {
        font-size: 1.1rem;
    }

        .Event_text .event_news_text span:after {
            width: 62px;
        }

    .event_news {
        flex-wrap: wrap;
    }

    .Event_text .event_news .event_news_img {
        width: 100%;
        height: 280px;
    }

    .Event_text .event_news .event_news_text {
        width: 100%;
        height: initial;
        padding: 40px 0;
    }

    .Event_text .event_list li h4 {
        margin-top: 0;
    }

    .Event_text .event_list li {
        height: initial;
        padding: 60px 0;
    }

    .contact_us .contact_text h4 {
        font-size: 1.3rem;
    }

    .contact_us .contact_text p {
        font-size: .875rem;
    }

    .contact_us {
        padding: 20px;
    }

        .contact_us .contact_btn a {
            min-width: 70px;
            text-align: center;
            display: block;
            padding: 6px 17px;
            margin-left: 20px;
            font-size: 1rem;
        }

    .Forum_swiper_div {
        padding: 20px 0;
    }

    .Forum ul {
        /*padding: 20px 0;*/
        padding: 0;
    }

        .Forum ul li .Forum_bg span {
            font-size: 1.3rem;
        }

        .Forum ul li .Forum_bg {
            /*height:190px;*/
            height: 260px;
        }

        .Forum ul li p {
            font-size: 1rem;
            line-height: 28px;
            /*height:initial;*/
            /*修改210512*/
            height: 112px;
        }

    .Interflow {
        padding: 0 20px;
    }

    .Interflow_left {
        margin-bottom: 20px;
    }

    .Interflow_right {
        height: 210px;
    }

        .Interflow_right > div img {
            height: 210px;
        }

    .video_text > div {
        width: 100%;
        bottom: 25px;
        left: 0;
        padding: 0 10px;
    }

    .video_text p {
        font-size: 1.4rem;
        margin: 0 0 15px 0;
    }

    .video_text span {
        font-size: .875rem;
        width: 100%;
        margin-bottom: 10px;
    }

    .video_text button {
        padding: 8px 15px;
        font-size: 1rem;
    }

    .video_text {
        height: 100%;
    }



    .top_banner_menu {
        height: 50px;
    }

    .toggle-nav-btn {
        margin-left: 20px;
    }

    .top_banner_menu .search {
        display: none;
    }

    /*.top_banner_menu .left img {
        width: 230px;
    }*/
    .top_banner_menu .left a {
        width: 62.63px;
        height: 40px;
    }

    .hero-header .video-control {
        bottom: 20px;
    }

    .top_logo {
        padding: 0 10px;
    }

        .top_logo img {
            min-width: 100px;
            margin-left: 0;
            width: 100px;
        }

    .top_banner {
        height: initial;
        padding: 10px 0 !important;
        flex-wrap: wrap;
    }

    .top_btn {
        margin-right: 0;
        padding: 0 10px;
        width: 100%;
        justify-content: space-between;
    }

    .top_banner_menu .left {
        padding-right: 20px;
        width: 100%;
        justify-content: space-between;
    }

    .Experts_list .head_div {
        width: 100px;
        height: 100px;
        min-width: 100px;
    }

    .Experts_list .head_text h1 {
        font-size: 1.3rem;
    }

    .Experts_list .head_text {
        padding-right: 0;
    }

    .Experts_list .head_div {
        margin-left: 0;
    }

    .Experts {
        height: 230px;
    }

    .footer_right .box_st {
        margin-right: 0;
    }

    .layout_footer .footer_left {
        margin-right: 0;
    }

    .All_menu {
        padding: 20px;
    }

        .All_menu .menu_list {
            flex-wrap: wrap;
        }

            .All_menu .menu_list > li {
                margin: 0;
            }

        .All_menu .menu_chlidren_list li {
            margin: 6px 0px;
        }

        .All_menu .nd_div {
            margin-bottom: 10px;
        }

            .All_menu .nd_div .nd_left {
                flex-wrap: wrap;
            }

            .All_menu .nd_div .top_menu {
                margin-top: 20px;
                display: flex;
                flex-wrap: wrap;
                width: 100%;
                margin-left: 0;
            }

                .All_menu .nd_div .top_menu li {
                    margin-bottom: 10px;
                }

        .All_menu .st_div {
            justify-content: flex-start;
            flex-wrap: wrap-reverse;
        }

            .All_menu .st_div .st_left {
                margin-top: 20px;
            }
}

@media(max-width:320px) {
    .friend_link .right > div img {
        width: 120px;
        height: 120px;
    }

    .contact_us .contact_text h4 {
        font-size: 1.1rem;
    }

    .contact_us .contact_btn a {
        min-width: 56px;
        margin-left: 10px;
        font-size: .875rem;
    }

    .Forum h3 {
        font-size: 1.4rem;
        padding: 20px;
        padding-bottom: 0;
    }

    .Forum ul {
        padding-top: 0;
        padding: 0;
    }

    .Researcher_right {
        padding-bottom: 40px;
    }

    .Event_text .event_list li h4 {
        font-size: 1.3rem;
    }

    .Event_text .event_list li p {
        font-size: .875rem;
    }

    .Interflow_right {
        height: 160px;
    }

        .Interflow_right > div img {
            height: 160px;
        }

    .video_text > div {
        width: 100%;
        bottom: 10px;
        left: 0;
        padding: 0 10px;
    }

    .video_text p {
        font-size: 1.4rem;
        margin: 0 0 15px 0;
    }

    .video_text span {
        font-size: .875rem;
        width: 100%;
        margin-bottom: 10px;
    }

    .video_text button {
        padding: 8px 15px;
        font-size: 1rem;
    }

    .video_text {
        height: 100%;
    }

    .top_banner_menu {
        height: 50px;
    }

    .toggle-nav-btn {
        margin-left: 20px;
    }

    .top_banner_menu .search {
        display: none;
    }
    /*.top_banner_menu .left img{
        width:200px;
    }*/
    .hero-header .video-control {
        bottom: 20px;
    }

    .top_logo {
        padding: 0 10px;
    }

        .top_logo img {
            min-width: 100px;
            margin-left: 0;
            width: 100px;
        }

    .top_banner {
        padding: 10px 0;
        flex-wrap: wrap;
    }

    .top_btn {
        margin-right: 0;
        padding: 0 10px;
    }

    .Experts_list .head_text p {
        -webkit-line-clamp: 3;
    }
}


.sidebar-menu-item {
    padding: 0;
}

    .sidebar-menu-item a {
        font-size: 1rem;
        padding: 0.70rem 2.25rem 0.70rem 1rem;
        margin: 0 0.75rem 0 0.75rem;
        position: relative;
        display: block;
        border-radius: 8px;
        /*background-color: rgba(0, 0, 0, 0.05);*/
    }

        .sidebar-menu-item a:not(.no-arrow).active {
            /*background-color: rgba(0, 0, 0, 0.05);*/
            background-color: transparent;
            color: initial;
        }

        .sidebar-menu-item a::after {
            display: block;
            position: absolute;
            top: 50%;
            right: 1rem;
            width: 0.8rem;
            height: 0.8rem;
            margin-top: -0.4rem;
            content: "";
            mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") no-repeat;
            mask-size: cover;
            -webkit-mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") no-repeat;
            -webkit-mask-size: cover;
            background-color: currentColor;
            transition: transform .2s ease-in-out;
        }

        
        .sidebar-menu-item a.no-arrow::after {
            display: none;
        }

        .sidebar-menu-item a.active, .sidebar-menu-item a:hover, .sidebar-menu-item a:not(.no-arrow).active:hover {
            background-color: #0062ac;
            color: #fff;
        }

        .sidebar-menu-item a:not(.collapsed)::after {
            transform: rotate(180deg);
        }

.sidebar-submenu {
    
    padding: 0;
    margin-left: 2rem;
}

    .sidebar-submenu a {
        padding-left: 1rem;
        margin-top: 0.5rem;
        
    }

        .sidebar-submenu .no-arrow {
            background-color: transparent;
        }

    .sidebar-submenu a.active {

    }

.sidebar-submenu-lv3 {
    padding: 0 0 0 0;
    margin-left: 2rem;
}
    .sidebar-submenu-lv3 a {
        font-weight: normal;
        margin-top: 0.5rem;
        background-color: transparent;
    }

    .sidebar-submenu-lv3 a.active {

        position: relative;
    }

        /*.sidebar-submenu-lv3 a.active:before {
            position: absolute;
            top: 0.75rem;
            left: 0;
            display: block;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            content: '';
            background-color: #626262;
        }*/

.list-group-dotted > .list-group-item {
    position: relative;
    border-style: dashed;
}

    .list-group-dotted > .list-group-item:last-child {
        border-bottom-width: 1px !important;
    }

    .list-group-dotted > .list-group-item::before {
        position: absolute;
        top: 50%;
        margin-top: -2px;
        left: 0.25rem;
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        content: '';
        background-color: #626262;
    }

.h-list-html strong {
    color: initial;
}

@media(min-width: 992px) {
    .btn-contrack {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: auto;
        margin-right: 40px;
    }

    .List_topmenu {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .right_menu {
        position: relative;
        top: auto;
        left: auto;
    }
}

@media(min-width: 1400px) {
    #experts-swiper .swiper-button-next {
        right: -40px;
    }

    #experts-swiper .swiper-button-prev {
        left: -40px;
    }
}

@media(min-width:992px) and (max-width:1199.98px) {
    .newMenu_list p {
        font-size: 16px;
    }
}
