body {
  background-color: #fff;
}

h4 {
  font-size: 24px;
}


.justify-around {
  display: flex;
  justify-content: space-around;
}

.header {
  background: #0071FE;
  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;
  cursor: pointer;
}

.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: 280px;
  background: #377AFF;
  text-align: center;
  color: #fff;
  font-size: 24px;
  border-radius: 8px;
  height: 80px;
  line-height: 80px;
}

.fz-nav .mide {
  background-color: #2AB9FF;
  position: relative;
}

.fz-nav .mide::after {
  content: "";
  position: absolute;
  bottom: -25px;
  /* 调整三角形的大小和位置 */
  left: 40%;
  width: 0;
  height: 0;
  margin-left: -5px;
  /* 三角形一半的宽度 */
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #2AB9FF;
  /* 三角形颜色 */
}

.fz-img {
  padding: 15px 20px;
  background: #377AFF;
  text-align: center;
  margin: 50px auto;
  border-radius: 8px;
}

.fz-img img {
  width: 100%;
  border-radius: 8px;
}

.dsj-bg {
  margin-top: 30px;
}


.ys-img {
  padding-bottom: 80px;
  background-color: #3a7aff;
}
.ys-img img{ width: 100%;}
.ys {
  margin-top: -80px;
}

.yx-bg {
  background: linear-gradient(to bottom, #f4f9ff, #fff);
  padding: 20px 10px;
  border-radius: 10px;
}

.yx-bg h3 {
  font-size: 30px;
  background: linear-gradient(to bottom, #ff5a0a, #f6961d);
  border-radius: 30px;
  width: 320px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  font-weight: bold;
}

.yx-bg h3::before {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.yx-2 h3 {
  background: linear-gradient(to bottom, #4186FF, #2BD0FE);
}

.yx-3 h3 {
  background: linear-gradient(to bottom, #FE6158, #F7921C);
}

.yx-4 h3 {
  background: linear-gradient(to bottom, #8F498F, #915490);
}

.ys-1-box {
  display: flex;
  justify-content: space-between;
}

.ys-1-txt {
  width: 42%;
  padding: 10px;
}

.ys-1-txt div {
  width: 80px;
  line-height: 50px;
  background: #FF8500;
  font-size: 28px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  margin: 44px 0 10px;
  font-weight: bold;
}

.ys-1-txt p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
}

.ys-1-img {
  width: 58%;
  padding: 10px;
}

.ys-1-img img {
  width: 100%;
  border-radius: 10px;
}

.zc {
  background-color: #F5FAFE;
}

.zc-item {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 40px;

}

.zc-box h3 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  letter-spacing: 10px;
  border-bottom: 8px solid #FF8500;
  margin: 10px;
  text-align: center;
  line-height: 20px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.zc-box ul li {
  font-size: 18px;
  background-color: #F5FAFE;
  border-radius: 20px;
  padding: 20px;
  margin: 30px auto;
  color: #333;
  cursor: pointer;
}
.zc-box ul li.on{
  background-color: #006fff;
  color: #fff;
}

.zc-content {
  width: 70%;
  padding: 40px 0 20px;
  position: relative;
}
.zc-img {
  float: left;width: 26%;
}
.zc-img img {
  border-radius: 10px;
}

.zc-txt {
  float: right;
  width: 70%;
}

.zc-txt p {
  font-size: 18px;
  line-height: 2;
}

.kc {
  background: url(images/dsj-bg-5.jpg) no-repeat;
}

.kc h2 {
  color: #fff;
}

.kc-l {
  background-color: #2767ed;
}
.kc-l img{
	width:100%;
}
.kc-content {
  background: #F9F9F9;
  border-radius: 10px;
  padding: 20px;
  margin: 20px auto;
}

.kc-box {
  display: flex;
}

.kc-fa {
  width: 16%;
  background-color: #2767ed;
  color: #fff;
  border-radius: 10px;
  font-size: 24px;
  text-align: center;
  align-content: center;
  line-height: 2;
}

.kc-txt {
  width: 28%;
  background: #F4F9FF;
  padding: 10px;
  border-radius: 10px;
}

.kc-txt h4 {
  font-size: 20px;
  text-align: center;
  line-height: 2.5;
  color: #2767ed;
}

.kc-txt p {
  font-size: 18px;
  padding: 15px;
  background-color: #e5f1ff;
  color: #333;
  line-height: 2;
}

.kc-h {
  margin: 20px auto;
  display: flex;
  background: #fff;
  border-radius: 10px;
}

.kc-h span {
  background: #ff8500;
  color: #fff;
  font-size: 24px;
  height: 80px;
  display: inline-block;
  width: 30%;
  line-height: 80px;
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
  letter-spacing: 5px;
}

.kc-h p {
  display: inline;
  font-size: 18px;
  padding: 10px;
  line-height: 2;
  color: #333;
}

.kc-zw {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}

.kc-zw p {
  font-size: 18px;
  background: #fff;
  border-radius: 10px;
  line-height: 2;
  padding: 5px 20px;
  margin: 10px;
  color: #fff
}
.kc-zw p:nth-child(1){
background-color:#f16514 ;
}
.kc-zw p:nth-child(2){
background-color:#3e5ce2 ;
}
.kc-zw p:nth-child(3){
background-color:#10dd21 ;
}
.kc-zw p:nth-child(4){
background-color:#227cc5 ;
}
.kc-zw p:nth-child(5){
background-color:#e23e9e ;
}
.kc-zw p:nth-child(6){
background-color:#e0d42d ;
}
.kc-zw p:nth-child(7){
background-color:#e22828 ;
}
.kc-zw p:nth-child(8){
background-color:#1babe4 ;
}
.kc-zw p:nth-child(9){
background-color:#f6961d ;
}
.kc-zw p:last-child{
  background: unset;
  color: #3577FF;
  cursor:pointer;
}
.sz {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.sz ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 40%;
  height: 400px;
}

.sz ul li {
  background: #3577FF;
  font-size: 20px;
  width: 110px;
  text-align: center;
  border-radius: 10px;
  margin: 20px;
  color: #fff;
  display: flex;
  padding: 10px;
}
.sz ul li.on{
	background: #FF8500;
}
.sz ul li::before {
  content: '';
  background: url('images/icon/icon-sz.png') no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.sz-content {
  position: relative;
  background: #F7F7F7;
  width: 80%;
  padding: 20px;
  border-radius: 10px;
}

.sz-txt {
 width: 50%;
  float: left;
}
.sz-img{
  float: right;width: 45%;
}
.sz-txt h4 {
  font-size: 28px;
  line-height: 3;
  color: #3577FF;
}

.sz-txt div {
  font-size: 20px;
  line-height: 2;
}

.sz-txt p {
  font-size: 18px;
  line-height: 2;
}

.sz-img img {
  border-radius: 10px;
}

.sz-img button {
  font-size: 24px;
  margin: 20px;
  padding: 10px 20px;
  background-color: #FF8500;
  color: #fff;
  clip-path: polygon(0% 35%, 10% 0px, 100% 0px, 100% 65%, 90% 100.00%, 0px 100%);
  cursor:pointer;
}

.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;
}