* {
  margin: 0;
  padding: 0;
}
.warp {
  height: 100%;
  width: 100%;
}
.warp .page-banner {
  width: 100%;
  height: 500px;
}
.warp .page-banner .page-banner-img {
  width: 100%;
  height: 100%;
}
.warp .page-banner .page-banner-img img {
  width: 100%;
  height: 100%;
}
.warp .our-service {
  width: 1200px;
  height: 590px;
  margin: 0 auto;
  box-sizing: border-box;
}
.warp .our-service .our-service-title {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  margin-top: 120px;
}
.warp .our-service .our-service-content {
  margin-top: 100px;
  width: 100%;
  height: 455px;
}
.warp .our-service .our-service-content ul {
  display: block;
  width: 100%;
  height: 100%;
}
.warp .our-service .our-service-content ul li {
  display: block;
  width: 210px;
  margin-right: 285px;
  height: 100%;
  float: left;
}
.warp .our-service .our-service-content ul li .contone {
  width: 210px;
  margin: 0 auto;
}
.warp .our-service .our-service-content ul li .contone img {
  width: 170px;
  height: 200px;
  margin-left: 20px;
}
.warp .our-service .our-service-content ul li .contone p:nth-child(2) {
  font-size: 20px;
  text-align: center;
  margin-top: 35px;
}
.warp .our-service .our-service-content ul li .contone p:nth-child(3) {
  line-height: 26px;
  font-size: 16px;
  margin-top: 24px;
}
.warp .our-service .our-service-content ul li:last-child {
  margin-right: 0px;
}
.warp .pages-resources {
  width: 100%;
  height: 810px;
  background-color: #30ADCD;
}
.warp .pages-resources .pages-resources-content {
  width: 1200px;
  height: 810px;
  margin: 0 auto;
}
.warp .pages-resources .pages-resources-content .resources-content-title {
  width: 1200px;
  color: white;
  font-size: 26px;
  text-align: center;
  display: inline-block;
  margin-top: 50px;
}
.warp .pages-resources .pages-resources-content .resources-content-contone {
  width: 1200px;
  font-size: 24px;
  text-align: center;
  color: white;
  margin-top: 35px;
  letter-spacing: 2px;
}
.warp .pages-resources .pages-resources-content .resources-content-content {
  height: 550px;
  margin-top: 100px;
  width: 100%;
}
.warp .pages-resources .pages-resources-content .resources-content-content img {
  float: left;
}
.warp .pages-resources .pages-resources-content .resources-content-content .resources-content-content-right {
  float: right;
  height: 510px;
  width: 480px;
  background: url(../images/professional/9.png);
  background-repeat: no-repeat;
}
.warp .pages-resources .pages-resources-content .resources-content-content .resources-content-content-right p {
  color: white;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 55px;
  text-align: center;
}
.warp .pages-resources .pages-resources-content .resources-content-content .resources-content-content-right p:nth-child(1) {
  margin-top: 170px;
}
.warp .our-service-two {
  height: 600px;
  overflow: hidden;
}
.warp .our-service-two .our-service-content ul li {
  width: 270px;
  margin-right: 195px;
}
.warp .our-service-two .our-service-content ul li .contone {
  width: 270px ;
}
.warp .our-service-two .our-service-content ul li .contone img {
  margin-left: 50px;
}
.warp .our-service-two .our-service-content ul li:last-child {
  margin-right: 0px;
}
