html {
  font-family: '微软雅黑';
}
input,
button {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
button {
  border: none;
}

.zhezhao {
  background: #000;
  height: 100%;
  opacity: 0.6;
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 0;
}
.all_nav {
  z-index: 102;
}



#contact-Jww section {
  background-color: #f8f8f8;
}
#contact-Jww section .banner {
  position: relative;
}
#contact-Jww section .banner span {
  font-size: 1.8rem;
  position: absolute;
  top: 30%;
  left: 4%;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
#contact-Jww section .banner img {
  width: 100%;
}
#contact-Jww section .contentWrap {
  padding-bottom: 1rem;
}
#contact-Jww section .contentWrap .content {
  background-color: #f8f8f8;
}
#contact-Jww section .contentWrap .content .company {
  background-color: #fff;
  padding: 0 3%;
  border-top: 1px solid #e3e6ec;
  border-bottom: 1px solid #e3e6ec;
  padding-top: 10px;
  margin-top: 12px;
  padding-bottom: 12px;
}
#contact-Jww section .contentWrap .content .company h3 {
  font-size: 1.6rem;
  font-weight: 500;
}
#contact-Jww section .contentWrap .content .address {
  background-color: #fff;
  padding: 0 3%;
}
#contact-Jww section .contentWrap .content .address p {
  font-size: 1.4rem;
  color: #666;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#contact-Jww section .contentWrap .content .city {
  padding: 0 3%;
  margin-top: 1rem;
  text-align: center;
}
#contact-Jww section .contentWrap .content .city .btn_open {
  height: 3rem;
  line-height: 2.5rem;
  font-size: 1.2rem;
  color: #0da8f1;
  background: url(../images/arrow_b_s.png) no-repeat bottom center;
  border: none;
  outline-style: none;
}
#contact-Jww section .contentWrap .content .city .cityButtonWrap {
  height: 14.8rem;
  overflow: hidden;
}
#contact-Jww section .contentWrap .content .city .cityButtonWrap .cityButton {
  /*height: 120%;*/
}
#contact-Jww section .contentWrap .content .city .cityButtonWrap .cityButton ul {
  overflow: hidden;
  margin-bottom: 2rem;
}
#contact-Jww section .contentWrap .content .city .cityButtonWrap .cityButton ul li {
  float: left;
  padding: .75rem 0;
  width: 30%;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 4%;
  background-color: #fff;
  color: #666;
  margin-bottom: 2rem;
}
#contact-Jww section .contentWrap .content .city .cityButtonWrap .cityButton ul li:nth-child(3n+3) {
  float: left;
  margin-right: 1px;
}
#contact-Jww section .contentWrap .content .city .cityButtonWrap .cityButton ul .contactActive {
  position: relative;
  background-color: #d4f0fe;
  overflow: hidden;
  /*
                                    background-image:url(../images/contactActive.png);
                                    background-repeat:no-repeat;
                                    background-position: right bottom;
                                    background-size:10%;*/
}
#contact-Jww section .contentWrap .content .city .cityButtonWrap .cityButton ul .contactActive:after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 24px;
  background-image: url(../images/contactActive.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  position: absolute;
  right: 0;
  bottom: 0;
}
#contact-Jww section .contentWrap .content .city .cityButtonWrap .cityButton ul:last-child {
  margin-bottom: 2px;
}
#contact-Jww section .contentWrap .content .city h3 {
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 1px solid #e3e6ec;
  padding-bottom: .75rem;
  margin-bottom: 2rem;
  text-align: left;
}
#contact-Jww .cityInformation {
  display: none;
  padding-bottom: 3rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}
#contact-Jww .cityInformation p {
  text-align: center;
  font-size: 1.3rem;
  color: #0da8f1;
}
#contact-Jww .cityInformation p button {
  padding: .6rem 3rem;
  font-size: 1.3rem;
  border-radius: 4px;
}
#contact-Jww .cityInformation p:first-child {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#contact-Jww .cityInformation p button:first-child {
  background-color: #d4f0fe;
  color: #9aa5aa;
}
#contact-Jww .cityInformation p button:last-child {
  background-color: #0da8f1;
  color: #fff;
}
#contact-Jww .cityInformation p button:last-child a {
  text-decoration: none;
  color: #fff;
}
#contact-Jww .cityInformation p button:first-child {
  margin-right: 12rem;
}
#contact-Jww footer p {
  text-align: center;
  background-color: #0da8f1;
  padding: 1.2rem 0;
  color: #fff;
  position: relative;
  line-height: 1.2rem;
}
#contact-Jww footer p span {
  font-size: 1rem;
  line-height: 18px;
}
#contact-Jww footer p i {
  position: absolute;
  background-image: url('../images/footer_icon.jpg');
  display: inline-block;
  width: 52px;
  height: 18px;
}
/*弹框*/
.boxMap {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}
.boxMap .content_img_tit_wrap {
  position: relative;
  width: 100%;
}
.boxMap .content_img_tit {
  height: auto;
  position: relative;
  margin-top: 1%;
  border-radius: 6px;
  width: 80%;
  margin: 0 auto;
  top: 12rem;
  background-color: #fff;
}
.boxMap span {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  right: 14px;
  top: 0;
  line-height: 30px;
  text-align: center;
}
.closeMap {
  background: url(../images/close.png) no-repeat;
  cursor: pointer;
  height: 72px;
  width: 72px;
  position: absolute;
  right: -50px;
  top: -26px;
  background-size: 60%;
}
.about_person_text .title {
  text-align: center;
  background-color: #0da8f1;
  padding: 1rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
  border-radius: 6px 6px 0 0;
}
.about_person_text h4 {
  text-align: center;
  color: #666;
  font-weight: normal;
}
.about_person_text p {
  font-size: 1.2rem;
  color: #666;
  line-height: 2.2rem;
  margin: 0 2%;
  padding-left: 1rem;
}
.about_person_text .about_person_wrap {
  padding-bottom: 2rem;
}
.about_person_text .about_person_wrap p {
  background: url(../images/row.png) no-repeat 0 0.5rem;
  padding-left: 1.5rem;
}
.about_person_text .about_person_wrap h3 {
  text-align: center;
  padding: 1rem;
  color: #0da8f1;
  font-size: 1.4rem;
  font-weight: 500;
}
.about_person_text .about_person_title {
  padding-left: 0px;
  margin-left: 1.4rem;
  padding-bottom: 1rem;
  /*background: url(../images/point.png) no-repeat;*/
}
.about_person_text .about_person_title p {
  margin: 0;
}
@media (max-width: 370px) {
  #contact-Jww section .contentWrap .content .city .cityButtonWrap .cityButton ul li {
    width: 29%;
  }
}
@media (max-width: 400px) {
  #contact-Jww section .contentWrap .content .city .cityInformation p button:first-child {
    margin-right: 5rem;
  }
}
@media only screen and (min-width: 318px) {
  html {
    font-size: 62.5%!important;
  }
}
@media only screen and (min-width: 481px) {
  html {
    font-size: 68%!important;
  }
}
@media only screen and (min-width: 561px) {
  html {
    font-size: 74%!important;
  }
}
@media only screen and (min-width: 641px) {
  html {
    font-size: 80%!important;
  }
}
