* {
  margin: 0;
  padding: 0;
}
.img_cont {
  display: inline-block;
  float: left;
}
.img_cont img {
  float: left;
}
img {
  border: 0;
  display: block;
  height: auto;
  max-width: 100%;
  margin: auto;
}
#footer_menu ul li img {
  margin: 3px auto 2px !important;
}
#s_copyright {
  display: none;
}
.patent_dialog .left_phone_dialog {
  display: block;
}
.bottom_cont {
  margin-top: 50px;
  background-color: #000105;
  padding-top: 30px;
  padding-bottom: 100px;
  display: inline-block;
  width: 100%;
}
.bottom_cont .tit {
  width: 45%;
  float: left;
  margin-left: 4%;
}
.bottom_cont .map {
  width: 45%;
  float: right;
  margin-right: 4%;
  margin-top: -60px;
}
.bottom_cont .p1 {
  color: #00bda6;
  font-size: 26px;
  font-weight: bold;
  padding-left: 4%;
  display: inline-block;
}
.bottom_cont .p1 span {
  font-weight: normal;
  font-size: 16px;
}
.bottom_cont .p2 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding-left: 30%;
  margin-top: 0px;
  margin-bottom: 30px;
}
.bottom_cont .p2 span {
  font-weight: normal;
}
.bottom_cont .quick-register-static input {
  height: 40px;
  width: 92%;
  margin-left: 4%;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  margin-bottom: 10px;
  border: none;
  text-indent: 10px;
}
.bottom_cont .quick-register-static .green-text {
  line-height: 40px;
  height: 40px;
  width: 92%;
  margin: 30px auto 0;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #01bca7;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
