.banner{
  width: 100%;
}
.banner img{
  width: 100%;
}
.introduce{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 68rem;
  padding-bottom: 68rem;
}
.introduce_card{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-right: 53rem;
}
.introduce_card h2{
  font-size: 36rem;
  font-family: FZPinShangHeiS-M-GB;
  font-weight: 400;
  color: #222222;
  line-height: 36rem;
}
.introduce_card div{
  width: 90rem;
  height: 6rem;
  background: #0987FD;
  border-radius: 3rem;
  margin-top: 16rem;
  margin-bottom: 32rem;
}
.introduce_card p{
  text-indent: 2em;
  width: 525rem;
  font-size: 16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #555555;
  line-height: 30rem;
}
.introduce img{
  width: 600rem;
  height: 337rem;
}
.honor{
  width: 100%;
  padding-top: 32rem;
  padding-bottom: 66rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F9FBFF;
}
.honor_box{
  display: flex;
}

.honor_imgbox{
  width: 645rem;
  height: 378rem;
  overflow: hidden;
}
.honor_imgs{
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  white-space: nowrap;
  font-size: 0;
}
.honor_imgs img{
  width: 100%;
  height: 100%;
}
.honor_nav{
  width: 520rem;
  margin-left: 33rem;
  list-style: none;
}
.honor_lis{
  height: 63rem;
  display: flex;
  align-items: center;
}
.honor_dot{
  width: 14rem;
  height: 14rem;
  /* background: #0987FD; */
  background: #C5C5C5;
  border-radius: 50%;
  margin-right: 21rem;
}
.honor_lis_txt{
  font-size: 18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #555555;
  line-height: 42rem;
}
/* .honor_lis:hover .honor_lis_txt{
  font-weight: bold;
  color: #0987FD;
  border-bottom: 1rem solid #0987FD;
}
.honor_lis:hover .honor_dot{
  background-color: #0987FD;
} */
.honor_dot_hover{
  background-color: #0987FD;
}
.honor_lis_txt_hover{
  font-weight: bold;
  color: #0987FD;
  border-bottom: 1rem solid #0987FD;
}
.contact{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 31rem;
  padding-bottom: 82rem;
}
.contact_nav{
  list-style: none;
  margin-right: 30rem;
}
.contact_box{
  display: flex;
  justify-content: center;
}
.contact_lis{
  height: 60rem;
  width: 410rem;
  display: flex;
  align-items: center;
  border-bottom: 1rem solid #DBDBDB;
}
.contact_lis img{
  width: 22rem;
  height: 22rem;
}
.contact_lis p{
  font-size: 16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #555555;
  margin-left: 13rem;
}
.contact_lis_two{
  width: 410rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 18rem;
}
.contact_lis_two img{
  width: 132rem;
  height: 131rem;
}
.contact_lis_two p{
  font-size: 16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 16rem;
}
.contact_map{
  width: 752rem;
  height: 427rem;
}






#gaode {
  width: 752rem;
  height: 427rem;
  border: 1rem solid #DBDBDB;
}
.content-window-card {
  position: relative;
  box-shadow: none;
  bottom: 0;
  left: 0;
  width: auto;
  padding: 0;
}
.info-custom{
  width: 247rem;
  height: 48rem;
  border: solid 1rem silver;
  background-color: #F54336;
  box-shadow: 0rem 2rem 10rem 0rem rgba(245,67,54,0.4000);
  border-radius: 6rem;
}
.info-content{
  height: 48rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-content img{
  width: 30rem;
  height:30rem;
  margin-right: 6rem;
}
.info-content span{
  font-size: 16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.info-bottom{
  position: absolute;
  left: 116rem;
  top: 40rem;
}
.amap-logo{
  display: none;
  opacity:0 !important;
  }
  .amap-copyright {
      opacity:0;
  }

.copyright-box {
  width: 100%;
  display: flex;
}
.copyright-box ul {
  width: 580rem;
  height: 341rem;
  overflow: auto;
  font-size: 16rem;
  color: #555;
  display: flex;
  flex-wrap: wrap;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}
.copyright-box ul li {
  width: 50%;
  margin-bottom: 40rem;

}
.copyright-box ul li:last-child, .copyright-box ul li:nth-last-child(2)  {
  margin-bottom: 16rem;
}
.copyright-box img {
  width: 580rem;
  height: 341rem;
  margin-left: 30rem;
  flex-shrink: 0;
}
.copyright-box li {
  list-style: none;
}
