.page-img {
  width: 100%;
  height: 100%;

}

.page-img img {
  width: 100%;
  height: 100%;
}

.domain {
  float: left;
  width: 100%;
  padding: 2rem 5rem;
  background: #fff;
}

.domain .domain-top {
  width: 100%;
}

.domain .domain-top h1 {
  text-align: center;
}

.domain .domain-top div {
  width: 60px;
  height: 6px;
  background: #2054A7;
  margin: auto;
  margin-top: 5px;
}

.contact {
  float: left;
  width: 100%;
  padding: 0rem 5rem;
  /* background: #fff; */
  position: relative;
}

.contact .contact-top {
  float: left;
  width: 100%;
}

.contact .contact-top ul {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.contact .contact-top li {
  float: left;
  width: 30%;
  height: 220px;
  background: #DBECFF;
  /* margin: 0 15px; */
  margin-right: 30px;
  border-radius: 4px;
  padding: 40px;
  color: #222222;
  font-size: 24px;
  font-weight: 700;
}

.contact .contact-top li:last-child {
  margin: 0;
}

.contact .contact-top li .top {
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}
.contact .contact-top li .top span{
  padding-left: 5px;
}
.contact .contact-top li p {
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
}

.contact .map {
  float: left;
  width: 100%;
  height: 625px;
  margin-top: 50px;
}

.contact .map img {
  width: 100%;
  height: 100%;
}

.contact .btn {
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0rem;
  z-index: -1;
}

.contact .btn img {
  width: 100%;
  height: 100%;
}

.contact-form {
  float: left;
  width: 100%;
  padding: 0rem 5rem 3rem 5rem;

}

.contact-form .item {
  float: left;
  width: 100%;
  color: #222222;
  font-size: 18px;
  padding-bottom: 30px;
}

.contact-form .item p {
  line-height: 45px;
}

.contact-form .item .left {
  width: 49%;
  float: left;
  margin-right: 2%;
  position: relative;
}

.contact-form .item .right {
  width: 100%;
  float: left;
  position: relative;
}

.contact-form .item .left:last-child {
  margin: 0;
}
.contact-form .item .left-text{
  display: none;
  color: #e64552;
  font-size: 14px;
  position: absolute;
  bottom: -18px;
}

.contact-form .item input {
  width: 100%;
  height: 35px;
  font-size: 14px;
  padding: 0 10px;
  outline: none;
  /* 移除默认边框 */
  border-width: 0px;
  border: 1px solid #D4D8DD;
  border-radius: 4px;
}

.contact-form .item textarea {
  width: 100%;
  height: 235px;
  outline: none;
  /* 移除默认边框 */
  border-width: 0px;
  border: 1px solid #D4D8DD;
  border-radius: 4px;
  padding: 14px;
  font-size: 16px;
  line-height: 30px;
}

.contact-form .btn {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
}

.contact-form .btn .submit {
  color: #FFFFFF;
  padding: 15px 50px;
  background: #2054A7;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.contact-form .btn span {
  padding-right: 5px;
}

.contact-form .btn .submit:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.contact-form .btn .submit:after {
  float: left;
  width: 226px;
  height: 146px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  opacity: 0.2;
  content: '';
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.contact-form .btn .submit:hover:after {
  transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
}
.clearfix {}

.clearfix .suspension {
  width: 60px;
  position: fixed;
  right: 10px;
  bottom: 150px;
  z-index: 999;
  min-height: 60px;
  border-radius: 60px;
  background: #fff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .25);
}

.clearfix .suspension li {
  position: relative;
  width: 60px;
  height: 60px;
  margin-top: 3px;
}
.clearfix .suspension li .to-top{
  background-position: 0px -96px;
  cursor: pointer;
  display: block;
  width: 48px;
  height: 48px;
  margin: 6px;
  float: left;
  border-radius: 40px;
  background-repeat: no-repeat;
  /* background-position: center; */
  background-image: url('https://www.szhulian.com/Public/home/images/suspend_icon.png');
}