/*.map {
    padding-top: 36px;
    padding-bottom: 40px;
    height: 280px;
    background: #3f4552;
}
.map .container {
    position: relative;
}
.map .h1 {
    margin-top: 18px;
    margin-bottom: 60px;
    font-size: 18px;
    color: #fff;
}
.map .h2 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
    line-height:19px;
}
.map .p {
    margin-bottom: 30px;
    font-size: 12px;
    color: #8f98aa;
}
.map img {
    margin-right: 20px;
    width: 174px;
    height: 35px;
}
.map .wechat {
    position: absolute;
    top: 206px;
    left: 12px;
    height: 42px;
}
.map .weibo {
    position: absolute;
    top: 206px;
    left: 74px;
    height: 42px;
}
.map .QR-code {
    position: absolute;
    top: 38px;
    left: -28px;
    display: none;
    width: 124px;
    height: 162px;
    background: url(../img/QR-code.png);
}
.map .wechat:hover + .QR-code {
    display: block;
}


.map .h3 {
    margin-bottom: 28px;
    font-size: 16px;
    color: #e2e2e2;
}
.map li a {
    line-height: 26px;
    font-size: 12px;
    color: #9ea7b2;
}
.map .one {
    position: absolute;
    top: 0;
    left: 45px;
}
.map .two {
    position: absolute;
    top: 0;
    left: 410px;
}
.map .three {
    position: absolute;
    top: 0;
    left: 675px;
}
.map .four {
    position: absolute;
    top: 0;
    left: 860px;
}
.map .five {
    position: absolute;
    top: 0;
    left: 1045px;
}
.links {
    padding-left: 45px;
    padding-top: 24px;
    padding-bottom: 42px;
    background: #282a30;
    font-size: 12px;
    line-height: 26px;
    color: #444953;
}
.links p {
    padding-left: 45px;
    width: 1170px;
    margin-left: 45px;
}
.links a {
    color: #444953;
}*/
 /*
  *信息
   */
#info{
  margin:0;
  width:100%;
  height:280px;
  background-color:#3f4552;
  padding-top:36px;
  padding-bottom:40px;
}
#info .container{
  color:#fff;
  width: 1170px;
}
#info h4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 12px;
}
#info .container .left{
  float:left;
}
#info .container .right{
  float:right;
  margin-right:10px;
}
#info .container .right >ul{
    padding-top: 2px;
}
#info .container .right >ul >li{
  float:left;
}
#info .container .right >ul >li+li{
  margin-left:92px;
}
#info .container .right >ul ul li{
  line-height:26px;
}
#info .container .right >ul p{
  margin-bottom:30px;
  font-size:16px;
  color:#e2e2e2;
}
#info .container .right >ul ul li a{
  font-size:12px;
  color:#9ea7b2;
  line-height: 22px;
}
#info .container .right >ul ul li a:hover,#bottom .container a:hover{
  color:#4a79ff;
}

  /*
  *底部
   */
#bottom{
  margin:0;
  width:100%;
  height: 69px;
  background-color:#282a30;
  padding-top:24px;
  padding-bottom:25px;
}
#bottom .container{
  font-size:12px;
  line-height:26px;
  color:#444953;
  width: 1170px;
}
#bottom .container a{
  color:#444953;
}
