.b-7-footer p {
    padding: 0 10px;
}

.swiper-wrapper>div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.index-bg1 {
    background: #ddd;
    position: relative;
}

.home .section {
    background-size: cover;
    background-repeat: no-repeat;
}

.index-bg3 {
    background: #1b1b1b;
    position: relative;
}

#fp-nav ul li a span {
    width: 10px;
    height: 10px;
}

.first-s-h {
    height: 100%;
}

.swiper-container-horizontal>.swiper-bottom {
    bottom: 60px;
}

.fp-prev,
.fp-next {
    display: none;
}

.fp-slidesNav ul li a.active span {
    background: #009944;
    border-color: #009944;
}

.fp-slidesNav ul li a span {
    background: #fff;
    border-color: #fff;
}

.fp-slidesNav ul li {
    margin: 4px;
}

.index-bg-2-1 {
    background: url('../image/swiper-bg1.jpg') no-repeat center;
    background-size: cover;
}

.index-bg-2-2 {
    background: url('../image/swiper-bg2.jpg') no-repeat center;
    background-size: cover;
}

.fp-slidesNav.bottom {
    bottom: 60px;
}

.banner-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
}

.banner-frame {
    position: relative;
    padding: 50px;
}

.banner-title {
    font-size: 58px;
    font-weight: 400;
}

.banner-line {
    content: '';
    max-width: 110px;
    width: 100%;
    border-top: 1px solid #009944;
    margin: 40px auto;
    box-shadow: 0 0 2px #009944;
}

.banner-txt {
    font-size: 22px;
    text-shadow: 0 0 6px #a59d9d;
}

.frame-line-1,
.frame-line-2 {
    position: absolute;
    content: '';
    max-width: 50px;
    max-height: 50px;
    width: 100px;
    height: 100px;
}

.frame-line-1 {
    top: 0;
    right: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.frame-line-2 {
    bottom: 0;
    left: 0;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.index-banner-2 {
    text-align: center;
}

.b-2-Btitle {
    max-width: 580px;
    width: 90%;
    margin: 0 auto;
    opacity: 0;
}

.b-2-stitle,
.b-4-txt {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.b-2-title {
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 500;
}

.b-2-s-title {
    font-size: 20px;
}

.b-2-frame {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.b-2-width {
    width: 33.3%;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    min-height: 129px;
    max-height: 150px;
    overflow: hidden;
    opacity: 0;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.b-2-width:nth-child(3) {
    clear: both;
}

.b-2-content {
    display: inline-block;
    padding-left: 40%;
    text-align: right;
    box-sizing: border-box;
}

.b-2-img {
    width: 100px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}

.b-2-img img {
    width: 50%;
}

.b-2-txt {
    text-align: left;
    box-sizing: border-box;
    padding-left: 20px;
    float: left;
    width: 300px;
}

.b-2-txt h3 {
    margin-bottom: 8px;
}

.b-2-txt p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}

.index-banner-3 {
    text-align: center;
    margin-top: -100px;
    width: 100%;
}

.index-b-3 {
    background: #1b1b1b;
    padding-top: 80px;
    padding-bottom: 30px;
}

.b-3-Btitle {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    opacity: 0;
}

.b-3-title {
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}

.b-3-stitle {
    font-size: 16px;
    padding-bottom: 16px;
}

.index-s-maxW {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.index-swiper-img {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
}

.index-swiper-img img {
    width: 100%;
    display: block;
}

.swiper-wrapper {
    padding: 0 0 50px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #fff;
}

.swiper-pagination-bullet-active {
    background: #f8bd01;
}

.index-swiper-img a {
    position: relative;
    display: block;
}

.index-swiper-img a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    background: linear-gradient(to left, rgba(255,205,45,70%), rgba(243,217,136,70%));
    transition: linear 0.2s opacity;
    -webkit-transition: linear 0.2s opacity;
}

.index-swiper-img a:hover:before {
    opacity: 1;
}

.pro-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    text-align: center;
}

.pro-info img {
    width: 40px;
    margin: 0 auto;
}

.pro-info p {
    color: #fff;
    margin-top: 9px;
}

.index-swiper-img a:hover .pro-info {
    opacity: 1;
}

.index-banner-4 {
    text-align: center;
}

.b-4-Btitle {
    opacity: 0;
}

.b-4-title {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
}

.b-4-txt {
    font-size: 14px;
    line-height: 22px;
    width: 90%;
    max-width: 580px;
    margin: 20px auto;
}

.b-4-ul {
    margin-top: 20px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.b-4-ul li {
    display: inline-block;
    width: 20%;
    box-sizing: border-box;
}

.b-4-ul .b-4-img {
    max-width: 250px;
    width: 100%;
}

.b-4-ul li img {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.b-4-p-title {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0 6px;
}

.b-4-p-info {
    font-size: 14px;
}

.b-4-img {
    position: relative;
    height: 291px;
    overflow: hidden;
}

.b-4-img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    content: '';
    background: -webkit-linear-gradient(right, rgba(61, 162, 106, .7), rgba(58, 233, 204, .7));
    background: linear-gradient(to left, rgba(61, 162, 106, 0.7), rgba(58, 233, 204, 0.7));
    transition: linear 0.2s opacity;
    -webkit-transition: linear 0.2s opacity;
}

.b-4-img-txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    padding: 0 20px;
    line-height: 23px;
    opacity: 0;
}

.b-4-img-txt:hover {
    cursor: pointer;
}

.b-4-info:hover .b-4-img:before {
    opacity: 1;
    cursor: pointer;
}

.b-4-info:hover .b-4-p-title {
    color: #3cc79d;
}

.b-4-info:hover .b-4-img-txt {
    opacity: 1;
}

.index-banner-5 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.b-5-txt div {
    display: none;
    text-align: right;
}

.b-5-txt p {
    max-width: 600px;
    width: 100%;
    margin: 0 120px 0 auto;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    -webkit-line-clamp: 8;
}

.card-txt-active {
    display: block !important;
}

.card-btn-active {
    border-top: 2px solid #fff;
}

.b-5-ul {
    margin-top: 60px;
    padding-left: 120px;
}

.b-5-ul li {
    display: inline-block;
    padding-top: 10px;
    font-size: 20px;
    position: relative;
}

.mar-lr-40 {
    margin: 0 40px;
}

.b-5-ul li:before {
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    border-top: 2px solid #fff;
    width: 0;
    transition: linear 0.2s width;
    -webkit-transition: linear 0.2s width;
}

.b-5-ul li:hover {
    cursor: pointer;
}

.b-5-ul li:hover:before {
    width: 100%;
}

.index-banner-6 {
    text-align: center;
}

.b-6-Btitle {
    max-width: 280px;
    width: 100%;
    margin: 30px auto;
    opacity: 0;
}

.b-6-title {
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 500;
}

.b-6-s-title {
    font-size: 20px;
}

.b-6-frame {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.b-6-width {
    width: 50%;
    float: left;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    min-height: 129px;
    max-height: 150px;
    overflow: hidden;
    opacity: 1;
}

.b-6-content {
    position: relative;
    padding-left: 80px;
}

.b-6-img {
    max-width: 80px;
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

.b-6-time {
    padding: 10px 0;
}

.b-6-time p {
    /* color: #f8bd01; */
    color: #fff;
}

.b-6-time .b-6-year,
.b-6-time .b-6-mon {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 10px;
}

.b-6-time .b-6-mon {
    padding-top: 5px;
}

.b-6-time .b-6-day {
    font-size: 14px;
}

.b-6-line {
    background: url('') no-repeat center;
    background-size: cover;
    /*border-top: 3px solid #009944;
	border-right: 3px solid #009944;*/
    width: 10px;
    height: 10px;
    position: absolute;
    top: 17px;
    right: -6px;
    transform: rotate(45deg);
}

.b-6-txt {
    text-align: left;
    box-sizing: border-box;
    padding-left: 30px;
    float: left;
    max-width: 400px;
    width: 100%;
}

.b-6-txt h3 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
}

.b-6-txt a:hover {
    color: #fff;
}

.b-6-txt p {
    line-height: 24px;
    font-size: 14px;
}

.b-6-more {
    margin-top: 10px;
    float: right;
    font-size: 14px;
    padding-right: 15px;
    color: #fff;
}

.b-6-more:hover {
    color: #037134;
}

.b-6-txt h3 {
    -webkit-line-clamp: 1;
}

.b-6-txt p {
    height: 72px;
    -webkit-line-clamp: 3;
}

.b-7-Btitle {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    text-align: center;
}

.b-7-Btitle h2 {
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-weight: 400;
}

.b-7-ul li {
    margin-bottom: 20px;
    display: block;
}

.b-7-ul img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.b-7-footer {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    padding: 20px 0;
}

.mask {
    width: 53%;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

@media screen and (min-width: 500px) and (max-width: 768px) {
    .b-4-ul li {
        width: 33%;
    }
    .mask {
        width: 100%;
    }
}

@media screen and (min-width: 320px) and (max-width: 499px) {
    .b-4-ul li {
        width: 33%;
        padding: 0;
    }
    .b-4-ul li img {
        padding: 0;
    }
    .b-4-ul img {
        padding: 0 20px;
    }
    .b-2-content {
        padding-left: 0px;
        display: flex;
        flex-direction: column;
    }
    .b-2-img {
        width: auto;
        position: static;
    }
    .b-2-txt {
        width: auto;
        padding-left: 0;
        text-align: center;
    }
    .b-2-width {
        padding: 0;
    }
    .mask {
        width: 100%;
    }
    .b-2-img img {
        width: auto;
        margin: 0 auto;
        display: block;
    }
}

.subheading {
    font-size: 30px;
    color: #fff;
    margin-top: 12px;
}

.more {
    position: absolute;
    bottom: 15%;
    left: 50%;
    font-weight: 600;
    color: #ffffff;
    transform: translateX(-50%);
    padding: 10px 30px;
    border: 1px solid #ffffff;
    text-align: center;
    border-radius: 20px;
    font-size: 14px;
}

.more:hover {
    color: #fff;
    text-decoration: underline;
}