html,
body {
    perspective: 1000px;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    overflow: hidden;
    transform-origin: 0 0;
}

#part-page {
    top: 70%;
}

.part-page .swiper-pagination-bullet {
    width: 4vw;
    height: 3.8vw;
    font-weight: bold;
    font-size: 1vw;
    line-height: 4vw;
    background: none;
    opacity: 1;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
    border-radius: 0;
}

.part-page .swiper-pagination-bullet-active {
    color: #d10f0e;
    background: url(../images/page_icona.png) no-repeat center center/100%;
}

.wrap {
    display: flex;
    position: relative;
    z-index: 6;
    width: 100%;
    height: 100%;
    padding: 8vw 0 0;
}


/* 第1部分 */

.part1 {
    position: relative;
}

.banner img {
    width: 100%;
}


/* 第2部分 */

.part2 {
    position: relative;
    background: url(../images/part2_bg.jpg) no-repeat center 0 / cover;
}

.part2 .wrap {
    align-items: center;
    padding-bottom: 10vw;
}

.part2-rice {
    position: absolute;
    z-index: 1;
    left: 2vw;
    top: 0;
}

.part2-rice img {
    width: 45.6vw;
}

.part2-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 20;
    width: 80vw;
    margin: 0 auto;
}

.part2-left {
    position: relative;
    width: 22vw;
    padding: 3.5vw 0 10vw 12vw;
}

.part2-name {
    text-align: center;
}

.part2-name p {
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #fff;
    text-align: center;
    background: #a00009;
    border-radius: 5px;
}

.part2-name span {
    display: block;
    font-size: 1.2vw;
    line-height: 1.5vw;
    color: #000;
}

.part2-dn {
    position: absolute;
    left: 2.5vw;
    top: 0;
}

.part2-dn img {
    width: 12.8vw;
}

.part2-since {
    position: absolute;
    left: 0;
    top: 9.5vw;
}

.part2-since img {
    width: 8.4vw;
}

.part2-ad {
    position: absolute;
    left: 0;
    bottom: 0;
}

.part2-ad .en {
    font-size: 12px;
    line-height: 20px;
}

.part2-ad .ch {
    padding: 0 0 1.5vw;
    font-size: 1.5vw;
    line-height: 1.6vw;
    background: url(../images/line_y.png) no-repeat 0 bottom/1vw;
}

.part2-nav {
    width: 6vw;
}

.part2-nav ul {
    display: flex;
    flex-wrap: wrap;
}

.part2-nav ul li {
    width: 50%;
    padding: 0 1vw 1.5vw;
}

.part2-nav ul a {
    display: block;
    font-size: 1vw;
    line-height: 1;
    color: #000;
    writing-mode: vertical-lr;
}

.part2-nav ul a:hover {
    color: #d70115;
}

.part2-right {
    width: 44vw;
}

.part2-en {
    padding: 0 0 2vw;
}

.part2-en img {
    width: 100%;
}

.part2-say {
    font-size: 1.8vw;
    line-height: 2vw;
}

.part2-say .color-b {
    color: #000;
}

.part2-say .color-r {
    color: #d70115;
}

.part2-p {
    height: 6vw;
    margin: 1vw 0;
    overflow: hidden;
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #000;
    text-align: justify;
}

.part2-expect {
    padding-left: 10.2vw;
    font-size: 1vw;
    line-height: 1.2vw;
    color: #000;
    background: url(../images/part2_line.png) no-repeat 0 center;
}

.part2-more {
    margin: 2vw 0 0;
}

.part2-more a {
    display: block;
    width: 6vw;
    font-size: 14px;
    line-height: 2vw;
    text-align: center;
    color: #fff;
    background: #d70115;
    border: 1px solid #d70115;
    border-radius: 5px;
}

.part2-more a:hover {
    color: #d70115;
    background: none;
}

.part2-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 3vw 8vw;
    background: url(../images/part2_bottom.png) no-repeat center 0/cover;
}

.part2-bottom-font {
    color: #fff;
}

.part2-bottom-font p {
    font-size: 1.5vw;
    line-height: 1.6vw;
}

.part2-bottom-font span {
    display: block;
    font-size: 1vw;
    line-height: 1.2vw;
}

.part2-ad2 img {
    width: 12.8vw;
}


/* 第3部分 */

.part3 {
    position: relative;
    background: url(../images/part3_bg.jpg) no-repeat center 0 / cover;
}

.part3 .wrap {
    align-items: center;
    padding-top: 4vw;
}

.part3-rice {
    position: absolute;
    z-index: 1;
    left: -2vw;
    bottom: -10vw;
}

.part3-rice img {
    width: 18vw;
}

.part3-main {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 72vw;
    margin: 0 auto;
    padding-right: 4vw;
}

.part3-box {
    width: 52.4vw;
}

.part3-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.part3-name {
    color: #fff;
}

.part3-name p {
    padding-left: 6vw;
    font-size: 1.5vw;
    line-height: 1.6vw;
}

.part3-name span {
    padding-left: 6vw;
    display: block;
    font-size: 1vw;
    line-height: 1.2vw;
    background: url(../images/part3_line.png) no-repeat 0 center/5.6vw;
}

.part3-nav {
    padding-right: 2vw;
}

.part3-nav ul {
    display: flex;
}

.part3-nav ul li {
    padding-left: 2.4vw;
}

.part3-nav ul a {
    display: block;
    height: 6.2vw;
    font-size: 0.9vw;
    line-height: 1;
    color: #fff;
    writing-mode: vertical-lr;
}

.part3-nav ul a:hover {
    background: url(../images/shu_w.png) no-repeat center bottom/1px 1.6vw;
}

.part3-border {
    height: 33vw;
    padding: 4vw 0 0 7.5vw;
    background: url(../images/part3_border.png) no-repeat 0 0/50.2vw;
}

.marquee {
    position: relative;
    height: 28vw;
    overflow: hidden;
}

.part3-border ul {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}

.part3-border ul li {
    width: 15vw;
    padding: 0 1.5vw;
}

.part3-border ul a {
    display: block;
}

.pic-li-img {
    position: relative;
    overflow: hidden;
}

.pic-li-img i {
    display: block;
}

.pic-li-img i img {
    width: 100%;
}

.pic-li-layer {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 7vw 0 0;
    background: rgba(160, 0, 9, 0.75);
    transform: translate3d(0, -100%, 0);
    transition: 0.6s;
}

.pic-li-logo {
    padding: 0 0 2vw;
    text-align: center;
}

.pic-li-logo img {
    width: 8vw;
}

.pic-li-plus {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2vw;
    height: 2vw;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 50%;
}

.pic-li-name {
    font-size: 0.9vw;
    line-height: 3vw;
    color: #fff;
    text-align: center;
    background: #000;
}

.part3-border ul a:hover .pic-li-layer {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.part3-border ul a:hover .pic-li-name {
    background: #a00009;
}

.part3-more {
    padding: 0 0 2vw;
}

.part3-more a {
    display: block;
    width: 6.4vw;
    font-size: 14px;
    line-height: 2vw;
    text-align: center;
    color: #fff;
    background: #d70115;
    border: 1px solid #d70115;
    border-radius: 1vw;
}

.part3-more a:hover {
    color: #d70115;
    background: none;
}


/* 第4部分 */

.part4 {
    position: relative;
    background: url(../images/part4_bg.jpg) no-repeat center 0 / cover;
}

.part4 .wrap {
    align-items: center;
}

.part4-main {
    width: 80vw;
    height: 36vw;
    background: url(../images/part4_wan.png) no-repeat right center/auto 100%;
}

.part4-ul {
    display: flex;
    align-items: center;
    width: 48vw;
    height: 100%;
    padding: 0 4vw;
}

.part4-li {
    width: 33.3%;
    padding: 0 0.5vw;
    color: #fff;
    text-align: center;
}

.part4-li-icon {
    text-align: center;
}

.part4-li-icon img {
    width: 3.8vw;
}

.part4-li-state {
    padding: 0.5vw 0;
    font-size: 1.5vw;
    line-height: 2vw;
}

.part4-li-p {
    height: 3.6vw;
    overflow: hidden;
    font-size: 0.9vw;
    line-height: 1.2vw;
}


/* 第5部分 */

.part5 {
    position: relative;
    background: url(../images/part5_bg.jpg) no-repeat center 0 / cover;
}

.part5 .wrap {
    align-items: center;
    padding-bottom: 4vw;
}

.part5-main {
    width: 64vw;
    margin: 0 auto;
}

.part5-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1vw;
    color: #000;
}

.part5-name {
    color: #000;
}

.part5-name .ch {
    font-size: 1.8vw;
    line-height: 2vw;
}

.part5-name .en {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.part5-nav {
    padding: 0;
}

.part5-nav ul {
    display: flex;
}

.part5-nav ul li {
    padding-left: 1vw;
}

.part5-nav ul a {
    display: block;
    padding-left: 1.5vw;
    background: url(../images/part5_li_icon.png) no-repeat 0 0.2vw/1vw;
}

.part5-nav ul .ch {
    font-size: 1.2vw;
    line-height: 1.4vw;
    color: #000;
}

.part5-nav ul .en {
    font-size: 12px;
    line-height: 16px;
    color: #000;
    text-transform: uppercase;
}

.part5-nav ul a:hover {
    background-image: url(../images/part5_li_icona.png);
}

.part5-nav ul a:hover .ch {
    color: #d70115;
}

.part5-banner {
    position: relative;
    margin: 2vw 0;
}

#part5-page {
    display: flex;
    position: absolute;
    z-index: 50;
    left: 33vw;
    bottom: 0.5vw;
    width: 20vw;
}

#part5-page .swiper-pagination-bullet {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/part5_icon.png) no-repeat center 0;
    color: #000;
}

#part5-page .swiper-pagination-bullet-active {
    background-image: url(../images/part5_icona.png);
}

.part5-banner a {
    display: flex;
    justify-content: space-between;
    padding: 0 1vw;
}

.new-li-img {
    width: 30vw;
}

.new-li-img img {
    width: 100%;
}

.new-li-font {
    width: 30vw;
    padding: 1.5vw 0 0;
}

.new-li-title {
    font-size: 1.5vw;
    line-height: 1.8vw;
    color: #d70115;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-time {
    padding: 0.5vw 0;
    font-size: 14px;
    line-height: 1.4vw;
    color: #d70115;
    border-bottom: 1px solid #d70115;
}

.new-li-p {
    height: 6vw;
    margin: 1vw 0;
    overflow: hidden;
    font-size: 0.9vw;
    line-height: 1.5vw;
    color: #000;
    text-align: justify;
}

.new-li-more {
    display: flex;
    justify-content: flex-end;
}

.new-li-more span {
    display: block;
    width: 6.4vw;
    font-size: 14px;
    line-height: 2vw;
    text-align: center;
    color: #fff;
    background: #d70115;
    border: 1px solid #d70115;
    border-radius: 1vw;
}

.part5-bottom ul {
    display: flex;
}

.part5-bottom ul li {
    width: 33.3%;
    padding: 0 1vw;
}

.part5-bottom ul a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 2vw;
    color: #000;
    border-bottom: 1px solid #000;
}

.part5-li-font {
    width: 16vw;
    color: #000;
}

.part5-li-title {
    font-size: 1.2vw;
    line-height: 1.4vw;
}

.part5-li-time {
    font-size: 14px;
    line-height: 20px;
}

.part5-li-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.8vw;
    height: 1.8vw;
    background: #000;
    border-radius: 50%;
}

.part5-bottom ul a:hover {
    color: #d70115;
}


/* 第6部分 */

.part6 {
    position: relative;
    background: url(../images/part6_bg.jpg) no-repeat center 0 / cover;
}

.part6 .wrap {
    align-items: center;
}

.part6-main {
    display: flex;
    justify-content: space-between;
    width: 72vw;
    margin: 0 auto;
}

.part6-left {
    position: relative;
    width: 40vw;
}

.part6-img img {
    width: 100%;
}

.part6-map {
    width: 5.4vw;
    position: absolute;
    z-index: 1;
    left: 1.2vw;
    top: 11vw;
}

.part6-map img {
    width: 100%;
}

.part6-tb {
    position: absolute;
    z-index: 5;
    left: 1.2vw;
    top: 18vw;
    background: #000;
    border-radius: 10px;
}

.part6-tb i {
    display: block;
    width: 5.4vw;
    padding: 3px 0 0;
}

.part6-tb i img {
    width: 100%;
}

.part6-tb p {
    font-size: 0.9vw;
    line-height: 1.5vw;
    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 {
    width: 28vw;
    padding: 0.5vw 0 0;
}

.part6-name {
    color: #fff;
}

.part6-name .ch {
    font-size: 1.8vw;
    line-height: 2vw;
}

.part6-name .en {
    font-size: 0.9vw;
    line-height: 1.2vw;
    text-transform: uppercase;
}

.part6-ul {
    padding: 3vw 0;
}

.part6-li {
    padding: 0.8vw 0;
    color: #fff;
    border-bottom: 1px dashed #fff;
}

.part6-li-ch {
    font-size: 1.2vw;
    line-height: 1.4vw;
}

.part6-li-en {
    font-size: 0.9vw;
    line-height: 1.4vw;
    color: #cc4b54;
}

.part6-li-info {
    font-size: 1.2vw;
    line-height: 1.5vw;
}

.part6-ewm {
    width: 9.8vw;
}

.part6-ewm img {
    width: 100%;
}