html,
body {
    width: 100%;
    background: #fff;
}

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

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


/* banner部分 */

.mbanner {
    border-bottom: 4px solid #c9151e;
}

.mbanner 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%;
}


/* 第一部分 */

.part1 {
    position: relative;
    z-index: 10;
    padding: 1rem 0 0;
    background: #fff;
}

.medal {
    position: absolute;
    z-index: 1;
    left: 0;
    top: -5rem;
}

.medal img {
    width: 4rem;
}

.part1-main {
    width: 100%;
    padding: 0 0.6rem;
    background: url(../images/m_en.png) no-repeat 3.6rem 0/6rem;
}

.part1-top {
    margin: 0 0 1rem;
    padding-top: 0.48rem;
    padding-left: 3.7rem;
}

.part1-name img {
    width: 3.2rem;
}

.part1-top p {
    font: 400 12px/20px "微软雅黑";
    color: #000;
}

.part1-top a {
    display: block;
    width: 2.2rem;
    margin: 0.2rem 0 0;
    padding: 0 0 0 0.25rem;
    font: 400 12px/0.48rem "微软雅黑";
    color: #fff;
    background: url(../images/m_more_bg.png) no-repeat 0 center/auto 100%;
}

.part1-p {
    height: 108px;
    overflow: hidden;
    font: 400 14px/18px "微软雅黑";
    color: #000;
    text-align: justify;
}

.part1-img {
    padding: 30px 0 0;
}

.part1-img ul {
    display: flex;
    justify-content: space-between;
}

.part1-img ul a {
    display: block;
}

.part1-img ul i {
    text-align: center;
}

.part1-img ul i img {
    width: 1.6rem;
}

.part1-img ul p {
    font: 400 0.4rem/1.2rem "微软雅黑";
    color: #000;
    text-align: center;
}


/* 第二部分 */

.part2 {
    padding-left: 0.3rem;
    padding-bottom: 0.9rem;
}

.part2-img {
    position: relative;
    z-index: 1;
    height: 6.54rem;
    overflow-x: auto;
}

.part2-img img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border: 6px solid #28514a;
}

.part2 p {
    padding: 0.2rem 0 0;
}

.part2 p img {
    width: 100%;
}


/* 第三部分 */

.part3 {
    position: relative;
}

.part3-layer {
    position: absolute;
    z-index: 10;
    left: 1rem;
    top: 0.8rem;
}

.part3-layer img {
    width: 4.16rem;
}

.part3-banner a {
    display: block;
}

.part3-banner .part3-img img {
    width: 100%;
}

.part3-font {
    position: absolute;
    top: 2.5rem;
    left: 1rem;
}

.part3-font img {
    width: 7.8rem;
}

#part3-page {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 11;
    left: 0;
    bottom: 0.5rem;
}

#part3-page.part3-page>span {
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 0.24rem;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 1;
}

.part3-page .span0 {
    background: url(../images/part3_icon1.png) no-repeat center center/100%;
}

.part3-page .span1 {
    background: url(../images/part3_icon2.png) no-repeat center center/100%;
}

.part3-page .span2 {
    background: url(../images/part3_icon3.png) no-repeat center center/100%;
}

.part3-page .swiper-pagination-bullet-active {
    background-color: #9a050d;
}


/* 第4部分 */

.part4 {
    position: relative;
    z-index: 1;
}

.part4-border {
    width: 9.4rem;
    height: 6px;
    margin: 0 auto 0.72rem;
    background: #0d7c42;
}

.part4-top {
    display: flex;
    justify-content: space-between;
    height: 3.2rem;
    padding: 0 0 0 0.9rem;
    background: url(../images/m_en.png) no-repeat 0.3rem 0/6rem;
}

.part4-name {
    padding: 0.64rem 0 0;
}

.part4-name img {
    width: 3.2rem;
}

.part4-title {
    font: 400 14px/24px "微软雅黑";
    color: #000;
    background: url(../images/part4_line.png) no-repeat 70px center;
}

.meat img {
    width: 3rem;
}

.part4-box {
    position: relative;
    z-index: 10;
    overflow: auto;
}

.part4-box ul {
    display: flex;
    width: 15.6rem;
}

.part4-box li {
    width: 5.2rem;
    padding: 0 0.2rem;
}

.part4-box li a {
    display: block;
    padding: 0 0 10px;
    border-bottom: 1px solid #0d7c42;
}

.part4-li-title {
    padding: 0 0 10px;
    overflow: hidden;
    font: bold 16px/30px "微软雅黑";
    color: #0d7c42;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.part4-li-img {
    position: relative;
    z-index: 1;
}

.part4-li-img p img {
    width: 100%;
    border: 1px solid #0d7c42;
}

.part4-li-p {
    height:72px;
    overflow:hidden;
    margin: 10px 0;
}

.part4-li-p p {
    font: 400 14px/18px "微软雅黑";
    color: #999999;
    text-align: justify;
}

.part4-time {
    padding: 0 0 0 25px;
    font: 400 14px/20px "微软雅黑";
    color: #0d7c42;
    background: url(../images/time_icong.png) no-repeat 0 center;
}

.part4-more {
    padding: 60px 0 0;
}

.part4-more a {
    display: block;
    width: 124px;
    margin: 0 auto;
    padding: 0 0 0 20px;
    font: 400 14px/37px "微软雅黑";
    color: #fff;
    background: url(../images/more_bg.png) no-repeat 0 center;
}


/* 第5部分 */

.part5 {
    position: relative;
    z-index: 15;
    margin: 0.4rem 0 0;
}

.part5-top img {
    width: 100%;
}

.part5-title span {
    display: inline-block;
    padding: 56px 0 0 0;
    font: 400 14px/24px "微软雅黑";
    letter-spacing: 30px;
    color: #fff;
    background: url(../images/part5_title_bg.png) no-repeat right 0;
}

.part5-top-img {
    position: absolute;
    z-index: 1;
    right: 70px;
    bottom: 0;
}

.part5-main {
    display: flex;
}

.part5-honor {
    width: 3.6rem;
}

.part5-honor img {
    width: 100%;
    height: 100%;
}

.part5-img {
    width: 6.4rem;
    border-left: 2px solid #9a050d;
}

.part5-img a {
    display: block;
    position: relative;
}

.part5-img a img {
    width: 100%;
}

.part5-img a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.2rem;
    font: 400 0.4rem/1rem "微软雅黑";
    color: #9a050d;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
}


/* 第6部分 */

.part6 {
    padding: 0.6rem 0;
    background: #333;
}

.part6-banner .swiper-slide {
    text-align: center;
}

.part6-banner .swiper-slide img {
    max-width: 100%;
}