@charset "UTF-8";

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #333;
    margin: 0;
    padding: 0;
    color: #000;
    overflow-x: hidden;
    font-family: "san",'Noto Sans SC',Arial, "微软雅黑";
}

p, h1, h2, h3, h4, h5, h6, ul, li, input, dl, dt, dd, header, article, iframe, footer, ol, div, img {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
    vertical-align: middle;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
}

a, i, span, :before, :after {
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a {
    text-decoration: none !important;
}

input, button, select, textarea {
    outline: none;
    font-family: Arial, "微软雅黑";
    font-size: 12px;
}

.flex {
    display: flex;
    align-items: center;
}

.textColor {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

@-webkit-keyframes zoomin {
    0% {
        opacity: 0.5;
        -webkit-transform: perspective(400px) scale(0.5);
        margin: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) scale(1.6);
        margin-top: -50vh;
        margin-left: -14vw;
    }
}

@-moz-keyframes zoomin {
    0% {
        opacity: 0.5;
        -moz-transform: perspective(400px) scale(0.5);
        margin-top: -0;
    }

    100% {
        opacity: 1;
        -moz-transform: perspective(400px) scale(1.6);
        margin-top: -50vh;
        margin-left: -14vw
    }
}

@-webkit-keyframes zoomin1 {
    0% {
        opacity: 0.5;
        -webkit-transform: perspective(400px) scale(0.5);
        margin: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) scale(1.6);
        margin-top: 70vh;
        margin-left: 4vw;
    }
}

@-moz-keyframes zoomin1 {
    0% {
        opacity: 0.5;
        -moz-transform: perspective(400px) scale(0.5);
        margin-top: -0;
    }

    100% {
        opacity: 1;
        -moz-transform: perspective(400px) scale(1.6);
        margin-top: 70vh;
        margin-left: 4vw
    }
}

@-webkit-keyframes zoomin2 {
    0% {
        opacity: 0.5;
        -webkit-transform: perspective(400px) scale(0.5);
        margin: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) scale(1.6);
        margin-top: -50vh;
        margin-right: -20vw;
    }
}

@-moz-keyframes zoomin2 {
    0% {
        opacity: 0.5;
        -moz-transform: perspective(400px) scale(0.5);
        margin-top: -0;
    }

    100% {
        opacity: 1;
        -moz-transform: perspective(400px) scale(1.6);
        margin-top: -50vh;
        margin-right: -20vw
    }
}

@-webkit-keyframes zoomin3 {
    0% {
        opacity: 0.5;
        -webkit-transform: perspective(400px) scale(0.5);
        margin: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) scale(1.6);
        margin-bottom: 0;
        margin-left: -40vw;
    }
}

@-moz-keyframes zoomin3 {
    0% {
        opacity: 0.5;
        -moz-transform: perspective(400px) scale(0.5);
        margin: -0;
    }

    100% {
        opacity: 1;
        -moz-transform: perspective(400px) scale(1.6);
        margin-bottom: 0;
        margin-left: -40vw
    }
}

@-webkit-keyframes zoomin4 {
    0% {
        opacity: 0.5;
        -webkit-transform: perspective(400px) scale(0.5);
        margin: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) scale(1.6);
        margin-bottom: -50vh;
        margin-right: -20vw;
    }
}

@-moz-keyframes zoomin4 {
    0% {
        opacity: 0.5;
        -moz-transform: perspective(400px) scale(0.5);
        margin: -0;
    }

    100% {
        opacity: 1;
        -moz-transform: perspective(400px) scale(1.6);
        margin-bottom: -50vh;
        margin-right: -20vw
    }
}

@-webkit-keyframes zoomin5 {
    0% {
        opacity: 0.5;
        -webkit-transform: perspective(400px) scale(0.5);
        margin: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) scale(1.6);
        margin-top: -10vh;
        margin-right: -40vw;
    }
}

@-moz-keyframes zoomin5 {
    0% {
        opacity: 0.5;
        -moz-transform: perspective(400px) scale(0.5);
        margin-top: -0;
    }

    100% {
        opacity: 1;
        -moz-transform: perspective(400px) scale(1.6);
        margin-top: -10vh;
        margin-right: -40vw
    }
}

@-webkit-keyframes zoomin6 {
    0% {
        opacity: 0.5;
        -webkit-transform: perspective(400px) scale(0.5);
        margin: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) scale(1.6);
        margin-bottom: -20vh;
        margin-right: -40vw;
    }
}

@-moz-keyframes zoomin6 {
    0% {
        opacity: 0.5;
        -moz-transform: perspective(400px) scale(0.5);
        margin: -0;
    }

    100% {
        opacity: 1;
        -moz-transform: perspective(400px) scale(1.6);
        margin-bottom: -20vh;
        margin-right: -40vw
    }
}

@-webkit-keyframes zoomin7 {
    0% {
        opacity: 0.5;
        -webkit-transform: perspective(400px) scale(0.5);
        margin: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) scale(1.6);
        margin-bottom: -40vh;
        margin-right: -40vw;
    }
}

@-moz-keyframes zoomin7 {
    0% {
        opacity: 0.5;
        -moz-transform: perspective(400px) scale(0.5);
        margin: -0;
    }

    100% {
        opacity: 1;
        -moz-transform: perspective(400px) scale(1.6);
        margin-bottom: -40vh;
        margin-right: -40vw
    }
}

@-webkit-keyframes zoomin8 {
    0% {
        opacity: 0.5;
        -webkit-transform: perspective(400px) scale(0.5);
        margin: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) scale(1.6);
        margin-top: -40vh;
        margin-left: -40vw;
    }
}

@-moz-keyframes zoomin8 {
    0% {
        opacity: 0.5;
        -moz-transform: perspective(400px) scale(0.5);
        margin: -0;
    }

    100% {
        opacity: 1;
        -moz-transform: perspective(400px) scale(1.6);
        margin-top: -40vh;
        margin-left: -40vw
    }
}

@-webkit-keyframes zoomin9 {
    0% {
        opacity: 0.5;
        -webkit-transform: perspective(400px) scale(0.5);
        margin: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) scale(1.6);
        margin-bottom: -10vh;
        margin-left: -40vw;
    }
}

@-moz-keyframes zoomin9 {
    0% {
        opacity: 0.5;
        -moz-transform: perspective(400px) scale(0.5);
        margin: -0;
    }

    100% {
        opacity: 1;
        -moz-transform: perspective(400px) scale(1.6);
        margin-bottom: -10vh;
        margin-left: -40vw
    }
}

@-webkit-keyframes zoomin10 {
    0% {
        opacity: 0.5;
        -webkit-transform: perspective(400px) scale(0.5);
        margin: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) scale(1.6);
        margin-bottom: -40vh;
        margin-left: -20vw;
    }
}

@-moz-keyframes zoomin10 {
    0% {
        opacity: 0.5;
        -moz-transform: perspective(400px) scale(0.5);
        margin: -0;
    }

    100% {
        opacity: 1;
        -moz-transform: perspective(400px) scale(1.6);
        margin-bottom: -40vh;
        margin-left: -20vw
    }
}

@-webkit-keyframes zoomin11 {
    0% {
        opacity: 0.5;
        -webkit-transform: perspective(400px) scale(0.5);
        margin: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) scale(1.6);
        margin-bottom: -40vh;
        margin-right: -20vw;
    }
}

@-moz-keyframes zoomin11 {
    0% {
        opacity: 0.5;
        -moz-transform: perspective(400px) scale(0.5);
        margin: -0;
    }

    100% {
        opacity: 1;
        -moz-transform: perspective(400px) scale(1.6);
        margin-bottom: -40vh;
        margin-right: -20vw
    }
}

@-webkit-keyframes fadeInRightAll {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) transform: translate3d(100%,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes fadeInRightAll {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.fadeInRightAll {
    -webkit-animation-name: fadeInRightAll;
    animation-name: fadeInRightAll;
}

@-webkit-keyframes fadeInUpAll {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpAll {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpAll {
    -webkit-animation-name: fadeInUpAll;
    animation-name: fadeInUpAll;
}

.commonP {
    padding-left: 7.1875rem;
    padding-right: 7.1875rem;
}

.header {
    width: 100%;
    height: 94px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .5s;
}

    .header.active {
        background-color: rgba(0, 0, 0, .8);
    }

    .header .logo_act {
        display: none;
    }

.logo {
    width: 145px;
    height: 54px;
}

.nav {
		height: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .nav ul {
        height: 100%;
        display: flex;
        align-items: center;
    }

        .nav ul li {
						height: 100%;
            margin-right: 4rem;
            position: relative;
        }

            .nav ul li a {
                color: #fff;
                font-size: 20px;
								height: 100%;
								display: flex;
								align-items: center;
            }

.nav_search {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    margin-right: 1.875rem;
    position: relative;
    cursor: pointer;
}

    .nav_search i {
        color: #fff;
        font-size: 27px;
        position: absolute;
        top: 0;
        left: 0;
    }

.search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 2;
    background-image: linear-gradient(135deg, #164a57, #47a746);
    display: flex;
    align-items: stretch;
    justify-content: center;
    align-items: center;
    height: 7.5rem;
    font-size: 1.125rem;
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

    .search.cur {
        transform: translateY(0);
        opacity: 1;
    }

    .search input {
        height: 3.125rem;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        background: none;
        color: #fff;
        outline: none;
        width: 40%;
    }

    .search button {
        height: 3.125rem;
        background: rgba(255, 255, 255, 0.3);
        border: none;
        padding: 0 2.5rem;
        outline: none;
    }

        .search button i {
            font-size: 1.5rem;
            color: #fff;
        }

    .search .close {
        cursor: pointer;
        margin-left: 2.5rem;
        color: rgba(255, 255, 255, 0.1);
    }

        .search .close i {
            font-size: 2rem;
        }

.nav_lg {
    color: #fff;
    font-size: 26px;
    margin-right: 1.875rem;
}

.nav_menu {
    margin-right: 0.625rem;
}

    .nav_menu i {
        color: #fff;
        font-size: 34px;
    }

.mobile-top {
    display: none;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.mobile-logo {
}

    .mobile-logo a {
        display: block;
        width: 80px;
    }

        .mobile-logo a img {
            max-height: 40px;
        }

.xs_bg {
    display: none;
    opacity: 0;
    pointer-events: none;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    transition: all 0.3s ease;
}

    .xs_bg.active {
        opacity: 1;
        pointer-events: auto;
    }

.menu-link {
    cursor: pointer;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    display: none;
}

    .menu-link span {
        width: 30px;
        height: 25px;
        display: inline-block;
        position: relative;
    }

        .menu-link span i {
            width: 100%;
            height: 3px;
            display: block;
            background: #fff;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            transition: all 0.3s ease-out;
        }

        .menu-link span::after {
            content: '';
            background: #fff;
            width: 100%;
            height: 3px;
            position: absolute;
            top: 0;
            left: 0;
            transition: all 0.3s ease-out;
            transform-origin: right top;
        }

        .menu-link span::before {
            content: '';
            background: #fff;
            width: 100%;
            height: 3px;
            position: absolute;
            bottom: 0;
            left: 0;
            transition: all 0.3s ease-out;
            transform-origin: right bottom;
        }

    .menu-link.active span:after {
        transform: rotate(-45deg);
    }

    .menu-link.active span:before {
        transform: rotate(45deg);
    }

    .menu-link.active span i {
        background: transparent;
    }

.mobile-nav {
    height: calc(100vh - 94px);
    position: fixed;
    top: 94px;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s ease;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    opacity: 0;
    transform: translateX(-100%);
}

    .mobile-nav.active {
        opacity: 1;
        transform: translateX(0);
    }

    .mobile-nav ul {
        padding: 0 15px;
    }

        .mobile-nav ul li {
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            position: relative;
        }

            .mobile-nav ul li > span.on {
                transform: rotateZ(90deg);
            }

            .mobile-nav ul li ul {
                display: none;
            }

                .mobile-nav ul li ul li {
                    border: none;
                }

    .mobile-nav > ul > li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .mobile-nav > ul > li ul li a {
        padding: 10px 0;
    }

    .mobile-nav > ul > li > span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/mobile-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

.search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 2;
    background-image: linear-gradient(135deg, #164a57, #47a746);
    display: flex;
    align-items: stretch;
    justify-content: center;
    align-items: center;
    height: 7.5rem;
    font-size: 1.125rem;
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

    .search.cur {
        transform: translateY(0);
        opacity: 1;
    }

    .search input {
        height: 3.125rem;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        background: none;
        color: #fff;
        outline: none;
        width: 40%;
        font-size: 14px;
    }

    .search button {
        height: 3.125rem;
        background: rgba(255, 255, 255, 0.3);
        border: none;
        padding: 0 2.5rem;
        outline: none;
        cursor: pointer;
    }

        .search button i {
            font-size: 1.5rem;
            color: #fff;
        }

    .search .close {
        cursor: pointer;
        margin-left: 2.5rem;
        color: rgba(255, 255, 255, 0.5);
    }

        .search .close i {
            font-size: 2rem;
        }

        .search .close:hover {
            color: #fff;
        }

.footer {
    width: 100%;
    height: 34.875rem;
    background: linear-gradient(48deg, rgba(23,77,86,0.9), rgba(57,140,75,0.9));
}

.footer {
    display: flex;
    flex-direction: column;
    position: relative;
}

.ft_t {
    height: 8.125rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
}

    .ft_t img {
        width: 10.5625rem;
    }

.ft_c {
    flex: 1;
    padding: 3.125rem 7.1875rem 0 10.9375rem;
    display: flex;
    justify-content: space-between;
}

    .ft_c ul {
        display: flex;
    }

        .ft_c ul li {
            margin-right: 6.875rem;
        }

            .ft_c ul li > a {
                display: block;
                color: #FFFFFF;
                font-size: 1.25rem;
                margin-bottom: 1.25rem;
                transition: all .3s linear;
            }

    .ft_c dl dd {
        margin-bottom: 0.625rem;
    }

        .ft_c dl dd a {
            color: #FFFFFF;
            font-size: 1rem;
            transition: all .3s linear;
        }

            .ft_c ul li > a:hover,
            .ft_c dl dd a:hover {
                color: #000;
            }

.ft_pic {
    text-align: center;
}

    .ft_pic img {
        width: 10.25rem;
        height: 10.25rem;
    }

    .ft_pic p {
        color: #fff;
        font-size: 1rem;
        margin-top: 1rem;
    }

.ft_b {
    height: 6.5625rem;
    font-family: Source Han Sans SC;
    font-size: 1rem;
    color: #FFFFFF;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner {
    position: relative;
}

    .inner .nav ul li a,
    .inner .nav_search i,
    .inner .nav_lg,
    .inner .nav_menu i {
        color: #000;
    }

    .inner .logo_default {
        display: none;
    }

    .inner .logo_act {
        display: block;
    }

.common-banner {
    /* min-height: 31.25rem; */
    position: relative;
}

    .common-banner > img {
        height: 100%;
        object-fit: cover;
    }

.common-tabs {
    width: 72.3125rem;
    height: 9.5625rem;
    padding-left: 7.1875rem;
    background: linear-gradient(48deg, rgba(23,77,86,1), rgba(57,140,75,1));
    border-radius: 0px 30px 0px 0px;
    position: absolute;
    left: 0;
    bottom: 0;
}

    .common-tabs ul {
        height: 100%;
        display: flex;
        align-items: center;
    }

        .common-tabs ul li {
            margin-right: 4.375rem;
        }

            .common-tabs ul li a {
                color: #538974;
                font-size: 1.25rem;
            }

            .common-tabs ul li.active a {
                color: #fff;
                font-size: 1.375rem;
            }

    .common-tabs img {
        width: 8.9375rem;
        position: absolute;
        right: 0.75rem;
        top: 0.9375rem;
    }

.common-font {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .common-font h1 {
        color: #FFFFFF;
        font-size: 3.75rem;
        font-weight: bold;
        text-transform: uppercase;
        text-shadow: 0px 2px 2px rgba(120,120,120,0.29);
    }

    .common-font i {
        display: inline-block;
        width: 9.0625rem;
        height: 0.5rem;
        margin: 1.25rem 0;
        background: #FFFFFF;
        box-shadow: 0px 2px 2px 0px rgba(120,120,120,0.29);
    }

    .common-font p {
        color: #FFFFFF;
        font-size: 2.25rem;
        font-weight: 500;
        text-shadow: 0px 2px 2px rgba(120,120,120,0.29);
    }

.commmon-crumbs {
    position: absolute;
    right: 8.125rem;
    bottom: 3.125rem;
    color: #fff;
    display: flex;
    align-items: center;
}

    .commmon-crumbs a {
        color: #fff;
        margin-left: 0.3125rem;
    }

    .commmon-crumbs span {
        font-size: 20px;
        margin: 0.3125rem 0.3125rem 0 0.3125rem;
    }

.common-title {
    font-size: 3.75rem;
    font-weight: bold;
    text-align: center;
}

.inner.active {
    position: fixed;
}

.active .logo_default {
    display: block;
}

.active .logo_act {
    display: none;
}

.active .nav ul li a,
.active .nav_search i,
.active .nav_lg,
.active .nav_menu i {
    color: #fff;
}

.inner .nav li.active a {
    color: #157B2F;
}

.header.inner .nav li.active::before {
    content: '';
    display: block;
    width: 21px;
    height: 18px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/home/icon_act.png) center no-repeat;
}

.inner.active .nav li.active {
}

    .inner.active .nav li.active a {
        color: #fff;
    }

    .inner.active .nav li.active::before {
        background: url(../img/home/icon.png) center no-repeat;
    }

.header .nav li.active::before {
    content: '';
    display: block;
    width: 21px;
    height: 18px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/home/icon.png) center no-repeat;
}

.second-nav {
	position: absolute;
	top: 100%;
	left: 50%;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 30px);
	visibility: hidden;
	overflow: hidden;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
	background: rgba(255, 255, 255, 1);
	/* border-radius: 20px; */
	z-index: 3;
	transition: all .5s;
}
.second-nav a {
	display: block;
	white-space: nowrap;
	height: 50px !important;
	padding: 10px 40px;
	color: rgba(51, 51, 51, 1) !important;
	font-size: 16px !important;
	cursor: pointer;
	transition: all .3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav > ul > li:hover .second-nav {
	opacity: 1;
	pointer-events: visible;
	transform: translate(-50%, 0);
	visibility: visible;
}
.second-nav a:hover {
	color: #fff !important;
	background: #187A31;
}

.dropdown_menu {
    position: absolute;
    top: 100%;
    left: 17%;
    width: 66%;
    pointer-events: none;
    transform: translateY(2rem);
    opacity: 0;
    transition: all 0.3s ease;
}

    .dropdown_menu::after {
        content: '';
        width: 100%;
        height: 40px;
        position: absolute;
        left: 0;
        bottom: 100%;
    }

    .dropdown_menu.active {
        pointer-events: auto;
        opacity: 1;
        transform: translateY(0);
    }

    .dropdown_menu .items {
        background: #fff;
        border-radius: 1.875rem;
        padding: 1.875rem;
        background-image: linear-gradient(to right, #164a57, #47a746);
        box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.2);
        position: relative;
        z-index: 2;
        overflow: hidden;
    }

        .dropdown_menu .items::before {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            /* opacity: 0.05; */
            z-index: -1;
            line-height: 1;
            color: #fff;
            width: 8.9375rem;
            height: 7.6875rem;
            background: url(../img/about/bg_logo.png) center no-repeat;
        }

        .dropdown_menu .items .item {
            display: none;
        }

            .dropdown_menu .items .item.active {
                display: flex;
            }

            .dropdown_menu .items .item .img {
                width: 38%;
            }

                .dropdown_menu .items .item .img i {
                    padding-top: 50%;
                    display: block;
                    border-radius: 1.25rem;
					background-size: cover;
                }

            .dropdown_menu .items .item .text {
                width: 62%;
                padding-left: 2.375rem;
            }

                .dropdown_menu .items .item .text .title {
                    color: #fff;
                    margin-bottom: 1.5rem;
                }

                    .dropdown_menu .items .item .text .title span {
                        font-size: 1.125rem;
                        text-transform: uppercase;
                        display: block;
                        margin-bottom: .3125rem;
                        letter-spacing: 1px;
                    }

                    .dropdown_menu .items .item .text .title strong {
                        font-size: 1.75rem;
                        line-height: 1;
                    }

                .dropdown_menu .items .item .text ul {
                    display: flex;
                    align-items: center;
                    flex-wrap: wrap;
                }

                    .dropdown_menu .items .item .text ul li {
                        margin-bottom: 1.5rem;
                        width: calc((100% - 5rem)/3);
                    }

                        .dropdown_menu .items .item .text ul li:not(:nth-child(3n)) {
                            margin-right: 2.5rem;
                        }

                        .dropdown_menu .items .item .text ul li a {
                            position: relative;
                            z-index: 2;
                            display: flex;
                            align-items: center;
                            padding: .75rem 1.5rem;
                            color: #333;
                            border-radius: .5rem;
                            background: #e8f3f6;
                            transition: all 0.3s ease;
                            overflow: hidden;
                            font-size: 1.125rem;
                        }

                            .dropdown_menu .items .item .text ul li a:hover {
                                color: #fff;
                                background: linear-gradient(to right, #164a57, #47a746);
                            }

                                .dropdown_menu .items .item .text ul li a:hover::after {
                                    opacity: 1;
                                }

                                .dropdown_menu .items .item .text ul li a:hover em::after {
                                    opacity: 0;
                                }

                                .dropdown_menu .items .item .text ul li a:hover em::before {
                                    opacity: 1;
                                }

                                .dropdown_menu .items .item .text ul li a:hover i {
                                    color: #fff;
                                }

                            .dropdown_menu .items .item .text ul li a em {
                                margin-right: .5rem;
                                width: 1.5rem;
                                height: 1.5rem;
                                position: relative;
                            }

                                .dropdown_menu .items .item .text ul li a em::after, .dropdown_menu .items .item .text ul li a em::before {
                                    content: '';
                                    width: 100%;
                                    height: 100%;
                                    background: url(../img/home/icon_act.png) center no-repeat;
                                    background-size: contain;
                                    position: absolute;
                                    left: 0;
                                    top: 0;
                                    transition: all 0.3s ease;
                                }

                                .dropdown_menu .items .item .text ul li a em::before {
                                    background: url(../img/home/icon.png) center no-repeat;
                                    background-size: contain;
                                    opacity: 0;
                                }

                            .dropdown_menu .items .item .text ul li a strong {
                                font-weight: normal;
                            }

                            .dropdown_menu .items .item .text ul li a i {
                                margin-left: auto;
                                color: #164a57;
                                transition: all 0.3s ease;
                            }