.yz-navbar {
  background-color: #fff;
}

.banner {
  height: 620px;
  background: url(../image/banner.png) no-repeat center center;
  background-size: cover;
}

.home-btn {
  opacity: 1;
  border-radius: 17.5px;
  background: rgba(255, 113, 86, 1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  height: 35px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 0px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  vertical-align: bottom;
  padding: 0 19px;
  border: 0;
  cursor: pointer;
}

.d-container {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}

.yz-s-title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 52px;
  padding-top: 195px;
}

.yz-s-section-banner .yz-s-topic {
  font-size: 48px;
  margin-top: 20px;
}

.yz-s-section-banner .yz-s-subtopic {
  color: #383838;
  font-size: 24px;
}

.banner .home-btn,
.mdm-footer .f-row .home-btn {
  height: 60px;
  width: 152px;
  border-radius: 36px;
  font-size: 18px;
}

.banner .home-btn:active,
.banner .home-btn:focus {
  outline: none;
}

.yz-s-topic {
  font-size: 20px;
  color: #383838;
  margin: 35px 0;
}

.top-list {
  height: 380px;
  padding-top: 90px;
}

.top-list {
  display: flex;
}

.top-list .list-item {
  flex: 1;
  padding: 0 25px;
  text-align: center;
}

.top-list .list-item .p-title {
  font-size: 20px;
  color: #383838;
  font-weight: bold;
  margin: 30px 0;
}

.top-list .list-item .p-text {
  font-size: 16px;
  color: #808080;
  border-right: 1px solid #efefef;
  padding: 10px 45px 0 0;
}

.top-list .list-item:last-child .p-text {
  border-right: 0;
}

.d-data-mian {
  background-color: #f5f7fb;
}

.home-title {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 57.92px;
  color: rgba(56, 56, 56, 1);
  text-align: center;
  padding: 50px 0;
}

.jiagouMain {
  background-color: #fff;
  padding: 50px 100px;
}

.home-tips {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 26.06px;
  color: #a6a6a6;
  text-align: center;
}

.yz-s-carousel-indicators li {
  position: inherit;
  width: 100%;
  list-style: none;
  display: list-item;
  text-indent: inherit;
  text-align: left;
  line-height: 45px;
  height: 45px;
  cursor: pointer;
  border-right: solid 4px #fff;
  font-size: 14px;
  padding-left: 24px;
  background: transparent;
}

.yz-s-bpm .carousel-indicators .active {
  color: #3874fb;
  border-right: solid 4px #3874fb;
  font-size: 20px;
  background-color: #f5f7fb;
}

.yz-s-bpm .carousel-indicators .active {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 45px;
  color: #2a82e4;
}

.yz-s-bpm .yz-s-cimg {
  float: left;
}

.yz-s-carousel-indicators {
  position: inherit;
  list-style: none;
  display: inherit;
  margin: 0px;
  padding: 15px 0px;
  margin-left: -7px;
}

.yz-s-carousel-indicators li {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 45px;
  color: rgba(128, 128, 128, 1);
  margin-bottom: 10px;
}

.yz-s-card .p-btn {
  cursor: pointer;
  color: #4a6af7;
  font-size: 18px;
  position: absolute;
  left: 40px;
  transition: all 0.2s ease-in-out;
}

.carousel-item .c-title,
.carousel-item .carousel-texts {
  text-align: left;
}

.carousel-item .c-title {
  font-size: 24px;
  color: #383838;
}

.carousel-item .carousel-texts {
  color: #808080;
  font-size: 20px;
  margin: 10px 0 20px;
}

.carousel-item .carousel-texts li {
  position: relative;
  padding-left: 15px;
}

.carousel-item .carousel-texts li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #808080;
  border-radius: 50%;
  left: 0;
  top: 14px;
}

.mdm-footer {
  height: 410px;
  background: url(../image/s9.png) no-repeat center center;
}

.footer-zx {
  font-size: 36px;
  color: #383838;
}

.footer-text {
  font-size: 40px;
  font-weight: bold;
  color: #383838;
}

.mdm-footer .f-row {
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
  align-items: flex-end;
}

.mdm-footer .f-list {
  display: flex;
  margin-top: 95px;
}

.mdm-footer .f-list .f-item {
  flex: 1;
  display: flex;
}

.mdm-footer .f-list .f-item img {
  width: 55px;
  height: 55px;
  margin-right: 10px;
}

.mdm-footer .f-list .f-item p {
  font-size: 15px;
  color: #383838;
  margin: 0;
}

.mdm-footer .f-list .f-item p:last-child {
  color: #808080;
  margin-top: 5px;
}

.grid {
  display: grid;
  /*设置三行高度都为100px；*/
  grid-template-rows: 315px 315px;
  grid-template-columns: 33.33% 33.33% 33.33%;
  width: 1200px;
  margin: 0 auto;
}

.grid > li {
  list-style-type: none;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 30px 30px 30px 70px;
  text-align: center;
}

.grid > li .grid-title {
  color: #383838;
  font-size: 20px;
  font-weight: bold;
  margin: 12px 0;
}

.grid > li li {
  text-align: left;
  font-size: 16px;
  color: #808080;
  line-height: 30px;
}

.grid li:nth-child(3),
.grid li:nth-child(6) {
  border-right: 0;
}

.grid li:nth-child(4),
.grid li:nth-child(5),
.grid li:nth-child(6) {
  border-bottom: 0;
}

.cimg {
  display: block;
  margin: 60px auto;
}

.d-menu {
  height: 320px;
  position: relative;
}

.d-menu::after {
  content: "";
  position: absolute;
  right: -237px;
  bottom: -209px;
  z-index: 1;
  width: 696px;
  height: 696px;
  background: url(../image/c2.png) no-repeat;
}

.d-menu-item {
  width: 33.33%;
  float: left;
  padding: 10px;
  position: relative;
  z-index: 2;
}

.d-menu-item .item-body {
  background-color: #fff;
  height: 150px;
  box-shadow: 0 0 15px #dbe3fb;
  padding: 25px;
  display: flex;
}

.d-menu-item .item-body .icon {
  width: 45px;
}

.d-menu-item .d-body {
  flex: 1;
}

.d-menu-item .d-body .title {
  color: #4a71fe;
  font-size: 20px;
  margin-bottom: 7px;
}

.d-menu-item .d-body .p-text {
  color: #a6a6a6;
  font-size: 16px;
}

.wxqc {
  height: 672px;
  background: url(../image/c3.png) no-repeat center center;
  background-size: cover;
  padding-top: 125px;
}

.wxqc .logo {
  width: 454px;
  height: 104px;
  background: rgba(255, 255, 255, 0.58);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wxqc .p-body {
  width: 714px;
  margin: 70px 0 0 50px;
}

.wxqc .p-body .title {
  font-size: 30px;
  color: #383838;
}

.wxqc .p-body .p-text {
  font-size: 16px;
  line-height: 28px;
  color: #383838;
  margin-top: 25px;
}

.wxqc .p-body .p-more{
  color: #4A6AF7;
  font-size: 16px;
  margin-top: 35px;
  cursor: pointer;
}