﻿body {
  background: #f6f8ff;
}
.contact-us {
  margin: auto;
  margin-top: 60px;
  width: 1200px;
}
.contact-us .title {
  margin-top: 160px;
  text-align: center;
  color: #1e192c;
  font-size: 52px;
  font-weight: 600;
  line-height: 64px;
}
.contact-us .desc {
  color: #1e192c99;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 13px 0 60px;
  text-align: center;
}
.contact-us .contact-boxs {
  overflow: hidden;
  margin-left: 125px;
}
.contact-us .contact-boxs .contact-box {
  width: 418px;
  min-height: 218px;
  background: #fff;
  border-radius: 10px;
  float: left;
  margin-left: 40px;
  padding: 20px;
}
.contact-us .contact-boxs .contact-box .fangruan-ico .iconfont {
  background: #f3f4f7;
  padding: 12px;
  border-radius: 10px;
  font-size: 22px;
}
.contact-us .contact-boxs .contact-box .box-title {
  color: #1e192ccc;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 50px;
  text-align: center;
}
.contact-us .contact-boxs .contact-box .box-content {
  color: #1e192c;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  margin-top: 3px;
}