.x-flex {
  display: flex;
  align-items: center;
}

.x-common-title {
  padding: 45px 0 35px 57px;
}

.x-common-title .title {
  font-size: 48px;
  font-weight: 700;
  color: #0052a9;
  padding-left: 16px;
}

/* 集团介绍 */
.transform-box {
  transform: translateY(-88px);
}

.x-group-box .x-group-info {
  background: #ffffff;
  border-radius: 25px;
  box-shadow: -2px 0px 8px 2px rgba(153, 153, 153, 0.21);
}

.x-group-info .info-con {
  padding: 3px 43px 36px 73px;
}

.x-group-info .info-con>p {
  font-size: 18px;
  text-indent: 2em;
  color: #333333;
  line-height: 28px;
}

.x-group-info .x-group-photo {
  margin: 0 75px 0 58px;
  padding-bottom: 38px;
}

.x-group-info .x-group-photo {
  transition: all .5s ease .1s;
}

.x-group-info .x-group-photo img:hover {
  transform: scale(1.1);
}

.x-group-info .x-group-photo img {
  display: block;
}

.x-group-info .x-group-photo .left {
  margin-right: 20px;
}

.x-group-info .x-group-photo .center {
  margin-right: 18px;
}

.x-group-info .x-group-photo .center img:nth-child(odd) {
  margin-bottom: 13px;
}

.x-group-info .x-group-photo .right img:nth-child(odd) {
  margin-bottom: 13px;
}

/* 主营产品 */
.x-group-box .x-main-products .main-products-list {
  justify-content: space-between;
  flex-wrap: wrap;
}

.x-group-box .x-main-products .main-products-item {
  border: 2px solid #0052a9;
  margin-top: 30px;
}

.x-group-box .x-main-products .main-products-item .item-img {
  display: flex;
  align-items: center;
  width: 380px;
  height: 380px;
  margin: auto 0;
  padding: 0 6px;
  transition: all .5s ease .2s;
  overflow: hidden;
  justify-content: center;
}

.x-group-box .x-main-products .main-products-item .item-img img:hover {
  transform: scale(1.3);
}

.x-group-box .x-main-products .main-products-item .item-title {
  background: #0052a9;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  padding: 22px 0 18px 0;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
}

.x-group-box .x-main-products .main-products-item .item-title p:first-child {
  padding-bottom: 13px
}

/* 工厂车间 */
.x-factory-floor {
  background-image: url('../../Content/image/factoryfloor-bg.png');
  background-repeat: no-repeat;
  margin-top: 25px;
}

.x-factory-floor img {
  display: block;
}

.x-factory-content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-bottom: 30px;
  color: #333333;
}

.x-factory-content .x-factory-left {
  margin-right: 30px;
}

.x-factory-content .x-h4 {
  font-size: 24px;
  padding-left: 10px;
}

.x-factory-content .x-factory-info {
  font-size: 18px;
  text-indent: 1em;
  line-height: 30px;
  padding: 20px 20px 30px 10px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
}

/* 资质证书 */
.x-certificate .x-certificate-item img {
  display: block;
}

.x-certificate .x-certificate-list {
  justify-content: space-between;
}

.x-certificate .list-one {
  margin-bottom: 60px;
}

.x-certificate .list-two {
  margin-bottom: 12px;
}

.x-certificate .x-certificate-item .title {
  background: #94712e;
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN-Normal;
  text-align: center;
  color: #ffffff;
  padding: 15px 0;
}

/* 元拓展会 */
.x-exhibition .x-exhibition-content .title {
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  text-indent: 1em;
  color: #333333;
  text-indent: 1em;
  line-height: 26px;
}

.x-exhibition-photo img {
  display: block;
}

.x-exhibition .x-exhibition-photo .photo-top {
  justify-content: space-between;
  margin: 24px 0 17px 0;
}

.x-exhibition .x-exhibition-photo .photo-bottom {
  justify-content: space-between;
}

.x-exhibition .x-exhibition-photo .photo-center img:first-child {
  margin-bottom: 13px;
}

.x-exhibition .x-exhibition-photo .photo-right img:first-child {
  margin-bottom: 13px;
}