.index {
  width: 100%;
}
.index .mcontioner {
  max-width: 1200px;
  margin: 0 auto;
}
.banner_pc {
  display: none;
}
.banner_pc .carousel-indicators li {
  width: 54px;
}
.banner_pc .carousel-inner .carousel-item {
  position: relative;
}
.banner_pc .carousel-inner .carousel-item .textBox {
  position: absolute;
  top: 30%;
  left: 10%;
  right: 45%;
  text-align: left;
}
.banner_pc .carousel-inner .carousel-item .textBox h5 {
  color: #FFFFFF;
  font-family: Alimama ShuHeiTi;
  font-weight: bold;
  font-size: 60px;
  margin-bottom: 27px;
}
.banner_pc .carousel-inner .carousel-item .textBox p {
  color: #FFFFFF;
  font-family: Microsoft YaHei;
  font-size: 24px;
  font-weight: 100;
  margin: 0;
}
.banner_pc .carousel-inner .carousel-item .textBox1 h5 {
  color: #000000;
}
.banner_pc .carousel-inner .carousel-item .textBox1 p {
  color: #000000;
}
.banner_mobile .carousel-indicators li {
  width: 14px;
}
.banner_mobile .carousel-inner .carousel-item {
  position: relative;
}
.banner_mobile .carousel-inner .carousel-item .textBox {
  position: absolute;
  top: 10%;
  left: 6%;
  right: 50%;
  text-align: left;
}
.banner_mobile .carousel-inner .carousel-item .textBox h5 {
  color: #FFFFFF;
  font-family: Alimama ShuHeiTi;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
}
.banner_mobile .carousel-inner .carousel-item .textBox p {
  color: #FFFFFF;
  font-family: Microsoft YaHei;
  font-size: 11px;
  text-align: left;
  font-weight: 100;
  margin: 0;
}
.banner_mobile .carousel-inner .carousel-item .textBox1 h5 {
  color: #000000;
}
.banner_mobile .carousel-inner .carousel-item .textBox1 p {
  color: #000000;
}
@media (min-width: 1200px) {
  .banner_pc {
    display: block;
  }
  .banner_mobile {
    display: none;
  }
}
.productArea_pc {
  display: none;
  margin-bottom: 133px;
}
.productArea_pc .tip1 {
  text-align: center;
  color: #333333;
  font-family: Alimama ShuHeiTi;
  font-weight: bold;
  font-size: 40px;
  margin: 98px 0 85px;
}
.productArea_pc .iconBox {
  margin: 0 40px 50px;
}
.productArea_pc .iconBox .iconList {
  text-align: center;
  cursor: pointer;
}
.productArea_pc .iconBox .iconList img {
  width: 52.5px;
  height: 52.5px;
}
.productArea_pc .iconBox .iconList p {
  color: #31322C;
  font-family: Microsoft YaHei;
  font-size: 20px;
  margin: 9px 0 0 0;
}
.productArea_pc .iconBox .iconList .icon2 {
  display: none;
}
.productArea_pc .iconBox .iconActive .icon {
  display: none;
}
.productArea_pc .iconBox .iconActive .icon2 {
  display: inline-block;
}
.productArea_pc .iconBox .iconActive p {
  color: #C00000;
}
.productArea_pc .productDescription {
  display: flex;
  border-radius: 4px;
}
.productArea_pc .productDescription .bg {
  height: 460px;
}
.productArea_pc .productDescription .detail {
  background-color: #C00000;
  border-radius: 0 4px 4px 0;
  flex: 1;
  color: #fff;
  padding: 0 30px;
  position: relative;
}
.productArea_pc .productDescription .detail::before {
  position: absolute;
  left: -40px;
  display: block;
  content: '';
  width: 0;
  height: 100%;
  border-left: 0;
  border-right: 40px solid #C00000;
  border-top: 460px solid rgba(250, 250, 250, 0.5);
}
.productArea_pc .productDescription .detail .title {
  width: 100%;
  padding: 27px 0 17px;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-family: Alimama ShuHeiTi;
  font-weight: bold;
  font-size: 40px;
  position: relative;
  word-break: break-all;
}
.productArea_pc .productDescription .detail .title::after {
  display: block;
  content: '';
  width: 71px;
  height: 5px;
  background: #fff;
  position: absolute;
  bottom: 0;
}
.productArea_pc .productDescription .detail .text {
  margin: 24px 0;
  color: #FFE1E1;
  font-family: Microsoft YaHei;
  font-size: 16px;
  word-break: break-all;
}
.productArea_pc .productDescription .detail .list {
  max-height: 156px;
  overflow-y: scroll;
  scrollbar-width: none;
}
.productArea_pc .productDescription .detail .list li {
  position: relative;
  margin-bottom: 12px;
  height: 30px;
  cursor: pointer;
}
.productArea_pc .productDescription .detail .list li .line {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 85%;
  border-top: 1px dotted #FFE1E1;
}
.productArea_pc .productDescription .detail .list li .link {
  position: absolute;
  color: #FFE1E1;
  background-color: #C00000;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
}
.productArea_pc .productDescription .detail .list li::before {
  float: left;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #FFE1E1;
  margin: 14px 10px 14px 0;
}
.productArea_pc .productDescription .detail .list li::after {
  float: right;
  height: 30px;
  line-height: 30px;
  content: '>';
  font-size: 10px;
  color: #FFE1E1;
}
.productArea_pc .productDescription .detail li:last-child {
  margin-bottom: 0px;
}
.productArea_mobile {
  display: block;
  margin-bottom: 31px;
}
.productArea_mobile .tip2 {
  text-align: center;
  color: #333333;
  font-family: Alimama ShuHeiTi;
  font-weight: bold;
  font-size: 16px;
  margin: 23px 0 42px;
}
.productArea_mobile .iconBox2 {
  margin: 0 15px 15px;
}
.productArea_mobile .iconBox2 .iconList {
  text-align: center;
  cursor: pointer;
}
.productArea_mobile .iconBox2 .iconList img {
  width: 15.94px;
  height: 15.94px;
}
.productArea_mobile .iconBox2 .iconList p {
  color: #313131;
  font-family: Microsoft YaHei;
  font-size: 12px;
  margin: 3px 0 0 0;
}
.productArea_mobile .iconBox2 .iconList .icon2 {
  display: none;
}
.productArea_mobile .iconBox2 .iconActive .icon {
  display: none;
}
.productArea_mobile .iconBox2 .iconActive .icon2 {
  display: inline-block;
}
.productArea_mobile .iconBox2 .iconActive p {
  color: #C00000;
}
.productArea_mobile .productDescription2 {
  position: relative;
}
.productArea_mobile .productDescription2 .bg {
  width: 100%;
}
.productArea_mobile .productDescription2 .detail {
  position: absolute;
  right: 0;
  top: calc(50% - 85px);
  width: 40%;
  height: 170px;
  background-color: #C00000;
  padding: 12px 0 27px 18px;
}
.productArea_mobile .productDescription2 .detail .title {
  width: 100%;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-family: Alimama ShuHeiTi;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  word-break: break-all;
}
.productArea_mobile .productDescription2 .detail .title::after {
  display: block;
  content: '';
  width: 71px;
  height: 5px;
  background: #fff;
  position: absolute;
  bottom: 0;
}
.productArea_mobile .productDescription2 .detail .list {
  max-height: 90px;
  overflow-y: scroll;
  margin: 15px 0 27px;
}
.productArea_mobile .productDescription2 .detail .list li {
  cursor: pointer;
  width: 100% ;
  color: #FFFFFF;
  font-family: Microsoft YaHei;
  font-size: 12px;
  margin-bottom: 6px;
}
@media (min-width: 1200px) {
  .productArea_pc {
    display: block;
  }
  .productArea_mobile {
    display: none;
  }
}
.number {
  height: 282px;
  background: url(/images/homeNum.png) no-repeat;
}
.number .title {
  color: #333333;
  font-family: Alimama ShuHeiTi;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  padding: 37px 0 0;
}
.number .numList {
  justify-content: space-between;
}
.number .numList .list {
  text-align: center;
  margin-top: 40px;
}
.number .numList .list .num {
  color: #333333;
  font-family: Alimama ShuHeiTi;
  font-weight: bold;
  font-size: 24px;
}
.number .numList .list .text {
  color: #333333;
  font-size: 12px;
}
.number .numList .list:hover .num {
  color: #C00000;
}
@media (min-width: 1200px) {
  .number {
    height: 468px;
  }
  .number .title {
    text-align: center;
    color: #31322C;
    font-family: Alimama ShuHeiTi;
    font-weight: bold;
    font-size: 40px;
    padding: 101px 0 88px;
  }
  .number .numList {
    justify-content: space-between;
  }
  .number .numList .list {
    text-align: center;
    margin-top: 0;
  }
  .number .numList .list .num {
    color: #333333;
    font-family: Alimama ShuHeiTi;
    font-weight: bold;
    font-size: 64px;
    margin-bottom: 29px;
  }
  .number .numList .list .text {
    color: #000000;
    font-family: Microsoft YaHei;
    font-size: 20px;
  }
}
.partner_pc {
  display: none;
  margin: 120px 0 145px;
}
.partner_pc .title {
  color: #31322C;
  font-family: Alimama ShuHeiTi;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  margin-bottom: 105px;
}
.partner_pc .logoList {
  justify-content: flex-start;
}
.partner_pc .logoList .logoCard {
  height: 100px;
  box-shadow: 0px 4px 9px 5px #C7C7C73F;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.partner_pc .logoList .logoCard:nth-child(-n+3) {
  width: 32.6%;
  height: 180px;
  margin-right: 1.1%;
  margin-bottom: 30px;
}
.partner_pc .logoList .logoCard:nth-child(-n+3) img {
  width: 240px;
  height: 120px;
  object-fit: contain;
}
.partner_pc .logoList .logoCard:nth-child(n+4) {
  width: 16%;
  height: 100px;
  margin-right: 0.8%;
  margin-bottom: 25px;
}
.partner_pc .logoList .logoCard:nth-child(n+4) img {
  width: 160px;
  height: 80px;
  object-fit: contain;
}
.partner_pc .logoList .logoCard:nth-child(6n + 3) {
  margin-right: 0;
}
.partner_pc .logoList .logoCard:hover {
  background: url(/images/hoverBgc.png) no-repeat;
  background-size: 100% 100%;
}
.partner_mobile {
  margin: 36px 23px 23px;
}
.partner_mobile .title {
  color: #333333;
  font-family: Alimama ShuHeiTi;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-bottom: 23px;
}
.partner_mobile .logoList {
  justify-content: flex-start;
}
.partner_mobile .logoList .logoCard {
  width: 32%;
  height: 47px;
  box-shadow: 0px 4px 9px 5px #C7C7C73F;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2%;
}
.partner_mobile .logoList .logoCard:nth-child(3n) {
  margin-right: 0;
}
.partner_mobile .logoList .logoCard img {
  width: 80px;
  height: 40px;
  object-fit: contain;
}
.partner_mobile .logoList .logoCard:hover {
  background: url(/images/hoverBgc.png) no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 1200px) {
  .partner_pc {
    display: block;
  }
  .partner_mobile {
    display: none;
  }
}
