@charset "utf-8";
.wrapbanner {
    overflow: hidden;
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    position: relative;
    margin: 0 3%;
    position: relative;
    width: 94%;
}

.wrapbanner .mouse {
    width: 17px;
    height: 26px;
    background: url(../images/mouse.png) center no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    z-index: 6;
    animation: bb 2s linear 0s infinite;
    cursor: pointer;
}
.mode2Ul li:hover a{
    border:3px solid #a62c2f;
   
   }
   .mode2Ul li:hover .mode2msg,.mode2Ul li:hover .date{
     color: #fff;
   }
   .mode2Ul li:hover a::before {
     background: url(../images/61.png) no-repeat;
     background-size: 100% 100%;
    
   }
@keyframes bb {
    0% {
        transform: translate(-50%, 0);
        opacity: 0;
    }

    20% {
        transform: translate(-50%, 3px);
        opacity: 1;
    }

    80% {
        transform: translate(-50%, 10px);
        opacity: 1;
    }

    90% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}
.firstScreen.currents{
    height: 0;
    overflow: hidden;
}
.banner {
    position: relative;
    z-index: 5;
    margin: 0 auto;
}

.banner a {
    display: block;
    position: relative;
}
main.auto {
    overflow-y: auto;
    z-index: 100;
    top: 121px;
}
.banner .slick-img {
    display: block;
    overflow: hidden;
    position: relative;
    background-size: cover !important;
    /* padding-bottom: calc(750% / 18.2); */
    padding-bottom: 0;
    height: calc(100vh - 121px);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 90px), calc(100% - 80px) 100%, 80px 100%, 0 calc(100% - 90px))
}

.banner a video {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
    animation: effect0 .5s linear 0s;
}

.banner .slick-arrow {
    border: 0;
    width: 70px;
    height: 70px;
    font-size: 0;
    outline: none;
}

.banner .slick-arrow:after {
    display: none;
}

/* .banner .slick-next {
    right: 50px;
    background: url(../images/banner_right.png) center center no-repeat;
    background-size: cover;
}

.banner .slick-prev {
    left: 50px;
    background: url(../images/banner_left.png) center center no-repeat;
    background-size: cover;
} */

.banner .slick-dots {
    width: auto;
    right: 30px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.banner .slick-dots li {
    width: 36px;
    height: 36px;
    margin: 50px 0;
    background: url(../images/banner_dot1.png);
    display: block;
}

.banner .slick-dots li button {
    display: none;
}

.banner .slick-dots li.slick-active {
    background: url(../images/banner_dot2.png);
}

main {
    display: block;
    height: 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.mode1 {
    overflow: hidden;
    padding: 33px 0 50px;
}

.mode1 .gp-container {

    overflow: hidden;
    width: calc(1425px + 2.1%);
}

.tit {
    padding-right: 3.6%;
    position: relative;
    /* height: 100%; */
}

.title {
    display: block;
    width: 124px;
    overflow: hidden;
    height: 100%;
}

.more {
    position: absolute;
    line-height: 22px;
    color: #94070a;
    left: calc(50% - 6px);
    bottom: 0;
    display: block;
    padding: 15px 0;
    /* writing-mode: vertical-rl; */
    width: 13px;
    /* writing-mode: tb-rl; */
    /* writing-mode: tb-rl; */
}

.more::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 2px solid #dcdcdc;
    position: absolute;
    left: calc(50% - 3.5px);
    top: 0;
}

.more::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 2px solid #dcdcdc;
    position: absolute;
    left: calc(50% - 3.5px);
    bottom: 0;
}

.newTit {
    display: inline-block;
    position: absolute;
    left: 17.1%;
    top: 141px;
    /* bottom: 0; */
    font-family: "SourceHanSerifCN";
    color: #999;
    letter-spacing: 1px;
    writing-mode: vertical-rl;
    writing-mode:
        tb-rl;
}

.mode1con {
    padding-top: 54px;
    overflow: hidden;
    box-sizing: border-box;
}

.model {

    width: 700px;
    display: block;
    position: relative;
}

.mode1l::before {
    content: '';
    display: block;
    width: 340px;
    height: 46px;
    background: url(../images/1.png) no-repeat;
    position: absolute;
    right: 79px;
    bottom: 0;
}

.mode1lPic {
    overflow: hidden;
    border-top: 11px solid #94070a;
    border-left: 1px solid #94070a;
    padding-bottom: 54.71%;
}

.mode1Tex {
    overflow: hidden;
    padding-top: 12px;
}

.mode1Infor {

    line-height: 36px;
    color: #333;
}

.date {
    color: #94070a;
    line-height: 36px;
    margin-left: 20px;
}

.mode1l {
    padding-bottom: 20px;
    position: relative;
    width: 700px;
}

.mode1Ul li {
    overflow: hidden;
    margin-bottom: 50px;
    transition: all .3s ease-in-out;
}

.mode1Ul a {
    display: block;
    overflow: hidden;
    
}
.mode1Ul li:hover{
    transform: translateX(8px);
}
.mode1rPic {
    width: 200px;
    overflow: hidden;
}

.mode1Img {
    padding-bottom: 56.5%;
}

.mode1rInfor {
    margin-left: 230px;
}

.mode1rInfor p {
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #333;
    margin-bottom: 12px;
}

.mode1rInfor .date {
    margin: 0;
}

.mode1Ul {
    margin-left: 750px
}

/* mode2 */
.mode2 {
    overflow: hidden;

}

.mode2 .gp-container {
    padding-left: 2.8%;
    width: calc(1425px + 2.1%);
}

.mode2 .tit {
    padding: 0;
    /* padding-left: 3.6%; */
}

.mode2Ul {
    margin: 0 -25px;
    margin-right: calc(124px + 2.7%);
    padding-top: 50px;
}

.mode2Ul a {
    display: block;
    margin: 0 25px;
    border: 3px solid #efebea;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

.mode2Ul a::before {
    content: '';
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: url(../images/mode2b.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 2px;
    top: 2px;
}
.mode2msg{
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #333;
    position: relative;
    /* font-family: "SourceHanSerifCN"; */
    z-index: 10;
}
.mode2 .date{
    text-align: center;
    position: relative;
    z-index: 10;
}
.mode2 li{
    margin-bottom: 50px;
    transition: all .3s ease-in-out;
}
.mode2 li:hover{
    transform: scale(1.01);
}
.mode2 .more {
    /* right: 24.1%; */
    left: calc(68% - 6px);
    bottom: 0;
}
/* mode3 */
.mode3{
    padding: 30px 0 100px;
}
.mode3 .gp-container{
    width: 1371px;
}
.mode3con{
    padding: 85px 130px 85px 80px;
    box-sizing: border-box;
    background: url(../images/mode3bg.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    overflow: hidden;
    

}
.mode3r{
  
    padding-top: 25px;
    box-sizing: border-box;
    color: #333;
}
.mode3r a{
    display:block;
      line-height: 38px;
    height:494px;
    overflow: hidden;
}
.mode3 .more{
    bottom: 24px;
}

.firstScreen {
    overflow: hidden;
}

main {
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: top ease-in-out .3s;
    -ms-transition: top ease-in-out .3s;
    -moz-transition: top ease-in-out .3s;
    -webkit-transition: top ease-in-out .3s;
    -o-transition: top ease-in-out .3s;
    top: 100%;
}

main.on {
    top: 0;
    height: 100vh;
}
@media screen and (max-width:1800px) {}

@media screen and (max-width:1461px) {
    .mode1l {
        width: 500px;
    }

    .mode1Ul {
        margin-left: 550px;
    }

    .mode1Ul li {
        overflow: hidden;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:1301px) {}

@media screen and (max-width:1201px) {
    .tit {
        padding-right: 1.6%;
        position: relative;
    }

    .mode1l {
        width: 100%;
        float: none;
        /* padding-bottom: 35px; */
        overflow: hidden;
        /* margin-bottom: 33px; */
    }

    .mode1Ul {
        margin-left: 0;
        margin-top: 20px;
    }

    .tit {
        /* height: 400px !important; */
    }
    .mode1Ul li,.mode2Ul li{margin-bottom: 30px;}
    .mode2Ul {
        margin:0 -15px
    ;
        margin-right: calc(124px + 2.7%);
    }
    .mode2Ul a{
        margin:0 15px;
    }
    .mode3 {
        padding: 0px 0 100px;
    }
    .mode2 .more {
       bottom: 0;
    }
    .mode3 {
        padding: 30px 0 80px;
    }
}

@media screen and (max-width:1100px) {
    .mode1 {
        overflow: hidden;
        padding: 33px 0 0px;
    }
    .mode3 {
        padding: 0px 0 100px;
    }
    .banner .slick-img {
        display: block;
        overflow: hidden;
        position: relative;
        background-size: cover !important;
        padding-bottom: calc(750% / 18.2);
        /* padding-bottom: 0; */
        height: 0;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 90px), calc(100% - 80px) 100%, 80px 100%, 0 calc(100% - 90px));
    }
}

@media screen and (max-width:997px) {
    .banner .slick-img{
        padding-bottom:42.1%
    ;
        height: 0;
    }
    .mode2 .more {
        bottom: 0;
    }
}

@media screen and (max-width:768px) {
    .banner .slick-dots li {
        margin: 15px 0;
    }
    .mode2Ul a{
        margin: 0 10px;
        padding: 10px;
    }
    .mode2Ul {
        margin: 0 -10px;
        margin-right: calc(124px + 2.7%);
    }
    .mode3con {
        padding: 63px 56px 100px;
    }
    .mode2 li {
        margin-bottom: 20px;
    }
    .mode3 {
        padding: 10px 0 50px;
    }
     .banner .slick-img {
        
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 40px 100%, 0 calc(100% - 40px));
    }
    .banner .slick-dots li {
        width: 20px;
        height: 20px;
        background: url(../images/banner_dot1.png);
        background-size: 100% 100%;
       
    }
    .banner .slick-dots li.slick-active {
        width: 20px;
        height: 20px;
        background: url(../images/banner_dot2.png);
        background-size: 100% 100%;
    }
}

@media screen and (max-width:600px) {
    .mode1rPic {
        width: 150px;
        overflow: hidden;
    }
  .mode1  .more{
        bottom: 28px;
    }
    .mode3 .more {
        bottom: 0;
    }
    .newTit {
        top: 50px;
    }
    .mode3r a {
        line-height: 20px;
        height: 300px;
        overflow: hidden;
        color: #333;
    }
    .mode1rInfor {
        margin-left: 180px;
    }
    .mode3con {
        padding: 40px 30px 100px;
    }
    .title {
        display: block;
        width: 60px;
        overflow: hidden;
    }

    .mode1con,.mode2Ul {
        padding-top: 30px;
        overflow: hidden;
    }

    .mode1 {
        overflow: hidden;
        padding: 20px 0;
    }

    .mode1rInfor p {
        margin-bottom: 0;
    }
    .mode2Ul {
        margin: 0 -10px;
        margin-right: 61px;
    }
   
}

@media screen and (max-width:479px) {
    .mode1rPic {
        width: 100%;
        float: none;
        margin-bottom: 12px;
        overflow: hidden;
    }

    .mode1rInfor {
        margin-left: 0px;
    }
    .mode2msg{
        height: auto !important;
    }
}

@media screen and (max-width:400px) {}