html,
body {
    perspective: 1000px;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    overflow: hidden;
    transform-origin: 0 0;
}

.wrap {
    display: flex;
    position: relative;
    z-index: 6;
    width: 100%;
    height: 100%;
    padding: 72px 0 0;
}


/* 第1部分 */

.part1 {
    position: relative;
    padding-top: 60px;
}

.banner img {
    width: 100%;
}


/* 第2部分 */

.part2 {
    position: relative;
    background: url(../images/mpart2_bg.jpg) no-repeat center 0 / cover;
}

.part2-ad {
    position: absolute;
    z-index: 10;
    right: 0.6rem;
    bottom: 0.8rem;
}

.part2-ad img {
    width: 3rem;
}

.part2-main {
    position: relative;
    z-index: 10;
    padding: 0 0.3rem;
}

.part2-1998 {
    text-align: right;
}

.part2-1998 img {
    width: 7.36rem;
}

.part2-img {
    padding: 0;
}

.part2-img img {
    width: 100%;
}

.part2-box {
    padding: 0 0.2rem;
}

.part2-ch {
    padding: 0.4rem 0 0.2rem;
}

.part2-ch img {
    width: 100%;
}

.part2-title {
    margin-bottom: 0.4rem;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.part2-p {
    height: 160px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
}


/* 第3部分 */

.part3 {
    position: relative;
    background: url(../images/mpart3_bg.jpg) no-repeat center 0 / cover;
}

.part3 .wrap {
    align-items: center;
}

.part3-main {
    width: 100%;
    padding: 0 0.3rem;
}

.part3-border {
    height: 7.2rem;
    padding: 1.5rem 0 0;
    background: url(../images/mpart3_border.png) no-repeat 0 0/100%;
}

.part3-logo {
    padding-left: 1.6rem;
    text-align: left;
}

.part3-logo img {
    width: 1.85rem;
}

.part3-ul {
    padding: 0.4rem 0;
}

.part3-ul ul {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.part3-ul ul li {
    width: 25%;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.part3-ul ul li:nth-child(1) {
    border-left: 0;
}

.part3-ul a {
    display: block;
    text-align: center;
}

.part3-ul a img {
    width: 1.8rem;
}

.part3-more {
    text-align: center;
}

.part3-more a {
    display: block;
    padding-top: 0.6rem;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: url(../images/part3_more.png) no-repeat center 0/0.5rem;
}

.part3-box {
    position: relative;
    height: 6.2rem;
    overflow: hidden;
    transition: 1s opacity, 1s transform;
}

.part3-box ul {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    padding: 0.3rem 0 0;
}

.part3-box ul li {
    width: 4.8rem;
    padding: 0 0.1rem;
}

.part3-box ul a {
    display: block;
    padding: 0.3rem;
    text-align: center;
    color: #000;
    background: url(../images/pic_li_bg.jpg) no-repeat center center/cover;
    border: 2px solid #fff;
}

.part3-box ul i {
    display: block;
    overflow: hidden;
}

.part3-box ul i img {
    width: 100%;
}

.pic-li-name {
    font-size: 0.4rem;
    line-height: 0.6rem;
}

.pic-li-weight {
    font-size: 12px;
    line-height: 18px;
}


/* 第4部分 */

.part4 {
    position: relative;
    background: url(../images/part4_bg.jpg) no-repeat center 0 / cover;
}

.part4 .wrap {
    align-items: flex-end;
}

.part4-main {
    width: 100%;
    padding: 0 1.8rem;
}

.part4-title {
    text-align: center;
}

.part4-title img {
    width: 5rem;
}

.part4-nav {
    padding: 1rem 0 1.5rem;
}

.part4-nav ul {
    width: 3.4rem;
    margin: 0 auto;
    padding: 0;
}

.part4-nav ul li {
    padding: 0 0 0.6rem;
}

.part4-nav ul a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #a1ce4f;
    border-radius: 0.4rem;
}

.part4-nav ul a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.2rem;
    width: 100%;
    height: 0.2rem;
    text-align: center;
    background: url(../images/three.png) no-repeat center 0/0.6rem;
}

.part4-li-font {
    padding: 0 0.1rem;
    text-align: center;
}

.part4-li-font .ch {
    font-size: 0.4rem;
    line-height: 0.5rem;
}

.part4-li-font .en {
    font-size: 12px;
    line-height: 16px;
}

.part4-li-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.66rem;
    height: 0.66rem;
    background: #006c2f;
    border-radius: 50%;
}

.part4-li-icon i img {
    width: 0.48rem;
}

.part4-box {
    padding: 0 0.8rem 0.6rem;
    background: url(../images/mpart4_box_bg.png) no-repeat center 0/100%;
}

.part4-ad {
    padding: 20px 0 12px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background: url(../images/line_r.png) no-repeat center 0/42px;
}

.part4-detail {
    width: 140px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: #ae151f;
    border-radius: 5px;
}

.part4-p {
    margin-top: 0.4rem;
    height: 80px;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}

.part4-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.64rem;
    height: 0.64rem;
    margin: 0 auto;
    background: #e92633;
    border-radius: 50%;
}

.part4-arrow a {
    display: block;
}

.part4-arrow img {
    width: 6px;
}


/* 第5部分 */

.part5 {
    position: relative;
    background: url(../images/mpart5_bg.jpg) no-repeat center 0 / cover;
}

.part5-main {
    display: block;
    width: 100%;
    padding: 0 0.3rem;
}

.part5-ad {
    padding: 0 0 0.2rem;
}

.part5-ad img {
    width: 9.6rem;
}

.part5-nav {
    padding: 0.2rem 0;
}

.part5-nav ul {
    display: flex;
}

.part5-nav ul li {
    width: 120px;
}

.part5-nav ul li:nth-child(1) {
    padding-right: 20px;
}

.part5-nav ul li:nth-child(2) {
    padding-left: 30px;
}

.part5-nav ul a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #333;
}

.part5-nav ul li:nth-child(1) a::before {
    content: '';
    position: absolute;
    z-index: -1;
    right: -20px;
    top: 0;
    width: 45px;
    height: 100%;
    background: #333;
    transform: skew(-50deg);
}

.part5-nav ul li:nth-child(2) a::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: -20px;
    top: 0;
    width: 45px;
    height: 100%;
    background: #333;
    transform: skew(-50deg);
}

.part5-box {
    padding: 0;
}

.new-font {
    padding: 0;
}

.new-font a {
    display: block;
    padding: 0 0 1px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.new-top-title {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-top-time {
    width: 100px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    background: #000;
}

.new-top-p {
    height: 80px;
    margin: 0.2rem 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}

.part5-ul {
    padding-top: 0.3rem;
}

.part5-ul ul {
    position: relative;
}

.part5-ul ul::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 20px;
    width: 1px;
    height: 100px;
    background: #fff;
}

.part5-ul ul li {
    padding: 5px 0;
}

.part5-ul ul a {
    position: relative;
    display: block;
    padding-left: 0.6rem;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.part5-ul ul a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 15px;
    height: 15px;
    background: url(../images/part5_circle.png) no-repeat center center;
}

.part5-icon {
    padding: 0.4rem 0 0;
}

.part5-icon ul {
    display: flex;
}

.part5-icon ul li {
    padding: 0 0.3rem;
}

.part5-icon ul li img {
    width: 2.1rem;
}


/* 第6部分 */

.part6 {
    position: relative;
    background: url(../images/mpart6_bg.jpg) no-repeat center 0 / cover;
}

.part6 .wrap {
    align-items: center;
    background: url(../images/part6_border.png) no-repeat center bottom/9rem;
}

.part6-main {
    width: 100%;
    padding: 0 0.4rem;
}

.part6-font {
    color: #fff;
}

.big {
    font-size: 24px;
    line-height: 24px;
}

.small {
    padding: 0.5rem 0 1rem;
    font-size: 14px;
    line-height: 18px;
}

.part6-logo img {
    width: 1.2rem;
}

.part6-box {
    position: relative;
    margin: 1.5rem 0 0;
}

.part6-ewm {
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    width: 2.2rem;
    padding-bottom: 4px;
    background: #ececec;
}

.part6-ewm i {
    display: block;
    margin-bottom: 4px;
    padding: 4px;
    background: #fff;
}

.part6-ewm i img {
    width: 100%;
}

.part6-ewm p {
    padding: 0 5px;
    font-size: 12px;
    line-height: 14px;
    color: #000;
    text-align: center;
}

.part6-tel {
    width: 5rem;
    color: #fff;
    background: url(../images/tel.png) no-repeat right 0/0.6rem;
}

.part6-tel span {
    display: block;
    font-size: 12px;
    line-height: 18px;
}

.part6-tel p {
    font-size: 24px;
    line-height: 24px;
}

.part6-box {
    color: #fff;
}

.part6-box ul {
    padding: 0.4rem 0 0.8rem;
}

.part6-box ul li {
    padding: 0 0 0.1vw;
}

.part6-box ul li p {
    font-size: 16px;
    line-height: 20px;
}

.part6-box ul li span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.3);
}

footer {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 20px;
}

footer p {
    padding-right: 5px;
    color: #fff;
}

footer a {
    padding-right: 5px;
    color: #fff;
}