main h3 {
  font-size: 30px;
}

main p {
  font-size: 14px;
}

.companyInfo-top {
  margin-top: 43px;
  text-align: center;
}

.companyInfo-top h3 {
  color: #585858;
}

.companyInfo-top p {
  color: #585858;
}

.companyInfo-details {
  margin-top: 30px;
  position: relative;
}

.companyInfo-details-left {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -140px;
  width: 350px;
  height: 280px;
  z-index: 10;
}

.companyInfo-details-right {
  padding: 54px 20px 54px 70px;
  margin-left: 300px;
  width: 900px;
  height: 550px;
  background-color: #f7f8fa;
}

.companyInfo-details-right span {
  /*overflow: hidden;*/
  display: -webkit-box;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
  font-size: 18px;
}

.companyInfo-imgList {
  margin: 0 auto;
  width: 1218px;
  margin-top: 30px;
}

.companyInfo-imgList-item img {
  width: 100%;
  height: 210px;
  margin: 10px auto;
}

.video {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.video:hover .video-button {
  -webkit-transform: scale(1.05) translate(-50%, -50%);
          transform: scale(1.05) translate(-50%, -50%);
}

.video-button {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.video-mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
}

.video-mask-close {
  position: absolute;
  top: 100px;
  right: 160px;
  width: 60px;
  height: 60px;
}

.video-mask video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}

@-webkit-keyframes rotateImg {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateImg {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.company-idea {
  margin-top: 80px;
  width: 100%;
  min-height: 540px;
  background: url("../images/bg1.png") no-repeat;
  background-size: 100% 100%;
}

.company-idea-top {
  margin-top: 75px;
  text-align: center;
}

.company-idea-top h3 {
  color: #fff;
}

.company-idea-top p {
  color: #fff;
}

.company-idea-list {
  padding-top: 60px;
}

.company-idea-list-li {
  float: left;
  margin: 10px 0;
}

.company-idea-list-li-rotate {
  margin: 0 auto;
  width: 123px;
  height: 123px;
  -webkit-animation: rotateImg linear infinite 1s;
          animation: rotateImg linear infinite 1s;
}

.company-idea-list-li-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}

.company-idea-list-li span {
  display: block;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.company-hope {
  padding-top: 100px;
  margin-bottom: 100px;
  color: #585858;
  text-align: center;
}

.company-hope > p {
  color: #585858;
}

.company-hope-list {
  margin-top: 71px;
}

.company-hope-list-li:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.company-hope-list-li img {
  cursor: pointer;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 200px;
  height: 220px;
  margin: 0 auto;
}

.company-hope-list-li h4 {
  margin: 43px auto 12px auto;
  font-size: 30px;
}

.company-hope-list-li p {
  font-size: 20px;
}


.company-base {
  padding-top: 100px;
  margin-bottom: 100px;
  color: #585858;
  text-align: center;
}

.company-base > p {
  color: #585858;
}

.company-base-list {
  margin-top: 71px;
}

.company-base-list-li:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.company-base-list-li img {
  cursor: pointer;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 200px;
  height: 220px;
  margin: 0 auto;
}

.company-base-list-li h4 {
  margin: 43px auto 12px auto;
  font-size: 30px;
}

.company-base-list-li p {
  font-size: 20px;
}


.company-cert {
  padding-top: 100px;
  margin-bottom: 100px;
  color: #585858;
  text-align: center;
}

.company-cert > p {
  color: #585858;
}

.company-cert-list {
  margin-top: 71px;
}

.company-cert-list-li {
  background-color: #CCCCCC;
  margin: 5px;
  width: 32%;
}

.company-cert-list-li:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*.company-cert-list-li:hover  {
  background-color: #666666;
}*/

.company-cert-list-li img {
  cursor: pointer;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  width: auto;
  height: 220px;
  margin: 0 auto;
  padding-top: 10px;
}

.company-cert-list-li h4 {
  margin: 43px auto 12px auto;
  font-size: 30px;
}

.company-cert-list-li p {
  font-size: 20px;
}

/*img {
  width: auto;
  height: auto;
}
*/
@media (max-width: 1024px) {
  .video-mask-close {
    top: 380px;
    right: 85px;
  }
  .companyInfo-details-left {
    left: 50px;
  }
  .companyInfo-details-right {
    padding: 24px 10px 24px 70px;
    width: 600px;
    margin-left: 350px;
  }
  .companyInfo-imgList {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .video-mask-close {
    top: 215px;
    right: 15px;
    width: 30px;
    height: auto;
  }
  main h3 {
    font-size: 24px;
  }
  main p {
    font-size: 16px;
  }
  .company-idea {
    margin: 0;
    height: auto;
    min-height: auto;
  }
  .company-idea-list {
    padding-top: 10px;
  }
  .company-idea-list-li-rotate {
    width: 80px;
    height: 80px;
  }
  .company-idea-list-li-center {
    width: 60px;
    height: 60px;
  }
  .company-idea-top {
    margin-top: 10px;
  }
  .company-hope-list {
    margin: 0;
  }
  .company-hope-list-li {
    margin: 30px auto;
  }
  .company-hope-list-li img {
    width: 160px;
    height: auto;
  }
  .company-hope-list-li h4 {
    font-size: 20px;
  }
  .company-hope-list-li p {
    font-size: 18px;
  }
  .companyInfo-top {
    margin-top: 10px;
  }
  .companyInfo-details {
    margin-top: 10px;
  }
  .companyInfo-details-left {
    position: static;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    float: none;
  }
  .companyInfo-details-right {
    padding: 10px;
    width: 100%;
    height: auto;
    margin: 0;
    font-size: 14px;
  }
  .companyInfo-imgList-item img {
    height: 140px;
    margin: 10px auto;
  }

  .company-base-list {
    margin: 0;
  }
  .company-base-list-li {
    margin: 30px auto;
  }
  .company-base-list-li img {
    width: 160px;
    height: auto;
  }
  .company-base-list-li h4 {
    font-size: 20px;
  }
  .company-base-list-li p {
    font-size: 18px;
  }

  .company-cert-list {
    margin: 0;
  }
  .company-cert-list-li {
    margin: 30px auto;
    width: 56%;
  }
  .company-cert-list-li img {
    width: 160px;
    height: auto;
  }
  .company-cert-list-li h4 {
    font-size: 20px;
  }
  .company-cert-list-li p {
    font-size: 18px;
  }
}
/*# sourceMappingURL=company.css.map */