.banner {
  width: 100%;
  background: #91c3ba url(../images/about-banner-scaled.jpg);
  padding: 150px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
}
.banner h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.5;
  text-transform: none;
  color: #684682;
}
.content {
  padding: 50px 0;
}
.content h2 {
  font-size: 32px;
  color: #684682;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.content p {
  margin: 34px 0;
  color: #306a6c;
}
.content p strong{
color: #684682;
}

.sub-link {
  margin-bottom: 30px;
  color: #999;
}
.sub-link a:hover {
  color: #3c40c6;
}
.comment {
  margin: 50px 0;
  border-radius: 10px;
  box-shadow: 1px 0px 5px 5px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-top: 30px;
}
.comment h3 {
  color: #684682;
  margin-bottom: 20px;
}
.comment p {
  margin: 0;
}
.comment p.name {
  margin-top: 20px;
}

.content .image{
  margin:0 0 30px;
  padding-top: 50px;
  border-bottom:#fafafa 10px solid;
  overflow:hidden;
  width: 100%;

}
.content .info-thumb {
    float: left;
    width: 33%;
    overflow: hidden;
    margin-right: 20px;
}

.content .info-thumb img {
    max-width: 100%;
    display: block;
}

.content .info-text {
    float: left;
    width: 60%;
}

.content .info-text h6 {
    margin: 0 0 5px;
    line-height: 12px;
    color: #8b92a2;
    font-size: 12px;
}

.content .info-text .star {
    margin: 0 0 15px;
    line-height: 14px;
    color: #8b92a2;
    font-size: 12px;
}

.content .info-text .star b.iconfont {
    width: 100px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    color: #13b5a2;
    font-size: 14px
}

.content .info-text p {
    height: 95px;
    line-height: 20px;
    color: #8b92a2;
    font-size: 12px;
}

.content .info-text li {
    margin: 0 0 10px;
    width: 100%;
    line-height: 40px;
}

.content .info-text li span {
    margin: 0 5px 0 0;
    color: #8b92a2;
}

.content .info-text li em {
    color: #787878;
}

.content .info-text li b.iconfont {
    height: 16px;
    line-height: 16px;
    color: #684682;
    font-size: 16px;
    font-weight: 400;
}

.content .info-text .operat {
    margin: 43px 0 0;
    width: 100%;
    height: 40px;
}

.content .info-text .operat a {
    
    width: 60%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    color: #684682;
    font-weight: bold;
    background: #ffd51e;
}
@media screen and (max-width: 980px) {
  .banner {
  width: 100%;
  background: #caecee url(../images/about-banner-scaled.jpg);
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-attachment: scroll;
  }
  .banner h2 {
    font-size: 25px;
  }
}