.moreBtn {
  width: 100%;
  height: 44px;
  background-color: #005aa1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
  line-height: 44px;
  color: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  margin-top: 40px;
}
.moreBtn img {
  margin-left: 12px;
  position: relative;
  top: -2px;
}
.sol_a {
  padding-bottom: 7.87%;
}
.sol_a .sol-ul a {
  margin-bottom: 30px;
}
.sol_a .sol-ul a .imgbox {
  width: 50%;
  border: 2px solid #ccc;
  overflow: hidden;
}
.sol_a .sol-ul a .imgbox img {
  width: 100%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.sol_a .sol-ul a .textbox {
  width: 44.2857%;
  padding-top: 5.75%;
}
.sol_a .sol-ul a .textbox .tlbox {
  padding-bottom: 27px;
  position: relative;
  width: 365px;
  margin-bottom: 36px;
}
.sol_a .sol-ul a .textbox .tlbox .cn {
  font-size: 28px;
  font-weight: bold;
  color: #444444;
  margin-bottom: 12px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.sol_a .sol-ul a .textbox .tlbox .en {
  color: #aaaaaa;
  text-transform: uppercase;
}
.sol_a .sol-ul a .textbox .te {
  line-height: 26px;
  letter-spacing: 0px;
  color: #888888;
  height: 78px;
  margin-bottom: 35px;
  font-size: 16px;
}
.sol_a .sol-ul a .textbox .tlbox::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  bottom: 0;
  left: 0;
}
.sol_a .sol-ul a .textbox .tlbox::before {
  content: '';
  width: 45px;
  height: 2px;
  background-color: #137ade;
  left: 0;
  bottom: 0;
}
.sol_a .sol-ul a .textbox .more {
  width: 34px;
  height: 34px;
  background-color: #137ade;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.sol_a .sol-ul a:nth-child(2n+1) .imgbox {
  float: left;
  -webkit-animation-name: fadeInLeft_qs50;
     -moz-animation-name: fadeInLeft_qs50;
          animation-name: fadeInLeft_qs50;
}
.sol_a .sol-ul a:nth-child(2n+1) .textbox {
  float: right;
  -webkit-animation-name: fadeInRight_qs50;
     -moz-animation-name: fadeInRight_qs50;
          animation-name: fadeInRight_qs50;
}
.sol_a .sol-ul a:nth-child(2n) .imgbox {
  float: right;
  -webkit-animation-name: fadeInRight_qs50;
     -moz-animation-name: fadeInRight_qs50;
          animation-name: fadeInRight_qs50;
}
.sol_a .sol-ul a:nth-child(2n) .textbox {
  float: left;
  -webkit-animation-name: fadeInLeft_qs50;
     -moz-animation-name: fadeInLeft_qs50;
          animation-name: fadeInLeft_qs50;
}
.sol_a .sol-ul a:hover .imgbox img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sol_a .sol-ul a:hover .textbox .tlbox .cn {
  color: #137ade;
}
.sol_a .sol-ul a:last-child {
  margin-bottom: 0;
}
.sol_b {
  padding: 4% 0;
  overflow: visible !important;
}
.sol_b .pronav{
  display: flex;
  justify-content: space-between;
}
.sol_b .pnav{
  width: 16%;
}
.sol_b .pnav .pnavlist{
  position: sticky !important; /* 粘性定位核心属性 */
  top: 140px !important; /* 触发点：距离视口顶部0px时固定 */
  z-index: 100 !important; /* 避免被其他元素覆盖 */
  background: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .1);
}
.sol_b .pnav h2{
  padding: 30px 25px;
  background: #137ade;
  text-transform: uppercase;
  border-top-left-radius: 20px;
  /*border-top: 2px solid #137ade;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;*/
  color: #fff;
  font-size: 25px;
}
.sol_b .pnav .pnavlist .xian{
  width: 25px;
  height: 2px;
  margin-top: 15px;
  background-color: #fff;
}
.sol_b .pnav ul{
}
.sol_b .pnav ul li {
  padding: 10px 20px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  transition:all 0.5s;
}
.sol_b .pnav ul li:first-child {
  padding-top: 15px;
}
.sol_b .pnav ul li:last-child {
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.sol_b .pnav ul li a{
  font-size: 16px;
  line-height: 30px;
  color: #5c5c5c;
  transition:all 0.4s;
}
.sol_b .pnav ul li:hover {
  border-left: 1px solid #137ade;
  background: #f5f5f5;
-webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.sol_b .pnav ul li.actA {
  border-left: 1px solid #137ade;
  background: #f5f5f5;
}
.sol_b .pnav ul li:hover a{
  text-decoration: underline;
  color: #137ade;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.sol_b .pnav ul li.actA a{
  color: #137ade;
}
.sol_b .plistr{
  width: 83%;
  background: #f5f5f5;
  padding: 2.6% 2%;
/*  box-shadow: 3px 3px 6px rgba(0, 0, 0, .1);*/
}
.sol_b .sollist-ul .a {
  width: 32%;
  float: left;
  margin: 2% 2% 0 0;
  background-color: #fff;
  border: 1px solid #efefef;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;*/
  padding: 10px;
  position: relative;
}
.sol_b .plistr .probox:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #137ade;
    border-radius: 5px;
    transition: all .5s ease;
}
.sol_b .plistr .probox:hover:after {
    height: 100%;
}
.sol_b .plistr .proboxm {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.sol_b .sollist-ul .a .lt {
/*  border-right: 1px solid #eaeaea;*/
  text-align: center;
  width: 100%;
/*  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;*/
}
.sol_b .sollist-ul .a .lt .imgbox {
  margin: 0 auto;
  height: auto;
}
.sol_b .sollist-ul .a .lt .imgbox img {
  width: 100%;
  height: 100%;
}
.sol_b .sollist-ul .a .lt .class {
  color: #666666;
}
.sol_b .sollist-ul .a .tlbox {
/*  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;*/
  padding: 30px 20px;
  border-top: 1px solid #eee;
}
.sol_b .sollist-ul .a .tlbox .lm{
  font-size: 13px;
  color: #999;
  margin: 0 0 6px 0;
}
.sol_b .sollist-ul .a .tlbox .cn{
  font-size: 21px;
  color: #444444;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.sol_b .sollist-ul .a .tlbox p {
  height: 50px;
  overflow: hidden;
  font-size: 16px;
  color: #777;
  line-height: 26px;
  margin-bottom: 30px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.sol_b .sollist-ul .a .tlbox .more{
  color: #666;
  font-size: 14px;
  padding-right: 15px;
  display: inline-block;
    background-image: url(../images/more_jt_02.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.sol_b .sollist-ul .a .tlbox:hover .more {
  color: #137ade;
  padding-right: 20px;
  background-image: url(../images/more_jt_02_b.png);
    background-position: right center;
}
.sol_b .sollist-ul .a .tlbox .cn span,
.sol_b .sollist-ul .a .tlbox .p span {
  position: relative;
  text-transform: capitalize;
}
.sol_b .sollist-ul .a .tlbox .cn span::after,
.sol_b .sollist-ul .a .tlbox .p span::after {
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #137ade;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.sol_b .sollist-ul .a:hover {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
}
.sol_b .sollist-ul .a:hover .tlbox .cn span,
.sol_b .sollist-ul .a:hover .tlbox .p span {
  color: #137ade;
}
.sol_b .sollist-ul .a:hover .tlbox .cn span::after,
.sol_b .sollist-ul .a:hover .tlbox .p span::after {
  width: 100%;
}
.sol_b .sollist-ul .a .tlbox .cn {
  margin-bottom: 15px;
}
.sol_b .sollist-ul .a:nth-child(3n) {
  margin-right: 0;
}
.sol_b .sollist-ul .a:nth-child(1),
.sol_b .sollist-ul .a:nth-child(2),
.sol_b .sollist-ul .a:nth-child(3) {
  margin-top: 0;
}


.sbul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sbul .sblist{
  width: 100%;
  background-color: #fff;
  margin-bottom: 30px;
  border: 2px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition:all 0.4s;
}
.sbul .sblist:hover{
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, .16);
}
.sbul .sblist .sbimg{
  border-right: 1px solid #eee;
  padding: 20px;
  width: 40%;
}
.sbul .sblist .sbimg .img{
  height: auto;
  overflow: hidden;
}
.sbul .sblist .sbimg img{
  height: 100%;
  width: 100%;
}
.sbul .sblist .sbbox{
  padding: 20px 5px;
  width: 55%;
}
.sbul .sblist .sbbox h2{
  padding: 20px 0;
  font-size: 24px;
  color: #333;
  font-weight: 500;
}
.sbul .sblist .sbbox:hover h2{
  color: #137ade;
  text-decoration: underline;
}
.sbul .sblist .sbbox p{
  padding: 0 0 45px;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  font-weight: 500;
}
.sbul .sblist .sbbox .more{
  /*border: 1px solid #e6e6e6;
  border-radius: 50px;
  padding: 15px 55px 15px 30px;*/
  color: #666;
  font-size: 14px;
  padding-right: 15px;
  display: inline-block;
    background-image: url(../images/more_jt_02.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.sbul .sblist .sbbox:hover .more {
  color: #137ade;
  padding-right: 20px;
  background-image: url(../images/more_jt_02_b.png);
    background-position: right center;
}

.protop{
  width: 100%;
  padding: 0;
  background: url(../images/proban.jpg) no-repeat center;
}
.sbtop{
  width: 100%;
  padding: 0;
  background: url(../images/sbban.jpg) no-repeat center;
}
.newstop{
  width: 100%;
  padding: 0;
  background: url(../images/newsban.jpg) no-repeat center;
}
.nms{

}
.nms .nmsm{
  display: flex;
  align-items: center;
  padding-left: 10%;
}
.nms .nmsm .nmsnr{
  width: 40%;
  padding: 111px 0;
}
.nms .nmsm .h2{
/*  width: 19%;*/
}
.nms .nmsm .h2 span {
    color: #137ade;
    font-size: 45px;
    font-weight: bold;
    float: left;
}
.nms .nmsm .h2 h2{
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  padding-bottom: 10px;
  text-transform: uppercase;
/*  padding-left: 20px;
  float: left;*/
}
.nms .nmsm .ms{
/*  width: 45%;*/
/*  padding: 0 3%;*/
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}
.nms .nmsm .nbanimg{
  width: 45%;
}



@media (max-width: 1440px) {
  .sol_a .sol-ul a .textbox .tlbox .cn {
    font-size: 20px;
  }
  .sbul .sblist .sbimg .img{
    height: 327px;
  }
}
@media (max-width: 1366px) {
  .sol_a .sol-ul a .textbox .tlbox {
    margin-bottom: 26px;
  }
  .sbul .sblist .sbimg .img{
    height: 300px;
  }
}
@media (max-width: 1280px) {

  .nms .nmsm{
    padding-left: 5%;
  }
  .sol_b .pnav{
    width: 23%;
  }
  .sol_b .plistr{
    width: 75%;
  }
  .sol_a {
    padding-bottom: 50px;
  }
  .sol_a .sol-ul a .textbox .tlbox {
    padding-bottom: 14px;
    margin-bottom: 14px;
    width: 100%;
  }
  .sol_a .sol-ul a .textbox .tlbox .cn {
    font-size: 18px;
  }
  .sol_a .sol-ul a .textbox .te {
    margin-bottom: 30px;
  }
  .sol_b .sollist-ul .a .tlbox .cn,
  .sol_b .sollist-ul .a .tlbox .en {
    font-size: 16px;
  }
  .sol_b .sollist-ul .a .lt .imgbox{
    height: auto;
  }
  .sbul .sblist .sbimg .img{
    height: 240px;
  }
  /*.sol_b .sollist-ul .a .tlbox p{
    height: 50px;
    overflow: hidden;
  }*/
}
@media (max-width: 1024px) {
  .sol_b .pnav .pnavlist{
    top: 85px !important;
  }
  .sol_b .pnav h2{
    font-size: 22px;
    padding: 25px 20px;
  }
  .nms .nmsm{
    padding: 0 5%;
  }
  .nms .nmsm .h2 {
    width: 100%;
    overflow: hidden;
  }
  .nms .nmsm .ms{
    width: 100%;
  }
  .nms .nmsm .nbanimg{
    display: none;
  }
  .sol_b .sollist-ul .a {
    padding: 18px;
    width: 48%;
    margin: 10px 1% !important;
  }
  .sol_b .sollist-ul .a:nth-child(1), .sol_b .sollist-ul .a:nth-child(2){
    margin-top:0;
  }
  .sol_b .sollist-ul .a:nth-child(3){
    margin: 10px 1% !important;
  }
  .sbul .sblist{
    width: 100%;
  }
  .sbul .sblist .sbimg .img{
    height: auto;
  }
  .sbul .sblist .sbbox h2{
    font-size: 22px;
    padding: 15px 0 15px;
  }
  .sbul .sblist .sbbox p{
    padding: 0 0 40px;
  }
}
@media (max-width: 768px) {
  .nms .nmsm{
    display: block;
    padding: 0 20px;
  }
  .nms .nmsm .h2 {
    width: 100%;
    overflow: hidden;
  }
  .nms .nmsm .h2 h2{
    font-size: 26px;
    line-height: 32px;
  }
  .nms .nmsm .ms{
    width: 100%;
    font-size: 15px;
  }
  .nms .nmsm .nmsnr{
    width: 80%;
    padding: 80px 0;
  }
  .sol_b .pronav{
    display: block;
  }
  .sol_b .pnav{
    width: 100%;
    margin-bottom: 30px;
  }
  .sol_b .plistr{
    width: 100%;
  }
  .sol_a .sol-ul a .imgbox,
  .sol_a .sol-ul a .textbox {
    width: 100%;
    float: none !important;
  }
  .sol_a .sol-ul a .textbox .tlbox {
    padding-bottom: 20px;
  }
  .sol_a .sol-ul a .textbox .tlbox .cn {
    font-size: 16px;
  }
  .sol_a .sol-ul a .textbox .tlbox .en {
    font-size: 12px;
  }
  .sol_a .sol-ul a .textbox .te {
    margin-bottom: 30px;
  }
  .sol_b {
    padding-bottom: 50px;
  }
  .sol_b .sollist-ul .a {
    padding: 10px;
    width: 100%;
    margin: 0 0 12px;
    display: block;
  }
  .sol_b .sollist-ul .a:nth-child(1), .sol_b .sollist-ul .a:nth-child(2){
    margin-top:0;
  }
  .sol_b .sollist-ul .a:nth-child(3){
    margin: 0 0 12px;
  }
  .sol_b .sollist-ul .a .lt {
    padding: 0 10px;
    width: 100%;
  }
  .sol_b .sollist-ul .a .lt .imgbox{
    height: auto;
  }
  .sol_b .sollist-ul .a .lt .class {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    font-size: 12px;
  }
  .sol_b .sollist-ul .a .tlbox {
    padding-left: 0;
    padding: 20px 10px;
    width: 100%;
    border-top: 1px solid #eee;
  }
  .sol_b .sollist-ul .a .tlbox .cn,
  .sol_b .sollist-ul .a .tlbox .en {
    font-size: 20px;
  }
  .sol_b .sollist-ul .a .tlbox p{
    font-size: 15px;
  }
  .sol_b .sollist-ul .a:last-child {
    margin-bottom: 0;
  }
  .sbul .sblist{
    display: block;
  }
  .sbul .sblist .sbimg{
    padding: 15px;
    width: 100%;
  }
  .sbul .sblist .sbimg .img{

  }
  .sbul .sblist .sbbox{
    width: 100%;
    padding: 30px 20px;
  }
  .sbul .sblist .sbbox h2{
    font-size: 20px;
  }
  .sbul .sblist .sbbox p{
    font-size: 15px;
  }
}
