.section{
  width: 100%;
  /*background: #F6F6F6;*/
  background-color: #fff;
  overflow: hidden;
}
.section .warp{
  /*width: 1386px;*/
  margin: 166px auto 75px;
  background: #FFFFFF;
  /*padding-bottom: 90px;*/
}
.section .warp .title{
  display: flex;
  align-items: end;
}
.section .warp .title .images{
  width: 673px;
  height: 491px;
  overflow: hidden;
  cursor: pointer;
}
.section .warp .title .images img{
  width: 100%;
  height: 100%;
  transition: 5s;
}
.section .warp .title .images img:hover{
  transform: scale(1.1);
}
.section .warp .title .introduce{
  width: 564px;
  margin: 0 0 0 63px;
}
.section .warp .title .introduce span{
  font-size: 26px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #323232;
}
.section .warp .title .introduce .line{
  display: flex;
  margin: 23px 0 36px -63px;
}
.section .warp .title .introduce .line div:first-child{
  width: 99px;
  height: 2px;
  background: #C42F2F;
  margin-right: 3px;
}
.section .warp .title .introduce .line div:last-child{
  width: 5px;
  height: 2px;
  background: #C42F2F;
}
.section .warp .title .introduce p{
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #323232;
  line-height: 28px;
}
.section .warp .content{
  width: 1235px;
  margin: 81px auto 0;
}
.section .warp .content p{
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #323232;
  line-height: 28px;
}
.section .warp .content h1{
  color: #212121;
  font-size: 18px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1856px) {
  .section .warp{
    width: 90%!important;
  }
  .section .warp .content{
    width: 90%;
  }
}

@media screen and (max-width: 1510px) {
  .section .warp .title .introduce {

        margin: 0 60px 60px 60px;
    }
}
@media screen and (max-width: 1500px) {
    .section .warp .content p{
        font-size: 13px;
    }
    .section .warp{
        padding-bottom: 35px;
    }
}
@media screen and (max-width: 1393px) {
    .section .warp .content p{
        font-size: 12px;
    }
}
@media screen and (max-width: 1301px) {
    .section .warp .content p{
        font-size: 11px;
    }
}
@media screen and (max-width: 1207px) {
    .section .warp .content p{
        font-size: 10px;
    }
}
@media screen and (max-width: 1135px) {
.section .warp .content table tbody td img {
    width: 109px;

}
}
@media screen and (max-width: 1125px) {
.section .warp .content p{
    font-size: 9px;
    line-height: 18px;
}
}
@media screen and (max-width: 1071px) {
.section .warp .content table tbody td img {
    width: 109px !important;
    height: auto;
}
}
.section .warp .content p img{
    max-width: 100%;
}
@media screen and (max-width: 1024px) {
    .section .warp .content table tbody td img {
    width: 90%!important;
    margin: auto;

}

  .section .warp{
    width: 90%;
    margin: 84px auto 20px;
    background: transparent;
  }
  .section .warp .title{
    flex-direction: column;
  }
  .section .warp .title .images{
    width: 100%;
    height: auto;
  }
  .section .warp .title .introduce .line{
    display: none;
  }
  .section .warp .title .introduce{
    width: 100%;
    margin: 25px 0 0 0;
  }
  .section .warp .title .introduce span{
    font-size: 24px;
    margin: 0 0 15px 0;
    display: block;
  }
  .section .warp .title .introduce p{
    font-size: 12px;
  }
  .section .warp .content{
    width: 100%;
    margin: 20px 0 0 0;
  }
  .section .warp .content p{
    font-size: 12px;
  }
  .section .warp{
      padding-bottom: 10px;
  }
}

.box {
  width: 1420px;
  margin: 0 auto;
  /*padding-top: 150px;*/
  /*padding-bottom: 100px;*/
}
.box .item:not(:last-child) {
  margin-bottom: 60px;
}
.box .item .title {
  margin-bottom: 14px;
}
.box .item .title h3 {
  color: #AB0E12;
  font-size: 30px;
}
.box .item .main {
  border-radius: 10px 0 10px 0;
  overflow: hidden;
  position: relative;
}
.box .item .main .table {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  border-radius: 20px 0px 20px 0px;
  border: 4px solid #AB0E12;
  background-color: #fff;
  padding: 35px 45px;
  display: flex;
  justify-content: space-between;
}
.box .item .main .table .left {
    width: 80%;
  

  overflow: hidden;
}

.box .item .main .table .left table {
  border-collapse: collapse;
  height: 100%;
  width: 100%;
  border: 1px solid #E9D9DA;
}
.box .item .main .table .left table tr:first-child td {
  color: #AB0E12;
  background: #F7F0F0;
  padding: 15px 0;
  border: 1px solid #E9D9DA;
  border-top: none;
  font-size: 18px;
}
.box .item .main .table .left table tr:first-child td:nth-child(1) {
  width: 180px !important;
  border-left: none;
}
.box .item .main .table .left table tr:first-child td:nth-child(2) {
  width: 180px !important;
}
.box .item .main .table .left table tr:first-child td:nth-child(n+3) {
  width:175px !important;
}
.box .item .main .table .left table tr:first-child td:last-child {
  border-right: none;
}
.box .item .main .table .left table td {
  text-align: center;
  /*padding: 15px 0;*/
  padding: 20px 0;
  font-size: 16px;
  border: 1px solid #E9D9DA;
}
/*.box .item .main .table .left table td:nth-last-child(5) {*/
/*  color: #AB0E12;*/
/*  font-weight: 700;*/
/*}*/
.box .item .main .table .left table tr:first-child td{
      color: #AB0E12;
  font-weight: 700;
}
/*.box .item .main .table .left table tr td:first-child{*/
/*          color: #AB0E12;*/
/*  font-weight: 700;*/
/*}*/
.box .item .main .table .left table td[rowspan] {
  border-bottom: none;
}
.box .item .main .table .left table td:nth-child(1) {
  border-left: none;
}
.box .item .main .table .left table td:last-child {
  border-right: none;
}
.box .item .main .table .left table tr:last-child td {
  border-bottom: none;
}
.box .item .main .table .left table tr:last-child td:nth-child(1) {
  border-bottom: none;
}
.box .item .main .table .right p {
  text-align: center;
  font-size: 14px;
}

.box .item .main .bg img{
    width: 100%;
}
.box .item .main .table .right{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
}
.box .item .main .table .right .img{
    display: flex;
    justify-content: center;
    width: 156px;
}
.box .item .main .table .right .img img{
    width: 100%;
}
@media screen and (max-width: 1600px) {
  .box {
    width: 90%;
    /*padding-top: 120px;*/
  }
  .box .item .title h3 {
    font-size: 28px;
  }

  .box .item .main .table .left table th:nth-child(1) {
    width: 8.45833333vw;
  }
  .box .item .main .table .left table th:nth-child(2) {
    width: 8.10416667vw;
  }
  .box .item .main .table .left table th:nth-child(n+3) {
    width: 9.19791667vw;
  }
  .box .item .main .table .left table td {
    font-size: 14px;
  }
  .box .item .main .table .left table th {
    font-size: 16px;
  }

}
@media screen and (max-width: 1440px) {
  .box .item .main .table {
    padding: 35px 30px;
  }
.box .item .main .table .left table th:nth-child(n+3) {
    width: 10.19791667vw;
  }
}
@media screen and (max-width: 1024px) {
  .box {
    padding-top: 10vw;
  }
  .section .warp{
      margin-top: 70px;
  }
  .box .item .main .table {
    flex-direction: column;
    align-items: start;
  }
  .box .item .main .table .left table {
    width: 100%;
  }
  .box .item .main .table .right {
    display: flex;
    flex-direction: row-reverse;
  }
  .box .item .main .table .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .box .item .main .table .right .text p {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }
  .box .item .main .table .right .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .box .item .main .table .right .img {
    width: 100px;
    margin-right: 10px;
  }
  .box .item .main .table .right .img img {
    width: 100%;
  }
  .box .item .main .table .left table th {
    font-size: 16px;
    padding: 10px 0;
  }
  .box .item .main .table .left table td {
    font-size: 14px;
    padding: 10px 0;
  }
  .box {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .box .item .main .table {
    padding: 20px;
    position: relative;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    margin:10px 10px 150px;
  }
  .box .item .title h3 {
    font-size: 24px;
  }
  .box .item .main .bg{
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-color: #AA0E12;
  }
  .box .item .main{
    border-radius: 14px 0 14px 0;
  }
  .box .item .main .bg img{
    position: absolute;
    bottom: 0;
    border-radius: 14px 0 14px 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 540px) {
  .box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .box .item .main .table .right .text p {
    font-size: 14px;
  }
  .box .item .main .table .left table th {
    font-size: 14px;
  }
  .box .item .main .table .left table td {
    font-size: 12px;
  }

  .box .item .main .table .left table {
    width: 700px;
  }

  .box .item .main .table .left .scroll-content{
    overflow: unset;
  }
  .box .item .title h3 {
    font-size: 20px;
  }
  .box .item:not(:last-child) {
    margin-bottom: 40px;
  }
  .box .item .main .table {
    margin: 10px 10px 120px;
  }
  .box .item .main .table .scrollbar-track-x{
   display: none !important;
  }
}
@media screen and (max-width: 414px) {
  .box .item .main .table .right .text p {
    font-size: 12px;
    line-height: 20px;
  }
  .box .item .main .table .right .img {
    width: 80px;
  }
  .box .item .main .table {
    margin: 10px 10px 90px;
  }
  /*.box .item .main .table .left table {*/
  /*  width: 550px;*/
  /*}*/
}


