@charset "UTF-8";
/**!
* 窗口电话 
* date:2022-06-14
* author: qcn;
*/
@font-face {
  font-family: SourceHanSerifCN-Heavy;
  src: url("../css/font/SOURCEHANSERIFCN-HEAVY.OTF");
}

.container {
  width: 1200px;
  margin: 0 auto;
}

/* 位置 */
.location {
  color: #999;
  font-size: 16px;
  padding-left: 27px;
  background: url("../images/location-bg.png") no-repeat left center;
  margin-top: 32px;
}

.location-name {
  color: #535ff0;
}

.location-link {
  margin-left: -3px;
}

/* 主区域 */
.content {
  text-align: center;
  -webkit-box-shadow: 0px 1px 21px 0px rgba(168, 194, 219, 0.23);
          box-shadow: 0px 1px 21px 0px rgba(168, 194, 219, 0.23);
}

.main {
  margin: 35px 0 40px 0;
}

.title {
  color: #333;
  font-size: 40px;
  font-family: SourceHanSerifCN-Heavy;
  text-align: center;
  position: relative;
  padding-top: 50px;
}

.title-english {
  color: rgba(169, 203, 255, 0.16);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -27px;
}

.title::after {
  content: '';
  position: absolute;
  width: 64px;
  height: 2px;
  background: #2766c6;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -3px;
}

.table {
  width: 1120px;
  margin: 40px 0;
  display: inline-block;
}

.table th {
  height: 40px;
  border: 1px solid #E0E2E5;
  background: #F2F7FF;
  padding-left: 24px;
  font-size: 16px;
  color: #929AA7;
}

.table th:nth-child(1), .table th:nth-child(2) {
  padding: 0;
  text-align: center;
}

.table td {
  height: 40px;
  border: 1px solid #E0E2E5;
  padding-left: 24px;
  text-align: initial;
  font-size: 16px;
  color: #333;
}

.table td.first-td, .table td.second-td {
  padding: 0;
  text-align: center;
}

.table .td-phone {
  color: #2766C6;
}
