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: 60px 0 0;
}


/* 第1部分 */

.part1 {
    position: relative;
}

.banner img {
    width: 100%;
}


/* 第2部分 */

.part2 {
    position: relative;
    background: url(../images/mpart2_bg.jpg) no-repeat center 0 / cover;
}

.part2 .wrap {
    align-items: center;
}

.part2-main {
    width: 100%;
    padding: 0 0.2rem;
}

.part2-head {
    position: relative;
    padding: 0.4rem 0.4rem;
    background: url(../images/part2_box.png) no-repeat 0 0/cover;
}

.part2-name {
    font-size: 0.36rem;
    line-height: 0.36rem;
    color: #9f060c;
}

.part2-name span {
    color: #333;
}

.part2-p {
    height: 1.8rem;
    overflow: hidden;
    margin-top: 0.2rem;
    font-size: 0.3rem;
    line-height: 0.36rem;
    color: #333;
    text-indent: 2em;
}

.part2-ad {
    display: flex;
    position: absolute;
    left: 0.4rem;
    bottom: -0.2rem;
    font-size: 0.3rem;
    line-height: 0.42rem;
    color: #fff;
}

.part2-ad p {
    padding: 0 2px;
}

.part2-ad p:nth-child(1) {
    background: #000;
}

.part2-ad p:nth-child(2) {
    background: #9f060c;
}

.part2-more {
    position: absolute;
    z-index: 50;
    right: 0.4rem;
    bottom: -1.8rem;
    width: 0.6rem;
}

.part2-more a {
    display: block;
    padding: 0.3rem 0.12rem 0.6rem;
    font-size: 12px;
    line-height: 14px;
    color: #9f060c;
    text-align: center;
    background: rgba(255, 255, 255, 0.6) url(../images/arrow_r.png) no-repeat center 1.6rem/0.08rem;
    border: 1px solid #9f060c;
}

.part2-box {
    position: relative;
    margin: 0.4rem 0 0;
}

.part2-img1 {
    position: relative;
    z-index: 1;
}

.part2-img1 img {
    width: 4rem;
}

.part2-img2 {
    width: 4.8rem;
    margin-top: 0.3rem;
    border: 2px solid #fff;
}

.part2-img2 img {
    width: 100%;
}

.part2-en {
    position: absolute;
    left: 4.4rem;
    top: 1.8rem;
    font-size: 0.48rem;
    line-height: 0.6rem;
    color: #64898b;
    text-transform: uppercase;
}

.part2-en p {
    opacity: 0.4;
}

.part2-sl {
    position: absolute;
    z-index: 20;
    right: 0;
    top: 2.4rem
}

.part2-sl img {
    width: 2.1rem;
}


/* 第3部分 */

.part3 {
    position: relative;
    background: url(../images/mpart3_bg.jpg) no-repeat center 0 / cover;
}

.part3 .wrap {
    align-items: center;
    padding-bottom: 0.8rem;
}

.part3-main {
    display: block;
    width: 100%;
    padding: 0 0.2rem;
}

.part3-nav {
    padding: 0.8rem 0 0;
    background: url(../images/mpart3_title.png) no-repeat 0 0/100%;
}

.part3-nav ul {
    display: flex;
    justify-content: center;
}

.part3-nav ul li {
    width: 1.66rem;
    padding: 0 0.03rem;
}

.part3-nav ul a {
    display: block;
    font-size: 0.3rem;
    line-height: 0.56rem;
    color: #333;
    text-align: center;
    background: url(../images/part_border.png) no-repeat center 0/100% 100%;
}

.part3-box {
    display: flex;
    justify-content: space-between;
    margin: 0.6rem 0 0.2rem;
}

.part3-left {
    width: 5.1rem;
}

.part3-left img {
    width: 100%;
}

.part3-right {
    position: relative;
    width: 1.6rem;
}

.part3-more {
    position: absolute;
    z-index: 50;
    left: 0;
    bottom: 0;
    width: 0.6rem;
}

.part3-more a {
    display: block;
    padding: 0.3rem 0.12rem 0.6rem;
    font-size: 12px;
    line-height: 14px;
    color: #9f060c;
    text-align: center;
    background: rgba(255, 255, 255, 0.6) url(../images/arrow_r.png) no-repeat center 1.6rem/0.08rem;
    border: 1px solid #9f060c;
}

.part3-ul {
    display: block;
}

.part3-li {
    padding: 0 0 0.1rem;
    text-align: right;
}

.part3-li img {
    width: 0.8rem;
}

.part3-con {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 5.6rem;
}

.part3-con-left {
    width: 2.4rem;
}

.part3-name {
    padding: 0 0 0.3rem;
    text-align: left;
}

.part3-name .ch {
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #333;
}

.part3-name .en {
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    text-transform: uppercase;
}

.part3-say {
    font-size: 12px;
    line-height: 14px;
    color: #333;
}

.part3-p {
    width: 2.8rem;
    height: 1.2rem;
    overflow: hidden;
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #333;
}

.part3-bottom {
    padding: 0.3rem 0 0;
    text-align: right;
}

.part3-kind {
    font-size: 0.36rem;
    line-height: 0.4rem;
    color: #c71119;
}

.part3-detail {
    margin: 0.1rem 0 0;
    font-size: 12px;
    line-height: 20px;
    color: #c71119;
}

.part3-wave {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
}

.part3-wave img {
    width: 100%;
}


/* 第4部分 */

.part4 {
    position: relative;
    background: url(../images/mpart4_bg.jpg) no-repeat center 0 / cover;
}

.part4 .wrap {
    align-items: center;
}

.part4-main {
    width: 100%;
    padding: 0 0.2rem;
}

.part4-head {
    display: block;
}

.part4-img {
    padding: 0 0 0.3rem;
}

.part4-img img {
    width: 100%;
}

.part4-font {
    text-align: left;
}

.part4-ch {
    font-size: 0.36rem;
    line-height: 0.42rem;
    color: #c71119;
}

.part4-en {
    margin: 0.15rem 0;
    font-size: 12px;
    line-height: 14px;
    color: #333;
    text-transform: uppercase;
}

.part4-en p {
    opacity: 0.4;
}

.part4-ad {
    display: flex;
}

.part4-ad p {
    padding: 0 3px;
    font-size: 0.3rem;
    line-height: 0.42rem;
    color: #fff;
}

.part4-ad p:nth-child(1) {
    background: #000;
}

.part4-ad p:nth-child(2) {
    background: #9f060c;
}

.part4-title {
    padding: 0.4rem 0 0.2rem;
    text-align: left;
}

.part4-title .ch {
    font-size: 0.36rem;
    line-height: 0.4rem;
    color: #333;
    background: url(../images/line_red.png) no-repeat 2.3rem center;
}

.part4-title .ch span {
    color: #c71119;
}

.part4-title .en {
    font-size: 12px;
    line-height: 16px;
    color: #9f060c;
}

.part4-kind {
    display: flex;
}

.part4-kind-li {
    width: 33.3%;
    padding: 0 0.1rem;
}

.part4-kind-li a {
    display: block;
    position: relative;
}

.part4-kind-li a img {
    width: 100%;
}

.part4-kind-layer {
    position: absolute;
    left: 0.08rem;
    top: 0.1rem;
    width: 2rem;
    height: 3.2rem;
    padding: 0.6rem 0 0;
    border: 1px solid #fff;
}

.part4-kind-ch {
    width: 1.8rem;
    margin: 0 auto;
    padding-left: 0.1rem;
    font-size: 0.3rem;
    line-height: 0.56rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1rem;
    background: url(../images/part4_circle.png) no-repeat center center/1.8rem;
}

.part4-kind-en {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.part4-kind-more {
    position: absolute;
    left: 50%;
    bottom: 0.4rem;
    width: 1.5rem;
    margin-left: -0.75rem;
}

.part4-kind-more span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    background: url(../images/arrow_ww.png) no-repeat right center/10px;
}


/* 第5部分 */

.part5 {
    position: relative;
    background: url(../images/mpart5_bg.jpg) no-repeat center 0 / cover;
}

.part5 .wrap {
    align-items: center;
}

.part5-main {
    width: 100%;
    padding: 0 0.2rem;
}

.part5-head {
    position: relative;
    margin: 0 0.6rem;
    padding: 1.5rem 0 0;
}

.part5-sl {
    position: absolute;
    right: 0;
    top: 0;
}

.part5-sl img {
    width: 4.5rem;
}

.part5-font {
    text-align: left;
}

.part5-font img {
    width: 4.4rem;
}

.part5-nav {
    padding: 0.5rem 0.6rem 1rem;
}

.part5-nav ul {
    display: flex;
}

.part5-nav ul li {
    width: 1.66rem;
    padding: 0 0.2rem 0 0;
}

.part5-nav ul a {
    display: block;
    font-size: 0.3rem;
    line-height: 0.56rem;
    color: #333;
    text-align: center;
    background: url(../images/part_border.png) no-repeat center 0/100% 100%;
}

.part5-box {
    position: relative;
}

.part5-box li {
    padding: 0 0 0.3rem;
}

.part5-box li a {
    display: flex;
    justify-content: space-between;
    padding: 0.2rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #000;
}

.new-li-img {
    width: 3rem;
}

.new-li-img img {
    width: 100%;
}

.new-li-font {
    width: 3.5rem;
}

.new-li-title {
    height: 1.2rem;
    overflow: hidden;
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #333;
}

.new-li-more {
    width: 2rem;
    padding: 0 0.2rem 0 0.1rem;
    border: 1px solid #9f060c;
}

.new-li-more span {
    display: block;
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: #9f060c;
    background: rgba(255, 255, 255, 0.6) url(../images/arrow_rr.png) no-repeat center right/0.2rem;
}


/* 第6部分 */

.part6 {
    position: relative;
    background: url(../images/mpart6_bg.jpg) no-repeat center 0 / cover;
}

.part6 .wrap {
    align-items: center;
}

.part6-main {
    position: relative;
    width: 100%;
    padding: 4.8rem 0.5rem 0;
    background: url(../images/mpart6_img.png) no-repeat center 0/6.94rem;
}

.part6-title {
    position: absolute;
    z-index: 10;
    right: 0.5rem;
    top: 4.6rem;
}

.part6-title img {
    width: 0.6rem;
}

.part6-img {
    padding: 0 0 1px;
}

.part6-img img {
    width: 100%;
}

.part6-ul {
    display: block;
}

.part6-li {
    padding: 0 0 0.2rem;
    font-size: 0.3rem;
    line-height: 0.36rem;
    color: #333;
}

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.1rem;
    font-size: 14px;
    line-height: 18px;
    background: #9f060c;
}

footer p {
    padding: 0 5px;
    color: #bb5b5f;
}

footer a {
    padding: 0 5px;
    color: #bb5b5f;
}