#newBridge{
  display: none !important;
}
.lx-banTit{
  padding-top: 194px;
}
.ft-wx {
  position: relative;
}
.imgclose{
  height: 44px;
  width: 44px;
  position: absolute;
  top:40px;
  right:80px;
  cursor: pointer;
  background: url(../images/alumb-close.png) no-repeat center center;
}
.ft-wx span{
  display: none;
  position: absolute;
  bottom: 46px;
  left:-51px;
  transition: 0.36s;
}
.ft-wx:hover span{
display: block;
}
@media screen and (max-width: 1640px){
 .wsc-NavCon2{
   width: 1180px;
   padding: 0;
   margin-left: auto;
   margin-right: auto;
 }
 .wsc-NavCon2 .hn-item{
   margin: 0 10px;
 }
 
}
.wsc-feature{
  margin-left: -20px;
}
.wsc-feature .item{
  width:280px;
  padding: 20px;
  float: left;
  margin-left: 20px;
height:194px;
box-sizing: border-box;
background:rgba(255,255,255,1);
border:1px solid rgba(232,232,232,1);
}

.wsc-feature .icon{
  height: 41px;
  width: 41px;
  font-size:14px;
  text-align: center;
  display: inline-block;
line-height: 41px;
font-weight:bold;
padding-right:8px;
color:rgba(254,254,255,1);
  background:url(../images/fea-icon.png) no-repeat left center;
}
.wsc-feature .tit{
  font-size:16px;
font-weight:bold;
width: 100%;
height: 41px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color:rgba(37,101,216,1);
}
.wsc-feature .text{
  font-size:14px;
  margin-top: 12px;
height: 96px;

color:rgba(136,136,136,1);
line-height:24px;
overflow: hidden;text-overflow: ellipsis;white-space: unset;
display: -webkit-box; -webkit-line-clamp:4;-webkit-box-orient: vertical;
}
.wsc-feature .item2{
  width:380px;
height:170px;

margin-top: 20px;
}
.wsc-feature .item2 .text{
  height: 72px;
  -webkit-line-clamp:3;
}
.wsc-field .item{
  width: 295px;

  height: 158px;
  box-sizing: border-box;
  border-left: 1px solid #E8E8E8;
  float: left;
}
.wsc-field .icon{
width: 44px;
height: 44px;
margin: 0 auto;
}
.wsc-field .tit{
  font-size:18px;
font-weight:bold;
margin-top: 4px;
text-align: center;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color:rgba(51,51,51,1);
line-height:40px;
}
.wsc-field .text{
  font-size:14px;
 height: 48px;
 width: 230px;
 text-align: left;
 margin: 0 auto;
color:rgba(153,153,153,1);
line-height:24px;
overflow: hidden;text-overflow: ellipsis;white-space: unset;
display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
}
.wsc-field .item2{
  width: 393px;
  margin-top: 60px;
}
.wsc-field .item2 .text{
width: 253px;
}
.wsc-field .item:first-child{
  border-left: none;
}
.wsc-field .item:nth-child(5){
  border-left: none;
}
.wsc-field .icon1{
  background:url(../images/field-ico1.png) no-repeat center center;
}
.wsc-field .icon2{
  background:url(../images/field-ico2.png) no-repeat center center;
}
.wsc-field .icon3{
  background:url(../images/field-ico3.png) no-repeat center center;
}
.wsc-field .icon4{
  background:url(../images/field-ico4.png) no-repeat center center;
}
.wsc-field .icon5{
  background:url(../images/field-ico5.png) no-repeat center center;
}
.wsc-field .icon6{
  background:url(../images/field-ico6.png) no-repeat center center;
}
.wsc-field .icon7{
  background:url(../images/field-ico7.png) no-repeat center center;
}
.list-picitem .list-img{
  overflow: hidden;
}
.list-picitem .list-img img{
  transition: 0.36s;
}
.list-picitem:hover .list-img img{
  transform: scale(1.08);
}
.jh-imgblock img{
  transition: 0.36s;
}
.jh-imgblock:hover{
  box-shadow:0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.jh-imgblock:hover img{
  transform: scale(1.08);
}
.jh-imgblock .picshowCon{
  transition: 0.36s;
}
.jh-imgblock:hover .picshowCon{
  background-color: #fff;
}
.jh-imgblock:hover .list-info{
  background-color: #fff;
}
/*3个链接*/
.wsc-card {
  padding: 60px 0;
  background: url("../images/card-bg.png") no-repeat center top;
}
.card-list {
  float: left;
  width:380px;
  height:151px;
  transition: 0.36s;
  color: #fff;
  box-sizing: border-box;
  background:rgba(255,255,255,0.1);
  border:1px solid rgba(255,255,255,0.4);
  margin-left: 18px;
  position: relative;
}
.card-list:first-child {
  margin-left: 0;
}
.card-list:hover{
  border:1px solid rgba(255,255,255,0.8);
}

.card-list .list-info {
  padding: 26px 0 0 30px;
  box-sizing: border-box;
}
.card-list .list-tit {
  font-weight: bold;
  transition: 0.36s;
  font-size: 20px;
  color: #fff;
  height: auto;
}
.card-list:hover .list-tit{
 transform: translateX(10px);
 color: #fff;
}
.card-list .list-tit span{
  display: inline-block;
  padding-right: 20px;
  background: url("../images/card-icon.png") no-repeat right center;
}
.card-list .list-tex{
  margin-top: 20px;
  line-height:24px;
  font-size: 14px;
  height: 72px;
}
 
/*新闻百科*/
.rTitText2 {
  color: #999;
  height: 26px;
  line-height: 26px;
}
.rText {
  float: left;
  font-size: 26px;
  color: rgba(51, 51, 51, 1);
  line-height: 26px;
  font-weight: bold;
}
.rTitMore {
  margin-top: 7px;
  color: #888888;
  transition: 0.3s;
}
 
.rTitMore:hover {
  color: #2565D8;
}
.rTitMore:hover span {
  background: url("../images/jt-hover.png") no-repeat right center;
}
.relate-news {
  padding: 60px 0 44px;
}
.inb4-bot-left {
  width: 670px;
}
.inb4-news {
  margin-top: 20px;
}
.inb4-news-list {
  padding-bottom: 12px;
  border-bottom: 1px solid #EBEBEB;
  padding-left: 198px;
}
 
.inb4-news-list .list-img {
  width: 168px;
  height: 112px;
  float: left;
  overflow: hidden;
  position: relative;
  margin-left: -198px;
}
.inb4-news-list .list-img img {
  width: 100%;
  height: 100%;
  transition: 0.36s;
}
.inb4-news-list:hover .list-img img{
  transform: scale(1.08);
}
.inb4-news-list .list-info {
  width: 100%;
  float: left;
}
.inb4-news-list .list-tit {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inb4-news-list .list-tit:hover {
  color: #2565D8;
}
.inb4-news-list .list-time {
  display: block;
  margin-right: 0;
  margin-top: 10px;
  color: #999999;
  font-size: 14px;
}
.inb4-bot-right {
  width: 470px;
}
.inb4-bk-list {
  height: 56px;
  box-sizing: border-box;
  border-bottom: 1px solid #DDDDDD;
}
.inb4-bk-list a{
  display: inline-block;
  width: 100%;
}
.inb4-bk-list .list-tit {
  height: 56px;
  float: left;
  line-height: 56px;
  color: #333333;
  font-size: 16px;
  width: 360px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inb4-bk-list .list-tit:hover {
  color: #2565D8;
}
 .bl-none .inb4-bk-list:last-child{
  border-bottom:none;
 }
.inb4-bk-list .list-time {
  float: right;
  line-height: 56px;
  color: #999999;
  font-size: 14px;
  margin-right: 0;
}
 /*底部产品*/
.wsc-fac {
  padding: 34px 0 34px;
  background-color: #F6F6F6;
}
.fac-list {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ebebeb;
}
.fac-list:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.fac-tit {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
}
.fac-text {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
.fac-text a {
  color: #2565D8;
}
.fac-title {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
}
.fac-link {
  float: left;
}
.fac-link a {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  margin-right: 10px;
  display: inline-block;
  transition: 0.3s;
}
 .fac-link-an{
   height: 24px;
 }
.fac-link-an a{
  height: 24px;
 max-width: 280px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.fac-link-an .fac-title{
  width: 126px;
overflow: hidden;
}
.fac-link a:hover {
  color: #2565D8;
}
.fac-link em {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
}
.fac-link span {
  display: inline-block;
}
/* 案例 */
.wsc-anli{
padding:56px 0 60px;
}

.aTitText{
  float: left;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
}
.pjList {
  margin-left: -20px;
}
.pjList .item{
  background-color: rgba(245, 245, 245, 1);
  float: left;
  transition: 0.36s;
  margin-top: 20px;
  box-sizing: border-box;
  margin-left: 20px;
  padding-bottom: 0;
}

.pjList .item-img {
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;
}
.pjList .item-img img {
  width: 100%;
  transition: 0.36s;
}
.pjList .item:hover .item-img img{
transform: scale(1.08);
}
.width-all{
  width: 100%;
}
 
.pt-bder{
border-top: 1px solid #E5E5E5;
padding-top: 30px;
}
.newdet-link {
  margin-top: 28px;
  overflow: hidden;
}
.newdet-link .dl-prev,.newdet-link .dl-next{
  width: 100%;
}
.newdet-link .dp-text,.newdet-link .dn-text{
color: #666;
font-size: 16px;
}
.newdet-link .dl-next{
  float: left;
  margin-top: 8px;
  padding-right: 15px;
  text-align:left;
  padding-left: 60px;
}
.newdet-link .dn-arr{
  margin-left: -60px;
  margin-right: 0;
}
.newdet-link .dn-text ,.newdet-link .dn-arr{
  float: left;
}
.mt-20{
  margin-top: 20px;
}
.pjList .item-info {
  text-align: left;
  padding: 18px 30px;
  transition: 0.36s;
  box-sizing: border-box;
}
.seo-content{
  padding: 30px 0 58px 0;
}
.intro-line3{
  max-height: 72px;
  overflow: hidden;text-overflow: ellipsis;white-space: unset;
  display: -webkit-box; -webkit-line-clamp:3;-webkit-box-orient: vertical;
}
.pjList .item-tit {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  width: 100%;
  transition: 0.36s;
	overflow: hidden;text-overflow: ellipsis;white-space: unset;
  height: 48px;
  margin-bottom: 8px;
	display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
}
.pb-10{
padding-bottom: 10px;
}
.pjList .item:hover{
  box-shadow: 0px 2px 8px 0px
  rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
 
.pjList .item-info .pmsg{
  height:24px;
  line-height: 24px;
  font-size:14px;
  color: #888;
 
}
.pjList .item-info .pmsg span{
  color: #666;
}
.pjList .btn-gray{
  width:160px;
  margin-top: 20px;
  line-height: 42px;
  font-size: 14px;
  height:44px;
}
.pjList .item-tit:hover{
  color: #2565D8;
  }
  /* 产品列表 */
  .pbanTit{
padding-top: 130px;
text-align: center;
line-height: 56px;
font-size: 48px;
  }
  .pbanTex{
    font-size: 24px;
    line-height: 30px;
  }
  .nav-list{
    width: 1180px;
    margin: 70px auto 0;
  }
  .nav-list .nav-item:first-child{
    margin-left: 0;
  }
  .nav-list .nav-item{
  width: 220px;
  display:block;
  float: left;
 height: 290px;
 transition: 0.36s;
 margin-left: 20px;
  }
  .nav-list .nav-item:hover{
    transform: translateY(-10px);
  }
  .nav-list .nav-item:hover .nav-tit{
    color: #2565D8;
  }
  .nav-list .nav-item1{
    background:url(../images/nav-img01.png) no-repeat center top;
  }
  .nav-list .nav-item2{
    background:url(../images/nav-img02.png) no-repeat center top;
  }
  .nav-list .nav-item3{
    background:url(../images/nav-img03.png) no-repeat center top;
  }
  .nav-list .nav-item4{
    background:url(../images/nav-img04.png) no-repeat center top;
  }
  .nav-list .nav-item5{
    background:url(../images/nav-img05.png) no-repeat center top;
  }
  .nav-list .nav-tit{
    padding-top: 226px;
    font-size:18px;
font-weight:bold;
transition: 0.36s;
text-align: center;
color:rgba(51,51,51,1);
  }
  .pro-box{
    padding: 60px 0;
  }
  .pro-box:first-child{
    padding:40px 0  60px;
  }
  .pro-main .pro-item{
    width: 100%;
  }
  .pro-main .item-img ,.pro-main .item-info{
    width: 590px;
    height: 443px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .pro-main .item-info{
    box-sizing: border-box;
    padding: 56px  40px 60px 50px;
  }
  .bt-10{
border-top: 10px  solid #F6F6F6;
  }
 .bgff{
   background: #fff;
 }
  .pro-main .item-tit a{
    font-size:32px;
    transition: 0.36s;
    display: inline-block;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:38px;
  }
  .pro-main .item-tit span{
    margin-left: 18px;
    display: inline-block;
    margin-top: -12px;
    padding: 4px 12px;
    height:28px;
    font-size:14px;
    line-height: 20px;
    box-sizing: border-box;
    font-weight:400;
    vertical-align: middle;
    color:rgba(102,102,102,1);
    background:rgba(223,228,236,1);
  }
  .pro-main  .item-text{
    margin-top: 24px;
    margin-bottom: 30px;
    width: 470px;
  }
  .pro-main  .item-text p{
    font-size:16px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:26px;
  }
 
  .pro-main .item:first-child{
    margin-left: 0;
  }
  .pro-main .item {
    width:153px;
    height:117px;
    float: left;
    box-sizing: border-box;
    padding: 16px 0 10px;
    margin-left: 4px;
    text-align: center;
    background:rgba(228,228,228,0.5);
}
.pro-main .item-icon {
  width: 37px;
  margin:0 auto;
  height: 37px;
}
.pro-main .tag-tit {
  font-size:16px;
  font-weight:bold;
  margin-top: 6px;
  line-height: 26px;
  color:rgba(51,51,51,1);
}
.pro-main .item-msg {
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.pro-main .item-btn{
margin-top: 40px;
}
.pro-main .btn{
  width: 210px;
}
.pro-main .btn-gray{
  margin-right: 16px;
}
.pro-main .mr-12{
  margin-right: 8px;
}
.item-tag-two .item{
  width:232px;
}
 
.pd-top2{
  background: #fff;
  padding: 40px 0 60px;
}
.wsc-side {
  width: 280px;
   margin-top: 40px; 
}
 
.side-mes{
  padding: 20px;
  background: #f5f5f5;
}
.side-mes-img{
  width: 240px;
  overflow: hidden;
  height: 180px;
}
.side-mes-img img{
  width: 100%;
}
 .side-mes .btn{
  width: 240px;
}
.side-mes-btn{
  margin: 20px 0 10px;
}
 .side-mes-tit{
   font-size: 20px;
   margin-top: 18px;
   font-weight: bold;
 }
 .side-box{
   background: url(../images/side-bg.jpg) no-repeat center bottom;
   height: 200px;
   box-sizing: border-box;
   padding: 18px 20px;
 }
 .side-service{
   padding: 20px;
   margin-top: 20px;
   background: #f5f5f5;
 }
 .side-mes-tit2{
  font-size: 16px;
  font-weight: bold;
 }
 .blue-tit{
  font-size: 14px;
  margin-top: 8px;
  display: inline-block;
  color: #2565D8;
 }
 .blue-tit span{
  display: inline-block;
  padding-right: 10px;
  background:url(../images/jt-blue.png) no-repeat right center;
 }
 .side-line{
height: 1px;
margin: 14px 0;
background:url(../images/side-line.png) no-repeat center center;
 }
 .pd-fwblock{
  box-sizing: border-box;
  padding: 58px 0;
  background:url(../images/pro-fw.png) no-repeat center top;
 }
 .pd-fwblock .Tit{
  font-size:24px;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:36px;
 }
 .pd-fwblock .Tit span{
   font-weight: bold;
 }
 .relate-box{
   padding: 56px 0 60px;
 }
 .relate-box2{
  padding: 56px 0 20px;
 }
 .com-text{
  font-size:14px;
  margin-top: 16px;
  color:rgba(102,102,102,1);
 }
 .relate-box .pro-list{
   padding: 6px 0 0;
 }
 .rpj-mian{
   padding-top: 8px;
 }
 .rpj-mian .item-tit{
  height:24px;
  -webkit-line-clamp:1;
 }
 .relate-box  .pro-list .item{
   width: 1180px;
 }
 .relate-box .pro-list .item-info{
width: 892px;
 }
 .pt-8{
 padding-top: 8px;
 }
 .rTitText3{
  float: left;
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
 }
 .bt-10{
   border-top: 10px solid #F6F6F6;
 }
 .pd-fwlist .item:first-child{
   margin-right: 10px;
 }
 .pd-fwlist .item{
  width:280px;
  height:116px;
  float: left;
  margin-left: 28px;
  padding: 26px 36px;
  background:rgba(255,255,255,0.15);
  border:1px solid rgba(255,255,255,0.4);
  border-radius:8px;
  box-sizing: border-box;
 }
 .pd-fwlist .item-tit{
  font-size:24px;
  font-weight:bold;
  color:#fff;
 }
 .pd-fwlist .item-btn{
   display: inline-block;
  font-size:14px;
  padding-right: 12px;
  margin-top: 8px;
  color:rgba(255,255,255,1);
  background: url(../images/fw-icon.png) no-repeat right center;
 }
 .fa-bmain {
   text-align: left;
 }
 .fa-bmain .banTit{
   color: #333333;
   margin-bottom: 40px;
   padding-top: 100px;
 }
 .fa-bmain .btn-online{
   margin-right: 6px;
 }
 .comment-block{
   padding:58px 0 60px;
   background: #f5f5f5;
 }
 .bgf5{
   background-color: #f5f5f5;
 }
 .cmfm-main{
   background-color: #fff;
   padding: 30px;
 }
 .form-main{
   width: 790px;
   float: left;
 }
 
.cmfm-main .form-bar {
  width: 280px;
  height: 440px;
  float: right;
  background: url(../images/form-sbg.png) no-repeat center top;
}
.cmfm-main .form-item {
  padding: 50px 30px;
}
.form-title{
  color: #333;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}
 .form-tel {
  color: #666666;
  font-size: 16px;
  line-height: 20px;
}
.form-tel {
  margin-top: 36px;
}
.form-text {
  font-size:16px;
  color: #666;
  line-height: 18px;
  margin-top: 12px;
}
.form-btn {
  margin-top: 20px;
}
.form-btn .btn{
  width: 200px;
  font-size: 18px;
}
.form-telNum {
  color: #205197;
  font-weight: bold;
  font-size:30px;
  line-height: 30px;
  margin-top: 12px;
  font-family: neutraface2display-titling-webfont_woff2_0;
}
.wsc-form .fm-row {
    margin-top: 8px;
}
.fm-btn {
    margin-top: 20px;
}
.fm-btn .btn {
    width: 200px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    transition: 0.36s;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    border:none;
}
.btn-submit {
    background-color: #1d4e86;
    color: #fff;
}
.btn-submit:hover{
    background-color:#3b6db4;
    transform:.3s;
}
.msg-box {
  display: block;
  color: #da2121;
  line-height: 24px;
}
.det-seo {
  background-color: #F6F6F6;
  border: solid 1px #ebebeb;
  padding: 20px;
  font-size: 14px;
  line-height: 22px;
  color:#666666;
  margin-top: 30px;
}
.det-seo em, .det-seo a {
  font-weight: bold;
  color:#333;
}
.pd-intro {
  padding: 0;
  max-height: 72px;
  overflow: hidden;
  background-color:transparent;
  text-overflow: ellipsis;
  white-space: unset;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.pd-tit{
  font-size: 34px;
}
.pd-intro em{
  font-weight: bold;
}
.mt-10{
  margin-top: 10px;
}
.pro-list{
  padding: 10px 0 40px;
}
.d-line{
  width: 100%;
  margin-top: 24px;
  background-color: #C9C9C9;
  height: 1px;
}
.d-attr .d-item{
  font-size:14px;
margin-top: 6px;
color:rgba(136,136,136,1);
line-height:26px;
}
.d-attr .d-attr-con{
  color:#333;
}
.d-hy{
  height: 52px;
}
 
.wsc-edit .pjMain .pjList .item{
  width: 280px;
}
.wsc-edit .pjMain .pjList .item-img{
  width:280px;
  height:211px;
  overflow: hidden;
}
.wsc-edit .pjMain .pjList .item-info{
  width:280px;
  }
.wsc-edit .pjMain .pjList .item-tit{
    -webkit-line-clamp:1;
    height: 24px;
}
.ab-main .pd-box{
  width: 880px;
}
.pro-list .item{
  width: 880px;
}
.pro-list .item-img{
  width:288px;
/* height:216px; */
}
.pro-list .item-tit{
  height:24px;
  -webkit-line-clamp: 1;
}
.pro-list .item-text{
  font-size:14px;
   height: 48px;
   margin-bottom: 20px;
  font-weight:400;
  color:rgba(136,136,136,1);
  line-height:24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pro-list  .item-info{
width: 590px;
padding: 20px 30px;
}
.pro-list   .btn-online{
  width:160px;
  margin-top: 20px;
  line-height: 44px;
  font-size: 14px;
  margin-left:  6px;
  height:44px;
}
.w-line{
  height: 1px;
  background: url(../images/w-line.png) no-repeat center top;
}
.d-pjList{
  padding: 10px 0 30px;
}
.d-pjList2{
  padding: 10px 0 0;
}
/* 解决方案 */
.wsc-bmain .btn{
  width:180px;
  height:44px;
  margin-top: 32px;
  font-size: 14px;
  line-height: 44px;
}
  .fanav-list {
  width: 1180px;
  margin: 50px auto 0;
}
.fanav-list .nav-item:first-child {
  margin-left: 0;
}
.new-box .wsc-editTit{
  font-size: 24px;
  margin-top: 20px;
  padding-left: 16px;
  color: #333;
  background: url(../images/wedit-line.png) no-repeat left center;
}
.edit-box{
  padding: 50px 0 60px;
}
.edit-box:nth-child(2n){
background: #F6F6F6;
}
.edit-box2{
  padding: 50px 0 60px;
}
.pt-20{
  padding-top: 20px;
}
.edit-box .wsc-editCon, .edit-box2 .wsc-editCon ,.flow-block .wsc-editCon{
  margin-top: 24px;
}
.edit-box2:nth-child(2n){
  border-top: 10px solid #F6F6F6;
}
.flow-header{
  width: 100%;
}
.hesb-block{
  padding: 50px 0 120px;
  background: url(../images/hesb-block.png) no-repeat center bottom;
}
.hesb-btns{
  width: 630px;
  padding-bottom: 56px;
  margin: -112px auto 0;
}
.fa-fwblock{
  height: 267px;
  box-sizing: border-box;
  padding: 38px 0 44px;
  color:rgba(255,255,255,1);
  background: url(../images/fa-fwblock.png) no-repeat center bottom;
}
.flow-block{
  background: #f6f6f6;
padding: 50px 0 60px;
}
.fa-fwblock .faTit{
  font-size:26px;
  font-weight:bold;
}
.fa-fwblock .faText{
  font-size:16px;
 margin-top: 12px;
}
.fa-fwblock .faTel{
  font-size:34px;
font-family:Arial;
font-weight:bold;
margin-bottom: 12px;
}
.hesb-btns .btn{
  width: 310px;
  float: left;
  height: 56px;
  line-height: 56px;
}
.hesb-btns .btn-online{
  margin-left: 10px;
}
.flow-header li{
  list-style:none;
  width: 20%;
  text-align: center;
  border-top: 4px solid rgba(215,226,241,1);
  float: left;
  height:60px;
  box-sizing: border-box;
  line-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size:16px;
  padding: 0 10px;
  color:rgba(51,51,51,1);
  transition: 0.36s;
  background:rgba(215,226,241,1) url(../images/flow-line.png) no-repeat left center;
}
.flow-header li:first-child{
  background:rgba(215,226,241,1); 
}
.flow-header li.active{
  background:#fff;
  border-top: 4px solid #2565D8;
  color: #2565D8;
}
.flow-box{
width: 1180px;
display: none;
background: #fff;
height: 490px;
overflow: hidden;
}
.fimg-box{
  display: table-cell;
  vertical-align: middle;
  text-align: center; 
}

.flow-box.active{
  display: table;
}
.fanav-list .nav-item {
  display: block;
  float: left;
  width:212px;
  height:180px;
  box-sizing: border-box;
  border:1px solid rgba(255,255,255,0.3);
  margin-left: 30px;
  transition: 0.36s;
}
.fanav-list .nav-item:hover{
background:rgba(255,255,255,0.1) ;
}
.fanav-list .nav-tit{
 margin-top: 20px;
  line-height:24px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
 .fanav-list .nave-icon{
   width: 69px;
   margin:30px auto 0;
  height:53px ;
}
.fanav-list .icon1 {
   background: url(../images/fa-ico1.png) no-repeat center center;  
}
.fanav-list .icon2 {
  background: url(../images/fa-ico2.png) no-repeat center center;  
}
.fanav-list .icon3 {
  background: url(../images/fa-ico3.png) no-repeat center center;  
} 
.fanav-list .icon4 {
  background: url(../images/fa-ico4.png) no-repeat center center;  
} 
.fanav-list .icon5 {
  background: url(../images/fa-ico5.png) no-repeat center center;  
}
.fa-block{
  padding: 10px 0 60px;
}
.fa-item {
  box-sizing: border-box;
  margin: 30px auto 0;
}
.fa-item  .item-img{
  width:380px;
  height:285px;
}
.fa-item  .item-info{
  width:800px;
  padding: 28px 40px 30px;
  box-sizing:border-box;
  height:285px;
  background:rgba(246,246,246,1);
}
.fa-item  .item-tit{
  font-size:26px;
  font-weight:bold;
  transition: 0.36s;
  color:rgba(51,51,51,1);
}
.fa-item  .item-tit:hover{
  color: #2565D8;
}
.fsbtit{
  font-size:14px;
}
.fsbmsg{
  font-size:14px;
  margin-top: 8px;
  color:rgba(136,136,136,1);
}
.btit-white{
  color: #fff !important;
}
.f-line {
  width: 580px;
  height: 1px;
  margin: 10px 0 12px;
  background: #EEEEEE;
}
.fa-item  .item-text p{
  font-size:14px;
  margin-top: 12px;
  overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
  line-height:26px;
  color:rgba(136,136,136,1);
}
.industry-intro{
  padding: 30px 68px 30px;
  background: #fff;
  font-size: 14px;
  position: relative;
  background: #F6F6F6;
  color: rgba(51,51,51,1);
  line-height:24px;
}
.industry-intro p{
  margin: 8px 0 0;
}
.industry-intro::before {
  display: inline-block;
  font-size: 0;
  content: '.';
  top: 44px;
  left:30px;
  position: absolute;
  height: 22px;
  width: 23px;
  background: url(../images/industry-icon1.png) no-repeat center center;
}
.industry-intro::after {
  display: inline-block;
  font-size: 0;
  content: '.';
  bottom: 40px;
  right: 30px;
  height: 22px;
  position: absolute;
  width:23px;
  background: url(../images/industry-icon2.png) no-repeat center center;
}

.fa-item .btn{
background: #fff;
width: 210px;
margin-top: 18px;
}
.fa-item .btn:hover{
  background: #113d7c;
}
.fa-item2{
  background: #f6f6f6;
}
.fa-item2 .item-info{
  background:#fff;
}
 
.wsc-banner{
  margin-top: -87px;
}
.header-fix{
  background: none;
}
.header-fix .wsc-NavCon{
  background: none;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.wsc-bmain{
  width: 1180px;
  margin: 0 auto;
  text-align: left;
}
.lx-block{
  background: url(../images/lx-bg.jpg) no-repeat center top;
  padding: 50px 0;
  height:208px;
  box-sizing: border-box;
}
.lx-tit{
  font-size: 26px;
  font-weight: bold;
}
.lx-tit span{
  color: #2565D8;
}
.lx-btn{
  margin-top: 30px;
}
.anli-tit{ 
font-size: 26px;
color: #333333;
font-weight: bold;
margin-bottom: 8px;
}
.alTitText{
  float: left;
  color: #888;
}
.lx-block .btn{
  width:180px;
height:44px;
line-height: 44px;
}
.lx-block .btn-online{
  font-size: 14px;
}
.btn-lx{
  font-size:18px;
font-family:Arial;
font-weight:bold;
color:rgba(51,51,51,1);
}
.btn-lx span{
  display: inline-block;
  padding-left: 40px;
  background: url(../images/lxdh-icon.png) no-repeat left center;
  font-family: neutraface2display-titling-webfont_woff2_0;
}
.an-bgf6{
  background: #F6F6F6;
}
.an-bgf6  .pjList .item{
  background: #fff;
}
/* 案例 */
.pj-top {
  margin-top:40px;
  height: 90px;
}
.pdTab2 li{
  width: 25%;
}
.pj-top-nav{
  height: 90px;
  width: 100%;
  position: absolute;
  z-index: 1000;
  background-color: #fff;
}
.pj-top-nav  .pj-list-nav{
  width: 1180px;
  margin: 0 auto;
}

.pj-top-nav  .nav-pj-top:first-child{
  margin-left: -2px;
}
.anli-block{
padding: 50px 0 60px;
}
.pj-list-nav{
  margin: 0 0 10px -7px;
  }
  .nav-pj-top {
    width: 228px;
    display: inline-block;
    height: 90px;
    padding: 18px 28px;
    font-size: 0;
    border-top: 4px solid #F6F6F6;
    background: #F6F6F6;
    box-sizing: border-box;
    margin-left: 6px;
  }
  .pj-list-nav .nav-pj-top.active, .pj-list-nav .nav-pj-top:hover {
    border-top: 4px solid #2565D8;
  }
  .nav-pj-img {
    height: 52px;
    width: 48px;
    float: left;
  }
  .nav-pj-tit {
    float:right;
    width: 100px;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    margin-top: 10px;
    color:#888888;
    line-height:26px;
    transition: 0.3s;
  }
  .pj-list-nav .nav-pj-top.active .nav-pj-tit, .pj-list-nav .nav-pj-top:hover .nav-pj-tit {
    color: #2565D8;
  }
  .nav-pj-top .img1{
    background: url(../images/pj-icon1.png) no-repeat center center;
  }
  .nTit {
    position: relative;
    line-height: 30px;
    height: 30px;
}
 .nTit .lTitMore{
   margin-top: 8px;
 }
  .nav-pj-top .img2{
    background: url(../images/pj-icon2.png) no-repeat center center;
  }
  .nav-pj-top .img3{
    background: url(../images/pj-icon3.png) no-repeat center center;
  }
  .nav-pj-top .img4{
    background: url(../images/pj-icon4.png) no-repeat center center;
  }
  .nav-pj-top .img5{
    background: url(../images/pj-icon5.png) no-repeat center center;
  }
  .pj-list-nav .nav-pj-top.active .img1, .pj-list-nav .nav-pj-top:hover .img1{
    background: url(../images/pj-icon1h.png) no-repeat center center;
  }
  .pj-list-nav .nav-pj-top.active .img2, .pj-list-nav .nav-pj-top:hover .img2{
    background: url(../images/pj-icon2h.png) no-repeat center center;
  }
  .pj-list-nav .nav-pj-top.active .img3, .pj-list-nav .nav-pj-top:hover .img3{
    background: url(../images/pj-icon3h.png) no-repeat center center;
  }
  .pj-list-nav .nav-pj-top.active .img4, .pj-list-nav .nav-pj-top:hover .img4{
    background: url(../images/pj-icon4hh.png) no-repeat center center;
  }
  .pj-list-nav .nav-pj-top.active .img5, .pj-list-nav .nav-pj-top:hover .img5{
    background: url(../images/pj-icon5hh.png) no-repeat center center;
  }
  .pjMain{
  padding-top: 10px;
  }
.pjMain .pjList .item{
width: 380px;
}
.album-pic .list-item4{
  cursor: pointer;
  border-top: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
  border-left: 1px solid #f6f6f6;
}
.list-img4{
  height: 253px;
}
.pjMain .pjList .item-tit{
  height: 24px;
  -webkit-line-clamp:1;
}
.pjMain .pjList .item-img{
  width: 380px;
  height: 285px;
}
.pjMain .pjList .item-info{
  width: 380px;
  height: 166px;
}
.pj-address{
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #EBEBEB;
}
.pj-address span{
  display: inline-block;
  padding-left: 24px;
  font-size: 14px;
  color: #888;
  background: url(../images/pjdd-icon.png) no-repeat left center;
}
 /* 新闻 */
 .nTitText{
   float: left;
  font-size:30px;
  font-weight:bold;
  color:rgba(51,51,51,1);
 }
.new-block1{
  padding: 36px 0 60px;
}
 .new-block3 ,.new-block5{
  padding: 56px 0 60px;
}
.new3-main .list-item{
border-bottom: none;
background: #fff;
padding-bottom: 0;
}
.new3-main .list-tit{
  margin-top: 15px;
}
.new3-main .list-mark{
margin-top: 4px;
}
.new3-main .list-text{
  margin-top: 4px;
}
.new-block1 .list-item{
  margin-top: 0;
  padding-top: 15px;
}
 
.new-block1 .jh-main .list-text{
margin-top: 8px;
}
.new-block1 .jh-main  .list-mark{
  margin-top: 6px;
}
.new-block3 .row-box:first-child{
  margin-right: 20px;
}
.new-block3 .row-box{
 width: 580px;
 float: left;
}
.wsc-edit .inb4-bk-list .list-tit{
  width: 86%;
}
.new-block3 .list-main .list-item{
  margin-top: 10px;
}
.new-block3  .list-main .list-tit {
  float: left;
  width: 400px;
}
 
.new-block3 .list-main .list-time {
  float: right;
  color: #999999;
  font-size: 14px;
  margin-right: 0;
}
.jh-main2{
  background-color: #fff;
}
.jh-main2 .list-info{
padding: 0;
} 
.jh-main2  .list-item{
  margin-top: 22px;
  padding-bottom: 22px;
}
 .wsc-breadCon2{
  float: left;
}
.new3-main .list-info{
  width: 320px;
  }
.new3-main .list-tit{
 width: 100%;
}
.nlist-info .list-tit{
  float: left;
  width: 400px;
}
.wsc-editCon a ,.d-intro a{
  color: #2565D8;
}
.wsc-editCon a:hover ,.d-intro a:hover{
  color: #2565D8;
}
.npicshow .picshowCon {
  padding-bottom: 41px;
  background-color: #f6f6f6;
}
.npicshow .picshowCon{
  width: 580px;
}
.nover{
  overflow: visible;
}
.inpicp{
  left:30px;
  height: 12px;
  top:500px;
   background: url("../images/nleftsw.png") no-repeat center center;
  width: 7px;
  }
  .inpicp:hover{
    background: url(../images/nleftswh.png) no-repeat center center;
  }
  .inpicn{
    right:452px;
    height: 12px;
    background: url("../images/nrightsw.png") no-repeat center center;
    width: 7px;
    top:500px;
    }
    .inpicn:hover{
      background: url(../images/nrightswh.png) no-repeat center center;
    }
.npicshow .inpicn{
  right:510px;
}
.new-block5 .picshow ,.new-block5 .picshowCon{
  width: 580px;
}
.new-block5 .picshowCon{
  background: #F6F6F6;
  padding-bottom: 28px;
}
.new-block5 .list-picitem .list-tit{
margin-top: 4px;
}
.npicp2{
  left: 30px;
  height: 12px;
  top: 430px;
  background: url(../images/nleftsw.png) no-repeat center center;
  width: 7px;
}
.npicp2:hover{
  background: url(../images/nleftswh.png) no-repeat center center;
}
.npicn2{
  right: 510px;
  height: 12px;
  background: url(../images/nrightsw.png) no-repeat center center;
  width: 7px;
  top: 430px;
}
.npicn2:hover{
  background: url(../images/nrightswh.png) no-repeat center center;
}
.nlist-info .list-time{
  float: right;
  color: #999999;
  font-size: 14px;
  margin-right: 0;  
} 
 .wsc-secnav {
  float: right;
  font-size: 14px;
  line-height: 54px;
  color: #666;
}
.wsc-secnav li {
  float: left;
  width:120px;
  height: 54px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.wsc-secnav li .cline{
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    background-color: #fff;
    width: 0;
}
.wsc-secnav li a {
  transition: 0.36s;
  color: #333;
  font-size: 14px;
}
.wsc-secnav li:hover  , .wsc-secnav li.active{
  background:rgba(255,255,255,1);
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  border-bottom: none;
  font-weight: bold;
}
.wsc-secnav li:hover  a, .wsc-secnav li.active a{
  font-weight: bold;
}
.wsc-secnav li:hover .cline,.wsc-secnav li.active .cline{
  width: 100%;
}
.anli-main .pjList .item{
  width: 380px;
}
.rpj-mian  .item{
  width: 380px;
}
.mt-0{
  margin-top: 0;
}
.newshow .picshowCon{
  width: 1180px;
}
.newshow  .right-block{
  width:420px;
  height:280px;
  overflow: hidden;
}
.newshow  .picshowitem img{
  transition: 0.36s;
}
.newshow  .picshowitem:hover img{ 
  transform: scale(1.08);
} 

.newshow  .list-info{
  width: 760px;
  height:280px;
  box-sizing: border-box;
background:rgba(246,246,246,1);
padding: 32px 30px;
}
.newshow  .list-text{
  max-height: 72px;
  -webkit-line-clamp:3;
}
.npicp{
  left: 32px;
  height: 12px;
  top: 210px;
  background: url(../images/nleftsw.png) no-repeat center center;
  width: 7px;
}
.npicp:hover{
  background: url(../images/nleftswh.png) no-repeat center center;
}
.npicn{
  right: 1110px;
  height: 12px;
  top: 210px;
  background: url(../images/nrightsw.png) no-repeat center center;
  width: 7px;
}
.npicn:hover{
  background: url(../images/nrightswh.png) no-repeat center center;
}
.newMain{
  padding: 40px 0 60px;
}
.cmfm-main .form-bar2{
  background:url(../images/form-sbg2.png) no-repeat center top;
}
/* 视频 */
.banTit3{
  padding-top: 190px;
}
.vTit{
  font-size:30px;
  font-weight:bold;
  margin-top: 56px;
  color:rgba(51,51,51,1);
  line-height: 30px;
}
.video-block{
  margin:-20px auto 76px;
}
.video-main{
  padding-top: 10px;
}

.video-one{
  width:460px;
  margin-left: -20px;
height:356px;
}
.video-one .list-item2{
  width:460px;
  height:256px;
}
.video-one .list-img2{
  height:256px;
}
.video-list{
  width:720px;
  margin-left: 20px;
}
.video-list .list-item2{
  width:220px;
  height:168px;
  float: left;
}
.video-list .list-img2{
  height:123px;
}
.video-list  .list-info2{
padding: 10px 20px 11px;
}
.video-list2{
  width: 1200px;
  margin-left:-20px;
}
.banText3{
font-size: 18px;
}
.dvideo-box{
  padding:26px 30px;
}
.rlist-times{
color: #999999;
margin-top: 10px;
}
.rlist-style1 .list-playicon{
  width: 30px;
  height: 30px;
  background: url(../images/splay-ico.png) no-repeat center center;
}
.v-intro{
  margin-top: 0;
  padding: 0;
}
.vd-content{
  padding: 0 30px;
}
.vd-content .wsc-tags a{
  background-color: #fff;
}
.vsc-detlink {
  margin-top: 38px;
  border-top: 1px solid #EBEBEB;
  padding:26px 30px;
}
.wsc-album{
  padding:56px 0 60px ;
}
.vsc-detlink .dl-prev .dp-arr{
  display: inline-block;
  width: 18px;
  margin-left:-18px;
  height: 24px;
  background: url(../images/last-icon.png) no-repeat left center;
}
.vsc-detlink .dl-prev{
  padding-left: 18px;
}
.vsc-detlink .dl-next{
  padding-right: 18px;
}
.vsc-detlink .dl-next .dn-arr{
  display: inline-block;
  width: 18px;
  margin-right: -18px;
  height: 24px;
  background: url(../images/next-icon.png) no-repeat right center;
}
.ralbumTit ,.pjTit{
  font-size:30px;
  font-weight:bold;
  color:rgba(51,51,51,1);
}
.d-index2{
  padding: 30px 30px 0 30px;
}
.sp-more {
  position: absolute;
  right: 0;
  color: #999;
  font-size: 16px;
  transition: 0.36s;
} 
.sp-more span {
  padding-right: 24px;
  background: url(../images/sp-return.png) no-repeat right center;
}
.pt-relat{
  position: relative;
}
.mb-20{
  margin-bottom: 20px;
}
 .wsc-album  .list-img2{
height: 254px;
 }
 .wsc-album .list-info2{
  padding:20px 30px 22px;
}
 .wsc-album .list-info2 .list-tit2{
   font-size: 18px;
 }
 .wsc-album .list-main2 .list-time{
  margin-top: 12px;
 }
 .ab-intro{
   margin-top: 14px;
   padding: 0;
   max-height: 72px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: unset;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
 }
 .list-main2   .list-tit4 span {
  display:block;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 30px;
  background: url(../images/pic-ico.png) no-repeat 0 center;
}
.pb-0{
  padding-bottom: 0;
}
.wsc-video{
  padding: 56px 0 60px;
}
.picdet-line{
  height: 1px;
  margin: 10px 0 38px;
  background:rgba(235,235,235,1);
}
.albumShowp {
  left: 0;
}
.albumShown {
  right: 0;
}
.albumShowChange {
  position: absolute;
  top:  2px;
  width: 134px;
  height: 90px;
  overflow: hidden;
}
.albumShowChange em {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 90px;
  transition: 0.36s;
}
.albumShowChange:hover em {
  background: rgba(0, 0, 0, 0.66);
}
.dialog-video .dia-content {
  width: 790px;
  height: 491px;
  border: 20px solid #fff;
  border-radius: 0;
}
.dialog-video video {
  margin-top: 30px;
  width: 100%;
  height: 100%;
}
.dialog-video .dia-inner {
  padding: 0;
}
.dialog-video .dia-close {
  top: -35px;
  right: 0;
  background: url(../images/video-close.png) no-repeat center center;
}
.al-bgf6{
  background: #f6f6f6;
}
.al-bgf6 .pjList .item{
  background: #fff;
}
/* 图库 */
.albumMain .list-img2{
height: 250px;
box-sizing: border-box;
border-top:10px solid #F6F6F6;
border-left:10px solid #F6F6F6;
border-right:10px solid #F6F6F6;
background-color: #F6F6F6;
}
.albumMain{
  margin-left: -20px;
  padding-top: 10px;
}
.albumMain .list-img2 img{
  width: 100%;
  height: 100%;
  transition: 0.36s;
}
.albumMain .list-item2:hover img{
  transform: scale(1.08);
}
.albumMain .list-tit2{
  transition: 0.36s;
}
.albumMain .list-tit2:hover{
color:rgba(37,101,216,1) ;
}
.album-plist{
    display: none;  
}
/* 企业文化 */
.qywh-block1{
  padding: 40px 0 30px;
}
.qywh-block1 .item-box{
  margin-bottom: 20px;
  width:1180px;
  height:259px;
  background:rgba(246,246,246,1);
}
.qywh-block1 .item-img{
  width:550px;
height:259px;
}
.qywh-block1 .item-info{
  width: 630px;
  box-sizing: border-box;
  height:259px;
  padding: 56px 50px;
}
 
.qywh-block1 .item-tit span{
  display: inline-block;
  padding-left: 36px;
  font-size:30px;
  font-weight:bold;
  display: inline-block;
  color:rgba(37,101,216,1);
  line-height:28px;
  vertical-align: middle;
}
.qywh-block1 .item-tit .icon1{
background: url(../images/qywh1-ico1.png) no-repeat left center;
}
.qywh-block1 .item-tit .icon2{
  background: url(../images/qywh1-ico2.png) no-repeat left center;
  }
  .qywh-block1 .item-text{
    margin-top: 22px;
    font-size:16px;
    color:rgba(102,102,102,1);
    line-height:30px;
  }
  .qywh-block2{
    padding: 57px 0 60px;
    text-align: center;
    background: url(../images/qywh-bg01.png) no-repeat top center;
  }
  .qywh-block2 .tit ,.qywh-block3 .tit{
    font-size:30px;
font-weight:bold;
color:rgba(255,255,255,1);
line-height:30px;
  }
  .qywh-block2 .yj{
    margin: 37px auto 0;
    width: 707px;
    height: 106px;
    background: url(../images/qywh-yj.png) no-repeat top center;
  }
  .qywh-block3{
    padding: 66px 0 88px;
    background: url(../images/qywh-bg02.png) no-repeat top center;
  }
   .qywh-block3 .tit{
     color: #333;
   }
  .qywh3-main{
    margin-left: -20px;
    margin-top: 28px;
  }
  .qywh3-main .item{
    width:280px;
    text-align: center;
height:205px;
float: left;
box-sizing: border-box;
margin-left: 20px;
background:rgba(246,246,246,1);
  }
  .qywh3-main .item-icon{
    width:91px;
    margin: 30px auto 24px;
    height:91px;
  }
  .qywh3-main .icon1{
    background: url(../images/qywh3-ico1.png) no-repeat center center;
  }
  .qywh3-main .icon2{
    background: url(../images/qywh3-ico2.png) no-repeat center center;
  }
  .qywh3-main .icon3{
    background: url(../images/qywh3-ico3.png) no-repeat center center;
  }
  .qywh3-main .icon4{
    background: url(../images/qywh3-ico4.png) no-repeat center center;
  }
  .qywh3-main .item-tit{
    font-size:26px;
line-height: 30px;
color:rgba(51,51,51,1);
  }
  .qywh-block4{
    padding: 54px 0 64px;
    background:rgba(246,246,246,1);
  }
  .qywh4-main .item{
float: left;
margin-left: 10px;
margin-top: 10px;
  }
  .qywh4-left{
width: 860px;
margin-left: -10px;
float: left;
  }
  .qywh4-right{
    width: 330px;
    float: left;  
  }
.qywh4-main .item1{
  width:320px;
height:295px;
overflow: hidden;
}
.qywh4-main .item1 img{
  width:320px;
  height:295px;
}
.qywh4-main .item2{
  width:519px;
  height:295px;
  overflow: hidden;
}
.qywh4-main .item2 img{
  width:519px;
  height:295px;
}
.qywh4-main .item3{
  width:320px;
height:600px;
}
.qywh4-main .item4{
  width:651px;
height:295px;
}
.qywh4-main .item5{
  width:517px;
height:295px;
}
.qywh4-item{
  padding: 12px;
  box-sizing: border-box;
  background:rgba(37,101,216,1);
}
.qywh4-item .item-box{
  padding: 42px 28px;
  height:270px;
  box-sizing: border-box;
  border:1px solid rgba(255,255,255,1);
}
.qywh4-item .item-tit{
  font-size:30px;
  line-height: 30px;
  font-weight:bold;
  color:rgba(255,255,255,1);
}
.qywh4-item .item-text{
  font-size:16px;
  margin-top: 16px;
font-weight:400;
color:rgba(255,255,255,1);
line-height:30px;
}
.qywh4-item .item-text p{
  margin-top: 8px;
}
.qywh4-list{
  margin-left: -10px;
}
.album-block{
  border-top: 10px solid #F6F6F6;
  padding: 46px 0 60px;
}
.album-block .albumMain{
 padding-top: 0;
}
.pd-top3{
  padding: 50px 0 54px;
  background: url(../images/case-bg.png) no-repeat center top;
}
.pd-img2{
  width: 580px;
  height: 435px;
  overflow: hidden;
}
.pd-img2 img{
  width: 580px;
  height: 435px;
}
.pd-info2{
  width:620px;
  height:420px;
  padding: 46px 49px 59px;
  box-sizing: border-box;
  background: #fff;
}
.pd-info2 .d-attr{
  margin-top: 36px;
}
.pd-info2 .btn-tel{
  border: 1px solid #E2E2E2;
  margin-left:10px;
}
.caselx-block{
  margin-top:54px;
}
.caselx-main{
  height: 110px;
  padding: 1px 79px;
  box-sizing: border-box;
  background: url(../images/caselx-block.png) no-repeat center top;
}
.eval-box{
  background: #f6f6f6;
  padding: 50px 0 60px;
}
.eval-main{
  position: relative;
  padding: 0 90px 30px;
  background: #fff;
   border-left:1px solid #EBEBEB;
   border-right:1px solid #EBEBEB;
   border-bottom:1px solid #EBEBEB;
   border-radius:0 0 8px 8px;
}
.eval-bg{
  height: 85px;
  background: url(../images/eval-bg.png) no-repeat center top;
}
.eval-main p{
  margin: 0;
  line-height: 30px;
}
.eval-main::before{
  display: inline-block;
  font-size: 0;
  content: '.';
  top:0px;
  left: 40px;
  position: absolute;
  height: 20px;
  width: 20px;
  background: url(../images/gyyj-icon1.png) no-repeat center center;
}
.eval-main::after{
  display: inline-block;
  font-size: 0;
  content: '.';
  bottom:34px;
  right: 40px;
  height: 20px;
  position: absolute;
  width: 20px;
  background: url(../images/gyyj-icon2.png) no-repeat center center;
}
.wsc-video .lMain{
  margin-top: 30px;
}