body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
figure,
figure,
legend,
textarea,
p,
blockquote,
th,
td,
input,
label {
  margin: 0;
  padding: 0;
  font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, '微软雅黑', STHeitiSC-Light, simsun, '宋体', WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
  word-wrap: break-word;
}
html {
  /*font-size: 6.25%;*/
  /*100 ÷ 16 × 100% = 6.25%*/
  -ms-touch-action: none;
  /* 禁止winphone默认触摸事件 */
}
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: #41bba3;
}
input {
  outline: medium;
}
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
[v-cloak],
.ms-controller {
  visibility: hidden;
}
.cleardiv {
  clear: both;
  height: 0;
  display: block;
  overflow: hidden;
}
.clearfix:after,
.after {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
  content: "";
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.pf {
  position: fixed;
}
.ps {
  position: static;
}
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
.fn {
  float: none;
}
.ovh {
  overflow: hidden;
}
.vh {
  visibility: hidden;
}
.bCt {
  background: transparent;
}
.none0 {
  display: none;
}
.singleRow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: list-item;
}
@media (max-width: 500px) {
  .v_PC {
    display: none !important;
  }
}
.v_H5 {
  display: none !important;
}
@media (max-width: 500px) {
  .v_H5 {
    display: block;
  }
}
.v_H5_inline {
  display: none;
}
@media (max-width: 500px) {
  .v_H5_inline {
    display: inline;
  }
}
.v_H5_inline-block {
  display: none;
}
@media (max-width: 500px) {
  .v_H5_inline-block {
    display: inline-block;
  }
}
@media (max-width: 500px) {
  .H5_h {
    display: none;
  }
}
div,
span,
ul,
li {
  box-sizing: border-box;
}
.app {
  max-width: 100%;
  min-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.contentWidth {
  width: 1200px;
  margin: 0 auto;
}
.header {
  background: url('../images/home/home-top.png') no-repeat;
  background-size: 1045px 12px;
  background-position: top right;
  position: relative;
  z-index: 99;
}
.header .h5-icon {
  width: 5.2vw;
  height: 4.26666667vw;
  position: absolute;
  top: 50%;
  margin-top: -1.33333333vw;
  right: 4vw;
  display: none;
}
.header .h5-icon-close {
  width: 4.26666667vw;
  height: 4.26666667vw;
  position: absolute;
  top: 50%;
  margin-top: -1.33333333vw;
  right: 4vw;
  display: none;
}
.header .top-content {
  padding: 12px 0 0 0;
  height: 90px;
  display: flex;
  align-items: center;
}
.header .top-content .logo {
  width: 62px;
  height: 62px;
  margin-right: 18px;
}
.header .top-content .title {
  width: 317px;
  height: 40px;
}
.header .nav-box {
  width: 100%;
  height: 70px;
  line-height: 35px;
  background-color: #002247;
}
.header .nav-box .nav {
  width: 1200px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.header .nav-box .nav .item {
  width: 10%;
  font-size: 15.5px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header .nav-box .nav .item a:hover {
  color: #41bba3;
}
.header .nav-box .nav .act {
  color: #41bba3;
  font-size: 14px;
  position: relative;
  font-weight: 900;
}
.header .nav-box .nav .act span {
  position: absolute;
  left: 50%;
  margin-left: -43.5px;
  display: block;
  width: 83px;
  height: 3px;
  background: #41bba3;
}
.header .nav-box .nav .act2 {
  color: #36957a;
  font-size: 20px;
  position: relative;
}
.header .nav-box .nav .act2 span {
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -43.5px;
  display: block;
  width: 83px;
  height: 6px;
  background: #36957a;
}
.header-h5 {
  position: fixed;
  top: 16vw;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  display: none;
}
.header-h5 .nav-box {
  background: #fff;
  padding: 4vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-h5 .nav-box .item {
  width: 29.06666667vw;
  height: 9.06666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.73333333vw;
  color: #262626;
  border: 1px solid #e8ebee;
  margin-bottom: 2.66666667vw;
  border-radius: 1.33333333vw;
  margin-right: 2.26666667vw;
}
.header-h5 .nav-box .act {
  color: #fff;
  background: #002247;
  background: -moz-linear-gradient(90deg, #84d3d4 0%, #59b89f 100%);
  background: -webkit-linear-gradient(90deg, #84d3d4 0%, #59b89f 100%);
  background: -ms-linear-gradient(90deg, #84d3d4 0%, #59b89f 100%);
}
.header-h5 .nav-box .item:nth-child(3n) {
  margin-right: 0;
}
.banner {
  width: 100%;
  height: 145px;
  background: url('../images/xhjj/bg.png') no-repeat;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  background-position: center center;
  position: relative;
  background-size: 100% auto !important;
}
.banner .title {
  width: 290px;
  height: 71px;
  float: right;
  margin-top: 0px;
  position: relative;
  z-index: 10;
  margin-right: 50px;
}
.redflag {
  width: 890px;
  height: 430px;
  position: absolute;
  right: 0;
  top: -44px;
}
.tab-box {
  display: flex;
  margin-top: 0px;
  width: 100%;
  height: 50px;
  box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.03);
  /* 添加阴影 */
}
.tab-box .flex1 {
  flex: 1;
}
.tab-box .left {
  background: #8ea0af;
}
.tab-box .flex-row {
  display: flex;
  align-items: center;
  width: 100%;
}
.tab-box .flex-row .bjnr {
  display: flex;
  align-items: center;
  width: 245px;
  height: 50px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  padding-left: 10px;
  background: url('../images/zfgz/bj-bg.png') no-repeat;
  background-size: 545px 50px;
  background-position-x: right;
  background-position-y: center;
}
.tab-box .flex-row .bjnr img {
  width: 25px;
  height: 22px;
  margin-right: 25px;
}
.tab-box .flex-row .tab {
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #646464;
}
.tab-box .flex-row .tab .tab-item {
  margin-left: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  cursor: pointer;
  white-space: nowrap;
}
.tab-box .flex-row .tab .tab-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.tab-box .flex-row .tab .tab-item a:hover {
  color: #41bba3;
}
.tab-box .flex-row .tab .tab-item img {
  width: 69px;
  height: 5px;
  position: absolute;
  left: 50%;
  margin-left: -34.5px;
  bottom: 0;
  display: none;
}
.tab-box .flex-row .tab .tab-itemhover img {
  display: block !important;
}
.tab-box .flex-row .tab .tab-act img {
  display: block !important;
}
.tab-box .flex-row .tab .tab-act span {
  color: #002247;
  font-weight: 550;
}
.crumbs {
  height: 70px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #646464;
}
