.contact-container {
  padding-top: 120px;
}

@media only screen and (max-width: 1440px) {
	.contact-container {
    padding-top: 100px;
		width: 1120px;
	}
}

.contact-title {
  font-size: 48px;
  font-weight: bold;
  line-height: 52px;
  letter-spacing: 0px;
  color: #2326a4;
  text-align: center;
}

.contact-remark {
  padding-top: 130px;
  text-align: center;
  color: #2326a4;
}

@media only screen and (max-width: 1440px) {
	.contact-remark {
    padding-top: 80px !important;
	}
}

.remark-en {
  font-size: 30px;
  font-weight: bold;
}

.remark-zh {
  margin-top: 15px;
  font-size: 24px;
}

/* 地图 */
#map-container {
  margin-top: 65px;
  height: 700px;
}

@media only screen and (max-width: 1440px) {
	#map-container {
    height: 500px !important;
	}
  .contact-way {
    margin-top: 60px !important;
  }
}

.contact-way {
  margin-top: 75px;
  height: 98px;
  color: #2326a4;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

.way-company {
  width: 440px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 2px solid #2326a4;
}

.way-company-zh {
  font-size: 24px;
}

.way-company-en {
  font-size: 20px;
}

@media only screen and (max-width: 1440px) {
	.way-company-zh {
    font-size: 20px;
  }

  .way-company-en {
    font-size: 18px;
  }
}

.way-address {
  width: 923px;
  display: flex;
  justify-content: space-between;
}

.way-address-l, .way-address-r {
  display: flex;
  justify-content: space-between;
}

.way-address-zh {
  font-size: 24px;
}

.way-address-en {
  font-size: 20px;
}

@media only screen and (max-width: 1440px) {
  .way-company {
    width: 320px;
  }

  .way-address {
    width: 723px;
    display: flex;
    justify-content: space-between;
  }

	.way-address-zh {
    font-size: 20px;
  }

  .way-address-en {
    font-size: 18px;
  }
}

.text-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.way-address .icon {
  margin-right: 15px;
}