@charset "UTF-8";
/* 头部 */
.logo {
  width: 70%;
}

.logo img {
  max-width: 100%;
}

.btnx {
  width: 10%;
}

.btnx img {
  max-width: 100%;
}

/* 专业级网站营销平台 */
.c1 {
  margin-top: 20px;
  font-size: 16px;
  color: #000000;
}

.c1 h2 {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
}

.c1 h2 dd {
  margin-top: 4px;
  color: #000000;
  font-size: 24px;
}

.c1 h2 dd span {
  color: #d40300;
}

.c1 .list1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.c1 .list1 li {
  width: 25%;
  box-sizing: border-box;
  padding: 0 2%;
  text-align: center;
}

.c1 .list1 li a {
  display: block;
}

.c1 .list1 li a .tu {
  height: 50px;
}

.c1 .list1 li a .tu img {
  height: 100%;
}

.c1 .list1 li a h3 {
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  line-height: 34px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* 公司简介 */
.c2 {
  background: url(../../images/p1-1.png) center 0 no-repeat #383838;
  background-size: 100% auto;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
}

.c2 .c2-1 {
  font-size: 16px;
  width: 22%;
}

.c2 .c2-2 {
  font-size: 12px;
  line-height: 24px;
  width: 70%;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-line-clamp: 6; */
  -webkit-box-orient: vertical;
}

/* 主要经营： */
.c3 {
  text-align: center;
}

.c3 img {
  width: 100%;
}

/* 联系我们 */
.c4 {
  margin-top: 20px;
}

.c4 h2 {
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.67);
  margin-bottom: 20px;
}

.c4 h2 dd {
  color: #000;
  font-size: 24px;
  margin-top: 6px;
}

.c4 .content {
  padding-left: 10px;
  padding-right: 10px;
}

.c4 .content .c4-1 {
  float: left;
  width: 50%;
}

.c4 .content .c4-1 .zi {
  margin-bottom: 20px;
}

.c4 .content .c4-1 .zi .zi1 {
  font-size: 12px;
  color: rgba(212, 3, 0, 0.71);
}

.c4 .content .c4-1 .zi h3 {
  font-size: 16px;
  color: #ee2724;
  margin-top: 10px;
}

.c4 .content .c4-1 .content1 {
  color: #181818;
}

.c4 .content .c4-1 .content1 h3 {
  font-weight: normal;
  color: #181818;
  margin-bottom: 14px;
  font-size: 14px;
}

.c4 .content .c4-1 .content1 dd {
  font-size: 12px;
  line-height: 20px;
}

.c4 .content .c4-2 {
  float: right;
  width: 50%;
}

.c4 .content .c4-2 a {
  display: block;
}

.c4 .content .c4-2 a img {
  width: 100%;
  display: block;
}
