.main .head {
  background-color: white;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 360px;
}
.main .head .logo {
  width: 200px;
  height: 50px;
}
.main .head > div > a {
  margin: 0 40px;
  text-align: center;
}
.main .head > div > a > span:first-of-type {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.main .head > div > a > span:last-of-type {
  font-size: 12px;
  color: #D8D8D8;
}
.main .head > div > a.navBar-active > span:first-of-type {
  color: #1450EB !important;
}
.main .head > div > a.navBar-active > span:last-of-type {
  color: #A2BBFF !important;
}
.main .banner {
  height: 600px;
  background: url('../images/contact_banner.png') no-repeat 0 0 / cover;
}
.main .content {
  background-color: #F5F5F5;
  padding-top: 30px;
  padding-bottom: 50px;
}
.main .content .banxin1200.top {
  padding: 47px 82px 44px 82px;
  background-color: white;
  box-shadow: 0px 3px 20px 1px rgba(20, 80, 235, 0.08);
}
.main .content .banxin1200.top .title {
  text-align: center;
  margin-bottom: 61px;
}
.main .content .banxin1200.top .title span {
  font-size: 12px;
  color: #666666;
  margin-bottom: 7px;
}
.main .content .banxin1200.top .title p {
  font-size: 30px;
  color: #333333;
}
.main .content .banxin1200.top .title::after {
  content: '';
  display: inline-block;
  margin-top: 16px;
  width: 36px;
  height: 2px;
  background-color: #F64041;
}
.main .content .banxin1200.top .form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .content .banxin1200.top .form .item {
  width: 490px;
}
.main .content .banxin1200.top .form .item:nth-of-type(3) {
  width: 100%;
  margin-top: 28px;
}
.main .content .banxin1200.top .form .item:nth-of-type(3) textarea {
  margin-top: 8px;
  border: 1px solid #E7EEF6;
  width: 100%;
  height: 122px;
  padding: 5px;
}
.main .content .banxin1200.top .form .item input {
  margin-top: 8px;
  border: 1px solid #E7EEF6;
  height: 40px;
  width: 100%;
  padding: 0 5px;
}
.main .content .banxin1200.top .form .item span {
  font-size: 14px;
  color: #666666;
}
.main .content .banxin1200.top .form .item em {
  font-size: 14px;
  color: red;
}
.main .content .banxin1200.top .form .submit {
  width: 100%;
  text-align: center;
  margin-top: 33px;
  margin-bottom: 57px;
}
.main .content .banxin1200.top .form .submit button {
  padding: 10px 56px;
  color: white;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.main .content .banxin1200.top .contact {
  display: flex;
}
.main .content .banxin1200.top .contact .left {
  width: 560px;
  height: 320px;
}
.main .content .banxin1200.top .contact .right {
  padding-left: 82px;
}
.main .content .banxin1200.top .contact .right .item {
  display: flex;
}
.main .content .banxin1200.top .contact .right .item:nth-of-type(2) {
  margin: 46px 0;
}
.main .content .banxin1200.top .contact .right .item img {
  width: 38px;
  height: 38px;
  margin-right: 23px;
}
.main .content .banxin1200.top .contact .right .item div span {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.main .content .banxin1200.top .contact .right .item div p {
  font-size: 14px;
  color: #999999;
  margin-top: 9px;
}
.main .content .banxin1200.bottom {
  margin-top: 50px;
}
.main .content .banxin1200.bottom > span {
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 22px;
}
.main .content .banxin1200.bottom .list {
  display: flex;
  justify-content: space-between;
}
.main .content .banxin1200.bottom .list .item {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding-top: 33px;
  padding-left: 40px;
  padding-right: 6px;
  padding-bottom: 7px;
}
.main .content .banxin1200.bottom .list .item .left > p {
  margin-bottom: 31px;
}
.main .content .banxin1200.bottom .list .item .left > p .name {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin-right: 62px;
}
.main .content .banxin1200.bottom .list .item .left > p .title {
  color: #818EAF;
  font-size: 14px;
}
.main .content .banxin1200.bottom .list .item .left div:last-of-type {
  margin-top: 9px;
}
.main .content .banxin1200.bottom .list .item .left div span {
  font-size: 13px;
  color: #999999;
}
.main .content .banxin1200.bottom .list .item .left div p {
  font-size: 15px;
  color: #333333;
  margin-top: 4px;
}
.main .content .banxin1200.bottom .list .item img {
  width: 117px;
  height: 161px;
  margin-top: 20px;
}
