html,
body {
    perspective: 1000px;
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #fff;
}

.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 0;
}


/* 第1部分 */

.part1 {
    position: relative;
}

.part1 img {
    width: 100%;
    height: 100%;
}

.part1-layer {
    position: absolute;
    left: 0;
    top: 2rem;
}

.part1-layer img {
    height: auto;
}


/* 第2部分 */

.part2 {
    position: relative;
    background: url(../images/mpart2_bg.jpg) no-repeat center 0 / cover;
}

.part2-main {
    display: flex;
    justify-content: space-between;
    width: 9.2rem;
    margin: 0 auto;
    padding: 1.6rem 0 0 0;
}

.part2-left {
    width: 2.2rem;
}

.part2-title {
    padding: 2rem 0 0.4rem;
    text-align: center;
}

.part2-title img {
    width: 100%;
}

.part2-more {
    text-align: center;
}

.part2-more a {
    display: block;
}

.part2-more img {
    width: 100%;
}

.part2-right {
    position: relative;
    width: 6.2rem;
    padding: 0.3rem 0.3rem;
    background: rgba(255, 255, 255, 0.8);
}

.part2-one {
    position: absolute;
    left: 50%;
    top: -1.6rem;
    margin-left: -1rem;
}

.part2-one img {
    width: 2rem;
}

.part2-box {
    height: 100%;
    padding: 1rem 0.4rem 4.5rem;
    border: 2px solid #000;
    border-bottom: 0;
}

.part2-content {
    height: 100%;
    overflow: hidden;
}

.part2-name {
    font: 400 16px/30px "微软雅黑";
    color: #000;
    text-align: center;
}

.part2-p {
    height: 160px;
    overflow: hidden;
    font: 400 12px/20px "微软雅黑";
    color: #000;
    text-align: justify;
}

.part2-detail {
    margin: 1rem 0 0;
    text-align: center;
}

.part2-detail img {
    width: 100%;
}

.part2-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.part2-bottom img {
    width: 100%;
}


/* 第3部分 */

.part3 {
    position: relative;
}

.part3-banner i {
    display: block;
    width: 100%;
    height: 100%;
}

.part3-banner i img {
    width: 100%;
    height: 100%;
}

.part3-font {
    position: absolute;
    right: 0.4rem;
    top: 3rem;
    text-align: right;
    opacity: 0;
    transform: translate3d(30%, 0, 0);
    transition: 0.6s;
}

.part3-font img {
    height: 2.4rem;
}

.part3 .part3-banner .part3-pagination {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    top: auto;
    right: auto;
    bottom: 1.8rem;
    left: 1.5rem;
    width: 7rem;
}

.part3 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    width: 1.85rem;
    height: 3rem;
    margin: 0 0 0.3rem;
    border-radius: 0;
    opacity: 1;
}


/* 地理 */

.part3 .part3-pagination .swiper-pagination-bullet1 {
    background: url(../images/part3_icon1.png) no-repeat center 0/100%;
}

.part3-pagination .swiper-pagination-bullet1.swiper-pagination-bullet-active {
    background: url(../images/part3_icon1a.png) no-repeat center 0/100%;
}


/* 水源 */

.part3-pagination .swiper-pagination-bullet2 {
    background: url(../images/part3_icon2.png) no-repeat center 0/100%;
}

.part3-pagination .swiper-pagination-bullet2.swiper-pagination-bullet-active {
    background: url(../images/part3_icon2a.png) no-repeat center 0/100%;
}


/* 品种 */

.part3-pagination .swiper-pagination-bullet3 {
    background: url(../images/part3_icon3.png) no-repeat center 0/100%;
}

.part3-pagination .swiper-pagination-bullet3.swiper-pagination-bullet-active {
    background: url(../images/part3_icon3a.png) no-repeat center 0/100%;
}


/* 技术 */

.part3-pagination .swiper-pagination-bullet4 {
    background: url(../images/part3_icon4.png) no-repeat center 0/100%;
}

.part3-pagination .swiper-pagination-bullet4.swiper-pagination-bullet-active {
    background: url(../images/part3_icon4a.png) no-repeat center 0/100%;
}


/* 库存 */

.part3-pagination .swiper-pagination-bullet5 {
    background: url(../images/part3_icon5.png) no-repeat center 0/100%;
}

.part3-pagination .swiper-pagination-bullet5.swiper-pagination-bullet-active {
    background: url(../images/part3_icon5a.png) no-repeat center 0/100%;
}


/* 保障 */

.part3-pagination .swiper-pagination-bullet6 {
    background: url(../images/part3_icon6.png) no-repeat center 0/100%;
}

.part3-pagination .swiper-pagination-bullet6.swiper-pagination-bullet-active {
    background: url(../images/part3_icon6a.png) no-repeat center 0/100%;
}

.part3-banner .swiper-slide-active .part3-font {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1s;
}


/* 第4部分 */

.part4 {
    position: relative;
    background: url(../images/part4_bg.jpg) no-repeat center 0 / cover;
}

.part4 .wrap {
    /* align-items: center; */
}

.part4-main {
    width: 100%;
}

.part4-rice {
    position: absolute;
    right: 0.4rem;
    top: 60px;
}

.part4-rice img {
    width: 2rem;
}

.part4-left {
    display: flex;
    justify-content: space-between;
    padding: 2.4rem 0.6rem 0 0.8rem;
}

.part4-nav {
    width: 4.2rem;
}

.part4-nav ul li {
    width: 2.8rem;
    padding: 0.2rem 0;
}

.part4-nav ul li a {
    display: block;
    justify-content: space-between;
    font: 400 0.4rem/0.6rem "微软雅黑";
    color: #000;
    text-align: center;
    background: url(../images/part4_icon.png) no-repeat center center/100%;
}


/* 
.part4-nav ul li a:hover {
    color: #c30d23;
    background-image: url(../images/part4_icona.png);
} */

.part4-more {
    position: relative;
    z-index: 11;
    width: 2.2rem;
    margin: 2rem 0 0;
}

.part4-more a {
    display: block;
}

.part4-more img {
    width: 2.1rem;
}

.part4-right {
    padding: 1rem 0 0;
}

.marquee {
    position: relative;
    height: 5rem;
    overflow: hidden;
    padding: 0.8rem 0 0;
}

.marquee ul {
    position: absolute;
    left: 0;
    top: 0;
}

.part4-right ul {
    position: relative;
}

.part4-right ul li {
    float: left;
    width: 4.2rem;
    padding: 0 0.1rem;
}

.part4-right ul li:nth-child(2n) {
    transform: translate3d(0, -0.8rem, 0);
}

.part4-right ul li a {
    display: block;
    position: relative;
    padding: 0.1rem;
    background: #fff;
}

.part4-li-box {
    position: relative;
    overflow: hidden;
}

.part4-li-img {
    position: relative;
    z-index: 5;
    overflow: hidden;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
}

.part4-li-img img {
    width: 100%;
}

.part4-li-more {
    position: absolute;
    z-index: 15;
    bottom: 0.42rem;
    left: 0.1rem;
    width: 60px;
    height: 24px;
    font: bold 12px/24px "微软雅黑";
    color: #fff;
    text-align: center;
    background: #cc320f;
    transition: transform 0.5s cubic-bezier(0.12, 1.6, 0.91, 0.92);
}


/* 第5部分 */

.part5 {
    position: relative;
    background: url(../images/part5_bg.jpg) no-repeat center 0 / cover;
}

.part5 .wrap {
    align-items: center;
}

.part5-main {
    padding: 0.2rem;
}

.part5-left {
    position: relative;
}

.part5-left img {
    width: 100%;
}

.part5-left a {
    position: absolute;
    left: 0.9rem;
    top: 5.4rem;
    width: 80px;
    font: 400 12px/24px "微软雅黑";
    color: #fff;
    text-align: center;
    background: #c30d23;
    border-radius: 10px;
}

.part5-right {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0.4rem 0 0;
    padding: 0.6rem 0.3rem;
    background: #fff;
    border-radius: 10px;
}

.part5-name {
    position: absolute;
    left: 0.3rem;
    top: -0.8rem;
}

.part5-name img {
    width: 2rem;
}

.part5-font-left {
    width: 5.4rem;
}

.part5-font-title {
    padding: 0 0 10px;
    font: 400 16px/24px "微软雅黑";
    color: #000;
    background: url(../images/part5_line.jpg) no-repeat 0 bottom;
}

.part5-font-detail {
    margin: 10px 0 0;
    font: bold 14px/20px "微软雅黑";
    color: #000;
}

.part5-font-right {
    width: 3.4rem;
    font: 400 12px/20px "微软雅黑";
    color: #999999;
    text-align: justify;
}


/* 第6部分 */

.part6 {
    position: relative;
    background: url(../images/part6_bg.jpg) no-repeat center 0 / cover;
}

.part6 .wrap {
    align-items: center;
    padding-bottom: 1.6rem;
}

.part6-main {
    width: 100%;
    padding: 0 1rem;
}

.part6-name {
    padding: 0 0 0.4rem;
    font: 400 18px/30px "微软雅黑";
    color: #c30d23;
}

.part6-left-line {
    padding: 4px 0 2px;
    border-bottom: 1px dashed #000;
}

.part6-left-line p {
    font: 400 14px/20px "微软雅黑";
    color: #000;
}

.part6-left-line span {
    display: block;
    font: 400 12px/16px "微软雅黑";
    color: rgba(195, 13, 35, 0.3);
    text-transform: uppercase;
}

.part6-left-ewm {
    margin: 0.2rem 0 0;
}

.part6-left-ewm i {
    display: block;
    width: 2rem;
    border: 1px solid #cd0000;
}

.part6-left-ewm i img {
    width: 100%;
}

.part6-left-ewm p {
    width: 97px;
    font: 400 12px/18px "微软雅黑";
    color: #cd0000;
    text-align: center;
}

.part6-bottom {
    position: absolute;
    left: 0;
    bottom: 0.2rem;
    width: 100%;
    text-align: center;
}

.part6-bottom span {
    display: block;
    margin: 0 0 0.2rem;
    font: bold 0.8rem/1rem "微软雅黑";
    color: rgba(0, 0, 0, 0.7);
}

.part6-foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.part6-foot p {
    padding: 0 5px;
    font: 400 12px/20px "微软雅黑";
    color: #000;
}