html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: "微软雅黑";
}
.box {
  width: 100%;
  height: auto;
  background: url(../images/bg.png) repeat-y;
}
.box .kv {
  width: 100%;
}
.box .kv img {
  width: 100%;
  height: 100%;
}
.box .nav {
  padding: 0 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .nav li {
  width: 100px;
  height: 48px;
  background-color: #316da7;
  border-radius: 10px;
}
.box .nav li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #5cb0ea;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
}
.box .nav .nav_active {
  background-color: #3594ed;
}
.box .nav .nav_active a {
  color: #fff;
}
.box .content {
  margin-top: 28px;
}
.box .content .tb {
  padding-bottom: 30px;
  margin: 0 auto;
  width: 597px;
}
.box .content .tb .k1,
.box .content .tb .k2 {
  width: 100%;
  text-align: center;
}
.box .content .tb .tbox {
  position: relative;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  background: url(../static/kuangct.png) repeat-y;
  background-size: 100%;
}
.box .content .tb .tbox .tit {
  position: absolute;
  top: -30px;
  left: 50%;
  padding-top: 18px;
  height: 64px;
  text-align: center;
  transform: translateX(-50%);
}
.box .content .tb .tbox .tit strong {
  color: #4683bc;
  font-size: 22px;
}
.box .content .tb .tbox .t1 {
  width: 228px;
  background: url(../static/tit1.png) no-repeat;
}
.box .content .tb .tbox .t2 {
  width: 322px;
  background: url(../static/tit2.png) no-repeat;
}
.box .content .tb .tbox .t3 {
  width: 365px;
  background: url(../static/tit3.png) no-repeat;
}
.box .content .tb .tbox .t4 {
  width: 525px;
  background: url(../static/tit4.png) no-repeat;
}
.box .content .tb .tbox .txt {
  padding-top: 48px;
  margin: 0 auto 12px;
  width: 523px;
}
.box .content .tb .tbox .txt p {
  color: #0c3e7d;
  font-size: 17.78px;
  line-height: 32px;
  text-indent: 36px;
  letter-spacing: 1px;
}
.box .content .tb .tbox .timg {
  width: 100%;
  text-align: center;
}
.box .content .showimg {
  width: 100%;
  text-align: center;
}
.swipers {
  padding-top: 12px;
  padding-left: 22px;
  padding-right: 8px;
  width: 519px;
  height: 185px;
  margin: 34px auto 0;
  background: url(../images/honor_swipers.png) no-repeat;
}
.swipers .slick-next {
  top: 60%;
  right: -28px;
  width: 15px;
  height: 22px;
  background: url(../images/swipers_rg.png) no-repeat;
}
.swipers .slick-prev {
  top: 60%;
  left: -40px;
  width: 15px;
  height: 22px;
  background: url(../images/swipers_lf.png) no-repeat;
}
footer {
  width: 100%;
  height: 52px;
  line-height: 52px;
  background-color: #0c3e7d;
}
footer p {
  color: #4683bc;
  font-size: 8px;
  text-align: center;
}
