.contact {
  margin-top: 50px;
}
.contact .left {
  width: 45%;
}
.contact .left img {
  width: 100%;
}
.contact .right {
  width: 55%;
}
.contact .right .name {
  margin-top: 40px;
  color: #0a5ab1;
  font-size: 40px;
}
.contact .right .subtitle {
  font-size: 18px;
  color: #aaaaaa;
  position: relative;
  margin-bottom: 60px;
  margin-top: 20px;
}
.contact .right .subtitle::before {
  display: block;
  content: "";
  background-color: #0a5ab1;
  width: 80px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 60px;
}
.contact .right .subtitle::after {
  display: block;
  content: "";
  position: absolute;
  width: 120px;
  height: 1px;
  background-color: #0d72f8;
  left: 80px;
  top: 60px;
}
.contact .right .item {
  margin: 30px 0;
  font-size: 24px;
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.contact .right .item .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
     -moz-box-flex: 0;
          flex: 0 0 50px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin-right: 20px;
  border-radius: 50%;
  border: 1px #ffffff solid;
  display: inline-block;
  background-color: #0a5ab1;
  text-align: center;
}
.contact .right .item .icon .iconfont {
  display: inline-block;
  font-size: 25px;
  color: #fff;
}
.contact .right .item .title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 90px;
     -moz-box-flex: 0;
          flex: 0 0 90px;
  color: #aaa;
  display: inline-block;
  line-height: 50px;
}
.contact .right .item .i-info {
  display: inline-block;
  line-height: 50px;
}
.contact .right .code {
  width: 126px;
}
.contact .right .code .code-img {
  width: 100%;
  height: auto;
}
.contact .right .code p {
  margin-top: 5px;
  text-align: center;
  color: #aaa;
}
.contact-map {
  margin-top: 40px;
  position: relative;
  height: 400px;
}
.contact-map iframe {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 992px) {
  .contact .right .code {
    display: none;
  }
}
@media (max-width: 768px) {
  .row .left,
  .row .right {
    width: 100%;
  }
  .row .left {
    display: none;
  }
  .row .right {
    padding: 0 5%;
  }
  .contact {
    margin-top: 20px;
  }
  .contact .right .subtitle::before,
  .contact .right .subtitle::after {
    top: 45px;
  }
  .contact .right .item:nth-last-child(2) .i-info {
    line-height: 25px;
  }
  .contact .right .item {
    margin: 15px 0;
  }
  .contact .right .name {
    margin-top: 0;
    font-size: 20px;
  }
  .contact .right .subtitle {
    font-size: 13px;
  }
  .contact .right .item {
    font-size: 16px;
  }
  .contact .right .item .title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
       -moz-box-flex: 0;
            flex: 0 0 50px;
  }
  .contact .subtitle {
    font-size: 14px;
  }
  .contact .subtitle::after,
  .contact .subtitle::before {
    top: 30px;
  }
  .contact .subtitle::before {
    width: 40px;
  }
  .contact .subtitle::after {
    width: 60px;
    left: 40px;
  }
  .contact .code {
    display: none;
  }
  .contact-map {
    margin-top: 20px;
  }
  .contact .right .item .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
       -moz-box-flex: 0;
            flex: 0 0 40px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-right: 10px;
  }
  .contact .right .item .title {
    line-height: 40px;
  }
  .contact .right .item .i-info {
    line-height: 40px;
  }
}
