html,
body {
    perspective: 1000px;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    overflow: hidden;
    transform-origin: 0 0;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    z-index: 99;
    right: 1%;
}

.swiper-pagination-bullet {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 0 2vw;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    background: none;
    opacity: 1;
}

.swiper-pagination-bullet p {
    position: absolute;
    z-index: 10;
    right: 30px;
    top: 0;
    width: 80px;
    opacity: 0;
    transform: translate3d(50%, 0, 0);
    transition: 0.3s;
}

.swiper-pagination-bullet span {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.swiper-pagination-bullet-active p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.swiper-pagination-bullet-active span {
    background: #e70012;
}

.wrap {
    display: flex;
    position: relative;
    z-index: 6;
    width: 100%;
    height: 100%;
    padding: 80px 0 0;
}


/* ç¬¬1éƒ¨åˆ† */

.part1 {
    position: relative;
    background: url(../images/part1_bg.jpg) no-repeat center center/cover;
}


/* ç¬¬2éƒ¨åˆ† */

.part2 {
    position: relative;
    background: url(../images/part2_bg.jpg) no-repeat center 0 / cover;
}

.part2 .wrap {
    padding: 10vw 0 0;
}

.part2-main {
    display: flex;
    justify-content: space-between;
    width: 64vw;
    margin-left: 12vw;
}

.part2-left {
    width: 17vw;
}

.part2-logo img {
    width: 9vw;
}

.part2-detail {
    padding: 1vw 0 2vw;
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #000;
}

.part2-nav ul {
    display: flex;
    flex-wrap: wrap;
}

.part2-nav ul li {
    width: 50%;
    padding: 0.2vw 1vw;
    border-left: 1px solid #c1a35f;
}

.part2-nav ul a {
    display: block;
    font-size: 1vw;
    line-height: 1.2vw;
    color: #c1a35f;
}

.part2-nav ul a:hover {
    color: #cf000d;
}

.part2-right {
    display: flex;
    justify-content: space-between;
    width: 32vw;
}

.part2-title {
    width: 10vw;
}

.part2-title .ch {
    font-size: 1.8vw;
    line-height: 2.4vw;
    color: #000;
}

.part2-title .ch span {
    color: #e70012;
}

.part2-title .en {
    font-size: 1.2vw;
    line-height: 1.5vw;
    color: #000000;
}

.part2-box {
    width: 22vw;
}

.part2-p {
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #000;
}

.part2-more {
    width: 8vw;
    margin: 1.5vw 0 0;
}

.part2-more a {
    display: block;
    font-size: 0.9vw;
    line-height: 2vw;
    color: #fff;
    text-align: center;
    background: #e70012;
    border: 1px solid #e70012;
}

.part2-more a:hover {
    color: #e70012;
    background: none;
}


/* ç¬¬3éƒ¨åˆ† */

.part3 {
    position: relative;
    background: url(../images/part3_bg.jpg) no-repeat center 0 / cover;
}

.part3 .wrap {
    align-items: center;
}

.part3-nav {
    display: flex;
    align-items: flex-end;
    position: absolute;
    z-index: 10;
    left: 5vw;
    bottom: 0;
    height: 100%;
    border-right: 1px solid #fff;
}

.part3-nav ul li {
    padding-top: 1px;
}

.part3-nav ul a {
    display: flex;
    align-items: center;
}

.part3-nav ul a .en {
    margin-right: 0.6vw;
    font-size: 12px;
    line-height: 16px;
    writing-mode: vertical-lr;
    color: #fff;
}

.part3-nav ul a .ch {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4vw;
    height: 10vw;
    padding: 1vw 0 0;
    font-size: 1.5vw;
    letter-spacing: 1vw;
    writing-mode: vertical-lr;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}

.part3-nav ul li.active a .ch {
    color: #000;
    background: url(../images/part3_nav.png) no-repeat center 0/cover;
}

.part3-main {
    position: relative;
    width: 62vw;
    margin: 0 auto;
}

.part3-name {
    display: flex;
    align-items: flex-end;
}

.part3-name p {
    padding-right: 0.4vw;
    font-size: 2.4vw;
    line-height: 2.4vw;
    color: #e70012;
    text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
}

.part3-name span {
    display: block;
    font-size: 1.2vw;
    line-height: 1;
    color: #000;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
}

.part3-more {
    position: absolute;
    z-index: 10;
    right: 2vw;
    top: 2vw;
    width: 8vw;
}

.part3-more a {
    display: block;
    font-size: 0.9vw;
    line-height: 2vw;
    color: #fff;
    text-align: center;
    background: #e70012;
    border: 1px solid #e70012;
}

.part3-more a:hover {
    color: #e70012;
    background: none;
}

.part3-detail {
    display: flex;
    padding: 2.4vw 0;
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #000;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
}

.part3-detail span {
    padding-right: 5px;
}
.part3-con{
    height: 20vw;
    overflow: hidden;
}
.part3-ul{
    display: none;
}
.part3-ul ul {
    display: flex;
}

.part3-ul ul li {
    width: 32vw;
    padding-right: 2vw;
}

.part3-ul ul a {
    display: block;
    position: relative;
    padding: 3vw 18.5vw 3vw 2vw;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 1vw
}

.pic-li-name {
    font-size: 1.4vw;
    line-height: 1.6vw;
    color: #000;
}

.pic-li-detail {
    font-size: 1vw;
    line-height: 1.2vw;
    color: #e70012;
}

.pic-li-p {
    height: 3.6vw;
    margin: 1vw 0;
    overflow: hidden;
    font-size: 1vw;
    line-height: 1.2vw;
    color: #000;
}

.pic-li-more {
    width: 6vw;
    font-size: 14px;
    line-height: 1.8vw;
    color: #fff;
    text-align: center;
    background: #e70012;
    border: 1px solid #e70012;
}

.part3-ul ul a i {
    display: block;
    position: absolute;
    z-index: 5;
    right: 0;
    top: 2vw;
    width: 18vw;
    transition: 0.6s;
}

.part3-ul ul i img {
    width: 100%;
}

.part3-ul ul a:hover .pic-li-more {
    color: #e70012;
    background: none;
}

.part3-ul ul a:hover i {
    transform: translate3d(0, -1vw, 0);
}


/* ç¬¬4éƒ¨åˆ† */

.part4 {
    position: relative;
    background: url(../images/part4_bg.jpg) no-repeat center 0 / cover;
}

.part4 .wrap {
    align-items: center;
}

.part4-main {
    width: 80vw;
}

.part4-title {
    padding: 0 0 4vw 4vw;
}

.part4-title .ch {
    font-size: 1.8vw;
    line-height: 2vw;
    color: #e70012;
}

.part4-title .en {
    font-size: 1.2vw;
    line-height: 1.5vw;
    color: #000;
}

.part4-line1 {
    width: 60vw;
}

.part4-line1 ul {
    display: flex;
}

.part4-line1 ul li {
    width: 20vw;
    padding-right: 1.2vw;
}

.part4-line1 ul a {
    display: block;
    overflow: hidden;
    border: 2px solid #fff;
}

.part4-line1 ul a img {
    width: 100%;
    transition: 0.6s;
}

.part4-line1 ul a:hover img {
    transform: scale(1.1);
}

.part4-line2 {
    display: flex;
    justify-content: space-between;
    margin: 1vw 0 0;
}

.part4-img {
    display: flex;
    width: 50vw;
    padding-left: 10vw;
}

.part4-img a {
    display: block;
    width: 18.8vw;
    overflow: hidden;
    margin-right: 1.2vw;
    border: 2px solid #fff;
}

.part4-img a img {
    width: 100%;
    transition: 0.6s;
}

.part4-img a:hover img {
    transform: scale(1.1);
}

.part4-font {
    display: flex;
    justify-content: space-between;
    width: 30vw;
    padding: 2vw;
    background: rgba(255, 255, 255, 0.9);
}

.part4-p {
    width: 17vw;
    height: 6vw;
    overflow: hidden;
    font-size: 0.9vw;
    line-height: 1.2vw;
}

.part4-more {
    width: 8vw;
}

.part4-more a {
    display: block;
    font-size: 0.9vw;
    line-height: 2vw;
    color: #fff;
    text-align: center;
    background: #e70012;
    border: 1px solid #e70012;
}

.part4-more a:hover {
    color: #e70012;
    background: none;
}


/* ç¬¬5éƒ¨åˆ† */

.part5 {
    position: relative;
    background: url(../images/part5_bg.jpg) no-repeat center 0 / cover;
}

.part5 .wrap {
    align-items: center;
}

.part5-main {
    width: 62.5vw;
    margin: 0 auto;
}

.part5-top {
    position: relative;
}

.part5-name {
    font-size: 1.8vw;
    line-height: 1.2;
    color: #cf000d;
}

.part5-name span {
    font-weight: bold;
}

.part5-more {
    position: absolute;
    right: 2vw;
    top: 2vw;
    width: 8vw;
}

.part5-more a {
    display: block;
    font-size: 0.9vw;
    line-height: 2vw;
    color: #fff;
    text-align: center;
    background: #e70012;
    border: 1px solid #e70012;
}

.part5-more a:hover {
    color: #e70012;
    background: none;
}

.part5-box {
    display: flex;
    margin: 3vw 0 0;
}

.part5-left {
    position: relative;
    width: 28.5vw;
}

#part5-page {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    z-index: 50;
    left: auto;
    right: 6px;
    bottom: 10px;
    width: 100px;
}

#part5-page .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #fff;
    opacity: 1;
}

#part5-page .swiper-pagination-bullet-active {
    background: #e70012;
}

.part5-banner i {
    display: block;
}

.part5-banner i img {
    width: 100%;
}

.part5-banner p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    padding: 0 100px 0 20px;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.5);
}

.part5-right {
    width: 35.5vw;
    padding-right: 10vw;
    position: relative;
    background: #fff;
}

.part5-new {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 1.5vw 1.5vw 0;
    border-right: 1px solid #999999;
}

.part5-new-top {
    border-bottom: 1px dashed #b3b3b3;
}

.part5-new-title {
    font-size: 1vw;
    line-height: 1vw;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.part5-new-time {
    margin-top: 0.4vw;
    font-size: 0.8vw;
    line-height: 1vw;
    color: #c63731;
}

.part5-new-p {
    height: 2vw;
    margin: 0.8vw 0;
    overflow: hidden;
    font-size: 0.8vw;
    line-height: 1vw;
    color: #999999;
}

.part5-new-top:hover .part5-new-title {
    color: #c63731;
}

.part5-new ul {
    margin-top: 0.4vw;
}

.part5-new ul li {
    padding: 0.4vw 0;
}

.part5-new ul a {
    display: flex;
    justify-content: space-between;
    padding: 0 1vw;
    color: #000;
    background: url(../images/arrow_g.png) no-repeat 0 center;
    transition: 0.3s transform;
}

.part5-new ul a p {
    width: 14vw;
    font-size: 0.9vw;
    line-height: 1vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}

.part5-new ul a span {
    font-size: 0.8vw;
    line-height: 1vw;
    color: #999999;
}

.part5-new ul a:hover {
    color: #c63731;
    background-image: url(../images/arrow_r.png);
    transform: translate3d(-10px, 0, 0);
}

.part5-nav {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    width: 10vw;
    height: 100%;
}

.part5-nav ul {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.part5-nav ul li {
    height: 33.33%;
    border-bottom: 1px solid #999999;
}

.part5-nav ul li:last-child {
    border-bottom: 0;
}

.part5-nav ul a {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    padding: 0 0 0 2.4vw;
    color: #000;
}

.part5-nav-icon {
    position: relative;
}

.part5-nav-icon i {
    display: block;
}

.part5-nav-icon span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
}

.part5-nav-icon img {
    width: 2vw;
}

.part5-nav ul a p {
    width: 2vw;
    margin-left: 0.6vw;
    font-size: 0.9vw;
    line-height: 1.1vw;
    text-align: center;
}

.part5-nav ul a:hover {
    color: #fff;
    background: #e70012;
}

.part5-nav ul a:hover::before {
    content: '';
    position: absolute;
    z-index: 10;
    left: -12px;
    top: 50%;
    margin-top: -6px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #e70012;
}

.part5-nav ul a:hover .part5-nav-icon i {
    opacity: 0;
}

.part5-nav ul a:hover .part5-nav-icon span {
    opacity: 1;
}


/* ç¬¬6éƒ¨åˆ† */

.part6 {
    position: relative;
    background: url(../images/part6_bg.jpg) no-repeat center 0 / cover;
}

.part6 .wrap {
    align-items: center;
}

.part6-slide {
    position: absolute;
    z-index: 1;
    left: 3vw;
    bottom: 9vw;
}

.part6-title {
    display: flex;
    justify-content: center;
    padding: 0 0 7vw;
    color: #fff;
}

.part6-title .en {
    font-size: 12px;
    line-height: 1;
    writing-mode: vertical-lr;
}

.part6-title .ch {
    font-size: 1vw;
    line-height: 1;
    writing-mode: vertical-lr;
}

.part6-w img {
    width: 3.6vw;
}

.part6-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 72vw;
    margin: 0 auto;
    padding-left: 6vw;
}

.part6-left {
    position: relative;
    width: 36vw;
}

.part6-yn {
    padding: 0 0 0.1vw;
}

.part6-yn img {
    width: 7.6vw;
}

.part6-wel {
    font-size: 1.8vw;
    line-height: 2vw;
    color: #fff;
}

.part6-detail {
    padding: 1.5vw 0;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

footer {
    display: flex;
    flex-wrap: wrap;
    width: 20.4vw;
    font-size: 14px;
    line-height: 20px;
}

footer p {
    padding-right: 5px;
    color: #fff;
}

footer a {
    padding-right: 5px;
    color: #fff;
}

.part6-b {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    font-size: 1.2vw;
    line-height: 1.5vw;
    color: #000;
}

.part6-right {
    width: 27vw;
    perspective: 1000px;
}

.part6-right ul li {
    position: relative;
    margin-top: 0.2vw;
    padding: 1vw 5vw 1vw 1vw;
    background: rgba(255, 255, 255, 0.8);
}

.part6-li-name {
    padding: 0 0 0.2vw;
    font-size: 1vw;
    line-height: 1.2vw;
}

.part6-li-p p {
    font-size: 0.9vw;
    line-height: 1vw;
    color: #000;
}

.part6-li-p span {
    font-size: 12px;
    line-height: 1;
    color: #dddddd;
    text-transform: uppercase;
    display: none;
}

.part6-li-num {
    position: absolute;
    right: 1vw;
    bottom: 1.2vw;
    height: 5.2vw;
    padding-top: 1vw;
    font-size: 5vw;
    line-height: 1;
    color: #696969;
    /* background: url(../images/part6_border.png) no-repeat right 0.2Vw; */
}