.product {
  display: flex;
}

.select {
  width: 30%;
  display: flex;
  flex-direction: row-reverse;
}

.select .select-ul {
  margin-top: 200px;
}

.select .select-ul li {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 35px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}

.select .select-ul .color {
  background-color: #2367C0;
  color: #fff;
}

.content {
  width: 70%;
  background-color: #f8f8f8;
}

.content .none {
  display: none;
}

.product-service {
  margin: 200px 0 0 30px;
  width: 74%;
  height: 335px;
  background: url('../img/service.png') no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.servise-text {
  margin-top: 40px;
  width: 54%;
  padding: 60px;
}

.servise-text .servise-title {
  padding: 10px 0;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}

.servise-text .servise-content {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}

.product-banner {
  margin-left: 30px;
}

.product-banner ul {
  width: 74%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.product-banner ul li {
  padding: 0 40px;
  width: 33%;
  background: url('../img/service-banner.png') no-repeat;
  background-size: 100% 100%;
  height: 215px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-banner ul li .heade-text {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #2367C0;
  margin-bottom: 10px;
}

.product-banner ul li .main-text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}

.monitor {
  margin: 200px 0 0 30px;
  width: 74%;
}

.monitor .monitor-content {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

.monitor .monitor-title {
  font-size: 20px;
  padding: 20px 0 10px 0;
  border-bottom: 2px solid #DDDDDD;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #2367C0;
}

.monitor .detail-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.monitor .detail-list ul li {
  padding: 0 30px;
  width: 49%;
  height: 210px;
  background: url('../img/detail.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.monitor .detail-list .detail-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #2367C0;
}

.monitor .detail-list .detail-content {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}

.monitor .detail {
  padding: 30px 0;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

.imgList {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}

.imgList .img {
  padding: 40px 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.img .img-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 40%;
}

.img .img-left .text {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #2367C0;
}

.img .img-left .text1 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

.img .img-right {
  width: 60%;
}

.img .img-right img {
  width: 100%;
}

.logo {
  position: absolute;
  width: 100%;
  top: 0;
  height: 86px;
  background: url('../img/product-logo.png') no-repeat;
  background-size: 100% 100%;
}

.cursor {
  position: absolute;
  left: 4%;
  top: 0;
  width: 190px;
  height: 86px;
  cursor: pointer;
}

.tabs {
  position: absolute;
  width: 32%;
  right: 0;
  top: 50%;
  display: flex;
  align-items: center;
}

.tabs li {
  width: 30%;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}
