.none-banner {
    height: 90px;
    background: #fff;
}







/*关于品牌板块标题*/
.about-title {
    padding:0 0 0.8rem 0;
}
.about-title p {
    font-size:0.28rem;
    color: #1d1d1f;
    line-height: 2.0;
    *text-transform: uppercase;
    font-family: "Futura-Light";
}
.about-title h3 {
    position: relative;
    font-size:48px;
    color: #074425;
    font-weight: bold;
    margin:0.3rem 0 0.3rem 0;
}
.about-title h4 {
    font-size: 18px;
    color:#666;
    line-height: 1.8;
    
}
@media screen and (max-width:1024px) {
.about-title {
    padding: 0 0 0.4rem 0;
}
.about-title p {
    font-size:18px;
}
.about-title h3 {
    font-size:20px;
    margin: 0.15rem 0 0.15rem 0;
}
.about-title h4 {
    font-size:14px;
    color:#999;
    line-height: 1.8;
    
}
}
/*关于品牌板块标题*/


/*内页二级栏目*/
.two-menu-item {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
    border-bottom: 1px solid rgb(245, 245, 245);
}
.two-menu-item .menu-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap:0 0rem;
}
.two-menu-item .menu-item a {
    position: relative;
    font-size: 16px;
    color: #000;
    font-family: "MiSans-Medium";
    text-align: center;
    padding: 0.3rem 0.4rem;
}
.two-menu-item .menu-item a.active {
    color: #074425;
    background: #f9f9f9;
}
.two-menu-item .menu-item a:hover {
    color: #074425;
}
.two-menu-item .menu-item a::before {
    content: "";
    position: absolute;
    left:0;
    bottom:0;
    width: 0%;
    height: 2px;
    background: #074425;
    transition: all 0.3s;
}
.two-menu-item .menu-item a.active::before {
    width: 100%;
}

.two-menu-item .container {
    position: relative;
    display: box;
}
.two-menu-item .goback {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    padding:0 0.15rem;
    background: #f6f6f6;
}

.two-menu-item .goback a {
    font-size: 16px;
    color: #000;
    font-family: "MiSans-Medium";
    line-height: 0.46rem;
    text-align: right;
}
.two-menu-item .goback a::after {
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/goback.svg) no-repeat center center / 100%;
    margin: 0 0 0 0.1rem;
    display: inline-block;
    vertical-align: middle;
    transform: translate(0px, -0.02rem);
}

.two-menu-item .goback:hover {
    background: #074425;
}
.two-menu-item .goback:hover a {
    color: #fff;
}
.two-menu-item .goback:hover a::after {
    background: url(../images/goback-hover.svg) no-repeat center center / 100%;
}
@media screen and (max-width:1024px){
.two-menu-item {
    position: static;
    border-bottom: 1px solid rgb(245, 245, 245);
}
.two-menu-item .menu-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.1rem 2%;
    padding: 0.2rem 0;
    /* background: #f9f9f9; */
}
.two-menu-item .menu-item a {
    width: 48%;
    font-size: 14p;
    padding: 0.15rem 0.2rem;
    border: 1px solid #f4f4f4;
    border-radius: 0rem;
    background: #f9f9f9;
}
.two-menu-item .menu-item a.active {
    color: #fff;
    background: #074425;
    border: 1px solid #074425;
}
.two-menu-item .menu-item a:hover {
    color: #074425;
}
.two-menu-item .menu-item a::before {
    display: none;
    content: "";
    position: absolute;
    left:0;
    bottom:0;
    width: 0%;
    height: 2px;
    background: #074425;
    transition: all 0.3s;
}
.two-menu-item .menu-item a.active::before {
    width: 100%;
}

.two-menu-item .goback {
    position: static;
    top: 0;
    right: 0;
    height: 100%;
    display: none;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    padding:0 0.15rem;
    background: #f6f6f6;
}

.two-menu-item .goback a {
    font-size: 16px;
    color: #000;
    font-family: "MiSans-Medium";
    line-height: 0.46rem;
    text-align: right;
}
.two-menu-item .goback a::after {
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/goback.svg) no-repeat center center / 100%;
    margin: 0 0 0 0.1rem;
    display: inline-block;
    vertical-align: middle;
    transform: translate(0px, -0.02rem);
}
}
/*内页二级栏目 end*/

/*内页三级栏目*/
.three-menu-item {
    margin: 0.3rem 0 0 0;
    background: #fff;
}
.three-menu-item .menu-item {
    position: relative; 
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 0.2rem;
}
.three-menu-item .menu-item a {
    position: relative;
    z-index: 0;
    width: 1.4rem;
    padding: 0.12rem 0.25rem;
    border: 1px solid #c9c9c9;
    border-radius: 0.05rem;
    font-size: 16px;
    color: #333;
    text-align: center;
}
.three-menu-item .menu-item a.active,
.three-menu-item .menu-item a:hover {
    color: #fff;
    background: #074425;
}
/*内页三级栏目 end*/


.address-map {
    padding:0.2rem 0;
}
.address-map address {
    margin: 0 0;
}
.address-map address a {
    font-size: 14p;
    font-family: "MiSans-Light";
}
@media screen and (max-width:1024px){
.address-map {
    padding:0.1rem 0;
}
.address-map address {
    margin: 0 0;
}
.address-map address a {
    font-size: 14p;
}
}

/*按钮*/
.go.center {
    text-align: center;
}
.go a,.seemore {
    position:relative;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #074425;
    width: 160px;
    line-height: 44px;
    border-radius: 0px;
    border: 1px solid #074425 ;
    background: transparent;
    z-index: 0;
}
.go a.white {
    color: #fff;
    border: 1px solid #fff;
    background: rgba(24,175,88, 0);

}
.go a:hover,.seemore:hover,a.go-active{
    color: #fff;
    border: 1px solid #074425;
    background: #074425;
}
.go a:hover:before,.seemore:hover:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../images/gobackground.svg);
    background-size: 4px;
    background-repeat: repeat;
    opacity: .2;
}
@media screen and (max-width:1024px){
.go.center {
    text-align: center;
}
.go a,.seemore {
    font-size: 14px;
    width: 160px;
    height: 40px;
    line-height: 40px;
}
}
/*按钮 end*/

/*swiper*/
.pagination-base.swiper-pagination {
    z-index: 1;
}
.pagination-base.swiper-pagination span {
    width: 20px;
    height: 3px;
    border-radius:0px;
    background: #f6f6f6;
    opacity: 1;
    margin: 0 6px;
    padding:1px;
    position: relative;
    margin: 0 7px!important;
}
.pagination-base.swiper-pagination span.swiper-pagination-bullet-active {
    width: 20px;
    background:#074425;
}

@media screen and (max-width:1024px) {
.pagination-base.swiper-pagination {
    z-index: 1;
}
.pagination-base.swiper-pagination span {
    width: 10px;
    height: 1px;
    margin: 0 5px!important;
}
.pagination-base.swiper-pagination span.swiper-pagination-bullet-active {
    width: 10px;
}   
}
/*swiper*/


/*用户登录界面*/
.mip-reg-heading {
    color: #074425;
}
.register_index {}
.register_index .btn-primary {
    background: #074425;
    border: 2px solid #074425;
}
.register_index .btn-primary:hover {
    color: #fff;
    border: 2px solid #074425;
    background: #074425;
}
/*用户登录界面*/

/*下拉提示*/
.go-more {
    position: absolute;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    height: 100px;
    animation: go-more 0.3s linear infinite;
}
.srolling { width: 24px; height: 34px;position:absolute;left:50%;bottom: 5%; margin-left: -12px;border-radius:30px; border: 1px solid #fcede4; cursor: pointer;}
.srolling span { position: relative;width:100%;height:100%; display: block;}
.srolling i{ height:8px; width: 2px;position:absolute;left:50%;top:10%; margin-left: -1px; background: #fff;animation: srolling 1000ms infinite ease-out;-webkit-animation: srolling 1000ms infinite ease-out;}
@keyframes srolling{
    0%{height:8px;top:10%;opacity: 1;} 
    100%{height:3px;top:85%;opacity: 0;}
}
/*下拉提示 end*/