.footer
.header,
.header-nav {
  display: none;
}
a {
  color: #00aeff;
}
a:hover {
  color: #07AAFF;
}
.center {
  text-align: center;
}
.width100 {
  width: 100% !important;
  min-width: 100% !important;
}
.width1200 {
  width: 100% !important;
  margin: 0 auto;
  position: relative;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body {
  font-size: 0.28rem;
  font-weight: 400;
  background: #fff;
}
#canvas {
  display: none;
}
.contact-main {
  background: #131313;
  padding-top: 1rem;
}
.contact-top {
  background: url(../image/m-news-header-bg.png) no-repeat #222 center / 100%;
  height: 2.8rem;
  color: #fff;
}
.contact-top h2 {
  font-size: 0.6rem;
  padding-left: 0.4rem;
  color: #fff;
  padding-top: 0.6rem;
}
.contact-top p {
  font-size: 0.26rem;
  padding-left: 0.4rem;
  padding-top: 0.15rem;
}
.contact-nav {
  background: #fff;
  padding-top: 0.1rem;
}
.contact-nav ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-left: 0.2rem;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.contact-nav ul li {
  font-size: 0.3rem;
  width: auto;
  position: relative;
  z-index: 1;
}
.contact-nav ul li a {
  display: block;
  color: #999;
  height: 0.88rem;
  line-height: 0.88rem;
  cursor: pointer;
}
.contact-nav ul li span {
  font-size: 0.4rem;
  padding-right: 0.2rem;
  position: relative;
  top: 2px;
  display: none;
}
.contact-nav ul .active a {
  color: #333;
  font-weight: bold;
  position: relative;
}
.contact-nav ul .active a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.2rem;
  height: 0.06rem;
  width: 0.4rem;
  background: #00aeff;
  border-radius: 0.03rem;
}
.topul {
  position: fixed;
  top: 0;
  z-index: 33;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.contact-content {
  padding-bottom: 0.7rem;
  padding: 0 0.4rem;
  box-sizing: border-box;
}
.contact-section {
  width: 100%;
  padding: 0.6rem 0 0.6rem;
  box-sizing: border-box;
  height: auto !important;
  border-bottom: 1px solid #eee;
}
.contact-section .num {
  display: none;
}
.contact-section h3 {
  font-size: 0.36rem;
  color: #333;
  padding-bottom: 0.15rem;
}
.contact-section .des-info {
  color: #333;
  font-size: 0.24rem;
  line-height: 0.3rem;
  display: inline;
  margin-right: 0.1rem;
}
.des-p3 {
  color: #999;
  font-size: 0.24rem;
  padding-bottom: 0.1rem;
  padding-top: 0.06rem;
  top: 0 !important;
}
#section1 ul {
  margin-top: 0.3rem;
}
#section1 ul .contact-jiantou1 {
  display: none;
}
#section1 li {
  background: #f8f8f8;
  margin-bottom: 0.2rem;
  position: relative;
  padding: 0.4rem;
  border-radius: 4px;
}
#section1 li dl {
  color: #333;
}
#section1 li dl dt {
  font-size: 0.3rem;
  font-weight: bold;
  padding-bottom: 0.7rem;
  padding-left: 0.46rem;
}
#section1 li dl dd {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
  display: flex;
  justify-content: space-between;
  padding-top: 0.3rem;
  line-height: 0.56rem;
}
#section1 li dl dd .span-btn {
  color: #00aeff;
  border: 0.02rem solid #00aeff;
  height: 0.56rem;
  border-radius: 0.3rem;
  width: 1.6rem;
  font-size: 0.24rem;
  line-height: 0.56rem;
  text-align: center;
}
#section1 li .icon {
  width: 0.4rem;
  height: 0.4rem;
  fill: currentColor;
  font-size: 0.4rem;
  overflow: hidden;
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
  font-weight: bold;
}
#section1 .des-p2 {
  color: #999;
  font-size: 0.24rem;
  position: absolute;
  left: 0.4rem;
  top: 0.9rem;
}
#section1 .des-p3 {
  position: relative;
  top: 300px;
  font-size: 0.24rem;
}
#section2 ul {
  padding-top: 0.3rem;
  display: flex;
  flex-wrap: wrap;
}
#section2 li {
  padding-top: 0.4rem;
  position: relative;
  width: 3.25rem;
  height: 3.5rem;
  box-sizing: border-box;
  text-align: center;
  background: #F8F8F8;
  border-radius: 4px;
  margin-bottom: 0.2rem;
}
#section2 li .icon {
  height: 0.8rem;
  width: 0.8rem;
}
#section2 li:nth-of-type(odd) {
  margin-right: 0.2rem;
}
#section2 li dl {
  padding-top: 0.2rem;
  color: #333;
}
#section2 li dl .span-icon {
  display: none;
}
#section2 li dl dt {
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
  padding-bottom: 4px;
}
#section2 li dl dt span {
  display: block;
  font-weight: 400;
  font-size: 0.24rem;
  padding-top: 0.1rem;
}
#section2 li dl dd {
  font-size: 14px;
  color: #666;
}
#section2 li dl dd .icon,
#section2 li dl dd .none-span {
  display: none;
}
#section2 li dl dd a,
.zixun {
  position: absolute;
  bottom: 0.4rem;
  left: 0.8rem;
  color: #00aeff;
  display: block;
  width: 1.6rem;
  height: 0.56rem;
  line-height: 0.56rem;
  border: 0.02rem solid #00aeff;
  border-radius: 0.3rem;
  font-size: 0.24rem;
  font-weight: bold;
  cursor: pointer;
}
#section2 li dl dd a:hover {
  color: #07AAFF;
}
#section3 .contact-tel {
  background: #f8f8f8;
  border-radius: 4px;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  padding: 0.4rem;
  box-sizing: border-box;
  line-height: 1;
}
#section3 .contact-tel li {
  position: relative;
  display: flex;
}
#section3 .contact-tel li.li2 {
  padding-top: 0.5rem;
}
#section3 .contact-tel li .span-btn {
  position: absolute;
  top: 0.4rem;
  right: 0rem;
  color: #00aeff;
  display: block;
  width: 1.6rem;
  height: 0.56rem;
  line-height: 0.56rem;
  border: 0.02rem solid #00aeff;
  border-radius: 0.3rem;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
}
#section3 .contact-tel li dl {
  padding-left: 0.15rem;
  color: #333;
  margin-top: 0.04rem;
  font-size: 0.3rem;
}
#section3 .contact-tel li dl dt .span-tel {
  display: block;
  font-size: 0.36rem;
  font-weight: bold;
  padding: 0.2rem 0;
}
#section3 .contact-tel li dl dd {
  font-size: 0.22rem;
  color: #999;
  font-weight: normal;
}
#section3 .icon {
  width: 0.4rem;
  height: 0.4rem;
}
#section4 dl {
  padding: 0.4rem 0;
  border-bottom: 1px solid #eee;
  line-height: 1;
}
#section4 dl:last-child {
  border-bottom: 0;
  padding-bottom: 0.2rem;
}
#section4 dl dt {
  padding-bottom: 0.12rem;
  color: #333;
  font-size: 0.26rem;
  font-weight: bold;
}
#section4 dl dd {
  line-height: 0.48rem;
  font-size: 0.24rem;
  color: #666;
  margin-bottom: 3px;
}
.contact-content svg {
  width: 0.24rem;
  height: 0.24rem;
}
