body {
  background: url(../images/background.png) no-repeat #fff !important;
  background-size: 100% 100% !important;
  max-height: 37.5rem !important;
  font-family: "微软雅黑", "宋体";
  user-select: none;
}
.more {
  background: linear-gradient(-90deg, #3badff 0%, #0050a0 100%);
  border-radius: 3.94rem;
  font-size: 1.13rem;
  padding: 0.81rem 3.94rem;
  width: 3.25rem;
  color: #fff;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-bottom: 2.5rem;
}
.who_we_are {
  width: 90rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 2rem 0 0 0;
}
.who_we_are .title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 1.88rem;
  color: #0050a0;
  text-align: center;
  width: 100%;
  margin-bottom: 1.2rem;
}
.who_we_are .content {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1rem;
  text-align: justify;
  color: #4a4e58;
  text-indent: 2em;
  line-height: 2rem;
  margin-bottom: 1.2rem;
}
.what_we_do {
  width: 100%;
  height: 32rem;
  position: relative;
}
.what_we_do .backgroundBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 32rem;
  z-index: -1;
}
.what_we_do .backgroundBox .left {
  width: 50%;
  height: 32rem;
  background: linear-gradient(180deg, #f0f1f7 0%, rgba(240, 241, 247, 0.5) 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.what_we_do .backgroundBox .right {
  width: 40rem;
  height: 32rem;
  position: absolute;
  left: 50%;
  top: 0;
  border-radius: 0rem 12.5rem 0rem 0rem;
  background: linear-gradient(180deg, #f0f1f7 0%, rgba(240, 241, 247, 0.5) 100%);
}
.what_we_do .centerBox {
  width: 90rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 2.4rem;
}
.what_we_do .centerBox .title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 1.88rem;
  color: #4a4e58;
  text-align: center;
  margin-bottom: 2.4rem;
}
.what_we_do .centerBox ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.22rem;
}
.what_we_do .centerBox ul li {
  width: 17rem;
  height: 18.75rem;
  position: relative;
  cursor: pointer;
}
.what_we_do .centerBox ul li img {
  width: 100%;
  height: 18.75rem;
  display: block;
}
.what_we_do .centerBox ul li p {
  position: absolute;
  top: 12rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 1rem;
  color: #fffefe;
  text-align: center;
  width: 100%;
  line-height: 1.5rem;
  z-index: 999;
}
.what_we_do .centerBox ul li:hover a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(59, 173, 255, 0.8) 0%, rgba(59, 173, 255, 0) 100%);
  z-index: 998;
}
.meeting_event {
  width: 100%;
  height: 37.5rem;
  background: linear-gradient(0deg, #ccd2e3 0%, rgba(204, 210, 227, 0.5) 100%);
  padding-top: 2.56rem;
  box-sizing: border-box;
}
.meeting_event p.title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 1.88rem;
  color: #0050a0;
  text-align: center;
  width: 100%;
  margin-bottom: 1.88rem;
}
.meeting_event .centerBox {
  width: 90rem;
  margin: 0 auto;
}
.meeting_event .centerBox ul {
  width: 100%;
}
.meeting_event .centerBox ul li {
  width: 100%;
  height: 6.25rem;
  position: relative;
}
.meeting_event .centerBox ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: nowrap;
  flex-direction: row;
  position: relative;
}
.meeting_event .centerBox ul li a .title {
  width: 71.25rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1rem;
  color: #4a4e58;
  text-align: left;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.meeting_event .centerBox ul li a .date {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1rem;
  color: #4a4e58;
}
.meeting_event .centerBox ul li a::after {
  content: "";
  position: absolute;
  bottom: -0.7rem;
  right: 0;
  width: 100%;
  height: 1.25rem;
  background: url(../images/line.png) no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.meeting_event .centerBox ul li:hover,
.meeting_event .centerBox ul li.active {
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.meeting_event .centerBox ul li:hover p,
.meeting_event .centerBox ul li.active p {
  color: #0050a0;
}
.meeting_event .centerBox ul li:hover::before,
.meeting_event .centerBox ul li.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1.35rem;
  width: 1.25rem;
  height: 6.25rem;
  background: #0050a0;
}
.contact_us {
  width: 100%;
  height: 57rem;
  padding-top: 15rem;
  position: relative;
  box-sizing: border-box;
}
.contact_us .backgroundBox {
  position: absolute;
  left: 0;
  top: -3rem;
  width: 100%;
  height: 50rem;
  z-index: 0;
}
.contact_us .backgroundBox .right {
  width: 50%;
  height: 50rem;
  background: #f7f7fb;
  position: absolute;
  right: 0;
  top: 0;
}
.contact_us .backgroundBox .left {
  width: 40rem;
  height: 50rem;
  position: absolute;
  right: 50%;
  top: 0;
  border-radius: 12.5rem 0rem 0rem 0rem;
  background: #f7f7fb;
}
.contact_us .centerBox1 {
  width: 90rem;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
.contact_us .centerBox1 .title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 1.88rem;
  color: #0050a0;
  margin-bottom: 1.88rem;
  text-align: center;
}
.contact_us .centerBox1 .content {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1rem;
  color: #4a4e58;
  line-height: 1.8rem;
  text-align: center;
}
.contact_us .centerBox2 {
  width: 90rem;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
.contact_us .centerBox2 .contact-table {
  width: 100%;
  border-collapse: collapse;
}
.contact_us .centerBox2 .contact-table thead tr {
  background-color: #004d99;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.contact_us .centerBox2 .contact-table thead tr th {
  height: 5rem;
  text-align: center;
  border: 1px solid #fff;
}
.contact_us .centerBox2 .contact-table tbody tr {
  background-color: #f0f1f7;
  height: 4.94rem;
  text-align: center;
}
.contact_us .centerBox2 .contact-table tbody tr:nth-child(even) {
  background: #ccd2e3;
}
.contact_us .centerBox2 .contact-table tbody td {
  padding: 10px;
  border: 1px solid #fff;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1rem;
  color: #4a4e58;
}
.contact_us .centerBox2 .contact-table tbody tr:last-child td {
  border-bottom: none;
}
.contact_us .contactImg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
}
