.primary-linear-gradient {
  /* 标准语法 */
  background: #23c7ae;
  background: -webkit-linear-gradient(right, #23c7ae, #045bde);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(right, #23c7ae, #045bde);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(right, #23c7ae, #045bde);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #23c7ae, #045bde);
}
.primary-linear-gradient-reverse {
  /* 标准语法 */
  background: #23c7ae;
  background: -webkit-linear-gradient(right, #23c7ae, #045bde);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(right, #23c7ae, #045bde);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(right, #23c7ae, #045bde);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #23c7ae, #045bde);
}
.test {
  content: '';
  width: 130px;
  height: 1px;
  background: #045bde;
  display: inline-block;
  margin: 0 70px 3px 15px;
}
.test1 {
  content: '';
  width: 4px;
  height: 4px;
  background: #c4c4c4;
  display: inline-block;
  margin: 3px 83px;
}
.text-ellipsis-one {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-container .adress-photo {
  overflow: hidden;
  clear: both;
  margin: 70px 0;
}
.page-container .adress-photo .photo-left {
  float: left;
  width: 690px;
  height: 448px;
}
.page-container .adress-photo .adress-right {
  float: right;
  height: 448px;
  position: relative;
}
.page-container .adress-photo .adress-right .address-detail {
  width: 100%;
  height: 200px;
  background: url(../../../images/contactUs/bg-1.png) no-repeat;
  padding: 28px 60px;
}
.page-container .adress-photo .adress-right .address-detail p {
  font-weight: 400;
  color: #ffffff;
}
.page-container .adress-photo .adress-right .address-detail p.p1 {
  font-size: 20px;
}
.page-container .adress-photo .adress-right .address-detail p.p2 {
  font-size: 14px;
  margin-top: 30px;
}
.page-container .adress-photo .adress-right .address-detail p.p2 i {
  display: inline-block;
  width: 14px;
  height: 17px;
  margin-right: 18px;
}
.page-container .adress-photo .adress-right .address-detail p.p3 {
  font-size: 18px;
  margin-top: 30px;
}
.page-container .adress-photo .adress-right .address-detail p.p3 i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 18px;
}
.page-container .adress-photo .adress-right .address-map {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 210px;
}
.page-container .adress-detail {
  margin-bottom: -90px;
}
.page-container .adress-detail ul {
  overflow: hidden;
  clear: both;
}
.page-container .adress-detail li {
  float: left;
  margin-bottom: 90px;
  position: relative;
}
.page-container .adress-detail li:before {
  content: '';
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #e3e3e3;
  position: absolute;
  transition: width 2s;
  -moz-transition: width 2s;
  /* Firefox 4 */
  -webkit-transition: width 2s;
  /* Safari and Chrome */
  -o-transition: width 2s;
}
.page-container .adress-detail li:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: 0;
  left: 0;
  background: #e3e3e3;
  position: absolute;
  transition: width 0.5s;
  -moz-transition: width 0.5s;
  /* Firefox 4 */
  -webkit-transition: width 0.5s;
  /* Safari and Chrome */
  -o-transition: width 0.5s;
  background: linear-gradient(90deg, #045bde, #23c7ae);
}
.page-container .adress-detail li:hover:after {
  width: 100%;
}
.page-container .adress-detail li p i {
  margin-right: 10px;
  display: inline-block;
  width: 14px;
}
.page-container .adress-detail li .p1 {
  font-size: 18px;
  font-weight: 800;
  color: #333333;
  line-height: 18px;
  font-family: SourceHanSansCN-Regular;
}
.page-container .adress-detail li .p2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #666666;
  margin-top: 30px;
  font-family: SourceHanSansCN-Regular;
}
.page-container .adress-detail li .p2 i {
  height: 17px;
}
.page-container .adress-detail li .p3 {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  margin: 30px 0 50px;
  font-family: 'Source Han Sans CN';
}
.page-container .adress-detail li .p3 span {
  font-family: 'Source Han Sans CN';
}
.page-container .adress-detail li .p3 i {
  height: 14px;
}
@media screen and (min-width: 1600px) {
  .adress-photo .adress-right {
    width: 757px;
  }
  .adress-detail ul li {
    float: left;
    height: 164px;
  }
  .adress-detail ul .li1 {
    width: 315px;
    margin-right: 181px;
  }
  .adress-detail ul .li2 {
    width: 435px;
    margin-right: 115px;
  }
  .adress-detail ul .li2 .l2-sp {
    margin-left: -5px;
  }
  .adress-detail ul .li3 {
    width: 553px;
  }
  .adress-detail ul .li3 .sp1 {
    margin: 0 5px 0 -5px;
  }
}
@media screen and (max-width: 1600px) {
  .adress-photo .adress-right {
    width: 509px;
  }
  .adress-detail ul li {
    float: left;
    height: 140px;
  }
  .adress-detail ul .li1 {
    width: 315px;
    margin-right: 60px;
  }
  .adress-detail ul .li2 {
    width: 455px;
    margin-right: 60px;
  }
  .adress-detail ul .li3 {
    width: 390px;
  }
  .adress-detail ul .li3 p {
    overflow: hidden;
    clear: both;
  }
  .adress-detail ul .li3 p .sp1 {
    text-align: left;
  }
  .adress-detail ul .li3 p .sp2 {
    float: right;
    width: 54%;
  }
}
