.swiper-container {
    width: 100%;
}

.swiper-slide {
    overflow: hidden;
    transform-origin: 0 0;
}

.banner img {
    width: 100%;
}

.part-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}

.part-detail {
    padding: 4px 0;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}


/* 第1部分 */

.part1 {
    background: #fff;
    border-bottom: 3px solid #f38f3c;
}

.part1-nav {
    padding: 0.2rem 0;
}

.part1-nav ul {
    display: flex;
    justify-content: space-between;
}

.part1-nav ul li {
    width: 25%;
    padding: 0 0.1vw;
}

.part1-nav ul a {
    display: block;
    text-align: center;
}

.part1-nav ul i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 auto;
    background: url(../images/mpart1_nav.png) no-repeat center center/100% 100%;
    border-radius: 0.4rem;
}

.part1-nav ul i img {
    width: 1.2rem;
}

.part1-nav ul p {
    padding-top: 0.2rem;
    font-size: 0.4rem;
    line-height: 0.6rem;
    color: #000;
    text-align: center;
}

.part1-main {
    padding: 1rem 0.3rem;
    background: url(../images/mpart1_bg.jpg) no-repeat center 0/cover;
}

.part1-title {
    text-align: center;
    color: #fff;
}

.part1-detail {
    padding: 0.2rem 0;
    font-size: 0.4rem;
    line-height: 0.6rem;
    text-align: center;
    color: #fff;
}

.part1-more {
    padding: 0.1rem 0;
}

.part1-more a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: center;
}

.part1-p {
    height: 120px;
    margin: 0.8rem 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: justify;
}

.part1-ul {
    display: flex;
    justify-content: space-between;
}

.part1-li {
    text-align: center;
}

.part1-li:nth-child(2) {
    padding: 0 0.3rem;
    background: url(../images/part1_line.png) no-repeat 0 0.3rem, url(../images/part1_line.png) no-repeat right 0.3rem;
}

.part1-li-num {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 14px;
    line-height: 14px;
    color: #f38f3c;
}

.part1-li-num span {
    font-size: 24px;
    line-height: 18px;
}

.part1-li-p {
    margin-top: 0.2rem;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.part1-box {
    display: flex;
    padding: 1rem 0 0;
    overflow: hidden;
}

.part1-left {
    width: 50%;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
}

.part1-right {
    width: 50%;
    opacity: 0;
    transform: translate3d(50%, 0, 0);
}

.part1-box a {
    display: block;
    position: relative;
}

.part1-box i {
    display: block;
}

.part1-box i img {
    width: 100%;
}

.part1-li-layer {
    position: absolute;
    z-index: 10;
    left: 0.4rem;
    bottom: 0.4rem;
    color: #fff;
}

.part1-li-layer .ch {
    font-size: 16px;
    line-height: 20px;
}

.part1-li-layer .en {
    font-size: 12px;
    line-height: 16px;
}


/* 动画 */

.part1-left.animated_visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.6s 0.6s;
}

.part1-right.animated_visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.6s 0.6s;
}


/* part2 */

.part2 {
    padding: 0.8rem 0.3rem 1rem;
    background: url(../images/mpart2_bg.jpg) no-repeat center 0;
}

.part2-nav {
    padding: 0.4rem 0;
}

.part2-nav ul {
    display: flex;
    justify-content: space-between;
}

.part2-nav li {
    width: 2.2rem;
}

.part2-nav a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: #47592f;
}

.part2-new {
    padding: 0;
    perspective: 1000px;
}

.part2-new ul li {
    padding: 0.4rem 0;
    border-bottom: 1px solid #e1e1e1;
    opacity: 0;
    transform: rotateX(120deg);
}

.part2-new ul a {
    display: flex;
    justify-content: space-between;
    color: #000;
}

.new-li-img {
    width: 4.1rem;
}

.new-li-img img {
    width: 100%;
}

.new-li-font {
    width: 5rem;
}

.new-li-title {
    font-weight: bold;
    font-size: 0.4rem;
    line-height: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-time {
    padding: 0.1rem 0;
    font-size: 12px;
    line-height: 1;
}

.new-li-p {
    height: 48px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
}


/* 动画 */

.part2-new ul li.animated_visible {
    opacity: 1;
    transform: rotateX(0);
    transition: 0.6s 0.8s;
}


/* part3 */

.part3 {
    padding: 1rem 0.3rem;
    background: url(../images/mpart3_bg.jpg) no-repeat center 0/cover;
}

.part3-title {
    color: #fff;
}

.part3-detail {
    color: #fff;
}

.part3-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.part3-box ul li {
    width: 4.6rem;
    padding: 0.2rem 0;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
}

.part3-box ul li:nth-child(1) {
    width: 100%;
}

.part3-box ul li:nth-child(1) .part3-li-layer {
    width: 4.5rem;
}

.part3-box ul a {
    display: block;
    position: relative;
}

.part3-li-img {
    width: 100%;
}

.part3-li-img img {
    width: 100%;
    transition: 0.3s;
}

.part3-li-layer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0.1rem;
    width: 100%;
    padding: 0 0.2rem;
}

.part3-li-name {
    padding: 0 0 0.1rem;
    font-weight: bold;
    font-size: 14px;
    color: #000;
}

.part3-li-pic {
    padding: 0 0.1rem;
}

.part3-li-pic img {
    width: 1.2rem;
}


/* 动画 */

.part3-box ul li.animated_visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.6s 0.8s;
}


/* part4 */

.part4 {
    padding: 1rem 0.2rem;
    background: #fff;
    border-bottom: 5px solid #f38f3c;
}

.part4-main {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.part4-left {
    width: 3.4rem;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
}

.part4-title {
    padding: 0.1rem 0 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    text-align: right;
}

.part4-detail {
    margin-top: 0.4rem;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-align: right;
}

.part4-right {
    width: 6rem;
    opacity: 0;
    transform: translate3d(50%, 0, 0);
}

.part4-right ul {
    display: flex;
    flex-wrap: wrap;
}

.part4-right ul li {
    width: 50%;
    padding: 0.1rem;
}

.part4-right li a {
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    background: url(../images/part4_bordera.png) no-repeat center center/100% 100%;
}

.part4-li-img {
    padding: 0.4rem 0 0.2rem;
    text-align: center;
}

.part4-li-img img {
    width: 1.32rem;
}

.part4-li-font {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #f38f3c;
    text-align: center;
}


/* 动画 */

.part4-left.animated_visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.6s 0.8s;
}

.part4-right.animated_visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.6s 0.8s;
}


/* part5 */

.part5 {
    display: flex;
    justify-content: space-between;
    padding: 0.3rem 0 0.5rem;
}

.part5-left {
    width: 5.05rem;
}

.part5-right {
    width: 4.8rem;
}

.part5 a {
    position: relative;
    display: block;
    padding: 0.1rem 0;
}

.part5 i {
    display: block;
}

.part5 img {
    width: 100%;
}

.part5-li-font {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4rem;
    height: 1.2rem;
    padding: 0.2rem 0;
    margin-left: -2rem;
    margin-top: -0.6rem;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background: #47592f;
}