body {
  background: #f5f5f5;
}
.bus-box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.bus-box .box {
  float: left;
  margin: 2.5% 2.5% 0 0;
  width: 48.75%;
}
.bus-box .box a {
  position: relative;
  overflow: hidden;
}
.bus-box .box .imgbox {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
.bus-box .box .imgbox img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
.bus-box .box .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 56%;
  padding: 15% 13.5% 0 13.5%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.bus-box .box .textbox .title {
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  padding-left: 13px;
  border-left: 3px solid #fff;
  margin-bottom: 35px;
}
.bus-box .box .textbox .te {
  line-height: 24px;
  text-align: justify;
  color: #cbd9ee;
  margin-bottom: 45px;
  height: 48px;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.bus-box .box .textbox .icon {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}
.bus-box .box .textbox .icon img {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.bus-box .act-box .imgbox,
.bus-box .box:hover .imgbox {
  background: #0752ab;
}
.bus-box .act-box .imgbox img,
.bus-box .box:hover .imgbox img {
  opacity: 0;
}
.bus-box .act-box .textbox,
.bus-box .box:hover .textbox {
  top: 0;
}
.bus-box .act-box .textbox .te,
.bus-box .box:hover .textbox .te {
  opacity: 1;
}
.bus-box .act-box .textbox .icon,
.bus-box .box:hover .textbox .icon {
  opacity: 1;
}
.bus-box .box:nth-child(2n) {
  margin-right: 0;
}
.bus-box .box:nth-child(1),
.bus-box .box:nth-child(2) {
  margin-top: 0;
}
.hx-js {
  width: 90%;
  max-width: 1200px;
  margin: 80px auto 0;
  border-top: 1px solid #d8d8d8;
  padding-top: 66px;
}
.hx-js .title {
  color: #444444;
  font-size: 24px;
  font-weight: bold;
  padding-left: 34px;
  position: relative;
  margin-bottom: 44px;
}
.hx-js .title::after {
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: #015aa1;
}
.hx-js .js {
  float: left;
  margin: 2.5% 2.5% 0 0;
  width: 48.75%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-box-shadow: 0px 8px 0px #dae1ec;
     -moz-box-shadow: 0px 8px 0px #dae1ec;
          box-shadow: 0px 8px 0px #dae1ec;
  border: solid 1px #dae1ec;
  background-color: #f5f6f7;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
.hx-js .js a {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3% 0 5.5%;
  height: 100px;
}
.hx-js .js .icon {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: 26px;
}
.hx-js .js .text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.hx-js .js .text .cn,
.hx-js .js .text .en {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.hx-js .js .text .cn {
  color: #444444;
  font-size: 18px;
  margin-bottom: 10px;
}
.hx-js .js .text .en {
  color: #aaaaaa;
}
.hx-js .js:nth-child(2n) {
  margin-right: 0;
}
.hx-js .js:nth-child(1),
.hx-js .js:nth-child(2) {
  margin-top: 0;
}
.hx-js .js:hover {
  background: #0752ab;
}
.hx-js .js:hover .text .cn {
  color: #fff;
}
.hx-js .js:hover .text .en {
  color: #a3bddb;
}
.no-padding-top {
  padding-top: 0!important;
}
.no-top-border {
  border-top: none!important;
  margin-top: 0!important;
}
.business_a {
  padding: 4.3333% 0 5.2083%;
}
.business_a .wrap {
  background: #fff;
  padding-bottom: 110px;
}
.business_b {
  padding-top: 80px;
  padding-bottom: 6.25%;
}
.business_b .in-title {
  padding-top: 0;
}
.business_b .wrap {
  background: #fff;
  padding: 80px 0 120px;
}
.business_b .incont {
  width: 85.7143%;
  margin: 0 auto;
}
.business_b .incont .title {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
  color: #0752ab;
  margin-bottom: 23px;
}
.business_b .incont .title::after {
  content: "";
  left: 0;
  top: 0;
  width: 3px;
  background: url(../images/line.jpg) no-repeat center center;
  height: 100%;
}
.business_b .incont .text {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 50px;
}
.business_b .incont .center-img {
  text-align: center;
}
.business_b .incont .three-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.business_b .incont .three-img img {
  width: 31.6666%;
}
@media (max-width: 1440px) {
  .business_b {
    padding-top: 70px;
  }
  .bus-box .box .textbox .title {
    font-size: 18px;
  }
  .hx-js {
    margin-top: 50px;
    padding-top: 50px;
  }
  .hx-js .title {
    font-size: 20px;
  }
  .business_a .wrap {
    padding-bottom: 80px;
  }
}
@media (max-width: 1280px) {
  .business_b {
    padding-top: 60px;
  }
  .bus-box .box .textbox {
    padding: 13% 11% 0 11%;
  }
  .bus-box .box .textbox .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .bus-box .box .textbox .te {
    margin-bottom: 20px;
  }
  .hx-js .title {
    font-size: 18px;
  }
  .hx-js .js .text .cn {
    font-size: 16px;
  }
  .business_a .wrap {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  body {
    background: #fff;
  }
  .bus-box {
    width: 100%;
  }
  .bus-box .box {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .bus-box .box .textbox {
    padding: 8% 8% 0 8%;
  }
  .bus-box .box:nth-child(2) {
    margin-top: 20px;
  }
  .hx-js {
    width: 100%;
    margin-top: 40px;
    padding-top: 40px;
  }
  .hx-js .title {
    margin-bottom: 30px;
  }
  .hx-js .js {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .hx-js .js:nth-child(2) {
    margin-top: 20px;
  }
  .business_a {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .business_a .wrap {
    padding-bottom: 0;
  }
}
