.products-company {
  height: 600px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #000;
}

.products-company.products-cb {
  background-image: url("../images/pro_cm.jpg");
}

.products-company.products-cm {
  background-image: url("../images/pro_cb.jpg");
}

.products-company.products-cs {
  background-image: url("../images/pro_cs.jpg");
}

.products-company.products-3d {
  background-image: url("../images/pro_3d.jpg");
}

.products-company.products-project {
  background-image: url("../images/pro_project.jpg");
}

.products-company.products-sap {
  background-image: url("../images/pro_sap.jpg");
}

.products-company .products-para {
  margin-top: 220px;
  text-align: center;
  color: #000;
}

.products-company .products-para h2 {
  font-size: 48px;
  font-weight: bold;
}

.products-company .products-para p {
  font-size: 18px;
  font-weight: normal;
  margin: 25px 50px 40px 50px;
}

.products-company .products-para.products-para-light {
  color: #fff;
}

.pro-used-title-wrap {
  text-align: center;
  background: #0068b7;
  color: #fff;
  padding: 50px 0;
}

.pro-used-title-wrap h2 {
  font-size: 48px;
  font-weight: lighter;
  margin-bottom: 10px;
}

.pro-used-title-wrap p {
  font-size: 18px;
}

.logolist {
  margin-top: 50px;
}

.logolist .item {
  margin-bottom: 25px;
  text-align: center;
  border: 1px solid #d6d6d6;
}

.logolist .item p {
  padding: 10px;
  background: #fff;
}

.logolist .item p > img {
  width: 100%;
  transition: all 0.5s;
}

.logolist .item:hover p > img {
  transform: scale(1.1, 1.1);
}

.profunlist {
  padding: 50px 0 20px 0;
  text-align: center;
}

.profunlist .profun-ico .profun-ico-inner {
  width: 64px;
  height: 64px;
  overflow: hidden;
  margin: 10px auto;
  position: relative;
}

.profunlist .profun-ico .profun-ico-inner > em {
  position: absolute;
  top: 0;
  left: 50%;
  width: 64px;
  height: 128px;
  margin-left: -32px;
  display: block;
}

.profunlist .profun-ico .profun-ico-inner > em img {
  width: 64px;
  height: 128px;
}

.profunlist .profun-ico .ico {
  font-size: 60px;
  color: #bbb;
}

.profunlist p {
  font-size: 18px;
  padding-top: 15px;
}

.profunlist a {
  text-decoration: none;
}

.profunlist a:hover .ico {
  color: #00a0e9;
}

.profunlist a:hover .profun-ico-inner > em {
  top: auto;
  bottom: 0;
}

.pro-topic {
  height: 454px;
  color: #fff;
  text-align: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.pro-topic .pro-topic-bg {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}

.pro-topic .pro-topic-txt {
  margin-top: 80px;
}

.pro-topic .pro-topic-txt h2 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 40px;
}

.pro-topic .pro-topic-txt p {
  font-size: 18px;
}

.pro-topic .pro-topic-ico .ico {
  font-size: 100px;
}

@media screen and (max-width: 767px) {
  .products-company .products-para h2 {
    font-size: 36px;
  }

  .products-company .products-para p {
    margin: 25px 10px 40px 10px;
    font-size: 16px;
  }

  .products-company .products-para {
    margin-top: 160px;
  }

  .pro-topic .pro-topic-txt {
    margin-top: 60px;
  }

  .pro-topic .pro-topic-txt h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .pro-topic .pro-topic-txt p {
    font-size: 16px;
    height: 150px;
    overflow: hidden;
  }

  .profunlist .item {
    margin-bottom: 20px;
  }

  .pro-used-title-wrap h2 {
    font-size: 40px;
  }
}
