@charset "UTF-8";
.header-culture {
  width: 10rem;
  height: 3.21875rem;
}

/* 内容 */
.contact-list {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

.contact-list .contact-nav2 {
  width: 100%;
  height: 1.5625rem;
  background: #ff3f40;
  border-radius: 0.3125rem;
  margin: 0.3125rem 0;
}

.contact-list .contact-nav2 h2 {
  font-size: 0.5rem;
  color: #fff;
  text-align: center;
  line-height: 1.5625rem;
  /* letter-spacing: 0.46875rem; */
  font-weight: normal;
}

.contact-list ul {
  width: 100%;
  height: 0rem;
  overflow: hidden;
  transition: height 1s;
  -moz-transition: height 1s;
  /* Firefox 4 */
  -webkit-transition: height 1s;
  /* Safari 和 Chrome */
  -o-transition: height 1s;
  /* Opera */
}

.contact-list ul li {
  width: 100%;
  height: 4.6875rem;
  background: #f0f0f0;
  border-radius: 0.3125rem;
  margin: 0.3125rem 0;
}

.contact-list ul li h3 {
  width: 100%;
  height: 1.5625rem;
  text-align: center;
  color: #000;
  border-bottom: 0.01563rem solid #d8d8d8;
  font-weight: normal;
  margin-bottom: 0.1875rem;
  overflow: hidden;
}

.contact-list ul li h3 span {
  width: 100%;
  height: 0.78125rem;
  display: block;
  font-size: 0.5rem;
  line-height: 0.78125rem;
  margin-top: 0.15625rem;
}

.contact-list ul li h3 i {
  width: 100%;
  height: 0.46875rem;
  display: block;
  font-size: 0.3125rem;
  line-height: 0.46875rem;
}

.contact-list ul li p {
  width: 4.375rem;
  height: 0.625rem;
  display: block;
  margin: 0 0 0 1.6875rem;
  line-height: 0.625rem;
  text-align: center;
  font-size: 0.3125rem;
  color: #646464;
  padding-left: 0.625rem;
}

.contact-list ul li p:nth-child(3) {
  background-position: 0.15625rem -2.625rem;
}

.contact-list ul li p:nth-child(4) {
  background-position: 0.15625rem -3.15625rem;
}

.contact-list ul li p:nth-child(5) {
  background-position: 0.15625rem -3.65625rem;
}

.contact-list ul.on {
  height: auto;
}

.contact-list-2 {
  width: 9.375rem;
  margin: 0 auto;
  overflow: hidden;
}

.contact-list-2 ul {
  width: 100%;
  height: auto;
  float: left;
}

.contact-list-2 ul li {
  margin: 0.3125rem 0 0.15625rem 0;
}

.contact-list-2 ul li .contact-address {
  background: #fff;
  padding: 0.15625rem;
}

.contact-list-2 ul li .contact-address table {
  width: 100%;
  height: 1.875rem;
  margin: 0.3125rem 0;
}

.contact-list-2 ul li .contact-address table td {
  height: 100%;
  font: normal 0.21875rem "Microsoft YaHei";
  color: #666;
  position: relative;
}

.contact-list-2 ul li .contact-address table td span {
  width: 7.8125rem;
  height: 0.5rem;
  display: block;
  color: #333;
  font-size: 0.5rem;
  line-height: 0.625rem;
  padding-left: 0.3125rem;
  border-left: 0.07813rem solid #ff3f40;
  margin: 0.3125rem 0;
}

.contact-list-2 ul li .contact-address table td em {
  margin: 0 0.3125rem;
  padding-left: 0.625rem;
  display: inline-block;
  font-size: 0.3125rem;
  line-height: 0.78125rem;
  height: 0.78125rem;
}

.contact-list-2 ul li .contact-address table td em.em1 {
  background-position: 0.0625rem -4.28125rem;
}

.contact-list-2 ul li .contact-address table td em.em2 {
  background-position: 0.0625rem -2.5625rem;
}

.contact-list-2 ul li .contact-address .map {
  width: 100%;
  position: relative;
  height: 6.25rem;
  overflow: hidden;
}

.contact-list-2 ul li .contact-address .map iframe {
  position: absolute;
  top: 50%;
  top: 0\9;
  transform: translate(-50%, -50%);
  left: 50%;
  left: 0\9;
}
