/*
 * @Description: 联系我们css
 * @Version: 2.0
 * @Date: 2020-05-15 16:02:24
 * @LastEditors: *
 * @LastEditTime: 2020-06-24 18:01:26
 */

* {
  margin: 0px;
  padding: 0px;
  /* font-size: 15px; */
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  /* color: #666666; */
  text-decoration: none;
}

@font-face {
  font-family: MyFontName;
  src: url(../font/SourceHanSansCN-Normal.ttf)
}

@font-face {
  font-family: YouSheTitleName;
  src: url(../font/youshetitle.ttf)
}

@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot') format('embedded-opentype'),
    url('../font/iconfont.woff2') format('woff2'),
    url('../font/iconfont.woff') format('woff'),
    url('../font/iconfont.ttf') format('truetype'),
    url('') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: MyFontName;
}

/* 新闻中心背景图 */
.new-center {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: 80px;
  max-width: 2560px;
  left: 50%;
  transform: translateX(-50%);
}

.new-center img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.center-title {
  font-size: 60px;
  position: absolute;
  margin-top: 220px;
  left: 17%;
  color: #ffffff;
  font-family: YouSheTitleName;
}

.center-title-border {
  position: absolute;
  border-bottom: 5px solid #ffffff;
  margin-top: 310px;
  left: 17%;
  width: 150px;
}

/* content */
.content {
  overflow: hidden;
  width: 1400px;
  margin: 0 auto;
  margin-top: 60px;
}
.content-map {
  height: 600px; 
  float: right;
  width: 55%;
  position: relative;
}
.content-map img {
  height: 100%;
  width: 100%;
}
.group-name {
  color: #223343;
  font-size: 30px;
  margin-bottom: 20px;
}
.content-adress {
  color: #666B75;
  font-size: 16px;
  line-height: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  float: left;
  width: 45%;
}
#allmap {
  /* margin: 0 auto; */
  /* width: 889px; */
  width: 100%;
  position: relative;
  height: 600px;
}
.adress-span {
  margin-bottom: 15px;
}
.adress-span-list {
  line-height: 30px;
  margin-top: 30px;
}
.adress-span-header {
  color: #223343;
  font-size: 18px;
  /* margin-bottom: 10px; */
}
.adress-span-body {
  color: #666B75;
  font-size: 16px;
}
.group-name-info {
  line-height: 30px;
}

  /* 整体布局响应式小于1400px */
@media screen and (max-width: 1400px) {
.content {
  width: 1200px;
}
}
