html,
body {
    perspective: 1000px;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    overflow: hidden;
    transform-origin: 0 0;
}

#part1-page {
    display: flex;
    justify-content: flex-end;
    z-index: 99;
    left: auto;
    top: auto;
    right: 0.6rem;
    bottom: 2.6rem;
    width: 3rem;
}

#part1-page .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 4px;
    background: url(../images/part1_icon.png) no-repeat center center;
    opacity: 1;
}

#part1-page .swiper-pagination-bullet-active {
    background: url(../images/part1_icona.png) no-repeat center center;
}

.mfix-tel {
    position: absolute;
    z-index: 10;
    left: 0.2rem;
    bottom: 2.4rem;
}

.mfix-tel i {
    position: absolute;
    left: 0.06rem;
    top: 0.06rem;
}

.mfix-tel i img {
    width: 0.6rem;
}

.mfix-tel p {
    width: 3.8rem;
    padding: 0 0 0 0.74rem;
    font-size: 0.36rem;
    line-height: 0.72rem;
    color: #fff;
    background: #142f84;
    border-radius: 0.4rem;
}

.wrap {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 6;
    width: 100%;
    height: 100%;
}


/* 第1部分 */

.part1 {
    position: relative;
    border-bottom: 5px solid #0d82ff;
}

.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 {
    position: relative;
    width: 100%;
    padding: 0 0.8rem;
}

.part2-left {
    padding: 0 0 0.5rem;
}

.part2-en {
    text-align: left;
}

.part2-en img {
    width: 3.6rem;
}

.part2-detail {
    width: 4rem;
    font-size: 0.3rem;
    line-height: 0.42rem;
    color: #fff;
}

.part2-right {
    perspective: 1000px;
    position: relative;
    z-index: 10;
}

.part2-right ul {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #fff;
    transform-origin: right center;
}

.part2-right ul li {
    width: 50%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.part2-ch {
    padding: 0.8vw 0;
    font-size: 0.48rem;
    line-height: 0.5rem;
    color: #fff;
}

.part2-right ul li:nth-child(2n+1) {
    border-left: 1px solid #fff;
}

.part2-right ul li:nth-child(1) {
    border-top: 0;
    border-left: 0;
}

.part2-right ul a {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    padding: 0.2rem;
}

.part2-li-icon {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid #fff;
    border-radius: 50%;
}

.part2-li-icon img {
    width: 0.3rem;
}

.part2-li-font {
    position: relative;
    z-index: 10;
    width: 1.8rem;
    color: #fff;
}

.part2-li-ch {
    position: relative;
    padding: 0 0 0.3rem;
    font-size: 0.3rem;
    line-height: 0.5rem;
}

.part2-li-ch::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0.1rem;
    width: 10px;
    height: 2px;
    background: #fff;
    transition: 0.3s;
}

.part2-li-detail {
    font-size: 14px;
    line-height: 20px;
}

.part2-right ul a:hover::after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #142f84;
    transform: scale(1.08);
    transition: 0.3s;
}

.part2-right ul a:hover .part2-li-en::before {
    left: -6.2vw;
    width: 6.6vw;
}


/* 第3部分 */

.part3 {
    position: relative;
    background: url(../images/mpart3_bg.jpg) no-repeat center 0 / cover;
}

.part3-main {
    width: 100%;
}

.part3-title {
    padding: 0 0.2rem;
    color: #fff;
}

.part3-en {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}

.part3-ch {
    padding: 0.2rem 0;
    font-size: 0.48rem;
    line-height: 0.56rem;
}

.part3-detail {
    font-size: 12px;
    line-height: 16px;
    color: #666e88;
}

.part3-box {
    position: relative;
    height: 6.6rem;
    margin: 0.2rem 0 0;
    overflow: hidden;
    transition: 1s opacity, 1s transform;
}

.part3-box ul {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
}

.part3-box ul li {
    width: 5.8rem;
    padding-right: 0.3rem;
}

.part3-box ul a {
    display: block;
}

.part3-box ul a i {
    display: block;
    padding: 0.3rem;
    background: url(../images/honor_bg.png) no-repeat center bottom/100%;
}

.part3-box ul a i img {
    width: 100%;
}

.part3-li-font {
    margin-top: -2px;
    padding: 0.1rem 0;
    text-align: center;
    color: #fff;
    background: #0969d0;
}

.part3-li-name {
    display: flex;
    justify-content: center;
    text-align: center;
}

.part3-li-name span {
    display: block;
    padding: 0 0.3rem;
    font-size: 0.3rem;
    line-height: 0.36rem;
    background: url(../images/part3_shape.png) no-repeat 0 center, url(../images/part3_shape.png) no-repeat right center;
    background-size: 0.24rem;
}

.part3-li-p {
    font-size: 12px;
    line-height: 16px;
}


/* 第4部分 */

.part4 {
    position: relative;
    background: url(../images/mpart4_bg.jpg) no-repeat center 0 / cover;
}

.part4-main {
    perspective: 1000px;
    width: 100%;
    padding: 0 0.2rem;
}

.part4-top {
    position: relative;
}

.part4-more {
    position: absolute;
    right: 0;
    top: 0.1rem;
}

.part4-more a {
    display: block;
    width: 1.8rem;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 10px;
}

.part4-name {
    font-size: 0.48rem;
    line-height: 0.6rem;
    color: #fff;
}

.part4-name span {
    color: #00b4ff;
}

.part4-en {
    font-size: 0.32rem;
    line-height: 0.64rem;
    color: #fff;
}

.part4-p {
    height: 120px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.part4-nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0.3rem 0;
    border: 1px solid #fff;
}

.part4-nav ul li {
    width: 30%;
    background: url(../images/part4_border.png) no-repeat 0 center;
    border-bottom: 1px solid #415469;
}

.part4-nav ul li:nth-child(3n) {
    width: 40%;
}

.part4-nav ul li:nth-child(3n+1) {
    background: none;
}

.part4-nav ul a {
    position: relative;
    display: block;
    font-size: 0.3rem;
    line-height: 0.6rem;
    color: #fff;
    text-align: center;
}

.part4-box {
    position: relative;
    height: 3rem;
    overflow: hidden;
    transition: 1s opacity, 1s transform;
}

.part4-box ul {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}

.part4-box ul li {
    width: 4.6rem;
    padding: 0 0.1rem;
}

.part4-box ul a {
    display: block;
}

.part4-box ul i {
    display: block;
    overflow: hidden;
    border: 3px solid #fff;
}

.part4-box ul i img {
    width: 100%;
    transition: 0.3s;
}

.part4-box ul a:hover img {
    transform: scale(1.1);
}


/* 第5部分 */

.part5 {
    position: relative;
    background: url(../images/mpart5_bg.jpg) no-repeat center 0 / cover;
}

.part5-main {
    width: 100%;
}

.part5-top {
    display: flex;
    justify-content: center;
}

.part5-nav {
    padding: 0.3rem 0 0;
}

.part5-nav ul {
    display: block;
}

.part5-nav ul li {
    padding: 0 0 0.1rem;
}

.part5-nav ul a {
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    padding: 0.2rem 0.2rem 0;
    font-size: 12px;
    line-height: 14px;
    color: #000;
    text-align: center;
    background: #fff;
    border-radius: 50%;
}

.part5-circle {
    width: 3.4rem;
    height: 3.4rem;
    margin: 0 0.4rem;
    padding: 1rem 0 0;
    text-align: center;
    background: url(../images/part5_circle.png) no-repeat center 0/100%;
}

.part5-circle img {
    width: 1.4rem;
}

.part5-detail {
    display: flex;
    padding: 0.3rem 0 0;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-align: center;
}

.part5-detail p {
    padding: 0 1px;
    writing-mode: vertical-lr;
}

.part5-detail span {
    padding: 1px 1px 4px;
    background: #0d82ff;
    border-radius: 50%;
}

.part5-bottom {
    padding: 0 0.2rem;
}

.part5-title {
    margin: 0 0 0.2rem;
    font-size: 0.6rem;
    line-height: 0.72rem;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.2;
}

.part5-bottom ul li {
    border-bottom: 1px dashed #fff;
}

.part5-bottom ul a {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0.2rem 0;
    color: #fff;
}

.new-li-font {
    width: 5.8rem;
}

.new-li-title {
    font-size: 0.3rem;
    line-height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-p {
    height: 32px;
    overflow: hidden;
    margin: 0.2rem 0 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
}

.new-li-time {
    width: 1.2rem;
    padding: 2px;
    color: #fff;
    text-align: center;
    background: #142f84;
}

.new-li-day {
    font-size: 0.5rem;
    line-height: 0.6rem;
}

.new-li-year {
    padding: 2px 0 0;
    font-size: 12px;
    line-height: 20px;
    border-top: 1px solid #fff;
}


/* 第6部分 */

.part6 {
    position: relative;
    background: url(../images/mpart6_bg.jpg) no-repeat center 0 / cover;
}

.part6-main {
    width: 100%;
    padding: 0 0.2rem;
}

.part6-ad {
    font-size: 0.48rem;
    line-height: 0.5rem;
    color: #fff;
}

.part6-detail {
    padding: 0.3rem 0 0;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

.part6-logo {
    padding: 0.3rem 0;
}

.part6-logo img {
    width: 0.8rem;
}

.part6-box {
    position: relative;
}

.part6-name {
    width: 3.68rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #fff;
}

.part6-tel {
    font-size: 0.4rem;
    line-height: 0.48rem;
    color: #fff;
}

.part6-right {
    padding: 0.2rem 0 0;
    font-size: 0.3rem;
    line-height: 0.36rem;
    color: #fff;
}

.part6-info {
    padding: 0.1rem 0 0;
}

.part6-right .en {
    font-size: 12px;
    line-height: 16px;
    opacity: 0.3;
}

.part6-ewm {
    position: absolute;
    right: 0;
    bottom: 4px;
}

.part6-ewm p img {
    width: 0.9rem;
}

.part6-ewm-font {
    display: none;
}

footer {
    display: flex;
    flex-wrap: wrap;
    margin: 0.4rem 0 0;
    font-size: 14px;
    line-height: 20px;
}

footer p {
    color: #fff;
}

footer a {
    color: #fff;
}