.sec1 {
    width: 100%;
    position: relative;
}

.sec1 img {
    display: block;
    width: 100%;
}

.sec1 .crumbs {
    position: absolute;
    top: 9.2708333333vw;
    left: 50%;
    transform: translate(-50%, 0);
}

.proLinks {
    width: 100%;
    border-bottom: 1px solid #EDEDED;
}

.proLinks .main {
    width: 73vw;
    margin: auto;
    display: flex;
}

.proLinks .main a {
    display: block;
    font-size: 18px;
    line-height: 80px;
    font-weight: 400;
    color: #999999;
    transition: 0.6s;
    margin-right: 90px;
    text-align: center;
    position: relative;
}

.proLinks .main a:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #009944;
    transform: scaleX(0);
    transition: 0.4s;
}

.proLinks .main a.on, .proLinks .main a:hover {
    color: #009944;
}

.proLinks .main a.on:after, .proLinks .main a:hover:after {
    transform: scaleX(1);
}

.sec2 table {
    width: 72.9166666667vw;
    margin: 6.71875vw auto;
}

.sec2 table tr {
    border: 1px solid #EDEDED;
    border-top: none;
}

.sec2 table tr th {
    font-size: 0.9375vw;
    font-weight: bold;
    color: #FFFFFF;
}

.sec2 table tr td:nth-child(1) {
    padding: 0 5.2083333333vw;
}

.sec2 table tr td {
    font-size: 0.8333333333vw;
    font-weight: 400;
    color: #333333;
    line-height: 1.5;
    text-align: center;
    padding: 1.0416666667vw 0;
}

.sec2 table tr:nth-child(1) {
    height: 4.1666666667vw;
    background: #009944;
}

.sec3 {
    margin-top: 9.7916666667vw;
    padding-bottom: 6.98vw;
}

.sec3 p {
    font-size: 1.5625vw;
    font-weight: 500;
    color: #999999;
    text-align: center;
}

/*# sourceMappingURL=pro4.css.map */

@media screen and (max-width: 1024px) {
  .sec2 table{
    width: 90%;
    margin: 20px auto;
  }
  .sec2 table tr th{
    padding: 5px 0;
    font-size: 12px;
  }
  .sec2 table tr td{
    font-size: 12px;
    padding: 5px 0;
  }
  .sec3{
    margin-top: 60px;
  }
  .sec3 p{
    font-size: 14px;
  }
  .sec2 table{
    display: block;
    overflow-x: scroll;
    padding: 0 0 10px;
  }
  .sec2 table::-webkit-scrollbar{
    height: 2px;
  }
  .sec2 table tbody{
    width: max-content;
    display: block;
  }
}<!--0.0001518726348877-->