body {
    background: #fff;
}

.banner {
    position: relative;
}

.banner .swiper-slide img {
    width: 100%;
}

.btn-prev {
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 50%;
    margin-top: -16px;
    cursor: pointer;
}

.btn-next {
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 50%;
    margin-top: -16px;
    cursor: pointer;
}

.btn-prev img,
.btn-next img {
    width: 18px;
}


/* 第1部分 */

.part1 {
    position: relative;
}

.part1-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0.2rem 0.3rem;
}

.part1-title {
    display: flex;
    align-items: center;
    width: 3.6rem;
    font-size: 0.36rem;
    line-height: 0.42rem;
    color: #000;
}

.part1-title .en {
    text-transform: capitalize;
}

.part1-detail {
    width: 3.3rem;
    margin: 0 0.2rem;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}

.part1-name {
    margin: 0 0.2rem;
    font-size: 0.32rem;
    line-height: 0.4rem;
    color: #4ab344;
}

.part1-p {
    margin: 0.2rem 0.2rem 0.4rem;
    overflow: hidden;
    font-size: 12px;
    line-height: 18px;
    color: #666666;
}

.part1-box {
    position: relative;
}

.part1-more {
    position: absolute;
    z-index: 30;
    left: 0.2rem;
    top: 0.1rem;
}

.part1-more a {
    display: block;
    width: 1.6rem;
    padding: 0 0.1rem;
    font-size: 12px;
    line-height: 24px;
    color: #000;
    border: 1px solid #000;
}

.part1-more span {
    display: block;
    background: url(../images/arrow_b.png) no-repeat right center/4px;
}

.part1-box {
    position: relative;
    padding: 0 0 0.4rem 2.6rem;
}

.part1-box i {
    display: block;
}

.part1-box i img {
    width: 100%;
}

.part1-ad {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    width: 3.2rem;
}

.part1-ad img {
    width: 100%;
}

.part1-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.2rem;
}

.part1-nav ul li {
    margin: 0.15rem 0 0;
}

.part1-nav ul a {
    display: block;
    padding: 0.2rem 0;
    color: #000;
    background: #f1f4f9;
}

.part1-nav ul a .ch {
    padding-left: 0.4rem;
    font-size: 0.3rem;
    line-height: 0.5rem;
}

.part1-nav ul a .en {
    padding-left: 0.4rem;
    font-size: 12px;
    line-height: 16px;
    background: url(../images/line_b.png) no-repeat 0 center/0.3rem;
}


/* 第2部分 */

.part2 {
    position: relative;
    padding: 0.6rem 0 0;
}

.part2-main {
    padding: 0 0.2rem;
}

.part2-title .ch {
    width: 2rem;
    margin: 0 auto;
    padding-left: 0.4rem;
    font-size: 0.36rem;
    line-height: 0.4rem;
    color: #000;
    background: url(../images/part2_icon.png) no-repeat 0 center/0.36rem;
}

.part2-title .ch span {
    color: #4ab344;
}

.part2-title .en {
    font-size: 12px;
    line-height: 18px;
    color: #999999;
    text-align: center;
}

.part2-more {
    position: relative;
    margin: 0.1rem 0 0.4rem;
}

.part2-more a {
    display: block;
    width: 1.6rem;
    margin: 0 auto;
    padding: 0 0.1rem;
    font-size: 12px;
    line-height: 24px;
    color: #000;
    border: 1px solid #000;
}

.part2-more span {
    display: block;
    background: url(../images/arrow_b.png) no-repeat right center/4px;
}

.part2-box ul {
    display: flex;
    flex-wrap: wrap;
}

.part2-box ul li {
    width: 50%;
}

.part2-box ul a {
    display: block;
    position: relative;
}

.part2-box li i {
    display: block;
    overflow: hidden;
    background: #000;
}

.part2-box li i img {
    width: 100%;
    opacity: 0.8;
    transition: 0.3s;
}

.part2-li-name {
    position: absolute;
    z-index: 20;
    left: 0.2rem;
    bottom: 0.2rem;
    color: #fff;
}

.part2-li-ch {
    font-weight: bold;
    font-size: 0.3rem;
    line-height: 0.3rem;
}

.part2-li-en {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
}

.part2-right ul a:hover img {
    opacity: 1;
    transform: scale(1.1);
}


/* 第3部分 */

.part3 {
    position: relative;
    padding: 0.6rem 0 1.8rem;
}

.part3-main {
    padding: 0 0.2rem;
}

.part3-title {
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #4ab344;
    text-align: center;
}

.part3-detail {
    padding: 0.1rem 0 0.4rem;
    font-size: 0.36rem;
    line-height: 0.4rem;
    color: #000;
    text-align: center;
}

.part3-detail span {
    font-weight: bold;
}

.part3-nav {
    margin: 0 0 0.2rem;
    border: 1px solid #000;
}

.part3-nav ul {
    display: flex;
    justify-content: space-between;
}

.part3-nav ul li {
    width: 25%;
}

.part3-nav ul li:not(:nth-child(1)) {
    border-left: 1px solid #000;
}

.part3-nav ul a {
    display: block;
    font-size: 0.3rem;
    line-height: 0.56rem;
    color: #fff;
    text-align: center;
    background: #4ab344;
}

.new-top a {
    display: block;
    padding-bottom: 1px;
    color: #000;
    background: url(../images/shadow.png) no-repeat center bottom/100%;
}

.new-top-title {
    font-size: 0.32rem;
    line-height: 0.36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-top-p {
    height: 80px;
    overflow: hidden;
    margin: 0.1rem 0 0.2rem;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}

.new-box ul li {
    padding: 0.5vw 0;
    border-bottom: 1px dashed #000000;
}

.new-box ul a {
    display: block;
    font-size: 0.3rem;
    line-height: 0.6rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}