body {
  background-color: #fff !important;
}
.yjsCon .yjs_banner {
  height: 348px;
  background: url(images/yjs_banner.png) center top no-repeat;
  width: 100%;
  margin: auto;
  position: relative;
}
.yjsCon .yjs_banner .yjs_pos {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.yjsCon .yjs_banner .yjs_pos .yjs_box {
  width: 327px;
  height: 55px;
  background: #ffffff;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  border-radius: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  margin: auto;
  box-sizing: border-box;
}
.yjsCon .yjs_banner .yjs_pos .yjs_box .yjs_btn {
  width: 150px;
  height: 50px;
  background: #fff;
  border-radius: 36px;
  font-weight: 500;
  font-size: 24px;
  color: #4371e5;
  line-height: 50px;
  text-align: center;
  font-style: normal;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.yjsCon .yjs_banner .yjs_pos .yjs_box .yjs_btn img {
  margin-left: 35px;
  margin-right: 10px;
}
.yjsCon .yjs_banner .yjs_pos .yjs_box .yjs_btn .img1 {
  display: none;
}
.yjsCon .yjs_banner .yjs_pos .yjs_box .yjs_btn .img2 {
  display: block;
}
.yjsCon .yjs_banner .yjs_pos .yjs_box .yjs_btn.cur {
  background-color: #4371e5;
  color: #fff;
}
.yjsCon .yjs_banner .yjs_pos .yjs_box .yjs_btn.cur .img1 {
  display: block;
}
.yjsCon .yjs_banner .yjs_pos .yjs_box .yjs_btn.cur .img2 {
  display: none;
}
.yjsCon .grBox,
.yjsCon .qyBox {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin: 56px 0;
}
.yjsCon .grBox .item,
.yjsCon .qyBox .item {
  height: 280px;
  border-radius: 16px;
  padding: 20px 15px;
  box-sizing: border-box;
  position: relative;
}
.yjsCon .grBox .item .title,
.yjsCon .qyBox .item .title {
  font-weight: 550;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  margin-bottom: 24px;
}
.yjsCon .grBox .item .yjscontent,
.yjsCon .qyBox .item .yjscontent {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  text-align: left;
  font-style: normal;
  margin-bottom: 12px;
  cursor: pointer;
  position: relative;
  padding-left: 12px;
  transition: all 0.3s ease-in-out;
}
.yjsCon .grBox .item .yjscontent a,
.yjsCon .qyBox .item .yjscontent a {
  color: #333;
}
.yjsCon .grBox .item .yjscontent::after,
.yjsCon .qyBox .item .yjscontent::after {
  content: " ";
  width: 4px;
  height: 4px;
  background: #024b89;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.yjsCon .grBox .item .yjscontent:hover,
.yjsCon .qyBox .item .yjscontent:hover {
  cursor: pointer;
  transform: translateX(3px);
}
.yjsCon .grBox .item .yjscontent:hover a,
.yjsCon .qyBox .item .yjscontent:hover a {
  font-weight: bold;
}
.yjsCon .grBox .item img,
.yjsCon .qyBox .item img {
  max-width: 77px;
  max-height: 60px;
  position: absolute;
  bottom: 10px;
  right: 16px;
}
.yjsCon .grBox .center,
.yjsCon .qyBox .center {
  height: 228px;
  width: 100%;
  background-size: contain;
}
.yjsCon .grBox .item {
  width: 18.6%;
}
.yjsCon .grBox .item1 {
  background-color: #e1eefa;
}
.yjsCon .grBox .item1 .title1 {
  color: #4371e5;
}
.yjsCon .grBox .item1 .yjscontent:hover a {
  cursor: pointer;
  color: #4371e5;
}
.yjsCon .grBox .item2 {
  background-color: #e8fef7;
}
.yjsCon .grBox .item2 .title2 {
  color: #21b990;
}
.yjsCon .grBox .item2 .yjscontent:hover a {
  cursor: pointer;
  color: #21b990;
}
.yjsCon .grBox .item3 {
  background-color: #fef9e9;
}
.yjsCon .grBox .item3 .title3 {
  color: #d58f34;
}
.yjsCon .grBox .item3 .yjscontent:hover a {
  cursor: pointer;
  color: #d58f34;
}
.yjsCon .grBox .item4 {
  background-color: #f5f7ff;
}
.yjsCon .grBox .item4 .title4 {
  color: #2f457e;
}
.yjsCon .grBox .item4 .yjscontent:hover a {
  cursor: pointer;
  color: #2f457e;
}
.yjsCon .grBox .item5 {
  background-color: #fff0f5;
}
.yjsCon .grBox .item5 .title5 {
  color: #f35e8f;
}
.yjsCon .grBox .item5 .yjscontent:hover a {
  cursor: pointer;
  color: #f35e8f;
}
.yjsCon .grBox .item6 {
  background-color: #f3f3f3;
}
.yjsCon .grBox .item6 .title6 {
  color: #717273;
}
.yjsCon .grBox .item6 .yjscontent:hover a {
  cursor: pointer;
  color: #717273;
}
.yjsCon .grBox .item7 {
  background-color: #f5f7ff;
}
.yjsCon .grBox .item7 .title7 {
  color: #2f457e;
}
.yjsCon .grBox .item7 .yjscontent:hover a {
  cursor: pointer;
  color: #2f457e;
}
.yjsCon .grBox .item8 {
  background-color: #fff0f5;
}
.yjsCon .grBox .item8 .title8 {
  color: #f36191;
}
.yjsCon .grBox .item8 .yjscontent:hover a {
  cursor: pointer;
  color: #f36191;
}
.yjsCon .grBox .item9 {
  background-color: #e8fef7;
}
.yjsCon .grBox .item9 .title9 {
  color: #21b990;
}
.yjsCon .grBox .item9 .yjscontent:hover a {
  cursor: pointer;
  color: #21b990;
}
.yjsCon .grBox .item10 {
  background-color: #fef9e9;
}
.yjsCon .grBox .item10 .title10 {
  color: #d58f34;
}
.yjsCon .grBox .item10 .yjscontent:hover a {
  cursor: pointer;
  color: #d58f34;
}
.yjsCon .qyBox .item {
  width: 23.75%;
}
.yjsCon .qyBox .item1 {
  background-color: #e8fef7;
}
.yjsCon .qyBox .item1 .title1 {
  color: #21b990;
}
.yjsCon .qyBox .item1 .yjscontent:hover a {
  cursor: pointer;
  color: #21b990;
}
.yjsCon .qyBox .item2 {
  background-color: #fef9e9;
}
.yjsCon .qyBox .item2 .title2 {
  color: #d58f34;
}
.yjsCon .qyBox .item2 .yjscontent:hover a {
  cursor: pointer;
  color: #d58f34;
}
.yjsCon .qyBox .item3 {
  background-color: #f5f7ff;
}
.yjsCon .qyBox .item3 .title3 {
  color: #2f457e;
}
.yjsCon .qyBox .item3 .yjscontent:hover a {
  cursor: pointer;
  color: #2f457e;
}
.yjsCon .qyBox .item4 {
  background-color: #fff0f5;
}
.yjsCon .qyBox .item4 .title4 {
  color: #f35e8f;
}
.yjsCon .qyBox .item4 .yjscontent:hover a {
  cursor: pointer;
  color: #f35e8f;
}
.yjsCon .qyBox .item5 {
  background-color: #ffefef;
}
.yjsCon .qyBox .item5 .title5 {
  color: #d47474;
}
.yjsCon .qyBox .item5 .yjscontent:hover a {
  cursor: pointer;
  color: #d47474;
}
.yjsCon .qyBox .item6 {
  background-color: #f8f4ff;
}
.yjsCon .qyBox .item6 .title6 {
  color: #7c62a9;
}
.yjsCon .qyBox .item6 .yjscontent:hover a {
  cursor: pointer;
  color: #7c62a9;
}
.yjsCon .qyBox .item7 {
  background-color: #fef9e9;
}
.yjsCon .qyBox .item7 .title7 {
  color: #d58f34;
}
.yjsCon .qyBox .item7 .yjscontent:hover a {
  cursor: pointer;
  color: #d58f34;
}
.yjsCon .qyBox .item8 {
  background-color: #eef6ff;
}
.yjsCon .qyBox .item8 .title8 {
  color: #3257b5;
}
.yjsCon .qyBox .item8 .yjscontent:hover a {
  cursor: pointer;
  color: #3257b5;
}
@media screen and (max-width: 1201px) {
  .yjsCon .yjs_banner {
    height: 3.4rem;
    background: url(images/m_yjs_banner.png) center no-repeat;
    background-size: 100% 100%;
  }
  .yjsCon .yjs_banner .yjs_pos {
    position: absolute;
    bottom: 0.45rem;
    width: 100%;
  }
  .yjsCon .yjs_banner .yjs_pos .yjs_box {
    width: 4.7rem;
    height: 0.8rem;
    background: #ffffff;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0.3rem;
    padding: 0 8px;
  }
  .yjsCon .yjs_banner .yjs_pos .yjs_box .yjs_btn {
    width: 2.4rem;
    height: 0.65rem;
    border-radius: 0.2rem;
    font-weight: 500;
    font-size: 0.36rem;
    line-height: 0.65rem;
  }
  .yjsCon .yjs_banner .yjs_pos .yjs_box .yjs_btn img {
    margin-left: 0.5rem;
    margin-right: 0.1rem;
  }
  .yjsCon .grBox,
  .yjsCon .qyBox {
    margin: 0.56rem 0;
  }
  .yjsCon .grBox .item,
  .yjsCon .qyBox .item {
    height: 280px;
    border-radius: 16px;
    padding: 24px 20px;
    box-sizing: border-box;
    position: relative;
  }
  .yjsCon .grBox .item .title,
  .yjsCon .qyBox .item .title {
    font-weight: 550;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    margin-bottom: 24px;
  }
  .yjsCon .grBox .item .yjscontent,
  .yjsCon .qyBox .item .yjscontent {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 22px;
    text-align: left;
    font-style: normal;
    margin-bottom: 12px;
    cursor: pointer;
    position: relative;
    padding-left: 12px;
  }
  .yjsCon .grBox .item .yjscontent::after,
  .yjsCon .qyBox .item .yjscontent::after {
    content: " ";
    width: 4px;
    height: 4px;
    background: #024b89;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
  }
  .yjsCon .grBox .item img,
  .yjsCon .qyBox .item img {
    max-width: 11.7rem;
    max-height: 6rem;
    position: absolute;
    bottom: 10px;
    right: 16px;
  }
  .yjsCon .grBox .center,
  .yjsCon .qyBox .center {
    display: none;
  }
  .yjsCon .grBox .item {
    width: 76%;
    margin: auto;
    margin-bottom: 20px;
  }
  .yjsCon .qyBox .item {
    width: 76%;
    margin: auto;
    margin-bottom: 20px;
  }
}
