* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
#navigation .navigation .navigationList .navigationItem a:nth-child(4) p {
  color: #4386db !important;
}
@media (min-width: 1200px) {
  .content {
    min-width: 1200px;
  }

  .bannerText {
    width: 100%;
    background-color: #f5f6fa;
    height: 200px;
    padding-top: 50px;
    margin-top: -5px;
  }

  .bannerText p {
    width: 1200px;
    display: block;
    margin: 0 auto;
  }

  .bannerText p:nth-child(1) {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #3e3a39;
  }

  .bannerText p:nth-child(2) {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #3e3a39;
    margin-bottom: 20px;
  }

  .bannerText p:nth-child(3) {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #222222;
    line-height: 25px;
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
  }
  .solutionsList {
    min-width: 1200px;
    background-color: #f5f6fa;
    padding-top: 50px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
  }
  .solutionsList .listTitle {
    width: 1200px;
    height: 30px;
    margin: 0 auto;
    border-bottom: 1px solid #6b6b6b;
    margin-bottom: 50px;
  }
  .solutionsList .listItem {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
  }
  .solutionsList .listItem .item {
    width: 360px;
    height: 154px;
    background-color: #e4e5eb;
    margin-bottom: 60px;
  }
  .solutionsList .listItem .item:nth-child(3n-1) {
    margin: 0 60px;
  }
  .solutionsList .listItem .item > a {
    width: 380px;
    height: 154px;
    display: flex;
  }
  .solutionsList .listItem .item > a .text {
    width: 139px;
    height: 154px;
    margin-right:15px;
  }
  .solutionsList .listItem .item > a .text p:nth-child(1) {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #222222;
    display: block;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .solutionsList .listItem .item:hover > a .text p:nth-child(1) {
    font-weight: 600;
  }
  .solutionsList .listItem .item > a .text p:nth-child(2) {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #222222;
    margin-left: 30px;
  }
  .solutionsList .listItem .item:hover > a .text p:nth-child(2) {
    color: #2e73cb;
  }
}
@media (max-width: 1199px) {
  .bannerText {
    width: 100%;
    background-color: #f5f6fa;
    margin-top: -5px;
	padding:15px;
  }

  .bannerText p {
    display: block;
    margin: 0 auto;
  }

  .bannerText p:nth-child(1) {
    font-size:20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #3e3a39;
  }

  .bannerText p:nth-child(2) {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #3e3a39;
    margin-bottom:10px;
  }

  .bannerText p:nth-child(3) {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #222222;
    line-height: 25px;
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
  }
  .solutionsList {
    background-color: #f5f6fa;
	padding:15px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
  }
  .solutionsList .listTitle {
    height: 30px;
    margin: 0 auto;
    border-bottom: 1px solid #6b6b6b;
    margin-bottom:20px;
  }
  .solutionsList .listItem {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .solutionsList .listItem .item {
 
    background-color: #e4e5eb;
    margin-bottom:20px;
  }
 
  .solutionsList .listItem .item > a {

    display: flex;
  }
  .solutionsList .listItem .item > a .text {
    width: 139px;
    height: 154px;
     margin-right:15px;
  }
  .solutionsList .listItem .item > a .text p:nth-child(1) {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #222222;
    display: block;
    margin-left:15px;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .solutionsList .listItem .item:hover > a .text p:nth-child(1) {
    font-weight: 600;
  }
  .solutionsList .listItem .item > a .text p:nth-child(2) {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #222222;
    margin-left:15px;
  }
  .solutionsList .listItem .item:hover > a .text p:nth-child(2) {
    color: #2e73cb;
  }
}
