﻿.show .inner .left .title span:nth-of-type(1),.show .inner .right .title span:nth-of-type(1),.firm .inner .left .title span:nth-of-type(1){
    position: relative;
padding-left: 10px;
}
.show .inner .left .title span:nth-of-type(1)::before {
    content: "";
    width: 4px;
    height: 30px;
    background: #059653;
    position: absolute;
    left: 0;
    top: 1px;
}
.mobile_header .search-icon{
    position: absolute !important;
    top: 32%;
    right: 8%;
}

/* 移动端头部 */
/* 小屏头部导航 */
body.active {
    overflow: hidden;
}
.mySwiper7{
max-height: 950px;
    min-height: 360px;
    height: 50vw;
z-index: 500 !important;
}
.header .inner .search-border:hover {
    color: #F6A452;
    border: 1px solid #F6A452;
}
.header .inner .search-icon.active .search-border:hover {
    border: 1px solid #F6A452;
}
.mobile_header {
    display: none;
    width: 100%;
    height: 100px;
    background-color: #00954D;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 15px;
}

.mobile_header .header-right{
    right: 6%;
    max-width: 31%;
}

.mobile_header>div {
    height: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 9999;
    position: relative;
}

.mobile_header>div>div.w12 {
    height: 100%;
}

.mobile_header .mobile_header_logo {
    max-height: 83%;
    max-width: 45%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    min-width: 235px;
}

.mobile_header_r {
    font-size: 0;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mobile_header_menu {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mobile_header_menu>span {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
    background: #fff;
    border-radius: 2px;
    -webkit-transform-origin: 20px;
    transform-origin: 19px;
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        width 0.5s;
}

.mobile_header_menu>span:last-child {
    margin-bottom: 0;
}

.mobile_header_menu.active>span {
    opacity: 1;
    transform: rotate(45deg);
}

.mobile_header_menu.active>span:first-child {
    opacity: 1;
    transform: rotate(-45deg);
    position: relative;
    top: 1px;
}

.mobile_header_menu.active>span:nth-child(2) {
    width: 0;
    opacity: 0;
    transform: rotate(0);
    transition: width 0.5s;
}

#menu-wrapper {
    position: fixed;
    top: 85px;
    left: 0;
    z-index: 999;
    background-color: #007750;
    width: 100%;
    color: #ffffff;
    height: calc(100% - 70px);
}

#menu-wrapper.active {
    display: none;
}

#menu-wrapper>div>ul {
    overflow-y: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#menu-wrapper .mobile_menu_item1 {
    line-height: 50px;
    position: relative;
    padding: 0 5%;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
}

#menu-wrapper .mobile_menu_item2 {
    background-color: #007750;
    display: none;
    color: rgba(255, 255, 255, 0.8);
}

#menu-wrapper .mobile_menu_item2 .arrow_btn::before {
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    border-left: 2px solid rgba(255, 255, 255, 0.8);
}

#menu-wrapper .mobile_menu_item2>li {
    line-height: 50px;
    position: relative;
    padding-left: 7%;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

#menu-wrapper li a {
    z-index: 2;
    position: relative;
}

.arrow_btn {
    width: 80%;
    height: 100%;
    position: absolute;
    right: 5%;
    top: 0;
}

.arrow_btn.active::before {
    transform: rotate(45deg);
}

.arrow_btn::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-radius: 2px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;

    right: 22px;
    margin: -7px 0 0;
}
header .inner .search-icon::before {
    left: 0;
    top: 0;
    right: 0;
    content: "";
    bottom: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    background: rgba(0, 0, 0, 0);
    z-index: -1;
  }
  /* 搜索 */
  header .inner .search-icon.active::before {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
  header .inner .search-icon {
    width: 36px;
    height: 36px;
    color: #007750;
    margin-left: 20px;
    position: relative;
    z-index: 1000;
  }
.header .pc .top .inner .right{
    display: flex;
    align-items: center;
}
  header .inner .search-border:hover {
    color: #007750;
    border: 1px solid #007750;
  }
  header .inner .search-icon.active .search-border:hover {
    border: 1px solid #007750;
  }
  header .inner .search-border {
    width: 36px;
    box-sizing: border-box;
    border: 1px solid #00954D;
    height: 36px;
    border-radius: 36px;
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    font-size: 34px;
    color: #00954D;
     z-index: 2000;
  }
  header .inner .search-input {
    display: none;
    width: calc(100% - 36px);
    height: 100%;
  }
  header .inner .search-input input {
    height: 100%;
    width: 100%;
    font-size: 14px;
    color: #fff;
    outline: none;
    border: 0;
    float: left;
    box-sizing: border-box;
    padding: 0 0 0 15px;
    background: rgba(255, 255, 255, 0);
  }
  header .inner .search-input input::placeholder {
    color: rgba(255, 255, 255, 0.75);
  }
  header .inner .search-icon.active .search-border {
    width: 250px;
    box-sizing: border-box;
    border: 1px solid #007750;
    height: 36px;
  }
  header .inner .search-icon.active .search-border .search-input {
    display: block;
  }
  header .nav {
    width: 100%;
    height: 56px;
    background-color: #007750;
    z-index: 100;
  }
  header .nav ul {
    height: 100%;
    list-style: none;
    display: flex;
    justify-content: space-between;
  }
  header .nav li {
    padding: 0 33px;
    color: #fff;
    height: 100%;
    line-height: 54px;
    position: relative;
    transition: all 0.3s linear;
    font-size: 18px;
  }
  header .nav li:hover {
    background-color: #8e0a11;
  }
  header .nav li:hover .nav-list {
    transform: scale(1, 1);
    opacity: 1;
  }
  header .nav .nav-list {
    width: 100%;
    position: absolute;
    top: 54;
    left: 0;
    background-color: #007750;
    -webkit-transform: scale(1, 0);
    transform-origin: center top;
    -webkit-transition: 0.5s;
    opacity: 0;
    z-index: 500;
  }
  header .nav-list p {
    width: 100%;
    height: 54px;
    text-align: center;
    line-height: 54px;
    color: #fff;
  }
  header .nav-list p:hover {
    background-color: #8e0a11;
  }
/* 缩小后列表 */
.menu-mobile {
    width: 50px;
    height: 60px;
    position: fixed;
    right: 30px;
    top: 30px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    display: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}


.menu-mobile.active {
    right: 50px;
    z-index: 3;
}

.menu-mobile.active .menu-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-mobile.active .menu-line:nth-child(2) {
    opacity: 0;
}

.menu-mobile.active .menu-line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.menu-line {
    width: 20px;
    height: 2px;
    border-radius: 2px;
    margin: 2.5px auto;
    background: #fff;
    transform-origin: center center;
    -webkit-transform-origin: center center;
}

/* 头部移动端样式 */
@media (max-width:1200px) {
.firm .inner .right .bottom{
        justify-content: flex-start;
}
.firm .inner .right .bottom img:nth-of-type(1){
       margin-right:5%;
}
.show .inner .right .right2 .main{
    max-width: 48%;
}
.firm .firm-left .left-main .main-item{
width: 48%;
max-width: 48%;
}
    .news .inner .left .item{
        align-items: flex-start !important;
    }
header .inner .search-border{
border: 1px solid #fff;
    color: #fff;
}
    .news .item{
        padding: 10px !important;
        align-items: center !important;
    }
    .group > .active .inner .mySwiper12 .main{
        flex-direction: row !important;
    }
    .group > .main .inner{
        flex-direction: column;
        align-items: center;
        padding: 0 10px;
    }
    .group > .main .inner .list-left .title > img{
        display: none;
    }
    .group > .main{
        padding-top: 0;
    }
    .group > .main .inner .list-left{
        width: 100%;
        display: flex;
        align-items: flex-end;
        padding: 0;
        margin-bottom: 40px;
    }
    .group > .main .inner .right-location{
        width: 100%;
    }
    footer .top{
        padding: 0 20px;
    }
    .header-right {
        right: -170px;
    }

    .mobile_header {
        display: block;
    }
    .header>.pc{
        display: none;
    }
    .w12 {
        width: 90%;
    }
    .news .inner,.show .inner,.group > .active .inner .main,.firm .inner{
        flex-direction: column;
        align-items: center;
    }
    .firm .inner .left{
        width: 95%;
        margin-bottom: 40px;
    }
    .news .inner .left,.news .inner .middle{
        width: 95%;
        order: 1;
        margin-bottom: 20px;
    }
    .show .inner .left,.show .inner .right{
        width: 95%;
    }
    .group > .active .inner .main{
        background-color: rgba(255, 255, 255, 0);
    }
    .news .inner .middle{
        order: 0;
    }
    .firm{
        background-color: rgba(255, 255, 255, 0);
    }
    .group > .active .inner .main .item{
        background-color: #fff;
        width: 100%;
        margin-bottom: 20px;
    }
    .show .inner .right .title{
        margin-top: 40px;
    }
    .group > .active .inner .title{
        text-align: left;
    }
    .active .inner .left{
        width: 95%;
    }
    .show .inner .right:nth-of-type(2){
        width: 95%;
    }
    .home-one .inner .right{
        margin-top: 30px;
    }
    .home-one .inner .right{
        width: 95%;
    }
    .firm .inner .right .top .item{
        width: 30%;
    }
}
@media (max-width:1200px) {
    .home-one .inner{
        flex-direction: column;
        align-items: center;
    }
    .home-one .inner .left{
        width: 95%;
    }
    .firm .firm-left{
        width: 95%;
        margin-bottom: 30px;
    }
    .firm .inner .right .bottom{
        margin-top: 30px;
    }

}
@media (max-width:1050px) {
.group > .main .inner .list-left .item{
padding:0;
}
}
@media (max-width:920px) {
    .stshow {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .stshow .item{
        width: 45% !important;
        margin: 0 !important;
        margin-bottom: 30px !important;
    }
    .image-dots > span{
        width: 50px;
    }
}
@media (max-width:850px) {
    footer{
        background-size: cover;
    }
    .home-aside{
        display: none !important;
    }
    .menu-mobile {
        display: flex;
    }
    footer .top .two .inner .left{
        flex-direction: column;
    }
    footer .top .two .inner .left p{
        margin-bottom: 18px;
        width: 100%;
    }
    .group > .main .inner .list-left{
        display: none;
    }
    .group > .main {
        padding: 20px 0;
    }
    .news .item .data{
        display: none !important;
    }
    .link-list {
        flex-wrap: wrap;
    }
}
@media (max-width: 650px) {
    .menu-mobile {
        top: 20px;
    }
}
@media (max-width: 600px) {
.image-dots{
display:none;
}
.firm .inner .right .bottom img:nth-of-type(1){
    margin-right: 0%;
}
    .menu-mobile {
        top: 20px;
    }.news .item .title{
        width: 100% !important;
    }
    .news .item .img{
        display: none !important;
    }
}
@media (max-width: 500px) {
    footer .inner > p:nth-of-type(1){
        width: 60%;
    }
    footer .inner > p:nth-of-type(2){
        padding: 0 10px;
    }
.firm .firm-left .left-title .title-btn3 p:nth-of-type(2n-1){
font-size: 20px;
}
.firm .firm-left .left-title .title-btn3 .active{
font-size: 22px;
}
    .firm .firm-left .left-main .left-main-item{
        flex-direction: column;
        align-items: center;
    }
    .firm .firm-left .left-main .main-item{
        width: 100%;
        margin-bottom: 30px;
max-width: 100%;
    }
    .show .inner .right .right2 .main{
        max-width: 100%;
        margin-bottom: 30px;
    }
    .home-one .inner .left .left-main .show-item .news-banner .swiper-slide .img{
        display: none;
    }
    .home-one .inner .left .left-main .show-item .news-banner .swiper-slide .content{
        width: 100%;
    }
    .home-one .inner .left .left-main .show-item .news-list p:nth-of-type(1)::before{
        margin: 0 10px 0 5px;
    }
.group > .main .inner .right-location .top p:nth-of-type(1){
   font-size: 22px;
}
.show .inner .right .right2{
    flex-direction: column;
    align-items: center;
}
.show .inner .right .right2 .main{
    width: 100%;
    margin-bottom: 30px;
}
    .stshow .item{
        width: 100% !important;
       
    }
    .menu-mobile {
        top: 20px;
    }
    .firm .inner .right .bottom{
        height: 100%;
        flex-direction: column;
        align-items: center;
    }
    .firm .inner .right .bottom img{
        /* width: 95%; */
        margin-bottom: 20px;
    }
    .firm{
        padding: 50px 0 0;
    }
    .image-dots > span {
        width: 20px;
    
    }
    .image-dots-list span{
        font-size: 12px;
    }
}
@media (max-width: 450px) {
    .menu-mobile {
        right: 0;
    }
.group > .main .inner .right-location .top p:nth-of-type(2){
display:none;
}
}