
.swiper-container {
    width: 100%;
}

.swiper-slide {
    overflow: hidden;
    transform-origin: 0 0;
}

.banner img {
    width: 100%;
}


/* 第1部分 */

.part1 {
    background: #fff;
}

.part1-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.part1-left {
    width: 5rem;
    padding: 0.8rem 0.4rem;
    border-right: 1px solid #f3f3f3;
}

.part1-ad {
    display: flex;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
}

.part1-ad .color {
    color: #cf000d;
}

.part1-detail {
    font-size: 12px;
    line-height: 1.2;
    color: #000000;
}

.part1-en {
    width: 4rem;
    padding: 0.1rem 0 1.2rem;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #cacaca;
}

.part1-tel {
    padding-left: 0.8rem;
    background: url(../images/tel.png) no-repeat 0 center/0.6rem;
}

.part1-tel span {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #999999;
}

.part1-tel p {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    color: #cf000d;
}

.part1-right {
    width: 5rem;
    padding: 0 0.6rem;
    display: flex;
    align-items: center;
}

.part1-right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.part1-right ul li {
    width: 50%;
    padding: 0.2rem;
    text-align: center;
}

.part1-right ul i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto 0.1rem;
    border: 2px solid #cf000d;
    border-radius: 50%;
}

.part1-right ul i img {
    width: 0.6rem;
}

.part1-right ul .ch {
    width: 36px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1;
    color: #cf000d;
    text-align: center;
}


/* 第2部分 */

.part2 {
    position: relative;
    padding: 1.8rem 0.4rem 0.4rem;
    background: url(../images/mpart2_bg.jpg) no-repeat center 0 / cover;
}

.part2-main {
    width: 100%;
    padding: 0 0.8rem 1.2rem;
    background: url(../images/mpart2_box_bg.png) no-repeat center 0/cover;
}

.part2-logo {
    text-align: center;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
}

.part2-logo img {
    width: 3.6rem;
    margin-top: -1.5rem;
}

.part2-detail {
    padding: 0.3rem 0;
    font-size: 0.4rem;
    line-height: 1.2;
    color: #cf000d;
    text-align: center;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
}

.part2-ad {
    font-size: 0.4rem;
    line-height: 1.2;
    color: #fff;
    text-shadow: #cf000d 1px 0 0,
        #cf000d 0 1px 0,
        #cf000d -1px 0 0,
        #cf000d 0 -1px 0;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
}

.part2-ul {
    display: flex;
    justify-content: space-between;
    margin: 0.4rem 0;
    opacity: 0;
    transform: translate3d(50%, 0, 0);
}

.part2-li:nth-child(2) {
    padding: 0 0.6rem;
    text-align: center;
    border-left: 1px dashed #b3b3b3;
    border-right: 1px dashed #b3b3b3;
}

.part2-li-line {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 12px;
    line-height: 14px;
    color: #000;
}

.part2-li-num {
    font-size: 0.8rem;
    line-height: 0.8rem;
    color: #cf000d;
}

.part2-li-p {
    margin-top: 0.1rem;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    text-align: center;
}

.part2-p {
    height: 120px;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
}

.part2-more {
    display: flex;
    justify-content: flex-end;
    padding-top: 0.3rem;
    opacity: 0;
    transform: translate3d(50%, 0, 0);
}

.part2-more a {
    display: flex;
    justify-content: space-between;
    width: 106px;
    padding: 2px 4px 2px 10px;
    font-size: 14px;
    line-height: 24px;
    color: #cf000d;
    border: 1px solid #cf000d;
    border-radius: 20px;
}

.part2-more a span {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/arrow_r.png) no-repeat center center;
    border: 1px solid #cf000d;
    border-radius: 50%;
}

.part2-en {
    text-align: left;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
}

.part2-en img {
    width: 6.8rem;
}

/* 动画 */
.part2-logo.animated_visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.6s 0.6s;
}

.part2-detail.animated_visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.6s 0.7s;
}

.part2-ad.animated_visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.6s 0.8s;
}

.part2-ul.animated_visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.6s 0.6s;
}

.part2-p.animated_visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.6s 0.7s;
}

.part2-more.animated_visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.6s 0.8s;
}

.part2-en.animated_visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.6s 0.7s;
}



/* 第3部分 */

.part3 {
    position: relative;
    padding: 0.8rem 0.3rem 0.3rem;
    background: url(../images/mpart3_bg.png) no-repeat center 0 / cover;
}

.part3-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    text-align: left;
}

.part3-title span {
    color: #cf000d;
}

.part3-detail {
    padding: 0.3rem 0 0;
    font-size: 12px;
    line-height: 1.2;
}

.part3-main {
    width: 100%;
}

.part3-nav {
    padding: 0.4rem 0;
}

.part3-nav ul {
    display: flex;
    justify-content: space-between;
}

.part3-nav ul li {
    width: 2.2rem;
    border: 1px solid #999999;
}

.part3-nav ul a {
    display: block;
    font-size: 0.4rem;
    line-height: 0.64rem;
    text-align: center;
    color: #000;
}

.part3-new {
    padding: 0;
}

.part3-new ul li {
    padding: 0.4rem 0;
    border-bottom: 1px solid #e1e1e1;
}

.part3-new ul a {
    display: flex;
    justify-content: space-between;
    color: #000;
}

.new-li-img {
    width: 3.8rem;
}

.new-li-img img {
    width: 100%;
}

.new-li-font {
    width: 5.2rem;
}

.new-li-title {
    font-weight: bold;
    font-size: 0.4rem;
    line-height: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-time {
    padding: 0.1rem 0;
    font-size: 12px;
    line-height: 1;
}

.new-li-p {
    height: 48px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
}


/* 第4部分 */

.part-bg {
    background: url(../images/mpart_bg.jpg) no-repeat center 0/100%;
}

.part4 {
    position: relative;
}

.part4-main {
    padding: 1.2rem 0.3rem 0;
}

.part4-head {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.part4-slide {
    width: 5rem;
    text-align: left;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
}

.part4-title {
    font-weight: bold;
    font-size: 0.6rem;
    line-height: 1.2;
    color: #000;
}

.part4-title span {
    color: #cf000d;
}

.part4-detail {
    padding: 0.1rem 0 0;
    font-size: 0.4rem;
    line-height: 1.2;
    color: #fff;
}

.part4-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: -0.4rem;
    width: 0.5rem;
    height: 0.5rem;
    background: #c63731;
    border-radius: 50%;
}

.part4-nav {
    width: 4.6rem;
    opacity: 0;
    transform: translate3d(50%, 0, 0);
}

.part4-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.part4-nav ul li {
    padding: 0 0 0.2rem 0.2rem;
}

.part4-nav ul a {
    display: block;
    width: 2rem;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #c63731;
}

.part4-en {
    z-index: 1;
    padding: 0.2rem 0 0.4rem;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
}

.part4-en img {
    width: 7.4rem;
}

.part4-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.part4-box ul li {
    width: 4.6rem;
    padding: 0.2rem 0;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
}

.part4-box ul li:nth-child(1) {
    width: 100%;
}

.part4-box ul li:nth-child(1) .part4-li-layer {
    width: 4.5rem;
}

.part4-box ul a {
    display: block;
    position: relative;
}

.part4-li-img {
    width: 100%;
}

.part4-li-img img {
    width: 100%;
    transition: 0.3s;
}

.part4-li-layer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0.1rem;
    width: 100%;
    padding: 0 0.2rem;
}

.part4-li-name {
    padding: 0 0 0.1rem;
    font-weight: bold;
    font-size: 14px;
    color: #000;
}

.part4-li-pic {
    padding: 0 0.1rem;
}

.part4-li-pic img {
    width: 1.2rem;
}

.part4-ad {
    padding: 1.2rem 0;
    text-align: center;
}

.part4-ad img {
    width: 8rem;
}

.part4-slide.animated_visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.6s 0.6s;
}

.part4-nav.animated_visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.6s 0.7s;
}

.part4-en.animated_visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.6s 0.8s;
}

.part4-box ul li.animated_visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.6s 0.7s;
}

.part4-ad.animated_visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.6s 0.8s;
}


/* 第5部分 */

.part5 {
    position: relative;
    padding: 0 0 0.8rem;
    background: url(../images/part5_border.png) no-repeat 0 4.7rem/5.4rem;
}

.part5-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.part5-left {
    width: 5rem;
    padding: 1.2rem 0.1rem 0 0.3rem;
}

.part5-left img {
    width: 100%;
}

.part5-right {
    width: 5rem;
    padding: 0 0.2rem;
}

.part5-right ul {
    display: flex;
    align-items: center;
}

.part5-right ul li {
    padding: 0 0.5vw;
}

.part5-right ul a {
    display: block;
}

.part5-right ul a img {
    width: 100%;
}

/* 视频 */
.video-layer {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: 0.6s;
}

.video-close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 1vw;
    top: 1vw;
    width: 36px;
    height: 36px;
    font: 400 12px/20px '微软雅黑';
    color: #333;
    text-align: center;
    background: #fff;
    border: 1px solid #333;
    border-radius: 50%;
    cursor: pointer;
}

.video-box {
    width: 100%;
    padding-top: 5rem;
    overflow: hidden;
    transform: scale(0.5) rotate(45deg);
    transform-origin: center center;
    transition: 1s;
}

.video {
    width: 100%;
}

.video-layer.active {
    z-index: 99;
    opacity: 1;
}

.video-layer.active .video-box {
    transform: scale(1) rotate(0);
}