/* 设置滚动条的样式 */::-webkit-scrollbar {    width: 10px;}
/* 滚动槽 */::-webkit-scrollbar-track {    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); border-radius: 0px;}
/* 滚动条滑块 */::-webkit-scrollbar-thumb {    border-radius: 0px;    background:#123986;}
.pages{display:table;margin: 30px 0px 20px 0px;text-align:center; width:100%;}
.pages a{display: inline-block;width:51px;height: 38px;border: 1px solid #ddd;line-height:36px;color: #333;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.pages .acti,.pages a:hover{background: #F00;color: #fff;}
.pages .current{display: inline-block;width: 51px;height: 38px;border: 1px solid #ddd;line-height:36px;color: #fff;-webkit-transition: .3s;-o-transition: .3s;transition: .3s; background:#154a9a}

.news .list {
  width: 100%;
  padding-top: 5vh;
}

.contact .conts .links ul li h5 a{
  color: #123986;
}

.footer {
  width: 100%;
  border-top: 1px solid #d0d0d0;
  float: left;
  background:#F9F9F9;
}
.contact {
  width: 100%;
  padding-top: 50px;
  float: left;
  overflow-x: hidden;
  background:#fafafb;
}
.footer .txts a{
  color: #4e4e4e;
}

.advantages .conts .codes .tits h5 {
  line-height: 40px;
  font-size: 20px;
  margin: 0;
  color: #fff;
  font-weight:bold;
}

.details {
  width: 100%;
  min-height: 100px;
  float: left;
  padding-top: 50px;
}
.details .intrs .imgs {
  width: 100%;
  padding-top: 20px;
  padding-bottom:30px;
  text-align: center;
}
.details .content .conts .imgcl img{
  max-width: 100%;
  text-align:center;
}