.address-content{
  position: relative;
  height: 600px;
  overflow: hidden;
}
.address-content img{
  width: 100%;
  height: auto;
}
.form-content{
  background-color: transparent;
  position: absolute;
  top: 2%;
  width: 80%;
  left: 10%;
}
.submit{
  width: 150px;
  height: 40px;
  display: block;
  border-radius: 5px;
  margin: 0 auto;
  border: 1px solid #808080;
  color: #fff;
  background-color: #000;
}
.map-container{
    height: 560px;
}
.headline .massage-nav{
    border-bottom: 2px solid #c7000b;
}
.messages{
    border-bottom: 0px;
}
#map{
    width: 80%;
    height: 550px;
}
.address-details{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
    display: flex;
}
.address-details img{
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.address-details-left{
    width: 50%;
    display: flex;
}
.details-img{
    width: 15%;
}
.address-details-right{
    display: flex;
    width: 50%;
}
.details-text p{
    font-size: 18px;
    font-weight: 500;
    color: #7f7f7f;
}
.details-text{
    margin: 0px 20px;
}
.dots  .dot{
  width: 200px;
    /*圆点的一些样式*/
    font-family: "演示斜黑体";
    margin-bottom:20px;
    cursor:pointer;
    font-size: 33px;
    text-decoration: none;
    display: block;
    top: 5px;
    color: #808080;
}
.product-content a img{
  transition: all 0.5s;
}
.product-content a img:hover{
  transform: scale(1.02,1.02);
}
.news-intro{
  width: 100%;
  height: 600px;
  background-color: #d3d3d3;
}
.pron-left{
  float: left;
}
.pron-right{
  float: left;
  position: absolute;
  right: 0px;
}
.box-news{
  box-shadow:0px 0px 0px 0px #fff;
}
.times{
  text-align: right;
}
.news-title a{
  color: #000;
}
.xq{
  position: absolute;
  right: 2%;
  bottom: 0px;
}
.news-content{
  margin-bottom: 10%;
}
.right-pro{
  padding: 3px 0px 0px 30px;
}
.news-right-content{
  position: relative;
}
.news-right-data{
  margin-top: 8%;
}
.dropdown-toggle{
  width: 118px;
  text-align: center;
}
.dots .active{
    /*小圆点高亮的样式*/
    color: #fff;
    margin-left: 20px;
    display: inline-block;
}
.one{
  position: absolute;
  top: 5px;
}
.two{
  position: absolute;
  top: 120px;
}
.three{
  position: absolute;
  bottom:  86px;
}
.dots .border-left{
  font-size: 30px;
  display: none;
  font-family: "演示斜黑体";
}
.sma{
  font-size: 12px;
  margin-top: 10px;
  display: block;
}
.dots .actives{
  display: block;
  color: #2cc2ff;
}
.company-all{
    width: 70.4%;
    margin-left: 60px;
}
.pro{
  width: 100%;
  display: none;
  margin: 0 auto;
}
*{
  margin: 0;
  padding: 0;
}
.specialchild-img1 img,.specialchild-img2 img{
  width: 50%;
  height: auto;
  float: left;
}
.special-img2 img{
  width: 100%;
  height: auto;
}
.special-img2 img{
width: 100%;
height: auto;
}
.con-active{
    display: block;
}
@media all and (max-width:600px) {
    #map{
        height: 300px;
    }
    .map-container{
        height: 310px;
    }
}