﻿.banner {
  width: 100%;
  height: 502px;
  background: #a7d7ff;
}

.con_left {
  width: 50%;
}

.con_left p {
  color: #fff;
}

.memberManagement {
  padding: 109px 0;
  text-align: center;
}

.member_customer {
  background: #fafbfc;
}

.company {
  padding-top: 30px;
  background: #fff;
}

.manage .user .user_right {
  line-height: 16px;
}

.user_right ul li {
  margin-bottom: 32px;
}

.user_right ul li h2 {
  color: #28417a;
  font-size: 18px !important;
  font-weight: bold;
}

.user_right ul li h4 {
  color: #27385e;
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  margin-top: 18px;
}

.user {
  margin-bottom: 75px;
}

.user p {
  margin: 89px auto 90px;
}

@media screen and (max-width:992px) {
  .con_left {
    width: 90%;
  }

  .user p {
    margin: 40px 0;
  }
}

@media screen and (max-width:768px) {
  .user_right ul li h4 {
    font-size: 16px;
    padding: 0 20px ;
    box-sizing: border-box;
    line-height: 30px;
  }

  .scene_con p,
  .scene_con h5{
    padding: 0 20px ;
    box-sizing: border-box;
  }
}