*{
    margin: 0;
    padding: 0;
}

p {
    color: #333;
    font-family: "Helvetica Neue",Helvetica, Arial,Tahoma,"Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
.w1300,.w88{

    width: 1300px;
    margin: 0 auto;
   

}
.submenu_a a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.sj-show{
    display: none;
}
.w1300{
    overflow: hidden;
}
.banner1{
    position: relative;
}
.ban-mind{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ban-nr{
    display: flex;
    align-items: center;
    height: 100%;
    text-align: left;
}
.ban-text h2{
    font-size: 43px;
    color: #fff;
    font-weight: bold;
}
.ban-text{
    width: 50%;
}
.ban-text p {
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
    line-height: 2;
}
.ban-button{
    display: inline-block;
    border:1px solid #fff;
    color: #fff;
    width: 172px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    font-size: 16px;
    margin-top: 30px;
}
.submenu{
    display: none;
    position: absolute;
    background: #fff;
    z-index: 9;
}
.nava a span{
    color: #000;
}
.submenu_a {
    line-height: initial;
    width: 167px;
    transform: translate(-50%, 0);
    left: 50%;
}
.submenu_a li{
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    transition: all 0.5s;
    background-color: #fff;
}
.submenu_a li:hover{
    background: #0a2069;
}
.submenu_a li:hover a span{
    color: #fff !important;
}
.has-after::after {
    position: absolute;
    bottom: 20%;
    left: 50%;
    right: 50%;
    width: 0;
    height: 3px;
    background: #0a2069;
    content: '';
    transition: all 0.5s;

}
.has-after:hover::after{
    width: 100%;
    left: 0;
}
.has-after:hover .has-a{
    color: #0a2069 !important;
    font-weight: bold;
}
.nav-right{
    float: right;
    display: flex;
}
.nav-search {
    margin-right: 25px;
    position: relative;
}
.nav-phone {
    font-size: 20px;
    font-weight: bold;
}
.nav-search::after {
    position: absolute;
    width: 1px;
    height: 24px;
    background: #575b66;
    content: '';
    left: -24px;
    top: 50%;
    transform: translate(-50%,-50%);
}
.swiper-slide img{
    height: 497px;
}
/* 产品 */
.cp{
    padding: 60px 0;
    overflow: hidden;
}
.cp-title {
    display: flex;
    justify-content: space-between;
}
.tit-left p{
    margin: 0;
    font-size: 27px;
    text-transform: uppercase;
}
.tit-left span{
    font-size: 32px;
    margin: 10px 0;
    color: #333;
    font-weight: bold;
}
.tit-line{
    font-size: 24px;
    line-height: 1;
    color: #0a2069;
}
.tit-right {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tit-button{
    display: inline-block;
    background: #0a2069;
    color: #fff;
    width: 172px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    font-size: 16px;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cp-li {
    height: 350px;
    background: #fafafa;
    display: block;
    transition:  0.5s all;
    position: relative;
    bottom: 0;
}
  .cp-nr{
    margin-top: 50px;
  }
  .cp-box {
    padding: 10px;
    height: 100%;
}
.cp .swiper-slide img{
    width: auto;
    height: auto;
    object-fit: contain;
}
.cp-img img{
    transition: 0.5s all;
}
.cp-img{
    background: #fff;
    height: 84%;
    overflow: hidden;
}
.cp-nr .swiper{
    overflow: inherit;
}
.cp-text{
    height: 16%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #666;
    text-align: left;
    padding: 0 10px;
}
.cp-left{
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cp-right{
    position: relative;
}
.cp-right::after {
    position: absolute;
    left: -26px;
    top: 50%;
    content: '';
    width: 1px;
    height: 16px;
    background: #fff;
    transform: translate(0,-50%);
}
.cp-li:hover{
    background: #0a2069;
    bottom: 10px;
}
.cp-li:hover .cp-left{
    color: #fff;
}
.cp-li:hover .cp-img img{
    transform: scale(1.1);
}
/* 解决方案 */
.scheme-nr{
    background: url(/static/jzweb2/new-img/index-plan-bg.jpg)no-repeat fixed center;
    background-size: cover;
    padding: 80px 0;
    margin-top: 50px;
}
.scheme .swiper-slide{
    background: none;
}
.scheme-li {
    background: #fff;
    padding: 40px;
    text-align: left;
    border-radius: 15px;
}
.scheme-title {
    font-size: 25px;
    font-weight: bold;
}
.scheme-box {
    display: flex;
    margin-top: 40px;
}
.sheme-text {
    width: 55%;
    font-size: 16px;
    line-height: 2;
    color: #777;
    padding: 30px 0;
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sheme-text p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.scheme-img{
    perspective: 200px;
    margin-right: -80px;

}
.scheme-img img{
    transform: rotateY(-6deg);
}
.scheme .swiper{
    overflow: inherit;
}
.scheme .tit-button{
    margin-top: 20px;
}
.scheme .swiper-slide {
    opacity: 0 !important;
}
.scheme .swiper-slide-active,.scheme .swiper-slide-next{
    opacity: 1 !important;
}
/* 简介 */
.about{
    padding: 60px 0;
    background: url(/static/jzweb2/new-img/index-about-bg.jpg)no-repeat fixed center;
}
.about-flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-text{
    width: 50%;
}
.about-title h2{
    font-weight: bold;
}
.about-img{
    width: 50%;
}
.about-xq {
    margin-top: 50px;
    line-height: 2;
    font-size: 16px;
}
.about-btn .tit-button{
    margin-top: 40px;
}
.about-img {
    width: 45%;
    height: 331px;
    position: relative;
}
.about-img::after {
    position: absolute;
    width: 50%;
    height: 331px;
    background: #0a2069;
    border-radius: 15px;
    right: -17px;
    bottom: -13px;
    content: '';
    z-index: 0;
}
.about-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    border-radius: 15px;
}
.about-ul{
    margin-top: 50px;
    height: 200px;
    display: flex;
    justify-content: space-between;
}
.about-li{
    width: 20%;
    border: 1px solid red;
}
/* 案例 */
.case{
    padding: 60px 0;
}
.case-nr{
    position: relative;
    margin-top: 50px;
}
.case-li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.case-img{
    width: 40%;
    height: 500px;
}
.case-photo{
    
    position: relative;
}
.case-bind{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    /* height: 50px; */
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 41px;
    font-size: 16px;
}
.case-p{
    width: 54%;
    position: absolute;
    right: 0;
    text-align: left;
}
.case-title {
    font-weight: bold;
    font-size: 26px;
}
.case-p p{
    font-size: 16px;
    margin: 35px 0;
    line-height: 2;
    color: #666;
}
.mySwiper3{
    width: 100%;
  }

  .mySwiper4 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    margin: unset!important;
    float: right;
    margin-top: -200px !important;
    width: 54% !important;
    overflow: hidden;
  }

  .mySwiper4 .swiper-slide {
    width: 25%;
    height: 189px;
  }

  .mySwiper4 .swiper-slide-thumb-active {
   border: 3px solid #0a2069;
  }
.new-nr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.new-left{
    width: 59%;
    height: 400px;
    display: flex;
    justify-content: space-between;
}
.new-li{
    width: 49%;
}
.new-p {
    margin-top: 20px;
}
.new-p p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: bold;
    color: #0a2069;
}
.new-data {
    font-size: 15px;
    color: #666;
}
.new-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    line-height: 2;
    margin-top: 10px;
}
.new-name {
    color: #666;
    width: 75px;
    height: 24px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
}
.new-right {
    width: 38%;
    height: 400px;
}
.new-item {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.newr {
    color: #666;
    font-size: 14px;
}
/* 产品 */
.cp-nav{
    line-height: 47px;
    border-bottom: 1px dashed #dcdcdc;
    color: #666;
}
.cp-nav span{
    width: 6px;
    height: 14px;
    background: #0a2069;
    display: inline-block;
    /* margin: 20px 10px 0 0; */
    margin-right: 10px;
    position: relative;
    bottom: -2px;
}
.prod{
    padding-top: 20px;
}
.prod-fl{
    width: 22%;
    float: left;
}
.prod-fl h2,.prod-fr h2{
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #0a2069;
    font-weight: bold;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    margin: 0;
}
.prod-fl h2::after,.prod-fr h2::after {
    content: '';
    width: 80px;
    height: 1px;
    background: #0a2069;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.prod-menu{
    padding-top: 12px;
    margin-bottom: 20px;
}
.prod-fl a{
    line-height: 44px;
    /* background: url(/static/jzweb2/pc/icon13.png) 95% center no-repeat; */
    text-indent: 20px;
    background-size: auto 10px;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    color: #666;
    font-size: 16px;
    padding-left: 5px;
    display: block;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.prod-fr{
    width: 75%;
    float: right;
}
.prod-item {
    width: 31%;
    margin-right: 28px;
    margin-top: 20px;
    overflow: hidden;
    float: left;
    border: 1px solid #eee;
    text-align: center;
}
.prod-item:nth-child(3n){
    margin-right: 0;
}
.prod-img {
    height: 250px;
}
.pro-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.prod-name {
    color: #666;
    font-size: 16px;
    /* line-height: 7; */
    margin: 24px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.prod-act{
    background: #0a2069;
    color: #fff !important;
}
.news-item {
    display: flex;
    margin-top: 27px;
    position: relative;
}
.news-time {
    margin-right: 109px;
    display: none;
}
.news-time h2 {
    font-size: 16px;
    color: #333333;
    margin: 0;
    margin-bottom: 13px;
}
.news-time h3 {
    margin: 0;
    font-size: 24px;
    color: #333333;
}
.news-text {
    display: flex;
    padding-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
    width: -webkit-fill-available;
}
.news-news {
    flex: 1;
    margin-right: 62px;
}
.news-news h1 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
    height: auto;
    line-height: normal;
}
.news-news p {
    font-size: 16px;
    color: #747474;
    line-height: 26px;
    margin: 0;
}
.news-news span {
    color: #999;
    margin-top: 16px;
    display: block;
}
.news-photo {
    width: 275px;
    height: 168px;
    box-sizing: border-box;
    background: #fff;
    padding: 6px;
}
.news-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-btn1 span {
    color: #999;
    margin-top: 20px;
    display: none;
}
.case-js {
    text-align: left;
    margin-top: 27px;
}
.case-js h2 {
    font-size: 20px;
    font-weight: bold;
}
.case-js p span {
    font-size: 16px !important;
    line-height: 2;
}
.news-margin{
    margin: 20px 0;
}
.case-ul {
    overflow: hidden;
    margin-bottom: 30px;
}
.case-xw {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.case-xw li {
    width: 48%;
    float: left;
    margin-top: 20px;
}
.case-xw li a {
    text-align: left;
    margin: 0;
}
.case-xw li h3 {
    margin: 0;
    font-size: 16px;
    color: #666;
    border-bottom: 1px #ddd dashed;
    padding-bottom: 17px;
}
.hot-cp h3 {
    margin: 0;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #545454;
    border-bottom: 1px solid #ebebeb;
    font-weight: normal;
    position: relative;
}
.hot-cp h3::after{
    content: '';
    width: 80px;
    height: 1px;
    background: #0a2069;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.list-bind{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}
.list-bind h2{
    font-size: 48px;
    font-weight: bold;
}
.list-bind p{
    font-size: 24px;
    color: #fff;
}
.list-prod{
    display: flex;
    justify-content: space-between;
}
.prodl{
    width: 45%;
    height: 285px;
    border: 1px solid #ededed;
}
.prodl img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.prodr{
    width: 50%;
}
.prod-lx {
    background: #0a2069;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    width: 112px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.prod-rx {
    font-size: 18px;
    float: left;
}
.prod-rx span {
    font-size: 18px;
    font-weight: bold;
}
.prodr-btn{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}
.list-prod{
    margin-top: 27px;
}
.prodr p {
    font-size: 16px;
    line-height: 2;
    margin: 10px 0;
}
.prod-icon img{
    float: left;
    /* margin-top: 10px; */
    margin: 10px 10px 0 0;
}
.prod-xq{
    margin-top: 27px;
}
.prod-mind {
    line-height: 2;
    font-size: 16px;
    padding-top: 20px;
}
.al-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p27{
    padding-top: 27px;
}
.case-lx {
    margin-top: 30px;
    display: flex;
}
.lx-p {
    width: 80%;
    font-size: 16px;
    background: #f6f6f6;
    padding: 32px;
}
.lx-p p {
    margin: 0 0 15px;
}
.lx-img {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1f2b90;
    flex-direction: column;
    padding: 35px;
}
.lx-img img {
    width: 150px;
}
.lx-img p {
    margin: 0;
    color: #fff;
    margin-top: 12px;
    font-size: 16px;
}
.case-ul {
    overflow: hidden;
    margin-bottom: 30px;
}
.case-map{
    margin-bottom: 40px;
}
.prod-ban{
    text-align: left;
}
.prod-ban h2{
    font-size: 41px;
}
.prod-ban p{
    font-size: 30px;
}
.prod-mind tr{
    border: 1px solid #eee;
}
.prod-mind td{
    padding: 2px 8px;
    border-right: 1px solid #eee;
}
.firm-flex{
    display: flex;
    justify-content: space-between;
}
.firm-left{
    width: 43.4%;
    text-align: right;
    overflow: hidden;
    padding-right: 7.6%;
    vertical-align: top;
    background: #f2f2f2;
    padding-left: 32px;
}

.firm-left h2{
    font-size: 44px;
    color: #1f2b90;
    line-height: normal;
    display: block;
    font-family: 'Swis721 BT', Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0;
    padding-top: 65px;
}
.mb{
    margin-bottom: 55px;
}
.firm-left p{
    line-height: 2;
    font-size: 17px;
    margin-top: 20px;
}
.firm-right{
    width: 56.6%;
    vertical-align: top;
    font-size: 16px;
    color: #000000;
    line-height: 34px;
}
.firm-right img{
    height: 450px;
    display: block;
    width: 100%;
    object-fit: cover;
}
.about-lc {
    padding-bottom: 60px;
}
.about-title {
    text-align: center;
}
.about-title h2 {
    margin: 0;
    font-size: 43px;
    font-weight: 200;
}
.about-title p {
    font-size: 22px;
    color: #666;
    font-weight: 200;
    margin: 0;
    margin-top: 10px;
    text-transform: uppercase;
}
.process-nr {
    height: 350px;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
}
.process-item {
    width: 24%;
    height: 100%;
    border: 1px solid #ddd;
}
.process-img {
    width: 100%;
    height: 50%;
}
.process-text {
    width: 100%;
    height: 50%;
    text-align: center;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.process-text h2 {
    font-size: 22px;
    margin: 0;
}
.process-text span {
    width: 35px;
    height: 1px;
    background: #333;
    margin: 15px auto;
    display: block;
}
.process-text span {
    width: 35px;
    height: 1px;
    background: #333;
    margin: 15px auto;
    display: block;
}
.p60{
    padding: 60px 0;
}
.ry-item {
    width: 32%;
    float: left;
    margin-right: 19px;
    /* margin: 10px; */
    margin-bottom: 20px;
}
.ry-item:nth-child(3n) {
    margin-right: 0;
}
.ry-p {
    background: #eee;
    text-align: center;
    padding: 18px;
    font-size: 16px;
}









