.container{
  max-width: 940px;
  margin: 0 auto;
}
.container span {
  font-size: 18px;
  color: #afafaf;
  
}
.header{
  background: #FFF;
  box-shadow: 0 2px 2px rgba(0,0,0,0.3)
}
.logo{
  float: left;
  padding: 34px 0 20px 10px
}
.logo img{
  display: block
}
.menu{
  float: right;
  padding: 45px 10px 35px 0;
  color: #509aff
}
.menu a{
  color: #888
}
.menu a:hover{
  color: #509aff
}
.menu .cut{
  margin: 0 5px;
  visibility: hidden;
}
.banner {
  background: url(./images/linda2.jpg) center no-repeat;
  background-size: cover;
  padding-top: 104px;
  padding-bottom: 120px;
}
.banner-logo{
  margin: 0 auto 30px;
  font-size: 25px;
  text-align: center;
}
.banner .text{
  color: #FFF;
  font-size:1.25rem;
  text-align:left;
  line-height:2;
  margin: 0 60px;
  text-indent: 38px;
  max-width: 900px;
}
.banner h1,.banner h2,.banner h3 {
  color: #2695d9;
}
.banner h1{
  font-size: 1.9em;
  color: white;
}
.banner h2{
  font-size: 1.4em;
}
.banner h3{
  font-size: 1em;
}

.feature {
  padding: 80px 0;
}
.feature .item {
  text-align: left;
}
.feature .item p{
  color: rgba(0, 0, 0, 0.5);
  padding-left: 15px;
  padding-right: 30px;
  line-height: 2
}
.legend{
  text-align: center;
}
.legend .title {
  padding: 50px 0 0;
  font-size: 2.6rem;
  color: black;
}
.legend .sub-title {
  font-size: 18px;
  color: #afafaf;
}
.service {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: left
}

.service .left {
  text-align: left;
}
.service h3 {
  color: #2695d9;
  font-size: 32px;
  margin-bottom: 50px;
}
.service p{
  color: rgba(0, 0, 0, 0.5);
  line-height: 2;
  font-size: 18px;
}
.service .tu{
  text-align: right
}
.service-item {
  list-style: none;
  background: url(./images/linda5.jpg) no-repeat;
  padding-left: 50px;
  color: rgba(0, 0, 0, 0.5);
  height: 60px;
  font-size: 15px;
}
.service-item.number{
  background: url(./images/1.jpg) no-repeat;
}
.service-item.number:nth-of-type(2){
  background: url(./images/2.jpg) no-repeat;
}

.contact-item{
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}

.message {
  background: url(./images/footer.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 0;
  color: #FFF;
}
.message-warp {
  max-width: 828px;
  margin: 0 auto
}
.message .title{
  font-size: 2.1875rem;
  text-align: center;
}
.message .text{
  text-align: center;
  padding-bottom: 95px;
  padding-top: 10px;
}
.message form{
  padding: 15px;
}
.message .input{
  width: 100%;
  font-size: 1rem;
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 8px;
  border: none;
  outline: none;
  background: #FFF
}
.message .input.submit{
  background: #509aff;
  color: #FFF;
  width: 200px;
  cursor: pointer
}
.footer{
  background: #161616;
  padding: 120px 0 80px;
  text-align: center;
  color: rgba(255,255,255,0.8);
  font-size: 0.875rem;
}
.footer-box a {
  display: inline-block;
  margin: 0 90px 50px;
}
.footer-box a span{
  color: #FFF;
  font-size: 16px;
  display: inline-block;
  padding-bottom: 10px;
}
.footer-box a img {
  width: 175px;
  height: 175px;
  display: block
}


@media (max-width: 767px) {
  html {
    font-size: 12px;
  }
  .logo{
    padding-left: 10px;
  }
  .banner{
    padding: 40px 0
  }
  .banner-logo{
    font-size: 18px;
  }
  .banner .text{
    margin: 0 25px;
  }

  .service h3{
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .service p,.service ul{
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .service .tu{
    text-align: center
  }
  .service .tu img{
    max-width: 90%;
  }
  .contact-item{
    padding: 0 15px;
  }

  .footer{
    padding: 30px 0
  }
  .footer-box{
    margin-bottom: 20px;
  }

  .footer-box a{
    margin: 0 30px 0;
  }
  .footer-box a span{
    font-size: 14px;
  }
  .footer-box a img {
    width: 100px;
    height: 100px;
  }
}