.main {
    position: relative;
    z-index: 1;
}
.banner {
    height: 100vh;
}
.p1 {
    position: relative;
    padding-top: 1.74rem;

}

.p1-cont {
    display: flex;
    justify-content: space-between;
}

.p1-cont .p1-left {
    margin-left: 2.6rem;
    margin-right: 1.35rem;
    flex: 1;
}

.p1-cont .p1-left .p1-tit img {
    width: 2.98rem;
}

.p1-cont .p1-left .p1-tit .cn {
    font-size: .36rem;
    color: #3c3d3d;
    margin-top: .15rem;
    margin-bottom: .55rem;
}

.p1-cont .p1-left .p1-desc p {
    margin-bottom: .2rem;
    font-size: .16rem;
    line-height: .28rem;
    color: #3c3d3d;
    text-align: justify;
}

.p1-cont .p1-left .movebox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p1-cont .p1-left .movebox .item:nth-of-type(1),
.p1-cont .p1-left .movebox .item:nth-of-type(4) {
    width: 2.15rem;
    flex: 0 0 2.15rem;
}

.p1-cont .p1-left .movebox .item:nth-of-type(2),
.p1-cont .p1-left .movebox .item:nth-of-type(5) {
    width: 1.25rem;
    flex: 0 0 1.25rem;
}

.p1-cont .p1-left .movebox .item:nth-of-type(3),
.p1-cont .p1-left .movebox .item:nth-of-type(6) {
    width: 1.9rem;
    flex: 0 0 1.9rem;
}

.p1-cont .p1-left .movebox .item:nth-of-type(1),
.p1-cont .p1-left .movebox .item:nth-of-type(2),
.p1-cont .p1-left .movebox .item:nth-of-type(3) {
    padding-bottom: .25rem;
    margin-bottom: .2rem;
    border-bottom: 1px solid #c1c1c1;
}

.p1-cont .p1-left .movebox .big,
.p1-cont .p1-left .movebox .small {
    white-space: nowrap;
}

.p1-cont .p1-left .movebox .small {
    font-size: .16rem;
}

.p1-cont .p1-left .movebox .big {
    font-size: .52rem;
    color: #ff4900;
    font-family: "font_B";
}
.p1-cont .p1-left .movebox .big  em{
    font-size: .16rem;
    font-style: normal;
    color: #000;
    font-weight: normal;
    
}
.p1-cont .p1-right {
    position: relative;
    width: 9.4rem;
    flex: 0 0 9.4rem;
}

.p1-cont .p1-right img {

    width: 100%;
    display: block;
}

.p1-cont .p1-right .p1-more {
    position: absolute;
    left: 0;
    bottom: 0;
}

.p1-cont .p1-right .p1-more a {
    background: #ff4900;
    font-size: .18rem;
    color: #0a0000;
    padding: .05rem .1rem;
}

.p2 {
    overflow: hidden;
}


.p2-cont {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.p2-cont .item {
    flex: 1;
    width: 33.333%;
}

.p2-cont .item.item1 {
    position: relative;
    padding: 2.6rem 2.6rem 0 0;
    text-align: right;
    box-sizing: border-box;
    background: #0a0000;
    font-family: 'font_M';
}
.p2-cont .item.item1 img{
    margin-bottom: .2rem;
    width: 1.96rem;
}
.p2-cont .item.item1 .cn {
    margin-bottom: .35rem;
    font-size: .36rem;
    color: #fff;
}
.p2-cont .item.item1 .more a {
    position: absolute;
    bottom: 1.15rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1.1rem;
    height: .3rem;
    
    font-size: .18rem;
    font-weight: bold;
    color: #0a0000;
    background: #ff4900;
    text-align: center;
    line-height: .3rem;
}

.p2-cont .item.item2 {
    position: relative;
}

.p2-cont .item.item2 .img-cover {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 0, 0, .3);
    padding-bottom: .95rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    transition: all .4s ease-in-out;
}

.p2-cont .item.item2:hover .img-cover {
    top: 0;
}

.p2-cont .item.item2 .img-cover img {
    margin-bottom: .2rem;
    width: 1.02rem;
}

.p2-cont .item.item2 .img-cover .txt {
    font-size: .24rem;
    font-family: 'font_M';
    color: #e5e5e5;
    text-align: center;
}

.p2-cont .item.item2 .img-cover .txt span {
    font-size: .36rem;
}

.p3{
    padding-top: 1.7rem;
}

.p3 .p3-cont {
    width: 14rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.p3 .p3-swiper {
    position: relative;
    width: 10.18rem;
    font-family: 'font_M';
}

.p3 .p3-swiper .p3-img {
    display: block;
    margin-bottom: .08rem;
}

.p3 .p3-swiper .swiper-slide {
    overflow: hidden;
}

.p3 .p3-swiper .swiper-slide img {
    transition: all .4s ease-in-out;
    display: block;
    height: 172px;
}

.p3 .p3-swiper .swiper-slide:hover img {
    transform: scale(1.1);
}

.p3 .p3-swiper .swiper-button-next::after,
.p3 .p3-swiper .swiper-button-prev::after {
    display: none;
}

.p3 .p3-swiper .swiper-button-next,
.p3 .p3-swiper .swiper-button-prev {
    width: .45rem;
    height: .8rem;
    top: unset;
    bottom: .45rem;
    outline: none;
}

.p3 .p3-swiper .swiper-button-next {
    right: -.85rem;
    background: url(../img/next3.png) center no-repeat;
    background-size: 100%;
}

.p3 .p3-swiper .swiper-button-prev {
    left: -.85rem;
    background: url(../img/prev3.png) center no-repeat;
    background-size: 100%;
}

.p3 .p3-right {
    margin-right: -.95rem;
    font-family: "font_M";
}

.p3 .p3-right .en {
    margin-bottom: .2rem;
    width: 2.88rem;

}

.p3 .p3-right .cn {
    margin-bottom: .5rem;
    font-size: .36rem;
    font-weight: bold;
    color: #3c3d3d;
}
.more a{
    width: 1.1rem;
    height: .3rem;
    
    font-size: .18rem;
    font-weight: bold;
    color: #0a0000;
    background: #ff4900;
    text-align: center;
    line-height: .3rem;
}
.p4 {
    padding-top: 2.8rem;
    background: url(../img/index/p4-bg.jpg) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    font-family: "font_M";
}

.p4 .p4-cont {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.p4 .p4-left {
    position: relative;
    width: 9.55rem;
    flex: 0 0 9.55rem;
    color: #fff;
    
}
.p4 .p4-left::after{
    content: "";
    position: absolute;
    width: 6.45rem;
    height: 1px;
    background: #3c3d3d;
    left: 3.45rem;
    top: .8rem;
}
.p4 .p4-left .cn {
    font-size: .36rem;
    font-weight: bold;
    padding-bottom: .4rem;
    color: #3c3d3d;
}

.p4 .p4-left .en {
    margin-bottom: .2rem;
    width: 3.29rem;
}

.p4 .p4-right {
    position: absolute;
    top: 3rem;
    right: 0;
    color: #fff;
    display: flex;
    align-items: flex-end;
}

.p4 .p4-right .big {
    margin-right: .75rem;
    padding-bottom: .35rem;
    font-size: .6rem;
    font-weight: bold;
    white-space: nowrap;
}

.p4 .p4-right .small {
    font-size: .18rem;
    line-height: 1.7em;

}

.p4 .p4-right .small p {
    margin-top: .55rem;
    font-weight: lighter;
}

.p4 .p4-right .small span {
    font-size: .24rem;
}

.p5 {
    padding-top: 1.75rem;
    background: #e5e5e5;
    box-sizing: border-box;
}

.p5-cont {
    margin-bottom: .55rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-family: "font_M";
    font-weight: bold;
}

.p5 .more a {
    float: right;
}

.p5 .p5-left {
    margin-right: .9rem;
    width: 6.8rem;
    flex: 0 0 6.8rem;
}

.p5 .p5-left .left-tit {
    margin-bottom: .6rem;
}

.p5 .p5-left .left-tit img {
    width: 1.11rem;
    vertical-align: bottom;
}

.p5 .p5-left .left-tit span {

    font-size: .36rem;
    color: #707070;
}

.p5 .p5-left .left-cont {
    width: 100%;
    overflow: hidden;

}

.p5 .p5-left .left-cont .img-box {
    width: 6.8rem;
    height: 4.1rem;
    overflow: hidden;

}

.p5 .p5-left .left-cont img {
    width: 6.8rem;
    height: 4.63rem;
    display: block;
    transition: all .4s ease-in-out;
}

.p5 .p5-left .left-cont img:hover {
    transform: scale(1.1);
}

.p5 .p5-left .left-cont .desc {
    line-height: .9rem;
    display: flex;
    justify-content: space-between;
    padding: 0 .3rem;
    background: #fff;
}

.p5 .p5-left .left-cont .desc:hover .desc-tit,
.p5 .p5-left .left-cont .desc:hover .desc-time {
    color: #e4ae55;
}

.p5 .p5-left .left-cont .desc .desc-tit {
    font-size: .28rem;
    color: #707070;
}

.p5 .p5-left .left-cont .desc .desc-time {
    font-size: .18rem;
    color: #707070;
}

.p5 .p5-right .item {
    margin-bottom: .36rem;
    display: flex;
}
.p5 .p5-right .item:last-child{
    margin-bottom: 0;
}
.p5 .p5-right .item .img-box {
    margin-right: .4rem;
    width: 2.7rem;
    height: 1.8rem;
    flex: 0 0 2.7rem;
    overflow: hidden;
}

.p5 .p5-right .item .img-box:hover img {
    transform: scale(1.1);
}

.p5 .p5-right .item .img-box img {
    width: 3rem;
    height: 2rem;
    transition: all .4s ease-in-out;
}

.p5 .p5-right .item .txt-box .time {
    font-size: .16rem;
    color: #707070;
}

.p5 .p5-right .item .txt-box .tit {
    margin-top: .2rem;
    margin-bottom: .4rem;
    font-size: .22rem;
    color: #707070;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.p5 .p5-right .item .txt-box .all-btn {
    padding-bottom: .13rem;
    border-bottom: 1px dashed #ababab;
    font-size: .16rem;
    color: #bebfbf;
}

.p5 .p5-right .item .txt-box .tit:hover,
.p5 .p5-right .item .txt-box .all-btn:hover {
    color: #e4ae55;
}

.p6 {
    padding-top: 1.85rem;
    box-sizing: border-box;
}

.p6 .p6-tit {
    margin-bottom: .5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.p6 .p6-tit span {
    font-size: .36rem;
    font-weight: bold;
    font-family: "font_M";
    color: #707070;
}

.p6 .p6-tit img {
    width: 9.2rem;
    vertical-align: bottom;
}

.p6 .p6-cont ul {
    display: flex;
    justify-content: space-between;
}

.p6 .p6-cont ul li {
    position: relative;
    width: 3.3rem;
    height: 4.5rem;
    overflow: hidden;
}

.p6 .p6-cont ul li img {
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out;
}

.p6 .p6-cont ul li:hover img {
    transform: scale(1.1);
}

.p6 .p6-cont ul li span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: .7rem;
    text-align: center;
    font-size: .28rem;
    font-weight: bold;
    font-family: "font_M";
    color: #fff;
    background: rgba(60, 61, 61, .8);
}

.p6 .p6-cont ul li:hover span {
    background: rgba(255, 73, 0, .8);
    color: #fff;
}

.footer {
    height: 4.6rem;
}

.pagefull {
    height: 100vh;
    position: relative;
}

.main-pagination {
    right: .4rem !important;
}

.main-pagination .swiper-pagination-bullet {
    margin: .2rem 0 !important;
    width: .16rem;
    height: .16rem;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 1;
}

.main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}