.contact-part {
  padding: 50px 0px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.contact-part .info h2 {
  font-size: 40px;
  height: 96px;
  line-height: 96px;
}
.contact-part .info * {
  color: #333;
  font-weight: normal;
}
.contact-part .info .icons {
  padding: 40px 0;
  height: 60px;
  border: 1px solid #617e8c;
  border-width: 1px 0;
}
.contact-part .info .icons .item:hover {
  background: #f67524;
}
.contact-part .info .icons .item:hover span {
  color: #fff;
}
.contact-part .info h4 {
  padding-top: 9px;
  height: 97px;
  line-height: 43px;
  font-size: 24px;
}
.contact-part .info h4 span {
  font-size: 30px;
  font-family: arial;
  font-weight: 600;
}
.contact-part .form {
  width: 65%;
  background: #fff;
}
.contact-part .form form {
  padding: 40px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.contact-part .info .icons .item {
  display: inline-block;
  margin-right: 20px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border: 2px solid #eee;
  font-size: 28px;
  text-align: center;
  border-radius: 50%;
  position: relative;
}
.contact-part .item:hover img {
  display: block!important;
}
.contact-part .info .address {
  padding: 25px 0;
  height: 60px;
  line-height: 62px;
  font-size: 20px;
}
.contact-part .info .icons .item img {
  position: absolute;
  display: none;
  bottom: 65px;
  left: 50%;
  border: 1px solid #ddd;
  margin-left: -92px;
}
.contact-part .contact-form .title {
  width: 100%;
  line-height: 50px;
  font-size: 40px;
  padding: 20px 0;
  clear: both;
  color: #000;
}
.contact-part .form form .item {
  min-width: 48%;
}
.contact-part .item {
  margin-top: 20px;
  border: 1px solid #dfdfdf;
  height: 64px;
  background: #fff;
}
.contact-form .item input,
.contact-form .item textarea {
  background: transparent none;
  border: transparent none;
  height: 64px;
  line-height: 64px;
  width: -webkit-calc(60%);
  width: -moz-calc(60%);
  width: calc(100% - 40px);
  padding: 0 20px;
}
.contact-form .item * {
  font-size: 16px;
}
.contact-content {
  font-size: 15px;
  color: #333;
  line-height: 2;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
.contact-content img {
  max-width: 100%!important;
}
.auto-1400-2 {
  width: 1300px;
  padding: 0 10px;
  display: table;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
