/* header start */

header {}

.cover_nav {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    top: 0;
    padding-top: 18.7rem;
    box-sizing: border-box;
    background: url(../images/cover_navbg.jpg) no-repeat center center;
    background-size: cover;
    clip-path: circle(32px at calc(100% - 62px) 42px);
    visibility: hidden;
}

.cover_nav a {
    color: #fff
}

.cover_nav .inner_nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    min-height: 70%;
    margin-bottom: 3px;
    text-align: center
}

.cover_nav .inner_nav .root_title {
    display: block;
    font-weight: bold;
    line-height: 2;
}

.cover_nav .inner_nav .inner_sub_nav {
    text-align: center;
    margin-top: 0.5rem;
}

.cover_nav .inner_nav .inner_sub_nav a {
    line-height: 2;
    color: #ebf3f0;
    padding: .5rem 0;
    display: block;
}

.ser {
    position: absolute;
    left: 50%;
    bottom: 11.8rem;
    transform: translateX(-50%);
    width: 54.8rem;
    height: 5.5rem;
    border-radius: 2.75rem;
    overflow: hidden;
}

.ser .search .notxt1,
.mobile_search .search .notxt1 {
    background: #046252 url(../images/ser.png) no-repeat center/2rem;
    width: 4.8rem;
    height: 4.8rem;
    position: absolute;
    right: 0.3rem;
    top: calc(50% - 2.4rem);
    border-radius: 50%;
    cursor: pointer;
}

.ser .search .notxt {
    background: #fff;
    /* color: #333; */
}

.search .notxt::placeholder {
    color: #8f8f8f;
    opacity: 1
}

.menu {
    background-color: #056840;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 95;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
}

.menu.active {
    background: none;
}

.menu span {
    display: block;
    font-size: 0;
    line-height: 1;
    text-align: center;
    background: #fff;
    transition: all 1s;
    width: 2rem;
    height: 2px;
    margin: 5px 0;
    top: 13px;
    left: calc(50% - 1rem);
    position: absolute;
}

.menu span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst2;
}

.menu span:nth-child(2) {
    transform: translateY(4px) rotate(0deg);
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond2;
}

.menu span:nth-child(3) {
    transform: translateY(8px) rotate(0deg);
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird2;
}

@keyframes outfirst2 {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(6px) rotate(0deg);
    }
}

@keyframes outsecond2 {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

@keyframes outthird2 {
    0% {
        transform: translateY(0) rotate(90deg);
    }
    100% {
        transform: translateY(12px) rotate(0deg);
    }
}

.menu.active span {
    width: 3rem;
    height: 3px;
    border-radius: 2px;
}

.menu.active span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

.menu.active span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
}

.menu.active span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

@keyframes clickfirst {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    100% {
        transform: translateY(12px) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    100% {
        transform: translateY(11px) rotate(-45deg);
    }
}

@keyframes clickthird {
    0% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.header {
    width: 100%;
    min-width: 300px;
    position: relative;
    z-index: 83;
    min-width: 300px;
}

.header.currents {
    position: fixed;
    background-color: #11695a;
    transition: background-color 0.5s ease 0.1s;
}

.header.currents.nav_open {
    background-color: transparent;
    position: fixed;
}

.header.currents.nav_open .top {
    background: transparent;
}

.header.currents.nav_open .menu {
    background: none
}

.header.currents.nav_open .menu span {
    background: #fff
}

.header.currents.nav_open .top .logo {
    display: block
}

.header.currents.nav_open .top .logo img {
    display: none
}

.header.currents.nav_open .top .logo .logo2 {
    display: block
}

.header.currents.nav_open .top>.gp-container {
    position: static;
    justify-content: space-between;
    padding: 3.2rem 0rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.header.currents .top {
    background: #11695a;
    position: relative;
    z-index: 2;
    transition: background-color 0.5s ease 0.1s;
    padding: 0;
}

.header.currents .navs {
    background: none;
    margin: 0;
}

.header.currents .navs .nav>ul>li>a {
    display: block;
    padding: 1.8rem 0;
    padding: 2.8rem 0 0.8rem;
}

.header.currents .navs .nav>ul>li>a::before {
    top: 81%;
}

.header.currents .nav li>a {
    color: #fff;
    font-size: 2rem;
    position: relative
}

.header.currents .nav li>a::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 6px;
    background: #fff;
    bottom: 0;
    width: 0;
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.header.currents .nav li>a:hover:after {
    width: 100%;
}

.header.currents .nav li:hover a {
    background: none
}

.header.nav_open {
    z-index: 100;
    position: relative;
}

.header.nav_open .logo img {
    display: none
}

.header.nav_open .logo .logo2 {
    display: block
}

.header.nav_open .top {
    padding: 0;
    background: none;
}

.header.nav_open .top .gp-container {
    padding: 3.2rem 0rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.header.nav_open .navs,
.header.nav_open #weatherInfo,
.header.nav_open .sers {
    display: none
}

.header .top {
    width: 100%;
    padding: 2rem 0 0rem;
    box-sizing: border-box;
    background: #e9f5ee;
}

.logo {
    width: 48.7rem;
}

.logo .logo2,
.header.currents .top .logo,
.header.currents .top_right #weatherInfo,
.header.currents .top_right .sers {
    display: none
}

.header.currents .top>.gp-container {
    position: absolute;
    right: calc(50% - 75rem);
    top: calc(50% - 2.35rem);
    border: none;
    width: 150rem;
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
}

.header.currents .top>.gp-container .top_right {
    pointer-events: auto;
}

.header.currents .menu {
    width: 4rem;
    height: 4rem;
    background: #fff;
    transition: background-color 0.4s ease 0.1s;
}

.header.currents .menu span {
    background: #046252;
    transition: background-color 0.4s ease 0.1s;
    top: 7px;
}

.header.currents .logo2 {
    display: block;
    width: 31.2rem
}

.top_right {
    align-items: center;
}

.search {
    background: none;
}

.top_links {
    position: relative;
    text-align: right;
}

.top_links a,
.top_links span {
    color: #454545;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.top_links span {
    margin: 0 2rem;
}

.top_links a.ser_btn {
    background: url(../images/ser.png) no-repeat center/1.3rem;
    width: 2rem;
    height: 2rem;
    display: inline-block;
    vertical-align: middle;
}

#weatherInfo {
    display: inline-block;
    color: #8f8f8f;
    line-height: 1;
    font-size: 1.4rem;
    cursor: default;
    text-decoration: none;
}

#weatherInfo .weather-icon {
    font-size: 1.8rem;
    vertical-align: middle;
    margin: 0 0.2rem;
}

#weatherInfo .weather-temp {
    color: #8f8f8f;
}

.top_links a:hover {
    color: #389d17;
}

.sers {
    width: 32.3rem;
    height: 5.4rem;
    border-radius: 2.7rem;
    position: relative;
    float: right;
    overflow: hidden;
    margin: 0 3rem 0 4.6rem;
    /* background: #e9f5ee; */
    border: 1px solid #046252;
}

.header .sers .search .notxt {
    padding: 0 1rem 0 3rem;
}

.sers .search .notxt {
    padding: 0 1rem 0 4.9rem;
    color: #8f8f8f;
}

.sers .search .notxt::placeholder,
.search .notxt:focus {
    color: #8f8f8f;
}

.sers .search .notxt1 {
    background: #046252 url(../images/ser.png) no-repeat center/2rem;
    width: 4.8rem;
    height: 4.8rem;
    position: absolute;
    right: 0.3rem;
    top: calc(50% - 2.4rem);
    border-radius: 50%;
    cursor: pointer;
}

.navs {
    position: relative;
    z-index: 1;
    margin-top: 2rem;
    background: #fff;
}

.header.currents .navs .nav>a {
    width: 31.2rem;
}

.header.currents .navs .nav>ul {
    flex: 1;
    padding-left: 7rem;
    position: static;
}

.header.currents .navs .nav {
    padding-right: 8rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.header.currents .navs .nav .sub_nav {}

.navs .logo2 {
    display: none
}

.nav>li {
    line-height: 4rem;
}

.nav li>a {
    color: #046252;
    padding: 0 1rem;
}

.nav ul li>a::before {
    content: "";
    position: absolute;
    width: 3.9rem;
    height: 0;
    background: url(../images/sj.png) no-repeat;
    left: 50%;
    bottom: -13px;
    transition: all .3s ease-in-out;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.nav>ul li:hover>a {
    background: #046252;
    color: #fff
}

.nav>ul li:hover>a::before {
    height: 3.2rem;
}

.nav .sub_nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    overflow: hidden;
    display: none;
    padding: 2rem 8rem;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 30px 0px rgba(193, 216, 231, 0.4);
    transform-origin: top center;
    border-bottom: 4px solid rgba(13, 144, 72, 0.9);
}

.nav .sub_nav::before {
    content: '';
    display: block;
    width: 29.9rem;
    height: 10.6rem;
    background: url(../images/navbg.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 4rem;
}

.nav .sub_nav .left {
    width: 49.2rem;
}

.nav .sub_nav .right {
    flex: 1;
    padding-left: 6rem;
    text-align: left;
    /* display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center; */
}

.nav .sub_nav .right dd {
    display: inline-block;
    position: relative;
}

.nav .sub_nav .right dd a::before {
    content: '';
    display: block;
    background: #11695a;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
}

.nav .sub_nav a.gp-img {
    padding: 0;
    padding-bottom: 28.05%;
    border-radius: 0;
    margin: 0;
    border: none;
}

.nav .sub_nav .left .img {}

.nav .sub_nav dl {
    margin: 0 0 0;
    position: relative;
}

.nav .sub_nav a {
    color: #282828;
    display: block;
    line-height: 1.5em;
    position: relative;
    padding: .5rem 0;
    text-align: center;
    border: .1rem solid transparent;
    border-radius: .5rem;
    margin: .2rem 0rem .3rem;
    padding-left: 1rem;
    box-sizing: border-box;
    margin-right: 9rem;
}

.nav ul li:hover .sub_nav,
.header.currents .navs .nav>ul>li:hover .sub_nav {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    animation-duration: .6s;
    -webkit-animation-duration: .6s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block
}

@keyframes flipInY {
    from {
        opacity: 0;
        transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
    }
}

.nav .sub_nav a:hover {
    color: #056840;
}

.nav .positionStatic .sub_nav .left,
.nav .positionStatic .sub_nav .right {
    flex: 1;
    width: calc(50% - 1.5rem);
    padding: 0;
    border-bottom: 1px dashed #005e5e;
     margin-bottom:2rem
}

.nav .positionStatic .navItemsBox {}

.navItemsBoxCon {
    padding-right: 15rem;
}

.navItemsBoxTil {
    align-items: center;
    margin-bottom: 10px;
    padding-right: 10rem;
    position: relative;
}

.navItemsBoxTil span {
    display: inline-block;
    background: #005e5e;
    border-radius: 0 19px 0 0;
    color: #fff;
    width: auto;
    padding: 0px 14px;
    box-sizing: border-box;
    line-height: 40px;
}

.navItemsMore::after {
    content: '';
    display: block;
    border-top: 5px solid transparent;
    border-right: none;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #f3ad55;
    position: absolute;
    top: 9px;
    right: 0;
    z-index: 1;
}

.nav .positionStatic .sub_nav .inner {
    gap: 0 3rem;
    position: relative;
    z-index: 1;
}

.nav .positionStatic .sub_nav .navItemsBoxTil a {
    color: #999;
    padding-right: 15px;
    margin: 0;
    /* position: absolute; */
    /* right: 0; */
}

.imgItemOut.noImg {
    padding-bottom: 15px;
}

.imgItemOut.noImg .imgItem {
    width: 100%;
    position: relative;
    text-align: left;
    line-height: 1.5;
}

.imgItemOut.noImg .imgItem .title {
    position: relative;
    padding-left: 10px;
}

.imgItemOut.noImg .imgItem .title::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: #11695a;
    width: 4px;
    height: 4px;
}

@media screen and (max-width:1840px) {
    .nav {
        font-size: 2rem;
    }
}

@media screen and (max-width:1640px) {
    .nav {
        font-size: 1.8rem;
    }
}

@media screen and (max-width:1400px) {
    .header.currents .top>.gp-container {
        width: 100%;
        padding: 0 15px;
        left: 0;
        right: 0;
    }
    .row09 ul li span {
        font-size: 12px;
    }
}

@media screen and (max-width:1140px) {
    .header.currents .menu span {
        top: 6px
    }
}

@media screen and (max-width:996px) {
    .header {
        position: relative;
    }
    .header .top {
        padding: 1.6rem 0;
        background: #11695a !important;
    }
    .header_rt {
        padding: 0;
    }
    .top_links2 {
        white-space: nowrap;
    }
    .header.currents {
        display: none !important
    }
    .nav,
    .top_link,
    .wrap_nav,
    .top_right {
        display: none;
    }
    .navs {
        margin-top: 0
    }
}

@media screen and (max-width:767px) {
    .logo {
        overflow: hidden;
        width: 220px;
        max-width: 100%;
        text-align: center;
        position: relative;
    }
}

@media screen and (max-width:413px) {
    .header .wrapper {
        height: 54px;
    }
    .logo {
        width: 200px;
    }
    .top_links2 {
        right: 8px;
    }
    .mob_nav_btn {
        top: 10px;
    }
}


/* header end */


/* mob_nav */

@media screen and (max-width:996px) {
    .mobile_header {
        position: absolute;
        z-index: 1000;
        top: 0;
        width: 100%;
    }
    .mobile-header .close {
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .mob_nav_btn {
        width: 48px;
        height: 48px;
        position: absolute;
        cursor: pointer;
        margin-right: 0;
        font-weight: 700;
        text-align: right;
        right: 6px;
        top: 15px;
        -webkit-transition: background .5s;
        -moz-transition: background .5s;
        -o-transition: background .5s;
        transition: background .5s;
        background: none;
        border-radius: 50%;
        -webkit-user-select: none;
        user-select: none;
    }
    .mob_nav_btn.on {
        position: absolute;
        z-index: 998;
    }
    .mob_nav_btn span {
        position: absolute;
        left: calc((100% - 22px)/ 2);
        top: calc((100% - 1px)/ 2);
        width: 22px;
        height: 2px;
        background-color: #fff;
        animation-duration: .5s;
        animation-fill-mode: both;
    }
    .mob_nav_btn span:nth-child(1) {
        transform: translateY(4px) rotate(0);
        animation-name: outfirst
    }
    .mob_nav_btn span:nth-child(2) {
        transform: translateY(-4px) rotate(0);
        animation-name: outsecond
    }
    .mob_nav_btn span:nth-child(3) {
        transform: translateY(-4px) rotate(0);
        animation-name: outthird
    }
    @keyframes outfirst {
        0% {
            transform: translateY(0) rotate(-45deg)
        }
        100% {
            transform: translateY(-8px) rotate(0)
        }
    }
    @keyframes outsecond {
        0% {
            transform: translateY(0) rotate(45deg)
        }
        100% {
            transform: translateY(0px) rotate(0)
        }
    }
    @keyframes outthird {
        0% {
            transform: translateY(0) rotate(90deg)
        }
        100% {
            transform: translateY(8px) rotate(0)
        }
    }
    .mob_nav_btn.on span:nth-child(1) {
        animation-name: clickfirst;
    }
    .mob_nav_btn.on span:nth-child(2) {
        animation-name: clicksecond;
    }
    .mob_nav_btn.on span:nth-child(3) {
        animation-name: clickthird
    }
    @keyframes clickfirst {
        0% {
            transform: translateY(4px) rotate(0)
        }
        100% {
            transform: translateY(0) rotate(45deg)
        }
    }
    @keyframes clicksecond {
        0% {
            transform: translateY(-4px) rotate(0)
        }
        100% {
            transform: translateY(0) rotate(-45deg)
        }
    }
    @keyframes clickthird {
        0% {
            opacity: 0
        }
        100% {
            opacity: 0
        }
    }
    .mobile_header_cover {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 100%;
        /* background: rgba(0, 0, 0, .7); */
        z-index: 9;
        transition: all ease-in-out .2s;
        -ms-transition: all ease-in-out .2s;
        -moz-transition: all ease-in-out .2s;
        -webkit-transition: all ease-in-out .2s;
        -o-transition: all ease-in-out .2s
    }
    .mobile_header_cover.on {
        bottom: 0
    }
    .mobile-header {
        position: relative;
        top: 80px;
        right: 0;
        z-index: 995;
        overflow: auto;
        overflow-x: hidden;
        background: url(../images/cover_navbg.jpg) no-repeat center center;
        background-size: cover;
        width: 100vw;
        height: 0;
        transition: all ease-in-out .3s;
        -ms-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        -webkit-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
    }
    .mobile-header.on {
        height: 100vh;
        background: #29947d;
        top: 80px;
    }
    .mobile-nav {
        width: 100%;
        -webkit-user-select: none;
        user-select: none;
    }
    .mobile-nav li {
        position: relative;
        padding: 0 0;
        border-bottom: 1px solid #f2f2f2
    }
    .mobile-nav li a {
        display: block;
        line-height: 25px;
        text-decoration: none;
        font-size: 18px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        color: #fff;
        padding: 13px 60px 12px 30px;
    }
    .mobile-nav dd a {
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: returnToNormal;
        animation-name: returnToNormal
    }
    @-webkit-keyframes returnToNormal {
        from {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }
    @keyframes returnToNormal {
        from {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }
    .mobile_sub_nav {
        background: #f3f3f3;
        overflow: hidden;
    }
    .mobile-nav dd a {
        /* height:35px; */
        line-height: 22px;
        border-top: 1px solid rgba(135, 135, 135, .1);
        font-size: 16px;
        padding-left: 40px;
        position: relative;
    }
    .mobile-nav dd:first-child a {
        border-top: 0
    }
    /* .mobile-nav dd a::before {
		content: '';
		display: block;
		position: absolute;
		left: 50%;
		right: 50%;
		top: 0;
		bottom: 0;
		background: #9e1018;
		transition: all ease-in-out .3s;
		-ms-transition: all ease-in-out .3s;
		-moz-transition: all ease-in-out .3s;
		-webkit-transition: all ease-in-out .3s;
		-o-transition: all ease-in-out .3s;
		z-index: -1
	} */
    .mobile-nav dd:hover a {
        color: #fff
    }
    .mobile-nav dd:hover a::before {
        left: -30px;
        right: -30px
    }
    .mobile-nav .arrow {
        color: #fff;
        position: absolute;
        right: 0;
        top: 2px;
        font-size: 15px;
        cursor: pointer;
        width: 45px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .mobile-nav .arrow i {
        font-style: normal;
    }
    .mobile-nav .on .arrow {
        transform: rotate(90deg);
    }
    .mobile_sub_nav {
        display: none
    }
    .mobile_search {
        height: 56px;
        z-index: 600;
        overflow: hidden;
        position: relative;
        transition: all ease-in-out .3s;
        -ms-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        -webkit-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
        margin: 30px 40px 15px;
        border: 1px solid #d3d3d3
    }
    .mob_links {
        color: #fff;
        text-align: center;
        line-height: 40px
    }
    .mob_linksIn {
        overflow: hidden;
        float: right;
        margin-right: 50px
    }
    .mob_links dl dt::before {
        background: #fff;
        opacity: .75
    }
    .mob_links dl {
        margin: 0 0 10px;
        overflow: hidden;
    }
    .mob_links dl:nth-child(2) {
        margin: 0
    }
    .mob_links dl a {
        color: #333;
        opacity: .75;
        font-size: 14px
    }
    .mob_links dl dt {
        position: relative
    }
    .mob_links dl dt::before {
        content: '';
        position: absolute;
        width: 16px;
        height: 2px;
        background: #a7a8a7;
        bottom: 0;
        left: calc(50% - 8px);
    }
    .mob_links dl dt a {
        font-size: 14px;
        color: #333;
        font-weight: 700
    }
    .mob_links dl dd {
        padding: 0 10px;
        position: relative;
        display: inline-block;
    }
    .mob_links dl dd::before {
        content: '';
        position: absolute;
        width: 5px;
        height: 1px;
        opacity: .3;
        background: #fff;
        right: 10px;
        top: 50%
    }
    .mob_links dl dd:last-child::before {
        display: none
    }
    .mobile_search {
        height: 6rem;
        border-radius: 3rem;
        margin: 20px;
    }
    .search input.notxt {
        width: calc(100% - 0rem);
        padding: 0 20px;
        box-sizing: border-box;
        background: #fff;
    }
    .mobile_search .search i {
        position: absolute;
        z-index: 2;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        font-size: 18px;
        width: 25%;
        pointer-events: none;
        color: #2da505;
    }
}

@media screen and (max-width:767px) {
    .mob_nav_btn {
        top: 9px;
    }
    .mobile-header.on {
        top: 65px;
    }
    .mob_nav_btn span {
        position: absolute;
        left: calc((100% - 18px)/ 2);
        top: 48%;
        width: 18px;
    }
    .mob_nav_btn span:nth-child(1) {
        transform: translateY(3px) rotate(0);
        animation-name: outfirst
    }
    .mob_nav_btn span:nth-child(2) {
        transform: translateY(-3px) rotate(0);
        animation-name: outsecond
    }
    .mob_nav_btn span:nth-child(3) {
        transform: translateY(-3px) rotate(0);
        animation-name: outthird
    }
    @keyframes outfirst {
        0% {
            transform: translateY(0) rotate(-45deg)
        }
        100% {
            transform: translateY(-6px) rotate(0)
        }
    }
    @keyframes outsecond {
        0% {
            transform: translateY(0) rotate(45deg)
        }
        100% {
            transform: translateY(0px) rotate(0)
        }
    }
    @keyframes outthird {
        0% {
            transform: translateY(0) rotate(90deg)
        }
        100% {
            transform: translateY(6px) rotate(0)
        }
    }
    @keyframes clickfirst {
        0% {
            transform: translateY(3px) rotate(0)
        }
        100% {
            transform: translateY(0) rotate(45deg)
        }
    }
    @keyframes clicksecond {
        0% {
            transform: translateY(-3px) rotate(0)
        }
        100% {
            transform: translateY(0) rotate(-45deg)
        }
    }
    @keyframes clickthird {
        0% {
            opacity: 0
        }
        100% {
            opacity: 0
        }
    }
    .mobile-nav {}
    .mobile-nav li a {
        line-height: 30px;
        font-size: 16px;
        color: #fff;
    }
    .mobile-nav dd a {
        padding-left: 6rem;
        font-size: 14px;
        line-height: 24px;
        color: #11695a;
    }
    .mobile-nav .arrow {
        top: 6px;
    }
    .mobile_search .search input.notxt1 {
        width: 60px;
    }
}


/* footer start */

footer {
    position: relative;
    padding-top: 10rem;
    background: url("../images/footerbg.png") no-repeat center top;
    background-size: cover;
    margin-top: -10rem;
    z-index: 1;
}

.row09 {
    width: 100%;
}

.row09 .title {
    margin-bottom: 2rem;
}

.row09 ul {
    gap: 0 1.7rem;
}

.row09 ul li {
    position: relative;
    flex: 1;
    min-width: unset;
}

.row09 ul li span {
    position: relative;
    display: block;
    text-align: center;
    color: #282828;
    /* white-space: nowrap; */
}

.row09 ul li span::before {
    content: '';
    display: block;
    border-top: 6px solid #158967;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
    display: none;
    transition: all .2s ease-in-out;
}

.row09 ul li.hasSelect span::before {
    display: block;
}

.row09 ul li:hover span::before {
    transform: rotateZ(180deg);
}

.row09 .top_link ul dl {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    /* top: 100%; */
    display: none;
    max-height: 30rem;
    overflow-y: scroll;
    background: rgba(255, 255, 255, 0.85);
    padding: 2rem 2rem 0rem;
    border-radius: 5px;
}

.row09 .top_link ul li:hover dl {
    display: block;
}

.row09 .top_link ul dd {
    text-align: center;
    margin-bottom: 2rem;
}

.row09 .top_link>ul>li>a {
    display: block;
    background: #fff;
    padding: 1rem 0;
}

.row09 .top_link ul>li>a:hover {
    background: #fff;
    color: #589a9b;
}

.top_link {
    padding-bottom: 4.5rem;
    border-bottom: 1px solid rgba(194, 217, 204, 0.5);
}

.top_contant {
    margin: 5.7rem 0 3.5rem;
}

.top_contant .lf {
    width: 62.5rem;
    box-sizing: border-box;
}

.top_contant .lf dl dd a i {
    display: inline-block;
    width: 20px;
    align-items: center;
}

.top_contant .lf dl dd a span {
    flex: 1;
    text-align: left;
    padding-left: 0.8rem;
    color: #c2d9cc;
    box-sizing: border-box;
}

.top_contant .rt {
    flex: 1;
    padding-left: 4.2rem;
    box-sizing: border-box;
    position: relative;
}

.top_contant .rt li {
    /* flex: none; */
}

.top_contant .rt::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 16.5rem;
    background: #c2d9cc;
}

.top_contant .rt .item .ewm {
    max-width: 14rem;
    margin: 0 auto;
}

.top_contant .rt .item .gp-img {
    padding-bottom: 100%;
}

.top_contant .rt .item .item_title {
    margin-top: 1.2rem;
    color: #d6eade;
    text-align: center;
    line-height: 1.5;
}

.top_contant .rt .item .item_title22 {
    display: none
}

.footer_bottom {
    padding: 1.5rem 0;
    box-sizing: border-box;
    text-align: center;
    background: #282828;
}

.footer_bottom span {
    color: rgba(222, 222, 222, 0.5);
}

@media screen and (max-width:1024px) {
    .row09 ul {
        gap: 0 0.7rem;
    }
}

@media screen and (max-width:996px) {
    .top_contant .lf dl dd a i {
        width: 15px;
    }
    .header .top {
        padding-top: 1.6rem;
        background: -webkit-linear-gradient(bottom, rgba(21, 137, 103, 0.6), rgba(21, 137, 103, 0));
        background: -moz-linear-gradient(bottom, rgba(21, 137, 103, 0.6), rgba(21, 137, 103, 0));
        background: -ms-linear-gradient(bottom, rgba(21, 137, 103, 0.6), rgba(21, 137, 103, 0));
        background: linear-gradient(to bottom, rgba(21, 137, 103, 0.6), rgba(21, 137, 103, 0));
    }
    .logo img {
        display: none;
    }
    .logo .logo2 {
        display: block;
    }
    .top_contant .rt {
        display: flex;
        justify-content: space-evenly;
    }
    .top_contant .rt li {
        margin-bottom: 1rem;
    }
    .top_contant .rt::before {
        height: 100%;
    }
}

@media screen and (max-width:767px) {
    .top_contant .lf {
        width: 100%;
    }
    .top_contant {
        margin-top: 0;
    }
    .top_contant .rt {
        padding-left: 0;
        margin-top: 4.6rem;
    }
    .top_contant .rt::before {
        display: none;
    }
    .top_contant .lf dl dd {
        margin-bottom: 1rem;
    }
    footer {
        padding-top: 17rem;
    }
    .row09 .lf ul {
        gap: 0;
        flex-direction: column;
    }
}

@media screen and (max-width:479px) {
    .mobile-header {
        top: 52px;
    }
    .mobile-header.on {
        top: 65px;
    }
    .mob_nav_btn {
        top: 13px;
        width: 38px;
        height: 38px;
        right: 11px;
    }
    footer {
        position: relative;
        padding-top: 10rem;
        background: url("../images/footerbgm.png") no-repeat center top;
        background-size: cover;
        margin-top: -10rem;
    }
    .top_contant .rt {
        gap: 0 0rem;
    }
    .top_contant .rt li {
        width: calc(33.33% - 0rem);
        margin-bottom: 3rem;
        flex: none;
    }
    .top_contant .lf dl dd a span,
    .top_contant .rt .item .item_title,
    .footer_bottom span {
        font-size: 11px;
    }
    .top_contant .rt .item .item_title2 {
        display: none;
    }
    .top_contant .rt .item .item_title22 {
        display: block;
    }
}

@media screen and (max-width:414px) {
    .mobile-header.on {
        top: 61px;
    }
}

@media screen and (max-width:330px) {
    .top_contant .rt li {
        width: calc(50% - 0rem);
    }
}

.fadeInUpSmall,
.mode01_content {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@-webkit-keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}