@charset 'utf-8';
.banner {
  text-align: center;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .contact-bread {
  width: 100%;
  position: absolute;
  bottom: 1.5rem;
  box-sizing: border-box;
  padding: 0 1rem;
}
.banner .contact-bread .breadcrumbs {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  color: #fff;
}
.banner .contact-bread .breadcrumbs li {
  display: inline-block;
}
.banner .contact-bread .breadcrumbs li a {
  font-size: 14px;
  color: #fff;
}
.banner .contact-bread .breadcrumbs li.current-bread a:last-of-type {
  color: #ff;
}
.nav-option {
  width: 100%;
  margin: 0 auto;
  margin-top: -1rem;
  position: relative;
  box-sizing: border-box;
  padding: 0 1rem;
}
.nav-option ul li {
  float: left;
  width: 50%;
  background-color: #e6e6e6;
  text-align: 100%;
  text-align: center;
}
.nav-option ul li a {
  display: block;
  color: #333333;
  font-size: 14px;
  padding: 10px 0;
}
.nav-option ul li.layui-this {
  background-color: #043178;
}
.nav-option ul li.layui-this a {
  color: #fff;
}
.nav-option ul li:hover {
  background-color: #043178;
}
.nav-option ul li:hover a {
  color: #fff;
}
.contact-container {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 1rem;
}
.contact-container .contact-left {
  width: 100%;
  box-sizing: border-box;
  padding-top: 1rem;
}
.contact-container .contact-left h3 {
  margin-bottom: 1rem;
}
.contact-container .contact-left h3 span {
  float: left;
  height: 30px;
  line-height: 30px;
}
.contact-container .contact-left h3 span:first-of-type {
  font-size: 30px;
  color: #333333;
  margin-right: 10px;
}
.contact-container .contact-left h3 span:last-of-type {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background-color: #043178;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
}
.contact-container .contact-left .form {
  width: 100%;
}
.contact-container .contact-left .form .wpcf7 form p {
  width: 100%;
}
.contact-container .contact-left .form .wpcf7 form p:nth-of-type(-n+3) {
  height: 50px;
  border-bottom: 1px solid #d7d7d7;
}
.contact-container .contact-left .form .wpcf7 form p:nth-of-type(-n+3) label span {
  display: inline-block;
}
.contact-container .contact-left .form .wpcf7 form p:nth-of-type(-n+3) label span.tag {
  width: 30%;
  font-size: 16px;
  color: #666666;
  font-weight: lighter;
  box-sizing: border-box;
  padding-left: 50px;
  height: 50px;
  line-height: 50px;
}
.contact-container .contact-left .form .wpcf7 form p:nth-of-type(-n+3) label span.wpcf7-form-control-wrap {
  width: 65%;
}
.contact-container .contact-left .form .wpcf7 form p:nth-of-type(-n+3) label span.wpcf7-form-control-wrap input {
  width: 100%;
  border: none;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  padding: 0 10px;
}
.contact-container .contact-left .form .wpcf7 form p .name {
  background: url("../images/name.png") no-repeat 20% center;
}
.contact-container .contact-left .form .wpcf7 form p .mail {
  background: url("../images/mail.png") no-repeat 20% center;
}
.contact-container .contact-left .form .wpcf7 form p .tel {
  background: url("../images/tel.png") no-repeat 20% center;
}
.contact-container .contact-left .form .wpcf7 form p:nth-of-type(4) {
  margin-top: 30px;
}
.contact-container .contact-left .form .wpcf7 form p:nth-of-type(4) label span {
  display: block;
}
.contact-container .contact-left .form .wpcf7 form p:nth-of-type(4) label span textarea {
  width: 100%;
  height: 200px;
  resize: unset;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
  padding: 0 10px;
}
.contact-container .contact-left .form .wpcf7 form p:last-of-type {
  margin-top: 28px;
}
.contact-container .contact-left .form .wpcf7 form p:last-of-type label span .wpcf7-captchar {
  width: 164px;
  height: 50px;
  background-color: #e6e6e6;
  border: none;
  box-sizing: border-box;
  padding: 0 10px;
}
.contact-container .contact-left .form .wpcf7 form p:last-of-type label span .wpcf7-not-valid-tip {
  position: absolute;
  width: 165px;
  top: 0;
  left: 10px;
}
.contact-container .contact-left .form .wpcf7 form p:last-of-type label .wpcf7-submit {
  width: 100%;
  margin-top: 1.5rem;
  height: 50px;
  background-color: #0b45a0;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  border: none;
  float: right;
  cursor: pointer;
}
.contact-container .contact-right {
  width: 100%;
}
.contact-container .contact-right .contact-info {
  box-sizing: border-box;
  padding: 2rem 0;
}
.contact-container .contact-right .contact-info p {
  float: left;
  width: 49%;
  height: 164px;
  margin-right: 2%;
  box-sizing: border-box;
  padding-top: 75px;
  border: 1px solid #acacac;
  margin-bottom: 13px;
}
.contact-container .contact-right .contact-info p span {
  display: block;
  text-align: center;
}
.contact-container .contact-right .contact-info p span:first-of-type {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-container .contact-right .contact-info p span:last-of-type {
  font-size: 14px;
  color: #666;
  font-weight: lighter;
}
.contact-container .contact-right .contact-info p:nth-of-type(2n) {
  margin-right: 0;
}
.contact-container .contact-right .contact-info p.contact-person {
  background: url("../images/contact-tag.png") no-repeat center 20%;
}
.contact-container .contact-right .contact-info p.tel {
  background: url("../images/tel-tag.png") no-repeat center 20%;
}
.contact-container .contact-right .contact-info p.fax {
  background: url("../images/fax-tag.png") no-repeat center 20%;
}
.contact-container .contact-right .contact-info p.email {
  background: url("../images/email-tag.png") no-repeat center 20%;
}
.contact-container .contact-right .contact-info p.email span:nth-of-type(2) {
  font-size: 14px;
  color: #666;
  font-weight: lighter;
  padding-bottom: 5px;
}
.contact-container .contact-right .contact-info p.skype {
  background: url("../images/skype-tag.png") no-repeat center 20%;
}
.contact-container .contact-right .contact-info p.whatsapp {
  background: url("../images/whatsapp-tag.png") no-repeat center 20%;
}
.contact-container .contact-right .contact-info p.wx {
  background: url("../images/wx-tag.png") no-repeat center 20%;
}
.contact-map {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 77px;
}
.contact-map #myMap {
  width: 100%;
  height: 20rem;
}
.contact-map .contact-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  z-index: 100;
}
.contact-map .contact-bottom .contact-logo {
  float: left;
  width: 20%;
  background-color: #fff;
}
.contact-map .contact-bottom .contact-logo .img {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-map .contact-bottom .contact-logo .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.contact-map .contact-bottom .contact-address {
  float: left;
  width: 80%;
  background-color: #0b45a0;
  height: 80px;
  box-sizing: border-box;
  padding: 1rem;
}
.contact-map .contact-bottom .contact-address p {
  font-size: 14px;
  color: #fff;
  font-weight: lighter;
}
.contact-map .contact-bottom .contact-address p:first-of-type {
  margin-bottom: 18px;
}
@media screen and (max-width: 1440px) {
  .contact-map .contact-bottom {
    right: 0;
  }
}
