.service{
    display: block;
    width: 1190px;
    margin: 0 auto;
    text-align: center;
    color: #7C7C7C;
    padding-top: 55px;
}
.service h3{
    font-size: 22px;
    font-weight: normal;
    color: #3a6cb5;
    padding: 10px 0;
}
.service .border1{
    width: 75px;
    height: 2px;
    background-color: #3a6cb5;
    margin: 0 auto;
}
.service .en{
    padding: 10px 0;
    font-size: 14px;
}
.emailboxnew{
    width: 1170px;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 60px;
}
.emailboxnew .emailleft{
    float: left;
    width: 40%;
    height: 445px;
    background-size: 100% 100%;
    padding: 15px 45px;
    color: #3a6cb5;
}
.emailboxnew .emailleft input{
    height: 40px;
    width: 100%;
    margin-bottom: 10px;
}
.emailboxnew .emailleft textarea{
    width: 100%;
    margin-top: 15px;
    resize: none;
}
.emailboxnew .emailleft .btn{
    display: block;
    width: 100%;
    height: 35px;
    color: #FFFFFF;
    background-color: #3a6cb5;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
}
.emailboxnew .contact-us-right {
    float: left;
    padding: 55px 0 0 70px;
}
.emailboxnew .contact-us-right p{
    line-height: 30px;
    margin-bottom: 9px;
    overflow: hidden;
}
.emailboxnew .contact-us-right .icon{
    overflow: hidden;
    background: url(../../static/app/images/contact-us-icon.png) no-repeat 0 0;
    width:28px;
    height:30px;
    margin-right:15px;
}
.emailboxnew .contact-us-right p span{
    float: left;
    font-size: 14px;
    color: #7C7C7C;
}
.emailboxnew .contact-us-right .tel {
    background: url(../../static/app/images/contact-us-icon.png) no-repeat 0 0;
    width:28px;
    height:30px;
    background-position: 0 -30px;
}
.emailboxnew .contact-us-right .email {
    background-position: 0 -60px;
}
.emailboxnew .contact-us-right .person {
    background-position: 0 -90px;
}
.emailboxnew .contact-us-right .subway {
    background-position: 0 -120px;
}
.emailboxnew .contact-us-right .car {
    background-position: 0 -150px;
}

@media screen and (max-width: 1024px){
  .service{
    width: 100%;
  }
  .emailboxnew{
    width: 95%;
    margin: 0;
    padding-top: 15px;
    padding: 15px 2.5% 0;
    overflow: hidden;
  }
  .emailboxnew .emailleft{
    float: left;
    width: calc(100% - 60px);
    height: auto;
    background-size: 100% 100%;
    padding: 15px 30px;
    color: #3a6cb5;
    margin-bottom: 10px;
    text-align: left;
  }
  .emailboxnew .emailleft input{
      height: 40px;
      width: 100%;
      margin-bottom: 10px;
  }
  .emailboxnew .emailleft textarea{
      width: 100%;
      margin-top: 15px;
      resize: none;
  }
  .emailboxnew .emailleft .btn{
      display: block;
      width: 100%;
      height: 35px;
      color: #FFFFFF;
      background-color: #3a6cb5;
      text-align: center;
      line-height: 35px;
      font-size: 15px;
      font-weight: 500;
      margin-top: 10px;
  }
  .emailboxnew .contact-us-right{
    float: left;
    padding: 55px 0 0 30px;
  }


}
@media screen and (max-width: 980px){

}
@media screen and (max-width: 480px){
  .emailboxnew .contact-us-right p span{
      float: left;
      font-size: 14px;
      color: #7C7C7C;
      width: 85%;
      text-align: left;
  }
  .emailboxnew .contact-us-right .tel {
      background-position: 0 -30px;
  }
  .emailboxnew .contact-us-right .email {
      background-position: 0 -60px;
  }
  .emailboxnew .contact-us-right .person {
      background-position: 0 -90px;
  }
  .emailboxnew .contact-us-right .subway {
      background-position: 0 -120px;
  }
  .emailboxnew .contact-us-right .car {
      background-position: 0 -150px;
  }

  .emailboxnew .emailleft{
    width: calc(100% - 80px);
    padding: 15px 40px;
  }
}

.iw_poi_title {
  color:#CC5522;
  font-size:14px;
  font-weight:bold;
  overflow:hidden;
  padding-right:13px;
  white-space:nowrap
}
.iw_poi_content {
  font:12px arial,sans-serif;
  overflow:visible;
  padding-top:4px;
  white-space:-moz-pre-wrap;
  word-wrap:break-word
}