.swiper {
    flex: 1;
    border-radius: 0 0 0 35px;
}
.swiper-img {
    width: 100%;
    height: 100%;
}
.home {
    position: relative;
}
.swiper-pagination {
    position: absolute;
    bottom: -55px !important;
    text-align: right !important;
}
.swiper_banbar {
    background: linear-gradient(180deg, #30a266, #228f56);
    height: 100%;
    z-index: 2;
}
.swiper_banbar ul {
    position: relative;
    z-index: 1;
    justify-content: space-around;
    padding: 30px 0;
}
.swiper_right {
    width: 166px;
    height: 166px;
    background: linear-gradient(180deg, #ED7700, #E50011);
    position: absolute;
    right: -7px;
    bottom: -7px;
}
.swiper_banbar-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 700px;
    width: 8%;
}
.swiper_banbar li {
    color: #FFFFFF;
    transition: all 0.3s;
    position: relative;
}
.swiper_banbar li a {
    color: #FFFFFF;
    display: block;
    width: 100%;
    height: 100%;
}
.swiper_banbar li::before {
    position: absolute;
    content: '';
    width: 32px;
    height: 19px;
    right: 44px;
    transition: all 0.3s;
    background: url(../static/pngs/menu-right.png) no-repeat;
    background-size: 62px 19px;
    background-position-x: -30px;
}
.swiper_banbar li span {
    font-size: 20px;
}
.swiper_banbar li .home-select {
    position: absolute;
    top: 0;
    transform: translate(100%, 0);
    right: 0;
    background: #FFFFFF;
    font-weight: 500;
    box-shadow: 0px 4px 8px rgba(51, 51, 51, 0.08);
    color: #333333;
    /*height: 0;*/
    opacity: 0;
    z-index: -1;
    overflow: hidden;
    transition: all 0.3s;
    border-right: transparent 4px solid;
}
.swiper_banbar li .home-select a {
    display: block;
    font-size: 20px;
    text-decoration: none;
    color: #333333;
    padding: 10px 50px;
    white-space: nowrap;
    text-align: center;
    margin-top: 5px;
}
.swiper_banbar li .home-select a:hover {
    color: #00833E;
}
.swiper_banbar li .home-select a:not(:last-child) {
    border-bottom: 1px solid #fff7f7;
}
.photo {
    font-size: 24px;
}
.swiper_banbar li:hover::before {
    background-position-x: 0px;
}
.swiper_banbar li:hover .home-select {
    border-right: #d53b25 4px solid;
}
.home_detail {
    position: relative;
    padding: 0 111px;
}
.home_detail-title {
    flex-direction: column;
    margin-top: 44px;
}
.home_detail-title P {
    color: #666666;
    font-size: 18px;
    line-height: 26px;
    margin: 0 16px;
}
.home_detail-title h3 {
    color: #333333;
    font-size: 30px;
    height: 42px;
    margin-bottom: 16px;
    font-weight: 400;
}
.nav-left {
    height: 98px;
}
.positiona {
    position: absolute;
    background: linear-gradient(180deg, #30a266, #228f56);
}
.nav-left-fill {
    background: linear-gradient(90deg, #30a266, #30a366);
    position: absolute;
}
.swiper_banbar-fill {
    height: 100%;
}
.banbar-buttom {
    position: absolute;
    height: 83px;
    z-index: -1;
}
.banbar-buttom-position {
    position: absolute;
    bottom: 30px;
}
.banbar-buttom-position::after {
    content: '';
    background: #229057;
    position: absolute;
    width: 1000px;
    top: -20px;
    height: 20px;
}
.banbar-buttom-left {
    background: linear-gradient(180deg, #249158, #218e55);
    position: absolute;
    height: 83px;
}
.swiper_banbar-mask {
    width: 282px;
    height: 282px;
    position: absolute;
    bottom: -54px;
    z-index: 1;
}
.detail-swiper {
    padding: 24px 0;
    height: 100%;
    border-radius: unset;
}
.detail-swiper img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}
.detail-swiper h5 {
    font-size: 18px;
    height: 25px;
    color: #333333;
    margin: 30px 0 16px 0;
}
.detail-swiper p {
    margin: 0 28px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.3s;
}
.detail-swiper .none-btn {
    border-radius: 0 10px 0 10px;
    border: #BA251D 1px solid;
    padding: 5px 16px;
    color: #BA251D;
    font-size: 12px;
    margin: 12px 0;
    transition: all 0.3s;
    position: absolute;
    bottom: -50%;
}
.detail-swiper .swiper-slide {
    background-color: #f9f9f9;
}
.detail-swiper .swiper-slide_hover .mb_16 {
    background: #f9f9f9;
    transition: all 0.3s;
}
.detail-swiper .swiper-slide_hover:hover .none-btn {
    bottom: 0;
    transform: translateY(60px);
}
.detail-swiper .swiper-slide_hover:hover .mb_16 {
    transform: translateY(-66px);
    overflow: inherit;
}
.detail-swiper .swiper-slide_hover:hover .swiper-slide-next-btn:hover {
    color: #249158;
    border: #249158 1px solid;
    border-radius: unset;
}
.sub-nav {
    overflow: hidden;
    transition: all 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background: #fff;
    z-index: 11;
    box-shadow: 0px 4px 8px rgba(51, 51, 51, 0.08);
}
.sub-nav.sub-nav-active {
    height: 90px;
    overflow: initial;
}
.sub-nav .sub-nav-bgc {
    height: 90px;
}
.sub-nav li {
    line-height: 90px;
    font-size: 18px;
    margin-left: 47px;
    font-weight: 500;
    position: relative;
}
.sub-nav li a {
    color: #333333;
}
.sub-nav li:hover {
    color: #00833E;
}
.sub-nav li:hover > a {
    color: #00833E;
}
.sub-nav li:hover::after {
    content: '';
    position: absolute;
    width: 50%;
    border: #00833E 2px solid;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    opacity: 0.1;
}
.sub-nav li:first-child:hover::after {
    opacity: 1;
}
.sub-nav li:first-child:hover .home-select {
    border-bottom: #d53b25 4px solid;
    height: 90px;
}
.sub-nav .home-select {
    position: absolute;
    top: 100%;
    left: -100%;
    background: #FFFFFF;
    opacity: 0.96;
    font-weight: 500;
    box-shadow: 0px 4px 8px rgba(51, 51, 51, 0.08);
    color: #333333;
    font-size: 20px;
    height: 0;
    transition: all 0.3s;
    overflow: hidden;
}
.sub-nav .home-select a {
    display: block;
    text-decoration: none;
    color: #333333;
    padding: 10px 20px;
    white-space: nowrap;
    text-align: center;
    line-height: 1;
}
.sub-nav .home-select a:hover {
    color: #00833E;
}
.sub-nav nav {
    position: relative;
}
.sub-nav .sub-nav-left {
    position: absolute;
    background: linear-gradient(90deg, #2A9A5F, #218E55);
    height: 90px;
}
.detail-next {
    width: 64px !important;
    height: 64px !important;
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    transition: all 0.3s;
}
.detail-next:hover {
    transform: translateY(50%) scale(1.1);
}
.detail-prev {
    width: 64px !important;
    height: 64px !important;
    position: absolute;
    transform: rotate(180deg) translateY(-50%);
    top: 50%;
    transition: all 0.3s;
}
.detail-prev:hover {
    transform: rotate(180deg) translateY(-50%) scale(1.1);
}
.video {
    margin-top: 33px;
}
.video .video-view {
    margin-top: 24px;
    position: relative;
}
.video .video-view .img {
    height: 675px;
    width: 100%;
}
.video .paly {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    transition: all 0.3s;
}
.video .paly:hover {
    transform: translate(-50%, -50%) scale(1.1);
}
.swiper-pagination .swiper-pagination-bullet {
    transition: all 0.3s;
}
.swiper-pagination .swiper-pagination-bullet:hover {
    transform: scale(1.5);
}
#branch {
    margin-top: 77px;
}
.background {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
