.y-container{

}
.contact-content{
  width: 1200px;
  margin: 0 auto;
  padding-top: 114px;
  padding-bottom: 92px;
}
.contact-title{
  padding: 80px 0 120px;
  text-align: center;
}
.contact-title .title{
  font-size: 56px;
  line-height: 72px;
  color: #121e31;
}
.contact-title .ms{
  font-size: 22px;
  line-height: 36px;
  color: #121e31;
  margin-top: 26px;
}
.contact-address{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
}
.ca-map{
  width: 644px;
  height: 507px;
  background-color: #aaa;
}
.ca-info-item{
  overflow: hidden;
}
.ca-info-icon{
  float: left;
}
.ca-info-main{
  padding-left: 63px;
}
.ca-info-text{
  font-size: 22px;
  line-height: 48px;
	color: #535861;
}
.ca-info-text.imp{
  font-weight: bold;
}

.contact-form{
  width: 1001px;
  height: 662px;
  margin: 0 auto;
  padding: 60px 0;
	background-color: #ffffff;
	box-shadow: 0px 0px 13px 0px rgba(188, 188, 188, 0.21);
	border-radius: 10px;
  border: solid 1px #f4f4f4;
  box-sizing: border-box;
}