html,
body {
    perspective: 1000px;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    overflow: hidden;
    transform-origin: 0 0;
}

.wrap {
    display: flex;
    position: relative;
    z-index: 6;
    width: 100%;
    height: 100%;
    padding: 60px 0 0;
}


/* 第1部分 */

.part1 {
    position: relative;
}

.banner img {
    width: 100%;
}


/* 第2部分 */

.part2 {
    position: relative;
    background: url(../images/mpart2_bg.jpg) no-repeat center 0 / cover;
}

.part2 .wrap {
    align-items: center;
    padding-bottom: 2rem;
}

.part2-rice {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
}

.part2-rice img {
    width: 6.5rem;
}

.part2-main {
    position: relative;
    z-index: 20;
    width: 100%;
    padding: 0 0.2rem;
}

.part2-top {
    position: relative;
    padding: 0.6rem 0 1rem 3.5rem;
}

.part2-name {
    width: 110px;
    text-align: center;
}

.part2-name p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: #a00009;
    border-radius: 5px;
}

.part2-name span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.part2-dn {
    position: absolute;
    left: 1.5rem;
    top: 0;
}

.part2-dn img {
    width: 2.5rem;
}

.part2-since {
    position: absolute;
    z-index: 1;
    left: 1rem;
    top: 1.8rem;
}

.part2-since img {
    width: 1.68rem;
}

.part2-ad {
    position: absolute;
    z-index: 2;
    left: 4.2rem;
    top: 1.72rem;
    padding-bottom: 0.2rem;
    font-size: 0.3rem;
    line-height: 0.36rem;
    color: #c8962f;
    background: url(../images/line_y.png) no-repeat 0 bottom/0.3rem;
}

.part2-nav {
    padding: 0.3rem 0 0.6rem;
}

.part2-nav ul {
    display: flex;
    justify-content: center;
}

.part2-nav ul li {
    padding: 0 1px;
}

.part2-nav ul a {
    display: block;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #000;
}

.part2-box {
    position: relative;
}

.part2-more {
    position: absolute;
    right: 0;
    top: 0.3rem;
}

.part2-more a {
    display: block;
    width: 100px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #a00009;
    border-radius: 10px;
}

.part2-say {
    font-size: 0.36rem;
    line-height: 0.4rem;
}

.part2-say .color-b {
    color: #000;
}

.part2-say .color-r {
    color: #d70115;
}

.part2-p {
    height: 100px;
    margin: 0.3rem 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-align: justify;
}

.part2-expect {
    padding-left: 2rem;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    background: url(../images/part2_line.png) no-repeat 0 center/1.8rem;
}

.part2-bottom {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.4rem 0.2rem;
    background: url(../images/part2_bottom.png) no-repeat center 0/cover;
}

.part2-bottom-font {
    color: #fff;
}

.part2-bottom-font p {
    font-size: 16px;
    line-height: 24px;
}

.part2-bottom-font span {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.part2-ad2 {
    text-align: right;
}

.part2-ad2 img {
    width: 2.5rem;
}


/* 第3部分 */

.part3 {
    position: relative;
    background: url(../images/mpart3_bg.jpg) no-repeat center 0 / cover;
}

.part3 .wrap {
    align-items: center;
}

.part3-rice {
    position: absolute;
    z-index: 1;
    left: -0.4rem;
    bottom: -2rem;
}

.part3-rice img {
    width: 3.6rem;
}

.part3-main {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0 0.2rem;
}

.part3-name {
    padding: 0 0 0 0.6rem;
    color: #fff;
    background: url(../images/part3_line.png) no-repeat 0 0.2rem/0.4rem;
}

.part3-name p {
    font-size: 0.36rem;
    line-height: 0.4rem;
}

.part3-name span {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.part3-nav {
    padding: 0.3rem 0 0.3rem 0.6rem;
}

.part3-nav ul {
    display: flex;
}

.part3-nav ul li {
    padding-right: 0.3rem;
}

.part3-nav ul a {
    display: block;
    font-size: 0.3rem;
    line-height: 1;
    color: #fff;
    writing-mode: vertical-lr;
}

.part3-border {
    padding: 0.3rem 0 0 0.9rem;
    background: url(../images/part3_border.png) no-repeat 0 0/100%;
}

.marquee {
    position: relative;
    height: 4rem;
    overflow: hidden;
}

.part3-border ul {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}

.part3-border ul li {
    width: 2.1rem;
    padding: 0 0.1rem;
}

.part3-border ul a {
    display: block;
}

.part3-border ul i {
    display: block;
}

.part3-border ul i img {
    width: 100%;
}

.pic-li-name {
    padding: 0 5px;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #000;
}

.part3-more {
    margin: 0.3rem 0 0 0.95rem;
}

.part3-more a {
    display: block;
    width: 1.6rem;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: #d70115;
    border: 1px solid #d70115;
    border-radius: 12px;
}


/* 第4部分 */

.part4 {
    position: relative;
    background: url(../images/mpart4_bg.jpg) no-repeat center 0 / cover;
}

.part4 .wrap {
    padding: 2rem 0 0;
}

.part4-main {
    width: 100%;
}

.part4-ul {
    width: 4.8rem;
    margin: 0 auto;
}

.part4-li {
    display: flex;
    align-items: center;
    padding: 0 0.4rem 0.4rem;
    color: #fff;
}

.part4-li-slide {
    width: 1rem;
    text-align: center;
}

.part4-li-icon i {
    display: block;
}

.part4-li-icon img {
    width: 0.75rem;
}

.part4-li-state {
    padding: 0.2rem 0;
    font-size: 0.3rem;
    line-height: 0.4rem;
}

.part4-li-p {
    width: 3.8rem;
    padding-left: 0.2rem;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
}


/* 第5部分 */

.part5 {
    position: relative;
    background: url(../images/mpart5_bg.jpg) no-repeat center 0 / cover;
}

.part5 .wrap {
    align-items: center;
}

.part5-main {
    width: 100%;
    padding: 0 0.2rem;
}

.part5-name {
    color: #000;
}

.part5-name .ch {
    font-size: 0.36rem;
    line-height: 0.4rem;
}

.part5-name .en {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.part5-nav {
    padding: 0.2rem 0;
}

.part5-nav ul {
    display: flex;
    justify-content: space-between;
}

.part5-nav ul li {
    padding: 0 1px;
}

.part5-nav ul a {
    display: block;
    padding-left: 0.3rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #000;
    background: url(../images/part5_li_icon.png) no-repeat 0 center/0.24rem;
}

.part5-banner {
    position: relative;
    margin: 2vw 0;
}

.part5-banner a {
    display: block;
}

.new-li-img {
    overflow: hidden;
}

.new-li-img img {
    width: 100%;
}

.new-li-font {
    padding: 0.2rem 0 0;
}

.new-li-title {
    font-size: 16px;
    line-height: 24px;
    color: #d70115;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-time {
    font-size: 14px;
    line-height: 20px;
    color: #d70115;
    border-bottom: 1px solid #d70115;
}

.new-li-p {
    height: 40px;
    margin: 0.2rem 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-align: justify;
}

.new-li-more {
    display: block;
}

.new-li-more span {
    display: block;
    width: 1.8rem;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: #c20b17;
    border-radius: 12px;
}

.part5-bottom a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0.2rem;
    color: #000;
    border-bottom: 1px solid #000;
}

.part5-li-font {
    width: 5.6rem;
    color: #000;
}

.part5-li-title {
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.part5-li-time {
    font-size: 14px;
    line-height: 20px;
}

.part5-li-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.4rem;
    height: 0.4rem;
    background: #000;
    border-radius: 50%;
}

.part5-li-more img {
    width: 8px;
}


/* 第6部分 */

.part6 {
    position: relative;
    background: url(../images/mpart6_bg.jpg) no-repeat center 0 / cover;
}

.part6 .wrap {
    align-items: center;
}

.part6-main {
    width: 100%;
    padding: 0 0.2rem;
}

.part6-left {
    position: relative;
}

.part6-img img {
    width: 100%;
}

.part6-map {
    width: 1.2rem;
    position: absolute;
    z-index: 1;
    left: 0.2rem;
    top: 1.6rem;
}

.part6-map img {
    width: 100%;
}

.part6-tb {
    position: absolute;
    z-index: 5;
    left: 0.2rem;
    top: 2.9rem;
    width: 1.2rem;
    background: #000;
    border-radius: 10px;
}

.part6-tb i {
    display: block;
    padding: 3px 0 0;
}

.part6-tb i img {
    width: 100%;
}

.part6-tb p {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}

footer {
    display: flex;
    flex-wrap: wrap;
    width: 28vw;
    margin: 2vw 0 0;
    font-size: 0.9vw;
    line-height: 1.5vw;
}

footer p {
    padding-right: 5px;
    color: #000;
}

footer a {
    padding-right: 5px;
    color: #000;
}

.part6-right {
    padding: 0.2rem 0 0;
}

.part6-name {
    color: #fff;
}

.part6-name .ch {
    font-size: 18px;
    line-height: 20px;
}

.part6-name .en {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}

.part6-ul {
    padding: 0.2rem 0;
}

.part6-li {
    padding: 4px 0;
    color: #fff;
    border-bottom: 1px dashed #fff;
}

.part6-li-ch {
    font-size: 16px;
    line-height: 20px;
}

.part6-li-en {
    font-size: 12px;
    line-height: 16px;
    color: #cc4b54;
}

.part6-li-info {
    font-size: 16px;
    line-height: 20px;
}

.part6-font {
    display: flex;
    align-items: center;
}

.part6-ewm {
    width: 1.92rem;
}

.part6-ewm img {
    width: 100%;
}

footer {
    display: flex;
    flex-wrap: wrap;
    width: 4.8rem;
    padding-left: 0.3rem;
    font-size: 14px;
    line-height: 20px;
}

footer p {
    padding-right: 2px;
    color: #fff;
}

footer a {
    padding-right: 2px;
    color: #fff;
}