* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, 'microsoft yahei', arial, STHeiTi, sans-serif;
  word-break: break-all;
  background: #fff;
}
a,
a:hover {
  text-decoration: none;
}
ul,
li {
  list-style: none;
  margin: 0;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.flex-vcenter {
  display: flex;
  align-items: center;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.flex-3 {
  flex: 3;
}
.flex-4 {
  flex: 4;
}
.flex-5 {
  flex: 5;
}
.flex-6 {
  flex: 6;
}
.flex-7 {
  flex: 7;
}
.flex-8 {
  flex: 8;
}
.margin-auto {
  margin: 0 auto;
}
.margin-t-5 {
  margin-top: 5px;
}
.margin-t-10 {
  margin-top: 10px;
}
.margin-t-15 {
  margin-top: 15px;
}
.margin-t-20 {
  margin-top: 20px;
}
.margin-t-30 {
  margin-top: 30px;
}
.margin-t-40 {
  margin-top: 40px;
}
.margin-t-50 {
  margin-top: 50px;
}
.margin-b-0 {
  margin-bottom: 0;
}
.margin-b-5 {
  margin-bottom: 5px;
}
.margin-b-10 {
  margin-bottom: 10px;
}
.margin-b-20 {
  margin-bottom: 20px;
}
.margin-b-30 {
  margin-bottom: 30px;
}
.margin-r-5 {
  margin-right: 5px;
}
.margin-r-10 {
  margin-right: 10px;
}
.margin-r-20 {
  margin-right: 20px;
}
.margin-r-30 {
  margin-right: 30px;
}
.margin-l-5 {
  margin-left: 5px;
}
.margin-l-10 {
  margin-left: 10px;
}
.margin-l-20 {
  margin-left: 20px;
}
.margin-l-30 {
  margin-left: 30px;
}
.padding-5 {
  padding: 5px;
}
.padding-10 {
  padding: 10px;
}
.padding-20 {
  padding: 20px;
}
.padding-t-5 {
  padding-top: 5px;
}
.padding-t-10 {
  padding-top: 10px;
}
.padding-t-20 {
  padding-top: 20px;
}
.padding-b-5 {
  padding-bottom: 5px;
}
.padding-b-10 {
  padding-bottom: 10px;
}
.padding-b-20 {
  padding-bottom: 20px;
}
.padding-l-5 {
  padding-left: 5px;
}
.padding-l-10 {
  padding-left: 10px;
}
.padding-l-20 {
  padding-left: 20px;
}
.padding-r-5 {
  padding-right: 5px;
}
.padding-r-10 {
  padding-right: 10px;
}
.padding-r-20 {
  padding-right: 20px;
}
.padding-tb-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.padding-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-lr-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.padding-lr-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-lr-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.width-100p,
.el-date-editor.el-input.width-100p,
.el-date-editor.el-input__inner.width-100p {
  width: 100%;
}
.width-100pi,
.el-date-editor.el-input.width-100pi,
.el-date-editor.el-input__inner.width-100pi {
  width: 100% !important;
}
.width-100p.el-form-item {
  margin-right: 0;
}
.width-10 {
  width: 10px;
}
.width-15 {
  width: 15px;
}
.width-20 {
  width: 20px;
}
.width-30 {
  width: 30px;
}
.width-50 {
  width: 50px;
}
.width-60 {
  width: 60px;
}
.width-70 {
  width: 70px;
}
.width-80 {
  width: 80px;
}
.width-100 {
  width: 100px;
}
.width-150 {
  width: 150px;
}
.width-150.el-date-editor.el-input,
.width-150.el-date-editor.el-input__inner {
  width: 150px;
}
.width-160 {
  width: 160px;
}
.width-160.el-date-editor.el-input,
.width-160.el-date-editor.el-input__inner {
  width: 160px;
}
.width-200 {
  width: 200px;
}
.width-200.el-date-editor.el-input,
.width-200.el-date-editor.el-input__inner {
  width: 200px;
}
.width-250 {
  width: 250px;
}
.width-250.el-date-editor.el-input,
.width-250.el-date-editor.el-input__inner {
  width: 250px;
}
.width-300 {
  width: 300px;
}
.width-350 {
  width: 350px;
}
.width-400 {
  width: 400px;
}
.width-450 {
  width: 450px;
}
.width-500 {
  width: 500px;
}
.width-600 {
  width: 600px;
}
.width-700 {
  width: 700px;
}
.width-800 {
  width: 800px;
}
.height-0 {
  height: 0;
  overflow: hidden;
}
.color-333 {
  color: #333;
}
.color-666 {
  color: #666;
}
.color-999 {
  color: #999;
}
.color-aaa {
  color: #aaa;
}
.color-bbb {
  color: #bbb;
}
.color-ccc {
  color: #ccc;
}
.color-ddd {
  color: #ddd;
}
.color-eee {
  color: #eee;
}
.color-fff {
  color: #fff;
}
.color-red {
  color: #f92c2e;
}
.color-warning {
  color: #fce306;
}
.color-orange {
  color: #f60;
}
.color-main {
  color: #5874C8;
}
.bg-fff {
  background-color: #fff;
}
.bg-f5 {
  background-color: #F5F5F5;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-22 {
  font-size: 22px;
}
.font-24 {
  font-size: 24px;
}
.font-30 {
  font-size: 30px;
}
.line-height-30 {
  line-height: 30px;
}
.line-height-36 {
  line-height: 36px;
}
.line-dashed {
  margin-bottom: 20px;
  border-bottom: 1px dashed #bbb;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  text-justify: distribute;
  text-align: justify;
  text-align-last: justify;
  position: relative;
}
.text-justify:after {
  content: '';
  overflow: hidden;
  width: 100%;
  height: 0;
}
.invisible {
  visibility: hidden;
}
.pointer {
  cursor: pointer;
}
.header-wrap {
  height: 105px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  transition: all 0.5s;
  background: #fff;
  z-index: 99;
}
.header.pageScroll {
  transform: translateY(-100%);
}
.header.scroll {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
.header .col-logo {
  padding-top: 25px;
  font-size: 16px;
}
.header .col-logo img {
  margin-right: 20px;
}
.header .nav {
  text-align: right;
  font-size: 0;
}
.header .nav > li {
  margin: 0 16px;
  float: none;
  display: inline-block;
  font-size: 14px;
  position: relative;
}
.header .nav > li > a {
  padding: 8px 0;
  color: #888;
  position: relative;
}
.header .nav > li > a:hover {
  background: none;
}
.header .nav > li > a:hover,
.header .nav > li.active > a {
  color: #132a60;
  background: none;
  font-weight:bold;
}
.header .nav > li > a:hover:after,
.header .nav > li.active > a:after {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(34, 158, 219, 0.4);
  content: " ";
}
.header .nav > li:last-child {
  margin-right: 0;
}
.header .nav .nav-sub {
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 40px 30px 20px;
  background: #fff;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.header .nav .nav-sub a {
  padding: 5px 0;
  display: block;
  white-space: nowrap;
  color: #888;
}
.header .nav .nav-sub a:hover {
  color: #1e74b3;
}
.header .nav li:hover .nav-sub {
  opacity: 1;
  visibility: visible;
}
@media all and (max-width: 768px) {
  .header-wrap {
    height: 55px;
  }
  .header {
    height: 55px;
  }
  .header .col-logo {
    padding-top: 10px;
    font-size: 13px;
  }
  .header .col-logo img {
    height: 28px;
  }
  .header .col-md-8 {
    position: absolute;
    top: 5px;
    right: 0;
    padding-top: 0;
  }
  .header .col-md-8 .text-right {
    height: 38px;
    display: flex;
    align-items: center;
  }
  .header .col-md-8 .glyphicon {
    margin-left: 10px;
    font-size: 16px;
  }
  .header .col-md-8 .glyphicon-search {
    margin-left: 0;
  }
  .header .col-md-8 .glyphicon-th-list {
    margin: -5px 0 0 20px;
    font-size: 20px;
  }
  .header .nav {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    width: 100vw;
    background: #fff;
    text-align: left;
    border-top: 1px solid #ddd;
  }
}
.sub-nav {
  display: none;
}
.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .bx-wrapper {
  position: relative;
}
.banner .bx-wrapper li {
  text-align: center;
}
.banner .bx-wrapper a {
  display: block;
}
.banner .bx-wrapper .bx-controls-direction {
  display: none;
}
.banner .bx-pager {
  position: absolute;
  bottom: 150px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9;
}
.banner .bx-pager .bx-pager-item {
  margin: 0 3px;
  display: inline-block;
  width: 35px;
}
.banner .bx-pager .bx-pager-item a {
  display: block;
  height: 4px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 0;
}
.banner .bx-pager .bx-pager-item a.active {
  background: #fff;
}
.banner-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 118px;
  padding-top: 20px;
  text-align: center;
  z-index: 9;
  background: hsla(0, 0%, 100%, 0.35);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.banner-nav li {
  margin: 0 50px;
  display: inline-block;
}
.banner-nav li a {
  display: block;
}
.banner-nav li i {
  margin-bottom: 10px;
  display: block;
  height: 48px;
}
.banner-nav li img {
  width: auto;
  height: 100%;
}
.banner-nav li span {
  color: #fff;
}
@media all and (max-width: 768px) {
  .banner {
    width: 100vw;
    overflow-x: hidden;
  }
  .banner .bx-slider img {
    width: 150%;
    transform: translateX(-25vw);
  }
  .banner .bx-pager {
    bottom: 75px;
  }
  .banner .bx-pager .bx-pager-item {
    width: 20px;
  }
  .banner .bx-pager .bx-pager-item a {
    height: 3px;
  }
  .banner-nav {
    height: 70px;
    padding-top: 10px;
    white-space: nowrap;
    font-size: 12px;
  }
  .banner-nav li {
    margin: 0;
    width: 19.5%;
    vertical-align: top;
  }
  .banner-nav li i {
    margin-bottom: 8px;
    height: 20px;
  }
  .banner-nav li span {
    display: block;
    padding: 0 10px;
    white-space: normal;
    line-height: 1;
  }
}
.section .sec-title {
  margin: 70px 0 50px;
  position: relative;
}
.section .sec-title span {
  font-size: 50px;
  color: #ddd;
  font-family: "Hiragino Sans GB";
}
.section .sec-title b {
  position: absolute;
  top: 45px;
  left: 30px;
  font-size: 32px;
}
.section .sec-title b:after {
  margin: 24px 0 0 8px;
  position: absolute;
  width: 68px;
  height: 10px;
  content: " ";
  background: #1e74b3;
}
.section .sec-title-2 {
  margin: 100px 0 40px;
  text-align: center;
  position: relative;
}
.section .sec-title-2 span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 300px;
  margin: 0 0 0 -150px;
  font-size: 30px;
  line-height: 30px;
  color: #ddd;
}
.section .sec-title-2 span.font-24 {
  font-size: 24px;
}
.section .sec-title-2 b {
  display: inline-block;
  padding: 10px 88px;
  font-size: 32px;
  font-weight: normal;
  position: relative;
  text-align: center;
  z-index: 9;
}
.section .sec-title-2 b::before,
.section .sec-title-2 b::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 6px solid #1E74B3;
  border-width: 6px 0 0 6px;
  content: " ";
}
.section .sec-title-2 b::after {
  top: auto;
  left: auto;
  right: 0;
  bottom: 15px;
  border-width: 0 6px 6px 0;
}
.section .sec-title-3 {
  margin-bottom: 40px;
  padding-left: 25px;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  line-height: 26px;
}
.section .sec-title-3::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 26px;
  background: #0160A5;
  content: " ";
}
.section .sec-title-4 {
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 14px;
  color: #A9D6F7;
}
.section .sec-title-4 h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  color: #fff;
}
.section .sec-nav {
  margin-bottom: 30px;
  padding-left: 30px;
}
.section .sec-nav a {
  margin: 0 25px;
  font-size: 18px;
  color: #999;
}
.section .sec-nav a:first-child {
  margin-left: 0;
}
.section .sec-nav a.active {
  color: #2aa9e4;
}
.section .sec-cont.border {
  border: 1px solid #ddd;
}
.section .sec-cont.padding {
  padding: 60px;
}
.section .sec-cont .media {
  display: flex;
  align-items: center;
}
.section .sec-cont .media-left {
  padding-right: 50px;
}
.section .sec-cont .media-heading {
  font-size: 24px;
  font-weight: bold;
}
.section .sec-cont .media-heading:after {
  margin: 15px 0 30px;
  display: block;
  width: 68px;
  height: 3px;
  background: #d8d8d8;
  content: " ";
}
.section .sec-cont .media-text {
  margin-bottom: 20px;
  font-size: 14px;
}
.section .sec-cont .detail {
  color: #1f99d5;
}
@media all and (max-width: 768px) {
  .section .sec-title {
    margin: 20px 0;
  }
  .section .sec-title span {
    font-size: 26px;
  }
  .section .sec-title b {
    top: 20px;
    left: 20px;
    font-size: 20px;
  }
  .section .sec-title b::after {
    margin: 16px 0 0 5px;
    width: 30px;
    height: 5px;
  }
  .section .sec-title-2 {
    margin: 30px 0 10px;
  }
  .section .sec-title-2 span {
    width: 200px;
    margin: 0 0 0 -100px;
    font-size: 18px;
    line-height: 22px;
  }
  .section .sec-title-2 span.font-24 {
    font-size: 18px;
  }
  .section .sec-title-2 b {
    padding: 10px 70px;
    font-size: 18px;
  }
  .section .sec-title-2 b::before,
  .section .sec-title-2 b::after {
    width: 10px;
    height: 10px;
    border-width: 3px 0 0 3px;
  }
  .section .sec-title-2 b::after {
    right: 0;
    bottom: 15px;
    border-width: 0 3px 3px 0;
  }
  .section .sec-title-3 {
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 18px;
    line-height: 20px;
  }
  .section .sec-title-3::before {
    width: 5px;
    height: 20px;
  }
  .section .sec-nav {
    margin-bottom: 20px;
    padding-left: 0;
  }
  .section .sec-nav a {
    margin: 0 8px;
    font-size: 14px;
  }
  .section .sec-cont.padding {
    padding: 10px;
  }
  .section .sec-cont .media {
    display: flex;
    flex-direction: column;
  }
  .section .sec-cont .media-left {
    margin-bottom: 20px;
    padding-right: 0;
  }
  .section .sec-cont .media-left img {
    width: 100%;
  }
  .section .sec-cont .media-body {
    width: 100%;
  }
  .section .sec-cont .media-heading {
    font-size: 16px;
  }
  .section .sec-cont .media-heading:after {
    margin: 10px 0 20px;
    width: 35px;
    height: 2px;
  }
  .section .sec-cont .media-text {
    margin-bottom: 10px;
  }
}
.product-list {
  font-size: 0;
}
.product-list li {
  display: inline-block;
  width: 25%;
  height: 270px;
  font-size: 14px;
  text-align: center;
  vertical-align: top;
}
.product-list li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #ddd;
  position: relative;
  transition: all 0.5s ease-out;
}
.product-list li a:hover {
  background: -webkit-linear-gradient(top, #45AFFF, #1E74B3);
  background: linear-gradient(top, #45AFFF, #1E74B3);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
}
.product-list li i {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: 70px;
  background: url('../img/icon6.png') no-repeat center;
  background-size: contain;
}
.product-list li .item-bd i {
  background: none !important;
}
.product-list li .item-bd img {
  width: auto;
  height: 90px;
}
.product-list li span {
  margin-bottom: 5px;
  display: block;
  font-size: 22px;
  color: #555;
}
.product-list li em {
  color: #999;
  font-style: normal;
}
.product-list li .icon-2 {
  background-image: url('../img/icon7.png');
}
.product-list li .icon-3 {
  background-image: url('../img/icon8.png');
}
.product-list li .icon-4 {
  background-image: url('../img/icon9.png');
}
.product-list li .icon-5 {
  background-image: url('../img/icon10.png');
}
.product-list li .icon-6 {
  background-image: url('../img/icon11.png');
}
.product-list li .icon-7 {
  background-image: url('../img/icon12.png');
}
.product-list li .icon-8 {
  width: 40px;
  background-image: url('../img/icon13.png');
}
.product-list li a:hover span,
.product-list li a:hover em {
  color: #fff;
}
.product-list li a:hover .icon-1 {
  background-image: url('../img/icon6-hover.png');
}
.product-list li a:hover .icon-2 {
  background-image: url('../img/icon7-hover.png');
}
.product-list li a:hover .icon-3 {
  background-image: url('../img/icon8-hover.png');
}
.product-list li a:hover .icon-4 {
  background-image: url('../img/icon9-hover.png');
}
.product-list li a:hover .icon-5 {
  background-image: url('../img/icon10-hover.png');
}
.product-list li a:hover .icon-6 {
  background-image: url('../img/icon11-hover.png');
}
.product-list li a:hover .icon-7 {
  background-image: url('../img/icon12-hover.png');
}
.product-list li a:hover .icon-8 {
  width: 40px;
  background-image: url('../img/icon13-hover.png');
}
.product-list.product-list-2 li {
  width: 33.33%;
  padding: 10px;
}
.product-list.product-list-2 li a {
  border-radius: 20px;
  overflow: hidden;
}
.product-list.product-list-2 li a:hover {
  background: none;
  box-shadow: none;
}
.product-list.product-list-2 li a:hover .item-info {
  display: flex;
}
.product-list.product-list-2 li a:hover .item-bd {
  display: none;
}
.product-list.product-list-2 li .item-info {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 30px;
  background: linear-gradient(134deg, #2AA9E4 0%, #0160A5 100%);
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: left;
  font-size: 16px;
}
.product-list.product-list-2 li span {
  font-size: 20px;
}
.product-list.product-list-2 li em {
  font-size: 16px;
  color: #999;
}
.product-list.product-list-2 li .item-title {
  margin-bottom: 10px;
  font-size: 28px;
}
.product-list.product-list-2 li .item-more {
  margin-top: 15px;
  width: 68px;
  font-size: 16px;
  line-height: 28px;
  color: #1788C7;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}
.product-list.product-list-2 li i {
  height: 84px;
  background-image: url('../img/product-icon-1.png');
}
.product-list.product-list-2 li .icon-2 {
  height: 69px;
  background-image: url('../img/product-icon-2.png');
}
.product-list.product-list-2 li .icon-3 {
  height: 94px;
  background-image: url('../img/product-icon-3.png');
}
.product-list.product-list-2 li .icon-4 {
  height: 76px;
  background-image: url('../img/product-icon-4.png');
}
.product-list.product-list-2 li .icon-5 {
  height: 69px;
  background-image: url('../img/product-icon-5.png');
}
.product-list.product-list-2 li .icon-6 {
  height: 79px;
  background-image: url('../img/product-icon-6.png');
}
.product-list.product-list-2 li .icon-7 {
  height: 81px;
  background-image: url('../img/product-icon-7.png');
}
.product-list.product-list-2 li .icon-8 {
  height: 81px;
  background-image: url('../img/icon-top.png');
}
.product-list.product-list-2 li .icon-9 {
  height: 81px;
  background-image: url('../img/service-3.png');
}
@media all and (max-width: 768px) {
  .product-list li {
    height: 120px;
  }
  .product-list li i {
    margin-bottom: 10px;
    height: 36px;
  }
  .product-list li span {
    font-size: 14px;
  }
  .product-list li em {
    font-size: 12px;
  }
  .product-list.product-list-2 li {
    width: 33.33%;
    padding: 0 2px;
  }
  .product-list.product-list-2 li a {
    padding-top: 5px;
    border-radius: 8px;
  }
  .product-list.product-list-2 li .item-info {
    padding: 0 5px;
    font-size: 12px;
  }
  .product-list.product-list-2 li .item-desc {
    height: 36px;
    overflow: hidden;
    line-height: 18px;
  }
  .product-list.product-list-2 li span {
    margin-bottom: 0;
    height: 28px;
    font-size: 14px;
    line-height: 1;
  }
  .product-list.product-list-2 li em {
    font-size: 12px;
  }
  .product-list.product-list-2 li .item-title {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .product-list.product-list-2 li .item-more {
    margin-top: 5px;
    width: 50px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 5px;
  }
  .product-list.product-list-2 li i {
    height: 30px;
  }
  .product-list.product-list-2 li img {
    max-width: 30px;
    max-height: 30px;
  }
}
.case-list {
  font-size: 0;
}
.case-list li {
  margin-left: 52px;
  display: inline-block;
  width: 246px;
  font-size: 16px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.case-list li:first-child {
  margin-left: 0;
}
.case-list li a {
  display: block;
}
.case-list li div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 64px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  text-align: center;
  padding: 0 40px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 768px) {
  .case-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .case-list li {
    margin-left: 0;
    margin-bottom: 15px;
    width: 48%;
    font-size: 14px;
    border-radius: 4px;
  }
  .case-list li img {
    width: 100%;
  }
  .case-list li div {
    height: 40px;
    padding: 0 10px;
    line-height: 1;
  }
}
.footer {
  margin-top: 130px;
  padding: 50px 0 30px;
  background: #1E74B3 url('../img/bg3.png') no-repeat center;
  color: #C6E3FF;
}
.footer .copyright {
  text-align: center;
}
.footer-list {
  padding-bottom: 100px;
  font-size: 0;
  line-height: 28px;
}
.footer-list .footer-item {
  display: inline-block;
  width: 18%;
  font-size: 13px;
  vertical-align: top;
}
.footer-list .footer-item:last-child {
  width: 10%;
}
.footer-list .footer-item a {
  color: #C6E3FF;
}
.footer-list .item-title {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .footer {
    margin-top: 30px;
    padding: 20px 0;
    background-size: cover;
  }
  .footer .container {
    padding-right: 0;
  }
  .footer .copyright {
    font-size: 12px;
  }
  .footer-list {
    padding-bottom: 50px;
    line-height: 1;
  }
  .footer-list .footer-item {
    width: 20%;
    font-size: 12px;
  }
  .footer-list .footer-item:last-child {
    width: 20%;
  }
  .footer-list .footer-item:nth-child(4) {
    display: none;
  }
  .footer-list .footer-item .links {
    padding: 6px 0;
  }
  .footer-list .item-title {
    margin-bottom: 10px;
    font-size: 13px;
  }
}
.page-index,
.page-product {
  background: #fff url('../img/bg1.png') no-repeat right 1000px;
}
.page-index .wrapper {
  background: url('../img/bg2.png') no-repeat left 1770px;
}
.page-product {
  background-position: right 500px;
}
.crumb {
  padding: 15px 0;
  color: #777;
}
.detail-info {
  margin-bottom: 40px;
  display: flex;
}
.detail-info .detail-img {
  width: 393px;
  margin-right: 30px;
}
.detail-info .detail-img img {
  width: 100%;
}
.detail-info .detail-title-wrap {
  font-size: 18px;
}
.detail-info .detail-title-wrap li {
  padding: 5px 0;
  color: #777;
}
.detail-info .detail-title {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: bold;
}
.detail-cont-text {
  background: #F0F0F0;
  line-height: 42px;
}
.detail-cont-text span {
  padding: 0 25px;
  display: inline-block;
  vertical-align: top;
  background: #1E74B3;
  color: #fff;
  font-size: 18px;
}
.detail-cont-bd {
  padding: 50px 25px;
  font-size: 18px;
  color: #777;
}
@media all and (max-width: 768px) {
  .detail-info {
    margin-bottom: 20px;
  }
  .detail-info .detail-img {
    width: 140px;
    margin-right: 10px;
  }
  .detail-info .detail-title-wrap {
    font-size: 12px;
  }
  .detail-info .detail-title-wrap li {
    padding: 2px 0;
  }
  .detail-info .detail-title {
    margin: 0 0 5px;
    font-size: 16px;
  }
  .detail-cont-text {
    line-height: 28px;
  }
  .detail-cont-text span {
    padding: 0 15px;
    font-size: 14px;
  }
  .detail-cont-bd {
    padding: 20px 0;
    font-size: 14px;
  }
  .detail-cont-bd img {
    max-width: 100%;
  }
}
.banner-3 {
  height: 196px;
  color: #fff;
  background: #1E74B3;
}
.banner-3 .container {
  height: 100%;
  padding: 30px 0 0 30px;
  /*border-left: 1px solid #4c88b4;*/
}
.banner-3 .crumb {
  color: #A9D6F7;
  font-size: 14px;
}
.banner-3 .page-title {
  margin-top: 30px;
  font-size: 28px;
  line-height: 50px;
}
.page-solution .main-cont {
  padding: 45px 0 100px;
  /*border-left: 1px solid #ddd;*/
}
.page-solution .footer {
  margin-top: 0;
}
.page-solution .sec-intro .sec-cont {
  padding: 0 10px 0 25px;
  color: #777;
  line-height: 24px;
  text-align: justify;
}
.page-solution .sec-adv .sec-cont {
  padding-left: 25px;
}
@media all and (max-width: 768px) {
  .page-solution .main-cont {
    padding: 25px 0 50px;
  }
  .page-solution .sec-intro .sec-cont {
    padding: 0 15px;
  }
  .page-solution .sec-intro .sec-cont img {
    max-width: 100%;
  }
  .page-solution .sec-adv .sec-cont {
    padding-left: 15px;
  }
}
.advantage-list li {
  margin-bottom: 10px;
  display: flex;
  height: 128px;
  background: #ECF5FC;
}
.advantage-list .icon-wrap {
  width: 222px;
  background: #BCE2FD;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advantage-list .icon-wrap i {
  width: 66px;
  height: 66px;
  background: url('../img/solution-1.png') no-repeat center;
}
.advantage-list .item-info {
  padding: 25px 20px 0;
  flex: 1;
}
.advantage-list .item-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.advantage-list .item-desc {
  font-size: 16px;
}
@media all and (max-width: 768px) {
  .advantage-list li {
    height: 128px;
  }
  .advantage-list .icon-wrap {
    width: 60px;
  }
  .advantage-list .icon-wrap i {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  .advantage-list .item-info {
    padding: 15px 10px 0;
  }
  .advantage-list .item-title {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .advantage-list .item-desc {
    font-size: 12px;
  }
}
.icon-list {
  display: flex;
  flex-wrap: wrap;
}
.icon-list li {
  margin-bottom: 70px;
  width: 25%;
  text-align: center;
}
.icon-list li a {
  color: #999;
  font-size: 14px;
}
.icon-list li i {
  margin-bottom: 10px;
  display: block;
  height: 52px;
  background: url('../img/core-1.png') no-repeat center;
}
.icon-list li .icon-2 {
  background-image: url('../img/core-2.png');
}
.icon-list li .icon-3 {
  background-image: url('../img/core-3.png');
}
.icon-list li .icon-4 {
  background-image: url('../img/core-4.png');
}
.icon-list li .icon-5 {
  background-image: url('../img/core-5.png');
}
.icon-list li .icon-6 {
  background-image: url('../img/core-6.png');
}
.icon-list li .icon-7 {
  background-image: url('../img/core-7.png');
}
.icon-list-2 li {
  margin-bottom: 0;
  width: 20%;
}
.icon-list-2 li a {
  display: block;
  font-size: 18px;
  position: relative;
}
.icon-list-2 li a.active::after {
  margin-left: -28px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 55px;
  height: 5px;
  background: #229EDB;
  content: " ";
}
.icon-list-2 li i {
  height: 55px;
}
.icon-list-2 li .icon-1 {
  background-image: url('../img/service-1.png');
}
.icon-list-2 li .icon-2 {
  background-image: url('../img/service-2.png');
}
.icon-list-2 li .icon-3 {
  background-image: url('../img/service-3.png');
}
.icon-list-2 li .icon-4 {
  background-image: url('../img/service-4.png');
}
.icon-list-2 li .icon-5 {
  background-image: url('../img/service-5.png');
}
@media all and (max-width: 768px) {
  .icon-list-2 li a.active::after {
    margin-left: -15px;
    bottom: -10px;
    width: 30px;
    height: 3px;
  }
}
.icon-arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../img/icon-arrow.png') no-repeat center;
}
/*.page-core .banner-2 {
  text-align: center;
  background: #214985;
  position: relative;
}
.page-core .banner-2::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background: #0160a2;
  content: " ";
}
.page-core .banner-2 img {
  max-width: 1520px;
  position: relative;
  z-index: 9;
}*/
.page-core .sec-core .sec-cont {
  padding-top: 40px;
}
@media all and (max-width: 768px) {
  .banner-3 {
    height: 120px;
  }
  .banner-3 .container {
    padding: 10px 0 0 20px;
  }
  .banner-3 .page-title {
    margin-top: 0;
    font-size: 30px;
    line-height: 30px;
  }
  .icon-list li {
    margin-bottom: 30px;
  }
  .icon-list li a {
    font-size: 12px;
  }
  .icon-list li i {
    margin: 0 auto 10px;
    /*width: 30px;*/
    height: 30px;
    background-size: contain;
  }
  .icon-list li div {
    padding: 0 10px;
    line-height: 1;
  }
  .icon-list li br {
    display: none;
  }
  .page-core .sec-core .sec-cont {
    padding-top: 20px;
  }
}
.float-nav {
  /*margin-top: -180px;*/
  position: fixed;
  top: 70%;
  right: 0;
  width: 50px;
  z-index: 999;
}
.float-nav .product-list li {
  display: list-item;
  width: 100%;
  height: 50px;
  padding: 0;
  position: relative;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}
.float-nav .product-list li:last-child {
  margin-top: 10px;
}
.float-nav .product-list li:hover {
  background: #1E74B3;
}
.float-nav .product-list li:hover div {
  display: block;
}
.float-nav .product-list li:hover .icon-1 {
  background-image: url('../img/product-icon-1-hover.png');
}
.float-nav .product-list li:hover .icon-2 {
  background-image: url('../img/product-icon-2-hover.png');
}
.float-nav .product-list li:hover .icon-3 {
  background-image: url('../img/product-icon-3-hover.png');
}
.float-nav .product-list li:hover .icon-4 {
  background-image: url('../img/product-icon-4-hover.png');
}
.float-nav .product-list li:hover .icon-5 {
  background-image: url('../img/product-icon-5-hover.png');
}
.float-nav .product-list li:hover .icon-6 {
  background-image: url('../img/product-icon-6-hover.png');
}
.float-nav .product-list li:hover .icon-7 {
  background-image: url('../img/product-icon-7-hover.png');
}
.float-nav .product-list li:hover .icon-8 {
  background-image: url('../img/icon-top-hover.png');
}
.float-nav .product-list li i {
  margin: 12px 0 0 12px;
  width: 24px;
  height: 24px !important;
}
.float-nav .product-list li div {
  display: none;
  position: absolute;
  top: 0;
  right: 60px;
  background: #1E74B3;
}
.float-nav .product-list li span {
  margin: 0;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  white-space: nowrap;
  color: #fff;
}
.float-nav .product-list li b {
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #1E74B3;
  border-right: none;
}
@media all and (max-width: 768px) {
  .float-nav {
    margin-top: -100px;
    width: 30px;
  }
  .float-nav .product-list li {
    height: 30px;
  }
  .float-nav .product-list li i {
    margin: 6px 0 0 6px;
    width: 16px;
    height: 16px !important;
  }
  .float-nav .product-list li div {
    right: 40px;
  }
  .float-nav .product-list li span {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .float-nav .product-list li b {
    margin-top: -6px;
    right: -6px;
    border-width: 6px;
  }
}
.sec-news .sec-cont {
  display: flex;
}
.sec-news .img-box {
  width: 540px;
  margin-right: 45px;
}
.sec-news .img-box .img-wrap {
  margin-bottom: 20px;
}
.sec-news .img-box img {
  width: 100%;
}
.sec-news .img-box .img-text {
  font-size: 12px;
}
.sec-news .news-list {
  flex: 1;
}
.news-list li {
  margin-bottom: 40px;
}
.news-list li a {
  display: flex;
  color: #333;
}
.news-list li .item-time {
  margin-right: 18px;
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #84959F;
  color: #fff;
}
.news-list li .item-time b {
  font-size: 40px;
  line-height: 40px;
}
.news-list li .item-time em {
  font-style: normal;
}
.news-list li .item-cont {
  flex: 1;
}
.news-list li .item-title {
  margin-bottom: 10px;
  padding-top: 5px;
  font-size: 16px;
}
.news-list li .item-text {
  font-size: 12px;
}
@media all and (max-width: 768px) {
  .sec-news .sec-cont {
    flex-direction: column;
  }
  .sec-news .img-box {
    width: 100%;
    margin-right: 0;
  }
  .sec-news .img-box .img-wrap {
    margin-bottom: 20px;
  }
  .news-list {
    margin-top: 30px;
  }
  .news-list li {
    margin-bottom: 20px;
  }
  .news-list li .item-title {
    margin-bottom: 5px;
  }
}
.solution-list-wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 120px;
  overflow: hidden;
  z-index: 92;
  background: rgba(29, 115, 179, 0.8);
}
.solution-list-wrap .container {
  position: relative;
}
.solution-list-wrap .prevNext {
  position: absolute;
  top: 0;
  left: 15px;
  width: 25px;
  height: 120px;
  background: #0E5081;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.solution-list-wrap .next {
  left: auto;
  right: 15px;
}
.solution-list {
  margin: 0 25px;
  height: 150px;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.solution-list li {
  height: 120px;
  width: 140px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}
.solution-list li a {
  height: 100%;
  padding: 30px 0 0;
  display: block;
  color: #fff;
}
.solution-list li a:hover {
  background: #4E98D3;
}
.solution-list li i {
  margin-bottom: 10px;
  display: block;
  height: 40px;
}
.solution-list li img {
  max-width: 60px;
  width: auto;
  height: 40px;
}
.sec-solution {
  margin-top: -200px;
  padding-bottom: 60px;
  position: relative;
  z-index: 9;
}
.img-list {
  font-size: 0;
}
.img-list li {
  margin: 0 37px 40px 0;
  width: 355px;
  padding: 24px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  box-shadow: 0px 2px 6px rgba(118, 118, 118, 0.16);
  transition: all 0.3s ease-out;
}
.img-list li:nth-child(3n) {
  margin-right: 0;
}
.img-list li:hover {
  transform: translateY(-20px);
  box-shadow: 0px 2px 6px rgba(118, 118, 118, 0.5);
}
.img-list li .img-wrap {
  margin-bottom: 20px;
  height: 190px;
  overflow: hidden;
}
.img-list li .img-wrap img {
  display: block;
  width: 100%;
}
.img-list li .item-title {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 24px;
}
.img-list li .item-desc {
  margin-bottom: 15px;
  color: #777;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
.img-list li .btn {
  border-radius: 0;
}
@media all and (max-width: 768px) {
  .page-solution .banner {
    width: 100vw;
    overflow-x: hidden;
  }
  .page-solution .banner img {
    width: 150%;
    transform: translateX(-25%);
  }
  .sec-solution {
    margin-top: 0;
    padding-bottom: 30px;
  }
  .section .sec-title-4 {
    padding-left: 0;
    color: #7da5c3;
  }
  .section .sec-title-4 h2 {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #333;
  }
  .solution-list-wrap {
    height: 60px;
  }
  .solution-list-wrap .prevNext {
    left: 0;
    width: 25px;
    height: 60px;
  }
  .solution-list-wrap .next {
    left: auto;
    right: 0;
  }
  .solution-list {
    margin: 0 10px;
    height: 80px;
  }
  .solution-list li {
    height: 60px;
    width: 80px;
    font-size: 12px;
  }
  .solution-list li a {
    height: 100%;
    padding: 10px 0 0;
  }
  .solution-list li i {
    margin-bottom: 6px;
    height: 20px;
  }
  .solution-list li img {
    width: auto !important;
    max-width: 30px;
    height: 20px;
    transform: none !important;
  }
  .img-list li {
    margin: 0 0 20px 0;
    width: 100%;
    padding: 15px;
  }
  .img-list li .img-wrap {
    margin-bottom: 10px;
    height: 150px;
  }
  .img-list li .item-title {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .img-list li .item-desc {
    margin-bottom: 15px;
    height: 60px;
  }
}
.sec-service .cont-wrap {
  margin-top: 40px;
  padding: 40px 30px;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #ddd;
}
.sec-service .cont-wrap p {
  margin: 20px 0;
}
.sec-service .cont-wrap p:first-child {
  margin-top: 0;
}
.sec-service .cont-wrap .item-cont img {
  max-width:100%;
}
.sec-service .cont-wrap .item-cont {
  display: none;
}
.sec-service .cont-wrap .item-cont.active {
  display: block;
}
@media all and (max-width: 768px) {
  .sec-service .cont-wrap {
    margin-top: 0;
    padding: 20px 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
  }
  .sec-service .cont-wrap p {
    margin: 10px 0;
  }
  .sec-service .cont-wrap p:first-child {
    margin-top: 0;
  }
}
.form-feedback {
  width: 100%;
  padding: 50px 200px;
  border: 1px solid #ddd;
}
@media all and (max-width: 768px) {
  .form-feedback {
    padding: 30px;
  }
  .form-feedback .form-group:nth-child(6) {
    display: flex;
    flex-wrap: wrap;
  }
  .form-feedback .form-group:nth-child(6) .col-sm-2:nth-child(1) {
    width: 100%;
  }
  .form-feedback .form-group:nth-child(6) .col-sm-2:nth-child(2) {
    width: 50%;
  }
}
.news-detail-cont .news-detail-title {
  margin: 20px 0;
  text-align: center;
}
.news-detail-cont .news-detail-time {
  margin-bottom: 30px;
  text-align: center;
}
@media all and (max-width: 768px) {
  .news-detail-cont .news-detail-title {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
.sec-honors .thumbnail {
  cursor: pointer;
  text-align: center;
}
.sec-honors .thumbnail img {
  height: 150px;
}
.sec-honors .caption h3 {
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dlg-honors .modal-dialog {
  width: 900px;
}
.dlg-honors #dlg-img {
  width: 100%;
}
@media all and (max-width: 768px) {
  .dlg-honors .modal-dialog {
    margin: -200px 0 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
  }
}
.job-list {
  margin-top: 20px;
  line-height: 44px;
  white-space: nowrap;
  background: #fdfdfd;
}
.job-list .list-item {
  font-size: 0;
  text-align: center;
}
.job-list .list-item:nth-of-type(odd) {
  background: #f7f7f7;
}
.job-list .list-item:hover {
  background: #e8e8e8;
}
.job-list .list-item a {
  display: block;
  font-size: 0;
  color: #555;
}
.job-list .list-item span {
  display: inline-block;
  width: 15%;
  vertical-align: top;
  font-size: 14px;
}
.job-list .list-item span:first-child {
  width: 40%;
}
.job-list .list-hd {
  background: #eee;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .job-list {
    line-height: 1.2;
    white-space: normal;
  }
  .job-list .list-hd {
    padding: 10px 0;
  }
  .job-list .list-item a {
    padding: 10px 0;
  }
  .job-list .list-item span {
    display: inline-block;
    width: 15%;
    vertical-align: top;
    font-size: 14px;
  }
  .job-list .list-item span:first-child {
    width: 40%;
  }
}
