@charset "utf-8";
/*通用型内容*/
/*padding:130px*/
.page-padding {
  padding: 2.771vw 0;
}
/*flex居中*/
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*内页banner*/
.page-banner {
  height: 33.333vw;
  position: relative;
}
.page-banner .p-text {
  position: absolute;
  top: 0;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
  z-index: 1;
  color: #fff;
}
.page-banner .p-text .p-title {
  font-size: 2.604vw;
}
@media screen and (max-width: 900px) {
  .page-banner .p-text .p-title {
    font-size: 20px;
  }
}
.page-banner .p-text .p-summary {
  margin-top: 10px;
  font-size: 1.042vw;
}
@media screen and (max-width: 900px) {
  .page-banner .p-text .p-summary {
    font-size: 12px;
    margin-top: 0;
  }
}
/*内页导航*/
.page-menu {
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 900px) {
  .page-menu {
    border: none;
  }
}
.page-menu .page-phone-click {
  display: none;
}
@media screen and (max-width: 900px) {
  .page-menu .page-phone-click {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: #0082d9;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
  }
}
.page-menu .menu-box {
  height: 3.646vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .page-menu .menu-box {
    height: 60px;
  }
}
@media screen and (max-width: 900px) {
  .page-menu .menu-box {
    flex-direction: column;
    font-size: 14px;
    height: auto;
    display: none;
  }
}
.page-menu .menu-box a {
  color: #333;
  flex: 1;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  position: relative;
  font-size: 0.833vw;
}
@media screen and (max-width: 1600px) {
  .page-menu .menu-box a {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .page-menu .menu-box a {
    height: 40px;
    width: 100%;
    flex: auto;
    font-size: 14px;
  }
}
.page-menu .menu-box a::after {
  content: '';
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: #0082d9;
  transition: all 0.5s;
}
.page-menu .menu-box a.active,
.page-menu .menu-box a:hover {
  color: #0082d9;
  background: rgba(0, 130, 217, 0.08);
}
.page-menu .menu-box a.active::after,
.page-menu .menu-box a:hover::after {
  width: 100%;
}
.page-menu.page-menu2 {
  width: 14.583vw;
}
.page-menu.page-menu2 .page-phone-click {
  margin-top: 0;
}
@media screen and (max-width: 1366px) {
  .page-menu.page-menu2 {
    width: 18.229vw;
  }
}
@media screen and (max-width: 900px) {
  .page-menu.page-menu2 {
    width: 100%;
  }
}
.page-menu.page-menu2 .menu-box {
  flex-direction: column;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  height: auto;
}
@media screen and (max-width: 900px) {
  .page-menu.page-menu2 .menu-box {
    border-radius: 0;
  }
}
.page-menu.page-menu2 .menu-box .first-menu {
  width: 100%;
}
.page-menu.page-menu2 .menu-box .first-menu .f-title {
  font-size: 0.9375vw;
  background: #0082d9;
  padding: 20px 30px;
  color: #fff;
  position: relative;
}
.page-menu.page-menu2 .menu-box .first-menu .f-title::after {
  content: '';
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  filter: grayscale(1) brightness(100);
  font-size: 16px;
  background: url('../images/img10.png') no-repeat center / contain;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 1366px) {
  .page-menu.page-menu2 .menu-box .first-menu .f-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .page-menu.page-menu2 .menu-box .first-menu .f-title {
    padding: 0;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
}
.page-menu.page-menu2 .menu-box .first-menu .s-box a {
  font-size: 0.833vw;
  text-align: left;
  padding: 20px 30px;
  justify-content: flex-start;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
.page-menu.page-menu2 .menu-box .first-menu .s-box a::after {
  display: none;
}
@media screen and (max-width: 1600px) {
  .page-menu.page-menu2 .menu-box .first-menu .s-box a {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .page-menu.page-menu2 .menu-box .first-menu .s-box a {
    font-size: 12px;
    justify-content: center;
    padding: 0;
  }
}
/*分页*/
.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4.167vw;
}
.pager a {
  width: 3.021vw;
  height: 3.021vw;
  margin: 0 0.521vw;
  border: 1px solid #eee;
  border-radius: 50%;
  color: #999999;
  transition: all 0.5s;
}
@media screen and (max-width: 900px) {
  .pager a {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
.pager a:hover,
.pager a.active {
  background: #0086df;
  border-color: #0086df;
  color: #fff;
}
/*返回页*/
.details-pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .details-pager {
    flex-direction: column-reverse;
  }
}
.details-pager .left {
  flex-basis: 70%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  .details-pager .left {
    margin-top: 40px;
  }
}
.details-pager .left a {
  display: inline-block;
  margin: 10px 0;
  color: #999;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 900px) {
  .details-pager .left a {
    margin: 5px 0;
  }
}
.details-pager .left a:hover {
  color: #333;
}
.details-pager .back {
  background: #0d71bf;
  border-radius: 50px;
  width: 180px;
  height: 54px;
  color: #fff;
}
.details-pager .back img {
  margin-left: 1.5625vw;
}
/*通用型内容*/
/*新闻中心*/
.news .news-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.042vw;
}
@media screen and (max-width: 900px) {
  .news .news-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*新闻详情*/
.news-details {
  background: #fff;
  padding: 5.208vw;
  border-radius: 12px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.02);
}
.news-details .details-box .title {
  font-size: 1.771vw;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .news-details .details-box .title {
    font-size: 20px;
  }
}
.news-details .details-box .tip-item {
  display: flex;
  justify-content: center;
  color: #999999;
  border-bottom: 1px solid #eee;
  padding-bottom: 1.5625vw;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 900px) {
  .news-details .details-box .tip-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.news-details .details-box .tip-item .item {
  margin: 0 20px;
}
@media screen and (max-width: 900px) {
  .news-details .details-box .tip-item .item {
    margin: 0 10px;
  }
}
.news-details .details-box .details {
  line-height: 1.6;
  color: #999;
  padding-bottom: 2.083vw;
  margin-bottom: 2.083vw;
  border-bottom: 1px solid #eee;
}
.news-details .details-box .details img {
  max-width: 100% !important;
  height: auto !important;
}
@media screen and (max-width: 900px) {
  .news-details .details-box .details {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
/*lab*/
.lab .lab-box1 {
  border-radius: 12px;
  border: 1px solid #eee;
  overflow: auto;
}
.lab .lab-box1::-webkit-scrollbar {
  width: 6px;
  background-color: #eaeaea;
  height: 5px;
}
.lab .lab-box1::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 10px;
  background-color: #0082d9;
  height: 20px;
}
.lab .lab-box1 table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .lab .lab-box1 table {
    width: 1000px;
  }
}
.lab .lab-box1 table tr:last-child td {
  border-bottom: none;
}
.lab .lab-box1 table th {
  padding: 1.5625vw 3.125vw;
  background: #0086df;
  color: #fff;
  font-size: 0.9375vw;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .lab .lab-box1 table th {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.lab .lab-box1 table td {
  color: #666;
  padding: 2.083vw 3.125vw;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
  font-size: 0.9375vw;
}
@media screen and (max-width: 900px) {
  .lab .lab-box1 table td {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.lab .lab-box1 table td:first-child {
  color: #000;
  width: 20%;
}
.lab .lab-box1 table td:nth-child(2) {
  width: 50%;
}
.lab .lab-box1 table td:nth-child(3) {
  width: 30%;
}
.lab .lab-box2 {
  display: grid;
  grid-gap: 0 2.083vw;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 900px) {
  .lab .lab-box2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.lab .lab-box2 .item .img {
  height: 0;
  padding-bottom: calc(34 / 51 * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #f7f7f7;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
  transition: all 0.5s;
  cursor: pointer;
}
.lab .lab-box2 .item .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.lab .lab-box2 .item .text {
  text-align: center;
  margin: 1.5625vw 0;
  font-size: 1.25vw;
  transition: all 0.5s;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1440px) {
  .lab .lab-box2 .item .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .lab .lab-box2 .item .text {
    font-size: 14px;
    margin: 10px 0 30px;
  }
}
.lab .lab-box2 .item:hover .img {
  background: #fff;
}
.lab .lab-box2 .item:hover .img img {
  transform: scale(1.1);
}
.lab .lab-box2 .item:hover .text {
  color: #0082d9;
}
.lab .lab-box3 {
  position: relative;
}
.lab .lab-box3 .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.02);
  border-radius: 12px;
  width: 45.833vw;
  height: fit-content;
  margin: auto;
  padding: 6.25vw 4.167vw;
  background: linear-gradient(to right, rgba(255, 255, 255) 90%, rgba(255, 255, 255, 0.8));
}
@media screen and (max-width: 900px) {
  .lab .lab-box3 .text {
    position: relative;
    background: #fff;
    width: 100%;
  }
}
.lab .lab-box3 .text .title {
  text-align: left;
  font-size: 2.604vw;
  line-height: 1.3;
}
@media screen and (max-width: 1366px) {
  .lab .lab-box3 .text .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .lab .lab-box3 .text .title {
    font-size: 18px;
  }
}
.lab .lab-box3 .text .line {
  width: 64px;
  height: 2px;
  background: #0082d9;
  margin: 40px 0 60px;
}
@media screen and (max-width: 900px) {
  .lab .lab-box3 .text .line {
    margin: 20px 0 30px;
  }
}
.lab .lab-box3 .text .summary {
  font-size: 0.833vw;
  line-height: 1.5;
  color: #666;
}
@media screen and (max-width: 1440px) {
  .lab .lab-box3 .text .summary {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 900px) {
  .lab .lab-box3 .text .summary {
    font-size: 14px;
  }
}
.lab .lab-box3 .img {
  width: 51.042vw;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .lab .lab-box3 .img {
    width: 100%;
    margin-top: 20px;
  }
}
.lab .lab-box3 .img img {
  width: 100%;
}
/*应用方案*/
.application .application-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .application .application-box {
    flex-direction: column;
  }
}
.application .application-box .application-detail {
  width: 62.5vw;
}
@media screen and (max-width: 900px) {
  .application .application-box .application-detail {
    width: 100%;
    margin-top: 40px;
  }
}
.application .application-box .application-detail .a-title {
  font-size: 1.875vw;
  border-bottom: 1px solid #eee;
  position: relative;
  text-align: left;
  padding-bottom: 1.042vw;
  margin-bottom: 2.083vw;
}
@media screen and (max-width: 900px) {
  .application .application-box .application-detail .a-title {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.application .application-box .application-detail .a-title::after {
  content: '';
  width: 11.979vw;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #0082d9;
  position: absolute;
}
.application .application-box .application-detail .detail .d-item {
  margin-bottom: 60px;
}
.application .application-box .application-detail .detail .d-item .detail-title {
  font-size: 1.146vw;
  color: #333;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .application .application-box .application-detail .detail .d-item .detail-title {
    font-size: 16px;
  }
}
.application .application-box .application-detail .detail .d-item .text {
  font-size: 16px;
  color: #666;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .application .application-box .application-detail .detail .d-item .text {
    font-size: 14px;
  }
}
.application .application-box .application-detail .detail .d-item .text img {
  width: 100% !important;
  height: auto !important;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
}
/*质量体系*/
.quality .quality-box1 {
  position: relative;
}
.quality .quality-box1 .img-item .item {
  border-radius: 12px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 900px) {
  .quality .quality-box1 .img-item .item {
    position: relative;
    opacity: 1;
    margin-bottom: 30px;
  }
}
.quality .quality-box1 .img-item .item .img {
  height: 40.625vw;
}
.quality .quality-box1 .img-item .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quality .quality-box1 .img-item .item .text {
  display: none;
}
@media screen and (max-width: 900px) {
  .quality .quality-box1 .img-item .item .text {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #fff;
  }
}
.quality .quality-box1 .img-item .item.active {
  opacity: 1;
}
.quality .quality-box1 .img-item .item:first-child {
  position: relative;
}
.quality .quality-box1 .text-item {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  padding: 2.604vw 3.125vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .quality .quality-box1 .text-item {
    display: none;
  }
}
.quality .quality-box1 .text-item .item {
  flex: 1;
  opacity: 0.6;
  transition: all 0.5s;
  padding: 0 2.083vw;
  cursor: pointer;
}
.quality .quality-box1 .text-item .item.active,
.quality .quality-box1 .text-item .item:hover {
  opacity: 1;
}
.quality .quality-box1 .text-item .item .num {
  font-size: 1.146vw;
}
.quality .quality-box1 .text-item .item .t-title {
  font-size: 1.5625vw;
  margin-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.quality .quality-box2 .download-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5625vw 2.083vw;
}
@media screen and (max-width: 1600px) {
  .quality .quality-box2 .download-box {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.quality .quality-box2 .download-box .d-item {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 1.5625vw;
  transition: all 0.5s;
  color: #333333;
  font-size: 0.833vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1600px) {
  .quality .quality-box2 .download-box .d-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .quality .quality-box2 .download-box .d-item {
    font-size: 14px;
    padding: 20px;
  }
}
.quality .quality-box2 .download-box .d-item i {
  width: 25px;
  height: 22px;
  background: url('../images/img54.png') no-repeat center / cover;
  display: block;
  transition: all 0.5s;
}
.quality .quality-box2 .download-box .d-item:hover {
  background: #0086df;
  color: #fff;
}
.quality .quality-box2 .download-box .d-item:hover i {
  filter: brightness(10);
}
.quality .quality-box3 .item {
  margin-bottom: 13.021vw;
}
.quality .quality-box3 .item:last-child {
  margin-bottom: 0;
}
.quality .quality-box3 .item .t-title {
  font-size: 2.604vw;
  text-align: center;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 900px) {
  .quality .quality-box3 .item .t-title {
    font-size: 16px;
  }
}
.quality .quality-box3 .item .table-scroll {
  border-radius: 12px;
  border: 1px solid #eee;
  overflow: auto;
}
.quality .quality-box3 .item .table-scroll table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .quality .quality-box3 .item .table-scroll table {
    width: 800px;
  }
}
.quality .quality-box3 .item .table-scroll table tr:last-child td {
  border-bottom: none;
}
.quality .quality-box3 .item .table-scroll table th {
  padding: 1.5625vw 3.125vw;
  background: #0086df;
  color: #fff;
  font-size: 0.9375vw;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .quality .quality-box3 .item .table-scroll table th {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.quality .quality-box3 .item .table-scroll table td {
  color: #666;
  padding: 1.302vw 3.125vw;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
  font-size: 0.9375vw;
}
@media screen and (max-width: 900px) {
  .quality .quality-box3 .item .table-scroll table td {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.quality .quality-box3 .item .table-scroll table td:first-child {
  color: #000;
  width: 30%;
}
@media screen and (max-width: 900px) {
  .quality .quality-box3 .item .table-scroll table td:first-child {
    width: 20%;
  }
}
.quality .quality-box3 .item .table-scroll table td:nth-child(2) {
  width: 40%;
}
@media screen and (max-width: 900px) {
  .quality .quality-box3 .item .table-scroll table td:nth-child(2) {
    width: 30%;
  }
}
.quality .quality-box3 .item .table-scroll table td:nth-child(3) {
  width: 30%;
}
@media screen and (max-width: 900px) {
  .quality .quality-box3 .item .table-scroll table td:nth-child(3) {
    width: 50%;
  }

  .quality .quality-box3 .item .text img {
    width: 100% !important;
    height: auto !important;
  }
}
.quality .quality-box3 .item .text {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  overflow: hidden;
}


/*关于我们*/
.about .about-box1 {
  padding-top: 6.771vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  .about .about-box1 {
    flex-direction: column;
  }
}
.about .about-box1 .left {
  flex-basis: 40%;
}
.about .about-box1 .left .l-title {
  font-size: 1.5625vw;
  margin-bottom: 4.167vw;
}
@media screen and (max-width: 1366px) {
  .about .about-box1 .left .l-title {
    font-size: 14px;
    line-height: 1.8;
  }
}
.about .about-box1 .left .l-title span {
  color: #0082d9;
}
.about .about-box1 .right {
  flex-basis: 50%;
  line-height: 2;
  color: #666;
  font-size: 0.833vw;
}
@media screen and (max-width: 1600px) {
  .about .about-box1 .right {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) {
  .about .about-box1 .right {
    margin-top: 30px;
    font-size: 14px;
  }
}
.about .about-box2 {
  width: 100%;
  margin: 3.125vw auto 6.771vw;
}
.about .about-box2 .swiper-slide {
  height: 0;
  padding-bottom: calc(74 / 160 * 100%);
  border-radius: 12px;
  overflow: hidden;
}
.about .about-box2 .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .about-box2 .swiper-pagination {
  bottom: 1.5625vw;
  text-align: center;
  width: 100%;
}
.about .about-box2 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  opacity: 1;
  width: 24px;
  height: 24px;
  position: relative;
  background: none;
}
.about .about-box2 .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  background: #9ebaa7;
}
.about .about-box2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.2);
}
.about .about-box2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: #fff;
}
.about .about-box3 {
  padding: 6.771vw 0;
  background: #fafbfc;
}
.about .about-box3 .about-box3-title {
  font-size: 2.604vw;
  text-align: center;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 1366px) {
  .about .about-box3 .about-box3-title {
    font-size: 20px;
  }
}
.about .about-box3 .swiper-container {
  padding: 10px;
}
.about .about-box3 .swiper-container .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
  height: 425px;
}
@media screen and (max-width: 1366px) {
  .about .about-box3 .swiper-container .swiper-wrapper {
    height: 385px;
  }
}
@media screen and (max-width: 1366px) {
  .about .about-box3 .swiper-container .swiper-wrapper {
    height: 280px;
  }
}
.about .about-box3 .swiper-slide {
  position: relative;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
  height: 115px;
}
@media screen and (max-width: 1366px) {
  .about .about-box3 .swiper-slide {
    height: 80px;
  }
}
.about .about-box3 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .about-box3 .about-box3-swiper-change {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .about-box3 .about-box3-swiper-change .left {
  width: calc(100% - 130px);
}
.about .about-box3 .about-box3-swiper-change .left .swiper-pagination {
  position: inherit;
  left: 0;
  bottom: 0;
  right: 0;
  top: auto;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.about .about-box3 .about-box3-swiper-change .left .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #0082D9;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-origin: left top;
}
.about .about-box3 .about-box3-swiper-change .right {
  width: 130px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  .about .about-box3 .about-box3-swiper-change .right {
    width: 100px;
  }
}
.about .about-box3 .about-box3-swiper-change .right .swiper-button-next,
.about .about-box3 .about-box3-swiper-change .right .swiper-button-prev {
  position: inherit;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  opacity: 1;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
  left: 0;
  right: 0;
  transition: all 0.5s;
  color: #8d8d8d;
}
@media screen and (max-width: 1366px) {
  .about .about-box3 .about-box3-swiper-change .right .swiper-button-next,
  .about .about-box3 .about-box3-swiper-change .right .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.about .about-box3 .about-box3-swiper-change .right .swiper-button-next img,
.about .about-box3 .about-box3-swiper-change .right .swiper-button-prev img {
  transition: all 0.5s;
  opacity: 0.5;
}
@media screen and (max-width: 1366px) {
  .about .about-box3 .about-box3-swiper-change .right .swiper-button-next img,
  .about .about-box3 .about-box3-swiper-change .right .swiper-button-prev img {
    width: 10px;
  }
}
.about .about-box3 .about-box3-swiper-change .right .swiper-button-next.swiper-button-disabled,
.about .about-box3 .about-box3-swiper-change .right .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.about .about-box3 .about-box3-swiper-change .right .swiper-button-next:hover,
.about .about-box3 .about-box3-swiper-change .right .swiper-button-prev:hover {
  background: #0082D9;
  color: #fff;
}
.about .about-box3 .about-box3-swiper-change .right .swiper-button-next:hover img,
.about .about-box3 .about-box3-swiper-change .right .swiper-button-prev:hover img {
  opacity: 1;
  filter: grayscale(1) brightness(100);
}
.about .about-box3 .about-box3-swiper-change .right .swiper-button-prev {
  transform: rotate(180deg);
}
/*联系我们*/
.contact .contact-title {
  font-size: 1.771vw;
}
@media screen and (max-width: 768px) {
  .contact .contact-title {
    font-size: 20px;
  }
}
.contact .container {
  margin-top: 2.083vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contact .container {
    flex-direction: column;
  }
}
.contact .container .item {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
}
.contact .container .text {
  padding: 3.125vw;
  width: 27.604vw;
}
@media screen and (max-width: 1440px) {
  .contact .container .text {
    width: calc(50% - 50px);
  }
}
@media screen and (max-width: 768px) {
  .contact .container .text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.contact .container .text .i-texts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .contact .container .text .i-texts {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.contact .container .text .i-texts:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.contact .container .text .i-texts .icon {
  width: 27px;
  height: 27px;
}
@media screen and (max-width: 768px) {
  .contact .container .text .i-texts .icon {
    width: 20px;
    height: 20px;
  }
}
.contact .container .text .i-texts .i-text {
  width: calc(100% - 60px);
}
@media screen and (max-width: 768px) {
  .contact .container .text .i-texts .i-text {
    width: calc(100% - 40px);
  }
}
.contact .container .text .i-texts .i-text .tip {
  font-size: 0.833vw;
  color: #666;
  margin-bottom: 0.521vw;
}
@media screen and (max-width: 1440px) {
  .contact .container .text .i-texts .i-text .tip {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .contact .container .text .i-texts .i-text .tip {
    font-size: 12px;
  }
}
.contact .container .text .i-texts .i-text .num {
  font-size: 0.9375vw;
}
@media screen and (max-width: 1440px) {
  .contact .container .text .i-texts .i-text .num {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .contact .container .text .i-texts .i-text .num {
    font-size: 14px;
  }
}
.contact .container .map {
  width: 53.646vw;
}
@media screen and (max-width: 1440px) {
  .contact .container .map {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .contact .container .map {
    width: 100%;
  }
}
/*产品中心*/
.product .summary {
  max-width: 1600px;
  margin: 0 auto 50px;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .product .summary {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.product .product-box5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.083vw;
}
@media screen and (max-width: 900px) {
  .product .product-box5 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.product-detail .product-detail-box .top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .product-detail .product-detail-box .top {
    flex-direction: column;
  }
}
.product-detail .product-detail-box .top .img {
  width: 38.542vw;
  border-radius: 0.625vw;
  overflow: hidden;
}
.product-detail .product-detail-box .top .img .imgDiv {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.product-detail .product-detail-box .top .img .imgDiv img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
}
@media screen and (max-width: 900px) {
  .product-detail .product-detail-box .top .img {
    width: 100%;
  }
}
.product-detail .product-detail-box .top .img .swiper-slide {
  background: #f7f7f7;
  height: auto;
}
.product-detail .product-detail-box .top .img .swiper-pagination {
  bottom: 1.5625vw;
  text-align: center;
  width: 100%;
}
.product-detail .product-detail-box .top .img .swiper-pagination-bullet {
  margin: 0 5px;
  opacity: 1;
  width: 24px;
  height: 24px;
  position: relative;
  background: none;
}
.product-detail .product-detail-box .top .img .swiper-pagination-bullet::after {
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  background: #cbcbcb;
}
.product-detail .product-detail-box .top .img .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(0, 134, 223, 0.2);
}
.product-detail .product-detail-box .top .img .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: #0086df;
}
.product-detail .product-detail-box .top .text {
  margin-top: 40px;
  flex-basis: 37.5vw;
}
.product-detail .product-detail-box .top .text .detail-top {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #eee;
  padding-bottom: 1.042vw;
  margin-bottom: 3.125vw;
}
.product-detail .product-detail-box .top .text .detail-top .t-title {
  font-size: 2.604vw;
}
@media screen and (max-width: 900px) {
  .product-detail .product-detail-box .top .text .detail-top .t-title {
    font-size: 24px;
  }
}
.product-detail .product-detail-box .top .text .detail-top .t-tip {
  font-size: 0.9375vw;
  opacity: 0.4;
  margin-left: 30px;
}
@media screen and (max-width: 1366px) {
  .product-detail .product-detail-box .top .text .detail-top .t-tip {
    font-size: 12px;
    margin-left: 10px;
  }
}
.product-detail .product-detail-box .top .text .detail-bottom .b-title {
  font-size: 1.25vw;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .product-detail .product-detail-box .top .text .detail-bottom .b-title {
    font-size: 16px;
  }
}
.product-detail .product-detail-box .top .text .detail-bottom .b-summary {
  font-size: 0.833vw;
  color: #666;
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .product-detail .product-detail-box .top .text .detail-bottom .b-summary {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) {
  .product-detail .product-detail-box .top .text .detail-bottom .b-summary {
    font-size: 14px;
  }
}
.product-detail .product-detail-box .top .text .detail-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.375vw;
  height: 2.8125vw;
  color: #fff;
  font-size: 0.833vw;
  background: #0082D9;
  border-radius: 1.40625vw;
  margin-top: 3.125vw;
  transition: all 0.5s;
}
@media screen and (max-width: 1600px) {
  .product-detail .product-detail-box .top .text .detail-more {
    font-size: 16px;
    width: 180px;
    height: 54px;
    border-radius: 27px;
  }
}
@media screen and (max-width: 1366px) {
  .product-detail .product-detail-box .top .text .detail-more {
    font-size: 12px;
    width: 160px;
    height: 40px;
    border-radius: 27px;
  }
  .product-detail .product-detail-box .top .text .detail-more img {
    width: 20px;
  }
}
@media screen and (max-width: 900px) {
  .product-detail .product-detail-box .top .text .detail-more {
    width: 100%;
    margin-top: 40px;
  }
}
.product-detail .product-detail-box .top .text .detail-more:hover {
  background: #005c99;
}
.product-detail .product-detail-box .top .text .detail-more img {
  margin-right: 20px;
}
.product-detail .product-detail-box .bottom {
  margin-top: 5.208vw;
}
@media screen and (max-width: 900px) {
  .product-detail .product-detail-box .bottom {
    margin-top: 50px;
  }
}
.product-detail .product-detail-box .bottom .detail-changes {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 900px) {
  .product-detail .product-detail-box .bottom .detail-changes {
    overflow: auto;
  }
}
.product-detail .product-detail-box .bottom .detail-changes .item {
  font-size: 1.25vw;
  transition: all 0.5s;
  position: relative;
  width: 11.458vw;
  text-align: center;
  padding-bottom: 20px;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .product-detail .product-detail-box .bottom .detail-changes .item {
    font-size: 14px;
    width: 30%;
    flex-shrink: 0;
  }
}
.product-detail .product-detail-box .bottom .detail-changes .item::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  margin: auto;
  background: #0086df;
}
.product-detail .product-detail-box .bottom .detail-changes .item:hover,
.product-detail .product-detail-box .bottom .detail-changes .item.active {
  color: #0086df;
}
.product-detail .product-detail-box .bottom .detail-changes .item:hover::after,
.product-detail .product-detail-box .bottom .detail-changes .item.active::after {
  width: 100%;
}
.product-detail .product-detail-box .bottom .detail-shows .item {
  display: none;
  font-size: 16px;
  color: #666;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .product-detail .product-detail-box .bottom .detail-shows .item {
    font-size: 14px;
  }
}
.product-detail .product-detail-box .bottom .detail-shows .item ul {
  padding-left: 20px;
}
.product-detail .product-detail-box .bottom .detail-shows .item ul li::marker {
  color: #0086df;
}
.product-detail .product-detail-box .bottom .detail-shows .item.active {
  display: block;
}
.product-detail .relate-title {
  font-size: 2.604vw;
  text-align: center;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 900px) {
  .product-detail .relate-title {
    font-size: 20px;
  }
}
/*表格*/
.table-scroll-box {
  margin: auto;
  max-width: 1600px;
}
@media screen and (max-width: 1920px) {
  .table-scroll-box {
    max-width: 1600px;
  }
}
.table-scroll-box .table-scroll {
  overflow: auto;
  width: 100%;
  border-radius: 12px;
}
.table-scroll-box .table-scroll::-webkit-scrollbar {
  width: 6px;
  background-color: #eaeaea;
  height: 5px;
}
.table-scroll-box .table-scroll::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 10px;
  background-color: #0082d9;
  height: 20px;
}
.table-scroll-box .table-scroll .table-box {
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-spacing: 0;
  border-right: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .table-scroll-box .table-scroll .table-box {
    width: fit-content;
  }
}
.table-scroll-box .table-scroll .table-box .items {
  display: flex;
  border-bottom: 1px solid #e8e8e8;
}
.table-scroll-box .table-scroll .table-box .items:last-child {
  border-bottom: none;
}
.table-scroll-box .table-scroll .table-box .items .item {
  padding: 1.042vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  width: 200px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1921px) {
}
.table-scroll-box .table-scroll .table-box .items .item:first-child {
  width: 199px;
}
@media screen and (max-width: 900px) {
  .table-scroll-box .table-scroll .table-box .items .item {
    padding: 10px 0;
    font-size: 12px;
  }
}
.table-scroll-box .table-scroll .table-box .items .item a {
  color: #333;
}
.table-scroll-box .table-scroll .table-box .items .item.item-two {
  padding: 0;
  flex-direction: column;
}
.table-scroll-box .table-scroll .table-box .items .item.item-two .item-s {
  flex: 1;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-basis: 50%;
  padding: 1.042vw 0;
  text-align: center;
}
.table-scroll-box .table-scroll .table-box .items .item.item-two .item-s.item-s-n {
  padding: 0;
}
@media screen and (max-width: 900px) {
  .table-scroll-box .table-scroll .table-box .items .item.item-two .item-s.item-s-n .item-ss {
    padding: 0;
  }
}
.table-scroll-box .table-scroll .table-box .items .item.item-two .item-s.item-s-d {
  flex-direction: column;
}
.table-scroll-box .table-scroll .table-box .items .item.item-two .item-s.item-s-d .item-ss {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #e8e8e8;
  flex-basis: 50%;
}
.table-scroll-box .table-scroll .table-box .items .item.item-two .item-s.item-s-d .item-ss:last-child {
  border-bottom: none;
}
.table-scroll-box .table-scroll .table-box .items .item.item-two .item-s.item-s-f::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #e8e8e8;
}
.table-scroll-box .table-scroll .table-box .items .item.item-two .item-s.item-s-f .item-s-ff {
  flex-basis: 50%;
}
.table-scroll-box .table-scroll .table-box .items .item.item-two .item-s:last-child {
  border-bottom: none;
}
.table-scroll-box .table-scroll .table-box .items .item.item-two .item-s .item-ss {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e8e8e8;
  height: 100%;
}
.table-scroll-box .table-scroll .table-box .items .item.item-two .item-s .item-ss:last-child {
  border-right: none;
}
.table-scroll-box .table-scroll .table-box .items .item.item-th {
  color: #fff;
  font-family: "PingFangRegular";
  font-size: 14px;
  font-weight: 100;
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 900px) {
  .table-scroll-box .table-scroll .table-box .items .item.item-th {
    font-size: 12px;
  }
}
@media screen and (min-width: 1921px) {
}
.table-scroll-box .table-scroll .table-box .items .item.item-th sup {
  font-size: 12px;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 2px;
}
.table-scroll-box .table-scroll .table-box .items .item.item-th .item-s {
  padding: 0;
}
.table-scroll-box .table-scroll .table-box .items .item.item-th .item-s:first-child {
  flex-basis: 70px;
  padding: 0;
}
@media screen and (max-width: 900px) {
  .table-scroll-box .table-scroll .table-box .items .item.item-th .item-s:first-child {
    flex-basis: 40px;
  }
}
.table-scroll-box .table-scroll .table-box .items .item.item-th .item-s:last-child {
  flex-basis: 40px;
  padding: 0;
}
@media screen and (max-width: 900px) {
  .table-scroll-box .table-scroll .table-box .items .item.item-th .item-s:last-child {
    flex-basis: 30px;
  }
}
.table-scroll-box .table-scroll .table-box .items .item.item-d {
  display: flex;
  padding: 0;
}
.table-scroll-box .table-scroll .table-box .items .item.item-d .item-dd {
  flex: 1;
  text-align: center;
  border-right: 1px solid #e8e8e8;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-scroll-box .table-scroll .table-box .items .item.item-d .item-dd:last-child {
  border: none;
}
.table-scroll-box .table-scroll .table-box .items .item .item-select {
  width: calc(100% - 20px);
  max-height: 200px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  overflow: auto;
  align-items: center;
  justify-content: flex-start;
  margin-left: 10px;
  margin-right: 10px;
}
.table-scroll-box .table-scroll .table-box .items .item .item-select select {
  border: 1px solid #CCC;
  border-radius: 5px;
  color: #666;
  height: 30px;
  width: 100%;
}
.table-scroll-box .table-scroll .table-box .items .item .item-select::-webkit-scrollbar {
  width: 2px;
  background-color: #eaeaea;
  height: 5px;
}
.table-scroll-box .table-scroll .table-box .items .item .item-select::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 10px;
  background-color: #0082d9;
  height: 20px;
}
.table-scroll-box .table-scroll .table-box .items .item .item-select .item-select-box {
  width: fit-content;
}
@media screen and (min-width: 1921px) {
}
.table-scroll-box .table-scroll .table-box .items .item .item-select label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.table-scroll-box .table-scroll .table-box .items .item .item-select label:last-child {
  margin-bottom: 0;
}
.table-scroll-box .table-scroll .table-box .items .item .item-select label input {
  margin-right: 6px;
  width: 16px;
  height: 16px;
  appearance: none;
  border: 1px solid #333;
  border-radius: 50%;
}
.table-scroll-box .table-scroll .table-box .items .item .item-select label input:checked {
  border-color: #0086df;
  background: #0086df url('../images/check.png') no-repeat center / 10px;
}
.table-scroll-box .table-scroll .table-box .items .item.item-select-two::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #e8e8e8;
}
.table-scroll-box .table-scroll .table-box .items.item-bg1 {
  background: #0086df;
}
.table-scroll-box .table-scroll .table-box .items.item-bg2 {
  background: #fafafa;
}
.table-scroll-box .table-scroll .table-box .items.item-bg2 .item {
  border-color: #eee;
  justify-content: flex-start;
  align-items: flex-start;
}
.table-scroll-box .table-scroll .table-box .items.item-bg3 {
  background: #eee !important;
  padding: 1.042vw 0;
  justify-content: center;
  font-size: 18px;
}
@media screen and (min-width: 1921px) {
}
@media screen and (max-width: 1600px) {
  .table-scroll-box .table-scroll .table-box .items.item-bg3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .table-scroll-box .table-scroll .table-box .items.item-bg3 {
    font-size: 12px;
  }
}
.table-scroll-box .table-scroll .table-box .items-select .items:hover {
  background: #eff7fd;
}
.table-scroll-box .table-scroll .table-box .items-select .items:hover .item a {
  text-decoration: underline;
  color: #0082d9;
}
.table-scroll-box.table-scroll-box1 .table-scroll .table-box .items {
  /*.item {
            &:nth-child(1) {
              width: 140px;
            }
            &:nth-child(2) {
              width: 140px;
            }
            &:nth-child(3) {
              width: 140px;
            }
            &:nth-child(4) {
              width: 140px;
            }
            &:nth-child(5) {
              width: 140px;
            }
            &:nth-child(6) {
              width: 140px;
            }
            &:nth-child(7) {
              width: 140px;
            }
            &:nth-child(8) {
              width: 218px;
            }
          }*/
  /*@media screen and (min-width: 1921px) {
            .item {
              &:nth-child(1) {
                width: 7.292vw;
              }
              &:nth-child(2) {
                width: 7.292vw;
              }
              &:nth-child(3) {
                width: 7.292vw;
              }
              &:nth-child(4) {
                width: 7.292vw;
              }
              &:nth-child(5) {
                width: 7.292vw;
              }
              &:nth-child(6) {
                width: 7.292vw;
              }
              &:nth-child(7) {
                width: 7.292vw;
              }
              &:nth-child(8) {
                width: 11.354vw;
              }
            }
          }*/
}
.table-scroll-box.table-scroll-box1 .table-scroll .table-box .items .item {
  width: calc(100% / 9);
}
@media screen and (max-width: 768px) {
  .table-scroll-box.table-scroll-box1 .table-scroll .table-box .items .item {
    width: 100px;
  }
}
.table-scroll-box.table-scroll-box2 .table-scroll .table-box .items {
  /*@media screen and (min-width: 1921px) {
            .item {
              &:nth-child(1) {
                width: 7.8125vw;
              }
              &:nth-child(2) {
                width: 10.365vw;
              }
              &:nth-child(3) {
                width: 10.417vw;
              }
              &:nth-child(4) {
                width: 10.417vw;
              }
              &:nth-child(5) {
                width: 7.8125vw
              }
              &:nth-child(6) {
                width: 7.8125vw
              }
              &:nth-child(7) {
                width: 7.8125vw
              }
              &:nth-child(8) {
                width: 10.417vw;
              }
              &:nth-child(9) {
                width: 10.417vw;
              }
              &:nth-child(10) {
                width: 10.417vw;
              }
              &:nth-child(11) {
                width: 13.021vw
              }
              &:nth-child(12) {
                width: 10.417vw;
              }
              &:nth-child(13) {
                width: 10.417vw;
              }
              &:nth-child(14) {
                width: 10.417vw;
              }
            }
          }*/
}
.table-scroll-box.table-scroll-box2 .table-scroll .table-box .items .item {
  width: calc(100% / 5);
}
@media screen and (max-width: 768px) {
  .table-scroll-box.table-scroll-box2 .table-scroll .table-box .items .item:nth-child(1) {
    width: 110px;
  }
  .table-scroll-box.table-scroll-box2 .table-scroll .table-box .items .item:nth-child(2) {
    width: 128px;
  }
  .table-scroll-box.table-scroll-box2 .table-scroll .table-box .items .item:nth-child(3) {
    width: 120px;
  }
  .table-scroll-box.table-scroll-box2 .table-scroll .table-box .items .item:nth-child(4) {
    width: 150px;
  }
  .table-scroll-box.table-scroll-box2 .table-scroll .table-box .items .item:nth-child(5) {
    width: 100px;
  }
  .table-scroll-box.table-scroll-box2 .table-scroll .table-box .items .item:nth-child(6) {
    width: 100px;
  }
  .table-scroll-box.table-scroll-box2 .table-scroll .table-box .items .item:nth-child(7) {
    width: 100px;
  }
  .table-scroll-box.table-scroll-box2 .table-scroll .table-box .items .item:nth-child(8) {
    width: 100px;
  }
  .table-scroll-box.table-scroll-box2 .table-scroll .table-box .items .item:nth-child(9) {
    width: 100px;
  }
  .table-scroll-box.table-scroll-box2 .table-scroll .table-box .items .item:nth-child(10) {
    width: 100px;
  }
  .table-scroll-box.table-scroll-box2 .table-scroll .table-box .items .item:nth-child(11) {
    width: 190px;
  }
  .table-scroll-box.table-scroll-box2 .table-scroll .table-box .items .item:nth-child(12) {
    width: 100px;
  }
  .table-scroll-box.table-scroll-box2 .table-scroll .table-box .items .item:nth-child(13) {
    width: 100px;
  }
  .table-scroll-box.table-scroll-box2 .table-scroll .table-box .items .item:nth-child(14) {
    width: 100px;
  }
}
.table-scroll-box.table-scroll-box3 .table-scroll .table-box .items {
  /*@media screen and (min-width: 1921px) {
            .item {
              &:nth-child(1) {
                width: 9.896vw;
              }
              &:nth-child(2) {
                width: 9.896vw;
              }
              &:nth-child(3) {
                width: 9.896vw;
              }
              &:nth-child(4) {
                width: 6.771vw;
              }
              &:nth-child(5) {
                width: 6.771vw;
              }
              &:nth-child(6) {
                width: 6.771vw;
              }
              &:nth-child(7) {
                width: 6.25vw;
              }
              &:nth-child(8) {
                width: 6.25vw;
              }
              &:nth-child(9) {
                width: 6.25vw;
              }
              &:nth-child(10) {
                width: 14.53125vw
              }
              &:nth-child(11) {
                width: 6.771vw
              }
              &:nth-child(12) {
                width: 6.771vw
              }
              &:nth-child(13) {
                width: 6.25vw
              }
            }
          }*/
}
.table-scroll-box.table-scroll-box3 .table-scroll .table-box .items .item {
  width: calc(90% / 11);
}
.table-scroll-box.table-scroll-box3 .table-scroll .table-box .items .item:nth-child(1),
.table-scroll-box.table-scroll-box3 .table-scroll .table-box .items .item:nth-child(11) {
  width: 10%;
}
@media screen and (max-width: 768px) {
  .table-scroll-box.table-scroll-box3 .table-scroll .table-box .items .item:nth-child(1) {
    width: 158px;
  }
  .table-scroll-box.table-scroll-box3 .table-scroll .table-box .items .item:nth-child(2) {
    width: 120px;
  }
  .table-scroll-box.table-scroll-box3 .table-scroll .table-box .items .item:nth-child(3) {
    width: 80px;
  }
  .table-scroll-box.table-scroll-box3 .table-scroll .table-box .items .item:nth-child(4) {
    width: 80px;
  }
  .table-scroll-box.table-scroll-box3 .table-scroll .table-box .items .item:nth-child(5) {
    width: 90px;
  }
  .table-scroll-box.table-scroll-box3 .table-scroll .table-box .items .item:nth-child(6) {
    width: 90px;
  }
  .table-scroll-box.table-scroll-box3 .table-scroll .table-box .items .item:nth-child(7) {
    width: 90px;
  }
  .table-scroll-box.table-scroll-box3 .table-scroll .table-box .items .item:nth-child(8) {
    width: 80px;
  }
  .table-scroll-box.table-scroll-box3 .table-scroll .table-box .items .item:nth-child(9) {
    width: 80px;
  }
  .table-scroll-box.table-scroll-box3 .table-scroll .table-box .items .item:nth-child(10) {
    width: 80px;
  }
  .table-scroll-box.table-scroll-box3 .table-scroll .table-box .items .item:nth-child(11) {
    width: 100px;
  }
  .table-scroll-box.table-scroll-box3 .table-scroll .table-box .items .item:nth-child(12) {
    width: 90px;
  }
}
.table-scroll-box.table-scroll-box4 .table-scroll .table-box .items {
  /*@media screen and (min-width: 1921px) {
            .item {
              &:nth-child(1) {
                width: 9.375vw
              }
              &:nth-child(2) {
                width: 9.375vw
              }
              &:nth-child(3) {
                width: 12.96875vw
              }
              &:nth-child(4) {
                width: 5.729vw;
              }
              &:nth-child(5) {
                width: 5.729vw;
              }
              &:nth-child(6) {
                width: 5.729vw;
              }
              &:nth-child(7) {
                width: 5.729vw;
              }
              &:nth-child(8) {
                width: 5.729vw;
              }
              &:nth-child(9) {
                width: 5.729vw;
              }
              &:nth-child(10) {
                width: 5.729vw;
              }
              &:nth-child(11) {
                width: 5.729vw;
              }
              &:nth-child(12) {
                width: 5.729vw;
              }
              &:nth-child(13) {
                width: 5.729vw;
              }
            }
          }*/
}
.table-scroll-box.table-scroll-box4 .table-scroll .table-box .items .item {
  width: calc(100% / 9);
}
.table-scroll-box.table-scroll-box4 .table-scroll .table-box .items .item:first-child {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .table-scroll-box.table-scroll-box4 .table-scroll .table-box .items .item:nth-child(1) {
    width: 180px;
  }
  .table-scroll-box.table-scroll-box4 .table-scroll .table-box .items .item:nth-child(2) {
    width: 110px;
  }
  .table-scroll-box.table-scroll-box4 .table-scroll .table-box .items .item:nth-child(3) {
    width: 110px;
  }
  .table-scroll-box.table-scroll-box4 .table-scroll .table-box .items .item:nth-child(4) {
    width: 110px;
  }
  .table-scroll-box.table-scroll-box4 .table-scroll .table-box .items .item:nth-child(5) {
    width: 110px;
  }
  .table-scroll-box.table-scroll-box4 .table-scroll .table-box .items .item:nth-child(6) {
    width: 110px;
  }
  .table-scroll-box.table-scroll-box4 .table-scroll .table-box .items .item:nth-child(7) {
    width: 110px;
  }
  .table-scroll-box.table-scroll-box4 .table-scroll .table-box .items .item:nth-child(8) {
    width: 110px;
  }
  .table-scroll-box.table-scroll-box4 .table-scroll .table-box .items .item:nth-child(9) {
    width: 110px;
  }
}
.table-scroll-box.table-scroll-box5 .table-scroll .table-box .items {
  /*@media screen and (min-width: 1921px) {
            .item {
              &:nth-child(1) {
                width: 9.896vw;
              }
              &:nth-child(2) {
                width: 9.896vw;
              }
              &:nth-child(3) {
                width: 9.896vw;
              }
              &:nth-child(4) {
                width: 6.771vw;
              }
              &:nth-child(5) {
                width: 6.771vw;
              }
              &:nth-child(6) {
                width: 6.771vw;
              }
              &:nth-child(7) {
                width: 6.25vw;
              }
              &:nth-child(8) {
                width: 6.25vw;
              }
              &:nth-child(9) {
                width: 6.25vw;
              }
              &:nth-child(10) {
                width: 14.53125vw
              }
              &:nth-child(11) {
                width: 6.771vw
              }
              &:nth-child(12) {
                width: 6.771vw
              }
              &:nth-child(13) {
                width: 6.25vw
              }
            }
          }*/
}
.table-scroll-box.table-scroll-box5 .table-scroll .table-box .items .item:nth-child(1) {
  width: 128px;
}
.table-scroll-box.table-scroll-box5 .table-scroll .table-box .items .item:nth-child(2) {
  width: 120px;
}
.table-scroll-box.table-scroll-box5 .table-scroll .table-box .items .item:nth-child(3) {
  width: 130px;
}
.table-scroll-box.table-scroll-box5 .table-scroll .table-box .items .item:nth-child(4) {
  width: 80px;
}
.table-scroll-box.table-scroll-box5 .table-scroll .table-box .items .item:nth-child(5) {
  width: 70px;
}
.table-scroll-box.table-scroll-box5 .table-scroll .table-box .items .item:nth-child(6) {
  width: 70px;
}
.table-scroll-box.table-scroll-box5 .table-scroll .table-box .items .item:nth-child(7) {
  width: 70px;
}
.table-scroll-box.table-scroll-box5 .table-scroll .table-box .items .item:nth-child(8) {
  width: 70px;
}
.table-scroll-box.table-scroll-box5 .table-scroll .table-box .items .item:nth-child(9) {
  width: 70px;
}
.table-scroll-box.table-scroll-box5 .table-scroll .table-box .items .item:nth-child(10) {
  width: 180px;
}
.table-scroll-box.table-scroll-box5 .table-scroll .table-box .items .item:nth-child(11) {
  width: 70px;
}
.table-scroll-box.table-scroll-box5 .table-scroll .table-box .items .item:nth-child(12) {
  width: 70px;
}
.table-scroll-box.table-scroll-box5 .table-scroll .table-box .items .item:nth-child(13) {
  width: 70px;
}
.table-scroll-box.table-scroll-box6 .table-scroll .table-box .items {
  /*@media screen and (min-width: 1921px) {
            .item {
              &:nth-child(1) {
                width: 9.896vw;
              }
              &:nth-child(2) {
                width: 9.896vw;
              }
              &:nth-child(3) {
                width: 9.896vw;
              }
              &:nth-child(4) {
                width: 6.771vw;
              }
              &:nth-child(5) {
                width: 6.771vw;
              }
              &:nth-child(6) {
                width: 6.771vw;
              }
              &:nth-child(7) {
                width: 6.25vw;
              }
              &:nth-child(8) {
                width: 6.25vw;
              }
              &:nth-child(9) {
                width: 6.25vw;
              }
              &:nth-child(10) {
                width: 14.53125vw
              }
              &:nth-child(11) {
                width: 6.771vw
              }
              &:nth-child(12) {
                width: 6.771vw
              }
              &:nth-child(13) {
                width: 6.25vw
              }
            }
          }*/
}
.table-scroll-box.table-scroll-box6 .table-scroll .table-box .items .item:nth-child(1) {
  width: 128px;
}
.table-scroll-box.table-scroll-box6 .table-scroll .table-box .items .item:nth-child(2) {
  width: 80px;
}
.table-scroll-box.table-scroll-box6 .table-scroll .table-box .items .item:nth-child(3) {
  width: 130px;
}
.table-scroll-box.table-scroll-box6 .table-scroll .table-box .items .item:nth-child(4) {
  width: 80px;
}
.table-scroll-box.table-scroll-box6 .table-scroll .table-box .items .item:nth-child(5) {
  width: 110px;
}
.table-scroll-box.table-scroll-box6 .table-scroll .table-box .items .item:nth-child(6) {
  width: 110px;
}
.table-scroll-box.table-scroll-box6 .table-scroll .table-box .items .item:nth-child(7) {
  width: 80px;
}
.table-scroll-box.table-scroll-box6 .table-scroll .table-box .items .item:nth-child(8) {
  width: 80px;
}
.table-scroll-box.table-scroll-box6 .table-scroll .table-box .items .item:nth-child(9) {
  width: 80px;
}
.table-scroll-box.table-scroll-box6 .table-scroll .table-box .items .item:nth-child(10) {
  width: 80px;
}
.table-scroll-box.table-scroll-box6 .table-scroll .table-box .items .item:nth-child(11) {
  width: 80px;
}
.table-scroll-box.table-scroll-box6 .table-scroll .table-box .items .item:nth-child(12) {
  width: 80px;
}
.table-scroll-box.table-scroll-box6 .table-scroll .table-box .items .item:nth-child(13) {
  width: 80px;
}
.table-scroll-box.table-scroll-box7 .table-scroll .table-box .items {
  /*@media screen and (min-width: 1921px) {
            .item {
              &:nth-child(1) {
                width: 9.896vw;
              }
              &:nth-child(2) {
                width: 9.896vw;
              }
              &:nth-child(3) {
                width: 9.896vw;
              }
              &:nth-child(4) {
                width: 6.771vw;
              }
              &:nth-child(5) {
                width: 6.771vw;
              }
              &:nth-child(6) {
                width: 6.771vw;
              }
              &:nth-child(7) {
                width: 6.25vw;
              }
              &:nth-child(8) {
                width: 6.25vw;
              }
              &:nth-child(9) {
                width: 6.25vw;
              }
              &:nth-child(10) {
                width: 14.53125vw
              }
              &:nth-child(11) {
                width: 6.771vw
              }
              &:nth-child(12) {
                width: 6.771vw
              }
              &:nth-child(13) {
                width: 6.25vw
              }
            }
          }*/
}
.table-scroll-box.table-scroll-box7 .table-scroll .table-box .items .item:nth-child(1) {
  width: 88px;
}
.table-scroll-box.table-scroll-box7 .table-scroll .table-box .items .item:nth-child(2) {
  width: 120px;
}
.table-scroll-box.table-scroll-box7 .table-scroll .table-box .items .item:nth-child(3) {
  width: 80px;
}
.table-scroll-box.table-scroll-box7 .table-scroll .table-box .items .item:nth-child(4) {
  width: 140px;
}
.table-scroll-box.table-scroll-box7 .table-scroll .table-box .items .item:nth-child(5) {
  width: 80px;
}
.table-scroll-box.table-scroll-box7 .table-scroll .table-box .items .item:nth-child(6) {
  width: 110px;
}
.table-scroll-box.table-scroll-box7 .table-scroll .table-box .items .item:nth-child(7) {
  width: 80px;
}
.table-scroll-box.table-scroll-box7 .table-scroll .table-box .items .item:nth-child(8) {
  width: 80px;
}
.table-scroll-box.table-scroll-box7 .table-scroll .table-box .items .item:nth-child(9) {
  width: 70px;
}
.table-scroll-box.table-scroll-box7 .table-scroll .table-box .items .item:nth-child(10) {
  width: 70px;
}
.table-scroll-box.table-scroll-box7 .table-scroll .table-box .items .item:nth-child(11) {
  width: 70px;
}
.table-scroll-box.table-scroll-box7 .table-scroll .table-box .items .item:nth-child(12) {
  width: 70px;
}
.table-scroll-box.table-scroll-box7 .table-scroll .table-box .items .item:nth-child(13) {
  width: 70px;
}
.table-scroll-box.table-scroll-box7 .table-scroll .table-box .items .item:nth-child(14) {
  width: 70px;
}
.table-scroll-box.table-scroll-box10 .table-scroll .table-box table {
  width: 100% !important;
}
.table-scroll-box.table-scroll-box10 .table-scroll .table-box tr {
  height: auto !important;
  border-bottom: 1px solid #eee;
  /*@media screen and (min-width: 1921px) {
            .item {
              &:nth-child(1) {
                width: 9.896vw;
              }
              &:nth-child(2) {
                width: 9.896vw;
              }
              &:nth-child(3) {
                width: 9.896vw;
              }
              &:nth-child(4) {
                width: 6.771vw;
              }
              &:nth-child(5) {
                width: 6.771vw;
              }
              &:nth-child(6) {
                width: 6.771vw;
              }
              &:nth-child(7) {
                width: 6.25vw;
              }
              &:nth-child(8) {
                width: 6.25vw;
              }
              &:nth-child(9) {
                width: 6.25vw;
              }
              &:nth-child(10) {
                width: 14.53125vw
              }
              &:nth-child(11) {
                width: 6.771vw
              }
              &:nth-child(12) {
                width: 6.771vw
              }
              &:nth-child(13) {
                width: 6.25vw
              }
            }
          }*/
}
.table-scroll-box.table-scroll-box10 .table-scroll .table-box tr:nth-child(1),
.table-scroll-box.table-scroll-box10 .table-scroll .table-box tr:nth-child(2) {
  background: #0082d9;
  color: #fff;
}
.table-scroll-box.table-scroll-box10 .table-scroll .table-box tr td {
  text-align: center;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px;
  width: auto !important;
}
.table-scroll-box.table-scroll-box10 .table-scroll .table-box tr td:nth-child(1) {
  width: 100px!important;
}
.table-scroll-box.table-scroll-box10 .table-scroll .table-box tr td:nth-child(2) {
  width: 120px!important;
}
.table-scroll-box.table-scroll-box10 .table-scroll .table-box tr td:nth-child(3) {
  width: 100px!important;
}
.table-scroll-box.table-scroll-box10 .table-scroll .table-box tr td:nth-child(4) {
  width: 100px!important;
}
.table-scroll-box.table-scroll-box10 .table-scroll .table-box tr td:nth-child(5) {
  width: 80px!important;
}
.table-scroll-box.table-scroll-box10 .table-scroll .table-box tr td:nth-child(6) {
  width: 110px!important;
}
.table-scroll-box.table-scroll-box10 .table-scroll .table-box tr td:nth-child(7) {
  width: 80px!important;
}
.table-scroll-box.table-scroll-box10 .table-scroll .table-box tr td:nth-child(8) {
  width: 80px!important;
}
.table-scroll-box.table-scroll-box10 .table-scroll .table-box tr td:nth-child(9) {
  width: 70px!important;
}
.table-scroll-box.table-scroll-box10 .table-scroll .table-box tr td:nth-child(10) {
  width: 150px!important;
}
.table-scroll-box.table-scroll-box10 .table-scroll .table-box tr td:nth-child(11) {
  width: 70px!important;
}
.table-scroll-box.table-scroll-box10 .table-scroll .table-box tr td:nth-child(12) {
  width: 70px!important;
}
.table-scroll-box.table-scroll-box10 .table-scroll .table-box tr td:nth-child(13) {
  width: 70px!important;
}
.table-scroll-box.table-scroll-box10 .table-scroll .table-box tr td:nth-child(14) {
  width: 70px!important;
}
/*# sourceMappingURL=page.css.map */