html,
body {
    perspective: 1000px;
    position: relative;
    background: #fff;
}

.banner {
    position: relative;
}

.swiper-container {
    width: 100%;
}

.swiper-slide {
    overflow: hidden;
    transform-origin: 0 0;
}

.banner i {
    display: block;
}

.banner i img {
    width: 100%;
}

.banner-font {
    position: absolute;
    left: 0;
    bottom: 0.3rem;
    width: 100%;
    text-align: center;
    opacity: 0;
    transform: translate3d(0, -30%, 0);
    transition: 1s 1s;
}

.banner-font img {
    width: 7.1rem;
}

.banner .swiper-slide-active .banner-font {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}


/* 第1部分 */

.part1 {
    position: relative;
    z-index: 30;
    padding: 0 0.2rem;
}

.part1-main {
    border-top: 5px solid #eda71d;
}

.part1-name {
    padding: 0.4rem 0;
    font-size: 0.36rem;
    line-height: 0.4rem;
    color: #000;
}

.part1-p {
    height: 80px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
}

.part1-more {
    margin: 0.3rem 0;
}

.part1-more a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100px;
    font-size: 14px;
    line-height: 24px;
    padding: 2px 4px 2px 6px;
    color: #000;
    border: 1px solid #000;
    border-radius: 15px;
}

.part1-more a span {
    display: block;
    width: 60px;
    text-align: center;
}

.part1-more a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #eda71d;
    border-radius: 10px;
}

.part1-more a i img {
    width: 8px;
}

.part1-ul {
    display: flex;
    justify-content: space-between;
}

.part1-li {
    padding: 0 2px;
}

.part1-li-font {
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 16px;
    color: #000;
}

.part1-li-line {
    display: flex;
    align-items: flex-end;
    font-size: 12px;
    line-height: 12px;
    color: #000;
}

.part1-li-num {
    padding-right: 2px;
    font-size: 24px;
    line-height: 22px;
    color: #eda71d;
}

.part1-box {
    position: relative;
    margin-top: 0.5rem;
    padding: 0 0.4rem 4.5rem;
}

.part1-jzhy {
    position: relative;
}

.part1-jzhy img {
    width: 2.2rem;
}

.part1-detail {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
    color: #000;
}

.honor-more {
    position: absolute;
    right: 0;
    top: 0.4rem;
}

.honor-more a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100px;
    font-size: 14px;
    line-height: 24px;
    padding: 2px 4px 2px 6px;
    color: #000;
    border: 1px solid #000;
    border-radius: 15px;
}

.honor-more a span {
    display: block;
    width: 60px;
    text-align: center;
}

.honor-more a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #eda71d;
    border-radius: 10px;
}

.honor-more a i img {
    width: 8px;
}

.part1-honor {
    position: absolute;
    z-index: 5;
    left: 0.4rem;
    bottom: -1.1rem;
    width: 6.3rem;
}

.part1-honor img {
    width: 100%;
}


/* 第2部分 */

.part2 {
    position: relative;
    z-index: 20;
    padding: 1.8rem 0 0.6rem;
    background: url(../images/mpart2_bg.jpg) no-repeat center 0 / cover;
}

.part2-main {
    padding: 0 0.2rem;
}

.part2-font {
    padding: 0 0 0.4rem;
    text-align: left;
}

.part2-font img {
    width: 100%;
}

.part2-service {
    position: relative;
}

.part2-slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 2.6rem;
    height: 1.6rem;
    padding: 2.4vw 0 1vw;
    color: #fff;
    background: url(../images/part2_service.jpg) no-repeat center 0/cover;
}

.part2-slide-font {
    padding: 0 0 5px;
    color: #fff;
    text-align: center;
}

.part2-slide-font .ch {
    font-size: 16px;
    line-height: 18px;
}

.part2-slide-font .en {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
}

.part2-slide-more {
    display: flex;
    justify-content: center;
}

.part2-slide-more a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 96px;
    font-size: 14px;
    line-height: 24px;
    padding: 0 4px 0 6px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
}

.part2-slide-more a span {
    display: block;
    width: 60px;
    text-align: center;
}

.part2-slide-more a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 10px;
}

.part2-slide-more a i img {
    width: 8px;
}

.part2-nav {
    background: #fff;
}

.part2-nav ul {
    display: flex;
    flex-wrap: wrap;
}

.part2-nav ul li {
    width: 25%;
    padding: 0.1rem 0;
}

.part2-nav ul li:nth-child(1) {
    width: 1.5rem;
    margin-left: 2.6rem;
}

.part2-nav ul li:nth-child(2) {
    width: 1.5rem;
}

.part2-nav ul li:nth-child(3) {
    width: 1.5rem;
}

.part2-nav ul a {
    display: block;
    text-align: center;
}

.part2-nav ul i {
    display: block;
}

.part2-nav ul i img {
    width: 1.28rem;
}

.part2-nav ul p {
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

.part2-box {
    position: relative;
    height: 4.1rem;
    margin-top: 0.3rem;
    overflow: hidden;
}

.part2-box ul {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}

.part2-box ul li {
    width: 4.2rem;
    padding: 0 0.1rem;
}

.part2-box ul a {
    display: block;
    border: 1px solid #fff;
}

.part2-box ul i {
    display: block;
    padding: 0.1rem;
}

.part2-box ul img {
    width: 100%;
}


/* 第3部分 */

.part3 {
    position: relative;
    padding: 0 0 0.6rem;
    background: url(../images/mpart3_bg.jpg) no-repeat center 0 / cover;
}

.part3-main {}

.part3-join {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 3.35rem;
    padding-top: 0.6rem;
    background: url(../images/part3_line.png) no-repeat center 0/1px 0.8rem;
}

.part3-join-font {
    margin-right: 0.1rem;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #79945e;
    text-align: right;
}

.part3-join-img {
    width: 0.8rem;
    text-align: center;
}

.part3-join-img img {
    width: 0.6rem;
}

.part3-shop {
    display: flex;
    align-items: center;
    padding-left: 3.35rem;
    padding-top: 0.6rem;
    background: url(../images/part3_line.png) no-repeat center 0/1px 0.8rem;
}

.part3-shop-font {
    margin-left: 0.1rem;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #79945e;
}

.part3-shop-img {
    width: 0.8rem;
    text-align: center;
}

.part3-shop-img img {
    width: 0.6rem;
}

.part3-detail {
    padding: 0.4rem 0;
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #000;
    text-align: center;
}

.part3-name {
    margin: 0 0 0.8rem;
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #79945e;
    text-align: center;
}

.part3-box {
    position: relative;
    height: 3.2rem;
    overflow: hidden;
}

.part3-box ul {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}

.part3-box ul li {
    width: 3rem;
}

.part3-box ul a {
    display: block;
}

.part3-box i {
    display: block;
    overflow: hidden;
}

.part3-box i img {
    width: 100%;
    transition: 0.3s;
}

.part3-box ul a:hover img {
    transform: scale(1.1);
}


/* 第4部分 */

.part4 {
    width: 100%;
    overflow: auto;
    padding: 0.4rem 0;
    background: #fff;
}

.part4-main {
    display: flex;
    justify-content: space-between;
    width: 18.08rem;
    padding: 0 0.3rem;
}

.part4-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.part4-line:nth-child(1) {
    width: 4.17rem;
}

.part4-line:nth-child(2) {
    width: 4.8rem;
}

.part4-line:nth-child(3) {
    width: 8.08rem;
}

.part4-slide {
    width: 4.4rem;
}

.part4-slide img {
    width: 100%;
}

.part4-img {
    padding: 0.1rem 0;
}

.part4-img img {
    width: 100%;
}

.part4-img4 {
    width: 4.8rem;
}

.part4-img5 {
    width: 3.08rem;
    margin: 0.1rem 0;
    background: url(../images/part4_more.jpg) no-repeat center 0/cover;
}

.part4-p {
    padding: 0.8rem 0 0.4rem;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}

.part4-more {
    display: flex;
    justify-content: center;
}

.part4-more a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 96px;
    font-size: 14px;
    line-height: 24px;
    padding: 0 4px 0 6px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
}

.part4-more a span {
    display: block;
    width: 60px;
    text-align: center;
}

.part4-more a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 10px;
}

.part4-more a i img {
    width: 8px;
}


/* 第5部分 */

.part5 {
    position: relative;
    padding: 0.3rem;
    background: #f6f6f6;
}

.part5-main {
    position: relative;
    padding: 0.5rem 0.3rem 0.3rem;
    background: url(../images/part5_slide.jpg) no-repeat center 0/cover;
}

.part5-line {
    display: flex;
    justify-content: space-between;
}

.part5-title {
    color: #fff;
}

.part5-ch {
    margin-bottom: 5px;
    padding: 0 0 10px;
    font-size: 18px;
    line-height: 20px;
    background: url(../images/part5_line.png) no-repeat 0 bottom/6px;
}

.part5-en {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.part5-detail {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    text-align: right;
}

.part5-more {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}

.part5-more a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 96px;
    font-size: 14px;
    line-height: 24px;
    padding: 0 4px 0 6px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
}

.part5-more a span {
    display: block;
    width: 60px;
    text-align: center;
}

.part5-more a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 10px;
}

.part5-more a i img {
    width: 8px;
}

.part5-box ul {
    padding: 0.3rem 0 0;
}

.part5-box ul li {
    padding: 0 0 0.3rem;
}

.part5-box ul a {
    display: flex;
    justify-content: space-between;
}

.new-li-img {
    width: 2rem;
    overflow: hidden;
}

.new-li-img img {
    width: 100%;
}

.new-li-font {
    width: 4rem;
    color: #fff;
}

.new-li-title {
    height: 0.8rem;
    overflow: hidden;
    font-size: 0.3rem;
    line-height: 0.4rem;
}

.new-li-time {
    margin-top: 0.3rem;
    width: 1.5rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #fff;
    text-align: center;
    background: #000;
}