.fp-overflow,.swiper {
    width: 100%;
    height: 100%;
  }
  a:focus, a:hover {
    text-decoration: none;
  }
  .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  /* .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */
.fp-watermark{
    display:none;
}
.header{
   position: fixed;
   background-color: rgba(62,62,62,0.1);
   width: 100%;
    
}
/* Centered texts in each section
* --------------------------------------- */
.section{
    text-align:center;
    overflow: hidden;
}

#myVideo{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black; /* in case the video doesn't fit the whole page*/
    background-image: /* our video */;
    background-position: center center;
    background-size: contain;
    object-fit: cover; /*cover video background */
    z-index:3;
}



/* Layer with position absolute in order to have it over the video
* --------------------------------------- */
#section0 .layer{
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    top: 75%;

    /*
    * Preventing flicker on some browsers
    * See http://stackoverflow.com/a/36671466/1081396  or issue #183
    */
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*solves problem with overflowing video in Mac with Chrome */
#section0{
    overflow: hidden;
}
/* Hiding video controls
* See: https://css-tricks.com/custom-controls-in-html5-video-full-screen/
* --------------------------------------- */
/*video::-webkit-media-controls {*/
/*  display:none !important;*/
/*}*/
.titleoneen {
  letter-spacing: 2px;
}
.layui-carousel{
    background-color: rgba(255,255,255,0);
}
.layui-carousel > [carousel-item] > *{
    background-color: rgba(255,255,255,0);
}
.carouselimgbg{
    
    height:3.458rem;
    margin-top: 0.133rem;
    background-color:#E2E4E7;
    padding:0.532rem 0;
}
.carouselimgbg img{
    /*margin-top: 0.266rem;*/
    height:2.128rem;
}

.carouselimgmeng{
    height:3.458rem;
    background-color: rgba(0, 0, 0, 0.3);
    line-height: 3.458rem;
    color: #fff;
    font-size: 0.186rem;
    font-weight:700;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-top: -3.458rem;
    display: none;
    padding:0 0.4rem;
    

}
.hover1:hover .carouselimgmeng{
    display:block;
}
.hover2:hover .carouselimgmeng{
    display:block;
}
.hover3:hover .carouselimgmeng{
    display:block;
}
.carouseltitle{
    font-size: 0.479rem;
    color: #3E3E3E;
    text-align: left;
    line-height: 0.638rem;
    font-weight: 800;

}
.carouseltext{
    font-size: 0.266rem;
    color: #0061AE;
    text-align: left;
    line-height: 26px;
    font-weight: 600;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;

}
.liaojie{
    margin-right:0.266rem;
    font-weight: 600;
    margin-top: 0.559rem;

}
.rightIconborder{
    background-color: #0061AE;
}
.subbox1{
    margin-top: -0.333rem;
}
.layui-carousel[lay-arrow="always"] .layui-carousel-arrow[lay-type="add"]{
    right:-0.266rem;
}
.layui-carousel[lay-arrow="always"] .layui-carousel-arrow{
    left:-0.665rem;
}
.news-content-title-box{
    width:100%;
    height:6.251rem;
    background-color: rgba(0,97,174,0.4);
}
.news-content-title-bgimg{
    width:100%;
    height:6.251rem;
    margin:0 auto;
    background-size: 100%;
    background-repeat:no-repeat;
}
.news-mode-title-text{
    font-weight:700;
    margin-top:0.4rem;
    padding-top:0.4rem;
    font-size: 0.32rem;
    color:#fff;
    width:60%;
    text-align: left;
    height:2.394rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-mode-title-text-right{
    font-weight:400;
    font-size: 0.173rem;
    color:#fff;
    text-align: left;
    width:60%;
    margin: 0 auto;
    margin-top:0.4rem;
    padding-top:0.4rem;
    height:2.394rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.marginAuto{
    margin:0 auto;
}
.mode-padd-lf-50{
    padding-left:0.665rem;
}
.news-mode-title-time{
    font-size:0.213rem;
    color:#fff;
}
.news-content-title-bgimg .rightIconborder{
  width:0.665rem;
  height:0.665rem;
  background-color: #FFFFFF;
  font-size: 0.213rem;
  color: #666;
  line-height: 0.665rem;
  margin-right: 0.532rem;

}
.subTd{
  font-size: 0.186rem;
    color: #FFF;
    font-weight: 500;
    height: 0.266rem;
    margin-top: 0.4rem;
    margin-right: 0.266rem;
}
.padding-left-20{
    padding-left: 0.266rem;
}
.paddingLRNo{
    padding-left:0;
    padding-right:0;
}
.newlist-meng{
    height:2.394rem;
    color: #3E3E3E;
    font-size: 0.234rem;
    font-weight:700;
    overflow:hidden;
    margin-top: -2.394rem;
    text-align:left;
    padding:0.266rem 0.266rem;


}
.newlist{
    height:2.394rem;
    background-color:#E2E4E7;
}
.newlist-right{
    height:2.394rem;
    margin-top: -2.394rem;
    
}
.newlist-title{
    height:0.798rem;
}
.newlist-date{
    font-size: 0.186rem;
    font-weight:500;
    margin-top:0.931rem;
}

.newlist-img{
    width:30%;
    height:2.394rem;
    object-fit: cover;
    float:left;
    cursor: pointer;
    transition: all 0.6s;
}
.newlistbox{
    cursor:pointer;/*鼠标变小手*/
}
.newlistbox:hover .newlist-img{
    width:100%;
    cursor: pointer;
    transition: all 0.6s;
}
.newlistbox:hover .newlist-meng{
    color:#fff;
}
.lianxi{
    height: 45vh;
    background-image: url(../image/footerlianxi.png);
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
.lianxi1{
    float: right;
    text-align: left;
    color:#fff;
    height: 45vh;
    width:100%;
    background-color: rgba(0,97,174,0.4);
}
.lianxi1-1{
    font-size: 0.32rem;
    letter-spacing:6px;
    font-weight:700;
    margin-top:20vh;
    margin-left: 65%;
}
.lianxi11-2{
    margin-top:0.266rem;
}
.lianxi11-2 a{
    font-size: 0.213rem;
    font-weight:700;
    color:#fff;
    
    margin-left: 65%;
}

.nav > li > a:focus, .nav > li > a:hover{
    background-color: rgba(255,255,255,0);
}
.choice{
    width: 11%;
}
.nav>li>a:hover {
    background-color: #37383D !important;
    color: #fff !important;
}
.navi {
    background-color: #37383D !important;
    color: #fff !important;
}
.content {
    width: 100%;
}
.box {
    width: 80%;
    margin: 0.5rem 10% 1rem 10%;
}
.bgf {
    padding: 0.5rem 0;
    background-color: #F4F4F6;
}
.title {
    color: #333333;
    text-align: center;
    font-size: 0.4rem;
    font-weight: bold;
}
.comment {
    color: #666666;
    text-align: center;
    font-size: 0.2rem;
    margin: 0.1rem auto 0.5rem auto;
}
.title>span{
    color: #0D2AC3;
    font-size: 0.4rem;
    font-weight: bold;
}
.serveul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.5rem auto;
}
.serveli {
    width: 15%;
    background-color: #F4F4F6;
    text-align: center;
    padding: 0.8rem 0;
    border-radius: 10px;
}
.serveli>a>p{
    margin: 0.2rem auto;
    /* color: inherit; */
}
/* .serveli>a,.serveli>a>p {
    color: inherit;
} */
.serve-title {
    font-size: 0.2rem;
    font-weight: bold;
}
.serve-comment {
    font-size: 0.1rem;
}
.serveli:hover{
    background-color: #37383D;
    color: #fff;
}
.serveli:hover>a>p{
    /* background-color: #37383D; */
    color: #fff;
}
.serveli1{
    background: url('../../img/serveli1.webp') no-repeat center center;
    background-size: cover;
    /* color: inherit; */
}
.serveli:hover>a>.serveli1{
    background: url('../../img/aserveli1.webp') no-repeat center center;
    background-size: cover;
    /* color: inherit; */
}
.serveli2{
    background: url('../../img/serveli2.webp') no-repeat center center;
    background-size: cover;
}
.serveli:hover>a>.serveli2{
    background: url('../../img/aserveli2.webp') no-repeat center center;
    background-size: cover;
}
.serveli3{
    background: url('../../img/serveli3.webp') no-repeat center center;
    background-size: cover;
}
.serveli:hover>a>.serveli3{
    background: url('../../img/aserveli3.webp') no-repeat center center;
    background-size: cover;
}
.serveli4{
    background: url('../../img/serveli4.webp') no-repeat center center;
    background-size: cover;
}
.serveli:hover>a>.serveli4{
    background: url('../../img/aserveli4.webp') no-repeat center center;
    background-size: cover;
}
.serveli5{
    background: url('../../img/serveli5.webp') no-repeat center center;
    background-size: cover;
}
.serveli:hover>a>.serveli5{
    background: url('../../img/aserveli5.webp') no-repeat center center;
    background-size: cover;
}
.serveli6{
    background: url('../../img/serveli6.webp') no-repeat center center;
    background-size: cover;
}
.serveli:hover>a>.serveli6{
    background: url('../../img/aserveli6.webp') no-repeat center center;
    background-size: cover;
}
.flex{
    display: flex;
}
/* .youshi {
    background-color: #F4F4F6;
    width: 100%;
} */
.youshi>.flex{
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 1rem; */
}
.youshi-title {
    font-size: 0.4rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.youshi-content {
    width: 48%;
}
.youshi-content>button {
    width: 144px;
    height: 46px;
    background: #FF9C04;
    color: #fff;
    border: none;
    font-size: 0.2rem;
    margin-top: 0.2rem;
}
/* .youshi-content>p {
    margin: 0.2rem auto;
} */
.youshi-comment {
    padding-left: 0.2rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
}
.youship {
    margin: 0.2rem auto;
}
.excess {
    width: 100%;
    background: url('../../img/excess.webp') no-repeat center center;
    background-size: cover;
}
.excess-content {
    width: 80%;
    text-align: right;
    margin:auto;
    padding: 1rem 0;
    color: #fff;
    font-size: 0.2rem;
}
.excess-content>hr {
    margin-left: 92%;
    height: 4px;
    border: 0;
    background-color: #fff;
    margin-top: 0.4rem;
}
.excess-content>p {
    margin: 0.3rem auto;
    line-height: 0.3rem;
}
.excess-name {
    font-size: 0.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.excess-title {
    font-size: 0.27rem;
}
.product-tab {
    align-items: center;
    justify-content: space-around;
    margin-bottom: 0.5rem;
    color: #fff;
}
.product-tab>li{
    background-color: #999999;
    padding: 0.1rem 0.2rem;
    cursor: pointer;
}
.product-tab>li:hover {
    background-color: #37383D;
}
.act {
    background-color: #37383D !important;
}
.product-conent {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    grid-gap:0.5rem;
    display: none;
}
.product-conent>li {
    /* overflow: hidden; */
    width: 100%;
    background-color: #F3F3F6;
    /* height: 3rem; */
}
.product-img {
    width: 100%;
    height: 3rem;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}
.product-img>img{
    /* width: 100%; */
    height: 100%;
    /* transform: scale(1.1); */
    transition: all 0.6s;
}
.product-conent>li:hover>a>.product-img>img,.cases-item:hover>a>.product-img>img,.rongyu-item:hover>a>.product-img>img{
    /* width: 150%; */
    transform: scale(1.4);
}
.product-name {
    padding: 0.2rem 0;
    text-align: center;
    font-size: 0.2rem;
}
.product-conent>li:hover>a>.product-name,.cases-item:hover>a>.product-name{
    background-color: #37383D;
    color: #fff;
}
.product>button {
    display: block;
    background-color: #37383D;
    width: 10%;
    text-align: center;
    margin: 0.5rem auto auto auto;
    color: #fff;
    padding: 0.2rem 0;
}
.about-e{
    font-size: 0.4rem;
}
.about-title {
    font-size: 0.35rem;
    font-weight: bold;
    margin-top: 0.1rem;
}
.about-comment {
    font-size: 0.2rem;
    margin: 0.3rem auto;
    line-height: 0.35rem;
}
.button-y {
    width: 144px;
    height: 46px;
    background: #FF9C04;
    color: #fff;
    border: none;
    font-size: 0.2rem;
    margin-top: 0.2rem;
}
.about>.flex,.about>.flex>li>.flex {
    justify-content: space-between;
    align-items: center;
}
.about1,.about2,.about3,.about4,.about5 {
    width: 40px;
    height: 40px;
    margin: 0.2rem auto;
}
.aboutli1,.aboutli2,.aboutli3,.aboutli4,.aboutli5 {
    text-align: center;
}
.about1{
    background: url('../../img/about1.webp') no-repeat center center;
    background-size: cover;
}
.aboutli1:hover>a>.about1{
    background: url('../../img/aabout1.webp') no-repeat center center;
    background-size: cover;
}
.about2{
    background: url('../../img/about2.webp') no-repeat center center;
    background-size: cover;
}
.aboutli2:hover>a>.about2{
    background: url('../../img/aabout2.webp') no-repeat center center;
    background-size: cover;
}
.about3{
    background: url('../../img/about3.webp') no-repeat center center;
    background-size: cover;
}
.aboutli3:hover>a>.about3{
    background: url('../../img/aabout3.webp') no-repeat center center;
    background-size: cover;
}
.about4{
    background: url('../../img/about4.webp') no-repeat center center;
    background-size: cover;
}
.aboutli4:hover>a>.about4{
    background: url('../../img/aabout4.webp') no-repeat center center;
    background-size: cover;
}
.about5{
    background: url('../../img/about5.webp') no-repeat center center;
    background-size: cover;
}
.aboutli5:hover>a>.about5{
    background: url('../../img/aabout5.webp') no-repeat center center;
    background-size: cover;
}
.mag-top {
    margin-top: 0.5rem;
}
.bold {
    font-weight: bold;
}
.cases-content {
    width: 100%;
    margin: 0 auto;
}
.cases-item,.rongyu-item {
    width: 20%;;
    background-color: #F4F4F6;
}
/*先去掉默认样式*/
.swiper-button-prev:after{
    display: none;
}
.swiper-button-next:after{
    display: none;
}
/*再自定义样式*/
.swiper-button-prev,.cases-prev,.rongyu-prev,.kehu-prev{
    width: 70px !important;
    height: 70px !important;
    background: url('../../img/prev.webp') no-repeat center center;
    background-size: cover;
    /* background-color: #fff; */
    bottom: 15px;
    cursor: pointer;
}
.swiper-button-next,.cases-next,.rongyu-next,.kehu-next{
    width: 70px !important;
    height: 70px !important;
    background:url('../../img/next.webp') no-repeat center center;
    background-size: cover;
    /* background-color: #fff; */
    bottom: 15px;
    cursor: pointer;
}
.swiper-button-prev:hover,.cases-prev:hover,.rongyu-prev:hover,.kehu-prev:hover{
    background: url('../../img/aprev.webp') no-repeat center center;
    background-size: cover;
}
.swiper-button-next:hover,.cases-next:hover,.rongyu-next:hover,.kehu-next:hover{
    background: url('../../img/anext.webp') no-repeat center center;
    background-size: cover;
}
.cases-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.casesSwiper,.rongyuSwiper,.kehuSwiper {
    width: 85%;
}
.cases-page {
    /* width: 5% !important; */
    position:unset !important;
}
.rongyu-item {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.news-tab {
    width: 20%;
    margin: 0 auto;
}
.news-conent {
    display: none;
}