* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "微软雅黑";
}
.concact-page{
  position: relative;
  width: 100%;
  padding-top: 64px;
  background: #202633 url(../images/concact/bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.concact-main{
  position: absolute;
  left:0;
  top: 50%;
  margin-top: -196px;
  width: 100%;
  height: 392px;
}
.concact-main .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(89deg, #292F3A 0%, #1F2533 49%, #2B313D 100%);
  opacity: .7;
}
.concact-main .wrap{
  position: relative;
  z-index: 5;
  padding-top: 103px;
}
.concact-main .code{
  display: inline-block;
  float: left;
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
  margin-right: 158px;
}
.concact-main .code img {
  display: block;
  width: 150px;
  height: 150px;
  margin-bottom: 12px;
}
.concact-main .code p {
  line-height: 22px;
  color:#fff;
  font-size: 19px;
}
.concact-main .code p i{
  display: inline-block;
  float: left;
  width: 27px;
  height: 22px;
  background: url(../images/icon_watch.png) no-repeat;
  background-size: 100% 100%;
  margin:0 11px 0 6px;
}
.concact-info{
  display: inline-block;
}
.concact-info .company{
  font-size: 26px;
  color: #fff;
  line-height: 37px;
  margin-bottom: 9px;
}
.concact-info .address{
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  width: 770px;
  padding-bottom: 23px;
  border-bottom: 1px solid #464646;
  margin-bottom: 24px;
}
.concact-info .address i{
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  background: url(../images/concact/ic_dress.png?v=2) no-repeat;
  background-size: 100% 100%;
  margin-right: 4px;
  margin-top: 2px;
}
.concact-info .info .ilist{
  display: inline-block;
  float: left;
  margin-right: 60px;
}
.concact-info .ilist .tit{
  display: block;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 7px;
  color:rgba(255, 255, 255, .5);
}
.concact-info .ilist .con{
  font-size: 28px;
  color:#fff;
  line-height: 32px;
  font-family: 'DINPro';
}

@media screen and (max-width: 1440px) {
  .concact-page{
    padding-top: 50px;
  }
  .concact-main{
    margin-top: -147px;
    height: 294px;
  }
  .concact-main .wrap{
    position: relative;
    z-index: 5;
    padding-top: 72px;
  }
  .concact-main .code{
    width: 113px;
    height: 113px;
    margin-right: 118px;
  }
  .concact-main .code img {
    width: 113px;
    height: 113px;
    margin-bottom: 10px;
  }
  .concact-main .code p {
    line-height: 18px;
    font-size: 13px;
  }
  .concact-main .code p i{
    width: 25px;
    height: 20px;
    margin:0 8px 0 4px;
  }
  .concact-info .company{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .concact-info .address{
    font-size: 13px;
    line-height: 18px;
    width: 563px;
    padding-bottom: 18px;
    margin-bottom: 16px;
  }
  .concact-info .address i{
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-top: 1px;
  }
  .concact-info .info .ilist{
    margin-right: 50px;
  }
  .concact-info .ilist .tit{
    font-size: 12px;
    line-height: 18px;
  }
  .concact-info .ilist .con{
    font-size: 20px;
    line-height: 24px;
  }
}