/*
* {
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 16px;
}
*/

#header {
    border-bottom: none;
    background-color: rgba(0, 75, 168, 1);
}

#header-wrap {
    background-color: rgba(0, 75, 168, 1);
}

.news > li > a:hover > span, .news > li > a:hover > p {
    font-weight: bold;
}

.row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.9);
    padding-left: calc(var(--bs-gutter-x) * 0.9);
}

.footer-gradient {
    background: linear-gradient(to right, rgba(0, 75, 168, 0.86), rgba(0, 75, 168, 0.69));
}

.svg-trigger path {
    stroke: #ffffff;
}

.sub-menu-trigger .icon-chevron-right {
    color: white;
}

a {
    color: #000000;
}

li {
    list-style: none;
}


.mr-10 {
    margin-right: 10px !important;
}

.border-b-2 {
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #00873c, #00873c, #a3a632);
}

.index_title {
    padding-top: 10px;
    margin-bottom: 30px;
    display: block;
    height: 60px;
}

.channel_title {
    font-weight: 500;
    text-align: center;
    position: relative;
    line-height: 60px;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    color: #555555;
}

.channel_link {
    float: right;
    margin: 15px auto 0;
    line-height: 30px;
    color: #555555;
}

.en_channel_title {
    color: #999;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 50px 14px 0;
    position: relative;
    vertical-align: middle;
    margin: 0 0 0 6px;
    line-height: 22px;
}

.en_channel_title::before {
    content: '';
    display: block;
    width: 110px;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 0;
    bottom: 0;
}

.en_channel_title::after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: /*#ad935e*/ linear-gradient(to right, #00873c, #00873c, #a3a632);
    position: absolute;
    left: 0;
    bottom: 0;
}

.news li {
    height: 42px;
    line-height: 42px;
}

.entry-title a:hover {
    font-weight: bold;
    /*color:#1966BD;*/
    color: rgba(31, 165, 0);
}

.news li p {
    float: left;
    width: calc(100% - 100px);
    font-size: 16px;
    color: #333333;
    margin-bottom: 5px;
    transition: all 0.3s;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news li span {
    /*float: right;*/
    font-size: 16px;
    /*color: #999999;*/
    transition: all 0.3s;
}

.grey-border-1 {
    border-bottom: 1px solid rgba(229, 229, 229);
    padding-bottom: 2.5vw;
    margin-bottom: 1vw;
}


#logo a {
    width: auto;
}


@media (min-width: 992px) {
.lg-pb-5{
padding-bottom:3rem;
}

    .logo {
        height: 4.2rem !important;
    }

    .sticky-header #header-wrap {
        background-color: rgba(0, 75, 168, 1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }


    .menu-link > div {
        color: white;
        font-weight: 500;
        font-size: 1.1rem;
    }

    .sub-menu-container .menu-item > .menu-link {
        padding: 5px;
    }

    .sub-menu-container > .menu-item > .menu-link > div {
        color: white;
        padding: 10px 0;
        text-align: center;
    }

    .primary-menu:not(.on-click) .menu-item:not(.mega-menu) .sub-menu-container, .primary-menu:not(.on-click) .mega-menu-content {
        background-color: rgba(0, 75, 168, 1);
    }

    .sub-menu-container {
        border-top: 2px solid goldenrod;
    }

    .menu-item:hover > .menu-link,
    .menu-item.current > .menu-link,
    .sub-menu-container > .menu-item > .menu-link:hover {
        color: #333333;
        background-color: rgba(0, 75, 168, 1);
    }


    .flex-lg-start {
        display: flex;
        justify-content: flex-start;
    }

    .header-size-sm .header-wrap-clone {
        height: calc(50px);
    }
.imgNews{height:9vw!important;}

}


@media (min-width: 1380px) {
    .d-col-pd {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media (max-width: 1180px) {
    .logo {
        height: 3rem !important;
    }
}

@media (max-width: 992px) {

 .sm-mb-1{margin-bottom:0.5rem;}


.imgNews{height:30vw!important;}

.sm-p-0 {
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
}
    .wh-45 {
        height: 45vw !important;
    }


    .menu-link > div {
        color: white;
    }

    .menu-item .sub-menu-trigger {
        color: white;
    }

    .sm-p-2 {
        padding-bottom: 2rem;
    }

    .sm-center {
        text-align: center;
    }

    .sm-hide {
        display: none;
    }

    .logo {
        height: 2.3rem !important;
    }

    #logo a {
        width: 100%;
    }

    .sm-flex-center {
        display: flex;
        justify-content: center !important;
    }
.m-p{
padding:0.25rem 0!important;

}
}


@media (max-width: 768px) {

    .card-img-top {
        height: 150px !important;
    }

    .logo {
        height: 2.2rem !important;
        margin: 1rem auto;
    }
}

.foot-logo {
    width: 100%;
    height: auto;
}


#footer {
    border-top: 5px solid rgba(0, 0, 0, 0.2);
}

.posts-md {
    transition: all 0.5s;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
}

.flip-card-front::after,
.flip-card-back::after {
    opacity: 0.3;
}

.leftMenu {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px #f3f3f3;
    background: #fff;
    border: 1px solid #eee;
}

.leftMenu dl {
    margin-bottom: 0;
}

.leftMenu dt {
    background: linear-gradient(to bottom, rgba(0, 75, 168, 0.86), rgba(0, 75, 168, 0.99));
    padding: 16px 15px;
}

.leftMenu dd {
    padding: 0;
    margin-bottom: 0;
}

.leftMenu dt span {
    display: block;
    border-left: 2px solid #fcc82a;
    color: #fff;
    padding-left: 10px;
}

.leftMenu dt h4 {
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0;
    color: white;
    font-family: "Microsoft YaHei", sans-serif;
}

.leftMenu dt h5 {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
}

.leftMenu dd:last-child {
    border: none;
}

.leftMenu dd {
    border-bottom: 1px solid #dfe2e7;
}

.leftMenu dd.on a {
    color: rgba(0, 75, 168, 1);
}

.leftMenu dd a {
    display: block;
    line-height: 26px;
    padding: 12px 28px;
    font-size: 16px;
}

.no-radius {
    border-radius: 0;
    border: none;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
}

.a-select {
    position: relative;
    height: 36px;
}

.select-div {
    text-align: center;
    color: #fff;
    line-height: 36px;
    background: url(/images/foot-link-bj.png) no-repeat;
    background-size: 100% 100%;
}

.a-select ul {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    border: 1px solid #fff;
    border-bottom: 0;
    background-color: rgba(41, 100, 175, 0.9);
}

.a-select ul li {
    line-height: 40px;
    text-align: center;
}

.flex-vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flex-lg-start {
    display: flex;
    justify-content: flex-start;
}

#footer .footer-widgets-wrap {
    position: relative;
    padding: 50px 0;
}

.icon-chevron-right:before {
    content: "\e99a";
}


.pl-pr-2 {
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (min-width: 992px) {

    .wh-32 {
        height: 32vw !important;
    }

    .sub-menu-container .menu-item {
        border-bottom: dashed rgba(247, 247, 247, 0.2) 1px;
    }

    .header-size-sm .header-wrap-clone {
        height: auto;
    }

    .header-size-sm .menu-container > .menu-item > .menu-link {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .card-img-top {
        height: 15vw !important;
    }
}

@media (min-width: 1780px) {
    .card-img-top {
        height: 13vw !important;
    }
}


.swiper-slide {
    padding: 0 15px;
}


.heading-block::after {
    width: 60px;
    border-top: 3px solid darkgoldenrod;
}

.heading-block.text-center::after {
    margin: 10px auto 0;
}

#copyrights {
    background: linear-gradient(to right, rgba(0, 75, 168, 0.86), rgba(0, 75, 168, 0.69));
}

.pb-8 {
    padding-bottom: 7rem !important;
}

.enlarge:hover {
    box-shadow: 0 10px 30px -5px rgba(10, 16, 34, .2);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.form-control:focus {
    color: white;
}

input::placeholder {
    color: #dddddd !important;
}

.areaTitle {
    width: 100%;
    height: 40px;
    margin: 40px 0 20px 0;
    display: flex;
    justify-content: space-between;
}

.areaTitle label {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(to bottom right, rgba(0, 75, 168, 0.6) 50%, rgba(0, 75, 168, 0.8) 50%);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.title-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.areaTitle span {
    padding-left: 15px;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
}

.areaTitle span span {
    font-size: 15px;
    color: #BBBBBB;
    font-weight: normal;
    text-transform: uppercase;
}

.tab-nav {
    padding: 0;
    border: none;
}

.tab-nav li {
    border: none;
}

.ui-tabs-anchor {
    font-size: 1.2rem;
    color: white;
}

.tab-nav li a {
    color: white;
    background-color: transparent;
}

.tab-nav li.ui-tabs-active a {
    font-size: 1.5rem;
    background-color: transparent;
}

.tab-nav li:first-child {
    border-left: none;
}

.bg-yw {
    font-size: 1.2rem;
    background-color: rgba(235, 243, 252, 1) !important;
}

.yw-icon {
    color: rgba(0, 75, 168, 0.5);
}

.dez-separator-outer {
    overflow: hidden;
}

.dez-separator.style-skew {
    width: 15px;
    height: 10px;
    margin-left: 1px;
    margin-right: 1px;
    -moz-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.dez-separator {
    display: inline-block;
    height: 2px;
    width: 50px;
    margin-bottom: 10px;
    position: relative;
}

.dez-separator.style-skew[class*="style-"]:after {
    background-color: white;
}

.dez-separator.style-skew[class*=style-]:after, .dez-separator.style-skew[class*=style-]:before {
    width: 80px;
    height: 2px;
    left: 20px;
    -moz-transform: translateY(-50%) skewX(-10deg);
    -webkit-transform: translateY(-50%) skewX(-10deg);
    -o-transform: translateY(-50%) skewX(-10deg);
    -ms-transform: translateY(-50%) skewX(-10deg);
    transform: translateY(-50%) skewX(-10deg);
}

.dez-separator[class*=style-]:after, .dez-separator[class*=style-]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 40px;
    width: 70px;
    height: 2px;
    background: #eee;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.horizontal-li > li {
    display: inline-block;
    color: white;
    font-size: 16px;
    line-height: 30px;
}

.horizontal-li > li:not(:last-child) {
    margin-right: 2rem;
}


@media only screen and (max-width: 1366px) {
    .aqtt_top {
        padding-bottom: 15px;
        margin-bottom: 5px;
    }
}

.aqtt_top {
    width: 100%;
    float: left;
    padding-bottom: 25px;
    margin-bottom: 10px;
    border-bottom: #ccc 1px solid;
}

.aqtt_top h3 {
    width: 100%;
    float: left;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    color: #333;
    margin-bottom: 8px;
}

.aqtt_top p {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #808080;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.entry-title > h3 {
    overflow: hidden;
word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.top-search-open #top-search a i:nth-child(1), #top-search a i.icon-cross2:nth-child(2) {
    opacity: 0;
}
.top-search-open #top-search a i.icon-cross2:nth-child(2) {
    opacity: 1;
    z-index: 11;
    font-size: 1rem;
}

.swiper-pagination span:hover, .swiper-pagination span.swiper-pagination-bullet-active {
            background-color: goldenrod !important;
        }


        .swiper-slide img {
            width: 100%;
            height: 15vw;
            min-width: 100%;
            min-height: 100%;
            object-fit: cover;
            opacity: 1;
        }

        .swiper-button-prev, .swiper-button-next {
            color: white;
        }

        .swiper-slide > a > p {
            position: absolute;
            z-index: 9;
            bottom: 0;
            display: block;
            width: 100%;
            height: 50px;
            line-height: 50px;
            color: #fff;
            font-size: 14px;
            text-align: center;
            padding: 0 5%;
            background-color: rgba(0, 0, 0, 0.4);
            margin-bottom: 0 !important;
        }

@media screen and (min-width: 992px) and (max-width: 1092px) {
    .search-hide{
        display: none;
    }

.logo {
        height: 3rem !important;
    }
}

@media screen and (min-width: 1093px) and (max-width: 1192px) {
    .logo {
        height: 3.2rem !important;
    }
}

.fs12 {
font-size:1.2rem;
}
.swiper-pagination span {	
	width: 15px;
	height: 15px;
border: 3px solid #FFF;
}


.block-gallery-9 .entry-title h3 {
            text-transform: none;
            font-weight: 500;
            letter-spacing: 0;
        }

        .block-gallery-9 .entry-title:hover h3 a {
            color: #DDD
        }

        .block-gallery-9 .btn-more {
            opacity: 0;
            font-size: 1.5rem;
            color: #FFF;
            transition: opacity .3s ease;
        }

        .block-gallery-9 .grid-item .bg-overlay-content {
            top: auto;
            bottom: -40px;
            transition: bottom .3s ease;
        }

        .block-gallery-9 .grid-item:hover .bg-overlay-content {
            bottom: 0;
        }

        .block-gallery-9 .grid-item:hover .btn-more {
            opacity: 1;
        }

        .block-gallery-9 .entry-meta li {
            font-style: italic;
            font-size: 90%;
        }

        .block-gallery-9 .dark .entry-meta li,
        .block-gallery-9 .dark .entry-meta li a {
            color: rgba(255, 255, 255, 0.8);
        }

        .bg-overlay-content {
            padding: 0 1rem;
        }

.pb_sys_style3 .p_no_d {
    border: 1px solid rgba(0, 75, 168, 1)!important;
    background-color: rgba(0, 75, 168, 1)!important;
}