div.serve_1 {
  display: flex;
  justify-content: space-between;
  padding-top: 65px;
}
div.serve_1 div.ser_left {
  width: 50%;
  width: 750px;
  height: 745px;
}
div.serve_1 div.ser_left img {
  padding-right: 30px;
  width: 749px;
  height: 745px;
}
div.serve_1 div.ser_right {
  padding-top: 50px;
  padding-right: 100px;
}
div.serve_1 div.ser_right div.ser_tit {
  font-size: 40px;
  padding-left: 20px;
  font-family: Microsoft YaHei;
  font-weight: 500;
  color: #000000;
  margin-bottom: 120px;
}
div.serve_1 div.ser_right div.ser_title {
  font-size: 72px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #000000;
  line-height: 88px;
  margin-top: 30px;
  margin-bottom: 68px;
}
div.serve_1 div.ser_right div.ser_en {
  font-size: 20px;
  color: #F2AD0F;
  font-weight: bold;
}
div.serve_1 div.ser_right div.ser_desc {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #6A6A6A;
  margin-bottom: 60px;
}
div.serve_1 div.ser_right div.ser_list {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}
div.serve_1 div.ser_right div.ser_list div.ser_item {
  display: flex;
  margin-bottom: 60px;
}
div.serve_1 div.ser_right div.ser_list div.ser_item div.item_icon {
  width: 30px;
  height: 66px;
  background: #EEF3F8;
  border-radius: 10px;
  margin-right: 35px;
}
div.serve_1 div.ser_right div.ser_list div.ser_item div.item_con {
  display: flex;
  flex-direction: column;
}
div.serve_1 div.ser_right div.ser_list div.ser_item div.item_con div.con_tit {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #201F1F;
  line-height: 32px;
  margin-bottom: 20px;
}
div.serve_1 div.ser_right div.ser_list div.ser_item div.item_con div.con_desc {
  width: 360px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4F4F4F;
}

div.chooes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 110px 0 80px 0;
}
div.chooes div.choo_header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div.chooes div.choo_header div.header_en {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #1F77C9;
  line-height: 72px;
}
div.chooes div.choo_header div.header_ch {
  font-size: 60px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
  line-height: 72px;
  margin-bottom: 35px;
}
div.chooes div.choo_header div.header_desc {
  width: 827px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #727272;
  text-align: center;
}
div.chooes div.choo_list {
  display: flex;
  width: 1600px;
  margin: 0 auto;
  margin-top: 70px;
  justify-content: space-around;
}
div.chooes div.choo_list div.choo_item {
  background: #FFFFFF;
  border: 2px solid #E5F5FE;
  border-radius: 30px;
  padding: 48px 58px;
  padding-right: 67px;
  width: calc(33% - 44px);
}
div.chooes div.choo_list div.choo_item div.choo_icon {
  width: 88px;
  height: 85px;
  background-color: #E5F5FE;
}
div.chooes div.choo_list div.choo_item div.choo_tit {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #191919;
  line-height: 32px;
  margin-top: 35px;
}
div.chooes div.choo_list div.choo_item div.choo_desc {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #6A6A6A;
  line-height: 32px;
  margin: 30px auto;
}
div.chooes div.choo_list div.choo_item a.choo_link {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0058BF;
  line-height: 32px;
}/*# sourceMappingURL=serve.css.map */