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 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}


/* 第2部分 */

.part2 {
    position: relative;
    background: url(../images/mpart2_bg.jpg) no-repeat center 0 / cover;
}

.part2 .wrap {
    align-items: center;
    padding-bottom: 2rem;
}

.part2-main {
    position: relative;
    width: 100%;
    padding: 0 0.3rem;
}

.part2-map {
    height: 6.6rem;
    padding: 0.8rem 0 0 4.2rem;
    background: url(../images/mpart2_map.png) no-repeat center 0/6.4rem;
}

.part2-map p img {
    width: 3.6rem;
}

.part2-title {
    padding: 0 0 0.2rem;
    text-align: left;
}

.part2-title .ch {
    font: 400 18px/20px '微软雅黑';
    color: #fff;
}

.part2-title .en {
    font: 400 12px/16px '微软雅黑';
    color: #fff;
    opacity: 0.3;
}

.part2-p {
    height: 120px;
    overflow: hidden;
    font: 400 14px/20px '微软雅黑';
    color: #fff;
    text-align: justify;
}

.part2-more {
    margin: 10px 0 0;
    width: 100px;
    border-radius: 15px;
}

.part2-more a {
    display: block;
    padding: 0 0 0 10px;
    font: 400 14px/24px '微软雅黑';
    color: #fff;
    text-align: left;
    background: url(../images/part2_arrow.png) no-repeat 75px center/16px;
    border: 1px solid #fff;
    border-radius: 15px;
}

.part2-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #a3000c url(../images/part2_nav_bg.jpg) 0 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.part2-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.2rem 0.6rem;
}

.part2-nav ul li {
    width: 25%;
    padding: 0.1rem 0;
}

.part2-nav ul a {
    display: block;
    font: 400 16px/24px '微软雅黑';
    color: #fff;
    text-align: center;
}

.part2-ad {
    position: absolute;
    right: 64px;
    bottom: 72px;
}


/* 第3部分 */

.part3 {
    position: relative;
    background: url(../images/mpart3_bg.jpg) no-repeat center 0 / cover;
}

.part3 .wrap {
    align-items: center;
}

.part3-main {
    width: 100%;
}

.part3-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.2rem 0.4rem;
    background: url(../images/part3_line.png) no-repeat center bottom/100%;
}

.part3-img1 img {
    width: 1.2rem;
}

.part3-img2 img {
    width: 5.6rem;
}

.part3-box {
    padding: 30px 0 0;
}

.part3-box ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.4rem;
}

.part3-box ul li {
    width: 33.3%;
    padding: 0.4rem;
    text-align: center;
}

.part3-box ul li i {
    display: block;
}

.part3-box ul li i img {
    width: 0.8rem;
}

.part3-li-ch {
    padding: 0.2rem 0 0;
    font: 400 16px/20px '微软雅黑';
    color: #000;
    text-align: center;
}


/* 第4部分 */

.part4 {
    position: relative;
    background: url(../images/mpart4_bg.jpg) no-repeat center 0 / cover;
}

.part4 .wrap {
    align-items: center;
    padding: 0;
}

.part4-main {
    width: 100%;
}

.part4-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0.3rem;
    padding: 0 0 0.6rem;
    border-bottom: 1px solid #999999;
}

.part4-title {
    width: 4rem;
    text-align: left;
}

.part4-title .big {
    font: 400 24px/30px '微软雅黑';
    color: #000;
}

.part4-title .small {
    font: 400 14px/16px '微软雅黑';
    color: #999999;
}

.part4-nav {
    width: 4.8rem;
}

.part4-nav ul {
    display: flex;
    flex-wrap: wrap;
}

.part4-nav ul li {
    width: 50%;
    padding: 0.1rem;
}

.part4-nav ul a {
    display: block;
    font: 400 16px/24px '微软雅黑';
    color: #000;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
    border-radius: 12px;
}

.part4-box {
    margin: 0.6rem 0 0;
    padding: 1rem 0;
    background: url(../images/part4_box_bg.jpg) no-repeat 0 center/cover;
}

.part4-banner {
    background: url(../images/part4_border.png) no-repeat 9.3rem 0/1px 100%;
}

.part4-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 50;
    right: 0.4rem;
    top: 1rem;
    width: 0.64rem;
    height: 0.64rem;
    background: #c6000f;
    border-radius: 50%;
    cursor: pointer;
}

.part4-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 50;
    right: 0.4rem;
    bottom: 1rem;
    width: 0.64rem;
    height: 0.64rem;
    background: #c6000f;
    border-radius: 50%;
    cursor: pointer;
}

.part4-prev img,
.part4-next img {
    width: 0.3rem;
}

.part4-banner a {
    display: flex;
    padding: 0 0.8rem 0 0.2rem;
}

.pic-li-font {
    width: 2.6rem;
    text-align: left;
}

.pic-li-kind {
    font: 400 12px/16px '微软雅黑';
    color: #b60210;
}

.pic-li-name {
    padding: 20px 0 10px;
    font: 400 20px/1 '微软雅黑';
    color: #000;
    text-align: left;
}

.pic-li-detail {
    font: 400 16px/20px '微软雅黑';
    color: #999999;
    text-align: left;
}

.pic-li-weight {
    width: 2.56rem;
    margin: 0.6rem 0 0.8rem;
    padding: 0 0.1rem;
    font: 400 12px/16px '微软雅黑';
    color: #fff;
    text-align: center;
    background: #636060;
    border-radius: 15px;
}

.pic-li-more {
    margin: 10px 0 0;
    width: 100px;
    border-radius: 15px;
}

.pic-li-more span {
    display: block;
    padding: 0 0 0 10px;
    font: 400 14px/24px '微软雅黑';
    color: #000;
    text-align: left;
    background: url(../images/part2_arrow.png) no-repeat 75px center/16px;
    border: 1px solid #000;
    border-radius: 15px;
}

.pic-li-img {
    width: 6rem;
}

.pic-li-img img {
    width: 100%;
}

.part4-ad {
    position: absolute;
    left: 0.4rem;
    bottom: 0.4rem;
    font: 400 14px/20px '微软雅黑';
    color: #d3aa8b;
}


/* 第5部分 */

.part5 {
    position: relative;
    background: url(../images/mpart5_bg.jpg) no-repeat center 0 / cover;
}

.part5 .wrap {
    align-items: center;
}

.part5-main {
    width: 100%;
}

.part5-top {
    display: block;
    text-align: center;
}

.part5-title {
    padding: 0 0 10px;
    font: 400 18px/24px '微软雅黑';
    color: #fff;
    background: url(../images/part5_line_w.png) no-repeat center bottom/10px;
}

.part5-scgy {
    padding: 0.4rem 0 1rem;
    text-align: center;
}

.part5-scgy img {
    width: 3rem;
}

.part5-box {
    position: relative;
    height: 6.8rem;
    margin: 0 0.2rem;
    overflow: hidden;
}

.part5-box ul {
    display: flex;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}

.part5-box ul li {
    padding: 0 0.2rem 0.8rem;
}

.part5-box ul li:nth-child(2n) {
    transform: translate3d(0, 0.8rem, 0);
}

.part5-li-box {
    position: relative;
    display: block;
    width: 2rem;
    padding: 1rem 0.1rem 0.1rem;
    color: #fff;
    text-align: center;
    background: #03837d;
    border: 2px solid #fff;
    border-radius: 1rem;
    cursor: pointer;
}

.part5-li-num {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0.2rem;
    width: 100%;
    font: bold 1.2rem/1 'SimSun';
    color: #03fff3;
    text-align: center;
    opacity: 0.1;
}

.part5-li-ch {
    position: relative;
    z-index: 10;
    font: 400 18px/24px '微软雅黑';
}

.part5-li-detail {
    margin: 0.2rem 0 0.1rem;
    font: 400 12px/20px '微软雅黑';
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.part5-li-img {
    border-radius: 1rem;
    background: #000;
}

.part5-li-img img {
    width: 100%;
}


/* 第6部分 */

.part6 {
    position: relative;
    background: url(../images/mpart6_bg.jpg) no-repeat center 0 / cover;
}


.part6-main {
    width: 100%;
    padding: 4rem 0 0;
}

.part6-tel {
    text-align: center;
}

.part6-tel-num {
    font: 400 30px/36px '微软雅黑';
    color: #b40008;
    text-align: center;
    text-shadow: #fff 2px 0 0,
        #fff 0 2px 0,
        #fff -2px 0 0,
        #fff 0 -2px 0;
}

.part6-tel-font {
    font: 400 16px/24px '微软雅黑';
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
}

.public {
    position: absolute;
    left: 0;
    bottom: 1rem;
    width: 100%;
}

.public-main {
    padding: 0 0.4rem;
}

.public-name {
    padding: 0 0 0.4rem;
    font: 400 16px/30px '微软雅黑';
    color: #000;
}

.public-li {
    display: flex;
    align-items: center;
    padding: 0 0 10px;
}

.public-li i {
    display: block;
}
.public-li i img{
    width: 0.5rem;
}

.public-li-font {
    padding: 0 0 0 5px;
}

.public-li-ch {
    font: 400 14px/1 '微软雅黑';
    color: #000;
}

.public-li-en {
    display: none;
}

.public-detail {
    padding: 0.8rem 0;
    font: 400 14px/18px '微软雅黑';
    color: #b40008;
}

.public-ewm {
    display: none;
}

footer {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 0.4rem;
    font: 400 14px/20px '微软雅黑';
    color: #000;
    background: url(../images/part_line.png) no-repeat 0 10px/10px;
}

footer p {
    padding: 0 10px 0 0;
}

footer a {
    padding: 0 10px 0 0;
    color: #000;
}