* {
    margin: 0;
    padding: 0;
    /* letter-spacing: 2px; */
}

ul,
li {}

.logo {
    height: 64px;
}

/* 去除头部背景色 */
.container-fluid,
.navbar-default,
.head {
    background: transparent;
}

.head {
    background: rgba(28, 33, 50, .6);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);

}

.mt-0 {
    margin-top: 0 !important;
}

.head.shadow {
    box-shadow: 0px 3px 12px 1px #F5F7FA;
}

.title-info {
    color: #ffffff;
    margin-left: 10px;
    display: none;
    font-size: .14rem;
}

li:hover .dropdown-menu {
    display: block;
}

.mobile-language {
    font-size: 16px;
}

/* 大小屏 */

.sm-banner {
    width: 100%;
    box-sizing: border-box;
    padding: 0 8%;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.bg-banner {
    width: 100%;
    height: 100%;
    position: relative;
    font-family: PingFang SC-Regular, PingFang SC;
    background: #F5F7FA;
}

@media (max-width: 1146px) {
    .sm-banner {
        display: none !important;
    }
}

@media (min-width: 1146px) {
    .bg-banner {
        display: none !important;
    }
}

/* 遮罩框 */
.plan,
.peopleInfo,
.boom {
    display: none;
}

.myPanel.closePanel {
    height: 100vh;
    width: 100%;
    background-color: #fff;
    /* position: relative; */
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 999;
    padding-top: 65px;
    box-sizing: border-box;
}

.myPanel {
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    transition: all 1s;
    transform: translateX(0%);
    z-index: 999;
    padding-top: 65px;
    box-sizing: border-box;
}

.myPanel ul li {
    text-align: left;
    margin: 0 10px;
}

.myPanel ul li>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #E8E8E8;
    padding: 18px 0 13px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #030305;
}

.myPanel ul li>div>div {
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #030305;
}

.myPanel ul li.moblie-foot>div>div {
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #fff;
}

.myPanel ul li>a {
    width: 100%;
    border-bottom: 1px solid #E8E8E8;
}

.myPanel ul li a {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #030305;
    padding: 20px 0 17px;
    display: inline-block;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.myPanel ul li a:hover {
    text-decoration: none;
}

.mobileDrop li {
    margin-left: 10px;

}

.mobileDrop li a {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #838592 !important;
}

.icon-down,
.icon-down {
    width: 20px;
    height: 20px;
}

.btn {
    height: 30px;
    font-size: 18px;
    line-height: 18px;
    border: 1px solid #000;
}

.navbar-default .navbar-nav>li.search-container:hover {
    border: none;
}

.search {
    width: .32rem;
    height: .24rem;
}

.btn:hover {
    background-color: burlywood;
}

.nav-toggle {
    padding: 0 !important;
}

.nav>li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    height: 64px;
    line-height: 64px;
    box-sizing: border-box;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #09913D;
}

.navbar-default .navbar-nav>li.checkTitle::after {
    content: '';
    width: 64px;
    height: 2px;
    background-color: #09913D;
    position: absolute;
    bottom: 0;
}

.navbar-default .navbar-nav>li.checkTitle>a {
    color: #09913D !important;

}

.navbar-default .navbar-nav>li:hover::after {
    content: '';
    width: 64px;
    height: 2px;
    background-color: #09913D;
    position: absolute;
    bottom: 0;
    animation: beLong .3s linear;
}

@keyframes beLong {
    from {
        width: 0;
    }

    to {
        width: 64px;
    }
}

.nav-title {
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.nav-title .dropdown-menu {
    /* left: -50px; */
    box-shadow: 0px 3px 12px 1px #f5f7fa;
}

.nav-title .dropdown-menu a {
    width: 100%;
    text-align: center;
    font-size: .14rem;
}

.navbar-default .navbar-nav.nav-title>li:hover {
    border: none;
}

.icon-image,
.icon-search {
    width: 20px;
    height: 20px;
}

.icon-search {
    margin-left: 12px;
}

.icon-image:first-child {
    margin-right: 4px;
}

.icon-image:last-child {
    margin-left: 4px;
    transition: all 1s;
}

.swiper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.swiper-slide {
    overflow: hidden;
    box-sizing: border-box;
    padding-top: .64rem;
}

.navbar-brand {
    padding: 0;
    height: 64px;
    display: flex;
    align-items: center;
    margin-left: 0 !important;
}

.head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    /* opacity: .6; */
    height: 64px;
    background-color: rgb(28, 33, 50, .6);
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>li>a:hover {
    background-color: transparent;
    color: #09913D;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}

.nav>li>a {
    padding: 0;
}

.dropdown-menu {
    border: none;
    box-shadow: none;
    top: 64px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
}

.mobileMenu .dropdown-menu {
    position: absolute;
    left: -20%;
}

.dropdown-menu>li {}

.dropdown-menu>li>a {
    padding: 5px 10px;
}

.dropdown-menu>li>a:hover {
    color: #09913D;
    background-color: transparent;
}

.navbar-nav>li {
    margin-left: 48px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.navbar-nav>li>a {
    display: flex;
    align-items: center;
}

.navbar-default .container-fluid {
    height: 64px;
    padding: 0 8%;

}

.navbar-default .navbar-collapse {
    height: 64px;
    float: right;
}

.navbar-default {
    /* background-color: #2E4566; */
    font-size: .16rem;
    color: #ffffff;
    border-color: transparent;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    /* background: linear-gradient(90deg, rgb(3 3 5 / 80%) 0%, rgba(3,3,5,0) 100%); */
    /* background: url('../../image/首屏图/head.png') 100% 100% no-repeat; */
}

.shaDown {
    box-shadow: 0px 3px 6px 1px #F5F7FA;
}

.navbar {
    margin-bottom: 0;
    height: 64px;
    border: none;
}

.banner-container {
    margin-top: 80px;
}

.img-box {
    width: 100%;
    height: 100%;
}

.img-box img {
    /* height: 300px; */
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;


}

.img-box img:hover {
    /* transform: translateY(50px); */
    transform: scale(1.2) translateY(-50px);
}

.box2 {
    width: 500px;
    height: 300px;
}

/* 中间区域 */
.middle-container {
    margin-top: 64px;
    box-sizing: border-box;
}

/* 大屏banner */
.banner {
    height: 85vh;
    width: 100%;
    /* height: auto; */
    padding: 0 8%;
    position: relative;
}

.banner::before {
    content: '';
    background: #2E8E47;
    opacity: 0.44;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

.mobile-tab .banner {
    padding: 0 16px;
}

.banner>div:first-child {
    max-width: 395px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.banner>div:nth-child(1)>p {
    color: #FFFFFF;
}

.banner>div:nth-child(1)>p:nth-child(1) {
    margin-bottom: .36rem;
    font-size: .36rem;
}

.banner>div:nth-child(1)>p:nth-child(2) {
    max-width: 3.57rem;
    padding-top: 36px;
    font-size: .16rem;
    line-height: 5px;
    line-height: 32px;
}

.banner>div:nth-child(1)>p:nth-child(2) {
    border-top: 1px solid #D8D8D8;

}

.banner>div:last-child {
    position: absolute;
    bottom: 0px;
    z-index: 9;
}

/* 大屏banner背景图 */
.banner {

    background-size: cover !important;
}

/* 小屏banner */
.mobile-banner {
    height: 370px;
    width: 100%;
    /* height: auto; */
    padding: 0 16px;
    position: relative;
    /* background-size: 100vw 370px !important; */
    background-size: cover !important;
}

.banner::after {
    content: '';
    width: 9.6rem;
    height: 100%;
    background: linear-gradient(90deg, #030305 0%, rgba(3, 3, 5, 0) 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 0.8;
    position: absolute;
    left: 0;
}



.mobile-banner::after {
    content: '';
    width: 200px;
    height: 100%;
    background: linear-gradient(90deg, #030305 0%, rgba(3, 3, 5, 0) 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 0.8;
    position: absolute;
    left: 0;
}

.mobile-banner>div:first-child {
    max-width: 357px;
    position: absolute;
    z-index: 99;
    bottom: 75px;
}

.mobile-banner>div:nth-child(1)>p {
    color: #FFFFFF;
}

.mobile-banner>div:nth-child(1)>p:nth-child(1) {
    margin-bottom: 16px;
    font-size: 24px;
}

.mobile-banner>div:nth-child(1)>p:nth-child(2) {
    max-width: 357px;
    padding-top: 16px;
    font-size: 12px;
    line-height: 5px;
    line-height: 32px;
}

.mobile-banner>div:nth-child(1)>p:nth-child(2) {
    border-top: 1px solid #D8D8D8;

}

.mobile-banner>div:last-child {
    position: absolute;
    bottom: 0px;
    z-index: 99;
}

.mobile-banner .breadcrumb>li+li:before {
    font-size: 14px;
}

/* banner小字 */
.breadcrumb>li+li:before {
    content: '>';
    color: #ffffff;
    padding: 0 6px;
    font-size: 20px;
}

.breadcrumb a {
    color: #ffffff;
    font-size: .2rem;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 64px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.breadcrumb.mobile-breadcrumb {
    margin-bottom: 24px;
}

.breadcrumb li:last-child a {
    color: #2E8E47;
}

.breadcrumb.mobile-breadcrumb a {
    font-size: 14px;
}

/* 手机菜单 */
@media (min-width: 1146px) {
    .mobileMenu {
        display: none !important;
    }
}

.mobileMenu {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 64px;
    line-height: 64px;
}

.nav-title .dropdown-menu {
    display: none;
}

.mobileMenu a {
    color: #fff;

}

/* .dropdown-backdrop{
    
} */
.mobileMenu a:focus {
    text-decoration: none;
}

.mobileMenu a:hover {
    color: #09913D;
    text-decoration: none;
}

.mobileMenu .dropdown-menu {
    margin: 0;
    text-align: center;
    min-width: none !important;
}

.mobileMenu .nav-title .dropdown-menu a {
    font-size: 16px !important;

}

.mobileMenu .dropdown,
.mobileMenu>li>a,
.mobileMenu>li {
    display: flex;
    align-items: center;
    line-height: 64px;
    position: relative;
}

.mobileMenu .dropdown a {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 底部 */
.foot {
    height: auto !important;
    background: #645F61;
    padding-top: 0;
    color: #FFFFFF;
    /* height: 364px !important; */
    /* max-height: 364px; */
}

.foot-container,
.foot-container div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: calc(100% - 65px);
}

.pc-foot {
    height: 365px !important;
    margin-top: 0 !important;
}

.foot-container div:first-child {
    padding-top: 38px;
}

.foot-container div:first-child>img {
    width: 1.48rem;
    height: 1.28rem;
}

.foot-container div:last-child {
    padding-top: 64px;
    /*padding-bottom: 135px;*/
    /*padding-left: 135px;*/
    width: 90%;
    justify-content: flex-end;
    height: 90%
}

.foot-container .foot-list {
    height: 100%;
    max-width: 1.6rem;

}

.foot-container div:last-child ul.enSpace {
    margin-left: 0.48rem;
}

.foot-container div:last-child ul.enSpace>li {
    /* line-height: .18rem; */
}

.foot-container div:last-child ul:first-child {
    margin-left: 0;
    max-width: 2.0rem;
}

.foot-container div:last-child>ul>li:nth-child(2) a {
    margin-top: 16px;
}

.foot-container div:last-child>ul>li {
    /* height: .2rem; */
    /* line-height: 0; */
    /* white-space: nowrap; */
    font-size: 14px;
}

.foot-container div:last-child>ul>li:nth-child(n+2) {
    padding-bottom: .12rem;
}

.foot-container div:last-child>ul>li:first-child {
    color: #fff;
    font-size: 16px;
    padding-bottom: 16px;
}

.foot-container div:last-child>ul:first-child>li:first-child {
    /* width: 1.9rem; */
}

.foot-container div:last-child ul:nth-child(n+2) {
    margin-left: 0.56rem;
}

.foot-container div:last-child ul:nth-child(4) {
    max-width: 1rem;
}

.foot-container .text-line {
    position: relative;

}

.foot-container .text-line::after {
    content: '';
    width: .16rem;
    height: 2px;
    background-color: #09913D;
    position: absolute;
    bottom: 0;
    left: 0;
}

.foot-container div:last-child>ul>li>span {
    display: inline-block;
    padding-bottom: .16rem;
    border-bottom: 2px solid #09913D;
}

.foot-container div:last-child>ul>li:nth-child(n+2) a {
    color: #D8D8D8;
    font-size: .14rem;
    display: block;
    line-height: .18rem;
}

.foot-container div:last-child>ul>li:nth-child(n+2) a:hover {
    text-decoration: none;
    color: #09913D;
}

.foot-container div:last-child ul.enSpace {
    margin-left: 0.48rem;
}

.common {
    position: relative;
}

.common .foot-bottom {
    position: absolute;
}

.foot-bottom {
    background-color: #2E8E47;
    color: #FFFFFF;
    font-size: 12px;
    padding: 14px 8%;
    position: fixed;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot-bottom-left a {
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
}

.foot-bottom-left a:hover {
    /* color: #000; */
}

.foot-bottom-right ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.foot-bottom-right ul li img {
    width: 36px;
    height: 36px;
}

.foot-bottom-right ul li a {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-left: 34px;

}

.foot-bottom-right {
    position: relative;
}

.foot-bottom-right .qrcode {
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 68px;
    display: none;
    left: -8px;
}

.foot .myPanel {
    min-height: 580px;
    width: 100%;
    height: 364px;
    background: #645F61;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 0;
    height: fit-content;
    z-index: 9;
}

.foot .myPanel.common {}

.foot.bg-banner {
    min-height: 457px !important;
    margin-top: 0;
}

.foot.swiper-slide {
    /* overflow: scroll !important; */
}

.foot-icon div:first-child {
    position: relative;
}



.slideTop {
    bottom: 2%;
}

.foot .myPanel ul li>div {
    font-size: 16px;
    color: #FFFFFF !important;
    border-bottom: 1px solid #707070;
    color: #FFFFFF;
    padding: 12px 0;
    font-size: 14px;
}

.foot .myPanel ul li>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #707070;
    padding: 9px 0;
    font-size: 14px;
}

.foot .myPanel ul li a {
    border: none;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7) !important;
    padding: 12px 0;
    border-bottom: 1px solid #707070;
}

.foot .myPanel>ul>li>a {
    font-size: 16px;
    color: #FFFFFF !important;
    border-bottom: 1px solid #707070;
    color: #FFFFFF;
    padding: 12px 0;
    font-size: 14px;
}

.foot .myPanel>ul>li>div>a {
    font-size: 16px;
    color: #FFFFFF !important;
    padding: 20px 0 17px;
}

.foot .myPanel>div.company {
    color: #D8D8D8;
    font-size: 12px;
    padding: 24px 42px;
    text-align: center;
}

.foot .foot-logo {
    padding: 8px 0;
    margin: 0 16px;
    border-bottom: 1px solid #707070;
}

.foot .foot-logo img {
    width: 56px;
    height: auto;
    display: block;
}

.foot-icon {
    text-align: center;
    background-color: #2E8E47;
    padding: 16px 0;
    /* position: absolute; */
    width: 100%;
    bottom: 0%;
    height: 90px;
}

.foot-icon>div:last-child {
    margin: 16px 0;
    font-size: 12px;
}

.foot-icon>div:last-child a {

    font-size: 12px;
    color: #ffffff;
}

.foot-icon>div:first-child ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-icon>div:first-child ul li img {
    width: 24px;
    height: 24px;
}

.foot-icon>div:first-child ul li {
    margin: 0 12px;
}

.foot-icon>div:first-child ul li a {
    padding: 0;
    border: none;
}

.mobileCode {
    width: 75px;
    height: 75px;
    margin: 3px;
    position: absolute;
    top: 0;
    left: 0;
}

/* .mobileCode:after{
    content:'';
    width: 20px;
    height: 20px;
    background-color: coral;
} */
.mobileQrcode {
    width: 80px;
    height: 80px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute !important;
    bottom: 38px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.mobileQrcode::after {
    width: 10px;
    height: 10px;
    background-color: #fff;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(50%) rotate(45deg);
}

.changeDown {
    transform: rotateX(180deg);
    transition: all 1s;
}

/* 面包靴选中状态 */
.checkTitleInfo {
    font-size: .2rem;
    color: #09913D;
    cursor: pointer;
}

.checkTitleInfoMobile {
    font-size: 14px;
    color: #09913D;
    cursor: pointer;
}

.scrollTop {
    width: 0.56rem;
    height: 0.56rem;
    position: fixed;
    right: 0%;
    bottom: .18rem;
    cursor: pointer;
    z-index: 99999;
    display: none;
}

.scrollTopMobile {
    position: fixed;
    bottom: 8px;
    right: 0;
    width: 28px;
    height: 28px;
    z-index: 99999;
    display: none;
}

.mobile-tab .mobile-banner::before {
    content: '';
    background: #2E8E47;
    opacity: 0.44;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

.common.foot .myPanel {
    height: auto;
    position: unset;
    min-height: auto;
}

.common.foot.bg-banner {
    height: auto !important;
}

.common.foot .foot-icon {
    position: unset;
}

.foot .myPanel ul {
    padding: 0 16px;
}