body {
  background-color: #fff;
}

h4 {
  font-size: 24px;
}


.justify-around {
  display: flex;
  justify-content: space-around;
}

.header {
  background: #1B51FB;
  height: 90px;
  margin: auto;
  align-content: center;
  border-bottom: 1px solid #fff;
}

.header .main ul {
  align-content: center;
}

.header .main ul li {
  width: 110px;
  border-right: 1px solid #fff;
  margin: auto;
  text-align: center;
  line-height: 18px;
}

.header .main ul li:last-child {
  border-right: none;
}

.header .main ul li a {
  font-size: 18px;
  color: #fff;
}

.banner img {
  width: 100%;
}

.bm .main {
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  background-color: #FBFBFB;
}

.bm .kbxx {
  margin-right: 30px;
  width: 580px;
}

.bmxx h2 {
  font-size: 28px;
  color: #333;
  font-weight: 999;
  margin-left: 10%;
  font-family: '华文中宋';
}

.bm .quest {
  width: 230px;
  padding-left: 20px;
  border-left: 1px solid #CCC;
}

.bm .quest p {
  font-size: 16px;
  line-height: 3;
}

.bm .kbxx .head {
  background: #428EFE;
  padding: 10px 0;
  color: #fff;
  border-radius: 5px;
}

.bm .kbxx .kbxx-list {
  display: flex;
  justify-content: space-around;
  margin: 10px auto;
  padding: 10px 0;
  background: #F8F9FE;
}

.bm .kbxx .kbxx-list span {
  padding: 2px 10px;
}

.btn {
  background: #FF6B4D;
  padding: 2px 10px;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  cursor: pointer;
}

.bg {
  background: #fff;
}

.title h2 {
  font-size: 36px;
  text-align: center;
  padding: 40px 0;
  font-weight: bold;
  color: #347FFF;
}

.fz-nav {
  display: flex;
  justify-content: space-around;
}

.fz-nav div {
  width: 200px;
  background: #F8F9FD;
  text-align: center;
  color: #666;
  font-size: 24px;
  border-radius: 8px;
  height: 60px;
  line-height: 60px;
}
.fz-nav div.on{
  background-color: #006fff;
  color: #fff;
}
.fz-img{
background: #F8FCFF;
  padding: 20px;
  margin: 20px auto;
}
.fz-img img{
  width: 100%;
}
.kc{background: #1B48C9;}
.kc h2{color: #fff;}
.kc-item img{
  width: 100%;
}
.tx .tx-item{display: flex;}
.tx .main:first-child .tx-item {margin-bottom: 60px;}
.tx .tx-item .tx-txt{width: 50%;padding: 40px;}
.tx .tx-item .tx-txt h3{font-size: 24px;
  line-height: 3;
  color: #EBA80A;
  font-weight: bold;}
.tx .tx-item .tx-txt p{font-size: 18px;line-height: 2;color: #333;}
.tx .tx-item .tx-txt button{border: 1px solid #333;
  padding: 5px 20px;
  border-radius: 30px;
  background: #fff;
  font-size: 20px;
  cursor: pointer;
  margin-left: 60%;}
.tx .tx-item .tx-img{
  width: 50%;
}
  .tx .tx-item .tx-img img{
  border: 3px solid #28A0FF;border-radius: 20px;width: 100%;
}
.tsb{background:url(images/wz-bg1.png) no-repeat;margin-bottom: 20px;}
.tsb .title h2{
  color: #fff;
}
.tsb-1{margin: 20px;}

.tablehm02 {
  width: 100%;
}

.tablehm02 td,
.tablehm02 th {
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: none;
}

.tablehm02 th {
  background-color: #006fff;
  color: #fff;
  font-weight: normal;
  border-left: none;
  border-right: none;
}

.tablehm02 .salary {
  background-color: #fe0000;
  color: #fff;
  width: 326px;
}

.tablehm02 td {
  background-color: #fdfdfd;
  border-bottom: 1px solid #e8e8e8;
  border-left: none;
  border-right: none;
}