﻿.con_left {
  width: 50%;
}

.con_left p {
  color: #fafbfc;
}

.banner {
  background: url('../image/mobile_bj.png') no-repeat center center;
}

.manage {
  background: #fff;
}

.manage .user .user_left {
  margin-left: 20px;
  text-align: center;
}

.user_right ul li h2 {
  font-size: 18px;
}

.user_right ul li h3 {
  height: 2px;
  width: 39px;
  background-color: #ffcb4e;
  margin: 18px 0;
}

.user_right ul li h4 {
  line-height: 30px;
}

.manage .user .user_right {
  margin-left: 55px;
}

.just_two {
  margin-top: 88px;
}

.just_two .user_left img {
  margin-right: 118px;
}

.just_two .user_right ul {
  margin-top: 30px;
}

.just_three {
  margin-top: 88px;
}

.functional {
  padding: 68px 0 45px 0;
}

.functional_con {
  display: flex;
  margin-bottom: 70px;
}

.functional_l {
  width: 297px;
  height: 397px;
}

.functional_l h2 {
  color: #00012e;
  font-size: 24px;
  font-weight: normal;
}

.functional_l h3 {
  width: 34px;
  height: 4px;
  background-color: #27385e;
  margin: 28px 0;
}

.functional_l h4 {
  color: #939baf;
  font-size: 20px;
  font-weight: normal;
}

.functional_l img {
  margin-bottom: 26px;
}

.functional_r {
  flex: 1;
}

.functional_r ul {
  display: flex;
}

.functional_r ul li {
  flex: 1;
  height: 397px;
  margin-right: 30px;
  background-color: #fbfbfb;
  text-align: center;
}

.functional_r ul li:last-child {
  margin-right: 0;
}

.functional_r ul li img {
  margin-top: 35px;
}

.functional_r ul li h5 {
  margin: 25px auto 35px;
  font-size: 18px;
  color: #00012e;
  font-weight: normal;
}

.functional_r ul li h6 {
  color: #667186;
  line-height: 25px;
  width: 228px;
  margin: 0 auto;
  font-size: 14px;
}




@media screen and (max-width:992px) {
  .functional_con {
    flex-direction: column;
  }

  .functional_r ul li {
    min-width: 200px;
  }


}

@media screen and (max-width:768px) {
  .functional_l img{
    height: 90px;
  }
  .con_left h3 {
    font-size: 20px;
  }

  .con_left p {
    font-size: 16px;
  }

  .justflex {
    display: block;
  }

  .functional_l {
    margin: 0 auto;
    display: flex;
    height: 100px;
  }

  .functional_con {
    flex-wrap: wrap;
  }

  .functional_r ul {
    flex-wrap: wrap;
  }

  .functional_r ul li {
    margin: 0;
    height: 300px;
  }

  .user_left img {
    margin: 0;
    width: 50%;
  }

  .functional_r ul li h6 {
    width: 90%;
  }

  .functional {
    padding: 0;
  }

  .manage .user .user_right {
    margin-left: 0;
    text-align: left;
    padding: 0 20px;
    box-sizing: border-box;
  }
}