/* * {
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 17px;
}
*/
.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);
}


.gradient-edge {
    background-image: linear-gradient(to right, rgba(38, 92, 163, 1) 25%, rgba(38, 92, 163, 0.5), rgba(38, 92, 163, 1));
}

.head-gradient {
    background-image: linear-gradient(to bottom, rgba(40, 122, 44, 0.9), rgba(98, 162, 16, 0.8) 100%);
}

.footer-gradient {
    background: linear-gradient(to right, rgba(0, 135, 60, 0.96), rgba(75, 149, 55, 0.99));
}


.menu-link > div {
    font-size: 17px;
    font-weight: 500;
}

.menu-item:hover > .menu-link,
.menu-item.current > .menu-link,
.sub-menu-container > .menu-item > .menu-link:hover {
    color: #333333;
    /*color:rgba(31,165,0);*/
    /*background-color: white !important;*/
}

.menu-item > .menu-link {
    /*color: white;*/
    font-weight: 500;
    letter-spacing: 2px;
}

.sticky-header #header-wrap {
    background-color: rgba(31, 165, 0);
}


.svg-trigger path {
    stroke: #ffffff;
}

.sub-menu-trigger .icon-chevron-right {
    color: white;
}

a {
    color: #000000;
}

li {
    list-style: none;
}

/*banners  css*/
.banners {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 35vw;
    z-index: 2;
    margin: 0 auto;
}

.banners .hd {
    margin: 0 auto;
    width: 100%;
}

.banners .hd ul {
    position: absolute;
    bottom: 1rem;
    z-index: 3;
    left: 48%;
}

.banners .hd li {
    display: inline-block;
    overflow: hidden;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: 0 10px;
    font-size: 1rem;
    color: #b0252a;
    width: 0.75rem;
    height: 0.75rem;
    line-height: 2.5rem;
    border-radius: 50%;
    border: 1px solid #fff;
}

.banners .hd li.on {
    background: #fff;
}

.banners .bd {
    position: relative;
    z-index: 1;
}

.banners .bd li {
    position: relative;
    overflow: hidden;
}

.banners .bd li a {
    display: block;
}

.banners .bd li .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3.125rem;
}

.banners .bd li .text p {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 3.125rem;
    height: 3.125rem;
    font-size: 1.125rem;
    color: white;
    font-weight: bold;
}

.banners .bd li .pic img {
    vertical-align: top;
    width: 100%;
    -webkit-animation-name: centerBig;
    animation-name: centerBig;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

.banners .prev {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 50%;
    margin-top: -30px;
    display: block;
    width: 40px;
    background: url(../images/banner-left.png) no-repeat;
    height: 60px;
    cursor: pointer;
}

.banners .next {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 50%;
    margin-top: -30px;
    display: block;
    width: 40px;;
    background: red;
    background: url(../images/banner-right.png) no-repeat;
    height: 60px;
    cursor: pointer;
}

@keyframes centerBig {
    from {
        transform: scale(1.0, 1.0);
    }
    to {
        transform: scale(1.03, 1.03);
    }
}

.primary-menu {
    width: 100%;
}


.time-news {
    margin-top: 0;
    margin-bottom: 20px;
}

.time-news:hover > .dateDiv > .calDate {
    font-weight: normal !important;
}

.flex-a {
    display: flex;
}

.dateDiv {
    display: inline-block;
    padding: 0;
    width: 66px;
    border-right: 1px solid rgba(31, 165, 0);
}

.calDay {
    text-align: center;
    font-family: "Times New Roman";
    color: rgba(31, 165, 0);
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5rem;
    height: 1.5rem;
    width: 66px;
}

.calDate {
    text-align: center;
    padding: 1px 2px;
    color: #222;
    font-family: "Times New Roman";
    width: 66px;

}

.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% - 90px);
    font-size: 17px;
    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: 15px;
    /*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: 768px) {
    .padding-logo {
        padding: 45px 3rem;
    }

    .logo {
        height: 6.5rem !important;
    }

    .sm-logo {
        height: 5.2rem !important;
    }

    .float-lg-right {
        float: right !important;
    }
}


@media (min-width: 992px) {


    .sticky-header .menu-container > .menu-item > .menu-link > div {
        text-align: center;
        color: white;
    }

    .sub-menu-container .menu-item > .menu-link {
        font-weight: 500;
        font-size: 15px;
    }

    .sub-menu-container .menu-item > .menu-link:hover {
        /*color: #265ca3;*/
        color: rgba(31, 165, 0, 1);
    }

    .sub-menu-container, .mega-menu-content {
        /*border-top: 1px solid #265ca3;*/
        border-top: 1px solid rgba(31, 165, 0, 1);
    }

    .menu-container > .menu-item {
        width: 9.8%;
    }

    .menu-container > .menu-item > .menu-link > div {
        text-align: center;
    }

    .flex-lg-start {
        display: flex;
        justify-content: flex-start;
    }

    .header-size-sm .header-wrap-clone {
        height: calc(50px);
    }

    .lg-pb-5 {
        padding-bottom: 3rem !important;
    }

.wh-35{
            height: 35vw!important;
        }
.swiper {
    margin-top: 48px;

}
}

@media (min-width: 1380px) {
    .d-col-pd {
        padding-left: 6%;
        padding-right: 6%;
    }
}

@media (max-width: 992px) {
    .sub-menu-container .menu-item > .menu-link {
        color: #333333;
    }

    .sm-p-2 {
        padding-bottom: 2rem;
    }

    .sm-center {
        text-align: center;
    }

    .sm-hide {
        display: none;
    }

    .logo {
        height: 4rem !important;
        margin: 1rem auto;
    }

    #logo a {
        width: 100%;
    }

    .sm-flex-center {
        display: flex;
        justify-content: center !important;
    }

    .swiper-slide img {
        width: 100%;
        height: 50vw;
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
        opacity: 1;
    }

    .pt-10 {
        padding-top: 0.2rem;
    }

    .sm-p-0 {
        padding-left: 0.2rem !important;
        padding-right: 0.2rem !important;
    }

    .sm-pb-1 {
        padding-bottom: 0.2rem !important;
    }

    .sm-pt-1 {
        padding-top: 1rem !important;
    }

.wh-45{
            height: 45vw!important;
        }

#header{border-bottom:none;}

.sm-mb-1{margin-bottom:1rem!important}

}

@media (max-width: 768px) {

    .padding-logo {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .logo {
        height: 3.1rem !important;
        margin: 0.8rem auto;
    }

    /*.sm-logo{
        height: 3.2rem !important;
    }*/
}

.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);
}

.entry-image img {
    border-radius: 0;
}

.entry-title, .entry-meta {
    padding: 2px 15px 5px;
    margin-top: 0;
}

.entry-meta {
    padding: 2px 15px 25px;
    margin-top: 0;
}


.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(63, 137, 65, 0.86), rgba(128, 179, 64, 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(31, 165, 0);
}

.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);
}


.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) {
    .primary-menu:not(.on-click) .menu-item:not(.mega-menu) .sub-menu-container, .primary-menu:not(.on-click) .mega-menu-content {
        background-color: rgba(253, 253, 253, 0.9);
    }

    .menu-container > .menu-item:not(.mega-menu) .sub-menu-container:not([class*='col']) {
        width: 100%;
    }

    .sub-menu-container .menu-item {
        border-bottom: dashed #DDDDDD 1px;
    }

    .header-size-sm .header-wrap-clone {
        height: auto;
    }

    .header-size-sm .menu-container > .menu-item > .menu-link {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .swiper-slide img {
        width: 100%;
        height: 15vw;
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
        opacity: 1;
    }

    .pt-10 {
        padding-top: 6rem;
    }

    .lg-pb-1 {
        padding-bottom: 1rem;
    }
.ztImg{height:12vw;width:100%}

}

.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;
}

.swiper-pagination span:hover, .swiper-pagination span.swiper-pagination-bullet-active {
            background-color: goldenrod !important;
        }

/**/
.heading-block::after {
    width: 60px;
    border-top: 3px solid darkgoldenrod;
}

.heading-block.text-center::after {
    margin: 10px auto 0;
}

#copyrights {
    background-color: rgba(31, 165, 0);
}

.pb-8 {
    padding-bottom: 7rem !important;
}

::selection {
    background: rgba(31, 165, 0);;
}

.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);
}

#content {
    background-color: transparent;
}

.bottom-shadow {
    box-shadow: 0 5px 10px -5px rgba(10, 16, 34, .2) !important;
}

.divider {
    margin: 1.5rem auto;
}

.news-from::after {
            content: '\205E';
            width: 5px;
            display: inline-block;
            padding-left: 0.5rem;
            margin-right: 0.5rem;
            opacity: 0.5;
        }