@import "product-common.css";
.Tech-content {
  width: 1080px;
  margin: 0 auto;
}
.Tech-content * {
  transition: 400ms linear;
}
@media (max-width: 1080px) {
  .Tech-content {
    width: 100%;
    padding: 0 15px;
  }
}
.tech-head {
  background: url(img/ressource/banner.jpg) no-repeat center center;
  background-size: cover;
  padding: 2.6875rem 0;
}
.tech-head .Tech-content {
  padding: 0;
}
.tech-head h1 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
  font-weight: 800;
  color: #fff;
}
.tech-head p {
  font-size: 1rem;
  color: #fff;
}
@media (max-width: 900px) {
  .tech-head {
    text-align: center;
  }
}
.proTech h2 {
  font-size: 2rem;
  color: #595757;
  font-weight: 800;
  margin-bottom: 1.875rem;
}
.tech-section,
.tech-foot {
  margin-bottom: 3rem;
  overflow: hidden;
}
.tech-section .ul-content,
.tech-foot .ul-content {
  width: 49%;
  padding-right: 20px;
  font-size: 16px;
  color: #7a7a7a;
}
.tech-section .ul-content li,
.tech-foot .ul-content li {
  position: relative;
  padding-left: 20px;
}
.tech-section .ul-content li:not(:last-child),
.tech-foot .ul-content li:not(:last-child) {
  margin-bottom: 10px;
}
.tech-section .ul-content li::before,
.tech-foot .ul-content li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #595757;
  position: absolute;
  left: 0;
  top: 9px;
}
.tech-section .ul-content em,
.tech-foot .ul-content em {
  color: #595757;
  font-weight: 800;
}
@media (max-width: 767px) {
  .tech-section .ul-content,
  .tech-foot .ul-content {
    float: unset;
    width: 100%;
  }
  .tech-section .ul-content:not(:last-child),
  .tech-foot .ul-content:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.tech-section .ul-left,
.tech-foot .ul-left {
  float: left;
}
.tech-section .ul-right,
.tech-foot .ul-right {
  float: right;
}
.tech-section.tech-section,
.tech-foot.tech-section {
  margin-top: 3rem;
}
.tech-section.tech-foot .ul-content,
.tech-foot.tech-foot .ul-content {
  width: 100%;
  padding: 0;
}
.tech-section.tech-foot .ul-content:not(:last-child),
.tech-foot.tech-foot .ul-content:not(:last-child) {
  margin-bottom: 1.5rem;
}
.Tech-content {
  padding-bottom: 3rem;
  font-size: 16px;
  color: #7a7a7a;
}
.tech-table {
  margin-bottom: 3rem;
}
@media (max-width: 1080px) {
  .tech-table {
    overflow: auto;
  }
}
.table-content table {
  margin-top: 26px;
  font-size: 14px;
  font-weight: bold;
  border-collapse: collapse;
  border: 1px solid #497ac9;
  width: 1080px;
}
.table-content table tr:nth-child(1) td {
  width: 50%;
  height: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#497ac9), to(#5cc9cd));
  background: linear-gradient(to right, #497ac9, #5cc9cd);
  color: #fff;
  text-align: center;
  border-right: 1px solid #497ac9;
}
.table-content table tr:nth-child(2n) td {
  width: 50%;
  height: 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(73, 122, 201, 0.5)), to(rgba(92, 201, 205, 0.5)));
  background: linear-gradient(to right, rgba(73, 122, 201, 0.5), rgba(92, 201, 205, 0.5));
  color: #595757;
  text-align: center;
  border-right: 1px solid #497ac9;
  font-weight: 800;
}
.table-content table tr:nth-child(2n+3) td {
  width: 50%;
  padding: 20px;
  height: 80px;
  background-color: #fff;
  color: #7a7a7a;
  text-align: left;
  line-height: 22px;
  border-right: 1px solid #497ac9;
}
