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: 70px 0 0;
}


/* 第1部分 */

.part1 {
    position: relative;
}

.banner {
    position: relative;
}

.banner-layer {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 3rem;
    width: 100%;
    text-align: center;
}

.banner-layer img {
    width: 7rem;
}

.video-icon {
    position: absolute;
    z-index: 5;
    left: 0.3rem;
    bottom: 0.7rem;
}

.video-icon img {
    width: 1.4rem;
}

.banner .swiper-slide img {
    width: 100%;
}


/*样式表*/

.video-bg {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.alerts {
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 10%;
    width: 100%;
    text-align: center;
}

.alerts img {
    width: 40px;
}

.video-bg div {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.videos {
    width: 100%;
}


/* 第2部分 */

.part2 {
    position: relative;
    background: url(../images/mpart2_bg.jpg) no-repeat center 0 / cover;
}

.part2 .wrap {
    padding-top: 2rem;
}

.part2-main {
    width: 100%;
    padding: 0 0.2rem;
}

.part2-title {
    padding: 0 0 0.2rem;
    text-align: left;
    color: #fff;
}

.part2-title .en {
    padding: 0 0 0.1rem;
}

.part2-title .en img {
    width: 1.76rem;
}

.part2-title .ch {
    font-size: 0.3rem;
    line-height: 0.4rem;
}

.part2-p {
    height: 2rem;
    overflow: hidden;
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #fff;
}

.part2-more {
    margin: 0.2rem 0;
    text-align: left;
}

.part2-more a {
    display: block;
}

.part2-more a img {
    width: 0.9rem;
}

.part2-ul {
    display: flex;
    flex-wrap: wrap;
    width: 6.6rem;
}

.part2-li {
    width: 50%;
    padding: 0 0.2rem 0.2rem 0;
}
.part2-li:nth-child(4){
    display:none;
} 
.part2-li a {
    display: flex;
    justify-content: space-between;
    padding: 0.3rem;
    color: #000;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 0.1rem;
}

.part2-li a i {
    display: block;
    position: relative;
}

.part2-li a img {
    width: 0.72rem;
}

.part2-li-name {
    color: #000;
}

.part2-li-name .ch {
    font-size: 0.3rem;
    line-height: 0.36rem;
}

.part2-li-name .en {
    font-size: 0.24rem;
    line-height: 0.3rem;
}


/* 第3部分 */

.part3 {
    position: relative;
    background: url(../images/mpart3_bg.jpg) no-repeat center 0 / cover;
}

.part3 .wrap {
    align-items: flex-end;
    padding-bottom: 2.3rem;
}

.part3-main {
    width: 100%;
    padding: 0 0.2rem;
}

.part3-title {
    padding: 0 0 0.2rem;
    color: #fff;
}

.part3-title .ch {
    font-size: 0.36rem;
    line-height: 0.4rem;
}

.part3-title .en {
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
}

.part3-box {
    position: relative;
    padding: 1rem 0.2rem 0;
    background: url(../images/part3_box_bg.png) no-repeat 0 0/100% 7.5rem;
}

.part3-ad {
    display: flex;
    position: absolute;
    z-index: 60;
    right: 0.2rem;
    top: -1.2rem;
}

.part3-ad a {
    display: block;
    margin: 0 0 0 1vw;
}

.part3-ad a img {
    width: 2.15rem;
}

.part3-ul {
    position: relative;
    height: 4.2rem;
    overflow: hidden;
}

.part3-ul ul {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}

.part3-ul ul li {
    width: 3.4rem;
    padding: 0 0.1rem;
}

.part3-ul ul a {
    display: block;
}

.part3-ul ul i {
    display: block;
}

.part3-ul ul img {
    width: 100%;
}

.pic-li-line {
    padding: 0.1rem;
    color: #fff;
    text-align: center;
    background: #c9151e;
}

.pic-li-name {
    font-size: 0.24rem;
    line-height: 0.3rem;
}

.pic-li-weight {
    font-size: 0.24rem;
    line-height: 0.3rem;
}

.part3-tm {
    position: relative;
    z-index: 50;
    padding: 0.5rem 0;
}

.part3-tm img {
    width: 2rem;
}

.part3-logo {
    position: absolute;
    z-index: 1;
    right: 0.2rem;
    top: 5.2rem;
}

.part3-logo img {
    width: 2rem;
}

.part3-wan {
    position: absolute;
    z-index: 10;
    right: -0.2rem;
    bottom: -2.75rem;
}

.part3-wan img {
    width: 100%;
}


/* 第4部分 */

.part4 {
    position: relative;
}

.part4-bg {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.part4-bg1 {
    background: url(../images/mpart4_img2.jpg) no-repeat center 0/100%;
}

.part4-bg2 {
    display: none;
    background: url(../images/mpart4_img1.jpg) no-repeat center 0/100%;
}

.part4 .wrap {
    align-items: center;
    padding-top: 3rem;
    background: url(../images/mpart4_box.png) no-repeat center 0/cover;
}

.part4-main {
    width: 100%;
    padding: 0 0.2rem;
}

.part4-title {
    color: #fff;
}

.part4-title .ch {
    font-size: 0.36rem;
    line-height: 1;
}

.part4-title .en {
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
}

.part4-ul {
    display: flex;
    padding: 0.3rem 0;
}

.part4-li {
    padding-right: 0.6rem;
}

.part4-li p img {
    width: 2.2rem;
}

.part4-li.active p {
    background: url(../images/three2.png) no-repeat center bottom/auto 0.22rem;
}

.part4-name {
    font-size: 0.3rem;
    line-height: 0.36rem;
    color: #fff;
}

.part4-detail {
    padding: 0.2rem 0;
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #fff;
}

.part4-p {
    height: 1.8rem;
    padding-right: 0.8rem;
    overflow: hidden;
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #fff;
}

.part4-more {
    padding: 0.2rem 0 0;
}

.part4-more a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}


/* 第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-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 0.6rem;
    background: url(../images/mpart5_shape.png) no-repeat 0 center/100%;
}

.part5-title {
    padding: 0.6rem 0 0 0;
    font-size: 0.3rem;
    line-height: 0.36rem;
    color: #fff;
    text-align: center;
    background: url(../images/part5_ad.png) no-repeat 0 0/1.34rem;
}

.part5-more {
    width: 2rem;
    padding: 0.2rem 0;
}

.part5-more a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background: #c9151e;
    border-radius: 12px;
}

.part5-icon img {
    width: 1.8rem;
}

.part5-box {
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.part5-box ul li {
    position: relative;
    padding: 0.4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.part5-box ul a {
    display: block;
    position: relative;
    color: #fff;
}

.part5-box ul a::after {
    content: '';
    position: absolute;
    left: -0.48rem;
    top: 0.2rem;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
}

.new-li-title {
    font-size: 0.3rem;
    line-height: 0.48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-p {
    height: 1.6rem;
    overflow: hidden;
    margin: 0.2rem 0 0;
    font-size: 0.24rem;
    line-height: 0.4rem;
}

.new-li-time {
    font-size: 0.24rem;
    line-height: 0.4rem;
}


/* 第6部分 */

.part6 {
    position: relative;
    background: url(../images/part6_bg.jpg) no-repeat center 0 / cover;
}

.part6 .wrap {
    align-items: center;
}

.part6-main {
    width: 100%;
    padding: 0 0.2rem;
}

.part6-box {
    display: block;
}

.part6-left {
    position: relative;
    height: 2.8rem;
    padding: 0.7rem 0 0;
    background: url(../images/mpart6_img1.jpg) no-repeat right 0/6rem;
}

.part6-title {
    padding: 0.6rem 0 0 0;
    font-size: 0.3rem;
    line-height: 0.36rem;
    color: #fff;
    text-align: center;
    background: url(../images/part6_ad.png) no-repeat 0 0/1.34rem;
}

.part6-more {
    width: 2rem;
    padding: 0.2rem 0;
}

.part6-more a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background: #c9151e;
    border-radius: 12px;
}

.part6-detail {
    position: absolute;
    right: 0.4rem;
    top: 0.7rem;
    font-size: 0.3rem;
    line-height: 0.36rem;
    color: #fff;
    text-align: right;
}

.part6-right {
    color: #fff;
}

.part6-tel {
    padding: 0.6rem 0;
}

.part6-tel span {
    font-size: 0.3rem;
    line-height: 0.4rem;
}

.part6-tel p {
    font-size: 0.48rem;
    line-height: 0.54rem;
}

.part6-contact {
    margin: 0 0 0.6rem;
    font-size: 0.3rem;
    line-height: 0.36rem;
}

.part6-adress {
    font-size: 0.3rem;
    line-height: 0.4rem;
}

.part6-ewm {
    position: relative;
    width: 2.4rem;
    margin: 0.8rem 0 0;
}

.part6-ewm-img{
    position: absolute;
    left: 0.1rem;
    bottom: 0.1rem;
    display: block;
}
.part6-ewm-img p{
    padding: 0;
}
.part6-ewm-img img {
    width: 1rem;
}

.part6-ewm p {
    padding: 0.1rem 0 0.1rem 1.2rem;
    text-align: center;
    background: #000;
}

.part6-ewm span {
    display: block;
    font-size: 14px;
    line-height: 16px;
}

footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0.2rem 0.1rem;
    font-size: 14px;
    line-height: 20px;
}

footer p {
    padding: 0 10px 0 0;
    color: #fff;
}

footer a {
    padding: 0 10px 0 0;
    color: #fff;
}