/* banner */
.banner-layer {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 2.4rem;
    width: 100%;
    text-align: center;
}

.banner-layer img {
    width: 6.72rem;
}

.banner-btn {
    padding-top: 1.2rem;
    text-align: center;
}

.banner-btn img {
    width: 1.6rem;
}

.banner .swiper-slide i {
    display: block;
}

.banner .swiper-slide i img {
    width: 100%;
}

.banner-num {
    position: absolute;
    left: 0.2rem;
    bottom: 0.5rem;
    font-size: 14px;
    color: #fff;
}

.banner-num span {
    padding-right: 2px;
    font-size: 18px;
}

.banner-page {
    display: flex;
    position: absolute;
    z-index: 10;
    left: 0.5rem;
    bottom: 0.4rem;
    width: 9rem;
}

.banner-page .swiper-pagination-bullet {
    width: 50%;
    height: 2px;
    border-radius: 0;
}

.banner-page .swiper-pagination-bullet-active {
    background: #007440;
}

.banner-video-bg{
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.banner-video-close{
    position: absolute;
    right: 0.1rem;
    top: 0.5rem;
}
.banner-video-close img{
    width: 0.8rem;
}

.video {
    display: none;
    width: 100%;
    padding-top: 5rem;
}






/* 查看更多 */
.linkMore {
    display: block;
    width: 4.1rem;
    padding: 0 0.8rem;
    font-size: 0.4rem;
    line-height: 1.1rem;
    text-align: left;
    color: #666;
    border: 1px solid #7a7a7c;
}

.linkMore span {
    display: block;
    background: url(../images/arrow_right_b.png) no-repeat right center/0.4rem;
}


/* 第1部分 */
.part1 {
    background: #fff;
}

.part1-top {
    width: 100%;
    height: 8.8rem;
    padding: 0 0.6rem;
    text-align: left;
}

.part1-top-title {
    padding: 1.6rem 0 0.8rem;
    font-size: 0.88rem;
    color: #333;
}

.part1-top-p {
    padding-bottom: 1rem;
    font-size: 0.4rem;
    line-height: 1.5;
    color: #666666;
}

.part1-bottom {
    height: 10.8rem;
    background: url(../images/part1_img1.jpg) no-repeat center 0/cover;
}

/* 第2部分 */
.part2 {
    padding: 0;
}

.part2-title {
    padding: 1.6rem 0.6rem 0.8rem;
    font-size: 0.88rem;
    color: #333;
}

.part2-detail {
    padding: 0 0.6rem;
    font-size: 0.5rem;
    line-height: 1.5;
    color: #666;
}

.part2-nav {
    padding-top: 1rem;
    border-bottom: 1px solid #999999;
}

.part2-nav ul {
    display: flex;
    padding: 0 0.2rem;
}

.part2-nav ul li {
    width: 25%;
    padding-bottom: 0.3rem;
    font-size: 0.5rem;
    line-height: 1.5;
    color: #888;
    text-align: center;
    border-bottom: 2px solid transparent;
}

.part2-nav ul li span {
    display: none;
}

.part2-nav ul li.active {
    color: #007440;
    border-bottom: 2px solid #007440;
}

.part2-bottom {
    position: relative;
    height: 13.6rem;
    margin: 0 0 1rem;
    overflow: hidden;
}

.part2-pic {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
}

.part2-pic:nth-child(1) {
    z-index: 2;
    opacity: 1;
}

.part2-banner {
    display: block;
}

.part2-banner a {
    display: block;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

.part2-banner i {
    display: block;
    overflow: hidden;
}

.part2-banner i img {
    width: 100%;
}

.pic-li-weight {
    font: 400 12px/20px '微软雅黑';
    color: #999999;
}

.pic-li-name {
    padding: 0.2rem 0 0;
    font-size: 18px;
    line-height: 1.5;
}

.part2-banner a:hover img {
    transform: scale(1.1);
}

.part2-btn {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}

.part2-btn>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer;
}

.part2-btn>div img {
    width: 0.4rem;
}


/* 第3部分 */
.part3 {
    position: relative;
}

.part3-layer {
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    padding: 43px 21px 0;
    text-align: left;
    color: #fff;
}

.part3-title {
    position: relative;
    margin-bottom: 17px;
    font-size: 28px;
    line-height: 26px;
}

.part3-bottom {
    max-width: 280px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 19px;
}

.part3-layer a {
    display: block;
    width: 200px;
    font-size: 14px;
    line-height: 36px;
    padding: 0 20px;
    color: #666;
    color: #fff;
    border: 1px solid #fff;
}

.part3-layer a span {
    display: block;
    padding-right: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: url(../images/arrow_right_w.png) no-repeat right center;
}

.part3-banner .swiper-slide i {
    display: block;
}

.part3-banner .swiper-slide i img {
    width: 100%;
}

.wave {
    position: absolute;
    left: 0;
    bottom: 18vh;
    z-index: 9;
    width: 100%;
    height: 26vh;
    background: url(../images/mwave.png) no-repeat center 0;
}

.wave-center {
    position: absolute;
    left: 50%;
    top: 1rem;
    z-index: 10;
    margin-left: -54px;
}

.wave-center i {
    position: relative;
    display: block;
    overflow: hidden;
    width: 108px;
    height: 108px;
    padding: 8px;
    border: 2px solid #007440;
    border-radius: 50%;
}

.wave-center i img {
    width: 100%;
}

.wave-center i::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
    background-color: #fff;
    border-radius: 50%;
}

.wave-center i img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.wave-center p {
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.wave-prev {
    position: absolute;
    z-index: 10;
    left: 30px;
    top: 1.95rem;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.wave-next {
    position: absolute;
    z-index: 10;
    right: 30px;
    top: 2.1rem;
    cursor: pointer;
    transition: 0.3s;
}

.wave span {
    display: block;
    text-align: center;
}

.wave p {
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.part3-num {
    position: absolute;
    z-index: 60;
    right: 0.4rem;
    bottom: 0.8rem;
    font: 400 12px/18px '微软雅黑';
    color: #fff;
}

.part3-num span {
    font-size: 14px;
}



/* 第4部分 */
.part4 {
    display: block;
}

.part4-box {
    padding: 42px 20px 50px;
}

.part4-title {
    display: flex;
    margin-bottom: 20px;
    font: 400 28px/40px '微软雅黑';
    color: #333;
}

.part4-title span {
    display: block;
    font-size: 14px;
    line-height: 1;
}

.part4-p {
    margin-bottom: 30px;
    font: 400 14px/20px '微软雅黑';
    color: #666;
}

.part4-more a {
    display: block;
    width: 206px;
    padding: 0 20px;
    font: 400 14px/36px '微软雅黑';
    color: #666;
    border: 1px solid #7a7a7c;
}

.part4-more a span {
    display: block;
    padding-right: 20px;
    color: #000;
    cursor: pointer;
    background: url(../images/arrow_right_b.png) no-repeat right center;
}

.part4-img {
    height: 8rem;
    background: url(../images/part4_img1.jpg) no-repeat center center/cover;
}



/* 第5部分 */
.part5 {
    display: block;
}

.part5-box {
    padding: 42px 20px 50px;
}

.part5-title {
    display: flex;
    margin-bottom: 20px;
    font: 400 28px/40px '微软雅黑';
    color: #333;
}

.part5-title span {
    display: block;
    font-size: 14px;
    line-height: 1;
}

.part5-p {
    margin-bottom: 30px;
    font: 400 14px/20px '微软雅黑';
    color: #666;
}

.part5-more a {
    display: block;
    width: 206px;
    padding: 0 20px;
    font: 400 14px/36px '微软雅黑';
    color: #666;
    border: 1px solid #7a7a7c;
}

.part5-more a span {
    display: block;
    padding-right: 20px;
    color: #000;
    cursor: pointer;
    background: url(../images/arrow_right_b.png) no-repeat right center;
}

.part5-img img {
    width: 100%;
}

/* 第6部分 */
.part6 {
    padding: 20px;
}

.part6-title {
    font: 400 28px/40px '微软雅黑';
    color: #333;
    text-align: center;
}


.part6-box ul {
    display: block;
}

.part6-box ul li {
    padding: 20px 0 10px;
    text-align: left;
    border-bottom: 1px solid #dbd9dc;
}

.part6-box ul li a {
    display: block;
}

.new-li-img {
    height: 6rem;
    overflow: hidden;
}

.new-li-img img {
    height: 100%;
}

.new-li-font {
    position: relative;
    padding: 30px 0 0;
}

.new-li-title {
    overflow: hidden;
    font: 400 18px/30px '微软雅黑';
    color: #1f1f1f;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.new-li-p {
    height: 96px;
    overflow: hidden;
    font: 400 16px/24px '微软雅黑';
    color: #666666;
}

.new-li-bottom {
    position: absolute;
    left: 0;
    top: 10px;
    font: 400 14px/20px '微软雅黑';
    color: #999999;
}

.new-li-more {
    display: none;
}