.content {
  width: 100%;
  background-color: #f7f7f7;
}
.content .box {
  width: 71.666%;
  margin: 0 auto;
  padding-top: 84px;
  padding-bottom: 103px;
}
.content .box .list {
  width: 100%;
}
.content .box .list::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .list .item {
  width: 22.892%;
  margin-left: 2.7616%;
  float: left;
}
.content .box .list .item:first-child {
  margin-left: 0;
}
.content .box .list .item .top {
  width: 100%;
  height: 158px;
}
.content .box .list .item .top img {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  padding-top: 40px;
  transition: 0.5s;
}
.content .box .list .item .text {
  width: 100%;
  height: 284px;
  background-color: white;
}
.content .box .list .item .text .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
  padding-top: 49px;
  text-align: center;
  margin-left: 24%;
  margin-right: 24%;
}
.content .box .list .item .text .line {
  width: 46px;
  height: 1px;
  margin: 0 auto;
  background-color: #e5e5e5;
  margin-top: 45px;
}
.content .box .list .item .text .p {
  font-size: 16px;
  line-height: 36px;
  color: #999999;
  margin-top: 38px;
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
}
.content .box .list .item .text .p img {
  width: 160px;
  margin: 0 auto;
  margin-top: -36px;
}
.content .box .list .item.phone .top {
  background-color: #1b65c8;
}
.content .box .list .item.add .top {
  background-color: #fcbd3c;
}
.content .box .list .item.email .top {
  background-color: #53cff3;
}
.content .box .list .item.weixin .top {
  background-color: #6ad450;
}
.content .box .list .item:hover .top img {
  transform: rotateY(360deg);
}
.content .box .map {
  width: 100%;
  height: 632px;
  margin-top: 53px;
}
.content .box .map #container {
  width: 100%;
  height: 100%;
}
.content .box .online-message {
  width: calc(100% - 134px);
  background-color: white;
  margin-top: 54px;
  padding-left: 67px;
  padding-right: 67px;
  padding-bottom: 95px;
  position: relative;
}
.content .box .online-message .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #0349a8;
  text-align: center;
  padding-top: 58px;
}
.content .box .online-message .title span {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #222222;
  display: block;
  margin-top: 12px;
}
.content .box .online-message .line {
  width: 100%;
  height: 1px;
  margin-top: 50px;
  background-color: #e5e5e5;
}
.content .box .online-message form {
  width: 100%;
  margin-top: 71px;
}
.content .box .online-message form .name-box {
  width: 47.7455%;
  float: left;
}
.content .box .online-message form .name-box .text {
  font-size: 18px;
  line-height: 18px;
  color: #231816;
}
.content .box .online-message form .name-box #name {
  width: calc(100% - 46px);
  height: 50px;
  background-color: #f8f7f7;
  margin-top: 22px;
  border: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 14px;
  line-height: 50px;
  color: #b9b8b8;
}
.content .box .online-message form .name-box #name::input-placeholder {
  color: #b9b8b8;
}
.content .box .online-message form .name-box #name::-webkit-input-placeholder {
  color: #b9b8b8;
}
.content .box .online-message form .name-box #name::-moz-placeholder {
  color: #b9b8b8;
}
.content .box .online-message form .name-box #name::-moz-placeholder {
  color: #b9b8b8;
}
.content .box .online-message form .name-box #name::-ms-input-placeholder {
  color: #b9b8b8;
}
.content .box .online-message form .phone-box {
  width: 47.7455%;
  float: right;
}
.content .box .online-message form .phone-box .text {
  font-size: 18px;
  line-height: 18px;
  color: #231816;
}
.content .box .online-message form .phone-box #phone {
  width: calc(100% - 46px);
  height: 50px;
  background-color: #f8f7f7;
  margin-top: 22px;
  border: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 14px;
  line-height: 50px;
  color: #b9b8b8;
}
.content .box .online-message form .phone-box #phone::input-placeholder {
  color: #b9b8b8;
}
.content .box .online-message form .phone-box #phone::-webkit-input-placeholder {
  color: #b9b8b8;
}
.content .box .online-message form .phone-box #phone::-moz-placeholder {
  color: #b9b8b8;
}
.content .box .online-message form .phone-box #phone::-moz-placeholder {
  color: #b9b8b8;
}
.content .box .online-message form .phone-box #phone::-ms-input-placeholder {
  color: #b9b8b8;
}
.content .box .online-message form .message-box {
  width: 100%;
  margin-top: 27px;
}
.content .box .online-message form .message-box .text {
  font-size: 18px;
  line-height: 18px;
  color: #231816;
}
.content .box .online-message form .message-box #message {
  width: calc(100% - 46px);
  background-color: #f8f7f7;
  margin-top: 22px;
  border: 0;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 21px;
  height: 168px;
  color: #b9b8b8;
  line-height: 1.8;
}
.content .box .online-message form .message-box #message::input-placeholder {
  color: #b9b8b8;
}
.content .box .online-message form .message-box #message::-webkit-input-placeholder {
  color: #b9b8b8;
}
.content .box .online-message form .message-box #message::-moz-placeholder {
  color: #b9b8b8;
}
.content .box .online-message form .message-box #message::-moz-placeholder {
  color: #b9b8b8;
}
.content .box .online-message form .message-box #message::-ms-input-placeholder {
  color: #b9b8b8;
}
.content .box .online-message form .verify {
  margin-top: 27px;
}
.content .box .online-message form .submit {
  width: 280px;
  height: 49px;
  background-color: #bea36c;
  border-radius: 25px;
  font-size: 18px;
  line-height: 49px;
  color: #ffffff;
  border: 0;
  position: absolute;
  bottom: -25px;
  left: calc(50% - 140px);
  cursor: pointer;
}
@media screen and (max-width: 1360px) {
  .content .box {
    width: 90%;
    margin: 0 auto;
    padding-top: 84px;
    padding-bottom: 103px;
  }
}
@media screen and (max-width: 1020px) {
  .inner-title .inner-nav nav ul {
    width: 450px;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .content .box .list .item {
    width: 48%;
    margin-left: 0%;
    margin-right: 4%;
    float: left;
    margin-bottom: 30px;
  }
  .content .box .list .item:nth-child(2n + 2) {
    margin-right: 0;
  }
  .content .box .map {
    width: 100%;
    height: 400px;
    margin-top: 53px;
  }
}
@media screen and (max-width: 600px) {
  .content .box .list .item .top {
    width: 100%;
    height: 100px;
  }
  .content .box .list .item .top img {
    width: 50px;
    height: 50px;
    padding-top: 25px;
  }
  .content .box .list .item .text {
    width: 100%;
    height: 200px;
    background-color: white;
  }
  .content .box .list .item .text .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #333333;
    padding-top: 30px;
    text-align: center;
    margin-left: 24%;
    margin-right: 24%;
  }
  .content .box .list .item .text .line {
    width: 46px;
    height: 1px;
    margin: 0 auto;
    background-color: #e5e5e5;
    margin-top: 20px;
  }
  .content .box .list .item .text .p {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    margin-top: 20px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
  }
  .content .box .list .item .text .p img {
    width: 120px;
    margin-top: -20px;
  }
  .content .box .map {
    width: 100%;
    height: 260px;
    margin-top: 53px;
  }
  .content .box .online-message {
    width: calc(100% - 40px);
    background-color: white;
    margin-top: 54px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 95px;
    position: relative;
  }
  .content .box .online-message .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #0349a8;
    text-align: center;
    padding-top: 30px;
  }
  .content .box .online-message .title span {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #222222;
    display: block;
    margin-top: 12px;
  }
  .content .box .online-message .line {
    width: 100%;
    height: 1px;
    margin-top: 20px;
    background-color: #e5e5e5;
  }
  .content .box .online-message form {
    width: 100%;
    margin-top: 20px;
  }
  .content .box .online-message form .name-box {
    width: 100%;
    float: left;
  }
  .content .box .online-message form .phone-box {
    width: 100%;
    float: right;
    margin-top: 20px;
  }
}
