@charset "utf-8";
.n-contact{
   width: 100%;
   overflow: hidden;
}
.n-contact .box1{
  padding:100px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
.n-contact .box1 .left,
.n-contact .box1 .right{
  width: calc(50% - 50px);
}
.n-contact .box1 .left .title h1,
.n-contact .box1 .right .title h1{
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}
.n-contact .box1 .left .title h2,
.n-contact .box1 .right .title h2{
  margin-top: 10px;
}
.n-contact .box1 .left .contact li{
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.n-contact .box1 .left .contact em{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00984a;
  color: #fff;
  border-radius: 50%;
  margin-right: 20px;
}
.n-contact .box1 .left .contact .word{
  width: calc(100% - 60px);
}
.n-contact .box1 .left .share{
  margin-top: 60px;
}
.n-contact .box1 .left .share .content{
  margin-top: 20px;
}
.n-contact .box1 .left .share .content a{
  margin-left: 10px;
}
.n-contact .box1 .left .share .content a:nth-child(1){
  margin-left: 0;
}
.n-contact .box1 .left .share .content i{
  font-size: 20px;
}
.n-contact .box1 .right .form{
  margin-top: 30px;
}
.n-contact .box2{
  width: 100%;
  position: relative;
  overflow:hidden;
}
.n-contact .box2 .my-map{
  display: block;
  width: 100%;
  height: 720px;
  position: relative;
  z-index: 1;
}
.n-contact .box2 .footer-bottom{
  width: 100%;
  height: 100px;
  border-radius: 100px 100px 0 0;
  background: #1b1b1b;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 1600px) {
  
}
@media (max-width: 1360px) {
  .n-contact .box1 .left .title h1,
  .n-contact .box1 .right .title h1{
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .n-contact .box1{
    padding:10% 0;
    flex-direction: column;
  }
  .n-contact .box1 .left,
  .n-contact .box1 .right{
    width: 100%;
  }
  .n-contact .box1 .right{
    margin-top: 10%;
  }
  .n-contact .box1 .left .title h1,
  .n-contact .box1 .right .title h1{
    font-size: 24px;
    line-height: 24px;
  }
  .n-contact .box1 .left .share{
    margin-top: 6%;
  }
  .n-contact .box1 .left .share .content{
    margin-top: 3%;
  }
  .n-contact .box1 .right .form{
    margin-top: 3%;
  }
}
@media (max-width: 750px) {
  .n-contact .box1 .left .title h1,
  .n-contact .box1 .right .title h1{
    font-size: 20px;
  }
  .n-contact .box1 .left .contact li{
    margin-top: 10px;
  }
  .n-contact .box1 .left .contact em{
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .n-contact .box1 .left .contact .word{
    width: calc(100% - 40px);
  }
  .n-contact .box2 .my-map{
    height: 420px;
  }
}