@charset "UTF-8";
/*
 * @Description:联系我们
 * @Author: hxh
 * @Date: 2021-07-26 13:50:43
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content {
  background-color: #fff;
  padding: 39px 50px 47px;
}

.title {
  text-align: center;
}

.title .title-name {
  font-size: 32px;
  color: #333;
  line-height: 31px;
  display: inline-block;
  position: relative;
}

.title .title-name::before, .title .title-name::after {
  width: 42px;
  height: 9px;
  content: '';
  position: absolute;
  bottom: 0;
}

.title .title-name::before {
  right: 100%;
  margin-right: 32px;
  background: url("../images/contact_us/img_title_left.png") center no-repeat;
}

.title .title-name::after {
  left: 100%;
  margin-left: 32px;
  background: url("../images/contact_us/img_title_right.png") center no-repeat;
}

.title .title-ename {
  margin-top: 24px;
  line-height: 11px;
  font-size: 14px;
  color: #999;
}

.infos-cells {
  margin-top: 40px;
}

.infos-cells li {
  height: 60px;
  line-height: 60px;
}

.infos-cells li:nth-of-type(2n + 1) {
  background-color: #f9fafb;
}

.infos-cells .cell-label {
  text-align: right;
  width: 487px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.infos-cells .cell-value {
  width: calc(100% - 487px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer {
  margin-top: 20px;
}
.content img{
	max-width:1200px;
}
