html,
body {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #fff;
}

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

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

.swiper-pagination-bullet {
    width: 27px;
    height: 27px;
    margin: 0 0 20px;
    background: url(../images/page_icon.png) no-repeat center center;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: url(../images/page_icona.png) no-repeat center center;
}

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


/* 第1部分 */
.part1 {
    position: relative;
}

.banner-layer {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 4.2rem;
}

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

.banner i {
    display: block;
    height: 100%;
}

.banner i img {
    width: 100%;
    height: 100%;
}


/* 第2部分 */
.part2 {
    background: url(../images/part2_bg.jpg) no-repeat center center/cover;
}

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

.part2-main {
    width: 9.4rem;
    margin: 0 auto;
}

.part2-title {
    padding: 0 0 0.64rem;
    text-align: center;
}

.part2-title img {
    width: 9rem;
}

.part2-top {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0.2rem;
    background: url(../images/mpart2_en.png) no-repeat 0 bottom/100%;
}

.part2-top-l {
    padding: 0;
}

.part2-top-l img {
    width: 1.6rem;
}

.part2-top-r ul {
    display: flex;
}

.part2-top-r ul li {
    padding: 0 0.16rem;
}

.part2-top-r ul li a {
    display: block;
    padding: 3px;
    border: 1px solid #fff;
}

.part2-top-r ul li a span {
    display: block;
    width: 0.64rem;
    padding: 5px;
    font: 400 14px/16px '微软雅黑';
    color: #1e1e1e;
    text-align: center;
    background: #fff;
}

.part2-bottom {
    padding: 15px 10px;
    background: rgba(255, 255, 255, 0.75);
}

.part2-bottom-l {
    display: flex;
    flex-wrap: wrap;
    height: 5.92rem;
    overflow: hidden;
}

.part2-bottom-img {
    width: 50%;
    height: 100%;
}

.part2-bottom-img img {
    width: 100%;
}

.part2-bottom-r {
    position: relative;
}

.part2-bottom-p {
    height: 96px;
    overflow: hidden;
    font: 400 14px/24px '微软雅黑';
    color: #000;
    text-align: justify;
}

.part2-bottom-p p {
    margin-bottom: 30px;
}

.part2-more {
    position: absolute;
    left: 0;
    bottom: -27px;
    width: 100%;
}

.part2-more a {
    display: block;
    width: 84px;
    margin: 0 auto;
    font: 400 14px/24px '微软雅黑';
    color: #000;
    text-align: center;
    background: #fff;
}

/* 第3部分 */
.part3 {
    background: url(../images/part3_bg.jpg) no-repeat center center/cover;
}

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

.part3-main {
    display: flex;
    justify-content: space-between;
    width: 8.4rem;
    margin: 0 auto;
}

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


/* 第4部分 */
.part4 {
    background: url(../images/mpart4_bg.jpg) no-repeat center center/cover;
}

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

.part4-main {
    width: 100%;
}

.part4-top {
    background: url(../images/mpart4_en.png) no-repeat center 0/9rem;
}

.part4-title {
    text-align: center;
}

.part4-title img {
    width: 3.8rem;
}

.part4-nav {
    padding: 0.8rem 0 0;
}

.part4-nav ul {
    display: flex;
    justify-content: space-between;
    padding: 0 0.4rem;
    background: url(../images/mpart4_line.png) no-repeat center center/100%;
}

.part4-nav li {
    width: 1.6rem;
}

.part4-nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.6rem;
    height: 1.6rem;
    font: bold 0.4rem/0.42rem '微软雅黑';
    color: #000000;
    text-align: center;
    border-radius: 50%;
    background: #fff;
}

.part4-nav li a span {
    display: block;
    width: 1rem;
}

.part4-nav li:nth-child(2) a span {
    width: 1.2rem;
}

.part4-content ul {
    display: flex;
    justify-content: center;
    padding: 0.6rem 1rem 0.4rem;
    background: url(../images/mpart4_corn.png) no-repeat center center/100%;
}

.part4-content ul li {
    width: 50%;
    padding: 0 2px;
}

.part4-content ul li a {
    display: block;
    text-align: center;
    color: #000;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid #fff;
}

.part4-content ul li i {
    display: block;
}

.part4-content ul li i img {
    width: 100%;
}

.part4-content ul li p {
    font: bold 16px/30px '微软雅黑';
}

.part4-more {
    font: 400 14px/30px '微软雅黑';
}

.part4-more a {
    display: block;
    width: 100px;
    margin: 0 auto;
    color: #000;
    text-align: center;
    background: #fff;
}


/* 第5部分 */
.part5 {
    background: url(../images/mpart5_bg.jpg) no-repeat center center/cover;
}

.part5 .wrap {
    margin-top: 1.8rem;
}

.part5-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.part5-left {
    width: 2.4rem;
    height: 8.2rem;
    padding: 0 0 0 0.2rem;
}

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

.part5-right {
    width: 7.5rem;
}

.marquee {
    position: relative;
    overflow: hidden;
    margin: 2.4rem 0 0;
}

.marquee ul {
    position: absolute;
    left: 0;
    top: 0;
}

.part5-right li {
    float: left;
    width: 4.5rem;
    padding: 0 5px;
}

.part5-right li a {
    display: block;
}

.new-li-img {
    border-top: 5px solid #fff;
}

.new-li-img img {
    width: 100%;
}

.new-li-font {
    position: relative;
    padding: 0.3rem 0.2rem;
    background: rgba(255, 255, 255, 0.6);
}

.new-li-title {
    overflow: hidden;
    font: 400 16px/20px '微软雅黑';
    color: #000000;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-time {
    font: 400 12px/18px '微软雅黑';
    color: #666666;
}

.new-li-p {
    height: 80px;
    overflow: hidden;
    font: 400 14px/20px '微软雅黑';
    color: #000;
}

.new-li-more {
    padding: 0 0.2rem;
    font: 400 12px/24px '微软雅黑';
    color: #000;
    background: #fff;
}

.new-li-more span {
    display: block;
    background: url(../images/arrow_b.png) no-repeat center right/auto 8px;
}

.part5-bottom {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
}

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

/* 第6部分 */
.part6 {
    background: url(../images/mpart6_bg.jpg) no-repeat right bottom/cover;
}

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

.part6-foot {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 6px 0;
    background: #fff;
    	z-index:9999
}

.part6-foot p {
    padding: 0 5px;
    font: 400 14px/30px '微软雅黑';
    color: #000;
    text-align: center;
}

.part6-main {
    width: 100%;
    text-align: center;
    background: url(../images/part6_line.png) no-repeat center bottom/2px 1rem;
}

.part6-say {
    padding: 0 0 0.24rem;
    text-align: center;
}

.part6-say img {
    width: 3.3rem;
}

.part6-left-icon ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.2rem 0 0;
    background: url(../images/part6_line.png) no-repeat center 0/2px 1rem;
}

.part6-left-icon ul li {
    padding: 0 0.2rem;
}

.part6-p {
    padding: 0.2rem 0 1.2rem;
    font: 400 14px/24px '微软雅黑';
    color: #fff;
}