body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei, Microsoft YaHei;";
}

ul {
  padding: 0;
  margin: 0;
}

.box {
  min-width: 1200px;
  background-color: #fefefe;
}

.banner {
  background-image: url(../img/bg3-1.png);
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  height: 601px;
}

.banner .content {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.banner .content .left {
  width: 600px;
  min-width: 600px;
  margin: 0 0 0 0;
}

.banner .content .left .c_nav {
  display: flex;
  align-items: center;
  color: #333333;
}

.banner .content .left .c_nav .yuan {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  border: 3px solid #ff3366;
  background-color: #fff;
  margin: 0 10px 0 0;
}

.banner .content .left .c_nav .jian_icon {
  padding: 0 10px;
}

.banner .content .english {
  color: #5972BD;
  font-size: 16px;
  margin: 20px 0 0;
}

.banner .content .title {
  margin: 50px 0 0;
  font-size: 52px;
  font-weight: bold;
}

.banner .content .english {
  color: #5972BD;
  font-size: 16px;
  margin: 25px 0 0;
}

.banner .content .detail {
  color: #17348B;
  margin: 25px 0 50px;
  font-size: 18px;
  opacity: 0.6;
  line-height: 32px;
}

.button_box {
  display: flex;
}

.btn1 {
  margin-right: 10px;
  width: 96px;
  height: 21px;
  font-family: "Microsoft YaHei, Microsoft YaHei";
  font-weight: 400;
  font-size: 16px;
  color: #5d8eff;
  text-align: center;
  font-style: normal;
  text-transform: none;
  width: 166px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 57px 57px 57px 57px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn2 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  background-color: #165dff;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding: 0 40px;
  display: flex;
  margin-left: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 57px 57px 57px 57px;
}

.user {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
}
.user img {
  width: 320px;
}
.user .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 0 20px;
}
.user .content h2 {
  margin: 0;
}
.user .content .p1 {
  font-size: 18px;
  margin: 0;
  color: #666;
}
.user .content .card-list {
  display: flex;
  align-items: center;
}
.user .content .card-list .card {
  width: 120px;
  margin: 0 25px 0 0;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 10px 10px;
}
.user .content .card-list .card p {
  line-height: 26px;
  margin: 0 0;
  color: #666;
  font-size: 14px;
}
.user .content .card-list .card div {
  font-weight: bold;
  font-size: 24px;
  color: #165DFF;
}
.user .content .btn {
  background-color: #165dff;
  width: fit-content;
  padding: 10px 30px;
  margin: 20px 0 0;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
}

.light {
  width: 1200px;
  min-width: 1200px;
  margin: 50px auto 0;
}
.light .title {
  font-weight: bold;
  font-size: 42px;
  color: #000000;
  text-align: center;
}
.light .detail {
  margin: 41px 0 0;
  font-size: 17px;
  color: #AAAAAA;
  line-height: 26px;
  text-align: center;
}
.light .card-list {
  margin: 50px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 15px;
  row-gap: 15px;
}
.light .card-list .card {
  background-color: #f9fafb;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
}

.experience {
  width: 1200px;
  min-width: 1200px;
  margin: 50px auto 0;
}
.experience .title {
  font-weight: bold;
  font-size: 42px;
  color: #000000;
  text-align: center;
}
.experience .detail {
  margin: 41px 0 0;
  font-size: 17px;
  color: #AAAAAA;
  line-height: 26px;
  text-align: center;
}
.experience .content {
  display: flex;
  margin: 50px 0 0;
  align-items: flex-start;
}
.experience .content .left {
  background-color: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  flex: 1;
}
.experience .content .left .top {
  padding: 20px;
  box-sizing: border-box;
}
.experience .content .left .top .li {
  display: flex;
  align-items: center;
  margin: 20px 0;
  font-size: 14px;
}
.experience .content .left .top .li img {
  width: 15px;
  margin: 0 10px 0 0;
}
.experience .content .left .top .li h3 {
  margin: 0 0 5px;
}
.experience .content .left .top .li p {
  margin: 0;
}
.experience .content .left .bot {
  background-color: #f3f7ff;
  padding: 5px 20px;
}
.experience .content .right {
  margin: 0 0 0 30px;
  flex: 1;
  padding: 20px 0;
}
.experience .content .right .detail {
  text-align: left;
  margin: 0 0;
}
.experience .content .right .li {
  display: flex;
  align-items: center;
  margin: 20px 0;
  font-size: 14px;
}
.experience .content .right .li img {
  width: 15px;
  margin: 0 10px 0 0;
}
.experience .content .right .li h3 {
  margin: 0 0 5px;
}
.experience .content .right .li p {
  margin: 0;
}

/*# sourceMappingURL=wmdcyds.css.map */
