/*
 * 清除浮动
 */
.banner {
  height: 280px;
  background: url(/_statics/pc/images/store/ny_banner.jpg) no-repeat center center;
}
.about {
  margin-top: 50px;
}
.feedback-main {
  width: 864px;
  border: solid 1px #e5e5e5;
  background-color: #fff;
}
.feedback-main .head {
  text-align: right;
  height: 38px;
  line-height: 38px;
  border-bottom: solid 1px #e5e5e5;
  padding-right: 11px;
  color: #999999;
  background-color: #f9f9f9;
}
.feedback-main .head a {
  color: #999999;
}
.feedback-main .main {
  padding-left: 24px;
}
.feedback-main .p1 {
  color: #333333;
  line-height: 30px;
  padding: 20px;
  text-indent: 2rem;
}
.feedback-main .input input[type=text] {
  width: 260px;
  height: 46px;
  border: solid 1px #c3c3c3;
  padding: 0 12px;
  margin-right: 13px;
  margin-bottom: 26px;
  border-radius: 4px;
}
.feedback-main textarea {
  width: 815px;
  height: 203px;
  border: solid 1px #c3c3c3;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.feedback-main .btn {
  width: 100%;
  font-size: 16px;
  margin-bottom: 20px;
  box-shadow: none;
}
.feedback-main .btn .btn1 {
  width: 152px;
  height: 46px;
  background-color: #2553a4;
  border-radius: 5px;
  margin-right: 30px;
  color: #fff;
}
.feedback-main .btn .btn2 {
  width: 152px;
  height: 46px;
  background-color: #e5e5e5;
  border-radius: 5px;
  color: #333;
}
.contact-wrap h2 {
  color: #1e50ae;
  text-align: center;
  font-size: 24px;
  padding: 10px 0;
}
.contact-wrap .tip {
  color: #666;
  position: relative;
  width: 62px;
  margin: 0 auto;
}
.contact-wrap .tip:before {
  width: 40px;
  height: 1px;
  position: absolute;
  right: -40px;
  top: 10px;
  content: "";
  display: block;
  background-color: #999;
}
.contact-wrap .tip:after {
  width: 40px;
  height: 1px;
  position: absolute;
  left: -42px;
  top: 10px;
  content: "";
  display: block;
  background-color: #999;
}
.contact-wrap .wrap {
  overflow: hidden;
  padding-top: 40px;
}
.contact-wrap .content-left {
  width: 100%;
  color: #666;
  padding: 20px 24px;
}
.contact-wrap .content-left p {
  line-height: 1.8;
  padding-bottom: 20px;
}
.contact-wrap .content-left li {
  margin: 20px 0;
}
.contact-wrap .content-left li h1 {
  display: inline;
}
.contact-wrap .content-left li img {
  vertical-align: middle;
  margin-right: 15px;
}
.contact-wrap .map-wrap {
  width: 100%;
  height: 415px;
  border: 1px solid #eee;
}
.contact-wrap .map-wrap #allmap {
  height: 415px;
}
