.footer[page] {
  background-color: #F6F6F6;
}
.contact-us {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding-top: 167px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-content {
  position: relative;
  width: var(--maxWidth);
  min-width: 1180px;
  padding: 0 150px;
  font-size: 15px;
  font-weight: 400;
  color: #05315A;
  line-height: 28px;
  text-align: center;
}
.contact-title {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  color: #05315A;
  margin: 22px 0 48px 0;
}
.contact-title::before {
  content: ' ';
  display: inline-block;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  margin-left: -36px;
  transform: translateY(-50%) rotate(225deg);
  border-left: 1px solid;
  border-bottom: 1px solid;
  color: #05315A;
}
.contact-img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: right;
  border-radius: 0 0 0 40px;
}
.contact-text {
  font-size: 24px;
  font-weight: 600;
  margin-top: 60px;
}

.contact-text2 {
  margin: 20px 0 40px 0;
}
.contact-text2 span {
  display: none;
}
.contact-info {
  text-align: left;
  margin-bottom: 50px;
  display: flex;
}
.contact-info-item {
  margin-right: 120px;
}
.contact-info-item img {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.contact-info-item a {
  color: inherit;
  text-decoration: none;
}
.contact-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-tab {
  width: 180px;
  height: 40px;
  line-height: 40px;
  color: #CFCFCF;
  border: 1px solid #ECEDEC;
  cursor: pointer;
}
.contact-tab-on {
  color: #04315A;
  background: #ECEDEC;
}
.contact-from-info {
  width: 100%;
  height: 404px;
  background: #ECEDEC;
  display: flex;
  justify-content: center;
  padding: 60px 0;
}
.contact-us-from {
  font-size: 15px;
  font-weight: 400;
}
.contact-us-left {
  margin-right: 30px;
}
.contact-item {
  margin: 10px 0;
}
.contact-item .text, .contact-us-mark .text {
  width: 70px;
}
.contact-input {
  width: 160px;
  height: 30px;
  color: #05315A;
  border: 1px solid #05315A;
  margin-left: 10px;
  background: transparent;
  outline: none;
  padding: 5px;
  border-radius: 0 !important;
}
.contact-textarea {
  width: 337px;
  height: 168px;
  color: #05315A;
  border: 1px solid #05315A;
  background: transparent;
  outline: none;
  line-height: 1.5;
  padding: 5px;
}
#form1 .contact-textarea {
  height: 130px;
}
.contact-us-mark {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: column;
  margin: 10px 0;
}
.contact-btn {
  width: 109px;
  height: 30px;
  font-size: 15px;
  font-weight: 400;
  color: #05315A;
  border-radius: 0px 0px 0px 15px;
  border: 1px solid #05315A;
  margin-top: 60px;
  background: #ECEDEC;
  cursor: pointer;
}
.contact-btn:hover {
  color: #fff;
  background: #05315A;
  border: 1px solid #fff;
}
.contact-traffic {
  width: 100%;
  height: 640px;
  color: #fff;
  background: #05315A;
  line-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact-traffic-title {
  font-size: 24px;
  font-weight: 600;
}
.contact-traffic-item {
  display: flex;
  align-items: baseline;
  line-height: 25px;
  font-size: 14px;
  color: #F6F6F6;
  margin-bottom: 28px;
}
.contact-traffic-item:last-child {
  margin-bottom: 0;
}
.contact-item-title {
  font-size: 18px;
}
.contact-traffic-info {
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 40px 0;
}
.contact-map {
  margin-right: 50px;
  width: 476px;
  height: 419px;
  object-fit: cover;
  object-position: right;
  border-radius: 0px 0px 0px 40px;
}
.icon-build {
  width: 9px;
  height: 28px;
  margin-right: 5px;
}
.icon-left {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.form {
  width: var(--maxWidth);
  min-width: 1180px;
  display: none;
  flex-direction: column;
}
.active {
  display: flex;
}
.contact-traffic-btn {
  width: fit-content;
  height: 30px;
  padding: 0 16px;
  line-height: 30px;
  border-radius: 0px 0px 0px 15px;
  opacity: 1;
  color: #fff;
  border: 1px solid #FFFFFF;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}
.contact-traffic-btn:hover {
  color: #05315A;
  border: 1px solid #05315A;
  background: #fff;
}
.contact-traffic-btn a {
  color: inherit;
  text-decoration: none;
}

/* 弹窗 */
.contact-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.85);
  z-index: 100;
}
.contact-pop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 25rem;
  height: 15.625rem;
  background: #FFFFFF;
  box-shadow: 10px 10px 20px 1px rgba(0,0,0,0.25);
  border-radius: 20px 0px 20px 0px;
  font-size: 18px;
  font-weight: 400;
  color: #242424;
  line-height: 1.3;
}
.contact-pop-btn {
  width: 150px;
  height: 40px;
  color: #fff;
  background: #04315A;
  border-radius: 0px 0px 0px 15px;
  -webkit-border-radius: 0px 0px 0px 15px;
  font-size: 14px;
  border: none;
  margin-top: 40px;
  cursor: pointer;
}
.contact-pop-btn:hover {
  color: #04315A;
  background: #fff;
  border: 1px solid;
}
.contact-icon {
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .header {
    background-color: #04315A;
  }
  .header[page] .header-logo {
    background: url(/static/images/logo.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
  .min-footer {
    background-color: #F6F6F6;
  }
  .contact-us {
    display: block;
    padding: 85px 0 0 0;
  }
  .all-container {
    padding: 0 5%;
  }
  .contact-content {
    width: 100%;
    min-width: 100%;
    padding: 0;
  }
  .contact-img {
    width: 100%;
    height: 148px;
  }
  .contact-text {
    margin-top: 30px;
    font-size: 18px;
    padding: 0 33px;
  }
  .contact-text2 {
    text-align: justify;
  }
  .contact-text2 span {
    display: contents;
  }
  .contact-info {
    display: block;
    margin-bottom: 30px;
  }
  .contact-info-item {
    margin-right: 0;
  }
  .form {
    width: 100%;
    min-width: 100%;
  }
  .contact-traffic {
    padding: 30px 5%;
    height: auto;
  }
  .contact-traffic-info {
    flex-direction: column-reverse;
  }
  .contact-map {
    width: 100%;
    height: 370px;
    margin-right: 0;
  }
  .contact-from-info {
    padding: 30px 0;
    height: auto;
  }
  .contact-us-from {
    flex-direction: column;
    align-items: center;
  }
  .contact-us-left {
    margin-right: 0;
  }
  .contact-us-mark {
    flex-direction: row;
  }
  .contact-btn {
    width: 140px;
    margin-top: 20px;
  }
  .contact-traffic-btn {
    /* width: 140px; */
  }
  .contact-traffic-item {
    margin-bottom: 30px;
  }
  .contact-traffic-item:last-child {
    margin-bottom: 30px;
  }
  .icon-build {
    width: 17px;
    height: 52px;
    margin-right: 16px;
  }
  .icon-left {
    width: 32px;
    height: 32px;
    margin-right: 16px;
  }
  .contact-traffic-item {
    align-items: flex-start;
  }
  .contact-pop {
    width: 90%;
    height: 200px;
    font-size: 16px;
  } 
  .contact-icon {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  
}

@media screen and (min-width: 960px) and (max-width: 1399px) {

}

@media screen and (min-width: 1400px) and (max-width: 1900px) {

}

@media screen and (min-width: 1901px) and (max-width: 5000px) {

}
