body{
    height: auto !important;
    overflow-y: auto !important;
}
.banner{
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
    min-height: 40vw;
    background-color: #000000;
}
.banTop{
    height: 100%;
}
.banTop .swiper-slide{
    overflow:hidden;
    background-color: #FFFFFF;
    overflow: hidden;
}
.banImg{
    height:100%;
    overflow: hidden;
    transition: all .5s;
}
.banTop .banText{
    top: 0 !important;
    padding-bottom: 5%;
}
.banTag{
    display: inline-block;
    vertical-align: middle;
    padding: 0 .2rem;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 16px;
    color: #FFFFFF;
    line-height: 34px;
    min-width: 98px;
    text-align: center;
    margin-bottom: .2rem;
}
.banTit {
    margin: .3rem 0;
    font-weight: normal;
}
.banTit img{
    width: auto;
    max-height: 6vw;
}
.banTit p span{
    margin: 0 1vw;
    position: relative;
    top: -5px;
}
.banTd{
    font-size: 48px;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 1vw;
}
.banDes {
    font-size: 16px;
    line-height: 200%;
    max-width: 320px;
    margin: .2rem 0;
    color: #d7dfee;
    font-family: PingFangSC-Light;
}
.banMore{
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #dee3ed;
    font-family: PingFangSC-Semibold;
}
.banMore span{
    transition: all .5s;
}
.banMore:hover span{
    margin-right: 5px;
}
.banPage{
    position: absolute;
    bottom: 20px !important;
    width: 100%;
    text-align: center;
    z-index: 2;
    display: none;
}
.banPage .swiper-pagination-bullet{
    vertical-align: middle;
    width: .4rem;
    height: .04rem;
    background-color: #FFFFFF;
    opacity: 0.6;
    margin: 0 5px;
    border-radius: 0;
    transition: all .3s;
}
.banPage .swiper-pagination-bullet-active{
    opacity: 1;
}
.banner .swiper-slide-active .banImg{
    transform: scale(1.1);
    transition: all 7s ease-out;
}
.banBot{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    width: 90%;
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 55px;
    z-index: 1;
    color: #FFFFFF;
}
.banPrev,
.banNext{
    display: block;
    width: 24px;
    height: 31px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
.banPrev{
    left: 0;
    background-image: url(../image/banPrev.svg);
}
.banNext{
    right: 0;
    background-image: url(../image/banNext.svg);
}
.banBot .swiper-slide{
    width: 33.33%;
    cursor: pointer;
}
.banCard{
    padding: 20px 40px;
    max-width: 375px;
    transition: all .5s;
    margin: 0 auto;
}
.banName{
    font-size: 30px;
    line-height: 1;
    font-weight: normal;
}
.banLine{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    opacity: .8;
    margin: .2rem 0;
}
.banNum{
    float: right;
    font-size: 40px;
    opacity: .2;
    line-height: 1;
    font-family: PingFangSC-Semibold;
    font-weight: bold;
    margin-left: 10px;
}
.banCon{
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #d7dfee;
    -webkit-line-clamp: 2;
}
.banBot .active .banCard{
    background-color: rgba(255, 255, 255, 0.1);
}

.hmTop{
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
    margin: 2vw 0;
}
.hmTit{
    font-size: 50px;
    font-size: 2.6vw;
    color: #0A1821;
    line-height: 1.2;
    font-weight: normal;
    margin: .1rem 0;
}
.hmDes{
    color: #666666;
    margin: .1rem 0;
}
.hmMore{
    color: #194B6D;
    margin: .1rem 0;
}
.hmMore a{
    color: #194B6D;
}
.hmMore a:hover{
    text-decoration: underline;
}
.hm1Bg{
    padding: .2rem 0;
    background-color: #FFFFFF;
}
.hm1List{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0 1.3vw;
}
.hm1List li{
    width: 50%;
    padding: 0 1.3vw;
    margin-bottom: 1vw;
}
.hm1List li a{
    display: block;
}
.hm1Img{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 66.55%;
}
.hm1Img .imgBg{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 2s;
}
.hm1Text{
    padding: 1.56vw 0;
}
.hm1Ico{
    float: left;
    width: 16%;
    text-align: center;
}
.hm1Name{
    position: absolute;
    left: 10%;
    top: 40%;
    font-size: 3.96vw;
    color: #FFFFFF;
    opacity: 0.6;
}
.hm1Ico img{
    display: block;
    max-width: 50%;
    margin: 0 auto;
}
.hm1Info{
    overflow: hidden;
}
.hm1Tit{
    font-size: 32px;
    color: #0B0306;
    line-height: 1.2;
    font-weight: normal;
}
.hm1Des{
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    margin: 5px 0;
    -webkit-line-clamp: 1;
}
.hm1More{
    font-size: 16px;
    color: #194B6D;
    line-height: 2;
}
.hm1More:hover{
    text-decoration: underline;
}
.hm1List li a:hover .imgBg{
    transform: scale(1.05);
}
.hm1List li a:hover .hm1More{
    text-decoration: underline;
}
.hm2Bg{
    padding: 2vw 0 4.68vw;
    background: url(../image/hmBg2.png) center center no-repeat;
    background-size: cover;
}
.hm2Box{
    display: flex;
    align-items: flex-end;
    padding: 0 2.6vw;
}
.hm2Lef{
    width: 63.5%;
    flex-shrink: 0;
    overflow: hidden;
}
.hm2Lef .swiper-slide{
    overflow: hidden;
}
.hm2Img{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 66.7%;
}
.hm2Img a{
    overflow: hidden;
}
.hm2Img .imgBg{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 2s;
}
.hm2Img a:hover .imgBg{
    transform: scale(1.05);
}
.hm2Rig{
    position: relative;
    width: 41.2%;
    background-color: #FFFFFF;
    z-index: 1;
    flex-shrink: 0;
    margin-left: -4.7%;
    margin-bottom: 2.86vw;
    padding: 3.125vw;
}
.hm2Tit{
    font-size: 40px;
    color: #0B0306;
    line-height: 62px;
    margin-bottom: .2rem;
    font-weight: normal;
}
.hm2Tit a{
    color: #0B0306;
}
.hm2Tit a:hover{
    color: #194B6D;
}
.hm2Des{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    height: 48px;
    margin: .2rem 0;
    font-family: PingFangSC-Semibold;
    font-weight: bold;
    -webkit-line-clamp: 2;
}
.hm2Des:nth-child(3){
    height: auto;
    margin-bottom: 0;
}
.hm2Parm{
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    height: 56px;
    -webkit-line-clamp: 2;
    margin: 5px 0 .2rem;
}
.hm2Btn{
    position: absolute;
    right: 3.125vw;
    top: 3vw;
    display: flex;
    z-index: 1;
}
.hm2Btn span{
    width: 60px;
    height: 56px;
    line-height: 56px;
    background-color: #cccccc;
    text-align: center;
    margin-left: 3px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px auto;
    cursor: pointer;
    transition: all .3s;
}
.hm2Btn span:hover{
    background-color: #0c3551;
}
.hm2Prev{
    background-image: url(../image/banPrev.svg);
}
.hm2Next{
    background-image: url(../image/banNext.svg);
}
.one .hm2Btn{
    display: none;
}
.hm3Bg{
    padding: 2.6vw 0;
}
.hm3Box{
    position: relative;
    overflow: hidden;
}
.hm3Box .swiper-slide{
    width: 82.7%;
    margin: 0 auto;
}
.hm3Link{
    display: block;
    overflow: hidden;
}
.hm3Img{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 48%;
}
.video-poster{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.hm3Video{
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    width: 100%;
    transform: translate(-50%,-50%);
}
.hm3Mask{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.hm3Play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.hm3Play::after{
    display: block;
    content: "\f04b";
    font-size: .3rem;
    color: #FFFFFF;
    line-height: .6rem;
    font-family: FontAwesome;
    text-align: center;
    padding-left: .06rem;
}
.hmBtn.hm2Btn{
    position: static;
}
.hmBtn.hm2Btn span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: 19px auto;
    width: 5.2vw;
    height: 5.2vw;
    margin: 0;
    z-index: 1;
}
.hmBtn .hm2Prev{
    left: 2.5%;
}
.hmBtn .hm2Next{
    right: 2.5%;
}
.hm4Bg{
    padding: 1vw 0 6.6vw;
}
.hm4Box{
    position: relative;
    overflow: hidden;
}
.hm4Box .swiper-container{
    width: 77.4%;
    margin: 0 auto;
}
.hm4Link{
    display: block;
    max-width: 470px;
    margin: 0 auto;
    text-align: center;
}
.hm4Img{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 125.59%;
}
.hm4Img .imgBg{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 2s;
}
.hm4Text{
    position: absolute;
    left: 0;
    top: 10%;
    width: 100%;
    height: 80%;
    color: #FFFFFF;
    padding: .3rem;
}
.hm4Tit{
    font-size: 50px;
    color: #FFFFFF;
    line-height: 1.4;
    margin: .1rem 0;
    font-weight: normal;
    font-family: PingFangSC-Semibold;
}
.hm4Con{
    font-size: 30px;
    color: #FFFFFF;
    line-height: 44px;
}
.hm4Link:hover .imgBg{
    transform: scale(1.05);
    transform-origin: center bottom;
}
.hm4Box .hmBtn span{
    background-color: rgba(204, 204, 204, 0.3);
}
.hm4Box .hmBtn span:hover{
    background-color: rgba(12, 53, 81, 0.3);
}
/* product */
.title{
    text-align: center;
    font-size: 36px;
    font-size: 1.875vw;
    color: #313233;
    font-family: PingFangSC-Medium;
    font-weight: normal;
    margin: 3.125vw 0;
}
.proList{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -1.56vw;
}
.proList li{
    width: 50%;
    padding: 0 1.56vw;
    margin-bottom: 3.65vw;
    animation-delay: 0.8s;
}
.proCard{
    display: flex;
    flex-direction: row-reverse;
    padding: 1.56vw 2.08vw;
    height: 100%;
    background: #FFFFFF;
    transition: all .3s;
}
.proImg{
    width: 48%;
    text-align: right;
    flex-shrink: 0;
}
.proImg a{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
}
.proImg img{
    max-width: 100%;
    height: auto;
    max-height: 20vw;
    transition: all .5s;
}
.proText{
    width: 52%;
    color: #000000;
    overflow: hidden;
    flex-shrink: 0;
    padding-right: 2%;
}
.proTit{
    font-size: 36px;
    font-size: 1.875vw;
    font-size: 1.6vw;
    line-height: 1.8;
    font-weight: bold;
    margin: .15rem 0;
}
.proTit a{
    color: #000000;
    transition: all .3s;
}
.proTd{
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    margin: .1rem 0 .2rem;
    font-family: PingFangSC-Medium;
    -webkit-line-clamp: 2;
}
.proParm{
    font-size: 16px;
    color: #757575;
    line-height: 30px;
    height: 150px;
    margin: .2rem 0;
    font-family: PingFangSC-Light;
    font-weight: 300;
    -webkit-line-clamp: 5;
}
.proBtn{
    margin: .1rem 0;
    overflow: hidden;
}
.proBtn a{
    float: left;
    margin-right: .2rem;
    line-height: 22px;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
    border: 2px solid transparent;
    min-width: 127px;
    text-align: center;
    margin-top: 5px;
}
.proBtn  a:last-child{
    margin-right: 0;
}
.toBuy{
    background: #0C3551;
    color: #FFFFFF;
    border-color: #0C3551;
}
.toDetail{
    color: #3A3C3D;
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-width: 0 !important;
    transition: all .5s;
}
.toDetail:hover{
    /* border-color: #0C3551; */
    color: #0C3551;
}
.proCard:hover{
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.13);
    transform: translateY(-2px);
}
.proCard:hover .proImg img{
    transform: translateX(-5px);
}
.proTit a:hover{
    color: #0C3551;
}
.hotPro{
    background-color: #FFFFFF;
    padding: 6.7vw .3rem;
    margin: 0 0 3.125vw;
}
.hotImg{
    float: left;
    width: 40%;
    text-align: center;
}
.hotImg a{
    display: block;
}
.hotImg img{
    display: block;
    max-width: 75%;
    margin: 0 auto;
    transform: scale(0);
}
.hotRig{
    float: left;
    width: 60%;
    padding-left: 5%;
}
.hotTit{
    font-size: 73px;
    font-size: 3.8vw;
    color: #030000;
    line-height: 1.2;
    margin: .2rem 0;
    font-weight: bold;
    letter-spacing: 1vw;
}
.hotTit2{
    letter-spacing: 0.6vw;
}
.hotTit2 + .hotTd{
    letter-spacing: 3vw;
}
.hotTit a{
    color: #030000;
}
.hotTd{
    font-size: 46px;
    font-size: 2.4vw;
    color: #030000;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 2.4vw;
}
.hotDes{
    font-size: 1.25vw;
    color: #333333;
    line-height: 2;
    margin: 2vw 0;
    min-height: 6vw;
}
.hotRig .toDetail{
    /* border-color: #0C3551; */
    color: #3A3C3D;
    margin-left: 1.56vw;
}
.proBg1{
    overflow: hidden;
}
.proBox1{
    display: flex;
    min-height: calc(100vh - 180px);
}
.pro1Lef{
    width: 60%;
    font-size: 72px;
    font-size: 3.75vw;
    color: #010101;
    line-height: 1.4;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: .3rem .3rem .3rem 0;
}
.pro1Rig{
    width: 40%;
    flex-shrink: 0;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.pro1Rig img{
    max-width: 100%;
    max-height: calc(100vh - 5.7vw - 180px);
}
.proBg2{
    overflow: hidden;
}
.pro2Box{
    position: relative;
}
.pro2Img{
    position: relative;
    height: 0;
    padding-bottom: 45.31%;
    overflow: hidden;
}
.pro2Img .imgBg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.pro2Page{
    width: 100%;
    position: absolute;
	top:auto;
	bottom:2.08vw;
    right: 0;
    z-index: 1;
    text-align: right;
}
.pro2Page  .swiper-pagination-bullet {
	display: inline-block;
	width: .54rem;
	height: .05rem;
	margin: 0 5px;
	cursor: pointer;
	background: #FFFFFF;
	border-radius:0;
	opacity: 0.4;
}
.pro2Page .swiper-pagination-bullet-active{
    opacity: 1;
}
.proTop{
    padding: 3.6vw 0;
    background-color: #FFFFFF;
}
.proTitEn{
    font-size: 60px;
    font-size: 3.125vw;
    color: #0B0306;
    line-height: 1.2;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
}
.proTitCn{
    font-size: 60px;
    font-size: 3.125vw;
    color: #0B0306;
    line-height: 48px;
    line-height: 1.2;
}
.proBg:nth-child(2n) .proTop{
    text-align: right;
}
.pro3Box{
    background-color: #FAFAFA;
}
.pro3Item{
    display: flex;
    padding: 5.2vw 0 0;
    overflow: hidden;
}
.pro3Img{
    width: 60%;
    flex-shrink: 0;
}
.pro3Img .imgBg{
    height: 100%;
    min-height: 30.7vw;
}
.pro3Text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: .3rem 0;
    padding-left: 2%;
}
.pro3Tit{
    font-size: 60px;
    font-size: 3.125vw;
    color: #0B0306;
    line-height: 1.4;
    font-weight: normal;
    min-height: 6vw;
}
.pro3Des{
    font-size: 16px;
    color: #0B0306;
    line-height: 2;
}
.pro3Item:nth-child(2n){
    flex-direction: row-reverse;
}
.pro3Item:nth-child(2n) .pro3Text{
    padding-right: 2%;
}
.videoImg{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 49.48%;
    cursor: pointer;
}
.videoImg .imgBg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.pro5Box{
    position: relative;
}
.pro5List{
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
}
.pro5List .swiper-container{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.pro5Img{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 50%;
}
.pro5Img .imgBg{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.pro5Text{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pro5Tit{
    font-size: 48px;
    font-size: 2.5vw;
    color: #FFFFFF;
    line-height: 1.6;
    font-family: PingFangSC-Semibold;
    font-weight: normal;
    margin: 1vw 0;
}
.pro5Des{
    font-size: 24px;
    font-size: 1.25vw;
    color: #FFFFFF;
    line-height: 1.8;
    max-width: 35vw;
}
.pro5Page{
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 1vw;
    list-style: none;
}
.pro5Page .swiper-pagination-bullet{
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #0b0306;
    opacity: 1;
    margin: 3.6vw 0;
}
.pro5Num{
    position: relative;
    display: block;
    color: #0c3551;
    font-size: 2vw;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 4vw;
    text-align: center;
    transition: all .3s;
}
.pro5Page i{
    display: block;
    width: 10px;
    height: 10px;
    background-color: #0b0306;
    border-radius: 50%;
    margin: 1vw auto;
}
.pro5Page i:nth-child(2){
    margin-top: 2.1vw;
}
.pro5Page .swiper-pagination-bullet:last-child i{
    display: none;
}
.pro5Page .swiper-pagination-bullet-active::before{
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border:1px solid #0b0306;
    margin-top: -6px;
    margin-left: -6px;
    position: absolute;
}
.pro5Page .swiper-pagination-bullet-active .pro5Num{
    font-size: 2.8vw;
}
.other{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
}
.other li{
    width: 25%;
    padding: 0 13px;
}
.other li a{
    display: block;
    height: 100%;
    text-align: center;
}
.otherImg{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 148.68%;
    background-color: #F5F5F5;
    margin-bottom: .1rem;
}
.otherImg img{
    display: block;
    max-width: 55%;
    max-height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.otherTit{
    font-size: 24px;
    color: #0b0306;
    line-height: 2;
    font-weight: normal;
    font-family: PingFangSC-Semibold;
    margin: .1rem 0;
}


.banParm .imgBg{
    height: 300px;
}
.proBrand{
    padding: 2.6vw 0 10px;
    line-height: 40px;
    border-bottom: 2px solid #F5F5F5;
}
.proBrand h2{
    float: left;
    font-size: 36px;
    color: #262626;
    line-height: 40px;
    font-family: PingFangSC-Semibold;
}
.proH1{
    font-size: 24px;
    color: #262626;
    line-height: 1.6;
    margin: 2vw 0 1vw;
    font-weight: normal;
}
.proTable{
    font-size: 16px;
    color: #262626;
    line-height: 2;
    text-align: left;
    margin: 1vw 0 6vw;
}
.proTable table{
    width: 100% !important;
}
.proTable table th,
.proTable table td{
    padding: .1rem .2rem;
    vertical-align: top;
}
.proTable table th{
    width: 23%;
}
.proTable table tr:nth-child(2n+1){
    background-color: #f8f9fb;
}
.proDetail{
    margin: 6vw 0;
    font-size: 15px;
    color: #151515;
    line-height: 1.8;
}