.banner{
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.banner .swiper-container{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.banImg{
    height: 100%;
}
.banVideo{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.banVideo video{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
}
.banVideo::after{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.banText{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #FFFFFF;
    padding: .8rem;
    z-index: 1;
}
.banTit{
    font-size: 18px;
    line-height: 1.8;
    font-weight: normal;
}
.banDes{
    font-size: 14px;
    line-height: 1.8;
}
.banDes.text-right{
    font-size: 12px;
    text-align: right;
}
.banPage{
    position: absolute;
    padding-right: .8rem;
    bottom: .4rem !important;
    z-index: 1;
    text-align: right;
}
.banPage .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    margin: 0 3px;
    opacity: 1;
}
.banPage .swiper-pagination-bullet-active{
    background-color: #FFFFFF;
}
.nextScroll{
    position: absolute;
    left: 50%;
    bottom: .2rem;
    z-index: 3;
    background: url(../images/down.png) center bottom no-repeat;
    background-size: contain;
    width: .62rem;
    height: .36rem;
    width: .5rem;
    height: .29rem;
    width: .4rem;
    height: .23rem;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -18px;
    /* animation: mouseAni 1.2s linear infinite; */
}
@keyframes mouseAni{
    0%{ transform:translateY(-30px); opacity:0;}
    12%{opacity:1;}
    70%{ opacity:1}
    100%{ transform:translateY(0px); opacity:0}
}
.proList{
    list-style: none;
    margin-top: 1rem;
}
.proList li{
    margin-top: 1.2rem;
}
.proList li:first-child{
    margin-top: 1rem;
}
.proList a{
    display: block;
    color: #4f4f4f;
}
.proList img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all 5s;
}
.proImg{
    overflow: hidden;
}
.proList li a:hover{
    color: #a67075;
}
.proImg:hover img{
    transform: scale(1.1);
}
.proCn{
    font-size: 18px;
    line-height: 2;
}
.proEn{
    text-transform: uppercase;
    margin: 0 0 .3rem;
    margin: 0 0 .24rem;
}
.proDes{
    margin: 0 0 .3rem;
}
.proText{
    font-size: 12px;
    line-height: 1.8;
    margin: 0 0 .3rem;
}
.proBox{
    margin-top: 1rem;
}
.proBox img{
    display: block;
    margin: .3rem auto;
    max-width: 100% !important;
    height: auto !important;
}
.banIn{
    position: relative;
    height: 500px;
    overflow: hidden;
}
.banIn .banPage{
    width: auto;
    left: auto;
    right: 0;
    padding-right: .2rem;
    bottom: .2rem !important;
}
.banIn a{
    display: block;
}
.banIn .swiper-container,
.banIn .banImg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 500px;
}
.banCon{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #FFFFFF;
    margin: 0 0 3.125vw;
    z-index: 1;
}
.banCon .wrap{
    width: 100%;
    margin: 0;
}
.pageTit{
    font-size: .3rem;
    font-weight: normal;
    line-height: 1.6;
}
.newsList{
    list-style: none;
    margin: .75rem 0;
}
.newsList li{
    padding: .25rem 0;
    border-bottom: 1px solid #4a4a4a;
}
.newsList li a{
    display: block;
}
.newsTit{
    font-size: 18px;
    color: #232323;
    line-height: 1.2;
    font-weight: normal;
    margin: .1rem 0;
    transition: all .3s;
}
.newsDes{
    color: #343434;
    margin: .2rem 0;
    transition: all .3s;
}
.newsInfo{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newsTag{
    padding-left: 15px;
    background: url(../images/icon1.png) left 10px no-repeat;
    overflow: hidden;
}
.newsTag span{
    float: left;
    font-size: 12px;
    color: #010101;
    margin-right: .1rem;
}
.newsIco{
    display: block;
    width: 13px;
    height: 13px;
    background: url(../images/icon2.png) right center no-repeat;
    transition: all .3s;
}
.newsIco:hover{
    transform: translateX(2px);
}
.newsBot{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2rem 0 0;
}
.newsList li a:hover .newsTit,
.newsList li a:hover .newsDes{
    color: #a67075;
}
.goTop{
    font-size: 12px;
    color: #464646;
    line-height: 40px;
    cursor: pointer;
}
.goTop i{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(../images/goTop.png) center top no-repeat;
    margin-top: -4px;
    margin-left: 5px;
}
.goTop:hover{
    color: #a67075;
}
.newsBox{
    margin: 1rem 0 0;
    color: #464646;
}
.newsBox .newsTit{
    margin: .3rem 0;
}
.newsBox .newsTag{
    margin: .3rem 0;
}
.newsBox img{
    display: block;
    margin: .3rem auto;
    max-width: 100% !important;
    height: auto !important;
}
.aboutItem{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.2rem;
    line-height: 1.6;
}
.aboutItem:first-child{
    margin-top: 1rem;
}
.aboutItem h3{
    font-size: 18px;
    font-weight: normal;
    margin-bottom: .2rem;
    color: #000000;
}
.aboutLef{
    width: 66%;
}
.aboutRig{
    width: 34%;
    text-align: center;
}
.aboutRig img{
    display: block;
    max-width: 95%;
    height: auto;
    margin: 0 auto 5px;
}
.contact{
    padding: 1rem 0 0;
    min-height: calc(100vh - 4rem - 120px);
}
.contact h3{
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    margin-bottom: .1rem;
}
.conText{
    position: relative;
    z-index: 1;
}
.map{
    text-align: right;
}
.map img{
    margin-top: -.5rem;
    max-width: 100% !important;
    height: auto !important;
}