ul {
  font-size: initial;
}

.main {
  padding-top: 0;
}

.block {
  background: no-repeat;
  color: #000;
}

.block .rt {
  background: url(/img/sopbg.jpg) no-repeat center center;
  position: relative;
  background-size: cover;
}

.tit {
  font-size: 28px !important;
}

.tit span {
  display: block;
  font-size: 14px;
  color: #b0b0b0;
}

.width-34 .text {
  position: absolute;
  bottom: 60px;
  width: calc(100% - 80px);
}

.Arrows .worm-button-next,
.Arrows .worm-button-prev {
  width: 38px;
  height: 38px;
  padding: 0;
  text-align: center;
}

.textp {
  margin-bottom: 15px;
}

.sophiecont {
  margin-top: 40px;
}

.sophiecont img {
  width: 100%;
}

.sophieul {
  margin-top: 60px;
  overflow: hidden;
}

.sophieul li {
  width: 25%;
  float: left;
  margin-bottom: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.sophieul li p {
  /* color: #c5c5c5; */
}

.p1 {
  font-size: 20px;
  margin-bottom: 5px;
  height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.p2 {
  font-size: 14px;
  height: 65px;
  overflow: hidden;
}

.sophieul li span {
  display: block;
  height: 3px;
  width: 18px;
  background: #c5c5c5;
  margin-top: 30px;
}

@media only screen and (min-width:1025px) {
  .sophieul li:hover p {
    color: #000;
  }

  .sophieul li:hover span {
    background: #000;
  }
}

.relevant {
  background: #fff;
  padding: 70px;
  margin-top: 60px;
  overflow: hidden;
}

.relevant ul li {
  width: 33.33%;
  float: left;
  text-align: center;
  padding-right: 1px;
  box-sizing: border-box;
}

.relevant ul li>a {
  padding: 30px 0;
  display: block;
}

.relevant h2 {
  font-size: 28px;
  text-align: center;
}

.relevant_bot {
  border-top: 1px solid #b2b2b2;
  padding-top: 20px;
}

.relevant_bot p a {
  font-size: 14px;
  color: #000;
  text-align: center;
}

@media only screen and (min-width:1025px) {
  .relevant ul li:hover .relevant_bot {
    border-color: #ff0000
  }
}

@media only screen and (max-width:1024px) {
  .p2 {
    font-size: 18px;
  }

  .width-34 {
    padding: 30px;
  }

  .tit,
  .relevant h2 {
    font-size: 20px !important;
  }

  .block .rt.width-34 {
    min-height: auto;
  }

  .rt {
    background-size: cover;
  }

  .width-34 .text {
    position: relative;
    bottom: 30px;
    width: 100%;
  }

  .sophieul li {
    width: 50%;
    margin-bottom: 20px;
  }

  .sophieul li p {
    color: #000;
  }

  .sophieul li span {
    background: #000;
    margin-top: 10px;
  }

  .sophieul {
    margin-top: 30px;
  }

  .relevant {
    margin-top: 30px;
    padding: 20px;
  }

}

@media only screen and (max-width:768px) {
  .sophieul li {
    width: 100%;
  }

  .tit span {
    color: inherit;
  }
}

@media only screen and (max-width:767px) {
  .relevant ul li {
    width: 100%;
    padding-right: 0;
  }
}  /* i i s 7 . c o m */