.banner_box {
  height: 3.5rem;
  background-image: url('../image/banner01.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  
      margin-top: 1.25rem;
}
.flex_center_top {
  height: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.banner_font {
  width: 100%;
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
}
.type_nav_box {
  border-bottom: 0.01rem solid rgba(77, 77, 77, 0.16);
  /* margin-bottom: 1.36rem;
   */
  height: 0.55rem;
}
.content_box li {
  width: 1.3rem;
  height: 0.55rem;
  /*line-height: 0.55rem;*/
  text-align: center;
  font-size: 0.18rem;
  color: #383838;
  display: inline-block;
}
.content_box li.active {
  background-color: #005AAF;
  color: #fff;
  position: relative;
}
.content_box li.active::after {
  content: '';
  width: 0;
  height: 0;
  border-right: 0.1rem solid transparent;
  border-left: 0.1rem solid transparent;
  border-top: 0.08rem solid #005AAF;
  position: absolute;
  bottom: -0.06rem;
  left: 50%;
  transform: translateX(-50%);
}
.title-a {
  text-align: center;
  margin-top: 0.5rem;
}
.title-a h4 {
  font-size: 0.3rem;
  color: #005bac;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
.keji-exbox {
  background-color: #f8f8f8;
  height: 5.5rem;
  overflow: hidden;
  width: 100%;
}
.keji-box1 {
  width: 14.7rem;
  height: 5rem;
  /*overflow: hidden;*/
  margin: 0.4rem auto 0;
}
.keji-box1 > li {
  float: left;
  width: 33.3%;
  height: 4.6rem;
  /*overflow: hidden;*/
}
.keji-box1 > li > div {
  width: 94%;
  margin: 0 auto;
  height: 4.6rem;
  overflow: hidden;
  background-color: #fff;
}
.keji-box1 > li:hover > div {
  box-shadow:0rem 0rem 0.08rem #a1a1a1;
}
.keji-img {
  width: 0.88rem;
  height: 0.88rem;
  margin: 0.4rem auto 0;
}
.keji-img img {
  width: 100%;
}
.keji-title {
  text-align: center;
  margin-top: 0.1rem;
  color: #666;
  font-size: 0.25rem;
}
.keji-titleb {
  text-align: center;
  margin-top: 0.01rem;
  color: #005AAF;
  font-size: 0.25rem;
}
.keji-text1 {
  text-align: center;
  margin: 0.6rem auto 0;
  width: 80%;
  height: 1.6rem;
  position: relative;
  font-size: 0.14rem;
  line-height: 0.28rem;
  color: #666;
}
/* .keji-text1 p:nth-child(4){display: none;} */
.keji-text1b {
  text-align: center;
  margin: 0.2rem auto 0;
  width: 80%;
  height: 2.2rem;
  position: relative;
  font-size: 0.14rem;
  line-height: 0.25rem;
  color: #333;
}
.keji-text1:after {
  position: absolute;
  left: 50%;
  margin-left: -0.39rem;
  background: #666;
  bottom: -0.16rem;
  content: '';
  display: block;
  width: 0.73rem;
  height: 0.04rem;
}
.keji-text1b:after {
  position: absolute;
  left: 50%;
  margin-left: -0.39rem;
  background: #005AAF;
  bottom: -0.16rem;
  content: '';
  display: block;
  width: 0.73rem;
  height: 0.04rem;
}
.kj-box2 {
  width: 100%;
  background-image: url('../image/kjnew1.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 7rem;
  overflow: hidden;
}
.kj-box2b {
  width: 100%;
  height: 7rem;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
}
.kj-box2c {
  width: 14.4rem;
  margin: 0.4rem auto 0;
  overflow: hidden;
}
.kj-box2c li {
  float: left;
  width: 50%;
  height: 4.3rem;
  overflow: hidden;
}
.kj-box2c li img {
  width: 100%;
}
.kj-box2c li > div {
  float: right;
  width: 90%;
  margin: 0.1rem auto 0;
  overflow: hidden;
  height: 4.6rem;
  background-color: rgba(0, 0, 0, 0.7);
}
.kj-box2c li > div > p {
  width: 90%;
  margin: 0.3rem auto 0;
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #fff;
}
.kj-box2c li > div > p > span {
  font-weight: 600;
}
.kj-exbox3 {
  width: 100%;
  height: 8rem;
  overflow: hidden;
  margin-top: 0.4rem;
}
.kj-box3 {
  width: 100%;
  background-image: url('../image/kjnew2.jpg');
  background-size: 100% 5.8rem;
  background-repeat: no-repeat;
  height: auto;
  min-height: 6rem;
  overflow: auto;
}
.kj-box3b {
  width: 14.4rem;
  margin: 0.7rem auto 0;
  height: 6.4rem;
  overflow: hidden;
  position: relative;
}
.kj-box3c {
  width: 8.4rem;
  height: 6.4rem;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  position: relative;
}
.kj-box3c p {
  width: 90%;
  margin: 2.5rem auto 0;
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #fff;
}
.kj-box3c p span {
  font-weight: 600;
  color: #0898e8;
}
.kj-img3 {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  display: block;
  top: 0.6rem;
  left: 15%;
}
.kj-img4 {
  width: 0.8rem;
  position: absolute;
  display: block;
  top: 1.1rem;
  left: 32%;
}
.kj-img3b {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  display: block;
  top: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
}
.kj-img4b {
  width: 0.8rem;
  position: absolute;
  display: block;
  top: 1.2rem;
  left: 58%;
;
}
.kj-img3c {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  display: block;
  top: 0.6rem;
  left: 68%;
}
.kj-box3d {
  width: 5.86rem;
  height: 3.2rem;
  overflow: hidden;
  position: absolute;
  background-image: url('../image/kjhzf\ \(1\).png');
  background-size: cover;
  background-repeat: no-repeat;
  top: 0.7rem;
  left: 57%;
}
.kj-box3e {
  width: 100%;
  height: 3.2rem;
  position: relative;
}
.kj-img5 {
  width: 0.8rem;
  position: absolute;
  display: block;
  top: 0.4rem;
  left: 0.4rem;
}
.kj-img5b {
  width: 0.8rem;
  position: absolute;
  display: block;
  bottom: 0.4rem;
  right: 0.4rem;
}
.kj-text4 {
  width: 90%;
  color: #fff;
  font-size: 0.26rem;
  position: absolute;
  top: 1.1rem;
  font-weight: 600;
  left: 7%;
}
.kj-text4b {
  width: 90%;
  color: #fff;
  font-size: 0.26rem;
  position: absolute;
  top: 1.7rem;
  font-weight: 600;
  left: 7%;
}
