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: -4px;
}

#page .swiper-pagination-bullet {
    display: flex;
    align-items: center;
    width: 95px;
    height: 56px;
    margin: 0 0 5px;
    background: none;
    opacity: 1;
}

#page .swiper-pagination-bullet span {
    display: block;
    width: 38px;
    font-size: 16px;
    line-height: 56px;
    text-align: right;
    color: #fff;
}

#page .swiper-pagination-bullet p {
    width: 55px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    opacity: 0;
    transform: translate3d(100%, 0, 0);
    transition: 0.3s;
}

#page .swiper-pagination-bullet-active {
    background: url(../images/page_icona.png) no-repeat center center;
}

#page .swiper-pagination-bullet-active span {
    color: #ae1a01;
}

#page .swiper-pagination-bullet-active p {
    color: #fff;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.wrap {
    display: flex;
    position: relative;
    z-index: 6;
    width: 100%;
    height: 100%;
    padding: 80px 0 0;
}

.part-line {
    position: absolute;
    z-index: 50;
    top: 0;
    width: 24px;
    height: 14vw;
    background: url(../images/part2_line.png) no-repeat 0 bottom;
}

.part-line::before {
    content: 'huanxi daojia';
    position: absolute;
    left: -3vw;
    top: 14.2vw;
    width: 2vw;
    font-size: 0.9vw;
    line-height: 1vw;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.circle-font {
    position: absolute;
    z-index: 30;
    left: 2.5vw;
    top: 12vw;
}

.circle-font span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.2vw;
    height: 3.2vw;
    margin: 0 0 2px;
    font-size: 1.2vw;
    line-height: 1.4vw;
    color: #fff;
    background: url(../images/circle_r.png) no-repeat center center/100% 100%;
}


/* 第1部分 */

.part1 {
    position: relative;
    background: url(../images/banner1.jpg) no-repeat 0 0/cover;
}

video {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.part1-logo {
    position: absolute;
    z-index: 10;
    left: 2.4vw;
    bottom: 36vh;
}

.part1-font1 {
    position: absolute;
    z-index: 10;
    left: 2.4vw;
    bottom: 16vh;
}

.part1-font2 {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 80vh;
}


/* 第2部分 */

.part2 {
    position: relative;
    background: url(../images/part2_bg.jpg) no-repeat center 0 / cover;
}

.part2 .wrap {
    align-items: flex-end;
}

.part2-main {
    width: 80vw;
}

.part2-line {
    right: 14vw;
}

.part2-ad {
    padding: 0 0 3vw 12vw;
}

.part2-ad img {
    width: 29vw;
}

.part2-box {
    padding: 4vw 14vw 4vw 10vw;
    background: url(../images/part2_box.png) no-repeat 0 0/cover;
    border-top: 0.7vw solid #a00100;
}

.part2-con {
    position: relative;
}

.part2-name {
    color: #000;
}

.part2-name .ch {
    font-size: 1.2vw;
    line-height: 1.5vw;
    color: #000;
}

.part2-name .en {
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}

.part2-nav {
    position: absolute;
    z-index: 50;
    right: 0;
    top: 0;
}

.part2-nav ul {
    display: flex;
}

.part2-nav ul li {
    padding: 0 0 0 0.8vw;
}

.part2-nav ul a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5.4vw;
    height: 5.4vw;
    padding: 0.3vw;
    font-size: 1.2vw;
    line-height: 1.2vw;
    color: #a00100;
    background: url(../images/part2_shape.png) no-repeat center center/4.8vw 4.8vw;
}

.part2-nav ul a span {
    display: block;
    width: 2.4vw;
}

.part2-nav ul a:hover {
    color: #fff;
    background-image: url(../images/com_nav_shapea.png);
    background-size: 100% 100%;
}

.part2-ad2 {
    padding: 1vw 0 2vw;
}

.part2-ad2 img {
    width: 14vw;
}

.part2-p {
    height: 8vw;
    overflow: hidden;
    font-size: 0.9vw;
    line-height: 1.6vw;
    color: #000000;
}

.part2-more a {
    position: relative;
    display: block;
    width: 6.5vw;
    font-size: 0.9vw;
    line-height: 1.6vw;
    color: #a00100;
    text-align: center;
}

.part2-more a::before {
    content: '';
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    background: url(../images/line_red.jpg) no-repeat 0 0, url(../images/line_red.jpg) no-repeat 0 0;
    background-size: 0 0, 0 0;
    transition: 0.3s;
}

.part2-more a::after {
    content: '';
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    background: url(../images/line_red.jpg) no-repeat 0 bottom, url(../images/line_red.jpg) no-repeat right 0;
    background-size: 0 0, 0 0;
    transition: 0.3s;
}

.part2-more a:hover::before {
    background-size: 14px 1px, 1px 14px;
}

.part2-more a:hover::after {
    background-size: 14px 1px, 1px 14px;
}

.part2-img {
    position: absolute;
    z-index: 60;
    right: 0;
    bottom: 0;
}


/* 第3部分 */

.part3 {
    position: relative;
    background: url(../images/part3_bg.jpg) no-repeat center 0 / cover;
}

.part3 .wrap {
    align-items: center;
}

.part3-line {
    left: 22vw;
}

.part3-main {
    position: relative;
    width: 68vw;
    margin: 0 auto;
    padding: 0 0 0 16vw;
}

.part3-cz {
    position: absolute;
    left: 0;
    top: 5vw;
}

.part3-en {
    position: absolute;
    z-index: 10;
    top: 0;
    right: -16vw;
}

.part3-en img {
    width: 52vw;
}

.part3-box {
    position: relative;
    padding: 5.2vw 2vw 3.2vw 0;
    background: url(../images/part3_box.png) no-repeat right bottom/44vw;
}

#part3-page {
    position: absolute;
    z-index: 50;
    left: 25vw;
    top: 5.2vw;
}

#part3-page .swiper-pagination-bullet {
    width: 4vw;
    margin-right: 2.5vw;
    padding: 4vw 0 0;
    font-size: 1vw;
    line-height: 1vw;
    color: #000;
    text-align: center;
    background: none;
    opacity: 1;
}

#part3-page .swiper-pagination-bullet-active {
    color: #a60100;
    background: url(../images/shu.png) no-repeat center 0/1px 3.5vw;
}

.part3-banner {
    position: relative;
}

.part3-banner .swiper-slide {
    display: flex;
    justify-content: space-between;
    padding: 1px 0 0;
}

.part3-img {
    width: 22vw;
    border: 1px solid #333;
}

.part3-img img {
    width: 100%;
}

.part3-con {
    position: relative;
    width: 25vw;
    margin: 9.5vw 0 0;
}

.pic-li-logo {
    position: absolute;
    right: 0;
    top: 0;
}

.pic-li-name {
    font-size: 1.5vw;
    line-height: 1.8vw;
    color: #333;
}

.pic-li-p {
    height: 8vw;
    margin: 1vw 0 0;
    overflow: hidden;
    font-size: 0.9vw;
    line-height: 2vw;
    color: #000;
}

.pic-li-more a {
    display: block;
    position: relative;
    width: 6.5vw;
    font-size: 0.9vw;
    line-height: 1.8vw;
    text-align: center;
    color: #a00100;
}

.pic-li-more a::before {
    content: '';
    position: absolute;
    z-index: 30;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    background: url(../images/line_red.jpg) no-repeat 0 0, url(../images/heng_red.jpg) no-repeat 0 0;
    background-size: 0 0, 0 0;
    transition: 0.3s;
}

.pic-li-more a::after {
    content: '';
    position: absolute;
    z-index: 30;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    background: url(../images/line_red.jpg) no-repeat right bottom, url(../images/heng_red.jpg) no-repeat right bottom;
    background-size: 0 0, 0 0;
    transition: 0.3s;
}

.pic-li-more a:hover::before {
    background-size: 14px 1px, 1px 14px;
}

.pic-li-more a:hover::after {
    background-size: 14px 1px, 1px 14px;
}


/* 第4部分 */

.part4 {
    position: relative;
    background: url(../images/part4_bg.jpg) no-repeat center 0 / cover;
}

.part4 .wrap {
    align-items: center;
}

.part4-line {
    right: 18vw;
}

.part4-main {
    position: relative;
    width: 66vw;
    margin: 0 auto;
}

.part4-xg {
    position: absolute;
    top: 0;
    right: 3.5vw;
}

.part4-box {
    position: relative;
    width: 49.5vw;
    padding: 1.5vw 0 0;
}

.part4-box ul {
    display: flex;
}

.part4-box ul li {
    width: 20%;
    padding: 0 1.5vw 0 0;
}

.part4-box ul a {
    display: block;
    position: relative;
    border: 2px solid #fff;
    border-radius: 1.2vw;
    box-shadow: 0 0 5px 0 #999;
    transition: 0.3s;
}

.part4-box ul i {
    display: block;
}

.part4-box ul i img {
    width: 100%;
}

.part4-li-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 1.5vw 0 0;
}

.part4-li-num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.6vw;
    height: 3.6vw;
    margin: 0 auto;
    font-size: 2.4vw;
    line-height: 3vw;
    font-family: SimSun;
    color: #a00100;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: 0.6s;
}

.part4-li-name {
    width: 1.5vw;
    margin: 3vw auto 7.5vw;
    font-size: 1.2vw;
    line-height: 1.2vw;
    color: #a60100;
    text-align: center;
    transition: 0.3s;
}

.part4-li-more {
    text-align: center;
}

.part4-li-more span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.8vw;
    height: 1.8vw;
    margin: 0 auto;
    padding: 0 0 0.1vw;
    font-size: 1.6vw;
    line-height: 1.4vw;
    color: #fff;
    background: #a60100;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: 0.3s;
}

.part4-li-more p {
    margin: 0.5vw 0 0;
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #fff;
    opacity: 0;
}

.part4-box ul a:hover {
    transform: translate3d(0, 1vw, 0);
}

.part4-box ul a:hover .part4-li-name {
    transform: translate3d(0, -0.6vw, 0);
}

.part4-box ul a:hover .part4-li-num {
    transform: rotate(360deg);
}

.part4-box ul a:hover .part4-li-more span {
    transform: rotate(180deg);
}

.part4-box ul a:hover .part4-li-more p {
    opacity: 1;
}


/* 第5部分 */

.part5 {
    position: relative;
    background: url(../images/part5_bg.jpg) no-repeat center bottom / cover;
}

.part5 .wrap {
    align-items: center;
}

.part5-line {
    left: 18vw;
}

.part5-main {
    position: relative;
    width: 62.5vw;
    margin: 0 auto;
    padding: 0 0 0 7vw;
}

.part5-qs {
    position: absolute;
    left: -7.5vw;
    top: 4.5vw;
}

.part5-box {
    position: relative;
    padding: 2vw;
    background: rgba(255, 255, 255, 0.95);
}

.part5-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 1.5vw;
}

.part5-nav ul {
    display: flex;
}

.part5-nav ul li {
    padding: 0 2vw 0 0;
}

.part5-nav ul a {
    display: block;
    padding: 0 0 0 1.8vw;
    color: #000;
    background: url(../images/arrow_g.png) no-repeat 0 0.2vw;
}

.part5-nav ul a .ch {
    font-size: 1.2vw;
    line-height: 1.4vw;
}

.part5-nav ul a .en {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}

.part5-nav ul a:hover {
    background-image: url(../images/arrow_r.png);
}

.part5-nav ul a:hover .ch {
    color: #c60e19;
}

.part5-more a {
    display: block;
    position: relative;
    width: 6.5vw;
    font-size: 0.9vw;
    line-height: 1.8vw;
    text-align: center;
    color: #a00100;
}

.part5-more a::before {
    content: '';
    position: absolute;
    z-index: 30;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    background: url(../images/line_red.jpg) no-repeat 0 0, url(../images/heng_red.jpg) no-repeat 0 0;
    background-size: 0 0, 0 0;
    transition: 0.3s;
}

.part5-more a::after {
    content: '';
    position: absolute;
    z-index: 30;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    background: url(../images/line_red.jpg) no-repeat right bottom, url(../images/heng_red.jpg) no-repeat right bottom;
    background-size: 0 0, 0 0;
    transition: 0.3s;
}

.part5-more a:hover::before {
    background-size: 14px 1px, 1px 14px;
}

.part5-more a:hover::after {
    background-size: 14px 1px, 1px 14px;
}

.part5-banner {
    position: relative;
}

#new-page {
    justify-content: center;
    padding-right: 2vw;
    bottom: 0;
}

#new-page .swiper-pagination-bullet {
    width: 10px;
    height: 20px;
    background: url(../images/new_icon.png) no-repeat center center;
    opacity: 1;
    border-radius: 0;
}

#new-page .swiper-pagination-bullet-active {
    background: url(../images/new_icona.png) no-repeat center center;
}

.part5-banner a {
    display: flex;
    justify-content: space-between;
}

.part5-li-img {
    width: 21vw;
}

.part5-li-img img {
    width: 100%;
}

.part5-li-font {
    width: 28.5vw;
}

.part5-li-title {
    font-size: 1.2vw;
    line-height: 1.5vw;
    color: #c30c17;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.part5-li-time {
    padding: 0.5vw 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    border-bottom: 1px solid #c40c18;
}

.part5-li-p {
    height: 6.4vw;
    margin: 1vw 0 0;
    overflow: hidden;
    font-size: 0.9vw;
    line-height: 1.6vw;
    color: #333;
}

.part5-li-more {
    display: flex;
    justify-content: flex-end;
}

.part5-li-more span {
    display: block;
    width: 8vw;
    font-size: 0.9vw;
    line-height: 2vw;
    text-align: center;
    color: #fff;
    background: #c20b17;
}

.part5-new ul {
    display: flex;
}

.part5-new {
    padding: 2vw 0 0;
}

.part5-new ul li {
    width: 50%;
    padding: 0 1vw;
}

.part5-new ul a {
    display: block;
    padding: 0 0 1.5vw;
    color: #000;
    background: url(../images/plus_b.png) no-repeat right 0;
    border-bottom: 1px solid #333;
}

.new-li-title {
    font-size: 1.2vw;
    line-height: 1.5vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-time {
    margin: 0.4vw 0 0;
    font-size: 14px;
    line-height: 20px;
}

.part5-new ul a:hover {
    background: url(../images/plus_r.png) no-repeat right 0;
}

.part5-new ul a:hover .new-li-title {
    color: #c20b17;
}


/* 第6部分 */

.part6 {
    position: relative;
    background: url(../images/part6_bg.jpg) no-repeat center 0 / cover;
    border-bottom: 0.3vw solid #a60100;
}

.part6 .wrap {
    align-items: flex-end;
    padding-bottom: 5vw;
}

.part6-line {
    right: 18.75vw;
}

.part6-main {
    position: relative;
    width: 62.5vw;
    margin: 0 auto;
}

.part6-dc {
    position: absolute;
    z-index: 50;
    right: 2vw;
    top: -8vw;
}

.part6-name {
    font-size: 1.8vw;
    line-height: 2vw;
    color: #a60100;
}

.part6-detail {
    padding: 1.2vw 0 1.8vw;
    font-size: 0.8vw;
    line-height: 1vw;
    color: #000;
}

.part6-box {
    display: flex;
}

.part6-left {
    width: 26vw;
    margin-right: 2vw;
}

.part6-tel {
    padding-left: 2.5vw;
    background: url(../images/24h.png) no-repeat 0 center/2vw;
}

.part6-tel .ch {
    font-size: 0.9vw;
    line-height: 1vw;
    color: #a60100;
}

.part6-tel .en {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
}

.part6-num {
    padding: 1vw 0;
    font-size: 2.4vw;
    line-height: 3vw;
    color: #a60100;
}

.part6-adress {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.part6-right {
    width: 22vw;
}

.part6-right ul {
    display: flex;
}

.part6-right ul li {
    padding: 0 0.2vw;
}

.ewm-img {
    width: 7vw;
    border: 2px solid #c30c17;
}

.ewm-img img {
    width: 100%;
}

.ewm-p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background: #c30c17;
}

footer {
    display: flex;
    padding: 3vw 0 0;
    font-size: 14px;
    line-height: 20px;
}

footer p {
    padding-right: 10px;
    color: #333;
}

footer a {
    padding-right: 10px;
    color: #333;
}