.main {
  width: 100%;
  margin-top: 80px;
}
.main .banner {
  position: relative;
  width: 100%;
  height: 360px;
}
.main .banner img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.main .contact {
  width: 1200px;
  margin: 0 auto;
}
.main .contact .contact-top {
  width: 100%;
}
.main .contact .contact-top h5 {
  margin-top: 20px;
  margin-bottom: 80px;
  font-size: 24px;
  font-weight: normal;
  color: #333;
  text-align: center;
}
.main .contact .contact-top ul {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  width: 100%;
  margin-bottom: 80px;
}
.main .contact .contact-top ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .contact .contact-top ul li img {
  display: block;
  margin-bottom: 13px;
}
.main .contact .contact-top ul li .name {
  margin-bottom: 19px;
  font-size: 18px;
  color: #003B95;
}
.main .contact .contact-top ul li p {
  font-size: 14px;
  color: #333;
}
.main .contact hr {
  width: 1200px;
  height: 2px;
  margin-bottom: 80px;
  background: #999999;
  opacity: 0.1;
}
.main .contact-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main .contact-message h3 {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
}
.main .contact-message .tip {
  margin-top: 19px;
  font-size: 14px;
  font-weight: 300;
  color: #999999;
}
.main .contact-message .form {
  width: 410px;
  margin-top: 65px;
}
.main .contact-message .form .inout-box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.main .contact-message .form .inout-box label {
  display: block;
  width: 90px;
  font-size: 14px;
  font-weight: 300;
  color: #999999;
}
.main .contact-message .form .inout-box input {
  width: 300px;
  height: 40px;
  padding-left: 15px;
  border: 1px solid #eeeeee;
}
.main .contact-message .form .inout-box textarea {
  width: 300px;
  padding-left: 15px;
  border: 1px solid #eeeeee;
}
.main .contact-message .form .submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 410px;
  height: 40px;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  color: #ffffff;
  background-color: #003b95;
}
