*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
h1,h2,h3,h4,h5 {
    font-weight: 700;
}

 a:hover {
    text-decoration: none;
}

 ul, li {
    list-style: none;
}

 img {
    border: none
}

 html,body{
     width: 100%;
     height: 100%;
}

 /* 导航栏公共 */
.headerbg{
    height: 60px;
    background-color:#ffffff;
    /*box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);*/
}

.navbar {
    margin-bottom: 0;
    padding: 4px 0;
    line-height: 52px;
    height: 66px;
    box-shadow:0px 4px 3px 0px rgb(133 109 109 / 23%);
}
.common .nav .active {
    padding-bottom: 6px;
    border-bottom: 3px solid #000;
    color: #000;
    font-weight: 700;
}
.common .nav .navbar-nav{
   display: flex;
    justify-content: space-around;
}


.common .navbar-nav li a {
    color: rgb(130, 130, 130);
    font-size: 15px;
    padding: 20px 24px 15px;
    /*width: 150px;*/
    text-align: center;
}
.common .navbar-nav li a:active {

}
.common .navbar-nav li a:hover{
    /*font-size: 17px;*/
    background: rgb(245,246,246);
    color: #000;
}
header .nav li a:hover {
    background: none;
}



/*产品*/
.headerbg2{
    background-color: rgb(33,33,33);
    width: 100%;
    box-shadow: -3px 2px 4px 1px rgb(201 181 181 / 20%);!important;
    height: 60px;
}
.produc-detail .nav .active {
    padding-bottom: 6px;
    border-bottom: 3px solid #fff;
    color: #fff;
    font-weight: 700;
}
.produc-detail .nav .navbar-nav{
    display: flex;
    justify-content: space-around;
}
.produc-detail .navbar-nav li a {
    color: #fff;
    font-size: 15px;
    padding: 20px 24px 15px;
    text-align: center;
}
.logo2{
   margin-top: 10px;
}
.product-classification{
    height: 138px;
    background: rgb(242,242,242);
    border-bottom:rgb(230,230,230) solid 0.5px;
    margin-top: 55px;
}

.product-classification-box{
    margin: auto;
    display: flex;
    height: 138px;
    width: 500px;
    justify-content: space-between;
    position: relative;
}
.product-classification-name{
    width: 54px;
    height: 25px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: center;
    color:#1764FF
    /*line-height: 24px;*/
}
.product-classification-name2{
    width: 72px;
    height: 25px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: center;
    color: #000000;
    /*line-height: 24px;*/
}
.product-classification-box-box{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
}
.product-classification-box-box>img{
    margin-top: 35px;
}
.detail{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(242,242,242);
}
.active-line{
    width: 67px;
    height: 3px;
    background:rgba(23,100,255,1);
    position: absolute;
    top: 136px;
    left: -7px;
}

.product-content-detail-box1{}
.product-content-detail{
    display: flex;
   justify-content: space-between;
    padding-left: 300px;
    padding-right: 300px;
    padding-top: 50px;
}
.product-content-detail-box1>div:nth-child(2){
    animation-delay: 0.2s;
    /*animation-duration: 0.5s;*/
}
.product-content-detail-box1>div:nth-child(1){
    animation-duration: 3s;
    /*animation-delay: 1.7s;*/
}
.product-content-detail-box2>div:nth-child(3){
    animation-delay: 0.5s;
    /*animation-duration: 0.7s;*/
}
.product-content-detail-box2>div:nth-child(2){
    /*animation-duration: 1.3s;*/
    animation-delay: 1.1s;
}
.product-content-detail-box2>div:nth-child(1){
    animation-delay: 1.7s;
    /*animation-duration: 2s;*/
}
.product-content-detail-box3>div:nth-child(3){
    animation-delay: 0.8s;
    /*animation-duration: 1s;*/
}
.product-content-detail-box3>div:nth-child(2){
    /*animation-duration: 1.6s;*/
    animation-delay: 1.4s;
}
.product-content-detail-box3>div:nth-child(1){
    /*animation-duration: 3s;*/
    animation-delay: 2s;
}
#specialBox{
    animation-delay: 0.1s;
}
#specialTitle2{
    animation-delay: 0.3s;
}
#specialTitle1{
    color: white;
    animation-delay: 0.5s;
}
#specialHot{
    animation-delay: 0.7s;
}

.product-content-detail-special{
    background: url("../img/blockchainbg.png") no-repeat;
    width: 418px;
    height: 368px;
    background-size: 100% 100%;
    /*margin-top: 32px;*/
    padding-left: 32px;
    padding-top: 32px;
    /*box-shadow:-1px 0px 6px 3px rgb(112 127 151 / 40%);*/
    position: relative;
    filter: grayscale(20%);
}

.product-content-detail-box1{
    padding-top: 32px;
}
.product-content-detail-special:hover{
    /*transform: rotate(20deg);*/

    filter: none;
}
    /*transform: scale(1.05);*/

.product-content-detail-common{
    width: 418px;
    height: 168px;
    background: #ffffff;
    /*background: rgb(44,110,242);*/
    margin-top: 32px;
    padding-top: 32px;
    padding-left: 32px;
    position: relative;
    /*filter: grayscale(100%);*/
    /*box-shadow:-1px 0px 6px 3px rgb(112 127 151 / 40%);*/
}
#specialImg{
    margin-top: 15px;
    cursor: pointer;

}
#specialImg:hover{
    animation: bounce-down 1.8s linear infinite;
}


@-webkit-keyframes bounce-down {
    25% {
        -webkit-transform: translateX(-10px);
    }
    50%, 100% {
        -webkit-transform: translateX(0);
    }
    75% {
        -webkit-transform: translateX(10px);
    }
}

.product-content-detail-common:hover{
    /*background: #0e3040;*/
    /*background:#3c3c3ce0;*/
    /*transition: background 1s;*/
    /*background:#202020;*/
    /*filter: none;*/
    /*animation: bounce-down 1.8s linear infinite;*/
    /*margin-top: 25px;*/
}





.common-hot{
    position: absolute;
    left: 265px;
    top: 42px;
}
.product-content-detail-common-title2{
    width: 267px;
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #8b8b8b;
    line-height: 13px;
    /*text-shadow:#898989 0px 1px 0px*/

}
.product-content-detail-common-box{
    width: 72px;
    height: 26px;
    border: 1px solid #323232;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #727272;
    line-height: 24px;
    padding-left: 5px;
    padding-right: 5px;
}

.product-content-detail-special-title1{
    width: 100%;
    height: 33px;
    font-size: 24px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #000000;
    line-height: 24px;
    margin-top: 6px;
    /*text-shadow:#fff  0px 1px 2px*/
}
.product-content-detail-special-title2{
    width: 267px;
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 16px;
    margin-top: 9px;
    /*text-shadow:#fff 1px 1px 2px*/
}
.product-content-detail-special-box{
    width: 60px;
    height: 26px;
    border: 1px solid rgba(255,255,255,0.30);
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 24px;
    margin-top: 12px;
}
.product-content-detail-special-detail-box{
    /*color: #181818;*/
    /*background: linear-gradient(*/
    /*        0deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)), linear-gradient(*/
    /*        135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);*/
    border: 1px solid rgba(255,255,255,0.30);
    color: rgb(37,99,223);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    /*height: 52px;*/
    line-height: 28px;
    /*padding: 12px 20px;*/
    width: 97px;
    height: 28px;
    background: #ffffff;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    /*position: absolute;*/
    /*top: 300px;*/
    /*left: 300px;*/
}


/*产品详情*/
.introduction{
    background: rgb(9,11,64);
    height: 425px;
    width: 100%;
    margin-top: 55px;
    display: flex;
}
.introduction-right{
    width: 660px;
    height: 408px;
    flex: 1;
}
.introduction-left{
    width: 736px;
    padding-left: 349px;
    padding-top: 109px;
}
.introduction-left-title{
    color: #fff;
    margin-bottom: 25px;
    font-family: 'FZLTHJW';
    font-size: 48px;
}
.introduction-left-text{
    width: 614px;
    color: #fff;
    line-height: 26px;
    font-size: 14px;
    text-align: justify;
}
.introduction-right>img{
    width: 100%;
    height: 100%;
}

.mainBox{
    padding: 64px 0 96px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;

}
.mainBox-container{
    width: 1205px;
    padding: 0;
    max-width: 1205px;
    position: relative;
    display: block;
    height: 100%;
    margin: auto;

}
.mainBox-title{
    height: 45px;
    line-height: 45px;
    font-size: 34px;
    /*margin-bottom: 16px;*/
    color: #191C3D;
    text-align: center;
    margin-bottom: 50px;
}
.mainBox-container-box{
    display: flex;
    flex-wrap: wrap;
}
.mainBox-container-box1{
    width: 600px;
    height: 185px;
    padding: 60px 120px 36px 15px
    /*background: #000;*/
}
.mainBox-container-box1-title{
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: bold;
}
.mainBox-container-box2{
    padding: 60px 0px 14px 72px
}
.mainBox-container-box>div:nth-child(1){
    border-bottom: 1px dashed #CBDEFD;
    border-right: 1px dashed #CBDEFD;
    background: url("../img/one.svg") no-repeat top left;
}
.mainBox-container-box>div:nth-child(2){
    border-bottom: 1px dashed #CBDEFD;
    background: url("../img/two.svg") no-repeat 50px 0px;
}
.mainBox-container-box>div:nth-child(3){
    border-right: 1px dashed #CBDEFD;
    background: url("../img/three.svg") no-repeat top left;
}
.mainBox-container-box>div:nth-child(4){
    background: url("../img/four.svg") no-repeat 50px 0px;;
}
.mainBox-container-box1-txt{
    font-size: 14px;
    color: #697B8C;
    line-height: 26px;
    width: 464px;
}

.row-mainBox{
    height: 1185px;
    background: rgb(239,243,248);
    padding-top: 60px;
}
.row-mainBox-container {
    width: 1200px;
    padding: 0;
    max-width: 1200px;
    position: relative;
    /*display: block;*/
    height: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*align-items: center;*/
    align-content:flex-start;

}
.row-mainBox-container-con{
    background: #fff;
    box-shadow: 0 0 10px #e4e9f1;
    border-radius: 0;
    position: relative;
    padding: 48px 40px 48px 142px;
    width: 576px;
    height: 260px;
    margin-top: 50px;
    /*display: flex;*/
}
.row-mainBox-container-con>img{
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translate(0,-50%);
}
.row-mainBox-container-con-box-ti{
    font-size: 18px;
    margin-bottom: 16px;
}
.row-mainBox-container-con-box-txt{
    font-size: 14px;
    color: #697B8C;
    line-height: 26px;
    text-align: justify;
    width: 394px;
}

.pic-mainBox{
    height: 1017px;
    position: relative;
    padding-top: 60px;
    background: url("../img/img_receivables.svg") no-repeat 390px 183px;
 }
.picBox-box{
    margin-top: 200px;
}
.pic-list{
    width: 940px;
    height: 755px;
    background: #2468F2;
    position: absolute;
    right: 0px;
    top: -124px;
    /*z-index: 9999;*/
}
.picBox .swiper-button-prev{
/*display: none;*/
    left: 1120px;
    width: 36px;
    height: 36px;
    top: 534px;
}
.picBox .swiper-pagination{
    top: 535px;
    left: 168px;
    color: #fff;
    font-size: 60px;
}
.picBox .swiper-pagination-total{
    font-size:30px;
}
.picBox .swiper-button-next{
    /*display: none;*/
    left: 1120px;
    width: 36px;
    height: 36px;
    top: 580px;
}
.picBox .swiper-button-prev:after{
    content: none;
}
.picBox .swiper-button-next:after{
    content: none;
}
.picBox>.swiper-button-next{
    top: 60%;
}
.swiper-container-r-button-prev{
    background: url("../img/icon_arrowleft.svg") no-repeat;
    width: 36px;
    height: 36px;
}
.swiper-container-r-button-next{
    background: url("../img/icon_arrowright.svg") no-repeat;
    width: 36px;
    height: 36px;
}
/*.pic-mainBox-swiper-button-prev{*/
/*    background: url("../img/icon_arrowleft.svg");*/
/*}*/



.pic-mainBox-container{
    width: 1200px;
    padding: 0;
    max-width: 1200px;
    position: relative;
    display: block;
    height: 100%;
    margin: auto;
}
.picBox-item{
    /*position: absolute;*/
    /*width: 100px;*/
    display: flex;
    justify-content: space-around;
}
.picCon{
    background: rgb(37,105,242);
}
.picCon>p:nth-child(1){
    margin-bottom: 40px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.picCon>p:nth-child(2){
    margin-bottom: 40px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.picCon>p:nth-child(3){
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px;
    text-align: justify;
}
.picCon>p:nth-child(4){
    margin-bottom: 40px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.picCon>p:nth-child(5){
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px;
    text-align: justify;
}
.picCon>p{
    width: 400px;
}

.customer-mainBox{
    height: 525px;
    background: rgb(239,243,249);
    padding-top: 60px;
}
.application-case{
    border: solid 1px #E3E8F1;
    width: 1200px;
    height: 200px;
    background-color: #fff;
    display: flex;
    align-items: center;
    /*position: inherit;*/
    /*left: 0;*/
    /* top: 40px; */
    transform: translate(0,0);
    transition: all .4s;
    margin: auto;
}
.application-case::after {
    content: '';
    width: 1px;
    height: 152px;
    background: #E3E8F1;
    position: absolute;
    left: 282px;
    top: 50%;
    transform: translate(0,-50%);
}

.application-case-item{
    display: flex;
    justify-content: space-around;
    /*position: relative;*/
    /*height: 200px;*/
    /*width: 1200px;*/
}
.application-case-item>img{
    /*position: absolute;*/
    /*left: 38px;*/
    /*top: 45px;*/
}
.application-case-text{
    width: 70%;
    /*position: absolute;*/
    /*left: 350px;*/
    /*top: 52px;*/

}
.application-case-text>p:nth-child(1){
    font-size: 22px;
    margin-bottom: 16px;
}
.application-case-text>p:nth-child(2){
    font-size: 14px;
    color: #697B8C;
    line-height: 26px;
}

.customer-mainBoxx-container-next{
    background: url("../img/icon_arrowright2.svg") no-repeat;
    height: 56px !important;
    width: 56px !important;
    top: 100px !important;
    left: 1250px !important;
}
.customer-mainBoxx-container-prev{
    background: url("../img/icon_arrowleft2.svg") no-repeat;
    top: 100px !important;
    left: -100px !important;
    height: 56px !important;
    width: 56px !important;
}

.swiper-pagination-bullet{
    border-radius: 0!important;
    width: 48px !important;
    height: 4px !important;
    margin-left: 20px !important;
}

#d>.swiper-pagination2{
    top: 220px;
    left: 450px;
    position: absolute;
}

#d .swiper-button-next:after{
    content: none;
}
#d .swiper-button-prev:after{
    content: none;
}


 /* 轮播图 */
.fbwh{
    /*margin-top: 66px;*/
    width: 100%;
}
.fbwh img {
    margin-top: -10px;
    width: 100%;
}

/* 首页 */

.blackIntroduce {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 3.75rem;
    margin-top: 220px;
    /*margin: auto;*/
    /*justify-content: flex-start;*/
}
.blackIntroduce>img:nth-child(2){
    margin-top: 23px;
    margin-bottom: 26px;
}
#hometitle{
    animation-delay: 0.5s;
}
#hometitle2{
    animation-delay: 0.3s;
}
#homebutton{
    animation-delay: 0s;
}
.dimback:hover{
    opacity:0.6; filter: alpha(opacity=60);
}

.dimback {
    /*background: #000;*/
}


.index_container{
    width: 100%;
    height: 100%;
    /*min-height: 920px;*/
    /*min-width: 1000px;*/
    background: url('../img/indexbg.png') center  no-repeat ;
    background-size: cover;
    overflow: hidden;
    display: flex;
    /*align-items: center;*/
}

.index_container>video{
    position: fixed;
    right:0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    /*min-height: 920px;*/
    /*min-width: 1000px;*/
    /*width: auto;*/
    height: auto;
    z-index: -99999;
    /*width: 100%*/
    /*灰色调*/
    /*-webkit-filter:grayscale(100%)*/

}

.nav  .navbar-nav{
    display: flex;
    justify-content: space-around;

}
.index .navbar{
    /*margin-left: -300px;*/
    /*margin-top: 40px;*/
    /*width: 800px;*/
    height: 60px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(255,255,255,1);
    box-shadow:0px 4px 3px 0px rgb(133 109 109 / 23%);
    backdrop-filter: blur(30px);
}
.index .navbar li a {
    text-indent: 0.4375rem;
    color: #000000;
    font-size: 15px;
    letter-spacing: 2px;
    /*width: 100%;*/
    width: 100%;
    height: 100%;
    /*text-align:center*/
    /*padding: 20px 24px;*/
}
.index .navbar li a span{

}
.index .navbar li a:hover{
    /*background: rgba(250,250,250,0.4);*/
    color: #000000;
}
.index .navbar li{
    /*margin-left: 30px;*/
    /*text-align: center;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
}
.line{
    margin-top: 5px;
    width: 0;
    height:2px;
    /*border-radius:5px;*/
    background-color:#000000;
    /*margin:0 auto;*/
    /*position:absolute;*/
    transition:width 0.5s linear;
    /*width:100%;*/
    position: absolute;
    bottom: 6px;
    left: 48px;

}
.index .navbar li:hover .line{
    width: 54%;
 }

/*.index .navbar li:hover{*/
    /*background-color:#99CC00;*/
    /*color:#CC3399;*/
    /*cursor:pointer;*/
    /*background: rgba(255,255,255,0.1);*/
/*}*/
.index_logo{
    display: inline-block;
}
.index_logo img{
    /*width: 110%;*/
    /*height: 110%;*/
    /*margin-left: 300px;*/
    /*margin-top: 50px;*/
}
.index-logo-img{
    width: 2.25rem;
    height: 0.45rem;
    min-width: 137px;
    min-height: 27px;
}

.logo{
    /*display: inline-block;*/
    /*width: 180px;*/
    /*height: 36px;*/
}
.logo img {
    /*width: 100%;*/
    /*height: 100%;*/
}

.blackcloud  {
    position: absolute;
    top: 40%;
    left: 25%;
    transform: translate(-50%,-50%);
    z-index: 111;
    width: 50%;
}
.blackcloud img{
    width: 100%;
}
.blackcloud .txt {
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    letter-spacing: 2px;
    text-shadow:#000 1px 1px 2px
}
.iconRow{
    position: absolute;
    width: 970px;
    top: 78%;
    left: 24%;
    display: flex;
    justify-content: space-between;
}
.iconRow-box{
   display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
@-webkit-keyframes rotation1 {
    from
    {
        -webkit-transform: rotateY(360deg);
    }
    to
    {
        -webkit-transform: rotateY(0deg);
    }
}
.iconRow-box>img:hover{
    animation-name: rotation1;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    /*transform: rotate(180deg);*/
}
.iconRow-box>img{
    height: 106px;
    width: 106px;
}
.iconRow-box>span{
  color: #ffffff;
    letter-spacing: 3px;
}
#icon1{
    /*animation-delay: 1s;*/
}
#icon2{
    /*box-shadow:  #000 1px 1px 2px ;*/
    animation-delay: 0.2s;
}
#icon3{
    animation-delay: 0.4s;
}

footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #828282;
    text-align: center;
    font-size: 12px;
}

/* 产品 */
.product_container{
    position: relative;
    width: 100%;
    height: 100%;

    background: url('../img/qbg03.png')   no-repeat ;
    background-size: 100% 100%;
    background-size: cover;
    overflow: hidden;

}
.detail-a{
    color: white;
}
.detail-a:hover{
    color: white;
}
.swiper1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 88%;
    height: 75%;
  }
.Qualification>.swiper3 {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%,-50%);*/
    width: 80%;
    height: 95%;
}
.swiper-slide1 {
    /* text-align: center; */
    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_btn_1,
.swiper_btn_2{
    width: 5%;
    height: 10%;
    background-size: 100% 100% !important;
}
.swiper_btn_1:hover{
    width: 5.8%;
    height: 12%;
    background-size: 100% 100% !important;
}
.swiper_btn_2:hover{
    width: 5.8%;
    height: 12%;
    background-size: 100% 100% !important;
}
.swiper_btn_1 {
    background: url('../img/right.png') no-repeat;
}
.swiper_btn_2 {
    background: url('../img/left.png') no-repeat;
}

.swiper1 .swiper-button-next:after,
.swiper1 .swiper-button-prev:after{
      display: none;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 3px;
    background-color: #b2b2b2;
    opacity: 1;
    border-radius: 0;

}
.swiper-pagination-bullet-active {
    background-color: #1764FF;
}
 .swiper-slide1  {
    padding:0 10% 0 10%;
    text-align: left;
    color: #fff;

}
.swiper-slide1 .text h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #000;
}
 .swiper-slide1 .text p{
    font-size: 14px;
    text-align: justify;
    letter-spacing: 1px;
     color: #000000;
     line-height: 2;
}
 .text-title{
     display: flex;
     align-items: center;

 }
.form-inline{
    margin-top: 8%;
}
.form-inline .form-control {
    width: 75%;
    height: 42px;
}
.swiper-slide1 .text{
    flex: 1.5;
    /*padding-right: 4%;*/
    /*box-shadow: 0 4px 20px 5px rgb(217 223 231 / 40%);*/
    /*flex: 1.5;*/
    /* padding-right: 4%; */
    /*box-shadow: -1px 2px 8px 5px rgb(0 0 0 / 40%);*/
    margin-right: 4%;
    padding: 15px;
    /*background: rgb(245,245,245);*/
}
.product_img{
    display:flex ;
    align-items: center;
    width: 100%;
    height: 100%;
    flex: 3;

}
.product_img img{
    width: 100%;
    border-radius: 10px;
    box-shadow:8px 6px 9px 6px rgb(74 82 94 / 40%);
}
.product_img img:hover{
    transform: scale(1.01);
}

 .btn-primary{
     border-radius: 6px;
     background-color: #1764FF;
     border-color:#1764FF;
     margin-left: 10px;
     height: 42px;
 }
 .btn:hover, .btn:focus, .btn:active, .btn:visited {
    outline: none;
    box-shadow: none !important;
    background-color: #1764FF;
    border:none;
 }


/* 关于 */
.about_nav{
    width: 100%;
    height: 54px;
    background: #FBFBFB;

}
.nav-wrap {
    margin-top: 60px;
    width: 100%;
    height: 54px;
    background: #FBFBFB;
}
/* .nav-mobile {
    display: none;
    font-weight: bold;
    width: 100%;
} */
.about_navbar {
    display: flex;
    height: 54px;
    margin-bottom: 0;
    line-height: 54px;
}

.video-box{
    margin-top: 50px;
    background: url("../img/cobg.jpg")  no-repeat  right   top;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: 60% 70%;
}
.navFix{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.about_navbar li {
    margin-right: 48px;
}
.about_navbar li a{
    display: block;
    width: 100px;
    color: #828282;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
}
.about_navbar li a:hover{
    font-size: 17px;
}

.about_navbar .active{
    color: #000;
    font-weight: 700;
    border-bottom:3px solid #000;

}
/* 公司介绍 */
.company_video{
    height: 520px;
    /*z-index: -1;*/
    box-shadow:20px 20px 9px 6px rgb(25 53 95 / 40%);
}
.company_intro {
    /*width: 98%;*/
    margin: 0 auto;
    display: flex;
    /*background: url("../img/join.jpg")  no-repeat fixed right top,*/
    /*url("../img/anli.png") no-repeat fixed left bottom;*/
    /*background-size: 50% 400px;*/
}
.company_intro>video{
    height:510px;
    width:967px;
}
.company_intro_box{
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 20px;
    padding-bottom: 18px;
    margin-left: -311px;
    margin-top: 238px;
    box-shadow: 13px 16px 9px 6px rgb(25 53 95 / 40%);
    background: white;
    z-index: 10;
    width: 1100px;
}
 .company_intro_box:hover{
    /*color: white;*/
    /*background: rgb(0, 86, 183);*/
    transform: scale(1.01);
}
.company_intro .company_intro_img{
    font-weight: 800;
    font-size: 30px;
    width: 40%;
    margin-bottom: 16px;
    margin-top: 10px;
    color: black;

}

.company_intro img{
    width: 100%;
}
.company_intro  {
   font-size: 15px;
    line-height: 2;
    /*text-indent: 2em;*/
    /*letter-spacing:1px;*/
    text-align: justify ;
    color: #828282;

}
.intro_txt>p>span{
    font-size: 15px !important;
}


/*资质荣誉*/

.Qualification{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
    background: url("../img/qbg02.png");
    background-size: cover;
    width: 100%;
    height: 500px;
}
.Qualification>p{
    font-weight: 800;
    font-size: 30px;
    color: white;
   text-align: center;

}
.wrap{
    display: flex;
    width: 74vw;
    justify-content: center;
    /*margin-left: 270px;*/
}
.card{
    background-size:auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    /*border-radius: 50px;*/
    color: #fff;
    flex: 0.1;
    cursor: pointer;
    height: 394px;
    position: relative;
    /*margin: 10px;*/
    transition: flex 0.7s cubic-bezier(0.05,0.6,0.4,0.9);
    justify-content: flex-end;
    box-shadow: -19px -1px 4px 6px rgb(33 34 36 / 40%);
    display: flex;
    align-items: flex-end;
    /*filter: blur(2px);*/
}
.black-box2{
    width:100%;
    height:100%;
    /*transition:width 2s;*/
    background: #000;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    /*overflow: hidden;*/
    /*overflow:hidden;*/
    /*text-overflow:ellipsis;*/
    /*white-space:nowrap;*/
}
.black-box2:hover{
    width:100%;
    height:50%;
    transition: height 0.5s;
    transition: opacity 0.5s;
    /*transition:width 2s;*/
    /*background: rgb(29,68,113);*/
    background: #000;
    opacity: 0.5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    text-shadow: #000 1px 1px 2px;
    letter-spacing: 2px;
    /*overflow: hidden;*/
    /*overflow:hidden;*/
    /*text-overflow:ellipsis;*/
    /*white-space:nowrap;*/
}
.black-box>p{
    color: white;
    font-size: 16px;
}
.black-box-hover{
    height:50%;
}
.card-active{
     flex:0.5;
    /*filter: blur(0px);*/

 }
.card-active2{
    flex:0.23;
    /*filter: blur(0px);*/

}


    /* 合作伙伴 */

.copperate {
    padding: 5% 0 2% 0;
}
.copperate_img_title {
    font-size: 30px;
    width: 40%;
    font-weight: 800;
    margin-bottom: 40px;
}
.copperate_img_title img{
    width: 100%;
}
.copperate_img {
    padding: 2% 3% 0;
    width: 100%;
}
.copperate_img img{
    width: 100%;
}
.custom-box{
    background: rgb(247,247,247);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.custom-img-box{
    display: flex;
    width: 1200px;
    /*height: 600px;*/
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}
.custom-img-box>img{
    margin-top: 10px;
    margin-bottom: 5px;
    /*margin-bottom: 0px;*/
    width: 215px;
    height: 71px;
    box-shadow:-1px 0px 3px 0px rgb(25 53 95 / 40%);
    margin-right: 15px;
}
.custom-img-box>img:hover{
    transform: scale(1.05);
}
.custom-con{
    width: 1140px;
    background-color:#ffffff;
    border-radius: 50px;
    height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.custom-con-item{
    text-align: center;
    width: 196px;
    height: 36px;
    line-height: 36px;
    color: #333;
    font-size: 16px;
    cursor: pointer;
}

.custom-con-item-hover{
    height: 36px;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    background-color: #6d7ceb;
}
.custom-con-item-hover2{
    height: 36px;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    background-color: #5e5e5e;
}
.custom-con-item-hover3{
    height: 36px;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    background-color: rgb(220,96,39);
}
.custom-con-item-hover4{
    height: 36px;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    background-color: rgb(4,21,96);
}
.custom-con-item-hover5{
    height: 36px;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    background-color: rgb(166,37,35);
}
.join-us{
    background: url("../img/join.jpg");
    height: 260px;
    text-align: center;
    background-attachment: fixed;
    line-height: 260px;
    margin-bottom: 50px;
}

/* 案例 */
.example {
    background-color: #FBFBFB;
}
.example-row1{
    display: flex;
}
.example .all_example .example{
    width: 1200px;
}
.example-row1-title{
    width: 196px;
    height: 36px;
    line-height: 36px;
    color: #333;
    font-size: 16px;
}
.example-con1{
    width: 1140px;
    /*background-color:#ffffff;*/
    border-radius: 50px;
    height: 36px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.example-con1-item{
    text-align: center;
    width: 100px;
    height: 36px;
    line-height: 36px;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    /*margin-left: 5px;*/
    /*background: #5e5e5e;*/
}
.example-con2{
    width: 1140px;
    /*background-color:#ffffff;*/
    border-radius: 50px;
    height: 36px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.example-con2-item{
    text-align: center;
    width: 100px;
    height: 36px;
    line-height: 36px;
    color: #333;
    font-size: 16px;
    cursor: pointer;
}
.example-con1-item-hover{
    height: 36px;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    background-color: #6d7ceb;
}
.example >.container{
    padding:3% 3%;
    margin-top: 20px;
    width: 90%;
}
.hui{
    position: absolute;
    background-color: rgb(0 0 0);
    /*bottom: 0;*/
    /*left: 0;*/
    /*height: 410px;*/
    width: 100%;
    height: 260%;
    z-index: 2;
    opacity: 0.5;
}
.all_example{
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
.exampleFix{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}
.all_example .drop span{
    display: inline-block;
    font-size: 15px;
    margin: 15px 0;
    color: #000;
    font-weight: 700;
    /*box-shadow: 0 0px 4px rgb(0 0 0 / 18%);*/
}
.drop{
    margin-left: -16%;
    position: relative;
}
.drop>span:nth-child(1){

    cursor: pointer;
    /*border-radius: 50px;*/
    background:rgb(23,100,255);
    border-radius: 6px;
    width: 98px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: white;
    /*box-shadow: 0 0px 4px rgb(0 0 0 / 18%);*/
}
.drop>span:nth-child(2){
    background:rgb(23,100,255);
    border-radius: 6px;
    cursor: pointer;
    /*border-radius: 50px;*/

    width: 98px;
    /*height: 36px;*/
    text-align: center;
    line-height: 30px;
    color: white
}
.drop>span:nth-child(3){
    background:rgb(23,100,255);
    border-radius: 6px;
    cursor: pointer;
    /*border-radius: 50px;*/

    width: 98px;
    /*height: 30px;*/
    text-align: center;
    line-height: 30px;
    color: white
}
.drop .first{
    margin: 0 10px !important;
}
.drop .first,
.drop .second{
    color: #ffffff !important;
    font-weight: 400 !important;
}
.menu-left >li:hover{
    transform: scale(1.1);
}
.menu-right >li:hover{
    transform: scale(1.1);
}
.menu-left{
    display: flex;
    /*justify-content: space-between;*/
    position: absolute;
    top: 37%;
    left: 0;
    z-index: 100;
    /*display: none;*/
    min-width: 150px;
    margin-top: 20px;
    /*background-color: #fff;*/
    /*border: 1px solid rgba(0,0,0,.15);*/
    border-radius: 4px;
    /*box-shadow: 0 0px 4px rgb(0 0 0 / 18%);*/
    padding: 10px 0 30px 0;
    /*background: rgb(23,100,255);*/

}
.menu-right {
    display: flex;
    position: absolute;
    top: 115%;
    left: 0;
    z-index: 100;
    /*display: none;*/
    min-width: 150px;
    margin-top: 20px;
    /*background-color: #fff;*/
    /*border: 1px solid rgba(0,0,0,.15);*/
    border-radius: 4px;
    /*box-shadow: 0 0px 4px rgb(0 0 0 / 18%);*/
    padding: 10px 0 30px 0;
    /*background: rgb(23,100,255);*/
}
.menu-left li{
    cursor: pointer;
    /*border-radius: 50px;*/
    /*background: #2a6496;*/
    width: 125px;
    /*height: 36px;*/
    text-align: center;
    line-height: 17px;
    padding: 7px 20px;
    margin-top: 5px;
    background: rgb(242,242,242);
    border-radius:6px
    /*border-radius:4px*/
}
.menu-left>li:nth-child(2){
    margin-left: 11px;
}
.menu-right li{
    padding: 5px 20px;
    color: #000;
    text-align: center;
    cursor: pointer;
    background: rgb(242,242,242);
    margin-left: 10px;
    border-radius:6px
}
.menu-right li:hover{
    background:rgb(23,100,255) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
}
.menu-left li:hover{
    background:rgb(23,100,255) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
}
.menu-active{
    background: rgb(23,100,255) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
}
.menu-right{
    left: -11px !important;
}
.example .title{
    padding-bottom: 3%;
    text-align: center;
}
.example .title .title_img {
    width: 24%;
    margin:0 auto;
}
.title_img img {
    width: 100%;
}
.example .example_box{
    width: 100%;
    /*border-radius: 7px;*/
    overflow: hidden;
    /*box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0 4px 20px 5px rgb(217 223 231 / 40%);
    transition: box-shadow .3s ease;
}
.example .example_box:hover{
    box-shadow: 0 4px 20px 5px rgb(97 93 120 / 100%);
}
.example .title p{
    margin-top: 10px;
    color: #828282;
    font-size: 16px;
}
.example_con .row>div {
    margin-bottom: 30px;
}
.example_con  .example_img{
    position: relative;
    width: 100%;
}
.example_bg{
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.9);
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all .4s;

}
.example_bg p{
    color: #fff;
    font-size: 14px;
    margin: 0 20px;
    line-height: 25px;
    margin-top: 20%;
    text-indent: 2em;
}
.example_img:hover .example_bg {
    opacity: 1;

}
.example_con .example_img img{
    width: 100%;
}
.example_con .example_txt {
    padding: 10px 0 30px 20px;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.example_txt h4 {
    color:#000;
    font-size: 16px;
}
.example_txt div{
    color: #828282;
}
.example_txt span {
    margin-left: 10px;
}

/* 案例 新闻详情 */
.fbwh {
    position: relative;
}
.fbwh_txt{
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
}
.fbwh_txt h2{
    line-height: 1.6;
    letter-spacing: 1px;
}
.fbwh_txt .date {
    text-align: center;
    margin-top: 22px;
}
.fbwh_txt .date span:nth-child(2){
    display: inline-block;
    border:1px solid #D6D6D6;
    border-radius: 5px;
    margin-left: 10px;
    padding: 2px 4px;
}
.example_detail,
.news_detail{
    position: relative;
    background: #FBFBFB;
}
.example_detail .example_detail_con,
.news_detail .news_detail_con {
    background-color: #fff;
    padding: 5% 4%;
}

/* 新闻 */
.news{
    width: 100%;
    padding-top: 20px ;
    background-color: #FBFBFB;

}
.news >.container{
    padding-left:3% ;
    padding-right:3% ;
    padding-top: 1%;
    width: 90%;
}
/*.news_banner{*/
/*    font-weight: 800;*/
/*    font-size: 20px;*/
/*}*/
.news_con .row>div {
    margin-bottom: 30px;
}
.news_box{
    width: 100%;
    /*border-radius: 8px;*/
    box-shadow: 0 4px 20px 5px rgb(217 223 231 / 40%);
    transition: box-shadow .3s ease;
    overflow: hidden;
}
.news_box:hover{
    box-shadow: 0 4px 20px 5px rgb(150 150 150 / 100%);
}
.news_img {
    overflow: hidden;
    width: 100%;
}
.news_con .news_img img{
    width: 100%;
    transition: all .4s;
}
.news_con .news_img img:hover{
    transform: scale(1.2);
}
.news_con .news_txt {
    padding: 10px 20px 30px 20px;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.news_txt p {
    margin-top: 13px;
    color:#000;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    height: 50px;
}
.news_txt div{
    color: #828282;
}
.news .btn_more {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 2%;
}
.news .btn_more div{
    padding: 0 20px;
    line-height: 36px;
    text-align: center;
    border: 2px solid #828282;
    border-radius: 10px;
    color: #828282;
    display: none;
}
.div_btn{
    border: 2px solid #000 !important;
    border-radius: 10px !important;
    color: #000 !important;
}




/* 加入页面 */
.join {
    background-color: #FBFBFB;
    margin-top: 20px;
}
.job {
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.job_title {
    color: #fff;
    background-color: #1764FF;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 30px;
}
.job li{
   height: 50px;
   line-height: 50px;
   text-align: center;
   color: #828282;
}
.job li:hover{
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #2C6EF2;
    cursor: pointer;
    background: rgba(44,110,242, 0.1);
}
.job_active{
    border-left: 3px solid #2C6EF2;
    background: rgba(44,110,242, 0.3);
    color: #2C6EF2 !important;
}
.joinFix{
    position: fixed;
    top:90px;
    z-index: 99999;
    width: 9.2%;
    height: 52%;
}
.job_con {
    padding: 4% 4% 0 6%;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.job_con p {
   color: #828282 !important;
}
.job_name,
.job_duty {
    margin-bottom: 5%;
}
.job_name  h4{
    color: #2C6EF2;
    font-size: 18px;
}
.job_duty h5,
.job_requires h5{
    font-size: 16px;
    color: #000;
}
.job_contact{
    padding: 4% 0;
}
.job_contact h4 {
    color: #2C6EF2;
    font-size: 18px;;
}




/* 结尾 */
.footer{
    padding-top:5% ;
    color: #000;

}
.footer h4{
    font-size: 18px;
    margin-bottom: 10%;
}
.footer .address{
    padding-right: 42%;
    line-height: 24px;
}
.footer_left div {
    margin-top: 6%;
    font-weight: 700;
}
.footer_left div img {
    margin-right: 10px;
    vertical-align: text-bottom;
}
.footer_right h4 {
    margin-left: 15px;
}
.footer_right_img {
    width: 50%;
}
.footer_right_img img {
    width: 100%;
}
.copyright {
    text-align: center;
    font-size: 12px;
    margin: 5% 0 2% 0
}



 @media(min-width: 1366px) {
    .container {
       width: 1500px;
       padding: 0;
    }

 }
 @media(min-width: 1920px) {
    .index .container {
       width: 1500px;
    }
    .common .container{
        width: 1500px;

    }
 }
@media(max-width: 765px){
    .navbar-collapse{
        background-color: rgba(255, 255, 255, 1);
    }
    .index_logo img{
        margin-left: 10px;
    }
}
 @media(max-width:1024px){

     .wrap{
         /*width: 100vw;*/
         display: none;
     }
     .Qualification{
         height: 375px;
     }
     .card{
         height: 193px;.
         /*flex:0;*/
     }
     .navbar{
         padding: 0;
     }
     .index .navbar{
         margin-top: 0;
     }
     .navbar-toggle .icon-bar {
        background-color: #000;
     }
     .navbar-toggle {
        margin-right:  0;
     }

     .index_container .navbar-toggle .icon-bar {
        background-color: #000000;
     }

     .navbar-header {
         /*background: #ffffff;*/
        /*padding: 0 15px;*/
        /*box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);*/
    }
     .black-box2{
         display: none;
     }

     .navbar-nav {
        margin:0;
    }
     .fbwh{
         margin-top: 50px;
     }

     .nav>li{
         text-align: center;
     }
     /*.index_container .navbar-collapse{*/
     /*    background-color: rgba(0, 0, 0, 0.6);*/
     /*}*/

     .blackcloud .txt {
        font-size: 18px;
    }

    .copyright{
        line-height: 24px;
    }

    .iconRow{
        display: none;
    }
    .index_container>video{
        position: fixed;
        right:0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        height: auto;
        z-index: -99999;
        /*width: 100%*/
    }
     .iconRow {
         position: absolute;
         width: 100%;
         top: 78%;
          left: 0;
         display: flex;
         justify-content: space-between;
     }
     #icon1>img,#icon2>img,#icon3>img{
         height: 60px;
         width: 60px;
     }
     /*.navbar-header{*/
     /*    margin-top: -40px;*/
     /*}*/

    /* 关于 */
     .custom-img-box{
         width: 100%;
     }
     .copperate_img_title{
         text-align: center;
     }

     .Qualification>p{
         margin-left: 0;
     }

     .company_intro>video{
         /*height: 197px;*/
         /*width: 375px;*/
         display: none;
     }
     .company_intro_box{
         /*margin-left: -372px;*/
         margin-left: 0;
         margin-top: 273px;
     }
     .company_intro_box{
         margin-top: 0;
     }
     .custom-img-box>img{
         width: 105px;
         height: 40px;
     }
     .copperate{
         position: relative;
     }
     .custom-con{
         position: absolute;
         width: 100%;
     }
     .video-box{
         background:url("../img/cobg.png") no-repeat ;
     }
     .custom-img-box{
         padding-left: 15px;
         margin-top: 80px;
     }
     .company_intro{
        width: 100%;
    }
    .company_intro_img{
        font-size:30px;
        font-weight: 800;
        font-family: "Times New Roman", Times, serif ;
        margin: 30px auto;
    }
    .core_team .row >div{
        margin-top: 20px;
    }
    .core_team  .child_img{
        margin: 0 auto;
    }
    .core_team .child_txt h5{
        text-align: center;
    }
    .copperate_img_title {
       font-size: 30px;
        margin: 30px auto;
        font-family: "Times New Roman", Times, serif ;

    }
    .copperate_img {
        padding: 0;
        width: 100%;
    }

    /* 产品 */
     .product-classification-box{
         position: relative;
         width: 100%;
     }
     .product-classification-box-box{
         margin-left: 12px;
     }
     .active-line{
         left: 8px;
     }
     .product-content-detail{
         flex-direction: column;
         padding-left: 0;
         padding-right: 0;
     }
     .product-content-detail-box1{
         background: #000;
     }
     .product-content-detail-box2{
         background: #000;
     }
     .product-content-detail-box3{
         background: #000;
     }
     .product-content-detail-common{
         width: 93%;
         margin:10px auto 0;

     }
     .product-content-detail-special{
         width: 93%;
         margin: auto;
     }
     .custom-con-item{
         font-size: 12px;
         line-height: 30px;
         width: 180px;
         height: 30px;
     }
     .custom-con-item-hover{
         height: 30px;
     }
    .product_container .navbar-toggle .icon-bar {
        background-color: #fff;
     }

    .product_container .navbar-collapse{
        background-color: rgba(0, 0, 0, 0.6);
    }
     .produc-detail .icon-bar{
         background-color:#ffffff;
     }
     .swiper-slide, .swiper-slide1 ,.swiper-slide-duplicate ,.swiper-slide-duplicate-next{
         display: flex;
         flex-direction: column;
     }

     .swiper2{
        width: 100%;
        height: 70%;
        margin-top: 120px;
    }

    .swiper-slide2{
        width: 100%;
        color: #fff;
    }

     .swiper-slide2 img {
        width: 100%;
    }

    .swiper-slide2 h4{
        margin:20px 0 ;
       text-align: center;
       font-size: 18px;
       letter-spacing: 1px;
    }

    .swiper2 p{
       padding: 0 10px;
       line-height: 24px;
       text-align: justify;
    }

    .swiper2 .swiper-button-next,
    .swiper2 .swiper-button-prev {
        /*top: 22%;*/
        /*width: 50px;*/
        /*height: 50px;*/
        /*background-color: #828282;*/
    }

    .swiper2 .swiper-button-next:after,
    .swiper2 .swiper-button-prev:after {
     /*font-size: 18px;*/
     /*color: #fff;*/
    }

     .swiper2 .swiper-button-next.swiper-button-disabled,
     .swiper2 .swiper-button-prev.swiper-button-disabled {
         /*opacity: 1;*/
     }

     /*产品详情*/
     .introduction-left-text{
         width: 100%;
         padding:0 15px 0 15px;
     }
     .introduction-left{
         padding-left: 0;
     }
     .introduction-left-title{
         text-align: center;
     }
     .introduction-right{
         display: none;
     }
     .mainBox-container{
         width: 100%;
     }
     .mainBox-container-box{
         flex-direction: column;
     }
     .mainBox-container-box1-txt{
         width: 100%;
     }
     .mainBox-container-box1{
         padding: 51px 15px 0 15px;
         width: 100%;
     }
     .mainBox-container-box2{
         padding: 51px 15px 0 15px;
         width: 100%;
     }
     .mainBox-container-box>div:nth-child(1){
         border: none;
     }
     .mainBox-container-box>div:nth-child(2){
         border: none;
         background: url("../img/two.svg") no-repeat top left;
     }
     .mainBox-container-box>div:nth-child(4){
         background: url("../img/four.svg") no-repeat top left;
     }
     .row-mainBox-container{
         width: 100%;
         flex-direction: column;
         flex-wrap: nowrap;
         height: 1000px;
     }
     .row-mainBox-container-con{
         width: 100%;
         padding: 10px 9px 0px 114px;
         height: 165px;
         margin-top: 0;
     }
     .row-mainBox-container-con-box-txt{
         width: 100%;
     }
     .row-mainBox-container-con>img{
         left: 20px;
     }
     .picBox.swiper-pagination {
         display: none;
     }
     .swiper-container-r-button-prev {
         display: none;
     }
     .swiper-container-r-button-next {
         display: none;
     }
     .picBox-item{
         flex-direction: column;
     }
     .pic-list{
         /*width: 375px;*/
         display: none;
     }
     .picBox .swiper-pagination{
         display: none;
     }
     .picBox .swiper-button-prev{
         display: none;
     }
     .picBox .swiper-button-next{
         display: none;
     }
     .picBox-item-img{
         width: 375px;
     }
     .picBox-item{
         /*width: 375px;*/
     }
     .pic-mainBox{
         background: none;
     }
     .picBox-box{
         margin-top: 0;
     }
     .picCon{
         padding-top: 10px;
         padding-left: 10px;
         padding-right: 10px;
         /*width: 414px;*/
         /*padding-right: 10px;*/
     }
     .picBox-item-box{
         width: 100%;
         display: flex;
         justify-content: center;
     }
     .picBox-item-img{
         /*margin: 20px;*/
     }
     .customer-mainBoxx-container-next{
         display: none !important;
     }
     #d>.swiper-pagination2{
         display: none !important;
     }
     .application-case{
         width: 100%;
         height: 340px;
     }
     .introduction{
         margin-top: 50px;
     }
     .pic-mainBox-container{
         width: 100%;
     }
     .application-case-text>p:nth-child(1){
         text-align: center;
     }
     .application-case::after{
         width: 0;
     }
     .application-case-item{
         flex-direction: column;
         align-items: center;
     }
     .picCon>p:nth-child(1){
         text-align: center;
     }
     .picCon>p:nth-child(3){
         width: 100%;
     }
     .picCon>p:nth-child(5){
         width: 100%;
     }
          /* 案例 */
    .menu-left{
        top: 32px;
    }

    .menu-right {
        top: 32px;
        left: 176px !important;
    }

    .fbwh_txt {
        width: 90%;
    }
    .fbwh_txt h2{
        font-size: 16px;
    }

    .example .title .title_img {
        width: 44%;
    }
    .news >.container,
    .example >.container {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* 加入我们 */
    .join_m {
        padding: 20px 0;
    }

    .join_m .panel-body{
        padding: 0;
    }

    .join_m .col-md-10{
        padding: 0;
    }
    .join_m h4{
        color: #1764FF;
        text-align: center;
        margin-bottom: 20px;
    }
    .panel-default {
        border-color: transparent;
    }
    .panel-default>.panel-heading {
        display: flex;
        justify-content: space-between;
        padding: 20px 20px;
        background-color: #fff;
        border-color: #fff;
    }
    .panel-heading span{
        color: #828282;
    }
    .panel-heading a{
        color: #1764ff;
    }

     .item-empty{
         width: 230px;
         height: 0;
     }

     .custom-img-box{
         width: 100%;
         justify-content: space-around;
         padding-left: 0;
     }
     .item-empty{
         width: 105px;
         height: 0;
     }
     .custom-img-box>img{
         margin-right: 0;
     }
 }
@media screen and (min-width:1024px) and (max-width:1279px){
    .iconRow{
        width: 100%;
        left: 0;
    }
    .company_intro_box{
        margin-left: -964px;
        margin-top: 540px;
    }
    .video-box{
        background-size: cover;
    }
    .copperate{
        width: 100%;
    }
    .custom-con{
        width: 100%;
    }
    .custom-img-box{
        width: 100%;
        justify-content: space-around;
    }
    .item-empty{
        width: 230px;
        height: 0;
    }
    /*.custom-img-box:after{*/
    /*     content:' ';*/
    /*     width:100%;*/
    /*     height:0;*/
    /*     display:block;*/
    /*}*/


    .introduction-left-text{
        width: 100%;
        padding:0 15px 0 15px;
    }
    .introduction-left{
        padding-left: 0;
    }
    .introduction-left-title{
        text-align: center;
    }
    .introduction-right{
        display: none;
    }
    .mainBox-container{
        width: 100%;
    }
    .mainBox-container-box{
        flex-direction: column;
    }
    .mainBox-container-box1-txt{
        width: 100%;
    }
    .mainBox-container-box1{
        padding: 51px 15px 0 15px;
        width: 100%;
    }
    .mainBox-container-box2{
        padding: 51px 15px 0 15px;
        width: 100%;
    }
    .mainBox-container-box>div:nth-child(1){
        border: none;
    }
    .mainBox-container-box>div:nth-child(2){
        border: none;
        background: url("../img/two.svg") no-repeat top left;
    }
    .mainBox-container-box>div:nth-child(4){
        background: url("../img/four.svg") no-repeat top left;
    }
    .row-mainBox-container{
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 1000px;
    }
    .row-mainBox-container-con{
        width: 100%;
        padding: 10px 9px 0px 114px;
        height: 165px;
        margin-top: 0;
    }
    .row-mainBox-container-con-box-txt{
        width: 100%;
    }
    .row-mainBox-container-con>img{
        left: 20px;
    }
    .picBox.swiper-pagination {
        display: none;
    }
    .swiper-container-r-button-prev {
        display: none;
    }
    .swiper-container-r-button-next {
        display: none;
    }
    .picBox-item{
        flex-direction: column;
    }
    .pic-list{
        /*width: 375px;*/
        display: none;
    }
    .picBox .swiper-pagination{
        display: none;
    }
    .picBox .swiper-button-prev{
        display: none;
    }
    .picBox .swiper-button-next{
        display: none;
    }
    .picBox-item-img{
        width: 375px;
    }
    .picBox-item{
        /*width: 375px;*/
    }
    .pic-mainBox{
        background: none;
    }
    .picBox-box{
        margin-top: 0;
    }
    .picCon{
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        /*width: 414px;*/
        /*padding-right: 10px;*/
    }
    .picBox-item-box{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .picBox-item-img{
        /*margin: 20px;*/
    }
    .customer-mainBoxx-container-next{
        display: none !important;
    }
    #d>.swiper-pagination2{
        display: none !important;
    }
    .application-case{
        width: 100%;
        height: 340px;
    }
    .introduction{
        margin-top: 50px;
    }
    .pic-mainBox-container{
        width: 100%;
    }
    .application-case-text>p:nth-child(1){
        text-align: center;
    }
    .application-case::after{
        width: 0;
    }
    .application-case-item{
        flex-direction: column;
        align-items: center;
    }
    .picCon>p:nth-child(1){
        text-align: center;
    }
    .picCon>p:nth-child(3){
        width: 100%;
    }
    .picCon>p:nth-child(5){
        width: 100%;
    }
    .introduction-left{
        margin: auto;
    }

}
 @media screen and (min-width:1280px) and (max-width:1359px){
    .swiper1{
        width: 98%;
        height: 76%;
    }
     .introduction-right{
         display: none;
     }
    .form-inline .form-control {
        width: 67%;
        border-radius: 6px;
        border:none
    }
    /deep/ .form-control{
         color: #007aff;
     }
     .swiper_btn_1, .swiper_btn_2 {
        /*width: 5.8%;*/
        /*height: 12%;*/
    }

    .joinFix{
        width: 13%;
    }


 }
 @media screen and (min-width:1360px) and (max-width:1440px){
    .swiper1{
        width: 97%;
    }
    .swiper-slide1 {
        padding: 0 8% 0 8%;
    }
    .swiper-slide1 .text {
        padding-right: 2%;
    }
    .swiper_btn_1, .swiper_btn_2 {
        /*width: 5.8%;*/
        /*height: 12%;*/
    }
    .form-inline .form-control {
        width: 70%;
    }

    .joinFix{
        width: 12.4%;
    }
 }
 @media screen and (min-width:1441px) and (max-width:1600px){
    .swiper1{
        width: 94%;
    }
    .swiper-slide1 .text {
        padding-right: 2%;
    }
    .form-inline .form-control {
        width: 72%;
        height: 42px;
    }
    .joinFix{
        width: 11.2%;
    }
 }
 @media screen and (min-width:1680px) and (max-width:1768px){

    .swiper1{
        width: 92%;
        height: 70%;
    }
    .swiper-slide1 .text {
        padding-right: 2%;
    }
    .joinFix{
        width: 10.6%;
    }

 }


























