.wrap-bg {
  position: relative;
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}

.wrap {
  position: relative;
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 0;
}

.wrap-anchor-box{
  width: 100%;
  height: 73px;
}

.wrap-anchor {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #EDEDED;
}

.wrap-anchor-cont {
  padding-top: 36px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}

.wrap-anchor.fixed {
  position: fixed;
  top: 0;
  z-index: 11;
}

.anchor-item {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  padding-bottom: 10px;

}

.anchor-item.active {
  color: #1561EB;
  border-bottom: 2px solid #1561EB;
}

.wp-title-01 {
  font-size: 26px;
  font-weight: bold;
  color: #000000;
  line-height: 40px;
  margin-bottom: 8px;
}

.wp-title-ico {
  width: 20px;
  height: 14px;
  background: url("./../images/ico28.png") no-repeat;
  margin-bottom: 8px;
}

.wp-title-02 {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  line-height: 48px;
}

.wp-subtxt {
  margin-top: 24px;
  display: inline-block;
  width: 1024px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  text-align: center;
}

.wp-grid01 {
  margin-top: 48px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px 125px;
}

.grid01-item {
  width: 206px;
  box-sizing: border-box;
  border: 1px solid #A3C3FF;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px;
  border-radius: 8px;
}

.grid01-ico {
  width: 120px;
  height: 120px;
}

.grid01-title {
  margin-top: 16px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 32px;
}

.grid01-txt {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #8E8E8E;
  line-height: 24px;
}

.wp-bigimg {
  margin-top: 48px;
  width: 1200px;
}

.wp-bigimg-cont {
  width: 100%;
}

.wp-grid02 {
  margin-top: 48px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px 64px;
  justify-content: center;
}

.grid02-item {
  width: 252px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(21, 97, 235, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px 20px 20px;
  border-radius: 8px;
  overflow: hidden;
}

.grid02-ico {
  width: 252px;
  height: 130px;
}

.grid02-title {
  margin-top: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
}

.grid02-txt {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #8E8E8E;
  line-height: 24px;
}

.wp-gnnav {
  margin-top: 28px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
  overflow-x: auto;
  white-space: nowrap;
}

.gnnav-item {
  padding: 20px 30px 10px 30px;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 32px;
}

.gnnav-item.active {
  border-bottom: 2px solid #1561EB;
}

.wp-gncont {
  margin-top: 48px;
}

.gncont-item {
  width: 1200px;
  height: 520px;
  background: #F0F4FC;
  border-radius: 16px;
  overflow: hidden;
  display: none;
}

.gncont-item.active {
  display: flex;
}

.gncont-left {
  width: 390px;
  height: 520px;
}

.gncont-ico {
  width: 100%;
  height: 100%;
}

.gncont-right {
  width: 810px;
  box-sizing: border-box;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gncont-title {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #58A5F8;
}

.gncont-txt {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #8E8E8E;
  line-height: 48px;
}

.wp-qunti {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px 16px;
}

.qunti-item {
  position: relative;
  width: 288px;
  height: 520px;
  overflow: hidden;
  border-radius: 8px;
}

.qunti-ico {
  width: 100%;
  height: 100%;
}

.qunti-txt {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(21, 97, 235, 0.8);
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 32px;
}

.qunti-item:hover .qunti-txt {
  display: flex;
}

.wp-ys {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ys-bg {
  background: url("./../images/ico31.png") no-repeat center;
}

.ys-left {
  width: 400px;
  display: flex;
  flex-direction: column;
}

.ys-logo {
  height: 60px;
}

.ys-logo-ico {
  width: auto;
  height: 100%;
}

.ys-line {
  margin: 24px 0;
  width: 24px;
  height: 6px;
  background: #1561EB;
}

.ys-ms {
  display: flex;
  flex-direction: column;
}

.ys-ms-txt {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #8E8E8E;
  line-height: 48px;
  white-space: pre-wrap;
}

.ys-right {
  width: 704px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ys-title {
  font-size: 32px;
  font-weight: bold;
  color: #1561EB;
  line-height: 48px;
}

.ys-swiper {
  margin-top: 64px;
  width: 100%;
  display: flex;
}

.ys-pian {
  width: 224px;
  height: 302px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 10px 0px rgba(21, 97, 235, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ys-pian-ico {
  width: 158px;
  height: 158px;
}

.ya-pian-txt {
  margin-top: 16px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 32px;
}

.ys-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}